/** Shopify CDN: Minification failed

Line 20:10 Unexpected "{"
Line 20:19 Expected ":"
Line 20:25 Unexpected "{"
Line 21:10 Unexpected "{"
Line 21:19 Expected ":"
Line 24:10 Unexpected "{"
Line 24:19 Expected ":"
Line 25:10 Unexpected "{"
Line 25:19 Expected ":"
Line 26:10 Unexpected "{"
... and 159 more hidden warnings

**/


/* CSS from section stylesheet tags */
/* ===== Scoped layout ===== */
#wd-expl-{{ section.id }}{padding:var(--wd-pad-top) 16px var(--wd-pad-bottom);background:#fff}
#wd-expl-{{ section.id }} .wrap{max-width:var(--wd-max);margin:0 auto}

/* Title — neutralize theme pseudo-lines; keep our accent bar */
#wd-expl-{{ section.id }} .title{position:relative;font-size:clamp(24px,3vw,34px);letter-spacing:-.02em;margin:0 0 14px}
#wd-expl-{{ section.id }} .title::before,
#wd-expl-{{ section.id }} .title::after{content:none !important}
#wd-expl-{{ section.id }} .title .title-bar{display:block;position:static !important;width:86px;height:4px;border-radius:2px;background:var(--wd-accent);margin-top:8px}

/* Category (details) */
#wd-expl-{{ section.id }} .cat{background:#fff;border:1px solid #eceff3;border-radius:16px;margin:14px 0;box-shadow:0 6px 18px rgba(17,24,39,.05);overflow:hidden}
#wd-expl-{{ section.id }} .cat-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;cursor:pointer;list-style:none;width:100%}
#wd-expl-{{ section.id }} .cat-summary::-webkit-details-marker{display:none}
#wd-expl-{{ section.id }} .cat-title{display:flex;align-items:center;gap:10px;font-weight:800;flex:1 1 auto;min-width:0}
#wd-expl-{{ section.id }} .cat-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#wd-expl-{{ section.id }} .cat-ico{display:grid;place-items:center;width:28px;height:28px;color:var(--wd-accent)}
#wd-expl-{{ section.id }} .cat-ico .ico{width:20px;height:20px;display:block}
#wd-expl-{{ section.id }} .caret{position:relative;width:16px;height:16px;flex:0 0 16px}
#wd-expl-{{ section.id }} .caret::before,#wd-expl-{{ section.id }} .caret::after{content:"";position:absolute;inset:0;margin:auto;width:9px;height:2px;background:#9aa3af;transition:transform .2s ease}
#wd-expl-{{ section.id }} .caret::after{transform:rotate(90deg)}
#wd-expl-{{ section.id }} .cat[open] .caret::after{transform:rotate(180deg)}

/* Body */
#wd-expl-{{ section.id }} .cat-body{padding:0 12px 14px}

/* Table wrapper */
#wd-expl-{{ section.id }} .table-wrap{overflow:auto;border-radius:12px;border:1px solid #eef1f4}

/* Table layout — fixed columns via colgroup; no sticky headers */
#wd-expl-{{ section.id }} .ex-table{width:100%;border-collapse:collapse;table-layout:fixed;background:#fff}
#wd-expl-{{ section.id }} .ex-table th,#wd-expl-{{ section.id }} .ex-table td{vertical-align:top;text-align:left}

/* Header */
#wd-expl-{{ section.id }} .ex-table thead th{
  font-weight:700;font-size:13px;color:#334155;padding:12px;background:#f8fafc;border-bottom:1px solid #e5e9f0;white-space:nowrap
}

