body#contact {
  --navy: #0d3a6e;
  --navy-dark: #081f3c;
  --navy-mid: #1565c0;
  --orange: #e8821a;
  --orange-dark: #c96c0a;
  --orange-light: #fff3e5;
  --green: #16a34a;
  --green-dark: #15803d;
  --white: #ffffff;
  --off: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-400: #94a3b8;
  --gray-600: #475569;
  --gray-800: #1e293b;
  --text: #0f1b2d;
  --f-head: "Manrope", sans-serif;
  --f-body: "Manrope", sans-serif;
  --r: 8px;
  --r-lg: 14px;
  --r-xl: 20px;
  --sh: 0 2px 12px rgba(13, 58, 110, .10), 0 1px 4px rgba(13, 58, 110, .06);
  --sh-md: 0 8px 32px rgba(13, 58, 110, .14), 0 2px 8px rgba(13, 58, 110, .08);
  color: var(--text);
  background: var(--white);
  font-family: var(--f-body);
  overflow-x: hidden;
}

body#contact #main-page-content,
body#contact #wrapper,
body#contact #inner-wrapper,
body#contact #content-wrapper,
body#contact #main,
body#contact #content,
body#contact .page-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--white);
}

body#contact #inner-wrapper.container {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body#contact #wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body#contact #wrapper > .breadcrumb,
body#contact #wrapper > .container:not(#inner-wrapper),
body#contact .page-header,
body#contact .page-footer {
  display: none !important;
}

body#contact #iqitcookielaw {
  display: none !important;
}

body#contact .abc-contact-header,
body#contact .abc-contact-header *,
body#contact .abc-contact-page,
body#contact .abc-contact-page *,
body#contact .abc-contact-page-footer,
body#contact .abc-contact-page-footer * {
  box-sizing: border-box;
  line-height: normal;
}

body#contact .abc-contact-header,
body#contact .abc-contact-page,
body#contact .abc-contact-page-footer {
  font-size: 16px;
}

body#contact .abc-contact-header a,
body#contact .abc-contact-page a,
body#contact .abc-contact-page-footer a {
  color: inherit;
  text-decoration: none;
}

body#contact .abc-contact-header img,
body#contact .abc-contact-page img,
body#contact .abc-contact-page-footer img {
  display: block;
  max-width: 100%;
}

body#contact .topbar {
  background: var(--navy-dark);
  border-bottom: 2px solid var(--orange);
}

body#contact .tb-inner {
  display: flex;
  max-width: 1320px;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 auto;
  padding: 0 24px;
}

body#contact .tb-left,
body#contact .tb-right {
  display: flex;
  align-items: center;
}

body#contact .tb-left {
  gap: 24px;
}

body#contact .tb-right {
  gap: 20px;
}

body#contact .tb-item,
body#contact .tb-right a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, .75);
  font-size: 13.5px;
  white-space: nowrap;
}

body#contact .tb-item svg,
body#contact .tb-right a:hover {
  color: var(--orange);
}

body#contact .tb-item strong,
body#contact .tb-right strong {
  color: var(--white);
}

body#contact .tb-help {
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
}

body#contact .abc-contact-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  box-shadow: var(--sh);
}

body#contact .nav-inner {
  display: flex;
  max-width: 1320px;
  height: 68px;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  padding: 0 24px;
}

body#contact .logo-wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}

body#contact .logo-wrap img {
  width: auto;
  height: 48px;
  object-fit: contain;
}

body#contact .logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

body#contact .logo-name {
  color: var(--navy);
  font-family: var(--f-head);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.3px;
}

body#contact .logo-sub {
  color: var(--gray-400);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
}

body#contact .nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}

body#contact .n-link {
  padding: 7px 12px;
  border-radius: var(--r);
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  transition: all .18s;
}

body#contact .n-link:hover,
body#contact .n-link.active {
  color: var(--navy);
  background: rgba(13, 58, 110, .06);
}

body#contact .n-pill {
  padding: 7px 16px;
  border-radius: 50px;
  color: var(--white) !important;
  background: var(--orange);
  font-weight: 700;
}

