#page-home .section-hero .navigation .item-image img, #page-home .section-hero .navigation .item-image, #page-home .section-hero .slider__item-inner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-home .section-hero .navigation a.item-image {
  text-indent: -999px;
  overflow: hidden;
}

#page-home .section-hero .navigation button.item-image {
  text-indent: -999px;
  overflow: hidden;
}

#main-preloader[type=default].active {
  opacity: 0;
  transition-delay: 4.7s;
  pointer-events: none;
}
#main-preloader[type=default].active .counter {
  opacity: 0;
  pointer-events: none;
}
#main-preloader[type=default].active .columns .column {
  width: 100vw;
  transition-delay: 1.9s;
}
#main-preloader[type=default].active .columns .column .block {
  height: 100vh;
  transform: translateY(0) !important;
  transition-property: transform, height;
  transition-duration: 2.2s, 3s;
  transition-delay: 0s, 1.9s;
  transition-timing-function: cubic-bezier(1, 0.54, 0.47, 1), cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #main-preloader[type=default].active .columns .column .block {
    height: 100%;
  }
}
#main-preloader[type=default].active .columns .column .block .item-image.scaled img {
  transform: scale(1);
  transition-delay: 1.9s;
  transition-duration: 3s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#page-home {
  background-color: black;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
  }
}
#page-home .section-hero {
  display: grid;
  grid-template-areas: "main";
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  place-items: center;
}
#page-home .section-hero .born {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 32px;
  left: 25px;
  opacity: 0;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 50;
  display: none;
}
@media (max-width: 1023px) {
  #page-home .section-hero .born {
    display: none;
  }
}
#page-home .section-hero .born span {
  color: white;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-left: 8px;
  opacity: 0.5;
}
#page-home .section-hero .copyright {
  color: white;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  position: absolute;
  bottom: 32px;
  right: 25px;
  opacity: 0;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 50;
}
@media (max-width: 1023px) {
  #page-home .section-hero .copyright {
    display: none;
  }
}
#page-home .section-hero .type {
  grid-area: main;
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 100;
}
#page-home .section-hero .type__item {
  position: relative;
  grid-area: 1/1/-1/-1;
  text-align: center;
  opacity: 0;
}
#page-home .section-hero .type__item:nth-child(5) {
  opacity: 0;
}
#page-home .section-hero .type__item-title {
  font-family: "NeuroX";
  text-transform: uppercase;
  font-size: 280px;
  letter-spacing: 0.1rem;
}
@media (max-width: 1200px) {
  #page-home .section-hero .type__item-title {
    font-size: 210px;
  }
}
@media (max-width: 1023px) {
  #page-home .section-hero .type__item-title {
    font-size: 120px;
  }
}
#page-home .section-hero .type__item-title .word .char {
  color: white;
  font-family: "NeuroX";
  line-height: 1 !important;
  padding: 0 !important;
}
#page-home .section-hero .type__item-title .word span:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 1200px) {
  #page-home .section-hero .type__item-title .word span:not(:last-child) {
    margin-right: 12px;
  }
}
@media (max-width: 1023px) {
  #page-home .section-hero .type__item-title .word span:not(:last-child) {
    margin-right: 12px;
  }
}
#page-home .section-hero .type__item-title .char-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
#page-home .section-hero .type__item-title.splitting .char {
  line-height: 1.5;
  padding-bottom: 0.3em;
}
#page-home .section-hero .type__item-content {
  position: absolute;
  top: 270px;
  left: calc(50% - 350px);
  width: 410px;
}
@media (max-width: 1023px) {
  #page-home .section-hero .type__item-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    text-align: center;
  }
}
#page-home .section-hero .type__item-content--description {
  color: white;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-home .section-hero .type__item-content--description {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
  }
}
#page-home .section-hero .type__item-content--country {
  color: white;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-home .section-hero .type__item-content--country {
    position: absolute;
    top: -175px;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 15px;
  }
}
#page-home .section-hero .type__item-cta {
  position: absolute;
  top: 290px;
  left: calc(50% + 160px);
  white-space: nowrap;
}
@media (max-width: 1023px) {
  #page-home .section-hero .type__item-cta {
    top: calc(50% + 235px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#page-home .section-hero .type__item-cta a {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
#page-home .section-hero .type__item-cta a::after {
  content: "";
  background-color: white;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition-property: transform, transform-origin;
  transition-duration: 0.7s, 0.2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-hero .type__item-cta a span {
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: 8px;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-hero .type__item-cta a svg {
  display: inline-block;
  opacity: 0;
  transform: translate(-5px, 5px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-hero .type__item.type__item--current {
  opacity: 1;
}
#page-home .section-hero .type__item.type__item--current:nth-child(5) {
  opacity: 0;
}
#page-home .section-hero .type__item.type__item--current .type__item-content--description, #page-home .section-hero .type__item.type__item--current .type__item-content--country {
  opacity: 1;
  transform: translateY(0);
}
#page-home .section-hero .type__item.type__item--current .type__item-content--description {
  transition-delay: 0.6s;
}
#page-home .section-hero .type__item.type__item--current .type__item-content--country {
  transition-delay: 0.75s;
}
#page-home .section-hero .type__item.type__item--current .type__item-cta a {
  pointer-events: initial;
}
#page-home .section-hero .type__item.type__item--current .type__item-cta a::after {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition-duration: 0.7s, 0s;
  transition-delay: 1s, 0s;
}
#page-home .section-hero .type__item.type__item--current .type__item-cta a span,
#page-home .section-hero .type__item.type__item--current .type__item-cta a svg {
  opacity: 1;
  transform: translate(0, 0);
}
#page-home .section-hero .type__item.type__item--current .type__item-cta a span {
  transition-delay: 0.85s;
}
#page-home .section-hero .type__item.type__item--current .type__item-cta a svg {
  transition-delay: 0.95s;
}
#page-home .section-hero .type__item.type__item--remove .type__item-content--description, #page-home .section-hero .type__item.type__item--remove .type__item-content--country {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.7s;
  transition-delay: 0s;
}
#page-home .section-hero .type__item.type__item--remove .type__item-cta a {
  pointer-events: none !important;
}
#page-home .section-hero .type__item.type__item--remove .type__item-cta a::after {
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition-duration: 0.7s, 0s;
  transition-delay: 0s, 0s;
}
#page-home .section-hero .type__item.type__item--remove .type__item-cta a span,
#page-home .section-hero .type__item.type__item--remove .type__item-cta a svg {
  opacity: 0;
  transition-duration: 0.7s;
  transition-delay: 0s;
}
#page-home .section-hero .type__item.type__item--remove .type__item-cta a span {
  transform: translate(0, -5px);
}
#page-home .section-hero .type__item.type__item--remove .type__item-cta a svg {
  transform: translate(5px, -5px);
}
#page-home .section-hero .slider {
  grid-area: main;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
