.position {
  padding: 96px 20px;
  max-width: 1396px;
  margin: auto;
  box-sizing: border-box; }
  .position button, .position h1, .position h2, .position h3, .position h4, .position h5, .position h6 {
    font-family: Montserrat, sans-serif; }
  .position b, .position strong {
    font-weight: 700; }
  .position .dragon-box {
    display: flex;
    width: 545px;
    padding: 187px 0px 33px 0px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 29px;
    position: relative;
    text-align: center;
    flex-shrink: 0;
    background: url("../img/boxsky.png") center top, #202020;
    background-size: auto 100%; }
    .position .dragon-box .chest {
      width: 441px;
      height: 253.448px;
      position: absolute;
      left: 28px;
      top: -86.999px; }
    .position .dragon-box .dragons {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .position .dragon-box .dragon1 {
      position: absolute;
      width: 452px;
      height: 256px;
      right: -138px;
      top: -36.999px;
      mix-blend-mode: multiply;
      filter: blur(1px) contrast(1.5);
      background-repeat: no-repeat; }
    .position .dragon-box .dragon2 {
      position: absolute;
      width: 186px;
      height: 106px;
      position: absolute;
      left: -7px;
      top: 17.001px;
      transform: scaleX(-1);
      mix-blend-mode: multiply;
      filter: blur(1px) contrast(1.5);
      background-repeat: no-repeat; }
    .position .dragon-box .btn {
      display: inline-flex;
      height: 48px;
      padding: 16px 32px;
      justify-content: center;
      align-items: center;
      background: #D34037;
      position: relative;
      color: #FFF;
      text-align: center;
      /* Label/L/Uppercase */
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      /* 150% */
      letter-spacing: 1.2px;
      text-transform: uppercase;
      transition: all 0.2s ease;
      box-sizing: border-box; }
      .position .dragon-box .btn:hover {
        filter: brightness(1.1); }
    .position .dragon-box article {
      display: flex;
      width: 451px;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      position: relative; }
      .position .dragon-box article p {
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        /* 133.333% */
        letter-spacing: 0px; }
        .position .dragon-box article p strong {
          font-size: 32px;
          font-weight: 700;
          line-height: 40px; }
  .position .cta {
    display: inline-flex;
    margin-bottom: 30px;
    box-sizing: border-box;
    height: 48px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none !important;
    align-items: center;
    border: 1px solid #DFDFDF;
    color: #DFDFDF;
    text-decoration: none; }
  .position .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 24px;
    padding: 48px 0;
    box-sizing: border-box; }
    .position .container .form-container {
      padding: 48px 32px;
      background-color: #101010;
      flex: auto;
      height: fit-content;
      max-width: 543px;
      min-height: 230px;
      position: relative; }
      .position .container .form-container.dragons {
        padding: 0;
        background: 0;
        min-width: 0; }
    .position .container .position-description {
      max-width: 50%;
      width: 100%; }
      .position .container .position-description .info {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
        gap: 8px 24px;
        margin-bottom: 24px;
        list-style: none; }
        .position .container .position-description .info li {
          font-family: Montserrat, sans-serif;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          font-size: 14px;
          color: #dfdfdf;
          gap: 4px;
          font-weight: 500;
          line-height: 140%; }
      .position .container .position-description h3 {
        font-size: 24px;
        line-height: 116.667%;
        margin: 48px 0 24px; }
      .position .container .position-description h1 {
        font-size: 32px;
        line-height: 125%;
        margin-bottom: 16px; }
      .position .container .position-description .info {
        margin-bottom: 48px; }
      .position .container .position-description ul {
        line-height: 24px;
        list-style: none; }
      .position .container .position-description ul:not(.info) {
        margin: 16px 0;
        font-size: 18px; }
        .position .container .position-description ul:not(.info) li {
          margin-bottom: 16px;
          position: relative; }
          .position .container .position-description ul:not(.info) li:after {
            content: "";
            background-color: #fff;
            width: 8px;
            height: 8px;
            position: absolute;
            border-radius: 50%;
            left: -24px;
            top: 10px; }
      .position .container .position-description p {
        margin: 16px 0;
        font-size: 18px;
        line-height: 30px; }
  .position .share-url {
    font-size: 18px; }
    .position .share-url h5 {
      font-weight: 400;
      font-size: 18px;
      line-height: 155.556%;
      margin-bottom: 16px; }