body#contact .n-pill:hover {
  color: var(--white);
  background: var(--orange-dark);
  transform: translateY(-1px);
}

body#contact .nav-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
}

body#contact .n-btn,
body#contact .burger,
body#contact .mob-close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body#contact .n-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: var(--r);
  color: var(--gray-600);
  background: transparent;
  transition: all .18s;
}

body#contact .n-btn:hover {
  color: var(--text);
  background: var(--gray-100);
}

body#contact .n-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: var(--orange);
  font-size: 9px;
  font-weight: 800;
}

body#contact .burger {
  display: none;
  width: 40px;
  height: 40px;
  margin-left: 6px;
  border: 0;
  border-radius: var(--r);
  color: var(--text);
  background: var(--gray-100);
}

body#contact .mob-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  flex-direction: column;
  overflow-y: auto;
  background: var(--white);
}

body#contact .mob-menu.open {
  display: flex;
}

body#contact .mob-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--gray-200);
}

body#contact .mob-head img {
  width: auto;
  height: 42px;
}

body#contact .mob-close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--gray-200);
  border-radius: var(--r);
  color: var(--gray-600);
  background: var(--white);
}

body#contact .mob-links {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  padding: 16px 20px;
}

body#contact .m-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: var(--r-lg);
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
}

body#contact .m-link:hover {
  color: var(--navy);
  background: rgba(13, 58, 110, .06);
}

body#contact .m-pill {
  justify-content: center;
  margin-top: 8px;
  color: var(--white) !important;
  background: var(--orange);
}

body#contact .mob-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-top: 1px solid var(--gray-200);
}

body#contact .mob-contact a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: var(--r-lg);
  color: var(--text);
  background: var(--off);
  font-size: 15.5px;
  font-weight: 600;
}

body#contact .mob-contact a svg {
  color: var(--orange);
}

body#contact .abc-contact-page > .breadcrumb {
  margin: 0;
  padding: 0;
  background: var(--off);
  border-bottom: 1px solid var(--gray-200);
}

body#contact .bc-inner {
  display: flex;
  max-width: 1320px;
  align-items: center;
  gap: 6px;
  margin: 0 auto;
  padding: 10px 24px;
  color: var(--gray-400);
  font-size: 13px;
}

body#contact .bc-inner a {
  color: var(--gray-600);
}

body#contact .bc-inner span {
  color: var(--gray-600);
  font-weight: 600;
}

body#contact .bc-sep {
  display: inline-flex;
  color: var(--gray-400) !important;
}

body#contact .contact-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 24px;
  text-align: center;
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
}

body#contact .contact-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 28px 28px;
}

body#contact .contact-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}

body#contact .contact-hero-eyebrow {
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

body#contact .contact-hero h1 {
  margin: 0 0 14px;
  color: var(--white);
  font-family: var(--f-head);
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 800;
  letter-spacing: -.5px;
  line-height: 1.1;
}

body#contact .contact-hero p {
  margin: 0;
  color: rgba(255, 255, 255, .65);
  font-size: 16px;
  line-height: 1.7;
}


body#contact .contact-main {
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: start;
  margin: 0 auto;
  padding: 56px 24px 72px;
}

body#contact .ci-block {
  margin-bottom: 36px;
}

body#contact .ci-block:last-child {
  margin-bottom: 0;
}

body#contact .ci-title {
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gray-200);
  color: var(--orange);
  font-family: var(--f-head);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body#contact .ci-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 10px;
  padding: 16px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--r-lg);
  background: var(--off);
  transition: all .18s;
}

body#contact .ci-row:hover {
  border-color: var(--navy-mid);
  background: var(--white);
}

body#contact .ci-row:last-child {
  margin-bottom: 0;
}

body#contact .ci-ico {
  display: flex;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-lg);
}

body#contact .ci-ico-phone {
  color: var(--navy-mid);
  background: #eff6ff;
}

body#contact .ci-ico-mail {
  color: var(--orange);
  background: var(--orange-light);
}

body#contact .ci-ico-map {
  color: var(--green);
  background: #f0fdf4;
}

body#contact .ci-ico-clock {
  color: var(--gray-600);
  background: var(--gray-100);
}

body#contact .ci-content {
  min-width: 0;
}

body#contact .ci-content strong {
  display: block;
  margin-bottom: 2px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

body#contact .ci-content span {
  display: block;
  color: var(--gray-600);
  font-size: 13.5px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

body#contact .ci-content a {
  color: var(--navy-mid);
  font-weight: 700;
  transition: color .15s;
}

body#contact .ci-content a:hover {
  color: var(--orange);
}

body#contact .wa-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  padding: 20px 24px;
  border-radius: var(--r-xl);
  color: var(--white);
  background: linear-gradient(135deg, #20b954 0%, #25d366 100%);
  transition: all .2s;
}

body#contact .wa-cta:hover {
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, .35);
}

body#contact .wa-cta-ico {
  display: flex;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, .2);
}

body#contact .wa-cta-text {
  flex: 1;
  min-width: 0;
}

body#contact .wa-cta-text strong,
body#contact .wa-cta-text span {
  display: block;
}

body#contact .wa-cta-text strong {
  margin-bottom: 2px;
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
}

body#contact .wa-cta-text span {
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
}

body#contact .wa-cta-arrow {
  flex-shrink: 0;
  margin-left: auto;
  color: rgba(255, 255, 255, .7);
}

body#contact .map-wrap {
  overflow: hidden;
  height: 200px;
  margin-top: 14px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--r-xl);
  background: var(--off);
}

body#contact .map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

body#contact .map-placeholder {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--gray-400);
  text-align: center;
}

body#contact .map-placeholder p {
  margin: 0;
  color: var(--gray-600);
  font-size: 14px;
  line-height: 1.5;
}

body#contact .map-placeholder small {
  color: var(--gray-400);
}

body#contact .cf-header {
  margin-bottom: 28px;
}

body#contact .cf-header h2 {
  margin: 0 0 6px;
  color: var(--navy);
  font-family: var(--f-head);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  letter-spacing: -.3px;
  line-height: normal;
}

body#contact .contact-form {
  margin: 0;
  padding: 32px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--r-xl);
  background: var(--white);
  box-shadow: var(--sh);
}

body#contact .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

body#contact .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

body#contact .form-group:last-of-type {
  margin-bottom: 0;
}

body#contact .form-group label {
  display: block;
  margin-bottom: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

body#contact .form-group label span,
body#contact .form-check a {
  color: var(--orange);
}

body#contact .form-group input,
body#contact .form-group select,
body#contact .form-group textarea {
  width: 100%;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--r-lg);
  padding: 12px 14px;
  color: var(--text);
  background: var(--off);
  font-family: var(--f-body);
  font-size: 14px;
  line-height: normal;
  outline: none;
  transition: border-color .15s;
}

body#contact .form-group input:focus,
body#contact .form-group select:focus,
body#contact .form-group textarea:focus {
  border-color: var(--navy-mid);
  background: var(--white);
}

body#contact .form-group textarea {
  display: block;
  min-height: 120px;
  line-height: 1.6;
  resize: vertical;
}

body#contact .form-group select {
  display: block;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

body#contact .form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0;
}

body#contact .form-check input {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--navy-mid);
  cursor: pointer;
}

body#contact .form-check label {
  margin: 0;
  color: var(--gray-600);
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}

body#contact .form-check label a {
  color: var(--navy-mid);
  font-weight: 600;
}

body#contact .abc-contact-gdpr {
  margin: -4px 0 14px;
  color: var(--gray-600);
  font-size: 12.5px;
}

body#contact .abc-contact-gdpr:empty {
  display: none;
}

body#contact .abc-contact-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

body#contact .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 52px;
  margin-top: 20px;
  border: 0;
  border-radius: var(--r-lg);
  color: var(--white);
  background: var(--navy-mid);
  font-family: var(--f-body);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all .2s;
}

body#contact .btn-submit:hover {
  background: var(--navy);
  transform: translateY(-1px);
  box-shadow: var(--sh-md);
}

body#contact .form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  color: var(--gray-400);
  font-size: 12.5px;
  line-height: normal;
}

