/** Shopify CDN: Minification failed

Line 199:13 Expected ")" to end URL token

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

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

  .epelay-article-page {
    --epelay-ink: #07142d;
    --epelay-muted: #5f6f86;
    --epelay-blue: #075ee8;
    --epelay-line: rgba(7, 20, 45, 0.1);
    --epelay-soft: #f5f8fd;
    color: var(--epelay-ink);
    background: #ffffff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

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

  .epelay-article-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-announcement button {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border: 0;
    color: #ffffff;
    background: transparent;
  }

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

  .epelay-nav {
    background: rgba(255, 255, 255, 0.96);
    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);
  }

  .epelay-native-language select {
    min-height: 36px;
    border: 1px solid var(--epelay-line);
    border-radius: 999px;
    padding: 0 12px;
    color: var(--epelay-ink);
    background: #ffffff;
    font: inherit;
  }

  .epelay-nav-icon {
    position: relative;
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
  }

  .epelay-cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: #ffffff;
    background: var(--epelay-blue);
    font-size: 11px;
    font-weight: 900;
  }

  .epelay-article-hero {
    padding: 64px 0 34px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.8)),
      url({{ 'epelay-hero-final.jpg' | asset_url }}) center / cover;
  }

  .epelay-back-link {
    display: inline-flex;
    margin-bottom: 20px;
    color: var(--epelay-blue);
    font-size: 14px;
    font-weight: 900;
  }

  .epelay-article-meta {
    margin-bottom: 14px;
    color: var(--epelay-blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  h1 {
    max-width: 860px;
    margin: 0;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 0.98;
    letter-spacing: 0;
  }

  .epelay-article-summary {
    max-width: 720px;
    margin: 18px 0 0;
    color: #31435e;
    font-size: 18px;
    line-height: 1.65;
  }

  .epelay-article-shell {
    padding: 42px 0 70px;
  }

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

  .epelay-featured-image {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 8px;
    background: var(--epelay-soft);
  }

  .epelay-featured-image img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .epelay-article-content {
    color: #24344c;
    font-size: 18px;
    line-height: 1.78;
  }

  .epelay-article-content h2,
  .epelay-article-content h3 {
    margin: 34px 0 12px;
    color: var(--epelay-ink);
    line-height: 1.18;
  }

  .epelay-article-content h2 {
    font-size: 30px;
  }

  .epelay-article-content h3 {
    font-size: 24px;
  }

  .epelay-article-content p,
  .epelay-article-content ul,
  .epelay-article-content ol {
    margin: 0 0 18px;
  }

  .epelay-article-content a {
    color: var(--epelay-blue);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .epelay-sidebar {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 14px;
  }

  .epelay-side-card {
    padding: 20px;
    border: 1px solid var(--epelay-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(7, 20, 45, 0.07);
  }

  .epelay-side-card h2,
  .epelay-side-card h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .epelay-side-card p {
    margin: 10px 0 0;
    color: var(--epelay-muted);
    line-height: 1.6;
  }

  .epelay-side-links {
    display: grid;
    gap: 10px;
    margin-top: 14px;
  }

  .epelay-side-links a {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 8px;
    color: var(--epelay-blue);
    background: rgba(7, 94, 232, 0.08);
    font-weight: 900;
  }

  .epelay-related-guides {
    padding: 0 0 70px;
  }

  .epelay-related-head {
    margin-bottom: 22px;
  }

  .epelay-related-head h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.15;
  }

  .epelay-related-head p {
    margin: 9px 0 0;
    color: var(--epelay-muted);
    line-height: 1.6;
  }

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

  .epelay-related-card {
    overflow: hidden;
    border: 1px solid var(--epelay-line);
    border-radius: 8px;
    background: #ffffff;
  }

  .epelay-related-media {
    display: block;
    aspect-ratio: 16 / 9;
    background: var(--epelay-soft);
  }

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

  .epelay-related-body {
    padding: 18px;
  }

  .epelay-related-body h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.25;
  }

  .epelay-related-body a:last-child {
    display: inline-flex;
    margin-top: 14px;
    color: var(--epelay-blue);
    font-size: 14px;
    font-weight: 900;
  }

  .epelay-article-content table {
    width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
    font-size: 15px;
  }

  .epelay-article-content th,
  .epelay-article-content td {
    padding: 12px 14px;
    border: 1px solid var(--epelay-line);
    text-align: left;
    vertical-align: top;
  }

  .epelay-article-content th {
    color: var(--epelay-ink);
    background: var(--epelay-soft);
  }

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

  .epelay-home-footer-inner {
    min-height: 72px;
    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;
    color: rgba(255, 255, 255, 0.78);
  }

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

    .epelay-menu {
      display: none;
    }

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

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

    .epelay-sidebar {
      position: static;
    }
  }

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

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

    .epelay-nav-inner {
      min-height: 64px;
    }

    .epelay-article-hero {
      padding: 48px 0 28px;
    }

    .epelay-article-content {
      font-size: 16px;
    }

    .epelay-home-footer-inner {
      min-height: auto;
      padding: 24px 0;
      display: grid;
      justify-items: start;
    }

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