/** Shopify CDN: Minification failed

Line 6:143 Unexpected "/"

**/
═══════════════════════════════════════════════ */
:root {
  --wide-width: 1200px;
  --white:      #ffffff;
  --off-white:  #fbfbfd;
  --bg-gray:    #f5f5f7;
  --text-1:     #000;
  --text-2:     #6e6e73;
  --text-3:     #86868b;
  --border:     #d2d2d7;
  --blue:       #0a3d91;
  --blue-h:     #0d4aab;
  --blue-soft:  rgba(10,61,145,.06);
  --blue-soft-2: rgba(10,61,145,.12);
  --blue-accent: #0a3d91;
  --blue-accent-h: #0d4aab;
  --ease:       cubic-bezier(0.25, 0.1, 0.25, 1);
  --spring:     cubic-bezier(0.16, 1, 0.3, 1);
  --nav-h:      56px;
  --focus:      0 0 0 3px rgba(10, 61, 145, .35);
}

  .faq-nav-inner {
    max-width: var(--wide-width);
    margin: 0 auto;
    padding: 0 48px;
    display: flex; align-items: center; justify-content: center;
    /* overflow-x: auto; scrollbar-width: none; */
    gap:20px;
  }
  .faq-nav-inner::-webkit-scrollbar { display: none; }
  .faq-nav-tab {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 14px;
    cursor: pointer;
    transition: color .15s, border-color .2s;
    color: #ffb405;
    font-size: 17px;
    font-weight: 700;
    border: 1px solid #ffb405;
    border-radius: 50px;
  }
  button.faq-nav-tab.active {
    background: #ffb405;
    color: #fff;
}
  .faq-nav-tab svg {
    width: 14px; height: 14px; stroke: currentColor; fill: none;
    stroke-width: 1.8; stroke-linecap: round; flex-shrink: 0; opacity: .6;
  }
  .faq-nav-tab:hover { color: #fff; background:#ffb405;}



  .faq-section {
  background: var(--white);
}

.faq-nav-wrap {
    padding: 34px 0;
}
.faq-nav-inner::-webkit-scrollbar { display: none; }
/* Main content */
.faq-main {padding: 48px 48px 0px;padding-top: 40px; }
.faq-wrap { max-width: 680px; margin: 0 auto; }

/* Panel */
.panel-programs { display: none; }
.panel-programs.active { display: block; }

/* Section intro */
.faq-section-intro { text-align: center; margin-bottom: 40px; }
.sh-over {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #0a3d91;
    margin-bottom: 8px;
}
.faq-section-intro .sh-title {
      font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.1;
    color: #000;
}

  /* ═══════════════════════════════════════════════
     FAQ MAIN
  ═══════════════════════════════════════════════ */
  .faq-main { padding: 48px 48px 0px; }
  .faq-wrap { max-width: 760px; margin: 0 auto; }
  .faq-panel.active { display: block; }
  .faq-panel.panel-not-first .faq-section-intro { padding-top: 0; }
.faq-panel {
    border: 1px solid#000;
    margin-bottom: 15px;
    padding: 0 15px;
    border-radius: 15px;
}
  /* Section intro — uses homepage sh scale */
  .faq-section-intro { text-align: center; margin-bottom: 40px; }
  .faq-section-intro .sh-over { margin-bottom: 8px; }
  .panel-programs .sh-title {
    font-size: clamp(28px, 3.5vw, 42px);
  }

  /* ═══════════════════════════════════════════════
     ACCORDION — Events page style
  ═══════════════════════════════════════════════ */
  .faq-list { display: flex; flex-direction: column; }
  .faq-item { border-bottom: 1px solid var(--border); }
  .faq-q {
       display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 16px;
    user-select: none;
    -webkit-user-select: none;
  }
  .faq-q-text {
        font-size: 18px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.45;
    color: #000;
    flex: 1;
    transition: color .15s;
}
.faq-icon {width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0;background: rgba(0,0,0,.04); display: flex; align-items: center; justify-content: center;transition: background .25s var(--ease), color .25s var(--ease);color: #000;}
.faq-q:hover .faq-q-text {color: #0a3d91;}
.faq-icon svg { width: 10px; height: 10px; transition: transform .3s var(--ease); }
.faq-item.open .faq-icon svg { transform: rotate(45deg); }
.faq-a {display: grid;grid-template-rows: 0fr;overflow: hidden; transition: grid-template-rows .35s var(--ease);}
.faq-item.open .faq-a {grid-template-rows: 1fr; }
.faq-a-inner {overflow: hidden;min-height: 0; }
.faq_innn{padding: 0 0 22px; font-size: 15px; color: #000; line-height: 1.57; }
.faq-still {padding: 22px 24px;background: var(--bg-gray); border-radius: 14px;max-width: 680px;margin: 0 auto;margin-top: 32px;}
.faq-still p { font-size: 15px; color: var(--text-2); line-height: 1.5; margin-bottom: 14px; }
.faq-still p strong { color: #000; }
.btn-outline-sm {display: inline-flex; align-items: center; gap: 6px;  background: transparent; color: var(--blue);  border: 1px solid var(--blue); border-radius: 980px;padding: 8px 18px; font-size: 14px; font-weight: 400;font-family: inherit; cursor: pointer; transition: background .2s, color .2s;}
.btn-outline-sm:hover { background: var(--blue); color: #fff; }
.faq-no-match {text-align: center; padding: 56px 0;font-size: 17px; color: var(--text-3); display: none;}
.faq-no-match.visible { display: block; }
.classfaq .shopify-section:has(.faq-nav-wrap) {    margin-bottom: -56px;}
.sh-over2 {font-size: 15px;color: #4b4b52;line-height: 1.5;margin-top: 10px;}
.faq-results-bar {display: none;align-items: center;justify-content: space-between;padding: 12px 16px;margin-bottom: 20px; background: #ffffff; border: 1px solid #d2d2d7; border-radius: 12px; font-size: 13px; color: #6e6e73; gap: 12px; }
.faq-results-bar-clear { font-family: inherit; font-size: 13px; color: #0a3d91; background: none; border: none; cursor: pointer; padding: 4px 8px; border-radius: 6px; }
.faq-a-inner { font-size: 15px; color: #6e6e73; line-height: 1.6; max-width: 680px; }
@media(max-width:380px){
.faq-nav-tab{
  font-size: 14px;
}
}
@media(min-width:381px) and (max-width:900px){
.faq-nav-tab{
  font-size: 14px;
}
}
@media(max-width:900px){
  .faq-main{
        padding: 48px 20px 0px;
  }
.faq-nav-inner {
    justify-content: flex-start;
    padding: 0 15px;
    flex-wrap:wrap;gap: 10px;
}

}