body#contact .abc-contact-alert {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: var(--r);
  font-size: 13px;
  font-weight: 700;
}

body#contact .abc-contact-alert ul {
  margin: 0;
  padding-left: 18px;
}

body#contact .abc-contact-alert--success {
  border: 1px solid #bfe8cc;
  color: #1c6d35;
  background: #e9f8ef;
}

body#contact .abc-contact-alert--error {
  border: 1px solid #f1c0c0;
  color: #9f1f1f;
  background: #fff0f0;
}

body#contact .abc-contact-page-footer {
  color: rgba(255, 255, 255, .65);
  background: var(--navy);
}

body#contact .foot-main {
  display: grid;
  max-width: 1320px;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 48px;
  margin: 0 auto;
  padding: 56px 24px 48px;
}

body#contact .foot-logo {
  width: auto;
  height: 42px;
  max-width: none;
  max-height: none;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

body#contact .foot-desc {
  max-width: none;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .65);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.75;
}

body#contact .foot-ci {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  line-height: 1.5;
}

body#contact .foot-ci svg {
  color: var(--orange);
  flex-shrink: 0;
  margin-top: 2px;
}

body#contact .foot-h {
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--orange);
  color: var(--white);
  font-family: var(--f-head);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body#contact .foot-h-account {
  margin-top: 28px;
}

body#contact .foot-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body#contact .foot-list li {
  margin-bottom: 0;
}

body#contact .foot-list a {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  transition: color .15s;
}

body#contact .foot-list a:hover {
  color: var(--orange);
}

body#contact .foot-list a::before {
  margin-right: 6px;
  color: var(--orange);
  content: "›";
  opacity: .7;
}

body#contact .foot-badge {
  margin-bottom: 8px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--r-lg);
  color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .05);
  font-size: 12.5px;
  line-height: 1.5;
}

body#contact .foot-badge strong {
  display: block;
  margin-bottom: 2px;
  color: var(--white);
  font-size: 13px;
}

body#contact .foot-bar {
  padding: 16px 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .3);
  font-size: 13px;
  line-height: normal;
  text-align: center;
}

body#contact .foot-bar small {
  display: block;
  margin-top: 6px;
}

body#contact .foot-bar a {
  color: rgba(255, 255, 255, .7);
}

@media (max-width: 1100px) {
  body#contact .foot-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 820px) {
  body#contact .contact-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  body#contact .foot-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body#contact .ns-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  body#contact .tb-left .tb-item:not(:first-child),
  body#contact .tb-right a:last-child {
    display: none;
  }

  body#contact .nav-links,
  body#contact .nav-actions {
    display: none;
  }

  body#contact .burger {
    display: flex;
  }

  body#contact .form-row {
    grid-template-columns: 1fr;
  }

  body#contact .contact-hero {
    padding: 40px 16px;
  }

  body#contact .wa-cta {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 600px) {
  body#contact .contact-main {
    padding: 28px 12px 40px;
  }

  body#contact .contact-form {
    padding: 16px 12px;
  }

  body#contact .cf-header {
    margin-bottom: 16px;
  }

  body#contact .cf-header h2 {
    font-size: 20px;
  }

  body#contact .foot-main {
    padding: 40px 16px 36px;
  }

  body#contact .foot-bar {
    padding: 14px 16px;
    font-size: 12px;
  }

  body#contact .ci-row {
    gap: 10px;
    padding: 12px;
  }

  body#contact .ci-ico {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }

  body#contact .ci-content span {
    font-size: 12.5px;
    word-break: break-all;
  }

  body#contact .wa-cta {
    gap: 10px;
    padding: 14px;
  }

  body#contact .wa-cta-ico {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  body#contact .wa-cta-text strong {
    font-size: 13.5px;
  }

  body#contact .wa-cta-text span {
    font-size: 11.5px;
  }

  body#contact .wa-cta-arrow {
    display: none;
  }

  body#contact .map-wrap {
    height: 160px;
  }

  body#contact .contact-hero {
    padding: 32px 12px;
  }

  body#contact .contact-hero h1 {
    font-size: 24px;
  }

  body#contact .contact-hero p {
    font-size: 14px;
  }
}