/* Cells */
#wd-expl-{{ section.id }} .ex-table tbody th,
#wd-expl-{{ section.id }} .ex-table tbody td{
  padding:12px;border-bottom:1px solid #f1f5f9;word-break:break-word
}
#wd-expl-{{ section.id }} .ex-table th:not(:last-child),
#wd-expl-{{ section.id }} .ex-table td:not(:last-child){
  border-right:1px solid #eef1f4
}
#wd-expl-{{ section.id }} .ex-table tbody tr:hover{background:#fcfcfd}
#wd-expl-{{ section.id }} .ex-name{color:#111;font-weight:700}

/* Remove any red accent borders that could look random */
#wd-expl-{{ section.id }} .ex-table tbody tr::before{content:none}

/* Empty row */
#wd-expl-{{ section.id }} .empty{color:#6b7280;text-align:center;padding:18px}

/* Mobile stacking */
@media (max-width: 760px){
  #wd-expl-{{ section.id }} .table-wrap{border:none}
  #wd-expl-{{ section.id }} .ex-table{border:1px solid #eef1f4;border-radius:12px;overflow:hidden;display:block}
  #wd-expl-{{ section.id }} .ex-table thead{display:none}
  #wd-expl-{{ section.id }} .ex-table tbody{display:block}
  #wd-expl-{{ section.id }} .ex-table tbody tr{display:block;border-bottom:1px solid #eef1f4;padding:10px 12px}
  #wd-expl-{{ section.id }} .ex-table tbody th,
  #wd-expl-{{ section.id }} .ex-table tbody td{display:block;padding:8px 0;border:none}
  #wd-expl-{{ section.id }} .ex-name{margin-bottom:4px}
  #wd-expl-{{ section.id }} .ex-expl::before{content:attr(data-label);font-size:12px;color:#64748b;display:block;margin-bottom:2px}
  #wd-expl-{{ section.id }} .ex-why::before{content:attr(data-label);font-size:12px;color:#64748b;display:block;margin-top:6px}
}
/* Base */
#wd-intro-{{ section.id }}{position:relative;overflow:clip;isolation:isolate;padding:var(--wd-pad-top) 16px var(--wd-pad-bottom);background:{% if section.settings.bg_tint %}linear-gradient(0deg, color-mix(in srgb, var(--wd-accent) 5%, #fff), #fff){% else %}#fff{% endif %}}
#wd-intro-{{ section.id }} .wd-bg{position:absolute;inset:0;z-index:-1}
#wd-intro-{{ section.id }} .wd-bg img{width:100%;height:100%;object-fit:cover}
#wd-intro-{{ section.id }} .wd-bg .wd-overlay{position:absolute;inset:0;background:color-mix(in srgb,var(--wd-accent) 60%, #000);opacity:calc(var(--wd-overlay)/100);mix-blend-mode:multiply}
#wd-intro-{{ section.id }} .wd-container{max-width:var(--wd-max);margin:0 auto}

/* Header etc. */
#wd-intro-{{ section.id }} .intro-fade{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease}
#wd-intro-{{ section.id }} .intro-fade.will-animate{opacity:0;transform:translateY(10px)}
#wd-intro-{{ section.id }} .intro-fade.will-animate.is-loaded{opacity:1;transform:none}
#wd-intro-{{ section.id }} .eyebrow{display:inline-block;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:12px;padding:6px 10px;border-radius:999px;background:color-mix(in srgb,var(--wd-accent) 14%,#fff);color:color-mix(in srgb,var(--wd-accent) 80%,#000);margin:0 0 10px}
#wd-intro-{{ section.id }} .title{position:relative;font-size:clamp(28px,3.2vw,44px);margin:0 0 12px;letter-spacing:-.02em}
#wd-intro-{{ section.id }} .title .title-bar{position:absolute;right:0;bottom:-8px;width:84px;height:4px;border-radius:2px;background:var(--wd-accent)}
#wd-intro-{{ section.id }} .sub{font-size:clamp(16px,1.6vw,18px);max-width:70ch;margin:0 0 18px;color:#444}

