:root {
  --k-grid-margin: 80px;
  --k-grid-gutter: 40px;
  --k-foreground-color: #fff;
  --k-background-color: #05141F;
  --k-first-component-offset: 100px;
  --k-icn-right: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' %3e%3cpath d='M4 0L12 8L4 16' stroke='%23fff' stroke-width='1.5' /%3e%3c/svg%3e");
}
@media screen and (min-width: 1025px) {
  :root {
    --k-font-heading-1: normal normal 400 50px / 60px kiam, Tahoma, sans-serif;
    --k-font-heading-2: normal normal 400 40px / 48px kiam, Tahoma, sans-serif;
    --k-font-description-1: normal normal 400 18px / 25px kiam, Tahoma, sans-serif;
    --k-font-description-2: normal normal 400 16px / 22px kiam, Tahoma, sans-serif;
    --k-font-description-4: normal normal 400 10px / 17px kiam, Tahoma, sans-serif;
    --k-grid-gutter: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --k-font-heading-1: normal normal 400 40px / 48px kiam, Tahoma, sans-serif;
    --k-font-heading-2: normal normal 400 30px / 38px kiam, Tahoma, sans-serif;
    --k-font-description-1: normal normal 400 18px / 25px kiam, Tahoma, sans-serif;
    --k-font-description-2: normal normal 400 16px / 22px kiam, Tahoma, sans-serif;
    --k-font-description-4: normal normal 400 10px / 17px kiam, Tahoma, sans-serif;
    --k-grid-gutter: 20px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --k-font-heading-1: normal normal 400 36px / 42px kiam, Tahoma, sans-serif;
    --k-font-heading-2: normal normal 400 30px / 38px kiam, Tahoma, sans-serif;
    --k-font-description-1: normal normal 400 18px / 25px kiam, Tahoma, sans-serif;
    --k-font-description-2: normal normal 400 16px / 22px kiam, Tahoma, sans-serif;
    --k-font-description-4: normal normal 400 10px / 17px kiam, Tahoma, sans-serif;
    --k-grid-gutter: 20px;
  }
}

.content-section.showme picture::after, .hero picture::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  transition: opacity 1s ease-out;
}

