/** Shopify CDN: Minification failed

Line 18:2 Unexpected "{"

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

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

  {
    margin: 0 !important;
    padding: 0 !important;
  }

  .epelay-about-page {
    --ink: #07142d;
    --muted: #58677c;
    --blue: #075fe8;
    --navy: #061934;
    --line: #dce4ee;
    --soft: #f5f7fa;
    color: var(--ink);
    background: #ffffff;
    font-family: inherit;
  }

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

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

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

  .epelay-announcement {
    color: #ffffff;
    background: var(--navy);
  }

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

  .epelay-nav {
    position: sticky;
    top: 0;
    z-index: 85;
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(7, 20, 45, 0.09);
  }

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

  .epelay-brand {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    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: 28px;
    font-size: 14px;
    font-weight: 800;
  }

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

  .epelay-menu-link.is-active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 2px;
    background: var(--blue);
  }

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

  .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: var(--ink);
    background: #ffffff;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
  }

  .epelay-nav-icon {
    position: relative;
    width: 25px;
    height: 25px;
    color: var(--ink);
  }

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

  .epelay-line-icon {
    display: block;
    flex: 0 0 auto;
  }

  .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(--blue);
    font-size: 10px;
    font-weight: 900;
  }

  .epelay-about-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    min-height: 460px;
    background: #f7f9fc;
  }

  .epelay-hero-copy {
    display: grid;
    align-content: center;
    padding: 60px max(42px, calc((100vw - 1200px) / 2 + 24px));
    padding-right: 48px;
  }

  .epelay-hero-kicker {
    margin: 0 0 12px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .epelay-about-hero h1 {
    margin: 0;
    font-size: clamp(42px, 4.7vw, 68px);
    line-height: 1;
    letter-spacing: 0;
    font-weight: 900;
  }

  .epelay-hero-subtitle {
    margin: 18px 0 0;
    font-size: 18px;
    font-weight: 900;
  }

  .epelay-hero-description {
    max-width: 520px;
    margin: 18px 0 0;
    color: #263b58;
    font-size: 16px;
    line-height: 1.7;
  }

  .epelay-hero-values {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 24px;
    font-size: 14px;
    font-weight: 900;
  }

  .epelay-hero-value {
    display: inline-flex;
    align-items: center;
    gap: 9px;
  }

  .epelay-hero-value .epelay-line-icon {
    width: 24px;
    height: 24px;
    color: var(--blue);
  }

  .epelay-hero-media {
    min-height: 460px;
    overflow: hidden;
  }

  .epelay-hero-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

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

  .epelay-section + .epelay-section {
    border-top: 1px solid #eef2f6;
  }

  .epelay-section-title {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.1;
    font-weight: 900;
  }

  .epelay-section-copy {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65;
  }

  .epelay-mission-grid {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 30px;
    align-items: stretch;
  }

  .epelay-mission-card {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    border-radius: 6px;
    color: #ffffff;
    background: var(--navy);
  }

  .epelay-mission-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 25, 52, 0.96) 0%, rgba(6, 25, 52, 0.72) 48%, rgba(6, 25, 52, 0.12) 100%);
  }

  .epelay-mission-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .epelay-mission-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 30px;
  }

  .epelay-mission-heading {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .epelay-mission-heading .epelay-line-icon {
    width: 30px;
    height: 30px;
  }

  .epelay-mission-heading h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
  }

  .epelay-mission-content p {
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.65;
  }

  .epelay-benefits {
    display: grid;
    align-content: center;
  }

  .epelay-benefits h2 {
    margin: 0 0 28px;
    font-size: 30px;
    font-weight: 900;
  }

  .epelay-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .epelay-benefit {
    min-width: 0;
    padding: 2px 22px;
    text-align: center;
  }

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

  .epelay-benefit .epelay-line-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    color: var(--navy);
  }

  .epelay-benefit h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
  }

  .epelay-benefit p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
  }

  .epelay-process-section {
    background: #fbfcfe;
  }

  .epelay-centered-head {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
  }

  .epelay-process-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
  }

  .epelay-process-step {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .epelay-process-step:not(:last-child)::after {
    content: "->";
    position: absolute;
    top: 24px;
    right: -19px;
    color: #9aa9bc;
    font-size: 20px;
    font-weight: 900;
  }

  .epelay-process-step .epelay-line-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 17px;
  }

  .epelay-process-step h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 900;
  }

  .epelay-process-step p {
    width: 100%;
    max-width: 210px;
    min-height: 54px;
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
  }

  .epelay-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 56px;
    overflow: hidden;
    border-radius: 6px;
    color: #ffffff;
    background: linear-gradient(100deg, #061934, #0b2e5d);
  }

  .epelay-stat {
    padding: 24px 18px;
    text-align: center;
  }

  .epelay-stat strong {
    display: block;
    font-size: 31px;
    line-height: 1;
    font-weight: 900;
  }

  .epelay-stat span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .epelay-story-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
  }

  .epelay-story-copy h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 900;
  }

  .epelay-story-copy p {
    margin: 14px 0 0;
    color: #263b58;
    font-size: 15px;
    line-height: 1.7;
  }

  .epelay-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .epelay-timeline-item {
    min-width: 0;
  }

  .epelay-timeline-media {
    aspect-ratio: 1.35;
    overflow: hidden;
    border-radius: 6px;
    background: #eef2f7;
  }

  .epelay-timeline-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .epelay-timeline-item strong {
    display: block;
    margin-top: 12px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
  }

  .epelay-timeline-item h3 {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 900;
  }

  .epelay-timeline-item p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
  }

  .epelay-team-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    margin-top: 50px;
    overflow: hidden;
    border: 1px solid #e8edf3;
    border-radius: 6px;
    background: #f7f9fc;
  }

  .epelay-team-image {
    min-height: 300px;
  }

  .epelay-team-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .epelay-team-copy {
    display: grid;
    align-content: center;
    padding: 40px;
  }

  .epelay-team-copy h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 900;
  }

  .epelay-team-copy p {
    margin: 14px 0 0;
    color: #263b58;
    font-size: 15px;
    line-height: 1.65;
  }

  .epelay-team-values {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
    font-size: 13px;
    font-weight: 900;
  }

  .epelay-team-values span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  .epelay-team-values .epelay-line-icon {
    width: 22px;
    height: 22px;
    color: var(--blue);
  }

  .epelay-commitment {
    padding: 42px 0;
    background: #f7f9fc;
  }

  .epelay-commitment h2 {
    margin: 0 0 24px;
    font-size: 28px;
    font-weight: 900;
  }

  .epelay-commitment-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .epelay-commitment-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding: 4px 24px;
  }

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

  .epelay-commitment-item .epelay-line-icon {
    width: 38px;
    height: 38px;
  }

  .epelay-commitment-item h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 900;
  }

  .epelay-commitment-item p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
  }

  .epelay-thanks {
    position: relative;
    overflow: hidden;
    padding: 44px 24px;
    text-align: center;
    background: #f3f6fa;
  }

  .epelay-thanks::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #f3f6fa;
    background-image:
      linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,255,255,.82), rgba(255,255,255,.95)),
      var(--epelay-thanks-image, none);
    background-position: center;
    background-size: cover;
    opacity: 0.6;
  }

  .epelay-thanks-inner {
    position: relative;
    z-index: 1;
  }

  .epelay-thanks h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 900;
  }

  .epelay-thanks p {
    margin: 10px 0 0;
    font-size: 17px;
  }

  .epelay-home-footer {
    color: #dce7f6;
    background: #061934;
  }

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

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

  @media (max-width: 1050px) {
    .epelay-nav-inner {
      grid-template-columns: 210px 1fr 190px;
      gap: 14px;
    }

    .epelay-menu {
      gap: 17px;
      font-size: 13px;
    }

    .epelay-benefit-grid,
    .epelay-commitment-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 28px 0;
    }

    .epelay-benefit:nth-child(3),
    .epelay-commitment-item:nth-child(3) {
      border-left: 0;
    }

    .epelay-process-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 34px 24px;
    }

    .epelay-process-step::after {
      display: none;
    }

    .epelay-timeline {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

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

    .epelay-announcement-inner {
      grid-template-columns: 22px 1fr 22px;
      font-size: 12px;
    }

    .epelay-nav-inner {
      min-height: 64px;
      grid-template-columns: 1fr auto;
    }

    .epelay-brand {
      font-size: 23px;
    }

    .epelay-brand-mark {
      width: 34px;
      height: 25px;
    }

    .epelay-menu,
    .epelay-native-language {
      display: none;
    }

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

    .epelay-hero-media {
      min-height: 270px;
      order: -1;
    }

    .epelay-hero-copy {
      padding: 38px 18px 46px;
    }

    .epelay-about-hero h1 {
      font-size: 43px;
    }

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

    .epelay-mission-grid,
    .epelay-story-grid,
    .epelay-team-grid {
      grid-template-columns: 1fr;
    }

    .epelay-benefits h2 {
      margin-top: 10px;
    }

    .epelay-benefit-grid,
    .epelay-process-grid,
    .epelay-stats,
    .epelay-timeline,
    .epelay-commitment-grid {
      grid-template-columns: 1fr;
    }

    .epelay-benefit,
    .epelay-commitment-item {
      padding: 24px 0;
    }

    .epelay-benefit + .epelay-benefit,
    .epelay-commitment-item + .epelay-commitment-item {
      border-top: 1px solid var(--line);
      border-left: 0;
    }

    .epelay-process-grid {
      gap: 32px;
    }

    .epelay-stat {
      padding: 20px;
    }

    .epelay-stat + .epelay-stat {
      border-top: 1px solid rgba(255,255,255,.16);
    }

    .epelay-team-copy {
      padding: 28px 22px;
    }

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

    .epelay-home-footer-links {
      justify-content: flex-start;
      gap: 12px;
    }
  }
