.elementor-256 .elementor-element.elementor-element-a757809{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-256 .elementor-element.elementor-element-5166637{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-256 .elementor-element.elementor-element-49a8c04{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8e5e2a2 *//* =====================================================
   CONTACT PAGE — SECTION 01
===================================================== */

.contact-hero,
.contact-hero * {
  box-sizing: border-box;
}

.contact-hero {
  --contact-midnight: #080e18;
  --contact-navy: #111927;
  --contact-white: #ffffff;
  --contact-muted: #a9b2c0;
  --contact-red: #d91f45;
  --contact-coral: #f36b70;
  --contact-peach: #ffad9d;
  --contact-line: rgba(255, 255, 255, 0.17);
  --contact-green: #28d79a;

  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  color: var(--contact-white);
  background: var(--contact-midnight);
  font-family: inherit;
}

/* =====================================================
   BACKGROUND IMAGE
===================================================== */

.contact-hero__visual {
  position: absolute;
  inset: 0;
}

.contact-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.78;
  filter: saturate(0.72) contrast(1.08);
  transition:
    transform 1000ms ease,
    opacity 1000ms ease;
}

.contact-hero:hover .contact-hero__visual img {
  opacity: 0.84;
  transform: scale(1.015);
}

.contact-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(8, 14, 24, 0.99) 0%,
      rgba(8, 14, 24, 0.96) 38%,
      rgba(8, 14, 24, 0.66) 67%,
      rgba(8, 14, 24, 0.48) 100%
    ),
    linear-gradient(
      180deg,
      rgba(8, 14, 24, 0.22),
      rgba(8, 14, 24, 0.18) 50%,
      rgba(8, 14, 24, 0.92) 100%
    );
}

.contact-hero__glow {
  position: absolute;
  top: -260px;
  left: -240px;
  width: 680px;
  height: 680px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.13;
  background: var(--contact-red);
  filter: blur(105px);
}

.contact-hero::before {
  position: absolute;
  top: 0;
  right: 10%;
  width: 1px;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}

.contact-hero::after {
  position: absolute;
  right: -170px;
  bottom: -230px;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(255, 173, 157, 0.1);
  border-radius: 50%;
}

/* =====================================================
   MAIN CONTAINER
===================================================== */

.contact-hero__container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: min(1380px, calc(100% - 80px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 40px 0 32px;
}

/* =====================================================
   TOP STATUS
===================================================== */

.contact-hero__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--contact-line);
}

.contact-hero__status {
  display: flex;
  align-items: center;
  gap: 11px;
}

.contact-hero__status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--contact-green);
  box-shadow: 0 0 0 6px rgba(40, 215, 154, 0.12);
}