*, ::after, ::before {
  box-sizing: border-box;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, input, textarea, btn, select {
  margin: 0;
  padding: 0;
}

/*body, input, textarea, select, btn, table{font-family:Kia;line-height:18px;font-size:13px;color:#05141f;}*/
body, input, textarea, select, btn, table {
  font-family: Tahoma, arial, Hevetica;
  line-height: 18px;
  font-size: 13px;
  color: #05141f;
}

body {
  -webkit-text-size-adjust: none;
}

strong, th, h1, h2, h3, h4, h5 {
  font-weight: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

img, fieldset {
  border: 0;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

em, address {
  font-style: normal;
}

caption {
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
}

a {
  color: #05141f;
  text-decoration: none;
  outline: 0;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

ul, ol {
  zoom: 1;
}

ul:after, ol:after {
  content: "";
  clear: both;
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Tahoma, sans-serif;
  background-color: #05141F;
  color: var(--k-foreground-color);
}

.content-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.hero picture:not(.slide),
.content-section picture:not(.slide) {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  top: 0;
  left: 0;
}
.hero picture:not(.slide) img,
.hero picture:not(.slide) video,
.content-section picture:not(.slide) img,
.content-section picture:not(.slide) video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  top: 0;
  left: 0;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  grid-template-rows: 1fr min-content min-content;
  background-color: var(--k-background-color);
  position: relative;
  color: white;
}
.hero .eyebrow {
  font: var(--k-font-description-1);
  margin-top: 0;
  margin-bottom: 8px;
}
.hero .title {
  font: var(--k-font-heading-1);
  margin-top: 0;
  margin-bottom: 8px;
}
.hero .description {
  margin: 0;
  font: var(--k-font-description-2);
}
.hero .background {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero .group {
  z-index: 1;
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-rows: min-content 1fr min-content;
  padding-top: 35px;
  row-gap: 35px;
  text-align: center;
}
.hero .ev-overlay {
  gap: 35px;
  display: grid;
}
.hero .ev-overlay > * {
  justify-self: center;
}
.hero .countdown {
  align-self: flex-end;
}
.hero .countdown .label {
  font: var(--k-font-description-2);
  margin-top: 0;
  margin-bottom: 18px;
  color: var(--k-foreground-color);
  grid-area: 1/auto/span 1/span 1;
  position: relative;
}
.hero .countdown .value {
  font: var(--k-font-heading-2);
  margin-top: 0;
  margin-bottom: 16px;
  color: var(--k-foreground-color);
  grid-area: 2/auto/span 1/span 1;
  position: relative;
}
.hero .countdown .value + .value::before {
  content: "";
  position: absolute;
  left: calc(-0.5 * var(--k-grid-gutter));
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.hero .countdown .target {
  font: var(--k-font-description-4);
  font-size: 12px;
  color: var(--k-foreground-color);
  grid-area: 3/1/span 1/span 4;
}
.hero .countdown .remaining {
  display: grid;
  -moz-column-gap: var(--k-grid-gutter);
       column-gap: var(--k-grid-gutter);
}

.pagination {
  z-index: 1;
  margin: 0 var(--k-grid-margin);
  position: relative;
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  height: 100px;
}
.pagination .scroll {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  background-color: #fff;
  width: 24px;
  height: 24px;
  margin: 6px;
  position: relative;
  animation: arrow-down infinite 1.5s;
  background: url(assets/icon-arrow-down-light.svg) center no-repeat;
  background-size: cover;
  display: block;
}

.content-section {
  height: 150vh;
}
.content-section .section-wrapper {
  position: sticky;
  top: 0;
  display: grid;
  min-height: 100vh;
  text-align: center;
}
.content-section .copy > p.eyebrow {
  font: var(--k-font-description-1);
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--k-foreground-color);
}
.content-section .copy > *:last-child {
  margin-bottom: 0 !important;
}
.content-section h2.title {
  font: var(--k-font-heading-1);
  margin-top: 0;
  color: var(--k-foreground-color);
  margin-bottom: 8px;
}
.content-section p.description {
  font: var(--k-font-description-2);
  margin-top: 0;
  margin-bottom: 18px;
  color: var(--k-foreground-color);
}
.content-section .intro {
  align-items: center;
  grid-area: 1/1/span 1/span 1;
  margin: 0 var(--k-grid-margin);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.content-section .intro p {
  font: var(--k-font-heading-1);
  margin-top: 0;
  color: var(--k-foreground-color);
  margin-bottom: 32px;
}
.content-section .intro nav a {
  color: var(--k-foreground-color);
  font: var(--k-font-description-2);
  white-space: nowrap;
  text-decoration: none;
}
.content-section .intro nav a::after {
  content: "";
  background-image: var(--k-icn-right);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.content-section.hideme p, .content-section.hideme nav, .content-section.hideme picture::after {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-duration: 1s;
  opacity: 0;
}
.content-section.hideme p, .content-section.hideme nav {
  transform: translate3d(0, 100%, 0);
}
.content-section.showme p, .content-section.showme nav {
  animation-name: fadeInUp;
}
.content-section.showme picture::after {
  animation-name: fadeIn;
}

.tabs {
  display: flex;
  gap: 7px;
}
.tabs a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 11px 30px;
  font: 15px/22px kiam, Tahoma, sans-serif;
  max-width: 200px;
  transition: border 0.2sease-out, color 0.2sease-out, background 0.2sease-out;
  border-radius: 25px;
  border: 1px solid var(--k-foreground-color);
  color: var(--k-foreground-color);
  background: transparent;
}

#lightSlider {
  min-height: 100vh;
  width: 100%;
}
#lightSlider > li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes arrow-down {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(20%);
  }
  60% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */