@charset "UTF-8";
.contact-hero {
  background-color: #01021E;
  background-image: var(--desktop-bg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 0;
  min-height: 900px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .contact-hero {
    padding-bottom: 70px;
  }
}
.contact-hero .contact_hero_wave {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 762px) {
  .contact-hero .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.contact-hero .contact-hero__wrapper {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .contact-hero .contact-hero__wrapper {
    padding-top: 150px;
  }
}
@media (max-width: 992px) {
  .contact-hero .contact-hero__wrapper .contact-hero__inner {
    padding-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .contact-hero .contact-hero__wrapper .contact-hero__inner {
    padding-bottom: 0;
  }
}
.contact-hero .contact-hero__wrapper .contact-hero__inner .contact-hero__content {
  max-width: 575px;
}
@media (max-width: 762px) {
  .contact-hero .contact-hero__wrapper .contact-hero__inner .contact-hero__content {
    padding: 0 24px;
  }
}
.contact-hero .contact-hero__wrapper .contact-hero__inner .contact-hero__content .contact-hero__content-title {
  font-family: "ClashDisplay";
  font-size: 64px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (max-width: 996px) {
  .contact-hero .contact-hero__wrapper .contact-hero__inner .contact-hero__content .contact-hero__content-title {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 400px) {
  .contact-hero .contact-hero__wrapper .contact-hero__inner .contact-hero__content .contact-hero__content-title {
    font-size: 35px;
    line-height: 35px;
  }
}
.contact-hero .contact-hero__wrapper .contact-hero__inner .contact-hero__content .contact-hero__content-subtitle {
  max-width: 445px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .contact-hero .contact-hero__wrapper .contact-hero__inner .contact-hero__content .contact-hero__content-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

.contact-section {
  position: relative;
}
@media (max-width: 768px) {
  .contact-section {
    padding-top: 0;
  }
}
@media (max-width: 762px) {
  .contact-section .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.contact-section .contact-illustration_mobile {
  display: none;
  opacity: 0;
}
@media (max-width: 768px) {
  .contact-section .contact-illustration_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
    margin: 0 auto;
    min-width: 110%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact-section .contact-section__content {
  position: relative;
  padding-top: 104px;
  padding-bottom: 104px;
  padding-left: 113px;
  padding-right: 113px;
  border-radius: 22px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .contact-section .contact-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 160px;
  }
}
@media (max-width: 768px) {
  .contact-section .contact-section__content {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    row-gap: 70px;
  }
}
@media (max-width: 576px) {
  .contact-section .contact-section__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact-section .contact-section__content .contact-illustration_descktop {
  position: absolute;
  top: -37%;
  right: 2%;
  width: 80%;
  max-width: 600px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .contact-section .contact-section__content .contact-illustration_descktop {
    top: -27%;
  }
}
@media (max-width: 768px) {
  .contact-section .contact-section__content .contact-illustration_descktop {
    display: none;
  }
}
.contact-section .contact-section__content .contact-section__content-top-decoration {
  position: absolute;
  top: -31%;
  right: 8%;
}
@media (max-width: 762px) {
  .contact-section .contact-section__content .contact-section__content-top-decoration {
    width: 260px;
    height: 260px;
    top: -225px;
    right: -10px;
  }
}
.contact-section .contact-section__content .contact-section__email {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.contact-section .contact-section__content .contact-section__email .additional-questions {
  position: absolute;
  bottom: 36px;
  left: -32px;
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
  background-color: #0F011E;
  border-radius: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  width: 428px;
  border: 1px solid #333333;
}
@media (max-width: 1200px) {
  .contact-section .contact-section__content .contact-section__email .additional-questions {
    position: static;
  }
}
@media (max-width: 576px) {
  .contact-section .contact-section__content .contact-section__email .additional-questions {
    width: 340px;
  }
}
@media (max-width: 470px) {
  .contact-section .contact-section__content .contact-section__email .additional-questions {
    width: 100%;
  }
}
.contact-section .contact-section__content .contact-section__email .additional-questions .additional-questions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-section .contact-section__content .contact-section__email .additional-questions .additional-questions__content .additional-questions__content-description .additional-questions__title {
  display: block;
  width: 216px;
  font-family: "ClashDisplay";
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 47px;
}
.contact-section .contact-section__content .contact-section__email .additional-questions .additional-questions__content .additional-questions__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-section .contact-section__content .contact-section__email .additional-questions .additional-questions__content .additional-questions__email span {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5019607843);
}
.contact-section .contact-section__content .contact-section__email .additional-questions .additional-questions__content .additional-questions__email a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-section .contact-section__content .contact-section__email .additional-questions .additional-questions__content .additional-questions__email a:hover {
  color: #FFD700;
}
.contact-section .contact-section__content .contact-section__email .additional-questions .additional-questions__content .additional-questions__image {
  border: 5px solid #ffffff;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}
.contact-section .contact-section__content .contact-section__form {
  width: 488px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 576px) {
  .contact-section .contact-section__content .contact-section__form {
    width: 100%;
  }
}
.contact-section .contact-section__content .contact-section__form .wpcf7-response-output {
  display: none;
  opacity: 0;
}
.contact-section .contact-section__content .contact-section__form .contact-form__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.contact-section .contact-section__content .contact-section__form .contact-form__message p {
  margin-bottom: 0;
}
.contact-section .contact-section__content .contact-section__form .contact-form__error-message {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #FF0000;
  display: none;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper {
  position: relative;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__title {
  display: block;
  width: 400px;
  font-family: "ClashDisplay";
  font-size: 55px;
  font-weight: 700;
  line-height: 53px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 48px;
}
@media (max-width: 996px) {
  .contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__title {
    font-size: 40px;
    line-height: 40px;
    width: 340px;
  }
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row {
  margin-bottom: 34px;
  position: relative;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row:last-child {
  margin-bottom: 0;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row .contact-form__label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row .contact-form__label.active {
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: 14px;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row .textarea-label {
  position: absolute;
  top: 15%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row .textarea-label.active {
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: 14px;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row input {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2901960784);
  height: 36px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #ffffff;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row input.wpcf7-not-valid {
  border-color: red !important;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row input:-webkit-autofill, .contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row input:-webkit-autofill:hover, .contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row input:-webkit-autofill:focus, .contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row input:-webkit-autofill:active {
  background-color: transparent !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row input:-moz-autofill {
  background-color: transparent !important;
  color: #ffffff !important;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row textarea {
  border-radius: 0;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2901960784);
  padding-bottom: 8px;
  height: 118px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #ffffff;
  resize: none;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row textarea::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row textarea::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row textarea:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row textarea::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row .contact-form__submit {
  padding: 0;
  width: 100%;
  height: 50px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  color: #01021E;
  background-color: #01021E;
  -webkit-box-shadow: 0px 4px 31.8px 0px rgba(255, 214, 66, 0.5294117647);
          box-shadow: 0px 4px 31.8px 0px rgba(255, 214, 66, 0.5294117647);
  background: -webkit-gradient(linear, left top, right top, from(#FFCC17), to(#FFD84D));
  background: linear-gradient(90deg, #FFCC17 0%, #FFD84D 100%);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row .contact-form__submit:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FFD84D), to(#FFCC17));
  background: linear-gradient(90deg, #FFD84D 0%, #FFCC17 100%);
  -webkit-box-shadow: 0px 6px 40px 0px rgba(255, 214, 66, 0.8);
          box-shadow: 0px 6px 40px 0px rgba(255, 214, 66, 0.8);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__row .wpcf7-spinner {
  display: none;
  opacity: 0;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .wpcf7-acceptance {
  margin-bottom: 42px;
  display: inline-block;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.32px;
  color: #ffffff;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
  text-decoration: underline;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover {
  text-decoration: none;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .wpcf7-acceptance .wpcf7-list-item input {
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  margin: 0;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  background: transparent;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  margin-right: 3px;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:hover {
  border-color: #ffffff;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "✓";
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__input:not(:-moz-placeholder-shown) ~ .contact-form__label {
  top: 0;
  transform: translateY(-100%);
  font-size: 14px;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__input:not(:-ms-input-placeholder) ~ .contact-form__label {
  top: 0;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  font-size: 14px;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__input:focus ~ .contact-form__label,
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__input:not(:placeholder-shown) ~ .contact-form__label {
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__textarea:not(:-moz-placeholder-shown) ~ .textarea-label {
  top: 0;
  transform: translateY(-100%);
  font-size: 14px;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__textarea:not(:-ms-input-placeholder) ~ .textarea-label {
  top: 0;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  font-size: 14px;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__textarea:focus ~ .textarea-label,
.contact-section .contact-section__content .contact-section__form .contact-form__wrapper .contact-form__textarea:not(:placeholder-shown) ~ .textarea-label {
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}