/* CTA */
#wd-intro-{{ section.id }} .btn-cta{display:inline-flex;align-items:center;gap:.5rem;padding:12px 18px;border-radius:12px;font-weight:800;border:2px solid var(--wd-accent);color:#fff;background:var(--wd-accent);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease;animation:wd-subtlebeat 6s ease-in-out infinite;animation-delay:5s}
#wd-intro-{{ section.id }} .btn-cta:hover{transform:translateY(-1px);box-shadow:0 10px 24px color-mix(in srgb,var(--wd-accent) 32%,transparent)}
@keyframes wd-subtlebeat{0%,92%,100%{transform:scale(1)}40%{transform:scale(1.03)}}

/* Stats heading */
#wd-intro-{{ section.id }} .stats-heading{margin:22px 0 8px;font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:color-mix(in srgb,var(--wd-accent) 70%,#000)}

/* Stats grid */
#wd-intro-{{ section.id }} .stats{margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
@media (max-width: 980px){#wd-intro-{{ section.id }} .stats{grid-template-columns:1fr}}

/* Stat card (details/summary) */
#wd-intro-{{ section.id }} .stat{background:#fff;border:1px solid #eceff3;border-radius:16px;box-shadow:0 6px 18px rgba(17,24,39,.05);transition:transform .25s ease,box-shadow .25s ease}
#wd-intro-{{ section.id }} .stat[open]{box-shadow:0 12px 28px rgba(17,24,39,.08)}
#wd-intro-{{ section.id }} .stat-summary{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;width:100%;padding:14px 16px;list-style:none;cursor:pointer;border-radius:16px;outline:0}
#wd-intro-{{ section.id }} .stat-summary::-webkit-details-marker{display:none}
#wd-intro-{{ section.id }} .stat-summary:focus-visible{outline:3px solid color-mix(in srgb,var(--wd-accent) 30%, transparent);outline-offset:2px}

/* Icons + text */
#wd-intro-{{ section.id }} .stat-icon{width:46px;height:46px;display:grid;place-items:center;color:var(--wd-accent)}
#wd-intro-{{ section.id }} .ico{width:26px;height:26px;display:block}
#wd-intro-{{ section.id }} .stat-main{display:grid;grid-template-rows:auto auto auto}
#wd-intro-{{ section.id }} .stat-num{font-weight:900;font-size:22px;line-height:1;margin-bottom:6px;color:#111}
#wd-intro-{{ section.id }} .stat-underline{display:block;height:3px;border-radius:2px;background:var(--wd-accent);transform-origin:left center;transform:scaleX(0);transition:transform .35s ease .05s}
#wd-intro-{{ section.id }} .stat.done .stat-underline{transform:scaleX(1)}
#wd-intro-{{ section.id }} .stat-label{font-size:13px;color:#555}

/* Caret */
#wd-intro-{{ section.id }} .stat-caret{width:16px;height:16px;position:relative}
#wd-intro-{{ section.id }} .stat-caret::before,#wd-intro-{{ section.id }} .stat-caret::after{content:"";position:absolute;inset:0;margin:auto;width:9px;height:2px;background:#999;transition:transform .2s ease}
#wd-intro-{{ section.id }} .stat-caret::after{transform:rotate(90deg)}
#wd-intro-{{ section.id }} .stat[open] .stat-caret::after{transform:rotate(180deg)}

/* Details body + mini icons */
#wd-intro-{{ section.id }} .stat-details{padding:0 16px 14px}
#wd-intro-{{ section.id }} .detail{font-size:14px;color:#333;margin:0 0 10px}
#wd-intro-{{ section.id }} .mini-icons{display:flex;gap:12px;flex-wrap:wrap}
#wd-intro-{{ section.id }} .mini-badge{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #eceff3;border-radius:12px;padding:8px 10px;box-shadow:0 6px 18px rgba(17,24,39,.04)}
#wd-intro-{{ section.id }} .mini-ico{width:22px;height:22px;display:block;color:var(--wd-accent)}