/* Curated same-origin Ackley baseline. */

.svg-layer-main {
  background-image: url("../svg/main-landscape.svg");
}

.svg-layer-main-top {
  background-image: url("../svg/main-landscape-top.svg");
}

.svg-layer-menu {
  background-image: url("../svg/menu-landscape.svg");
}

@media (orientation: landscape) {
  .svg-layer-main {
    background-image: url("../svg/main-landscape.svg");
  }
  .svg-layer-main-top {
    background-image: url("../svg/main-landscape-top.svg");
  }
}
@media (orientation: portrait) {
  .svg-layer-main {
    background-image: url("../svg/main-portrait.svg");
  }
  .svg-layer-main-top {
    background-image: url("../svg/main-portrait.svg");
  }
}














/* ------------------------------------------------*/
/* Fonts Start */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Fonts End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Base CSS Styles Start */
/* ------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

::-moz-selection {
  background-color: #a6a4f6;
  color: #141414;
  text-shadow: none;
}

::selection {
  background-color: #a6a4f6;
  color: #141414;
  text-shadow: none;
}

::-webkit-scrollbar {
  display: none;
  width: 5px;
  background: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    display: block;
  }
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background-color: #807df2;
  border-radius: 10px;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  min-width: 360px;
  overflow-x: hidden !important;
  font: normal 300 1.8rem/1.6 "Space Grotesk", sans-serif;
  text-rendering: optimizeLegibility;
  background-color: #10102b;
}

section {
  position: relative;
  min-width: 360px;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

.fullheight {
  position: relative;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .fullheight {
    height: 100%;
  }
}

.fullheight-mobile {
  position: relative;
  height: 100%;
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 360px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
}

.svg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 360px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
}

.color-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layer-dark-03 {
  background-color: rgba(16, 16, 43, 0.3);
  mix-blend-mode: multiply;
}

.layer-black-03 {
  background-color: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
}

.layer-dark-06 {
  background-color: rgba(128, 125, 242, 0.6);
  mix-blend-mode: multiply;
}

.content-wrapper {
  position: relative;
  padding: 0 2.4rem;
}
@media only screen and (min-width: 768px) {
  .content-wrapper {
    padding: 0 6rem;
  }
}
@media only screen and (min-width: 1400px) {
  .content-wrapper {
    padding: 0 10rem;
  }
}

/* ------------------------------------------------*/
/* Base CSS Styles End */
/* ------------------------------------------------*/
.link-l-arrow::after {
  background-image: url("../svg/arrow-up-right.svg");
}


/* ------------------------------------------------*/
/* Typography Start */
/* ------------------------------------------------*/
h1 {
  font: normal 400 4rem/1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
h1.large {
  font-size: 5.4rem;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 6rem;
  }
  h1.large {
    font-size: 8rem;
    margin-left: -0.4rem;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 8rem;
  }
  h1.large {
    font-size: 11rem;
    margin-left: -0.6rem;
  }
}