.contact-hero__status strong {
  color: var(--contact-white);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-hero__status-line {
  display: block;
  width: 1px;
  height: 13px;
  margin: 0 5px;
  background: var(--contact-line);
}

.contact-hero__status p {
  margin: 0;
  color: var(--contact-muted);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-hero__page-number {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-hero__page-number span {
  color: var(--contact-muted);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-hero__page-number strong {
  color: var(--contact-coral);
  font-size: 11px;
  font-weight: 700;
}

/* =====================================================
   MAIN CONTENT
===================================================== */

.contact-hero__content {
  width: min(900px, 76%);
  margin: auto 0;
  padding: 65px 0;
}

.contact-hero__eyebrow {
  margin: 0 0 20px;
  color: var(--contact-peach);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.contact-hero__content h1 {
  max-width: 900px;
  margin: 0;
  color: var(--contact-white);
  font-family: inherit;
  font-size: clamp(66px, 7.5vw, 116px);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: -0.068em;
}

.contact-hero__content h1 span {
  color: transparent;
  background: linear-gradient(
    90deg,
    var(--contact-peach),
    var(--contact-coral),
    #ed4d66
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.contact-hero__description {
  max-width: 560px;
  margin: 29px 0 0;
  color: var(--contact-muted);
  font-size: 13px;
  line-height: 1.75;
}

.contact-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 215px;
  min-height: 53px;
  margin-top: 34px;
  padding: 0 20px;
  color: var(--contact-white);
  border: 1px solid var(--contact-red);
  background: var(--contact-red);
  font-family: inherit;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 220ms ease,
    background-color 220ms ease;
}

.contact-hero__button:hover {
  border-color: var(--contact-coral);
  background: var(--contact-coral);
}

.contact-hero__button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

/* =====================================================
   BOTTOM INFORMATION
===================================================== */

.contact-hero__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding-top: 26px;
  border-top: 1px solid var(--contact-line);
}

.contact-hero__brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 240px;
}

.contact-hero__brand strong {
  color: var(--contact-white);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.contact-hero__brand > span {
  display: block;
  width: 1px;
  height: 24px;
  background: var(--contact-line);
}

.contact-hero__brand p {
  max-width: 130px;
  margin: 0;
  color: var(--contact-muted);
  font-size: 7px;
  line-height: 1.45;
}

.contact-hero__quick-info {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 48px;
}

.contact-hero__quick-item {
  display: flex;
  align-items: center;
  gap: 11px;
}

.contact-hero__quick-item > svg {
  width: 18px;
  height: 18px;
  color: var(--contact-peach);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.contact-hero__quick-item span {
  display: block;
  margin-bottom: 4px;
  color: var(--contact-white);
  font-size: 8px;
  font-weight: 700;
}

.contact-hero__quick-item p {
  margin: 0;
  color: var(--contact-muted);
  font-size: 7px;
  line-height: 1.4;
}

/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1100px) {
  .contact-hero__container {
    width: min(1040px, calc(100% - 56px));
  }

  .contact-hero__content h1 {
    font-size: clamp(64px, 8vw, 94px);
  }

  .contact-hero__quick-info {
    gap: 25px;
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 820px) {
  .contact-hero,
  .contact-hero__container {
    min-height: 780px;
  }

  .contact-hero__container {
    width: min(690px, calc(100% - 40px));
  }

  .contact-hero__visual img {
    object-position: 65% center;
  }

  .contact-hero__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(8, 14, 24, 0.98),
        rgba(8, 14, 24, 0.79)
      ),
      linear-gradient(
        180deg,
        rgba(8, 14, 24, 0.15),
        rgba(8, 14, 24, 0.92)
      );
  }

  .contact-hero__content {
    width: 100%;
  }

  .contact-hero__content h1 {
    font-size: clamp(59px, 11vw, 82px);
  }

  .contact-hero__brand {
    display: none;
  }

  .contact-hero__quick-info {
    width: 100%;
    justify-content: space-between;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 560px) {
  .contact-hero,
  .contact-hero__container {
    min-height: 720px;
  }

  .contact-hero__container {
    width: calc(100% - 28px);
    padding: 28px 0 24px;
  }

  .contact-hero__status p,
  .contact-hero__status-line,
  .contact-hero__page-number span {
    display: none;
  }

  .contact-hero__content {
    padding: 60px 0;
  }

  .contact-hero__content h1 {
    font-size: clamp(48px, 15vw, 65px);
    line-height: 0.91;
  }

  .contact-hero__description {
    max-width: 420px;
    font-size: 12px;
  }

  .contact-hero__button {
    width: 100%;
  }

  .contact-hero__quick-info {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .contact-hero__quick-item:last-child {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60e9130 *//* =====================================================
   CONTACT PAGE — SECTION 02
===================================================== */

.contact-information,
.contact-information * {
  box-sizing: border-box;
}

.contact-information {
  --info-midnight: #090f19;
  --info-white: #ffffff;
  --info-surface: #f4f2ef;
  --info-card: #ffffff;
  --info-text: #111827;
  --info-muted: #747d89;
  --info-line: #d9d8d4;
  --info-red: #d91f45;
  --info-coral: #f36b70;
  --info-peach: #ffad9d;

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--info-text);
  background: var(--info-surface);
  font-family: inherit;
}

.contact-information::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 36%;
  height: 3px;
  content: "";
  background: linear-gradient(
    90deg,
    var(--info-red),
    var(--info-peach)
  );
}

.contact-information::after {
  position: absolute;
  top: -190px;
  right: -190px;
  width: 440px;
  height: 440px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(217, 31, 69, 0.08);
  border-radius: 50%;
}

.contact-information__container {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
  padding: 110px 0 95px;
}

/* =====================================================
   SECTION HEADING
===================================================== */

.contact-information__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: end;
  gap: 70px;
  margin-bottom: 55px;
}

.contact-information__heading-left {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.contact-information__number {
  margin-top: 7px;
  color: var(--info-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.contact-information__eyebrow {
  margin: 0 0 16px;
  color: var(--info-red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-information__heading h2 {
  margin: 0;
  color: var(--info-midnight);
  font-family: inherit;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.contact-information__heading h2 span {
  color: var(--info-coral);
}

.contact-information__description {
  max-width: 390px;
  margin: 0 0 5px;
  color: var(--info-muted);
  font-size: 13px;
  line-height: 1.75;
}

/* =====================================================
   CONTACT GRID
===================================================== */

.contact-information__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--info-line);
  border-left: 1px solid var(--info-line);
}

.contact-channel {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 390px;
  flex-direction: column;
  padding: 29px;
  overflow: hidden;
  border-right: 1px solid var(--info-line);
  border-bottom: 1px solid var(--info-line);
  background: var(--info-card);
  transition:
    transform 250ms ease,
    box-shadow 250ms ease;
}

.contact-channel:hover {
  z-index: 2;
  transform: translateY(-4px);
  box-shadow: 0 25px 55px rgba(9, 15, 25, 0.1);
}

.contact-channel--featured {
  color: var(--info-white);
  background:
    radial-gradient(
      circle at 100% 100%,
      rgba(255, 173, 157, 0.2),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      var(--info-red),
      #9f1734
    );
}

.contact-channel--featured::after {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 200px;
  height: 200px;
  content: "";
  border: 38px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
}

.contact-channel__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-channel__index {
  color: #a0a5ad;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.contact-channel--featured .contact-channel__index {
  color: rgba(255, 255, 255, 0.64);
}

.contact-channel__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--info-line);
  color: var(--info-red);
}

.contact-channel--featured .contact-channel__icon {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--info-white);
}

.contact-channel__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

/* CARD CONTENT */

.contact-channel__content {
  position: relative;
  z-index: 2;
  margin-top: 62px;
}

.contact-channel__label {
  display: block;
  margin-bottom: 12px;
  color: var(--info-red);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-channel--featured .contact-channel__label {
  color: var(--info-peach);
}

.contact-channel__content h3 {
  margin: 0;
  color: var(--info-midnight);
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.contact-channel--featured .contact-channel__content h3 {
  color: var(--info-white);
}

.contact-channel__content p {
  max-width: 330px;
  margin: 16px 0 0;
  color: var(--info-muted);
  font-size: 11px;
  line-height: 1.7;
}

.contact-channel--featured .contact-channel__content p {
  color: rgba(255, 255, 255, 0.72);
}

/* CARD LINK */

.contact-channel__link {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--info-line);
  color: var(--info-midnight);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-channel--featured .contact-channel__link {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--info-white);
}

.contact-channel__link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 220ms ease;
}

.contact-channel__link:hover svg {
  transform: translateX(4px);
}

/* =====================================================
   ORGANISATION STRIP
===================================================== */

.contact-organisation {
  display: grid;
  grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 50px;
  margin-top: 24px;
  padding: 25px 29px;
  color: var(--info-white);
  background: var(--info-midnight);
}

.contact-organisation__identity {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-organisation__mark {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--info-white);
  background: var(--info-red);
}

.contact-organisation__mark span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.contact-organisation__identity > div:last-child > span {
  display: block;
  margin-bottom: 5px;
  color: var(--info-peach);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-organisation__identity h3 {
  margin: 0;
  color: var(--info-white);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
}

.contact-organisation__details {
  display: grid;
  grid-template-columns: 0.7fr 1.5fr 0.6fr;
}

.contact-organisation__details > div {
  min-width: 0;
  padding: 4px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-organisation__details span {
  display: block;
  margin-bottom: 6px;
  color: var(--info-muted);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-organisation__details strong {
  display: block;
  color: var(--info-white);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.5;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {
  .contact-information__container {
    width: min(720px, calc(100% - 40px));
    padding: 85px 0 75px;
  }

  .contact-information__heading {
    display: block;
  }

  .contact-information__description {
    max-width: 520px;
    margin-top: 24px;
  }

  .contact-information__grid {
    grid-template-columns: 1fr;
  }

  .contact-channel {
    min-height: 330px;
  }

  .contact-channel__content {
    margin-top: 45px;
  }

  .contact-organisation {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .contact-organisation__details {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .contact-organisation__details > div:first-child {
    border-left: 0;
    padding-left: 0;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 560px) {
  .contact-information__container {
    width: calc(100% - 28px);
    padding: 65px 0 55px;
  }

  .contact-information__heading {
    margin-bottom: 38px;
  }

  .contact-information__heading-left {
    gap: 14px;
  }

  .contact-information__heading h2 {
    font-size: clamp(43px, 13vw, 57px);
  }

  .contact-information__description {
    font-size: 12px;
  }

  .contact-channel {
    min-height: 345px;
    padding: 23px 20px;
  }

  .contact-channel__content h3 {
    font-size: 21px;
  }

  .contact-organisation {
    padding: 23px 20px;
  }

  .contact-organisation__details {
    grid-template-columns: 1fr;
  }

  .contact-organisation__details > div {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .contact-organisation__details > div:last-child {
    border-bottom: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4db071d *//* =====================================================
   CONTACT PAGE — SECTION 03
===================================================== */

.contact-form-section,
.contact-form-section * {
  box-sizing: border-box;
}

.contact-form-section {
  --form-midnight: #090f19;
  --form-navy: #121b2a;
  --form-white: #ffffff;
  --form-muted: #747d89;
  --form-dark-muted: #aab3c0;
  --form-red: #d91f45;
  --form-coral: #f36b70;
  --form-peach: #ffad9d;
  --form-line: #d9d8d4;
  --form-dark-line: rgba(255, 255, 255, 0.14);

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--form-midnight);
  background: var(--form-white);
  font-family: inherit;
}

.contact-form-section::before {
  position: absolute;
  bottom: -210px;
  left: -190px;
  width: 480px;
  height: 480px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(217, 31, 69, 0.07);
  border-radius: 50%;
}

.contact-form-section__container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  gap: 24px;
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
  padding: 105px 0 95px;
}

/* =====================================================
   FORM PANEL
===================================================== */

.contact-form-panel {
  min-width: 0;
  padding: 44px;
  border: 1px solid var(--form-line);
  background: #f7f6f3;
}

.contact-form-panel__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--form-line);
}

.contact-form-panel__eyebrow {
  margin: 0 0 15px;
  color: var(--form-red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.contact-form-panel__heading h2 {
  margin: 0;
  color: var(--form-midnight);
  font-family: inherit;
  font-size: clamp(45px, 4.5vw, 68px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.contact-form-panel__heading h2 span {
  color: var(--form-coral);
}

.contact-form-panel__number {
  margin-top: 8px;
  color: var(--form-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

/* =====================================================
   FORM GRID
===================================================== */

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 20px;
}

.contact-form__field {
  min-width: 0;
}

.contact-form__field--full {
  grid-column: 1 / -1;
}

.contact-form__field label {
  display: block;
  margin-bottom: 10px;
  color: var(--form-midnight);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form__field label span {
  color: var(--form-red);
}

.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  display: block;
  width: 100%;
  margin: 0;
  outline: none;
  border: 1px solid var(--form-line);
  border-radius: 0;
  color: var(--form-midnight);
  background: var(--form-white);
  font-family: inherit;
  font-size: 11px;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.contact-form__field input,
.contact-form__field select {
  height: 54px;
  padding: 0 16px;
}

.contact-form__field textarea {
  min-height: 145px;
  padding: 16px;
  line-height: 1.65;
  resize: vertical;
}

.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: #9da3ac;
  opacity: 1;
}

.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus {
  border-color: var(--form-red);
  box-shadow: 0 0 0 3px rgba(217, 31, 69, 0.07);
}

/* CUSTOM SELECT */

.contact-form__select {
  position: relative;
}

.contact-form__select select {
  padding-right: 48px;
  cursor: pointer;
  appearance: none;
}

.contact-form__select > svg {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  fill: none;
  stroke: var(--form-midnight);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  transform: translateY(-50%);
}

/* =====================================================
   FORM FOOTER
===================================================== */

.contact-form__footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 5px;
  padding-top: 25px;
  border-top: 1px solid var(--form-line);
}

.contact-form__consent {
  display: flex;
  align-items: flex-start;
  max-width: 470px;
  gap: 11px;
  cursor: pointer;
}

.contact-form__consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-form__checkbox {
  display: grid;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  place-items: center;
  border: 1px solid #c7c8c5;
  background: var(--form-white);
  transition:
    border-color 220ms ease,
    background-color 220ms ease;
}

.contact-form__checkbox svg {
  width: 13px;
  height: 13px;
  opacity: 0;
  fill: none;
  stroke: var(--form-white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.contact-form__consent input:checked + .contact-form__checkbox {
  border-color: var(--form-red);
  background: var(--form-red);
}

.contact-form__consent input:checked +
.contact-form__checkbox svg {
  opacity: 1;
}

.contact-form__consent-text {
  color: var(--form-muted);
  font-size: 9px;
  line-height: 1.6;
  text-transform: none;
}

.contact-form__submit {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 190px;
  min-height: 52px;
  padding: 0 19px;
  cursor: pointer;
  border: 1px solid var(--form-red);
  border-radius: 0;
  color: var(--form-white);
  background: var(--form-red);
  font-family: inherit;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    border-color 220ms ease,
    background-color 220ms ease;
}

.contact-form__submit:hover {
  border-color: var(--form-coral);
  background: var(--form-coral);
}

.contact-form__submit svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

/* =====================================================
   SIDE GUIDE
===================================================== */

.contact-form-guide {
  min-width: 0;
  overflow: hidden;
  color: var(--form-white);
  background: var(--form-midnight);
}

.contact-form-guide__visual {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: var(--form-navy);
}

.contact-form-guide__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.82;
  filter: saturate(0.75) contrast(1.05);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.contact-form-guide:hover .contact-form-guide__visual img {
  opacity: 0.93;
  transform: scale(1.025);
}

.contact-form-guide__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(9, 15, 25, 0.04),
      rgba(9, 15, 25, 0.18) 48%,
      rgba(9, 15, 25, 0.94)
    );
}

.contact-form-guide__visual-content {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
}

.contact-form-guide__visual-content span {
  display: block;
  margin-bottom: 8px;
  color: var(--form-peach);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-form-guide__visual-content h3 {
  max-width: 320px;
  margin: 0;
  color: var(--form-white);
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.contact-form-guide__content {
  padding: 29px 27px;
}

.contact-form-guide__label {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--form-dark-line);
  color: var(--form-peach);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* GUIDE STEPS */

.contact-form-guide__step {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  padding: 22px 0;
  border-bottom: 1px solid var(--form-dark-line);
}

.contact-form-guide__step > span {
  color: var(--form-coral);
  font-size: 8px;
  font-weight: 700;
}

.contact-form-guide__step h4 {
  margin: 0 0 6px;
  color: var(--form-white);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
}

.contact-form-guide__step p {
  margin: 0;
  color: var(--form-dark-muted);
  font-size: 9px;
  line-height: 1.55;
}

/* GUIDE NOTE */

.contact-form-guide__note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 24px;
}

.contact-form-guide__note svg {
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  color: var(--form-peach);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.contact-form-guide__note p {
  margin: 1px 0 0;
  color: #838e9d;
  font-size: 8px;
  line-height: 1.6;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 950px) {
  .contact-form-section__container {
    grid-template-columns: 1fr;
    width: min(730px, calc(100% - 40px));
    padding: 85px 0 75px;
  }

  .contact-form-guide {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
  }

  .contact-form-guide__visual {
    height: auto;
    min-height: 450px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 620px) {
  .contact-form-section__container {
    width: calc(100% - 28px);
    padding: 65px 0 55px;
  }

  .contact-form-panel {
    padding: 29px 20px;
  }

  .contact-form-panel__heading h2 {
    font-size: clamp(42px, 13vw, 56px);
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form__field--full,
  .contact-form__footer {
    grid-column: auto;
  }

  .contact-form__footer {
    display: block;
  }

  .contact-form__submit {
    width: 100%;
    margin-top: 22px;
  }

  .contact-form-guide {
    display: block;
  }

  .contact-form-guide__visual {
    min-height: 310px;
  }
}/* End custom CSS */