/** Shopify CDN: Minification failed

Line 497:13 Expected ")" to end URL token
Line 588:13 Expected ")" to end URL token

**/
body:has([data-epelay-contact-page]) #header-group,
  body:has([data-epelay-contact-page]) .page-wrapper > footer,
  body:has([data-epelay-contact-page]) .epelay-language-widget {
    display: none !important;
  }

  body:has([data-epelay-contact-page]) {
    --header-height: 0px !important;
    --header-group-height: 0px !important;
    --transparent-header-offset-boolean: 0 !important;
  }

  .epelay-contact-page {
    --epelay-ink: #07142d;
    --epelay-muted: #5d6a7e;
    --epelay-blue: #075fe8;
    --epelay-line: #d9e2ee;
    --epelay-soft: #f4f7fb;
    --epelay-shadow: 0 16px 38px rgba(7, 20, 45, 0.1);
    color: var(--epelay-ink);
    background: #ffffff;
  }

  .epelay-contact-page *,
  .epelay-contact-page *::before,
  .epelay-contact-page *::after {
    box-sizing: border-box;
  }

  .epelay-contact-page a {
    color: inherit;
    text-decoration: none;
  }

  .epelay-wrap {
    width: min(1140px, calc(100vw - 48px));
    margin: 0 auto;
  }

  .epelay-announcement {
    color: #ffffff;
    background: #061934;
  }

  .epelay-announcement-inner {
    min-height: 36px;
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
  }

  .epelay-nav {
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(7, 20, 45, 0.08);
  }

  .epelay-nav-inner {
    min-height: 70px;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr) max-content;
    align-items: center;
    gap: 24px;
  }

  .epelay-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0.08em;
  }

  .epelay-brand-mark {
    position: relative;
    width: 38px;
    height: 28px;
    border-radius: 7px 4px 7px 4px;
    background: linear-gradient(135deg, #0b76ff, #064bc2);
    transform: skewX(-14deg);
  }

  .epelay-brand-mark::after {
    content: "";
    position: absolute;
    inset: 8px 8px 8px 13px;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    transform: skewX(14deg);
  }

  .epelay-menu {
    display: flex;
    justify-content: center;
    gap: 34px;
    font-size: 14px;
    font-weight: 800;
  }

  .epelay-menu-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
  }

  .epelay-menu-link.is-active {
    color: var(--epelay-blue);
  }

  .epelay-nav-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
  }

  .epelay-native-language {
    margin: 0;
  }

  .epelay-native-language label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .epelay-native-language select {
    min-height: 34px;
    max-width: 86px;
    border: 1px solid #d0d9e6;
    border-radius: 6px;
    padding: 0 24px 0 10px;
    color: #07142d;
    background: #ffffff;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
  }

  .epelay-nav-icon {
    position: relative;
    width: 25px;
    height: 25px;
    color: #07142d;
  }

  .epelay-nav-icon svg,
  .epelay-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .epelay-cart-badge {
    position: absolute;
    top: -8px;
    right: -9px;
    width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--epelay-blue);
    font-size: 10px;
    font-weight: 900;
  }

  .epelay-contact-hero {
    position: relative;
    overflow: hidden;
    background: #eef5ff;
  }

  .epelay-contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(245, 249, 255, 0.98) 0%, rgba(245, 249, 255, 0.93) 42%, rgba(245, 249, 255, 0.18) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #ffffff 100%);
  }

  .epelay-contact-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .epelay-hero-content {
    position: relative;
    z-index: 2;
    min-height: 340px;
    display: grid;
    align-content: center;
    padding: 54px 0 78px;
  }

  .epelay-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
    color: #465874;
    font-size: 13px;
    font-weight: 800;
  }

  .epelay-breadcrumb a {
    color: var(--epelay-blue);
  }

  .epelay-kicker {
    width: fit-content;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 11px;
    color: #075fe8;
    background: #eaf2ff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .epelay-contact-hero h1 {
    max-width: 650px;
    margin: 14px 0 0;
    color: #07142d;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.02;
    letter-spacing: 0;
    font-weight: 900;
  }

  .epelay-hero-copy {
    max-width: 590px;
    margin: 17px 0 0;
    color: #263b58;
    font-size: 17px;
    line-height: 1.58;
    font-weight: 650;
  }

  .epelay-contact-strip {
    position: relative;
    z-index: 3;
    margin-top: -42px;
  }

  .epelay-contact-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(7, 20, 45, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--epelay-shadow);
  }

  .epelay-contact-card {
    min-height: 104px;
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
  }

  .epelay-contact-card + .epelay-contact-card {
    border-left: 1px solid var(--epelay-line);
  }

  .epelay-icon {
    width: 36px;
    height: 36px;
    color: var(--epelay-blue);
  }

  .epelay-contact-title {
    margin: 0;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 900;
  }

  .epelay-contact-text {
    margin: 5px 0 0;
    color: #465874;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 650;
  }

  .epelay-section {
    padding: 42px 0 0;
  }

  .epelay-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 14px;
    align-items: start;
  }

  .epelay-form-panel,
  .epelay-help-panel,
  .epelay-faq details {
    border: 1px solid #dce5f0;
    border-radius: 8px;
    background: #ffffff;
  }

  .epelay-form-panel,
  .epelay-help-panel {
    box-shadow: 0 10px 24px rgba(7, 20, 45, 0.06);
  }

  .epelay-form-content,
  .epelay-help-content {
    padding: 26px;
  }

  .epelay-section-title {
    margin: 0;
    color: #07142d;
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.05;
    letter-spacing: 0;
    font-weight: 900;
  }

  .epelay-section-copy {
    margin: 10px 0 0;
    color: #465874;
    line-height: 1.58;
    font-weight: 650;
  }

  .epelay-contact-form {
    display: grid;
    gap: 14px;
    margin-top: 22px;
  }

  .epelay-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .epelay-field {
    display: grid;
    gap: 7px;
  }

  .epelay-field-full {
    grid-column: 1 / -1;
  }

  .epelay-field label {
    color: #07142d;
    font-size: 13px;
    font-weight: 900;
  }

  .epelay-field input,
  .epelay-field select,
  .epelay-field textarea {
    width: 100%;
    border: 1px solid #cfd9e7;
    border-radius: 6px;
    padding: 0 12px;
    color: #07142d;
    background: #ffffff;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
  }

  .epelay-field input,
  .epelay-field select {
    min-height: 46px;
  }

  .epelay-field textarea {
    min-height: 150px;
    padding-top: 12px;
    resize: vertical;
  }

  .epelay-form-note {
    color: #5d6a7e;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 650;
  }

  .epelay-button {
    min-height: 48px;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 6px;
    padding: 0 24px;
    color: #ffffff;
    background: var(--epelay-blue);
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 22px rgba(7, 95, 232, 0.22);
  }

  .epelay-form-message {
    border-radius: 8px;
    padding: 13px 14px;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 750;
  }

  .epelay-form-success {
    color: #14532d;
    background: #dcfce7;
  }

  .epelay-form-error {
    color: #7f1d1d;
    background: #fee2e2;
  }

  .epelay-help-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
  }

  .epelay-help-item {
    border: 1px solid #dce5f0;
    border-radius: 8px;
    padding: 16px;
    background: #f7faff;
  }

  .epelay-help-item strong {
    display: block;
    color: #07142d;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
  }

  .epelay-help-item span {
    display: block;
    margin-top: 6px;
    color: #465874;
    line-height: 1.45;
    font-size: 13px;
    font-weight: 650;
  }

  .epelay-response-band {
    overflow: hidden;
    border-radius: 8px;
    margin-top: 14px;
    color: #ffffff;
    background:
      linear-gradient(90deg, rgba(6, 25, 52, 0.98), rgba(6, 25, 52, 0.7)),
      url({{ engineering_image }}) center / cover;
  }

  .epelay-response-content {
    padding: 24px;
  }

  .epelay-response-content h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
  }

  .epelay-response-content p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
    font-weight: 650;
  }

  .epelay-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .epelay-info-card {
    border: 1px solid #dce5f0;
    border-radius: 8px;
    padding: 20px;
    background: #f7faff;
  }

  .epelay-info-card h3 {
    margin: 0;
    color: #07142d;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 900;
  }

  .epelay-info-card p {
    margin: 8px 0 0;
    color: #465874;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 650;
  }

  .epelay-faq {
    display: grid;
    gap: 10px;
    padding-bottom: 42px;
  }

  .epelay-faq details {
    overflow: hidden;
  }

  .epelay-faq summary {
    padding: 16px 18px;
    cursor: pointer;
    color: #07142d;
    font-weight: 900;
  }

  .epelay-faq p {
    margin: 0;
    padding: 0 18px 18px;
    color: #465874;
    line-height: 1.6;
    font-weight: 650;
  }

  .epelay-cta {
    padding: 0 0 46px;
  }

  .epelay-cta-panel {
    min-height: 170px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 22px;
    border-radius: 8px;
    padding: 28px;
    color: #ffffff;
    background:
      linear-gradient(90deg, rgba(6, 25, 52, 0.98), rgba(6, 25, 52, 0.7)),
      url({{ color_image }}) center / cover;
  }

  .epelay-cta-panel h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(27px, 3.2vw, 38px);
    line-height: 1.06;
    font-weight: 900;
  }

  .epelay-cta-panel p {
    max-width: 560px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
    font-weight: 650;
  }

  .epelay-cta-link {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0 22px;
    color: #ffffff;
    background: var(--epelay-blue);
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
  }

  .epelay-home-footer {
    border-top: 1px solid #dce5f0;
    background: #061934;
    color: rgba(255, 255, 255, 0.82);
  }

  .epelay-home-footer-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 13px;
    font-weight: 700;
  }

  .epelay-home-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px;
  }

  .epelay-home-footer a {
    color: #ffffff;
  }

  @media (max-width: 1024px) {
    .epelay-nav-inner {
      grid-template-columns: 1fr auto;
    }

    .epelay-menu {
      display: none;
    }

    .epelay-contact-layout,
    .epelay-cta-panel {
      grid-template-columns: 1fr;
    }

    .epelay-info-grid {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (max-width: 760px) {
    .epelay-wrap {
      width: min(100% - 28px, 1140px);
    }

    .epelay-brand {
      font-size: 22px;
      letter-spacing: 0.06em;
    }

    .epelay-brand-mark {
      width: 32px;
      height: 24px;
    }

    .epelay-nav-icons {
      gap: 10px;
    }

    .epelay-contact-hero::before {
      background: linear-gradient(180deg, rgba(245, 249, 255, 0.98) 0%, rgba(245, 249, 255, 0.94) 66%, #ffffff 100%);
    }

    .epelay-contact-card-grid,
    .epelay-form-grid,
    .epelay-info-grid {
      grid-template-columns: 1fr;
    }

    .epelay-contact-card + .epelay-contact-card {
      border-left: 0;
      border-top: 1px solid var(--epelay-line);
    }

    .epelay-home-footer-inner {
      min-height: 98px;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
    }
  }
