@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input, button, textarea {
  font-size: inherit;
}
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}
a {
  color: inherit;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}
:root {
  --sat-safe-area-inset-top: constant(safe-area-inset-top);
  --sat-safe-area-inset-right: constant(safe-area-inset-right);
  --sat-safe-area-inset-bottom: constant(safe-area-inset-bottom);
  --sat-safe-area-inset-left: constant(safe-area-inset-left);
  --sat-safe-area-inset-top: env(safe-area-inset-top);
  --sat-safe-area-inset-right: env(safe-area-inset-right);
  --sat-safe-area-inset-bottom: env(safe-area-inset-bottom);
  --sat-safe-area-inset-left: env(safe-area-inset-left);
}
body {
  color: #ffffff;
  font: normal normal 600 16px/28px "Montserrat", sans-serif;
  background: #181818;
}
body.toggled > .wrapper {
  position: fixed;
  height: 100.01%;
  width: 100%;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > #content {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
.d-flex {
  display: flex;
}
.flex--row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.flex--column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
/*

1920 - 1400
1399 - 1200
1199 - 992
991 - 768
767 - 576
575 - 320

 */
[class*="__container"] {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1400px) {
  [class*="__container"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  [class*="__container"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  [class*="__container"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#wpadminbar {
  display: none;
}
h1, .h1 {
  font: normal normal normal 50px/55px "Montserrat", sans-serif;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font: normal normal normal 30px/35px "Montserrat", sans-serif;
    letter-spacing: 1.2px;
  }
}
h2, .h2 {
  font-family: Montserrat, serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 72.8px;
  text-align: left;
}
h3, .h3 {
  font: normal normal 800 24px/30px "Montserrat", sans-serif;
  letter-spacing: 0.72px;
}
p, .p {
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: #181818;
  border-radius: 20px;
  padding: 40px;
  max-width: 800px;
  margin: 10vh auto;
  width: 90%;
  color: #fff;
  position: relative;
  border: 1px solid #F1F1F1;
}
.modal-content h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.modal-content p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #cbd5e1;
}
.modal-content .wpcf7 input, .modal-content .wpcf7 textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #999;
  padding: 12px 0;
  color: #fff;
  width: 100%;
  margin-bottom: 25px;
  font-size: 16px;
  outline: none;
}
.modal-content .wpcf7 input::placeholder, .modal-content .wpcf7 textarea::placeholder {
  color: #7f8fa6;
}
.modal-content .wpcf7 textarea {
  resize: vertical;
  min-height: 100px;
}
.modal-content .wpcf7-submit {
  margin-top: 36px;
  max-width: fit-content;
  padding: 12px 24px !important;
  background: #ffffff !important;
  border-radius: 60px;
  color: #181818 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.modal-content .wpcf7-submit:hover {
  background: #f1f1f1;
}
.modal-content .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  text-align: left;
  margin-top: -16px;
}
.wpcf7-not-valid {
  border-bottom: 1px solid #dc3232 !important;
}
.wpcf7-response-output {
  display: none;
}
.custom-success-popup {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.swal-title {
  color: #ffffff !important;
}
.custom-success-popup .swal-button {
  background-color: #070707;
}
.swal-button-container {
  justify-content: center;
  display: flex;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header__container {
  display: flex;
  justify-content: space-between;
  height: 120px;
  align-items: center;
}
.header__container .header__logo {
  z-index: 100;
}
.header__container .header__logo a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__container .nav-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header__container .header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* Required for positioning the pseudo-element */
  border-radius: 40px;
  /* Apply the border-radius */
  /*&::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(66.07deg, rgba(255, 255, 255, 0.01) 3.93%, rgba(255, 255, 255, 0.32) 53.28%, rgba(255, 255, 255, 0.01) 95.15%);
        border-radius: inherit;
        z-index: 1;
      }
      &::after {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background-color: #050E1A;
        border-radius: 100px;
        z-index: 2;
      }
      > span {
        position: relative;
        z-index: 5;
      }
        */
  /* Media query to hide the desktop menu on mobile */
}
@media only screen and (max-width: 991px) {
  .header__container .header__nav {
    display: none;
    /* Hides the desktop menu on mobile */
  }
}
.header__container .header__nav .nav-list {
  display: flex;
  /* Ensure the nav list is a flex container */
  gap: 8px;
  /* Add gap for uniform spacing between items */
  padding: 10px 4px;
  list-style: none;
  /* Remove bullet points */
  z-index: 99999;
}
.header__container .header__nav .nav-list li {
  /* Additional styles for the nav items if needed */
}
.header__container .header__nav .nav-list li .nav-link {
  color: #FFFFFFA3;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border-radius: 100px;
  padding: 10px 20px;
}
.header__container .header__nav .nav-list li .nav-link:hover {
  background-color: #19202c;
  color: unset;
  color: #FFFFFF;
}
.header__container .header__auth-buttons {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media only screen and (max-width: 991px) {
  .header__container .header__auth-buttons {
    display: none;
  }
}
.header__container .header__auth-buttons .signup {
  background: #FFFFFF;
  padding: 6px 12px 6px 12px;
  gap: 10px;
  border-radius: 6px;
  color: #000000;
  text-decoration: none;
  transition: background 0.3s ease;
}
@media only screen and (min-width: 992px) {
  .header__container .mobile-header-wrapper {
    display: none;
  }
}
.header__container .mobile-header-wrapper .menu-primary-trigger {
  margin: 0;
  box-shadow: none;
  position: relative;
  background: transparent;
  cursor: pointer;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.header__container .mobile-header-wrapper .menu-primary-trigger:focus {
  outline: none;
}
.header__container .mobile-header-wrapper .menu-primary-trigger .menu-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  transition: 0.3s ease;
  align-items: flex-end;
}
.header__container .mobile-header-wrapper .menu-primary-trigger .menu-icon .menu-icon-line-03 {
  width: 15px;
}
.header__container .mobile-header-wrapper .menu-primary-trigger .menu-icon span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: 0.3s ease;
}
.header__container .mobile-header-wrapper .menu-primary-trigger .menu-text {
  display: none;
}
.header__logo {
  z-index: 100;
}
@media only screen and (max-width: 475px) {
  .header__logo img {
    width: auto;
    height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .header__container {
    padding: 0 20px;
  }
  .header__nav {
    display: none;
  }
  .header__auth-buttons {
    display: none;
  }
  .mobile-header-wrapper {
    display: block;
  }
  .site-nav-mobile {
    display: none;
  }
  .site-nav-mobile.toggled {
    display: block;
  }
  .site-nav-mobile.toggled .header__nav {
    display: block;
  }
}
.header__auth-buttons .login {
  position: relative;
  padding: 6px 12px 6px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: inline-block;
  /*

  &::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #F3331A -4.07%, #0750DE 115.45%);
    border-radius: 100px;
    z-index: -1;
  }

  &:hover {
    background-color: #0a1728;
  }
  */
}
.nav-list li:last-child .nav-link {
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
}
.header__website-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 29.16px;
  line-height: 43.73px;
  letter-spacing: 0%;
}
.nav-wrapper--black .header__logo a, .nav-wrapper--black .header__website-title {
  color: #000 !important;
}
.nav-wrapper--black .header__logo a, .nav-wrapper--black svg path {
  fill: #000 !important;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #070707;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.loader {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background-image: url(../../assets/img//horse.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  padding: 43px;
  border: 2px solid white;
  transition: transform 0.3s ease;
  opacity: 0;
  transform: scale(0.9);
  animation: fadeInZoomIn 0.8s ease-out forwards, pulse 2s infinite 0.8s;
}
@media (max-width: 767px) {
  .loader::before {
    width: 90px;
    height: 90px;
  }
}
/*
.loader::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;

  border-radius: 50%;

  background-image: url('../../assets/img/circles.svg');

  animation: rotate 1.665s linear infinite;
  @media(max-width: 767px) {
    background-size: 50%;

    background-position: center;
    background-repeat: no-repeat;
  }
}
/*
 */
@keyframes rotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*@keyframes fillGradient {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes flicker {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}*/
.footer {
  background: #181818;
  padding: 60px 20px;
  color: #FFFFFFB8;
  position: relative;
  border-top: 1px solid #F1F1F1;
}
@media (max-width: 768px) {
  .footer {
    padding: 80px 10px 60px;
  }
}
.footer .footer__container {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 24px 24px;
  border-bottom: 1px solid #F1F1F1;
}
@media (max-width: 991px) {
  .footer .footer__container {
    flex-direction: column;
    padding: 0 16px 16px;
  }
}
@media (max-width: 991px) {
  .footer .footer__container {
    padding: 0 10px 10px;
  }
}
.footer .footer__newsletter-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 400px;
}
@media (max-width: 991px) {
  .footer .footer__newsletter-wrapper {
    width: 100%;
  }
}
.footer .footer__newsletter {
  flex: 1;
  margin-right: 20px;
  display: flex;
  gap: 24px;
  margin-bottom: 60px;
  flex-direction: column;
}
@media (max-width: 991px) {
  .footer .footer__newsletter {
    flex-direction: column;
    align-items: flex-start;
    margin-right: unset;
  }
}
.footer .footer__newsletter .footer__newsletter-title {
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
.footer .footer__newsletter .footer__form {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  max-width: 350px;
}
@media (max-width: 991px) {
  .footer .footer__newsletter .footer__form {
    max-width: unset;
  }
}
.footer .footer__newsletter .footer__form input {
  padding: 12px 16px 12px 16px;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid #383A3E;
  background: transparent;
  width: 100%;
}
.footer .footer__newsletter .footer__form input::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.footer .footer__newsletter .footer__form button {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #FFFFFF;
  color: #0D1113;
  cursor: pointer;
  padding: 0 24px;
  border-radius: 24px;
}
.footer .footer__newsletter .footer__disclaimer {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.6px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF4D;
  max-width: 360px;
}
@media (max-width: 768px) {
  .footer .footer__newsletter .footer__disclaimer {
    max-width: unset;
  }
}
.footer .footer__description {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.footer .footer-logo__description {
  font-family: Bebas Neue, sans-serif;
  font-size: 29.16px;
  font-weight: 400;
  line-height: 43.73px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.footer .footer__links {
  display: flex;
  flex: 2;
  gap: 20px;
  flex-direction: column;
  max-width: 300px;
}
@media (max-width: 991px) {
  .footer .footer__links {
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
  }
}
.footer .footer__links .footer__links-column {
  text-align: left;
}
.footer .footer__links .footer__links-column h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 10px;
  color: #FFFFFF80;
}
.footer .footer__links .footer__links-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .footer__links .footer__links-column ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.footer .footer__links .footer__links-column ul li a:hover {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .footer .footer__links .footer__links-column ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
.footer .footer__socials {
  gap: 20px;
  display: flex;
}
.footer .footer__logo {
  text-align: left;
  display: flex;
  gap: 7px;
}
@media (max-width: 768px) {
  .footer .footer__logo {
    max-width: unset;
  }
}
.footer .footer__logo img {
  margin-bottom: 10px;
}
.footer__bottom {
  max-width: fit-content;
  margin: 24px auto;
  display: flex;
  gap: 24px;
}
.menu-primary-trigger {
  margin: 0;
  box-shadow: none;
  position: relative;
  background: transparent;
  cursor: pointer;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.menu-primary-trigger:focus {
  outline: none;
}
.menu-primary-trigger .menu-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 43px;
  height: 30px;
  transition: 0.3s ease;
  align-items: flex-end;
}
.menu-primary-trigger .menu-icon .menu-icon-line-03 {
  width: 21px;
}
.menu-primary-trigger .menu-icon span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: 0.3s ease;
}
.menu-primary-trigger .menu-text {
  display: none;
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon span {
  position: absolute;
  background-color: #ffffff;
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon span.menu-icon-line-01 {
  width: 100%;
  top: 4px;
  transform: rotate(45deg) scale(0.8);
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon span.menu-icon-line-02 {
  width: 100%;
  top: 4px;
  transform: rotate(-45deg) scale(0.8);
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon span.menu-icon-line-03 {
  display: none;
}
.menu-primary-trigger[aria-expanded="true"] .menu-text {
  color: #ffffff;
}
.site-nav-mobile {
  display: none;
  /* Hides the mobile menu by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #050E1A;
  padding-top: 60px;
  z-index: 999;
}
.site-nav-mobile.toggled {
  display: block;
  /* Shows the mobile menu when toggled */
}
.site-nav-mobile .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-y: auto;
}
.site-nav-mobile .wrapper .site-nav-mobile-wrapper {
  width: 100%;
  height: 100%;
}
.site-nav-mobile .wrapper .header__row {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.site-nav-mobile .wrapper .header-nav-wrapper {
  display: flex;
  flex-direction: column;
  /* Align items in column for mobile */
  gap: 100px;
  /* Add space between nav and auth buttons */
  width: 100%;
  align-items: center;
  /* Center items horizontally */
}
.site-nav-mobile .wrapper .header__nav {
  width: 100%;
  margin-top: 150px;
}
.site-nav-mobile .wrapper .nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center items horizontally */
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  /* Ensure it spans the full width */
}
.site-nav-mobile .wrapper .nav-list .nav-item a {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
}
.site-nav-mobile .wrapper .header__auth-buttons {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
}
.site-nav-mobile .wrapper .header__auth-buttons .login, .site-nav-mobile .wrapper .header__auth-buttons .signup {
  padding: 10px 30px;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 90%;
  text-align: center;
}
.site-nav-mobile .wrapper .header__auth-buttons .login.login, .site-nav-mobile .wrapper .header__auth-buttons .signup.login {
  position: relative;
  /* Для позиціонування псевдоелемента */
  padding: 10px 32px;
  background-color: #050E1A;
  /* Темний фон */
  display: inline-block;
}
.site-nav-mobile .wrapper .header__auth-buttons .login.login::before, .site-nav-mobile .wrapper .header__auth-buttons .signup.login::before {
  content: "";
  position: absolute;
  top: -2px;
  /* Adjusted to align with the parent */
  left: -2px;
  /* Adjusted to align with the parent */
  right: -2px;
  /* Adjusted to align with the parent */
  bottom: -2px;
  /* Adjusted to align with the parent */
  background: linear-gradient(90deg, #F3331A -4.07%, #0750DE 115.45%);
  /* Градієнтний бордер */
  border-radius: 100px;
  /* Такий же радіус, як у кнопки */
  z-index: -1;
  /* Позаду контенту кнопки */
}
.site-nav-mobile .wrapper .header__auth-buttons .login.login:hover, .site-nav-mobile .wrapper .header__auth-buttons .signup.login:hover {
  background-color: #0a1728;
  /* Зміна фону при наведенні */
}
.site-nav-mobile .wrapper .header__auth-buttons .login.signup, .site-nav-mobile .wrapper .header__auth-buttons .signup.signup {
  background: linear-gradient(90deg, #F3331A -4.07%, #0750DE 115.45%);
}
.about-us {
  background-color: #070707;
  color: #fff;
  padding: 100px 20px;
  overflow: hidden;
  position: relative;
}
.about-us::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url("../../assets/img/bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 1;
}
@media (max-width: 768px) {
  .about-us::after {
    display: none;
  }
}
.about__container {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
.about__header {
  margin-bottom: 40px;
}
.about__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 14px;
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.about__subtitle {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out 0.2s, transform 0.6s ease-out 0.2s;
}
.about__title.is-visible, .about__subtitle.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.about__content-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 80px;
  text-align: left;
  flex-wrap: wrap;
}
.about__text-block {
  flex: 1 1 44%;
  font-size: 18px;
  line-height: 140%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.about__text-block.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.about__separator {
  width: 4px;
  min-height: 160px;
  background-image: url("../../assets/img/separator.png");
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0;
  transform: scaleY(0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transform-origin: center;
  background-size: cover;
  /* Розтягує зображення, зберігаючи пропорції, обрізає надлишки */
  background-repeat: no-repeat;
  background-position: center;
}
.about__separator.is-visible {
  opacity: 1;
  transform: scaleY(1);
}
.about__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 60px;
}
.about__gallery-item {
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.about__gallery-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.about__gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.about__gallery-item img:hover {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .about__title {
    font-size: 2.5em;
  }
  .about__content-columns {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .about__text-block {
    flex: 1 1 100%;
    max-width: 700px;
    text-align: center;
  }
  .about__separator {
    width: 100%;
    height: 2px;
    background-image: url("../../assets/img/mobile-separator.png");
    margin: 14px 0;
    min-height: unset;
    transform: scaleX(0);
    transform-origin: center;
  }
  .about__separator.is-visible {
    transform: scaleX(1);
  }
  .about__separator img {
    height: auto;
    max-height: 50px;
  }
  .about__gallery {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 768px) {
  .about-us {
    padding: 60px 15px;
  }
  .about__title {
    font-size: 24px;
  }
  .about__subtitle {
    font-size: 14px;
  }
  .about__gallery-item img {
    height: 200px;
  }
}
:root {
  --sat-safe-area-inset-top: constant(safe-area-inset-top);
  --sat-safe-area-inset-right: constant(safe-area-inset-right);
  --sat-safe-area-inset-bottom: constant(safe-area-inset-bottom);
  --sat-safe-area-inset-left: constant(safe-area-inset-left);
  --sat-safe-area-inset-top: env(safe-area-inset-top);
  --sat-safe-area-inset-right: env(safe-area-inset-right);
  --sat-safe-area-inset-bottom: env(safe-area-inset-bottom);
  --sat-safe-area-inset-left: env(safe-area-inset-left);
}
.hero-section-simple {
  position: relative;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  max-height: calc(var(--vh, 1vh) * 100);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background-color: #000;
  padding-top: var(--sat-safe-area-inset-top, 0);
  padding-right: var(--sat-safe-area-inset-right, 0);
  padding-bottom: var(--sat-safe-area-inset-bottom, 0);
  padding-left: var(--sat-safe-area-inset-left, 0);
}
.hero-section-simple {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.hero-simple-section__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.1;
  pointer-events: none;
  overflow: hidden;
}
.hero-simple-section__video-overlay video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  /* Ensures video covers the entire container without distortion */
}
.hero-simple-section__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
}
.hero-simple-section__main-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 50px;
  box-sizing: border-box;
  z-index: 10;
}
.hero-simple-section__title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 187.25px;
  line-height: 250.15px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.hero-simple-section__side-block {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  z-index: 2;
  pointer-events: none;
}
.hero-simple-section__overlay-image {
  width: 35vw;
  max-width: 800px;
  margin: 0 auto;
  pointer-events: none;
  position: relative;
  max-height: 40vw;
}
.overlay-trigger-point {
  position: absolute;
  top: 20%;
  left: 46%;
  width: 30px;
  height: 30px;
  z-index: 5;
  pointer-events: auto;
}
.hero-simple-section__overlay-image img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-simple-section__side-text {
  position: absolute;
  bottom: 100px;
  left: 90px;
  max-width: 450px;
  color: #FFFFFF;
  text-align: left;
  z-index: 3;
  pointer-events: auto;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.hero-simple-section__button {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: auto;
}
.hero-simple-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 50px;
  background-image: url("../../assets/img/button-hero.png");
  cursor: pointer;
  transition: transform 0.3s ease;
  opacity: 0;
  transform: scale(0.9);
  z-index: 5;
  position: relative;
}
.hero-simple-button.is-animated {
  animation: fadeInZoomIn 0.8s ease-out forwards, pulse 2s infinite 0.8s;
}
.hero-simple-button:hover {
  transform: scale(1.05);
}
@keyframes fadeInZoomIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.hero-simple-button svg {
  width: 28px;
  height: 28px;
}
.hero-simple-section__bottom-links-container {
  position: absolute;
  width: 100%;
  max-width: 1440px;
  padding: 0 90px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 3;
  pointer-events: auto;
  left: 50%;
  transform: translateX(-50%);
}
.hero-simple-section__bottom-links {
  bottom: 120px;
}
.hero-simple-section__top-bottom-links {
  bottom: 250px;
}
.hero-simple-section__bottom-link {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.hero-simple-section__bottom-link a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.hero-simple-section__bottom-link a:hover {
  color: #cccccc;
}
.hero-simple-section__bottom-link--left {
  text-align: left;
}
.hero-simple-section__bottom-link--right {
  text-align: right;
}
@media (max-width: 1440px) {
  .hero-simple-section__title {
    font-size: 10vw;
  }
  .hero-simple-section__overlay-image {
    width: 50vw;
    max-width: 800px;
    margin: 25px auto 0;
    max-height: 50vw;
  }
  .overlay-trigger-point {
    width: 20px;
    height: 20px;
    top: 19%;
    left: 44%;
  }
  .hero-simple-section__side-text {
    bottom: 45px;
  }
  .hero-simple-section__button {
    bottom: 20px;
  }
  .hero-simple-section__bottom-links-container {
    padding: 0 45px;
  }
}
@media (max-width: 992px) {
  .hero-simple-section__title {
    font-size: 10vw;
    top: 30px;
  }
  .hero-simple-section__overlay-image {
    width: 55vw;
    max-width: 600px;
  }
  .overlay-trigger-point {
    top: 11%;
    left: 43%;
  }
  .hero-simple-section__side-text {
    bottom: 30px;
    left: 30px;
    right: 30px;
    max-width: none;
    text-align: left;
  }
  .hero-simple-section__button {
    bottom: 20px;
  }
  .hero-simple-section__bottom-links-container {
    flex-direction: column;
    gap: 16px;
  }
  .hero-simple-section__bottom-link {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .hero-simple-section__top-bottom-links {
    bottom: 15vh;
    left: 25%;
  }
  .hero-simple-section__bottom-links {
    bottom: 15vh;
    left: 75%;
  }
}
@media (max-width: 768px) {
  .hero-simple-section {
    padding: 20px 15px;
  }
  .hero-simple-section__title {
    font-size: 60px;
    line-height: 80px;
    top: 30px;
  }
  .hero-simple-section__overlay-image {
    width: 70vw;
    bottom: 13vh;
  }
  .overlay-trigger-point {
    top: 29%;
    left: 45%;
  }
  .hero-simple-section__side-text {
    font-size: 14px;
    bottom: 90px;
    left: 15px;
    right: 15px;
    text-align: left;
  }
  .hero-simple-section__button {
    bottom: 20px;
    height: 50px;
  }
  .hero-simple-button svg {
    width: 24px;
    height: 24px;
  }
  .hero-simple-section__bottom-links-container {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .hero-simple-section__side-text {
    font-size: 14px;
  }
  .overlay-trigger-point {
    top: 30%;
    left: 44%;
  }
}
.hero-section {
  position: relative;
  text-align: center;
  padding: 12px;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
}
@media (max-width: 767px) {
  .hero-section {
    padding: 0;
  }
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  z-index: 1;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .hero-background {
    border-radius: 0;
  }
}
.hero__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 50px 20vh;
  display: flex;
  border-radius: 24px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .hero__container {
    padding: 20px 20px 20vh;
  }
}
@media (max-width: 991px) {
  .hero__container {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .hero__container {
    padding: 16px 16px 20vh;
  }
}
.hero-text-container {
  display: flex;
  flex-direction: column;
  /* gap: 24px; */
  align-items: flex-end;
  width: 25%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .hero-text-container {
    width: unset;
    align-items: flex-start;
    justify-content: unset;
  }
}
.hero-title {
  font-family: "Bebas Neue", sans-serif;
  width: 50%;
  font-size: 150px;
  font-weight: 400;
  line-height: 120px;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 991px) {
  .hero-title {
    width: unset;
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -0.04em;
  }
}
.hero-text {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 991px) {
  .hero-text {
    text-align: left;
  }
}
.hero-button {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.hero-button a {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 60px;
  background: #FFFFFF;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.hero-button a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.text-image-section {
  background-color: #070707;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.text-image-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url("../../assets/img/bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 1;
}
@media (max-width: 768px) {
  .text-image-section::after {
    display: none;
  }
}
.text-image__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.text-image__title {
  color: #ffffff;
  margin-bottom: 32px;
  text-align: left;
  max-width: 460px;
  font-weight: 800;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.text-image__title.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.text-image__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.text-image__image-wrapper {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.text-image__image-wrapper.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.text-image__main-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.text-image__text-wrapper {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  color: #ffffff;
  font-size: 18px;
  line-height: 140%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
}
.text-image__text-wrapper.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.text-image__text-content-with-before {
  position: relative;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.text-image__text-content-with-before::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 160px;
  height: 4px;
  background-image: url("../../assets/img/bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 1;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.6s ease-out 0.4s, transform 0.6s ease-out 0.4s;
}
.text-image__text-wrapper.is-visible .text-image__text-content-with-before::before {
  opacity: 1;
  transform: scaleX(1);
}
@media (max-width: 768px) {
  .text-image__text-content-with-before::before {
    width: 100%;
    height: 2px;
    background-image: url("../../assets/img/mobile-separator.png");
    margin: 24px 0;
    min-height: unset;
    transform: scaleX(0);
    transform-origin: center;
    /* Center origin for mobile separator */
  }
  .text-image__text-wrapper.is-visible .text-image__text-content-with-before::before {
    transform: scaleX(1);
  }
  .text-image__content {
    flex-direction: column;
    align-items: center;
  }
  .text-image__image-wrapper, .text-image__text-wrapper {
    max-width: 100%;
    transform: translateX(0);
    /* Reset horizontal transform for mobile */
    opacity: 0;
    /* Re-apply initial opacity for mobile */
    transform: translateY(30px);
    /* Use vertical slide for mobile */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    /* Adjust transition for mobile */
  }
  .text-image__image-wrapper.is-visible, .text-image__text-wrapper.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .text-image__title {
    text-align: left;
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.unicorn-section {
  background-color: #070707;
  color: #fff;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: var(--sat-safe-area-inset-right, 0);
  padding-bottom: var(--sat-safe-area-inset-bottom, 0);
  padding-left: var(--sat-safe-area-inset-left, 0);
}
.unicorn__container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.unicorn__center-image {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 700px;
  height: auto;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  /* Initial state for animation */
  transform: translate(-50%, -50%) scale(0.9);
  /* Initial state for animation */
  transition: opacity 1s ease-out, transform 1s ease-out;
  /* Animation properties */
}
.unicorn__center-image.is-visible {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1);
}
.unicorn__text-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 30vh 100px;
  width: 100%;
  max-width: 1440px;
  z-index: 2;
}
.unicorn__text-block {
  font-size: 16px;
  line-height: 140%;
  max-width: 350px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.unicorn__text-block.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.unicorn__text-block--top-left {
  grid-column: 1;
  grid-row: 1;
  text-align: left;
  justify-self: start;
}
.unicorn__text-block--top-right {
  grid-column: 2;
  grid-row: 1;
  text-align: right;
  justify-self: end;
}
.unicorn__text-block--bottom-left {
  grid-column: 1;
  grid-row: 2;
  text-align: left;
  justify-self: start;
}
.unicorn__text-block--bottom-right {
  grid-column: 2;
  grid-row: 2;
  text-align: right;
  justify-self: end;
}
.unicorn__button-wrapper {
  margin-top: 50px;
  z-index: 3;
  text-align: center;
}
.unicorn__button {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 50px;
  transition: transform 0.3s ease;
  opacity: 0;
  /* Initial state for animation */
  transform: translateY(20px);
  /* Initial state for animation */
  transition: opacity 0.7s ease-out 0.6s, transform 0.7s ease-out 0.6s;
  /* Animation properties with delay */
  margin-bottom: 50px;
}
.unicorn__button:hover {
  transform: scale(1.05);
}
.unicorn__button.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .unicorn__text-grid {
    gap: 50px 0px;
  }
  .unicorn__center-image {
    width: 80%;
  }
  .unicorn__text-block {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .unicorn-section {
    padding: 50px 0px;
    min-height: 100vh;
  }
  .unicorn__center-image {
    width: 90%;
    max-width: 320px;
    top: 42%;
  }
  .unicorn__text-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0;
  }
  .unicorn__text-block {
    text-align: center;
    max-width: 100%;
    justify-self: center;
  }
  .unicorn__text-block--top-left, .unicorn__text-block--top-right, .unicorn__text-block--bottom-left, .unicorn__text-block--bottom-right {
    grid-column: 1;
    grid-row: auto;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
  }
  .unicorn__text-block--top-right {
    padding-bottom: 45vh;
  }
  .unicorn__button-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .unicorn-section {
    padding: 60px 10px;
  }
  .unicorn__button {
    padding: 12px 24px;
    font-size: 1em;
    line-height: 140%;
  }
}
.who-we-are-section {
  padding: 150px 0px;
  background-color: #070707;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.who-we-are-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url("../../assets/img/bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 1;
}
@media (max-width: 768px) {
  .who-we-are-section::after {
    display: none;
  }
}
.who-we-are-section__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.who-we-are__title {
  font-size: 40px;
  margin-bottom: 32px;
  line-height: 140%;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.who-we-are__title.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.who-we-are__main-text {
  font-size: 18px;
  line-height: 140%;
  max-width: 750px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 120px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out 0.2s, transform 0.6s ease-out 0.2s;
}
.who-we-are__main-text.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.who-we-are__items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  width: 100%;
  margin-bottom: 60px;
}
.who-we-are__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.who-we-are__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.who-we-are__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 4px;
  background-image: url("../../assets/img/mobile-separator.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  margin: 0 auto;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.who-we-are__item-top {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
  text-align: center;
}
.who-we-are__item-bottom {
  font-size: 52px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 768px) {
  .who-we-are-section {
    padding: 60px 0px;
  }
  .who-we-are__title {
    font-size: 24px;
    text-align: center;
  }
  .who-we-are__main-text {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .who-we-are__items-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
  .who-we-are__item-top {
    font-size: 16px;
  }
  .who-we-are__item-bottom {
    font-size: 52px;
  }
}
.slides_container {
  background-color: #070707;
  padding: 100px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.slides_container.my-custom-slider {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  visibility: hidden;
}
.slides_container.my-custom-slider.is-open {
  display: block;
  opacity: 1;
  visibility: visible;
}
.main-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-height: 550px;
  border-radius: 10px;
  /* Анімація появи */
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.main-slider-wrapper.initial-state {
  opacity: 0;
  transform: scale(0.95);
}
/* Базовий прихований стан для всіх слайдів */
.single-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0s 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 0;
}
/* Активний стан слайда (фінальна позиція) */
.single-slide.active-slide {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0s 0s;
  z-index: 1;
  pointer-events: auto;
}
/* Початкова позиція для вхідних слайдів */
.single-slide.slide-from-left {
  opacity: 0 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 1 !important;
}
.single-slide.slide-from-right {
  opacity: 0 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 1 !important;
}
/* Кінцева позиція для вихідних слайдів */
.single-slide.slide-to-left {
  opacity: 0 !important;
  visibility: visible !important;
  pointer-events: none !important;
}
.single-slide.slide-to-right {
  opacity: 0 !important;
  visibility: visible !important;
  pointer-events: none !important;
}
/* Стилі анімації контенту - залишено лише анімацію прозорості */
.single-slide .slide-title, .single-slide .slide-text, .single-slide .items-grid-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.single-slide.slide-table-slide .slide-table-title, .single-slide.slide-table-slide .slide-table-data-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.single-slide.animate-in .slide-title, .single-slide.animate-in .slide-text, .single-slide.animate-in .items-grid-wrapper {
  opacity: 1;
}
.single-slide.animate-in.slide-table-slide .slide-table-title, .single-slide.animate-in.slide-table-slide .slide-table-data-wrapper {
  opacity: 1;
}
.single-slide.animate-in .slide-title {
  transition-delay: 0.1s;
}
.single-slide.animate-in .slide-text {
  transition-delay: 0.1s;
}
.single-slide.animate-in .items-grid-wrapper {
  transition-delay: 0.1s;
}
.single-slide.animate-in.slide-table-slide .slide-table-title {
  transition-delay: 0.1s;
}
.single-slide.animate-in.slide-table-slide .slide-table-data-wrapper {
  transition-delay: 0.1s;
}
/* Remaining styles (no changes) */
.slide-inner-content {
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.slide-inner-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.slide-table-content {
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.slide-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
}
.slide-text {
  max-width: 750px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}
.items-grid-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
.items-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}
.item-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  max-width: 200px;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  gap: 12px;
}
.item-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80%;
  height: 2px;
  background-image: url("../../assets/img/bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 1;
}
.item-block-top-text {
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .item-block-top-text {
    font-size: 8px;
  }
}
.item-block-bottom-text {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.item-block-bottom-text span {
  font-size: 24px;
}
.slide-table-wrapper {
  background-color: #222222;
  padding: 14px;
}
.slide-table-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 5px;
  margin-bottom: 14px;
  color: #ffffff;
  text-align: left;
}
.slide-table-data-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.slide-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  min-width: 700px;
}
.slide-table th, .slide-table td {
  padding: 12px 10px;
  background-color: #070707;
  text-align: center;
  white-space: nowrap;
  font-size: 19px;
  color: #ffffff;
  font-weight: 500;
}
.slide-table th {
  background-color: #070707;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 19px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.slide-table tbody tr:last-child td {
  border-bottom: none;
}
.slide-table th:last-child, .slide-table td:last-child {
  font-weight: bold;
}
.slide-table td:first-child {
  font-weight: bold;
}
.slider-nav-btn {
  background: none;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease;
  border: none;
}
.slider-nav-btn:hover {
  width: 38px;
  height: 38px;
}
.slider-nav-btn:hover svg {
  width: 38px;
  height: 38px;
  transition: width 0.3s ease, height 0.3s ease;
}
.slider-prev {
  left: 0px;
}
.slider-next {
  right: 0px;
}
.slider-nav-btn svg {
  width: 32px;
  height: 32px;
  display: block;
}
body.no-transition * {
  transition: none !important;
  animation: none !important;
}
@media (max-width: 991px) {
  .slides_container {
    padding: 45px 0;
  }
  .slide-inner-content {
    padding: 0 13px;
  }
  .main-slider-wrapper {
    padding: 40px 15px;
    min-height: 550px;
  }
  .main-slider-wrapper .single-slide {
    padding: unset;
  }
  .main-slider-wrapper .slide-title {
    font-size: 24px;
  }
  .main-slider-wrapper .slide-text {
    font-size: 14px;
  }
  .main-slider-wrapper .items-grid-wrapper {
    gap: 30px;
  }
  .main-slider-wrapper .items-row {
    flex-direction: row;
    gap: 10px;
  }
  .main-slider-wrapper .item-block {
    width: 100%;
    min-width: unset;
    padding-bottom: 10px;
    gap: 7px;
    flex-basis: calc(33.333% - (2 * 10px / 3));
    max-width: calc(33.333% - (2 * 10px / 3));
  }
  .main-slider-wrapper .item-block:last-child {
    border-bottom: none;
  }
  .main-slider-wrapper .item-block-top-text {
    font-size: 7.5px;
  }
  .main-slider-wrapper .item-block-bottom-text {
    font-size: 24px;
    font-weight: 800;
  }
  .main-slider-wrapper .item-block-bottom-text span {
    font-size: 11.24px;
  }
  .main-slider-wrapper .slider-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .main-slider-wrapper .slider-nav-btn svg {
    width: 16px;
    height: 16px;
  }
  .main-slider-wrapper .slider-nav-btn:hover svg {
    width: 18px;
    height: 18px;
    transition: width 0.3s ease, height 0.3s ease;
  }
  .main-slider-wrapper .slide-table-title {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .main-slider-wrapper .slide-table th, .main-slider-wrapper .slide-table td {
    padding: 6px 3px;
    font-size: 10px;
  }
  .main-slider-wrapper .slide-table {
    min-width: unset;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  .items-row {
    gap: 10px;
  }
  .items-row .item-block {
    flex-basis: calc(33.333% - (2 * 10px / 3));
    max-width: calc(33.333% - (2 * 10px / 3));
  }
}
@media (max-width: 991px) and (max-width: 600px) {
  .slide-table {
    border-spacing: 2px;
  }
  .slide-table-title {
    font-size: 7px;
    margin-bottom: unset;
  }
  .slide-table th, .slide-table td {
    padding: 1px 3px;
    font-size: 6.8px;
  }
  .slide-table-wrapper {
    padding: 7px;
  }
}