.typed-cursor {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0);
}
.typed-cursor::before {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  bottom: 7px;
  width: 17px;
  height: 3px;
  background-color: #807df2;
}
@media only screen and (min-width: 768px) {
  .typed-cursor::before {
    width: 26px;
    height: 5px;
    position: absolute;
    right: -15px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .typed-cursor::before {
    width: 35px;
    height: 6px;
    position: absolute;
    right: -20px;
    bottom: 12px;
  }
}

h1.large .typed-cursor::before {
  position: absolute;
  right: -8px;
  bottom: 9px;
  width: 18px;
  height: 4px;
}
@media only screen and (min-width: 768px) {
  h1.large .typed-cursor::before {
    width: 28px;
    height: 6px;
    position: absolute;
    right: -15px;
    bottom: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  h1.large .typed-cursor::before {
    width: 39px;
    height: 8px;
    position: absolute;
    right: -20px;
    bottom: 17px;
  }
}

.headline__subtitle {
  display: inline-block;
  height: 2.6rem;
  padding: 0 1.1rem;
  font: normal 500 1.4rem/2.5rem "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  color: #807df2;
  border: 1px solid #807df2;
  -moz-border-radius: 1.3rem;
       border-radius: 1.3rem;
  margin-bottom: 3.4rem;
}
.headline__subtitle i {
  font-size: 1.4rem;
}

.headline__btnholder {
  margin-top: 2.6rem;
}

h2 {
  font: normal 400 4rem/1.1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 5.4rem;
  }
}
@media only screen and (min-width: 1400px) {
  h2 {
    font-size: 6.4rem;
    max-width: 98rem;
  }
}

.section__subtitle {
  display: inline-block;
  height: 2.6rem;
  padding: 0 1.1rem;
  font: normal 500 1.4rem/2.5rem "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  color: #a6a4f6;
  border: 1px solid #a6a4f6;
  -moz-border-radius: 1.3rem;
       border-radius: 1.3rem;
  margin-bottom: 3.4rem;
}

.section__text {
  font: normal 300 1.8rem/1.4 "Space Grotesk", sans-serif;
  color: #a9a9ca;
  margin-top: 2.2rem;
}
.section__text a {
  color: #a9a9ca;
}
@media only screen and (min-width: 1400px) {
  .section__text {
    font-size: 2.4rem;
    max-width: 92rem;
    margin-top: 2rem;
  }
}

h3 {
  font: normal 400 3.4rem/1.1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
  margin-bottom: 2.2rem;
}
@media only screen and (min-width: 1400px) {
  h3 {
    font-size: 4rem;
  }
}

.block__text {
  font: normal 300 1.8rem/1.4 "Space Grotesk", sans-serif;
  color: #a9a9ca;
  margin-bottom: 3.5rem;
}
.block__text a {
  color: #a9a9ca;
}
@media only screen and (min-width: 1400px) {
  .block__text {
    font-size: 2.4rem;
  }
}

h4 {
  font: normal 400 2.6rem/1.1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

h5 {
  font: normal 400 2rem/1.1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

p {
  font: normal 300 1.8rem/1.4 "Space Grotesk", sans-serif;
  color: #a9a9ca;
}
p a {
  color: #a9a9ca;
}
p span {
  font-weight: 500;
  color: #ffffff;
}
p.additional-text {
  font: normal 400 1.4rem/1.2 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
}
p.additional-text a {
  font: normal 400 1.4rem/1.2 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  color: #a9a9ca;
}
.no-touch p.additional-text:hover a {
  color: #ffffff;
}
p.copyright a {
  color: #ffffff;
}

.text-link {
  color: inherit;
  color: #a9a9ca;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(169, 169, 202, 0.5)), to(rgba(169, 169, 202, 0.5))), -webkit-gradient(linear, left top, right top, from(#807df2), to(#807df2));
  background: -moz-linear-gradient(left, rgba(169, 169, 202, 0.5), rgba(169, 169, 202, 0.5)), -moz-linear-gradient(left, #807df2, #807df2);
  background: -o-linear-gradient(left, rgba(169, 169, 202, 0.5), rgba(169, 169, 202, 0.5)), -o-linear-gradient(left, #807df2, #807df2);
  background: linear-gradient(to right, rgba(169, 169, 202, 0.5), rgba(169, 169, 202, 0.5)), linear-gradient(to right, #807df2, #807df2);
  -moz-background-size: 100% 1px, 0 1px;
       background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 400ms, color 300ms;
  -o-transition: background-size 400ms, color 300ms;
  -moz-transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
  transition: background-size 400ms, color 300ms;
  transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}
.no-touch .text-link:hover {
  color: #ffffff;
  -moz-background-size: 0 1px, 100% 1px;
       background-size: 0 1px, 100% 1px;
}

.contact-link {
  color: inherit;
  color: #a9a9ca;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(169, 169, 202, 0)), to(rgba(169, 169, 202, 0))), -webkit-gradient(linear, left top, right top, from(#807df2), to(#807df2));
  background: -moz-linear-gradient(left, rgba(169, 169, 202, 0), rgba(169, 169, 202, 0)), -moz-linear-gradient(left, #807df2, #807df2);
  background: -o-linear-gradient(left, rgba(169, 169, 202, 0), rgba(169, 169, 202, 0)), -o-linear-gradient(left, #807df2, #807df2);
  background: linear-gradient(to right, rgba(169, 169, 202, 0), rgba(169, 169, 202, 0)), linear-gradient(to right, #807df2, #807df2);
  -moz-background-size: 100% 1px, 0 1px;
       background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 400ms, color 300ms;
  -o-transition: background-size 400ms, color 300ms;
  -moz-transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
  transition: background-size 400ms, color 300ms;
  transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}
.no-touch .contact-link:hover {
  color: #ffffff;
  -moz-background-size: 0 1px, 100% 1px;
       background-size: 0 1px, 100% 1px;
}

.blockquote p {
  font: normal 400 2.6rem/1.4 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
.blockquote cite {
  display: block;
  font: normal 500 1.4rem/1.2 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #8c8caa;
  margin-top: 2.5rem;
}
.blockquote cite span {
  display: block;
}

.blockquote__icon {
  display: block;
  width: 110px;
  height: 110px;
  margin-bottom: 3rem;
}

/* ------------------------------------------------*/
/* Typography End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Buttons & Controls Start */
/* ------------------------------------------------*/
.menu-trigger {
  display: block;
  position: relative;
  width: 50px;
  height: 60px;
}
.menu-trigger .menu-objects {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 14px;
  background-color: transparent;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.6s 0.3s ease-in-out;
  -o-transition: opacity 0.6s 0.3s ease-in-out;
  -moz-transition: opacity 0.6s 0.3s ease-in-out;
  transition: opacity 0.6s 0.3s ease-in-out;
}
.menu-trigger .menu-objects::before, .menu-trigger .menu-objects::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.menu-trigger .menu-objects::before {
  position: absolute;
  top: 0;
  left: 0;
}
.menu-trigger .menu-objects::after {
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu-trigger .menu-close {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  width: 30px;
  height: 3px;
  background-color: transparent;
  -webkit-transform: translateX(-50%) translateY(-50%) scale3d(0, 0, 0);
     -moz-transform: translateX(-50%) translateY(-50%) scale3d(0, 0, 0);
          transform: translateX(-50%) translateY(-50%) scale3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
.menu-trigger .menu-close::before, .menu-trigger .menu-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
.menu-trigger .menu-close::before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-trigger .menu-close::after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-trigger.menu-opened .menu-objects {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.menu-trigger.menu-opened .menu-close {
  -webkit-transform: translateX(-50%) translateY(-50%) scale3d(1, 1, 1);
     -moz-transform: translateX(-50%) translateY(-50%) scale3d(1, 1, 1);
          transform: translateX(-50%) translateY(-50%) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: -webkit-transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09), -webkit-transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
@media only screen and (min-width: 768px) {
  .menu-trigger {
    width: 60px;
    height: 70px;
  }
  .menu-trigger .menu-objects {
    width: 60px;
    height: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .no-touch .menu-trigger:hover .menu-objects::before {
    -webkit-animation: 0.4s ease-in-out 0s 1 both slideOutRightMenu;
       -moz-animation: 0.4s ease-in-out 0s 1 both slideOutRightMenu;
            animation: 0.4s ease-in-out 0s 1 both slideOutRightMenu;
  }
  .no-touch .menu-trigger:hover .menu-objects::after {
    -webkit-animation: 0.4s ease-in-out 0s 1 both slideOutRightMenu;
       -moz-animation: 0.4s ease-in-out 0s 1 both slideOutRightMenu;
            animation: 0.4s ease-in-out 0s 1 both slideOutRightMenu;
    -webkit-animation-delay: 0.15s;
       -moz-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
}
@media only screen and (min-width: 1400px) {
  .menu-trigger {
    height: 100px;
  }
}

@-webkit-keyframes slideOutRightMenu {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-moz-keyframes slideOutRightMenu {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(60px);
         transform: translateX(60px);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  52% {
    -moz-transform: translateX(-60px);
         transform: translateX(-60px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}

@keyframes slideOutRightMenu {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(60px);
       -moz-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(-60px);
       -moz-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
.btn {
  position: relative;
  display: inline-block;
  border: none;
  outline: 0;
  padding: 0;
  font: inherit;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .btn {
    display: inline-block;
  }
}

.btn-s {
  display: block;
  height: 4rem;
  -moz-border-radius: 2rem;
       border-radius: 2rem;
  text-align: center;
  font: normal 400 1.4rem/4rem "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 1.4rem;
}
.btn-s:last-of-type {
  margin-bottom: 0;
}
.btn-s span,
.btn-s i {
  display: inline-block;
}
.btn-s i {
  font-size: 1.3rem;
  margin-left: 0.4rem;
}
.btn-s.btn-light {
  font-weight: 500;
  color: #141414;
  border: 1px solid #807df2;
  background-color: #807df2;
}
.btn-s.btn-mute {
  color: #a9a9ca;
  border: 1px solid #a9a9ca;
}
@media only screen and (min-width: 768px) {
  .btn-s {
    display: inline-block;
    height: auto;
    -moz-border-radius: 0;
         border-radius: 0;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 0;
    margin-right: 4rem;
  }
  .btn-s:last-of-type {
    margin-bottom: 0;
    margin-right: 0;
  }
  .btn-s i {
    font-size: 1.5rem;
  }
  .btn-s.btn-light {
    font-weight: 400;
    color: #ffffff;
    border: none;
    background-color: transparent;
  }
  .btn-s.btn-mute {
    color: #a9a9ca;
    border: none;
  }
}
@media only screen and (min-width: 1200px) {
  .no-touch .btn-s:hover.btn-mute {
    color: #ffffff;
  }
}

.btn-l {
  display: block;
  height: 5rem;
  padding: 0 2rem;
  -moz-border-radius: 2.5rem;
       border-radius: 2.5rem;
  font: normal 400 1.4rem/4.8rem "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  -webkit-transition: color 0.3s, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s, background-color 0.3s ease-in-out;
  transition: color 0.3s, background-color 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .btn-l {
    display: inline-block;
  }
}

.btn-light-outline {
  background-color: transparent;
  border: 1px solid #807df2;
  color: #ffffff;
}

.btn-light {
  font-weight: 500;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}

.btn-dark {
  font-weight: 500;
  background-color: #807df2;
  border: 1px solid #807df2;
  color: #000000;
}

.btn-icon-left {
  position: relative;
}
.btn-icon-left .btn-title {
  margin-right: 0.4rem;
  overflow: hidden;
}
.btn-icon-left .btn-icon-anim {
  display: inline-block;
  width: auto;
  height: 100%;
  overflow: hidden;
}
.no-touch .btn-icon-left:hover i {
  -webkit-animation: 0.4s ease-in-out 0s 1 both slideOutLeft;
     -moz-animation: 0.4s ease-in-out 0s 1 both slideOutLeft;
          animation: 0.4s ease-in-out 0s 1 both slideOutLeft;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(14px);
         transform: translateX(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -moz-transform: translateX(-14px);
         transform: translateX(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(14px);
       -moz-transform: translateX(14px);
            transform: translateX(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(-14px);
       -moz-transform: translateX(-14px);
            transform: translateX(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(-14px);
         transform: translateX(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -moz-transform: translateX(14px);
         transform: translateX(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-14px);
       -moz-transform: translateX(-14px);
            transform: translateX(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(14px);
       -moz-transform: translateX(14px);
            transform: translateX(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slideOutDown {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateY(14px);
         transform: translateY(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -moz-transform: translateY(-14px);
         transform: translateY(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateY(14px);
       -moz-transform: translateY(14px);
            transform: translateY(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateY(-14px);
       -moz-transform: translateY(-14px);
            transform: translateY(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateY(-14px);
         transform: translateY(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -moz-transform: translateY(14px);
         transform: translateY(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
       -moz-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateY(14px);
       -moz-transform: translateY(14px);
            transform: translateY(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ------------------------------------------------*/
/* Buttons & Controls End */
/* ------------------------------------------------*/


/* ------------------------------------------------*/
/* Header Start */
/* ------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 360px;
  height: 60px;
  background-color: #10102b;
  border-bottom: 1px solid #424264;
  z-index: 10;
}
.header.header-transparent {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header.header-transparent .controls__block {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: border-left 0.5s ease-in-out;
  -o-transition: border-left 0.5s ease-in-out;
  -moz-transition: border-left 0.5s ease-in-out;
  transition: border-left 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header {
    height: 70px;
  }
}
@media only screen and (min-width: 1400px) {
  .header {
    height: 100px;
  }
}

.header__logo {
  position: relative;
  padding: 0 2.4rem;
}
.header__logo img {
  display: block;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    padding: 0 7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .header__logo {
    padding: 0 10rem;
  }
}

.header__controls {
  position: relative;
  height: 100%;
}

.controls__block {
  position: relative;
  height: 100%;
  border-left: 1px solid #424264;
  padding: 0 2.4rem;
  -webkit-transition: border-left 0.5s ease-in-out;
  -o-transition: border-left 0.5s ease-in-out;
  -moz-transition: border-left 0.5s ease-in-out;
  transition: border-left 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .controls__block {
    padding: 0 7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .controls__block {
    padding: 0 10rem;
  }
}

.sayhello-trigger {
  display: block;
  position: relative;
  font: normal 400 1.6rem/1.2 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
.sayhello-trigger span {
  display: none;
}
@media only screen and (min-width: 992px) {
  .sayhello-trigger i {
    display: none;
  }
  .sayhello-trigger span {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .sayhello-trigger {
    position: relative;
  }
}

/* ------------------------------------------------*/
/* Header End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Main Section Start */
/* ------------------------------------------------*/
.main {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #10102b;
  z-index: 1;
}
.main.full {
  padding-top: 0;
}
@media only screen and (min-width: 1200px) {
  .main {
    overflow: hidden;
    padding-top: 0;
  }
}

.fullscreen-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.main__content {
  position: relative;
  min-height: 100%;
  padding-top: 60px;
}
.main__content.content-fullheight {
  padding: 0;
  height: 100%;
  min-height: 600px;
}
@media only screen and (min-width: 768px) {
  .main__content {
    padding-top: 70px;
  }
  .main__content.content-fullheight {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main__content {
    height: 100%;
    min-height: unset;
  }
}
@media only screen and (min-width: 1400px) {
  .main__content {
    padding-top: 100px;
  }
  .main__content.content-fullheight {
    padding: 0;
  }
}

.main__intro {
  position: relative;
  height: 70vh;
  min-height: 460px;
}
.main__intro.intro-large-title {
  min-height: 580px;
}
.main__intro.intro-fullheight {
  height: 100%;
  min-height: unset;
}
@media only screen and (min-width: 1200px) {
  .main__intro {
    height: auto;
    min-height: unset;
  }
  .main__intro.intro-large-title {
    min-height: unset;
  }
}

.intro__content.content-top {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.intro__content.content-top-large {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .intro__content.content-top {
    position: relative;
    top: auto;
    bottom: auto;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 6.8rem 0 6rem 0;
    max-height: 310px;
  }
  .intro__content.content-top-large {
    position: relative;
    top: auto;
    bottom: auto;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 5.8rem 0 6.2rem 0;
    max-height: 326px;
  }
}
@media only screen and (min-width: 1400px) {
  .intro__content.content-top {
    padding: 9.8rem 0 9rem 0;
    max-height: 410px;
  }
  .intro__content.content-top-large {
    padding: 8.4rem 0 9.2rem 0;
    max-height: 441px;
  }
}

.intro__data {
  position: relative;
  padding: 0 2.4rem;
  margin-top: 2.8rem;
}
.intro__data li {
  display: block;
  margin-bottom: 0.6rem;
}
.intro__data li:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .intro__data {
    padding: 0 7rem;
    margin-top: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro__data {
    margin-top: 0;
  }
  .intro__data li:last-of-type {
    margin-bottom: 0.6rem;
  }
}
@media only screen and (min-width: 1400px) {
  .intro__data {
    padding: 0 10rem;
  }
  .intro__data li:last-of-type {
    margin-bottom: 0.8rem;
  }
}

.headline {
  position: relative;
  padding: 0 2.4rem;
}
.headline.centered-mobile {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .headline {
    padding: 0 7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .headline {
    padding: 0 10rem;
  }
}

.main__media {
  position: relative;
  height: 60vh;
  min-height: 600px;
}
.main__media.media-bottom {
  height: 35vh;
  min-height: 360px;
}
.main__media.media-bottom .rotate-object {
  position: absolute;
  top: -55px;
  right: 24px;
}
.main__media.media-bottom-l {
  height: 35vh;
  min-height: 360px;
}
.main__media.media-bottom-l .rotate-object {
  position: absolute;
  top: -55px;
  right: 24px;
}
.main__media.media-top-l {
  height: 35vh;
  min-height: 360px;
}
.main__media.media-top-l .rotate-object {
  position: absolute;
  top: -55px;
  right: 24px;
}
.main__media.media-padding {
  left: 24px;
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
}
@media only screen and (min-width: 768px) {
  .main__media {
    min-height: 700px;
  }
  .main__media.media-bottom .rotate-object {
    position: absolute;
    top: -80px;
    right: 70px;
  }
  .main__media.media-bottom-l .rotate-object {
    position: absolute;
    top: -80px;
    right: 70px;
  }
  .main__media.media-top-l .rotate-object {
    position: absolute;
    top: -80px;
    right: 70px;
  }
  .main__media.media-padding {
    left: 70px;
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }
}
@media only screen and (min-width: 1200px) {
  .main__media {
    height: 700px;
  }
  .main__media.media-bottom {
    height: -moz-calc(100% - 326px);
    height: calc(100% - 326px);
    min-height: unset;
  }
  .main__media.media-bottom .rotate-object {
    position: absolute;
    top: -80px;
    right: 130px;
  }
  .main__media.media-bottom-l {
    height: -moz-calc(100% - 310px);
    height: calc(100% - 310px);
    min-height: unset;
  }
  .main__media.media-bottom-l .rotate-object {
    position: absolute;
    top: -80px;
    right: 270px;
  }
  .main__media.media-top-l {
    height: -moz-calc(100% - 310px);
    height: calc(100% - 310px);
    min-height: unset;
  }
  .main__media.media-top-l .rotate-object {
    position: absolute;
    top: auto;
    right: 270px;
    bottom: -80px;
  }
  .main__media.media-padding {
    left: 70px;
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }
}
@media only screen and (min-width: 1400px) {
  .main__media.media-bottom {
    height: -moz-calc(100% - 441px);
    height: calc(100% - 441px);
  }
  .main__media.media-bottom .rotate-object {
    position: absolute;
    top: -105px;
    right: 160px;
  }
  .main__media.media-bottom-l {
    height: -moz-calc(100% - 410px);
    height: calc(100% - 410px);
  }
  .main__media.media-bottom-l .rotate-object {
    position: absolute;
    top: -105px;
    right: 360px;
  }
  .main__media.media-top-l {
    height: -moz-calc(100% - 410px);
    height: calc(100% - 410px);
  }
  .main__media.media-top-l .rotate-object {
    position: absolute;
    top: auto;
    right: 360px;
    bottom: -105px;
  }
  .main__media.media-padding {
    left: 100px;
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
  }
}

.rotate-object {
  display: block;
  width: 110px;
  height: 110px;
  z-index: 12;
}
.rotate-object img {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.rotate-object.is-hidden img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .rotate-object {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (min-width: 1400px) {
  .rotate-object {
    width: 210px;
    height: 210px;
  }
}

.large-trigger {
  display: block;
  position: relative;
}

.rotate-img {
  display: block;
  width: 100%;
  height: auto;
}
.rotate-img.rotate-img-s {
  display: block;
}
.rotate-img.rotate-img-m, .rotate-img.rotate-img-xxl {
  display: none;
}
@media only screen and (min-width: 768px) {
  .rotate-img.rotate-img-s, .rotate-img.rotate-img-xxl {
    display: none;
  }
  .rotate-img.rotate-img-m {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .rotate-img.rotate-img-s, .rotate-img.rotate-img-m {
    display: none;
  }
  .rotate-img.rotate-img-xxl {
    display: block;
  }
}

.media__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
}

/* ------------------------------------------------*/
/* Main Section End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Marquee Start */
/* ------------------------------------------------*/
.marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  gap: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 60px;
}
.marquee.marquee-relative {
  position: relative;
  bottom: auto;
  left: auto;
}
.marquee:hover .scroll {
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
@media only screen and (min-width: 768px) {
  .marquee {
    height: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .marquee.marquee-relative {
    position: absolute;
    bottom: auto;
    left: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .marquee {
    height: 100px;
  }
}

.marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 1rem;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}

@-moz-keyframes scroll {
  from {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-moz-calc(-100% - 1rem));
         transform: translateX(calc(-100% - 1rem));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1rem));
       -moz-transform: translateX(-moz-calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}
.scroll {
  -webkit-animation: scroll 16s linear infinite;
     -moz-animation: scroll 16s linear infinite;
          animation: scroll 16s linear infinite;
}

.marquee {
  background-color: #f0f0fc;
  border-top: 1px solid #10102b;
}
.marquee span {
  display: block;
  white-space: nowrap;
  font: normal 500 3.6rem/1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #141414;
}
.marquee span::after {
  content: "*";
  display: inline-block;
  padding: 0 0.5rem 0 1.5rem;
  color: #807df2;
}
.marquee.opposite {
  background-color: #10102b;
  border-top: 1px solid #424264;
}
.marquee.opposite span {
  font-weight: 400;
  color: #8c8caa;
}
.marquee.opposite span::after {
  color: #807df2;
}
@media only screen and (min-width: 768px) {
  .marquee span {
    font-size: 4.6rem;
  }
  .marquee span::after {
    padding: 0 1rem 0 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .marquee span {
    font-size: 6.4rem;
  }
  .marquee span::after {
    padding: 0 2rem 0 3rem;
  }
}

/* ------------------------------------------------*/
/* Marquee End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Menu Start */
/* ------------------------------------------------*/
.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #10102b;
  z-index: 9;
}

.menu__content {
  position: relative;
  height: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: bottom right;
  -moz-background-size: cover;
       background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .menu__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.menu__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  -moz-background-size: cover;
       background-size: cover;
}

.menu__data {
  position: relative;
  height: 100%;
}

.menudata__links {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.navigation {
  display: block;
}
.navigation li {
  display: block;
  position: relative;
  height: 60px;
  padding: 0 2.4rem;
}
.navigation li a {
  display: block;
  position: absolute;
  top: 0;
  left: 2.4rem;
  height: 60px;
  font: normal 400 3.6rem/60px "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
  z-index: 2;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  -moz-transition: opacity 0s;
  transition: opacity 0s;
}
.navigation li a.active-link {
  color: #B4B4FC;
}
.navigation li a.is-hidden {
  opacity: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  -moz-transition: opacity 0s;
  transition: opacity 0s;
}
.navigation li .marquee-link {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  gap: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 60px;
  background-color: #f0f0fc;
  border-top: 1px solid #10102b;
  border-bottom: 1px solid #10102b;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.navigation li .marquee-link.is-visible {
  opacity: 1;
  visibility: visible;
}
.navigation li .marquee-link .marquee-link-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 1rem;
}
.navigation li .marquee-link .marquee-link-content span {
  display: block;
  white-space: nowrap;
  font: normal 500 3.6rem/1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #141414;
}
.navigation li .marquee-link .marquee-link-content span::after {
  content: "*";
  display: inline-block;
  padding: 0 0.5rem 0 1.5rem;
  color: #807df2;
}
@media only screen and (min-width: 768px) {
  .navigation li {
    height: 70px;
    padding: 0 70px;
  }
  .navigation li a {
    left: 7rem;
    height: 70px;
    font-size: 4.6rem;
    line-height: 70px;
  }
  .navigation li .marquee-link {
    height: 70px;
  }
  .navigation li .marquee-link .marquee-link-content span {
    font-size: 4.6rem;
  }
  .navigation li .marquee-link .marquee-link-content span::after {
    padding: 0 1rem 0 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .navigation li {
    height: 100px;
    padding: 0 100px;
  }
  .navigation li a {
    left: 10rem;
    height: 100px;
    font-size: 6.4rem;
    line-height: 100px;
  }
  .navigation li .marquee-link {
    height: 100px;
  }
  .navigation li .marquee-link .marquee-link-content span {
    font-size: 6.4rem;
  }
  .navigation li .marquee-link .marquee-link-content span::after {
    padding: 0 2rem 0 3rem;
  }
}

.scroll-x2 {
  -webkit-animation: scroll 8s linear infinite;
     -moz-animation: scroll 8s linear infinite;
          animation: scroll 8s linear infinite;
}

.menudata__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.4rem 0;
}
.menudata__footer .copyright {
  margin-top: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .menudata__footer {
    padding: 0;
    height: 70px;
  }
  .menudata__footer .copyright {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .menudata__footer {
    height: 100px;
  }
}

/* ------------------------------------------------*/
/* Menu End */
/* ------------------------------------------------*/




/* ------------------------------------------------*/
/* Inner Sections Start */
/* ------------------------------------------------*/
.inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #10102b;
  z-index: 8;
}
@media only screen and (min-width: 1200px) {
  .inner {
    overflow: hidden;
  }
}

.inner__content {
  position: relative;
  padding-top: 60px;
  background-color: #10102b;
}
@media only screen and (min-width: 768px) {
  .inner__content {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .inner__content {
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    height: 100%;
    min-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1400px) {
  .inner__content {
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
    padding-top: 100px;
  }
}

.inner__container {
  position: relative;
  padding: 6rem 0;
  border-bottom: 1px solid #424264;
}
.inner__container:last-of-type {
  border-bottom: none;
}
.inner__container.no-padding {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .inner__container {
    padding: 7rem 0;
  }
  .inner__container.no-padding {
    padding: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .inner__container {
    padding: 10rem 0;
  }
  .inner__container.no-padding {
    padding: 0;
  }
}

.content-block {
  position: relative;
  padding: 0 2.4rem;
}
@media only screen and (min-width: 768px) {
  .content-block {
    padding: 0 7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .content-block {
    padding: 0 10rem;
  }
}

.fullwidth-container {
  position: relative;
  width: 100%;
  height: 360px;
}
@media only screen and (min-width: 768px) {
  .fullwidth-container {
    height: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  .fullwidth-container {
    height: 700px;
  }
}

.media-container {
  position: relative;
  width: 100%;
  height: 360px;
}
@media only screen and (min-width: 768px) {
  .media-container {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .media-container {
    width: 100%;
    height: 100%;
  }
}

.padding-block {
  padding: 6rem 2.4rem;
}
@media only screen and (min-width: 768px) {
  .padding-block {
    padding: 7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .padding-block {
    padding: 10rem;
  }
}

.four-sells-block {
  position: relative;
  border-bottom: 1px solid #424264;
}
.four-sells-block:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .four-sells-block {
    border-right: 1px solid #424264;
  }
  .four-sells-block:nth-of-type(2), .four-sells-block:nth-of-type(4) {
    border-right: none;
  }
  .four-sells-block:nth-of-type(3) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1200px) {
  .four-sells-block {
    border-bottom: none;
  }
  .four-sells-block:nth-of-type(2) {
    border-right: 1px solid #424264;
  }
}

.three-sells-block {
  position: relative;
  border-bottom: 1px solid #424264;
}
.three-sells-block:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .three-sells-block {
    border-bottom: none;
    border-right: 1px solid #424264;
  }
  .three-sells-block:last-of-type {
    border-right: none;
  }
}

.two-sells-block {
  position: relative;
  border-bottom: 1px solid #424264;
}
.two-sells-block:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .two-sells-block {
    border-right: 1px solid #424264;
    border-bottom: none;
  }
  .two-sells-block:last-of-type {
    border-right: none;
  }
}

.two-sells-block-reverse {
  position: relative;
  border-bottom: 1px solid #424264;
}
.two-sells-block-reverse:first-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .two-sells-block-reverse {
    border-right: 1px solid #424264;
  }
  .two-sells-block-reverse:last-of-type {
    border-right: none;
    border-bottom: none;
  }
}

.inner__image {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
}

.inner__media {
  position: relative;
  height: 360px;
  background-color: #10102b;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .inner__media {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .inner__media {
    width: 200px;
    height: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .inner__media {
    width: 260px;
  }
}

/* ------------------------------------------------*/
/* Inner Sections End */
/* ------------------------------------------------*/