@media screen and (max-width: 600px) {
  .position {
    padding: 48px 20px; }
    .position .dragon-box {
      width: 100%;
      margin-top: 62px;
      padding-top: 140px;
      background-size: 100%;
      background-repeat: no-repeat; }
      .position .dragon-box .dragons {
        width: 100%;
        display: none;
        left: 0%; }
      .position .dragon-box .chest {
        width: 100%;
        height: 204.82px;
        flex-shrink: 0;
        left: -20px; }
      .position .dragon-box article {
        width: 82%; }
        .position .dragon-box article span {
          display: block; }
        .position .dragon-box article p {
          font-size: 20px; }
          .position .dragon-box article p strong {
            font-size: 24px; }
    .position .container .position-description {
      max-width: 100%;
      margin-bottom: 40px;
      min-width: auto; } }
.backtop {
  text-align: center;
  font-size: 0.83vw;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #DFDFDF;
  margin-bottom: 1vw;
  margin-top: 3vw;
  opacity: 0.7;
  transition: all 0.3s ease;
  cursor: pointer; }
  .backtop:hover {
    opacity: 1; }
    .backtop:hover svg {
      animation: bounce 2s infinite; }
  .backtop svg {
    width: 1.25vw; }
  .backtop img {
    height: 4.17vw; }

section.bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Montserrat; }
  section.bottom .art2 {
    display: flex;
    height: 42.71vw;
    padding: 1.56vw 0px;
    flex-direction: column;
    align-items: center;
    gap: 1.67vw;
    align-self: stretch;
    box-sizing: border-box;
    background: url("../img/footer.jpg") center center no-repeat;
    background-size: cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.1%, #000 100%), url("../img/footer.jpg"), lightgray 0px 0px/100% 113.071% no-repeat;
    background-size: cover;
    background-position: center; }

footer {
  max-width: 1673px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 40px;
  box-sizing: border-box;
  padding-top: 0;
  width: 100%; }
  footer .topf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; }
    footer .topf p {
      margin: 0;
      color: #B2B2B2;
      font-family: Lato;
      font-size: 13px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      /* 18.2px */ }
    footer .topf .owlogo img {
      height: 60px; }
    footer .topf .logos {
      margin-top: 40px;
      display: flex;
      gap: 40px;
      align-items: center;
      justify-content: center; }
      footer .topf .logos img {
        height: 60px; }
    footer .topf .nav {
      color: #909090;
      /* Small */
      display: flex;
      gap: 40px;
      align-items: center;
      justify-content: center;
      font-family: Montserrat;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 110%;
      /* 15.4px */ }
      footer .topf .nav a {
        color: inherit;
        text-decoration: underline; }

.owfooter {
  background: #101010;
  color: #9F9F9F;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px 120px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center; }
  .owfooter .nav {
    display: flex;
    gap: 32px; }
  .owfooter a {
    color: #9F9F9F !important;
    text-decoration: none; }
  .owfooter .social {
    display: flex;
    gap: 20px; }
  .owfooter .mobow {
    display: none; }

@media only screen and (max-width: 600px) {
  .mobow {
    display: block; }

  .backtop {
    text-align: center;
    font-size: 16px; }
    .backtop svg {
      width: 24px; }
    .backtop img {
      height: 4.17vw; }

  section.bottom {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px; }
    section.bottom .art {
      display: flex;
      padding: 16px 0px 50px 0px;
      padding-bottom: 0;
      flex-direction: column;
      align-items: center;
      gap: 136px;
      align-self: stretch;
      background-position: center top;
      background-size: auto 130%; }
    section.bottom footer {
      width: 100%;
      margin-top: 10px; }
      section.bottom footer .nav {
        display: flex;
        padding: 0px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        box-sizing: border-box;
        line-height: 110%;
        color: #9f9f9f;
        font-weight: 500;
        font-variation-settings: "wght" 500;
        text-decoration: none;
        white-space: nowrap;
        width: 100%;
        /* align-self: stretch; */
        justify-content: center; }
        section.bottom footer .nav .logo {
          width: 100%; }
          section.bottom footer .nav .logo img {
            height: 40px;
            width: auto; }
        section.bottom footer .nav ul {
          gap: 8px; }
          section.bottom footer .nav ul li {
            font-size: 14px; }
          section.bottom footer .nav ul li:first-child {
            font-size: 16px;
            line-height: 110%;
            color: #9f9f9f;
            font-weight: 700; }

  footer {
    padding: 0;
    padding-top: 0;
    gap: 40px;
    gap: 20px; }
    footer .top {
      padding: 20px;
      box-sizing: border-box;
      flex-direction: column;
      gap: 40px; }
      footer .top:nth-child(2) {
        background: #0D0D0D; }
      footer .top .nav {
        font-size: 13px; }
      footer .top .logos {
        flex-direction: column; }
        footer .top .logos img {
          object-fit: none;
          position: static;
          left: 0;
          object-position: center; }
    footer .topf {
      margin-top: 0;
      gap: 20px; }
      footer .topf .logos {
        gap: 20px; }
        footer .topf .logos img {
          height: 40px; }

  footer .desc {
    max-width: 90%; }
  footer .backtop img {
    height: 80px; }

  .owfooter {
    flex-direction: column;
    padding: 15px;
    gap: 24px; }
    .owfooter .nav {
      display: flex;
      gap: 9px; }
      .owfooter .nav p:first-of-type {
        display: none; }
    .owfooter .mobow {
      display: inline-block;
      text-align: center; } }
html, body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: white;
  background-color: black; }

body {
  cursor: url("../img/cursor.png") 16 16, auto;
  overflow: hidden; }
  body.loaded {
    overflow: auto; }

/* Pointer cursor */
a, button {
  cursor: url("../img/pointer.png") 16 16, pointer; }

.preloader {
  width: 29.90vw;
  height: 18.49vw;
  position: absolute;
  left: 35.05vw;
  top: 13.85vw;
  transition: all 0.6s ease;
  z-index: auto; }
  .preloader img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    filter: blur(1px) contrast(1.5);
    background-repeat: no-repeat; }
  .preloader p {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 10.3px #F05C48;
    font-family: "Cinzel Decorative";
    font-size: 1.82vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.18vw;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    transition: all 0.1s ease; }
  .preloader.hidden {
    width: 17.40vw;
    height: 10.78vw;
    left: 6.93vw;
    top: 16.67vw;
    opacity: 0.4;
    mix-blend-mode: multiply;
    filter: blur(1px) contrast(1.5);
    z-index: 5; }
    .preloader.hidden p {
      opacity: 0; }

.bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 67.81vw;
  overflow: hidden;
  transition: height 0.4s ease; }
  .bg .clouds {
    position: absolute;
    width: 114%;
    left: -7%;
    top: -5%;
    transition: width 0.5s ease, left 0.5s ease, top 0.5s ease; }
  .bg.loaded {
    height: 53.58vw; }
    .bg.loaded .clouds {
      width: 100%;
      left: 0;
      top: 3%; }
  .bg .main {
    background: url("../img/bg.png") center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute; }

.content {
  position: relative;
  width: 100%;
  min-height: 90vh;
  margin-top: 4.17vw; }
  .content .hero {
    opacity: 0;
    transition: all 1s ease; }
    .content .hero .particles {
      opacity: 0;
      transition: all 1s ease; }
      .content .hero .particles.shown {
        opacity: 1; }
    .content .hero.shown {
      opacity: 1; }
  .content.hidden {
    display: none; }

.bounce {
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  60% {
    transform: translateY(-10px); } }
h1, h2, h3, h4, h5, p {
  margin: 0; }

body {
  height: 100vh;
  min-height: 0; }

a {
  text-decoration: none; }

.cta {
  display: flex;
  box-sizing: border-box;
  height: 2.50vw;
  padding: 0.83vw 1.67vw;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.83vw;
  font-weight: 600;
  line-height: 1.25vw;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none !important;
  align-items: center;
  border: 0.05vw solid #DFDFDF;
  color: #DFDFDF;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 32px;
  font-size: 16px;
  line-height: 140%;
  height: 40px;
  white-space: nowrap;
  cursor: pointer; }
  .cta a {
    text-decoration: none; }
  .cta:hover {
    background: #F05C48;
    color: white;
    border: 0.05vw solid #F05C48; }
  .cta.primary {
    border: 0.05vw solid #D34037;
    background: #D34037;
    color: white; }
    .cta.primary:hover {
      background: #F05C48; }

.backto {
  margin: 96px auto;
  text-align: center; }

header {
  display: flex;
  width: 100%;
  position: fixed;
  background: black;
  pointer-events: none;
  top: 0;
  left: 0;
  padding: 14px 20px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  z-index: 100; }
  header .logo {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    pointer-events: auto;
    height: 50px;
    color: #fff; }
    header .logo p {
      color: #DFDFDF;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0px;
      margin: 0; }
    header .logo img {
      height: 50px; }
    header .logo .divider {
      width: 1px;
      height: 24px;
      background: #9F9F9F; }
  header .cta {
    background: none;
    color: #DFDFDF;
    border: 1px solid #DFDFDF;
    pointer-events: auto; }
    header .cta:hover {
      background: #D34037;
      color: white;
      border-color: #D34037; }

.toall {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1vw; }
  .toall svg {
    width: 2.59vw;
    height: 3.36vw;
    transition: all 0.3s ease; }
    .toall svg path:first-child {
      transition: all 0.3s ease; }
  .toall:hover svg {
    filter: drop-shadow(0vw 0vw 0.5vw #b14141) drop-shadow(0vw 0vw 0.4vw #ff6565); }
    .toall:hover svg path:first-child {
      transform: translateY(0.23vw); }
  .toall p {
    color: #FFF;
    text-shadow: 0vw 0vw 0.31vw #F05C48;
    font-family: Montserrat;
    font-size: 0.73vw;
    font-style: normal;
    font-weight: 500;
    line-height: 142.857%;
    letter-spacing: 0.07vw;
    text-transform: uppercase; }

section.hero {
  position: relative;
  height: 43.08vw; }
  section.hero .arrows {
    display: flex;
    width: 72.71vw;
    height: 3.18vw;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    left: 13.65vw;
    bottom: 15.47vw;
    pointer-events: none; }
    section.hero .arrows .prev {
      transform: rotate(-180deg) translate(0.05vw, 0.2vw); }
    section.hero .arrows div {
      pointer-events: all;
      cursor: pointer;
      cursor: url("../img/pointer.png") 16 16, pointer; }
      section.hero .arrows div svg {
        width: 2.59vw;
        height: 3.36vw;
        transition: all 0.3s ease; }
        section.hero .arrows div svg path:first-child {
          transition: all 0.3s ease; }
      section.hero .arrows div:hover svg {
        filter: drop-shadow(0vw 0vw 0.5vw #b14141) drop-shadow(0vw 0vw 0.4vw #ff6565) drop-shadow(0vw 0vw 0.25vw #f34c4c); }
        section.hero .arrows div:hover svg path:first-child {
          transform: translateX(0.23vw); }
  section.hero .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 19.21vw;
    top: 17.03vw;
    width: 20.21vw; }
    section.hero .box .boxtop {
      width: 100%;
      background: url("../img/boxtop.svg") center center;
      background-repeat: repeat-y;
      background-size: 100%;
      height: 1.72vw; }
    section.hero .box .boxmid {
      width: 100%;
      background: url("../img/boxmid.svg") center center;
      background-repeat: repeat-y;
      background-size: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    section.hero .box .boxbtm {
      width: 100%;
      background: url("../img/boxbtm.svg") center center;
      background-repeat: repeat-y;
      background-size: 100%;
      height: 1.72vw; }
    section.hero .box .cards {
      width: 17.14vw; }
      section.hero .box .cards .card {
        display: inline-flex !important;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.63vw; }
        section.hero .box .cards .card .title {
          display: flex;
          height: 2.2vw;
          padding: 0.52vw 0vw;
          align-items: center;
          gap: 0.52vw;
          padding-bottom: 0; }
          section.hero .box .cards .card .title img {
            width: 1.82vw;
            height: 1.82vw; }
          section.hero .box .cards .card .title p {
            color: #FFF;
            font-family: "Cinzel Decorative";
            font-size: 1.35vw;
            font-style: normal;
            font-weight: 400;
            line-height: 1; }
            section.hero .box .cards .card .title p.sml {
              font-size: 1.2vw; }
        section.hero .box .cards .card .stats {
          display: flex;
          width: 100%;
          align-items: flex-start;
          align-content: flex-start;
          gap: 0.42vw;
          flex-wrap: wrap; }
          section.hero .box .cards .card .stats .stat {
            display: flex;
            height: 1.56vw;
            padding: 0.42vw 0.42vw;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 0.42vw;
            background: #202020;
            background-blend-mode: color-dodge;
            box-sizing: border-box; }
            section.hero .box .cards .card .stats .stat article {
              display: flex;
              height: 1.25vw;
              align-items: center;
              gap: 0.31vw;
              flex-shrink: 0; }
              section.hero .box .cards .card .stats .stat article p {
                color: #DFDFDF;
                text-align: center;
                font-family: Montserrat;
                font-size: 0.63vw;
                font-style: normal;
                font-weight: 500;
                line-height: 133.333%;
                letter-spacing: 0.02vw;
                text-transform: uppercase; }
                section.hero .box .cards .card .stats .stat article p:last-of-type {
                  color: #D34037; }
        section.hero .box .cards .card .desc {
          align-self: stretch;
          color: #FFF;
          text-align: left;
          font-family: Lato;
          font-size: 0.73vw;
          font-style: normal;
          font-weight: 400;
          line-height: 142.857%;
          letter-spacing: 0vw;
          padding-top: 0.21vw; }
  section.hero .headline {
    display: flex;
    width: 100%;
    padding: 5vw 13.65vw 2.50vw 13.65vw;
    flex-direction: column;
    align-items: center;
    gap: 1.67vw;
    box-sizing: border-box; }
    section.hero .headline .titles {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.67vw; }
    section.hero .headline .deps {
      display: flex;
      width: 59.53vw;
      height: 3.13vw;
      justify-content: center;
      align-items: center;
      gap: 0.42vw;
      position: relative;
      z-index: 5; }
      section.hero .headline .deps .dep {
        display: flex;
        height: 2.60vw;
        padding: 0.63vw 1.04vw;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        gap: 0.52vw;
        border: 1px solid #FFF;
        transition: all 0.3s ease;
        cursor: pointer;
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 0.73vw;
        font-style: normal;
        font-weight: 600;
        line-height: 142.857%;
        text-wrap: nowrap;
        cursor: url("../img/pointer.png") 16 16, pointer;
        position: relative;
        z-index: 3; }
        section.hero .headline .deps .dep:hover {
          height: 2.86vw;
          gap: 0.52vw;
          background: rgba(211, 64, 55, 0.1);
          box-shadow: 0vw 0vw 2.34vw 0vw rgba(211, 64, 55, 0.57), 0vw 0vw 1.17vw -0.26vw #FF8881; }
        section.hero .headline .deps .dep.active {
          background: rgba(255, 255, 255, 0.3);
          box-shadow: 0vw 0vw 1.31vw 0vw rgba(255, 153, 147, 0.5); }
          section.hero .headline .deps .dep.active:hover {
            background: rgba(255, 255, 255, 0.3);
            box-shadow: 0vw 0vw 2.34vw 0vw rgba(211, 64, 55, 0.57), 0vw 0vw 1.17vw -0.26vw #FF8881; }
    section.hero .headline h1 {
      color: #FFF;
      text-align: center;
      text-shadow: 0vw 0vw 0.54vw #F05C48;
      font-family: "Cinzel Decorative";
      font-size: 3.54vw;
      font-style: normal;
      font-weight: 400;
      line-height: 82.353%;
      text-transform: uppercase; }
    section.hero .headline h3 {
      color: #FFF;
      text-align: center;
      text-shadow: 0vw 0vw 0.54vw #F05C48;
      font-family: Lato;
      font-size: 1.67vw;
      font-style: normal;
      font-weight: 400;
      width: 100%;
      line-height: 75%; }
  section.hero .carousel {
    position: absolute;
    width: 54.31vw;
    height: 23.54vw;
    flex-shrink: 0;
    left: 11.85vw;
    margin-top: -3.59vw;
    overflow: hidden; }
    section.hero .carousel .elipse {
      width: 20.31vw;
      height: 20.31vw;
      flex-shrink: 0;
      border-radius: 20.31vw;
      background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
      background-blend-mode: plus-lighter;
      mix-blend-mode: plus-lighter;
      filter: blur(5.21vw);
      top: 3.77vw;
      position: absolute;
      left: 50%;
      margin-left: -10.15vw; }
    section.hero .carousel .particles {
      width: 19.69vw;
      height: 19.69vw;
      flex-shrink: 0;
      top: 5.4vw;
      left: 50%;
      margin-left: -9.84vw;
      background-blend-mode: screen;
      mix-blend-mode: screen;
      position: absolute;
      filter: contrast(1.25); }
  section.hero .chars {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 2%, black 10%, black 88%, rgba(0, 0, 0, 0) 98%); }
    section.hero .chars .char {
      position: relative; }
    section.hero .chars .on {
      width: 20.42vw;
      transition: all 0.6s ease;
      height: 23.54vw;
      filter: blur(0.31vw) brightness(0);
      transform: scale(0.71) translateY(25%);
      mix-blend-mode: color-burn;
      opacity: 0.5; }
    section.hero .chars .off {
      width: 281px;
      left: 50%;
      margin-left: -140.5px;
      position: absolute;
      bottom: 0;
      transition: all 0.6s ease;
      display: none; }
    section.hero .chars .slick-center .on {
      filter: none;
      mix-blend-mode: normal;
      opacity: 1;
      transform: scale(1); }
    section.hero .chars .slick-center .of {
      opacity: 0; }

.ground {
  position: absolute;
  left: 0;
  width: 100%;
  background: black;
  height: 40vw;
  top: 54.5vw;
  transition: top 0.5s ease;
  margin-top: 4.17vw; }
  .ground img {
    top: -8vw;
    position: absolute;
    left: 0;
    user-select: none;
    width: 100%;
    pointer-events: none; }
  .ground.loaded {
    top: 43.75vw; }

section.careers {
  position: relative;
  display: flex;
  padding: 5vw 13.65vw;
  z-index: 5;
  flex-direction: column;
  align-items: center;
  gap: 2.50vw;
  box-sizing: border-box; }
  section.careers h2 {
    color: #FFF;
    text-align: center;
    text-shadow: 0vw 0vw 0.54vw #F05C48;
    font-family: "Cinzel Decorative";
    font-size: 3.50vw;
    font-style: normal;
    font-weight: 400;
    line-height: 116.667%; }
  section.careers .loading {
    color: #FFF;
    text-align: center;
    text-shadow: 0vw 0vw 0.54vw #F05C48;
    font-family: "Cinzel Decorative";
    font-size: 2.50vw;
    font-style: normal;
    font-weight: 400;
    line-height: 116.667%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  section.careers .jobs {
    display: grid;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    gap: 5vw;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    min-height: 20vh; }
    section.careers .jobs .job {
      display: flex;
      width: auto;
      height: 13.18vw;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.25vw;
      flex-shrink: 0;
      opacity: 1;
      transition: all 0.3s ease; }
      section.careers .jobs .job.hidden {
        display: none;
        opacity: 0; }
      section.careers .jobs .job .heading {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.83vw;
        align-self: stretch; }
      section.careers .jobs .job h3 {
        color: #FFF;
        font-family: Montserrat;
        font-size: 1.67vw;
        font-style: normal;
        font-weight: 700;
        line-height: 125%; }
      section.careers .jobs .job .tags {
        display: flex;
        height: 1.15vw;
        padding-bottom: 0.52vw;
        align-items: flex-start;
        gap: 1.25vw; }
        section.careers .jobs .job .tags .tag {
          display: flex;
          align-items: center;
          gap: 0.21vw;
          color: #9F9F9F;
          font-family: Montserrat;
          font-size: 0.73vw;
          font-style: normal;
          font-weight: 400;
          line-height: 142.857%;
          align-items: end; }
          section.careers .jobs .job .tags .tag img {
            width: 1.2vw;
            height: 1.2svw; }
      section.careers .jobs .job .desc {
        width: 100%; }
        section.careers .jobs .job .desc p {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #DFDFDF;
          font-family: Lato;
          font-size: 0.94vw;
          font-style: normal;
          font-weight: 400;
          line-height: 155.556%; }
      section.careers .jobs .job .btn {
        display: flex;
        height: 2.60vw;
        padding: 0.63vw 1.04vw;
        justify-content: center;
        align-items: center;
        gap: 0.52vw;
        border: 0.05vw solid #FFF;
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 0.73vw;
        font-style: normal;
        font-weight: 600;
        line-height: 142.857%;
        box-sizing: border-box;
        transition: all 0.2s ease; }
        section.careers .jobs .job .btn:hover {
          height: 2.86vw;
          gap: 0.52vw;
          background: rgba(211, 64, 55, 0.2);
          box-shadow: 0vw 0vw 2.34vw 0vw rgba(211, 64, 55, 0.57), 0vw 0vw 1.17vw -0.26vw #FF8881; }

section.about {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 5vw 0vw;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #131313 0%, rgba(19, 19, 19, 0) 100%); }
  section.about article {
    display: flex;
    width: 72.71vw;
    align-items: center;
    gap: 1.25vw;
    flex-shrink: 0; }
    section.about article .text {
      display: flex;
      width: 28.39vw;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 1.25vw;
      flex-shrink: 0;
      align-self: stretch; }
      section.about article .text h2 {
        align-self: stretch;
        color: #FFF;
        font-family: "Cinzel Decorative";
        font-size: 2.50vw;
        font-style: normal;
        font-weight: 400;
        line-height: 83.333%;
        letter-spacing: 0vw; }
      section.about article .text p {
        align-self: stretch;
        color: #DFDFDF;
        font-family: Lato;
        font-size: 0.94vw;
        font-style: normal;
        font-weight: 400;
        line-height: 155.556%;
        letter-spacing: 0vw; }
    section.about article .art {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 1 0 0; }
      section.about article .art img {
        width: 100%; }

.all-deps, .open-deps {
  display: none; }

@media only screen and (max-width: 600px) {
  .bg {
    height: 100vh; }

  .all-deps {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none; }
    .all-deps .container {
      display: flex;
      width: 301px;
      justify-content: center;
      align-items: center;
      align-content: center;
      gap: 14px;
      flex-wrap: wrap; }
    .all-deps .dep {
      display: flex;
      height: 38px;
      padding: 10px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border: 1px solid #FFF;
      box-sizing: border-box;
      background: #000;
      color: #FFF;
      text-align: center;
      font-family: Lato;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      /* 142.857% */ }
    .all-deps article {
      display: flex;
      width: 325px;
      padding: 19px 13px 19px 10px;
      box-sizing: border-box;
      justify-content: center;
      align-items: center;
      border: 1px solid #FFF;
      position: relative;
      background: rgba(0, 0, 0, 0.7); }
      .all-deps article svg {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 10px;
        top: 10px; }

  header {
    padding: 10px;
    z-index: 103; }
    header .cta {
      display: flex;
      height: 40px;
      padding: 16px 24px;
      justify-content: center;
      align-items: center;
      color: #DFDFDF;
      text-align: center;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0px; }
    header .logo {
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 9px;
      pointer-events: auto; }
      header .logo img {
        height: 40px; }
      header .logo .divider {
        display: none; }
      header .logo p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        display: none; }

  .backto {
    margin: 48px auto; }

  .bg {
    height: 480px; }
    .bg .clouds {
      width: 222%;
      right: -13%;
      top: 7%;
      left: auto; }

  .bg.loaded {
    height: 600px; }
    .bg.loaded .clouds {
      width: 142%;
      right: -13%;
      top: 39%;
      left: auto; }

  .content {
    margin-top: 60px; }

  section.hero {
    display: flex;
    width: 100%;
    padding-top: 48px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: auto; }
    section.hero .box {
      position: static;
      /* padding: 127px 0px; */
      margin-top: 20px;
      left: 0;
      right: 0;
      top: 0;
      width: 325px;
      z-index: 102; }
      section.hero .box .boxtop {
        height: 33px; }
      section.hero .box .boxbtm {
        height: 33px; }
      section.hero .box .cards {
        width: 280px; }
        section.hero .box .cards .card {
          gap: 12px; }
          section.hero .box .cards .card .title {
            height: 35px;
            padding: 10px 0;
            gap: 10px; }
            section.hero .box .cards .card .title img {
              width: 35px;
              height: 35px; }
            section.hero .box .cards .card .title p, section.hero .box .cards .card .title p.sml {
              font-size: 26px;
              line-height: 1; }
          section.hero .box .cards .card .stats {
            gap: 8px; }
            section.hero .box .cards .card .stats .stat {
              height: 30px;
              padding: 8px 8px;
              gap: 8px; }
              section.hero .box .cards .card .stats .stat article {
                height: 24px;
                gap: 6px; }
                section.hero .box .cards .card .stats .stat article p {
                  font-size: 12px;
                  line-height: 133.333%;
                  letter-spacing: 0.3px; }
          section.hero .box .cards .card .desc {
            font-size: 14px;
            line-height: 142.857%;
            padding-top: 4px; }
    section.hero .arrows {
      width: 332px;
      box-sizing: border-box;
      left: 50%;
      transform: translateX(-50%);
      height: 45px;
      z-index: 99;
      top: 169px; }
      section.hero .arrows div:hover svg {
        filter: none; }
        section.hero .arrows div:hover svg path:first-child {
          transform: none; }
      section.hero .arrows div svg {
        width: 34.626px;
        height: 45px; }
    section.hero .headline {
      padding: 0;
      width: 100%;
      gap: 0; }
      section.hero .headline .titles {
        margin: 0 auto;
        display: flex;
        width: 341px;
        flex-direction: column;
        align-items: center;
        gap: 8px; }
      section.hero .headline h1 {
        font-size: 30px; }
      section.hero .headline h3 {
        font-size: 18px;
        line-height: 24px; }
      section.hero .headline .deps {
        display: block;
        width: 300px;
        margin: 0 auto;
        position: static;
        height: auto;
        margin-top: 30px; }
        section.hero .headline .deps div {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100%; }
        section.hero .headline .deps .dep {
          text-align: center;
          width: 300px;
          padding: 10px 0;
          background: none !important;
          box-shadow: none !important;
          flex-direction: column;
          justify-content: flex-end;
          flex-shrink: 0;
          color: #FFF;
          text-align: center;
          text-shadow: 0px 0px 10.3px #F05C48;
          font-family: "Cinzel Decorative";
          font-size: 28px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          /* 80% */
          width: 100%;
          display: inline-block;
          border: 0;
          position: static;
          text-wrap: unset;
          height: auto; }
          section.hero .headline .deps .dep:hover {
            height: auto; }
      section.hero .headline .open-deps {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
        color: #FFF;
        text-align: center;
        /* Body/S/S- Link */
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        position: relative;
        z-index: 99;
        text-decoration-line: underline; }
    section.hero .carousel {
      position: relative;
      width: 100%;
      left: 0;
      margin: 0;
      height: auto;
      height: 241px;
      overflow: hidden; }
      section.hero .carousel .elipse {
        width: 200px;
        margin-left: -100px;
        height: 200px;
        top: 53px;
        opacity: 0.4; }
      section.hero .carousel .particles {
        mix-blend-mode: screen;
        width: 200px;
        height: 200px;
        margin-left: -100px;
        top: 30px; }
    section.hero .chars {
      width: 120%;
      position: absolute;
      left: -10%; }
      section.hero .chars .char {
        height: 238.307px; }
      section.hero .chars .slick-center .on {
        transform: scale(1) translateX(-50%); }
      section.hero .chars .on {
        width: 228.961px;
        height: 238.307px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) scale(0.71) translateY(25%); }

  .ground {
    top: 431px !important;
    transform: none !important;
    z-index: 100;
    margin-top: 60px; }
    .ground.loaded {
      top: 478px !important; }

  .toall {
    display: none !important; }

  section.careers {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 48px 20px;
    flex-direction: column;
    align-items: center;
    gap: 48px; }
    section.careers .jobs {
      display: grid;
      margin: 0 auto;
      width: 100%;
      justify-content: space-between;
      align-items: flex-start;
      align-content: flex-start;
      gap: 96px;
      flex-wrap: wrap;
      grid-template-columns: 1fr 1fr;
      min-height: 20vh; }
      section.careers .jobs .job {
        display: flex;
        width: auto;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex-shrink: 0;
        opacity: 1;
        transition: all 0.3s ease; }
        section.careers .jobs .job.hidden {
          display: none;
          opacity: 0; }
        section.careers .jobs .job .heading {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 16px;
          align-self: stretch; }
        section.careers .jobs .job h3 {
          color: #FFF;
          font-family: Montserrat;
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: 125%; }
        section.careers .jobs .job .tags {
          display: flex;
          height: auto;
          padding-bottom: 9.98px;
          align-items: flex-start;
          justify-content: space-between;
          width: 100%;
          gap: 0; }
          section.careers .jobs .job .tags .tag {
            display: flex;
            align-items: center;
            gap: 4px;
            color: #9F9F9F;
            font-family: Montserrat;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 142.857%;
            align-items: end; }
            section.careers .jobs .job .tags .tag img {
              width: 20px;
              height: 20px; }
        section.careers .jobs .job .desc {
          width: 100%; }
          section.careers .jobs .job .desc p {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #DFDFDF;
            font-family: Lato;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 155.556%; }
        section.careers .jobs .job .btn {
          display: flex;
          height: 50px;
          padding: 16px 32px;
          justify-content: center;
          align-items: center;
          gap: 9.98px;
          border: 1px solid #FFF;
          color: #FFF;
          text-align: center;
          font-family: Montserrat;
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: 125%;
          box-sizing: border-box;
          transition: all 0.2s ease; }
          section.careers .jobs .job .btn:hover {
            height: 54.72px;
            gap: 9.98px;
            background: rgba(211, 64, 55, 0.2);
            box-shadow: 0px 0px 44.93px 0px rgba(211, 64, 55, 0.57), 0px 0px 22.46px -4.99px #FF8881; }
    section.careers h2 {
      font-size: 28px;
      text-shadow: none; }
    section.careers .jobs {
      grid-template-columns: 1fr;
      gap: 48px; }

  section.about {
    display: flex;
    width: 100%;
    padding: 48px 0px;
    flex-direction: column;
    align-items: center;
    background: var(--color-surface-pure, #000);
    box-sizing: border-box; }
    section.about article {
      display: flex;
      width: 100%;
      padding: 0;
      flex-direction: column-reverse;
      align-items: center;
      background: var(--color-surface-pure, #000);
      box-sizing: border-box; }
      section.about article .text {
        width: 100%;
        display: flex;
        padding: 0px 20px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
        box-sizing: border-box; }
        section.about article .text h2 {
          font-size: 32px;
          text-align: center; }
        section.about article .text p {
          font-size: 18px; }
      section.about article .art {
        overflow: hidden;
        width: 100%;
        height: 293px;
        /* display: block; */
        flex: auto;
        position: relative; }
        section.about article .art img {
          width: 120%;
          left: -7%;
          position: relative; }

  .preloader {
    width: 100%;
    height: 390px;
    position: absolute;
    left: 0;
    top: 120px;
    overflow: hidden;
    z-index: auto; }
    .preloader.hidden {
      width: 180px;
      top: 272px;
      height: 400px;
      left: 0; }
      .preloader.hidden img {
        left: -14%; }
    .preloader img {
      width: 120%;
      height: auto;
      position: absolute;
      left: -5%;
      top: 0; }
    .preloader p {
      position: absolute;
      font-size: 30px;
      top: 195px; } }

/*# sourceMappingURL=style.css.map */