#page-home .section-hero .slider.slider--bg {
  z-index: 1;
}
#page-home .section-hero .slider.slider--fg {
  position: absolute;
  width: 20vw;
  min-width: 200px;
  aspect-ratio: 0.75;
  height: auto;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition-property: clip-path;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
#page-home .section-hero .slider__item {
  grid-area: 1/1/-1/-1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
}
#page-home .section-hero .slider__item.slider__item--current {
  opacity: 1;
  pointer-events: auto;
  z-index: 50;
}
#page-home .section-hero .slider__item-inner {
  position: relative;
  width: 120%;
  height: 120%;
  display: grid;
  place-items: center;
  grid-area: 1/1/-1/-1;
  background-size: cover;
  background-position: 50% 50%;
}
#page-home .section-hero .navigation {
  position: absolute;
  top: 50%;
  right: 24px;
  opacity: 0;
  transform: translateY(calc(-50% + 10px));
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 50;
}
@media (max-width: 1023px) {
  #page-home .section-hero .navigation {
    display: none;
  }
}
#page-home .section-hero .navigation::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 106px;
  height: 66px;
  border: 1px solid white;
  transition-property: transform;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-hero .navigation[data-index="0"]::before {
  transform: translate(-50%, 0px);
}
#page-home .section-hero .navigation[data-index="1"]::before {
  transform: translate(-50%, 78px);
}
#page-home .section-hero .navigation[data-index="2"]::before {
  transform: translate(-50%, 156px);
}
#page-home .section-hero .navigation[data-index="3"]::before {
  transform: translate(-50%, 234px);
}
#page-home .section-hero .navigation[data-index="4"]::before {
  transform: translate(-50%, 312px);
}
#page-home .section-hero .navigation[data-index="5"]::before {
  transform: translate(-50%, 390px);
}
#page-home .section-hero .navigation[data-index="6"]::before {
  transform: translate(-50%, 468px);
}
#page-home .section-hero .navigation .item {
  position: relative;
  width: 94px;
  height: 54px;
  pointer-events: initial;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
