@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  color: #919191;
  margin: 1rem 0;
}

h1 {
  font-size: clamp(4rem, 10vw, 10rem);
}

h2 {
  font-size: 6rem;
}

img {
  max-width: 100%;
  height: auto;
}

#logo {
  position: fixed;
  top: 3rem;
  left: 50%;
  z-index: 9;
  width: 12rem;
  transform: translateX(-50%);
}

.nav-links {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 9;
}
.nav-links a {
  width: 60px;
  height: 60px;
  margin-right: 0.5rem;
  display: inline-block;
}
.nav-links svg {
  width: 60px;
}

svg path {
  transition: all 0.3s ease-in-out;
}

section {
  height: 100vh;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
}
section.active .section-inner {
  opacity: 1;
}
section .section-inner {
  padding: 10rem 3rem 3rem;
  width: 100%;
  height: 100%;
  max-width: 85vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section .section-inner > * {
  max-width: 70rem;
}
section .section-inner .reference-logo img {
  height: 2rem;
  width: auto;
}
section .section-inner.has-cols {
  flex-direction: row;
}
section .section-inner.has-cols .col {
  flex: 1 0 50%;
  max-width: 50%;
}
section[data-theme=dark] {
  background: #000;
  color: #fff;
}

.map {
  max-width: 25rem;
}

.text-left {
  text-align: left;
}

section video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.idea {
  position: relative;
  z-index: 2;
  width: clamp(20rem, 40vw, 40rem);
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -ms-grid-row-align: center !important;
  align-items: center !important;
}

.reference-slider {
  width: 100%;
  height: 100%;
  max-width: none !important;
}
.reference-slider .slick-list, .reference-slider .slick-track {
  height: 100%;
}
.reference-slider .slick-slide > div {
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.reference-slider .slide-wrapper {
  position: relative;
  height: 100%;
}
.reference-slider .slide-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.reference-slider .slide-wrapper video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.logo-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin: 3rem 0;
}
.logo-grid .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-grid .logo img {
  max-height: 4rem;
  max-width: 7rem;
  width: auto;
  display: block;
}

.contacts-wrapper, .row {
  display: flex;
  flex-wrap: wrap;
}

#staff {
  color: #fff;
}
#staff p {
  margin: 0;
  font-size: 16px;
}
#staff .contacts-wrapper {
  width: 100%;
  max-width: none;
}
#staff .location {
  flex: 0 0 50%;
  max-width: 50%;
}
#staff .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
#staff img {
  margin-bottom: 0;
}
#staff .location-city {
  padding: 3rem 0 2rem;
  text-align: center;
}
#staff .location-city p {
  font-size: 20px;
  color: #fff;
}
#staff .location-city .city {
  font-weight: 800;
  font-size: 34px;
  text-transform: uppercase;
}
#staff .person {
  text-align: center;
}
#staff a {
  color: #fff;
  text-decoration: none;
}
#staff img {
  display: block;
  margin-bottom: 0.5rem;
}
#staff p {
  margin-bottom: 0.1rem;
  line-height: 1.3;
}
#staff .name {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}
#staff .position {
  letter-spacing: 0.15rem;
  margin-bottom: 6px;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.8rem;
  color: #fff;
}

.location-city {
  padding: 3rem 0 2rem;
  text-align: center;
}
.location-city p {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.location-city .city {
  font-weight: 800;
  font-size: 34px;
  text-transform: uppercase;
}

#staff-2 .col-xl-2 {
  flex: 0 0 25%;
  max-width: 25%;
}
#staff-2 .contacts-wrapper {
  width: 100%;
  max-width: none;
}
#staff-2 .location-city {
  padding: 3rem 0 2rem;
  text-align: center;
}
#staff-2 .location-city p {
  font-size: 20px;
  color: #fff;
}
#staff-2 .location-city .city {
  font-weight: 800;
  font-size: 34px;
  text-transform: uppercase;
}
#staff-2 .person {
  margin: 0.5rem 0;
}
#staff-2 .person p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
}
#staff-2 .person p.position {
  font-size: 14px;
}
#staff-2 .person a {
  text-decoration: none;
  color: #fff;
}

#thanks {
  background: url(images/kiitos-bg.jpg) center/cover no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  line-height: 1;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 1px solid #111111;
  background: white;
  display: block;
  height: 30px;
  width: 30px;
  outline: none;
  padding: 5px;
  cursor: pointer;
  border-radius: 100%;
  text-indent: -9999px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/*# sourceMappingURL=style.css.map */