/*** Formular ***/
@font-face {
  font-family: "Formular";
  src: url("../../fonts/formular/Formular-Bold.woff2") format("woff2"), url("../../fonts/formular/Formular-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url("../../fonts/formular/Formular-Black.woff2") format("woff2"), url("../../fonts/formular/Formular-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url("../../fonts/formular/Formular-Medium.woff2") format("woff2"), url("../../fonts/formular/Formular-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url("../../fonts/formular/Formular-Light.woff2") format("woff2"), url("../../fonts/formular/Formular-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: var(--c-text);
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

#wrapper {
  overflow: hidden;
}

.admin-bar header {
  top: 32px;
}

main {
  display: block;
}

img {
  border-style: none;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  height: auto;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea, input, select {
  font-family: "Arial", sans-serif;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

.hidden, [hidden] {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.site {
  overflow: hidden;
}

.site, section {
  position: relative;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.grid-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-between-top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-between-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid {
  margin: 0 -8px -16px;
}
@media screen and (max-width: 768px) {
  .grid {
    margin: 0 -6px -12px;
  }
}
@media screen and (max-width: 576px) {
  .grid {
    margin: 0 0 -6px;
  }
}

.grid-item-2 {
  width: calc(50% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 768px) {
  .grid-item-2:not(.form-card) {
    margin: 0 0 12px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .grid-item-2:not(.form-card) {
    margin: 0 0 12px;
  }
}

.grid-item-3 {
  width: calc(33.3333333333% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 992px) {
  .grid-item-3 {
    width: calc(50% - 16px);
    margin: 0 8px 12px;
  }
}
@media screen and (max-width: 576px) {
  .grid-item-3 {
    width: 100%;
    margin: 0 0 12px;
  }
}

.grid-item-4 {
  width: calc(25% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 992px) {
  .grid-item-4 {
    margin: 0 8px 16px;
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 576px) {
  .grid-item-4 {
    margin: 0 6px 12px;
    width: calc(50% - 12px);
  }
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 576px) {
  section {
    padding: 30px 0;
  }
}

.section-first {
  padding: 140px 0 60px;
}
@media screen and (max-width: 768px) {
  .section-first {
    padding: 120px 0 60px;
  }
}

.container {
  max-width: 1288px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
}

.container-large {
  max-width: 956px;
}

.container-small {
  max-width: 800px;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  color: var(--c-text);
  margin: 0;
}

h1, .h1 {
  font-size: 64px;
  line-height: 104%;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 992px) {
  h1, .h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 576px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 48px;
  line-height: 118%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 134%;
  letter-spacing: -0.264px;
}
@media screen and (max-width: 576px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
}

h5, .h5 {
  font-size: 14px;
}

.small-text {
  font-size: 14px;
}

a {
  color: var(--c-color);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p, figure {
  margin: 0 0 16px;
}

.m-top {
  margin-top: 50px;
}
@media screen and (max-width: 576px) {
  .m-top {
    margin-top: 35px;
  }
}

.m-top-m {
  margin-top: 36px;
}
@media screen and (max-width: 576px) {
  .m-top-m {
    margin-top: 24px;
  }
}

.m-top-s {
  margin-top: 24px;
}
@media screen and (max-width: 576px) {
  .m-top-s {
    margin-top: 12px;
  }
}

ul, ol {
  padding-left: 25px;
}

.background {
  background-size: cover;
  background-position: center;
}

.button, input[type=submit] {
  padding: 17px 59px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--c-color);
  cursor: pointer;
  border-radius: 8px;
}

.button-primari {
  background-color: var(--c-color);
}
.button-primari:hover {
  background-color: var(--c-color);
  border-color: var(--c-color);
}

.no-margin {
  margin: 0 !important;
}

.medium {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .medium {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .no-medium {
    display: none !important;
  }
}

.small {
  display: none;
}
@media screen and (max-width: 576px) {
  .small {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .no-small {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .mobile {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .no-mobile {
    display: none;
  }
}

#shadow-host-companion {
  padding: 0;
}

.header {
  position: fixed;
  background: #040404;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15.5px 0;
  -webkit-transition: background-color 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  transition: background-color 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  z-index: 1000;
  --header-height: 64px;
}
.header.is-scrolled {
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(238, 238, 238, 0.16);
  bottom: 0;
  pointer-events: none;
  z-index: 9999;
}
.header__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .header__container {
    padding: 0 20px;
  }
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__logo a,
.header__logo .custom-logo-link {
  display: block;
  text-decoration: none;
  color: #EEE;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.header__logo img,
.header__logo .custom-logo {
  width: 143px;
  height: 24px;
  display: block;
}
.header__logo-text {
  display: block;
  text-decoration: none;
  color: #EEE;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.header__separator {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.32);
  margin-left: 34px;
  margin-right: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .header__separator {
    display: none;
  }
}
.header__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu-item a,
.header .menu-item a {
  color: #EEE;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.28px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__menu-item a:hover,
.header .menu-item a:hover {
  opacity: 0.8;
}
.header__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__login {
  color: #EEE;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.28px;
  opacity: 0.6;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__login:hover {
  opacity: 1;
}
.header__auth-separator {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.32);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  padding: 12px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #DB9A0B;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.28px;
  border-radius: 64px;
  border: 1px solid rgba(255, 158, 23, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(#383013), to(#1E1D1B));
  background: linear-gradient(180deg, #383013 0%, #1E1D1B 100%);
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.header__signup:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 8px rgba(219, 154, 11, 0.2);
          box-shadow: 0 4px 8px rgba(219, 154, 11, 0.2);
}
.header__signup:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.header__burger {
  display: none;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 16px;
  position: relative;
  z-index: 1002;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__burger:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .humburger .burger {
  width: 20px;
  height: 2px;
  background: #EEE;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .humburger .burger::before, .header .humburger .burger::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  left: 0;
  background: #EEE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .humburger .burger::before {
  top: -6px;
}
.header .humburger .burger::after {
  top: 6px;
}
.header .humburger.active .burger {
  background: transparent;
}
.header .humburger.active .burger::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .humburger.active .burger::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: calc(var(--header-height) - 1px);
  height: calc(100dvh - var(--header-height));
  max-height: calc(100dvh - var(--header-height));
  background: rgba(0, 0, 0, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-top: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: calc(24px + env(safe-area-inset-bottom));
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.22s ease;
  transition: opacity 0.22s ease;
  z-index: 999;
}
.header__mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}
.header__mobile-nav {
  padding: 24px 20px 32px;
}
.header__mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__mobile-menu-item a,
.header .menu-item a {
  color: #909090;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.36px;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 1024px) {
  .header__mobile-menu-item a,
  .header .menu-item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 22px 0;
  }
}
.header__mobile-menu-item a:hover,
.header .menu-item a:hover {
  color: #DB9A0B;
  border-color: rgba(219, 154, 11, 0.3);
}

body.menu-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}
@media (min-width: 1025px) {
  body.menu-open {
    overflow: auto;
    -ms-touch-action: auto;
        touch-action: auto;
  }
}

.footer {
  width: 100%;
  background: rgb(17, 17, 17);
  padding-bottom: 33px;
}
.footer__container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 33px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
@media (max-width: 992px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 28px 20px 0;
    gap: 28px;
  }
}
.footer__container:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 992px) {
  .footer__container:before {
    width: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__logo a,
.footer__logo .custom-logo-link {
  display: block;
  text-decoration: none;
  color: #EEE;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.footer__logo img,
.footer__logo .custom-logo {
  width: 143px;
  height: 24px;
  display: block;
}
@media (max-width: 992px) {
  .footer__logo img,
  .footer__logo .custom-logo {
    width: 63px;
    height: 19px;
  }
}
.footer__logo-text {
  display: block;
  text-decoration: none;
  color: #EEE;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .footer__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 992px) {
  .footer__copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    gap: 8px;
    text-align: center;
  }
}
.footer__copyright-year {
  color: rgba(238, 238, 238, 0.7);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.32px;
}
.footer__copyright-text {
  color: #DB9A0B;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.32px;
}
.footer__nav {
  margin-left: auto;
}
@media (max-width: 992px) {
  .footer__nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
.footer__menu-item a {
  color: #EEE;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.32px;
  opacity: 0.6;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__menu-item a:hover {
  opacity: 1;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 20px;
  overflow-y: auto;
}
.modal-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1120px;
  height: 640px;
  width: 100%;
  background-image: url("../../assets/img/overlay_background.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 999999;
}
@media (max-width: 768px) {
  .modal-overlay::before {
    top: 10%;
    width: 165%;
  }
}
.modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.modal-overlay.is-active ~ body {
  overflow: hidden;
}

.modal-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 470px;
  width: 100%;
  -webkit-animation: modalSlideIn 0.4s ease;
          animation: modalSlideIn 0.4s ease;
  z-index: 999999;
}
@media (max-width: 768px) {
  .modal-container {
    max-width: 100%;
  }
}

@-webkit-keyframes modalSlideIn {
  from {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes modalSlideIn {
  from {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.modal-logo {
  width: 98.703px;
  height: 29.786px;
  margin-bottom: 40px;
}
.modal-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .modal-logo {
    width: 80px;
    height: auto;
    margin-bottom: 24px;
  }
}

.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 48px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#0B0B0B));
  background: linear-gradient(180deg, #181818 0%, #0B0B0B 100%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: relative;
}
@media (max-width: 768px) {
  .modal-content {
    padding: 32px 24px;
    gap: 24px;
  }
}

.modal-title {
  color: #EEE;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: -1.12px;
}
@media (max-width: 768px) {
  .modal-title {
    font-size: 28px;
    line-height: 32px;
  }
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.modal-close:hover {
  opacity: 0.7;
}
.modal-close svg {
  width: 24px;
  height: 24px;
}

.modal-form {
  width: 100%;
}
.modal-form .wpcf7 {
  width: 100%;
}
.modal-form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
.modal-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.modal-form label {
  color: #EEE;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.28px;
  margin-bottom: 8px;
  display: block;
}
.modal-form .input-wrapper {
  position: relative;
  width: 100%;
}
.modal-form .input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.modal-form .input-icon svg {
  width: 100%;
  height: 100%;
}
.modal-form input[type=email],
.modal-form input[type=text] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding: 16px 16px 16px 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
  color: #EEE;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.32px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.modal-form input[type=email]::-webkit-input-placeholder, .modal-form input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.modal-form input[type=email]::-moz-placeholder, .modal-form input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.modal-form input[type=email]:-ms-input-placeholder, .modal-form input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.modal-form input[type=email]::-ms-input-placeholder, .modal-form input[type=text]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.modal-form input[type=email]::placeholder,
.modal-form input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.modal-form input[type=email]:focus,
.modal-form input[type=text]:focus {
  outline: none;
  border-color: rgba(219, 154, 11, 0.6);
}
.modal-form input[type=email]:hover,
.modal-form input[type=text]:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.modal-form .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 64px;
  border: 1px solid rgba(219, 154, 11, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(#382D13), to(#171613));
  background: linear-gradient(180deg, #382D13 0%, #171613 100%);
  color: #E8A229;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.modal-form .wpcf7-submit:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.modal-form .wpcf7-submit:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.modal-form .wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.modal-form .form-bottom-text {
  color: rgba(238, 238, 238, 0.7);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.28px;
  margin: 0;
}
.modal-form .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 4px;
  position: absolute;
}
.modal-form .wpcf7-response-output {
  display: none;
}
.modal-form .wpcf7-spinner {
  display: none !important;
  opacity: 0 !important;
}

.modal-success {
  gap: 4px;
}
.modal-success .modal-success-image {
  margin-bottom: 4px;
}
.modal-success .modal-success-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .modal-success .modal-success-image {
    height: auto;
  }
}
.modal-success .modal-success-title {
  color: #EEE;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: -1.12px;
  margin: 0 0 20px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .modal-success .modal-success-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.modal-success .modal-success-text {
  color: rgba(238, 238, 238, 0.7);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  margin: 0 0 34px;
}
.modal-success .modal-success-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 196px;
  height: 52px;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 64px;
  border: 1px solid rgba(219, 154, 11, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(#382D13), to(#171613));
  background: linear-gradient(180deg, #382D13 0%, #171613 100%);
  color: #E8A229;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.modal-success .modal-success-button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(219, 154, 11, 0.3);
          box-shadow: 0 4px 12px rgba(219, 154, 11, 0.3);
}
.modal-success .modal-success-button:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
  .modal-success .modal-success-button {
    width: 100%;
  }
}

body.modal-open {
  overflow: hidden;
}