#page-home .section-hero .navigation .item:not(:last-child) {
  margin-bottom: 24px;
}
#page-home .section-hero .navigation .scroll {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 54px;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@keyframes home_scroll {
  0% {
    transform-origin: 50% 0%;
    transform: scaleY(0);
  }
  50% {
    transform-origin: 50% 0%;
    transform: scaleY(1);
  }
  50.1% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
}
#page-home .section-hero .navigation .scroll::before {
  content: "";
  background-color: white;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 32px;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  opacity: 0.5;
  animation-name: home_scroll;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-hero .navigation .scroll span {
  color: white;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
#page-home .section-hero .dots {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 65px;
  height: 8px;
  transform: translateX(-50%);
  opacity: 0;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 10;
}
@media (max-width: 1023px) {
  #page-home .section-hero .dots {
    justify-content: center;
    bottom: 20px;
    left: 50%;
    width: 90px;
  }
}
#page-home .section-hero .dots::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: calc(50% - 1px);
  left: 13px;
  width: 37px;
  height: 2px;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home .section-hero .dots::before {
    display: none;
  }
}
#page-home .section-hero .dots .dot {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-home .section-hero .dots .dot:not(:first-child) {
    margin-left: 3px;
  }
}
@media (max-width: 1023px) {
  #page-home .section-hero .dots .dot {
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    top: unset;
    transform: unset;
    width: unset;
    height: 1px;
    flex-grow: 1;
  }
}
#page-home .section-hero .dots .dot span {
  display: inline-block;
}
#page-home .section-hero .dots .dot span:nth-child(1) {
  background-color: white;
  transform-origin: 100% 50%;
  transition-property: transform, transform-origin;
  transform: scaleX(0);
  transition-duration: 0.7s, 0.2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 37px;
  height: 2px;
}
@media (max-width: 1023px) {
  #page-home .section-hero .dots .dot span:nth-child(1) {
    top: 0;
    width: 100%;
    height: 1px;
  }
}
#page-home .section-hero .dots .dot span:nth-child(2) {
  color: white;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-5px, -50%);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-home .section-hero .dots .dot span:nth-child(2) {
    display: none;
  }
}
#page-home .section-hero .dots .dot.active {
  z-index: 3;
}
#page-home .section-hero .dots .dot.active span:nth-child(1) {
  transform-origin: 0% 50%;
  transition-property: transform;
  transform: scaleX(1);
  transition-duration: 7s;
  z-index: 2;
}
#page-home .section-hero .dots .dot.active span:nth-child(2) {
  opacity: 1;
  transform: translate(0, -50%);
  transition-delay: 0.3s;
}
#page-home .section-hero .dots .total {
  color: white;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.5;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-home .section-hero .dots .total {
    display: none;
  }
}
#page-home .section-hero.visible .type__item.type__item--current:nth-child(5) {
  opacity: 1;
}
#page-home .section-hero.animate .slider.slider--fg {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#page-home .section-hero.animate .header {
  opacity: 1;
}
#page-home .section-hero.animate .languages {
  opacity: 1;
}
#page-home .section-hero.animate .navigation {
  opacity: 1;
  transform: translateY(-50%);
}
#page-home .section-hero.animate .navigation .item {
  opacity: 1;
  transform: translateY(0);
}
#page-home .section-hero.animate .navigation .item:nth-child(0) {
  transition-delay: 0s;
}
#page-home .section-hero.animate .navigation .item:nth-child(1) {
  transition-delay: 0.1s;
}
#page-home .section-hero.animate .navigation .item:nth-child(2) {
  transition-delay: 0.2s;
}
#page-home .section-hero.animate .navigation .item:nth-child(3) {
  transition-delay: 0.3s;
}
#page-home .section-hero.animate .navigation .item:nth-child(4) {
  transition-delay: 0.4s;
}
#page-home .section-hero.animate .navigation .item:nth-child(5) {
  transition-delay: 0.5s;
}
#page-home .section-hero.animate .navigation .item:nth-child(6) {
  transition-delay: 0.6s;
}
#page-home .section-hero.animate .navigation .scroll {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
#page-home .section-hero.animate .dots {
  opacity: 1;
}
#page-home .section-hero.animate .born {
  opacity: 1;
}
#page-home .section-hero.animate .copyright {
  opacity: 1;
}
/*# sourceMappingURL=home.min.css.map */
