/** Shopify CDN: Minification failed

Line 17:13 Expected identifier but found whitespace
Line 17:15 Unexpected "{"
Line 17:24 Expected ":"
Line 869:13 Expected identifier but found whitespace
Line 869:15 Unexpected "{"
Line 869:24 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:customblog (INDEX:42) */
.latest-news {
  background: {{ section.settings.bg_color }};
}

@media (min-width:1024px){
  .latest-news {
    padding: 40px 183px 60px;
  }
}

.latest-news .title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  position: relative;
}

.latest-news .title:before,
.latest-news .title:after {
  content: "";
  position: absolute;
  width: 37%;
  height: 1px;
  background: #2E4A50;
  top: 50%;
}

.latest-news .title:before { left: 0; }
.latest-news .title:after { right: 0; }

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: stretch;
}

.big-card {
  position: relative;
  height: 100%;
}

.big-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
    padding: 14px 16px 0 10px;
    max-width: 280px;
}

.read-btn {
  display: inline-block;
  margin-top: 10px;
  background: #2e4a50;
  padding: 0px 15px;
  text-decoration: none;
  font-size: 12px;
  color: #f2f1e8;
}

.read-btn:hover {
  color: #f2f1e8;
}

.right-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.small-card {
  display: flex;
  gap: 15px;
  flex: 1;
}

.small-card img {
  width: 239px;
  height: 100%;
  object-fit: cover;
}

.small-content {
  flex: 1;
}

.small-content h4 {
  margin-bottom: 5px;
}

.small-card p {
  margin-bottom: 0;
}

/* Mobile */
@media(max-width:1024px){

  .latest-news .title:before,
  .latest-news .title:after{
    width: 17%;
  }

  .news-grid {
    display: block;
    padding: 0 18px;
  }

  .big-content {
    position: static;
    max-width: 100%;
    border-left: 1px solid #cccccc45;
    border-right: 1px solid #bfbcbcd4;
    border-bottom: 1px solid #ccc;
    padding: 12px 13px 0;
    margin-bottom: 27px;
  }

  .small-card {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  .small-card img {
    width: 100%;
    height: auto;
    display: block;
  }

  .small-content {
    width: 100%;
  }
}
/* END_SECTION:customblog */

/* START_SECTION:fye-affiliate-signup (INDEX:55) */
.fye-edu.fye-affiliate-signup .astep__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;}
.fye-edu.fye-affiliate-signup .astep{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;max-width:620px;}
/* The connector rule between stages. Drawn as a pseudo-element on every step
   except the first, so adding or removing a block in the customiser can never
   leave a rule dangling at the top or bottom of the list. */
.fye-edu.fye-affiliate-signup .astep + .astep{margin-top:34px;padding-top:70px;position:relative;}
.fye-edu.fye-affiliate-signup .astep + .astep::before{content:"";position:absolute;top:0;left:50%;width:1px;height:44px;background:var(--line);}
.fye-edu.fye-affiliate-signup .band--teal .astep + .astep::before,.fye-edu.fye-affiliate-signup .band--sage .astep + .astep::before{background:rgba(242,241,232,.45);}
.fye-edu.fye-affiliate-signup .astep__label{font-family:var(--font-head);font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);}
.fye-edu.fye-affiliate-signup .band--teal .astep__label,.fye-edu.fye-affiliate-signup .band--sage .astep__label{color:rgba(242,241,232,.8);}
.fye-edu.fye-affiliate-signup .astep__h{font-family:var(--font-head);font-weight:400;font-size:23px;line-height:1.25;letter-spacing:.02em;}
.fye-edu.fye-affiliate-signup .astep__body{font-size:15px;color:var(--muted);}
.fye-edu.fye-affiliate-signup .band--teal .astep__body,.fye-edu.fye-affiliate-signup .band--sage .astep__body{color:rgba(242,241,232,.8);}
.fye-edu.fye-affiliate-signup .astep__btn{margin-top:8px;}
.fye-edu.fye-affiliate-signup .btn--primary{background:var(--teal);color:var(--ivory);}
.fye-edu.fye-affiliate-signup .btn--primary:hover{background:#2e4d59;}
.fye-edu.fye-affiliate-signup .btn--outline{background:transparent;color:var(--teal);box-shadow:inset 0 0 0 1px var(--teal);}
.fye-edu.fye-affiliate-signup .btn--outline:hover{background:var(--teal);color:var(--ivory);}
.fye-edu.fye-affiliate-signup .btn--onteal{background:var(--ivory);color:var(--teal);}
.fye-edu.fye-affiliate-signup .btn--onteal:hover{background:#fff;}
.fye-edu.fye-affiliate-signup .btn--ghost-teal{background:transparent;color:var(--ivory);box-shadow:inset 0 0 0 1px rgba(242,241,232,.5);}
.fye-edu.fye-affiliate-signup .btn--ghost-teal:hover{background:var(--ivory);color:var(--teal);box-shadow:inset 0 0 0 1px var(--ivory);}
@media (max-width:560px){
  .fye-edu.fye-affiliate-signup .astep + .astep{margin-top:26px;padding-top:54px;}
  .fye-edu.fye-affiliate-signup .astep + .astep::before{height:32px;}
  .fye-edu.fye-affiliate-signup .astep__h{font-size:20px;}
}
/* END_SECTION:fye-affiliate-signup */

/* START_SECTION:fye-affiliate-terms (INDEX:56) */
.fye-legal{max-width:900px;margin:0 auto;}
.fye-legal .fye-lede{font-size:19px;line-height:1.55;font-weight:300;margin-bottom:14px;}
.fye-legal .fye-meta{font-size:14px;color:#5b6b72;margin-bottom:22px;}
.fye-legal .fye-summary{background:#F2F1E8;padding:26px 28px;margin:26px 0 34px;}
.fye-legal .fye-summary h2{font-size:20px!important;margin:0 0 12px!important;text-transform:uppercase;letter-spacing:.06em;}
.fye-legal .fye-summary ul{margin:0 0 12px;padding-left:20px;}
.fye-legal .fye-summary li{margin-bottom:8px;font-size:16px;}
.fye-legal .fye-small{font-size:13px;color:#5b6b72;margin:0;}
.fye-legal h2{font-size:22px!important;margin:38px 0 10px!important;text-transform:none!important;}
.fye-legal h2.fye-appendix{border-top:1px solid rgba(35,61,71,.18);padding-top:28px;}
.fye-legal h3{font-size:17px!important;font-weight:600!important;margin:20px 0 4px!important;}
.fye-legal ol.fye-clause{padding-left:24px;margin:0 0 6px;}
.fye-legal ol.fye-clause>li{margin-bottom:12px;font-size:16px;line-height:1.6;}
.fye-legal ol.fye-sub{padding-left:24px;margin:8px 0 4px;list-style:lower-alpha;}
.fye-legal ol.fye-sub>li{margin-bottom:6px;font-size:16px;line-height:1.6;}
.fye-legal table.fye-t{width:100%;border-collapse:collapse;margin:16px 0 22px;font-size:15px;}
.fye-legal table.fye-t th{background:#233D47;color:#F2F1E8;text-align:left;padding:10px 12px;font-weight:500;}
.fye-legal table.fye-t td{border:1px solid rgba(35,61,71,.18);padding:10px 12px;vertical-align:top;}
.fye-legal .fye-note{background:#DCEFEF;padding:18px 22px;margin:18px 0 24px;}
.fye-legal .fye-note p{margin:0;font-size:15px;line-height:1.6;}
@media (max-width:600px){.fye-legal table.fye-t{font-size:13px;}.fye-legal table.fye-t td,.fye-legal table.fye-t th{padding:8px;}}
.fye-legal-wrap{padding:40px 24px 70px;}
/* END_SECTION:fye-affiliate-terms */

/* START_SECTION:fye-bespoke-cta (INDEX:57) */
/* bespoke */
.fye-edu.fye-bespoke-cta .bespoke{text-align:center;display:flex;flex-direction:column;align-items:center;gap:22px;}
.fye-edu.fye-bespoke-cta .bespoke .eyebrow{font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;margin:0;color:var(--muted);}
.fye-edu.fye-bespoke-cta .bespoke h2{font-family:var(--font-head);font-weight:400;font-size:clamp(22px,1.4rem + 0.7vw,26px);line-height:1.2;letter-spacing:.06em;text-transform:uppercase;margin:0;color:var(--teal);}
.fye-edu.fye-bespoke-cta .bespoke .lead{max-width:620px;font-size:clamp(17px,1rem + 0.3vw,19px);font-weight:300;line-height:1.55;color:rgba(35,61,71,.85);text-wrap:pretty;}
.fye-edu.fye-bespoke-cta .bespoke .flanked{display:flex;align-items:center;justify-content:center;gap:26px;width:100%;}
.fye-edu.fye-bespoke-cta .bespoke .flanked::before,.fye-edu.fye-bespoke-cta .bespoke .flanked::after{content:"";height:1px;background:rgba(35,61,71,.30);flex:1 1 auto;}
.fye-edu.fye-bespoke-cta .bespoke__sub{font-size:13px;letter-spacing:.04em;}
.fye-edu.fye-bespoke-cta .bespoke__sub a{border-bottom:1px solid rgba(35,61,71,.30);padding-bottom:2px;}
.fye-edu.fye-bespoke-cta .bespoke__sub a:hover{color:var(--sage);border-bottom-color:var(--sage);}
.fye-edu.fye-bespoke-cta .btn--onlight{background:var(--teal);color:var(--ivory);}
.fye-edu.fye-bespoke-cta .btn--onlight:hover{background:#1b2f37;color:var(--white);}
@media (max-width:560px){.fye-edu.fye-bespoke-cta .bespoke .flanked{gap:14px;}}
.fye-edu.fye-bespoke-cta .band--white{border-top:1px solid var(--line-soft);}
/* END_SECTION:fye-bespoke-cta */

/* START_SECTION:fye-breadcrumb (INDEX:58) */
/* Chained to .fye-edu deliberately. Every fye-* section ships the generic
   ".fye-edu .band{padding:var(--sect-y)...}
" rule in its own stylesheet block,
   Shopify concatenates them all, and at equal specificity the generic rule was
   winning on source order. This band was rendering at 84px, not 22px. */
.fye-edu.fye-crumb .band{padding:22px var(--pad-x);}
.fye-crumb .band--ivory{background:var(--ivory);}
.fye-crumb .band--white{background:var(--white);}
.fye-crumb .band--mist{background:var(--mist);}
.fye-crumb .wrap{max-width:var(--maxw);margin:0 auto;}
.fye-crumb .crumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;letter-spacing:.06em;color:var(--muted);}
.fye-crumb .crumb a{color:var(--muted);text-decoration:none;transition:color .2s;}
.fye-crumb .crumb a:hover{color:var(--teal);}
.fye-crumb .crumb__here{color:var(--teal);}
/* END_SECTION:fye-breadcrumb */

/* START_SECTION:fye-callout (INDEX:59) */
/* callout */
.fye-edu.fye-callout .callout{box-shadow:inset 0 0 0 1px var(--line);background:var(--white);padding:36px 40px;display:flex;flex-direction:column;gap:16px;}
.fye-edu.fye-callout .band--white .callout{background:var(--ivory);}
.fye-edu.fye-callout .callout--teal{background:var(--teal);color:var(--ivory);box-shadow:none;}
.fye-edu.fye-callout .band--white .callout--teal{background:var(--teal);}
.fye-edu.fye-callout .callout--teal h3{color:var(--ivory);}
.fye-edu.fye-callout .callout--teal .body{color:rgba(242,241,232,.85);}
.fye-edu.fye-callout .callout__labs{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px;}
.fye-edu.fye-callout .lab{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:var(--mist);font-size:12px;letter-spacing:.06em;color:var(--teal);}
.fye-edu.fye-callout .lab b{font-weight:500;}
.fye-edu.fye-callout .lab span{color:rgba(35,61,71,.72);}
@media (max-width:560px){.fye-edu.fye-callout .callout{padding:28px 24px;}}
/* intent: a callout reads at a shorter measure than a list */
.fye-edu.fye-callout .wrap--narrow{max-width:780px;}
/* END_SECTION:fye-callout */

/* START_SECTION:fye-cards (INDEX:60) */
.fye-edu.fye-cards .band--teal h2,.fye-edu.fye-cards .band--sage h2{color:var(--ivory);}
.fye-edu.fye-cards .band--teal .flanked::before,.fye-edu.fye-cards .band--teal .flanked::after,.fye-edu.fye-cards .band--sage .flanked::before,.fye-edu.fye-cards .band--sage .flanked::after{background:rgba(242,241,232,.45);}
/* cards */
.fye-edu.fye-cards .cards{display:grid;gap:20px;}
.fye-edu.fye-cards .cards--4{grid-template-columns:repeat(4,1fr);}
.fye-edu.fye-cards .cards--3{grid-template-columns:repeat(3,1fr);}
.fye-edu.fye-cards .cards--2{grid-template-columns:repeat(2,1fr);}
.fye-edu.fye-cards .card{background:var(--white);box-shadow:inset 0 0 0 1px var(--line);padding:30px 26px;display:flex;flex-direction:column;gap:12px;}
.fye-edu.fye-cards .band--white .card{background:var(--ivory);}
.fye-edu.fye-cards .band--teal .card,.fye-edu.fye-cards .band--sage .card{background:rgba(255,255,255,.06);box-shadow:inset 0 0 0 1px rgba(242,241,232,.25);color:var(--ivory);}
.fye-edu.fye-cards .card__icon{width:48px;height:48px;object-fit:contain;}
.fye-edu.fye-cards .card__num{font-family:var(--font-head);font-size:13px;letter-spacing:.16em;color:var(--muted);}
.fye-edu.fye-cards .card h3{font-size:17px;}
.fye-edu.fye-cards .card .body{font-size:15px;}
@media (max-width:900px){.fye-edu.fye-cards .cards--4,.fye-edu.fye-cards .cards--3{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.fye-edu.fye-cards .cards--4,.fye-edu.fye-cards .cards--3,.fye-edu.fye-cards .cards--2{grid-template-columns:1fr;}}
/* Card titles are set by .fye-edu.fye-cards .card h3 above, at 17px. The
   audit recorded 16px here, but that came from the old generic .fye-edu h3
   in this file, which only ever won on source order. Every card title is
   inside .card, so 17px was always what rendered. No override needed. */
/* END_SECTION:fye-cards */

/* START_SECTION:fye-chapter-nav (INDEX:61) */
/* Chained to .fye-edu deliberately: see the note in fye-breadcrumb. At equal
   specificity the generic .fye-edu .band rule won on source order, so every
   chapter nav on every guide page was rendering an 84px band instead of 28px,
   twice per page. */
.fye-edu.fye-chnav .band{padding:28px var(--pad-x);}
.fye-chnav .band--ivory{background:var(--ivory);}
.fye-chnav .band--white{background:var(--white);}
.fye-chnav .band--mist{background:var(--mist);}
.fye-chnav .wrap{max-width:var(--maxw);margin:0 auto;}
.fye-chnav .chnav__set[hidden]{display:none;}
.fye-chnav .chnav__crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;letter-spacing:.06em;color:var(--muted);}
.fye-chnav .chnav__crumbs a{color:var(--muted);text-decoration:none;transition:color .2s;}
.fye-chnav .chnav__crumbs a:hover{color:var(--teal);}
.fye-chnav .chnav__here{color:var(--teal);}
.fye-chnav .chnav__count{margin-top:6px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);}
.fye-chnav .chnav__pn{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px;border-top:1px solid var(--line);padding-top:22px;}
.fye-chnav .chnav__link{display:flex;align-items:center;gap:12px;padding:16px 18px;background:var(--white);box-shadow:inset 0 0 0 1px var(--line);text-decoration:none;color:var(--teal);transition:box-shadow .22s;min-width:0;}
.fye-chnav .band--white .chnav__link{background:var(--ivory);}
.fye-chnav .chnav__link:hover{box-shadow:inset 0 0 0 1px var(--teal);}
.fye-chnav .chnav__link--next{justify-content:flex-end;text-align:right;}
.fye-chnav .chnav__link svg{width:18px;height:18px;flex:0 0 18px;color:var(--sage);}
.fye-chnav .chnav__link > span{display:flex;flex-direction:column;gap:2px;min-width:0;}
.fye-chnav .chnav__lbl{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);}
.fye-chnav .chnav__ttl{font-size:15px;font-weight:400;line-height:1.35;overflow-wrap:anywhere;}
@media (max-width:560px){.fye-chnav .chnav__pn{grid-template-columns:1fr;}.fye-chnav .chnav__link--next{justify-content:flex-start;text-align:left;flex-direction:row-reverse;}}
.fye-edu.fye-chnav .chnav__toc{margin-top:18px;border-top:1px solid var(--line);padding-top:14px;}
.fye-edu.fye-chnav .chnav__tocsum{cursor:pointer;list-style:none;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);display:flex;align-items:center;gap:8px;}
.fye-edu.fye-chnav .chnav__tocsum::-webkit-details-marker{display:none;}
.fye-edu.fye-chnav .chnav__tocsum::after{content:"";width:7px;height:7px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg);transition:transform .2s;margin-top:-3px;}
.fye-edu.fye-chnav .chnav__toc[open] .chnav__tocsum::after{transform:rotate(225deg);margin-top:2px;}
.fye-edu.fye-chnav .chnav__tocsum:hover{color:var(--teal);}
.fye-edu.fye-chnav .chnav__toclist{margin:14px 0 4px;padding:0;list-style:none;columns:2;column-gap:36px;}
.fye-edu.fye-chnav .chnav__toclist li{break-inside:avoid;margin:0 0 8px;}
.fye-edu.fye-chnav .chnav__toclist a{font-size:14px;line-height:1.4;color:var(--muted);text-decoration:none;}
.fye-edu.fye-chnav .chnav__toclist a:hover{color:var(--teal);}
@media (max-width:560px){.fye-edu.fye-chnav .chnav__toclist{columns:1;}}
/* END_SECTION:fye-chapter-nav */

/* START_SECTION:fye-checklist (INDEX:62) */
/* checklist */
.fye-edu.fye-checklist .chk{list-style:none;margin:0;padding:0;display:grid;gap:2px 32px;}
.fye-edu.fye-checklist .chk--1{grid-template-columns:1fr;}
.fye-edu.fye-checklist .chk--2{grid-template-columns:repeat(2,minmax(0,1fr));}
.fye-edu.fye-checklist .chk__item{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid var(--line);min-width:0;}
.fye-edu.fye-checklist .chk__bx{flex:0 0 18px;width:18px;height:18px;margin-top:3px;box-shadow:inset 0 0 0 1px var(--line);background:var(--white);}
.fye-edu.fye-checklist .band--white .chk__bx{background:var(--ivory);}
.fye-edu.fye-checklist .chk__txt{display:flex;flex-direction:column;gap:3px;min-width:0;}
.fye-edu.fye-checklist .chk__txt b{font-family:"Outfit",sans-serif;font-weight:400;font-size:16px;line-height:1.45;}
.fye-edu.fye-checklist .chk__note{font-size:14px;font-weight:300;line-height:1.55;color:var(--muted);}
.fye-edu.fye-checklist .chk__foot{margin-top:24px;font-size:14px;color:var(--muted);}
@media (max-width:560px){.fye-edu.fye-checklist .chk--2{grid-template-columns:1fr;}}
/* END_SECTION:fye-checklist */

/* START_SECTION:fye-chips (INDEX:63) */
/* chips */
.fye-edu.fye-chips .chips{display:flex;flex-wrap:wrap;gap:12px;}
.fye-edu.fye-chips .chips--centre{justify-content:center;}
.fye-edu.fye-chips .chips__chip{display:inline-flex;align-items:center;gap:12px;padding:12px 20px;background:var(--white);box-shadow:inset 0 0 0 1px var(--line);text-decoration:none;color:var(--teal);}
.fye-edu.fye-chips .band--white .chips__chip{background:var(--ivory);}
.fye-edu.fye-chips .chips__chip--link{transition:box-shadow .22s;}
.fye-edu.fye-chips .chips__chip--link:hover{box-shadow:inset 0 0 0 1px var(--teal);}
.fye-edu.fye-chips .chips__disc{width:26px;height:26px;border-radius:50%;flex:0 0 26px;box-shadow:inset 0 0 0 1px rgba(35,61,71,.14);}
.fye-edu.fye-chips .chips__txt{display:flex;flex-direction:column;gap:1px;}
.fye-edu.fye-chips .chips__txt b{font-weight:500;font-size:14px;letter-spacing:.04em;}
.fye-edu.fye-chips .chips__sub{font-size:12px;font-weight:300;color:var(--muted);}
.fye-edu.fye-chips .chips__foot{margin-top:22px;font-size:14px;color:var(--muted);}
@media (max-width:560px){.fye-edu.fye-chips .chips__chip{padding:10px 16px;gap:10px;}}
/* END_SECTION:fye-chips */

/* START_SECTION:fye-collection-intro (INDEX:64) */
/* collection intro */
.fye-edu.fye-collection-intro .cintro{--sect-y:32px;padding:32px var(--pad-x) 52px;}
.fye-edu.fye-collection-intro .cintro__crumbs{margin:0 0 26px;font-size:13px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);}
.fye-edu.fye-collection-intro .cintro__crumbs a{color:var(--muted);}
.fye-edu.fye-collection-intro .cintro__crumbs a:hover{color:var(--sage);}
.fye-edu.fye-collection-intro .cintro__crumbs span{margin:0 6px;}
.fye-edu.fye-collection-intro .cintro__crumbs .is--current{color:var(--teal);margin-right:0;}
/* right column is 20% wider than an even split (40/60), and both columns start
   at the top so the first paragraph sits level with the breadcrumb. The
   eyebrow + H1 are pushed to the bottom of the left column with margin-top:auto. */
.fye-edu.fye-collection-intro .cintro__grid{display:grid;grid-template-columns:1fr 1.5fr;gap:72px;align-items:stretch;}
.fye-edu.fye-collection-intro .cintro__head{display:flex;flex-direction:column;}
.fye-edu.fye-collection-intro .cintro__headline{margin-top:auto;}
.fye-edu.fye-collection-intro .cintro__eyebrow{margin:0 0 16px;font-size:14px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--sage);}
.fye-edu.fye-collection-intro .cintro__title{margin:0;font-family:var(--font-head);font-weight:400;font-size:clamp(2rem,1.2rem + 2vw,2.75rem);line-height:1.1;letter-spacing:.04em;text-transform:uppercase;color:var(--teal);text-wrap:balance;}
.fye-edu.fye-collection-intro .cintro__copy{display:flex;flex-direction:column;gap:16px;}
.fye-edu.fye-collection-intro .cintro__lead,.fye-edu.fye-collection-intro .cintro__lead p{font-size:15px;font-weight:300;line-height:1.4;color:var(--teal);text-wrap:pretty;}
.fye-edu.fye-collection-intro .cintro__rest,.fye-edu.fye-collection-intro .cintro__rest p{font-size:15px;font-weight:300;line-height:1.4;color:var(--muted);text-wrap:pretty;}
.fye-edu.fye-collection-intro .cintro__copy p:last-child{margin-bottom:0;}
.fye-edu.fye-collection-intro .cintro__copy a{border-bottom:1px solid var(--sage);color:var(--teal);}
.fye-edu.fye-collection-intro .cintro__copy a:hover{color:var(--sage);border-bottom-color:var(--sage-deep);}
/* teal band: ivory type throughout */
.fye-edu.fye-collection-intro .band--teal.cintro .cintro__crumbs{color:rgba(242,241,232,.62);}
.fye-edu.fye-collection-intro .band--teal.cintro .cintro__crumbs a{color:rgba(242,241,232,.62);}
.fye-edu.fye-collection-intro .band--teal.cintro .cintro__crumbs a:hover{color:var(--sage);}
.fye-edu.fye-collection-intro .band--teal.cintro .cintro__crumbs .is--current{color:var(--ivory);}
.fye-edu.fye-collection-intro .band--teal.cintro .cintro__eyebrow{color:var(--sage);}
.fye-edu.fye-collection-intro .band--teal.cintro .cintro__title{color:var(--ivory);}
.fye-edu.fye-collection-intro .band--teal.cintro .cintro__lead,.fye-edu.fye-collection-intro .band--teal.cintro .cintro__lead p{color:var(--ivory);}
.fye-edu.fye-collection-intro .band--teal.cintro .cintro__rest,.fye-edu.fye-collection-intro .band--teal.cintro .cintro__rest p{color:rgba(242,241,232,.72);}
.fye-edu.fye-collection-intro .band--teal.cintro .cintro__copy a{color:var(--ivory);border-bottom-color:var(--sage);}
.fye-edu.fye-collection-intro .band--teal.cintro .cintro__copy a:hover{color:var(--sage);border-bottom-color:var(--sage);}
/* centred variant */
.fye-edu.fye-collection-intro .cintro--centred{text-align:center;}
.fye-edu.fye-collection-intro .cintro--centred .cintro__grid{display:block;}
.fye-edu.fye-collection-intro .cintro--centred .cintro__headline{margin-top:0;}
.fye-edu.fye-collection-intro .cintro--centred .cintro__title{margin:0 auto;max-width:900px;line-height:1.12;}
.fye-edu.fye-collection-intro .cintro--centred .cintro__copy{max-width:760px;margin:26px auto 0;gap:18px;}
@media (max-width:900px){.fye-edu.fye-collection-intro .cintro__grid{grid-template-columns:1fr;gap:24px;align-items:start;}}
@media (max-width:560px){.fye-edu.fye-collection-intro .cintro{padding:36px var(--pad-x) 34px;}.fye-edu.fye-collection-intro .cintro__crumbs{margin:0 0 18px;}}
.fye-edu.fye-collection-intro p{margin:0 0 1em;}
.fye-edu.fye-collection-intro p:last-child{margin-bottom:0;}
/* END_SECTION:fye-collection-intro */

/* START_SECTION:fye-colour-scale (INDEX:65) */
/* colour bar */
.fye-edu.fye-colour-scale .colourbar{display:flex;flex-direction:column;gap:10px;}
.fye-edu.fye-colour-scale .colourbar__grad{height:46px;box-shadow:inset 0 0 0 1px var(--line);background:linear-gradient(90deg,#ffffff 0%,#fbf7ee 30%,#f3e9d2 62%,#e9d7ad 100%);}
.fye-edu.fye-colour-scale .colourbar__letters{display:grid;font-size:11px;letter-spacing:.02em;color:var(--muted);text-align:center;}
.fye-edu.fye-colour-scale .colourbar__letters span{padding-top:4px;}
.fye-edu.fye-colour-scale .colourbar__letters .hi{color:var(--teal);font-weight:600;}
.fye-edu.fye-colour-scale .colourbar__sweet{display:flex;align-items:center;gap:16px;font-size:13px;color:var(--teal);background:var(--mist);padding:16px 20px;margin-top:6px;}
.fye-edu.fye-colour-scale .colourbar__sweet b{color:var(--teal);font-weight:500;}
.fye-edu.fye-colour-scale .tag{display:inline-flex;align-items:center;font-size:9px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:4px 9px;background:var(--teal);color:var(--ivory);}
@media (max-width:560px){.fye-edu.fye-colour-scale .colourbar__sweet{flex-direction:column;align-items:flex-start;gap:10px;}}
/* END_SECTION:fye-colour-scale */

/* START_SECTION:fye-consultation (INDEX:66) */
.fye-edu.fye-consultation .consult .eyebrow{font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;margin:0;color:rgba(242,241,232,.6);}
.fye-edu.fye-consultation .band--sage .consult .eyebrow{color:rgba(255,255,255,.75);}
.fye-edu.fye-consultation .consult h2{font-family:var(--font-head);font-weight:400;font-size:clamp(22px,1.4rem + 0.7vw,26px);line-height:1.2;letter-spacing:.06em;text-transform:uppercase;margin:0;color:var(--ivory);}
.fye-edu.fye-consultation .band--sage .consult h2{color:var(--white);}
.fye-edu.fye-consultation .consult .lead{font-size:clamp(17px,1rem + 0.3vw,19px);font-weight:300;line-height:1.55;color:rgba(242,241,232,.85);}
.fye-edu.fye-consultation .band--sage .consult .lead{color:rgba(255,255,255,.9);}
.fye-edu.fye-consultation .consult .flanked{display:flex;align-items:center;justify-content:center;gap:26px;width:100%;}
.fye-edu.fye-consultation .consult .flanked::before,.fye-edu.fye-consultation .consult .flanked::after{content:"";height:1px;background:rgba(242,241,232,.45);flex:1 1 auto;}
.fye-edu.fye-consultation .btn--onteal{background:var(--ivory);color:var(--teal);}
.fye-edu.fye-consultation .btn--onteal:hover{background:#fff;}
.fye-edu.fye-consultation .btn--ghost-light{background:transparent;color:var(--white);box-shadow:inset 0 0 0 1px rgba(255,255,255,.6);}
.fye-edu.fye-consultation .btn--ghost-light:hover{background:var(--white);color:var(--teal);box-shadow:inset 0 0 0 1px var(--white);}
/* consult */
.fye-edu.fye-consultation .consult{text-align:center;display:flex;flex-direction:column;align-items:center;gap:22px;}
.fye-edu.fye-consultation .consult .lead{max-width:620px;}
.fye-edu.fye-consultation .consult__contact{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 28px;margin-top:8px;}
.fye-edu.fye-consultation .consult__contact a{color:var(--ivory);display:inline-flex;align-items:center;gap:9px;font-size:13px;letter-spacing:.04em;}
.fye-edu.fye-consultation .band--sage .consult__contact a{color:var(--white);}
.fye-edu.fye-consultation .consult__contact a:hover{color:var(--sage);}
.fye-edu.fye-consultation .band--sage .consult__contact a:hover{color:var(--ivory);}
.fye-edu.fye-consultation .consult__contact svg{width:16px;height:16px;}
/* END_SECTION:fye-consultation */

/* START_SECTION:fye-contact (INDEX:67) */
.fye-contact{--fyec-teal:#233D47;--fyec-teal-dark:#1B2F37;--fyec-ivory:#F2F1E8;--fyec-white:#FFFFFF;--fyec-sage:#879B87;--fyec-line:rgba(35,61,71,.18);--fyec-display:'Tenor Sans',serif;--fyec-body:'Outfit',system-ui,-apple-system,sans-serif;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;font-family:var(--fyec-body);font-weight:300;color:var(--fyec-teal)}
.fye-contact *,.fye-contact *::before,.fye-contact *::after{box-sizing:border-box}
.fye-contact__left{display:flex;flex-direction:column;background:var(--fyec-teal)}
.fye-contact__media{flex:1 1 auto;min-height:300px;overflow:hidden}
.fye-contact__img{display:block;width:100%;height:100%;object-fit:cover}
.fye-contact__img--ph{background:#EDE9E2}
.fye-contact__panel{padding:46px 56px 50px;color:var(--fyec-ivory)}
.fye-contact__panel-title{margin:0 0 26px;font-family:var(--fyec-display);font-weight:400;font-size:14px;letter-spacing:.18em;text-transform:uppercase;color:rgba(242,241,232,.8)}
.fye-contact__rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}
.fye-contact__row{display:flex;align-items:flex-start;gap:16px;margin:0}
.fye-contact__ico{flex:0 0 auto;width:19px;height:19px;margin-top:3px;color:rgba(242,241,232,.8)}
.fye-contact__val{display:flex;flex-direction:column;align-items:flex-start}
.fye-contact__label{display:block;font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:rgba(242,241,232,.5);margin-bottom:5px}
.fye-contact a.fye-contact__link{font-size:17px;font-weight:300;letter-spacing:.02em;color:var(--fyec-ivory);text-decoration:none;transition:color .22s}
.fye-contact a.fye-contact__link:hover,.fye-contact a.fye-contact__link:focus-visible{color:#C9D6C9}
.fye-contact a.fye-contact__chip{display:inline-flex;align-items:center;gap:8px;margin-top:12px;white-space:nowrap;border:1px solid rgba(242,241,232,.4);padding:9px 13px;font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:rgba(242,241,232,.9);text-decoration:none;transition:background .22s,border-color .22s,color .22s}
.fye-contact a.fye-contact__chip svg{width:14px;height:14px}
.fye-contact a.fye-contact__chip:hover,.fye-contact a.fye-contact__chip:focus-visible{background:var(--fyec-sage);border-color:var(--fyec-sage);color:var(--fyec-white)}
.fye-contact__btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px;padding-top:30px;border-top:1px solid rgba(242,241,232,.2)}
.fye-contact a.fye-contact__btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border:1px solid rgba(242,241,232,.55);font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--fyec-ivory);text-decoration:none;transition:background .22s,border-color .22s,color .22s}
.fye-contact a.fye-contact__btn:hover,.fye-contact a.fye-contact__btn:focus-visible{background:var(--fyec-sage);border-color:var(--fyec-sage);color:var(--fyec-white)}
.fye-contact__social{display:flex;align-items:center;gap:22px;margin-top:30px}
.fye-contact__social a{display:inline-flex;align-items:center;gap:7px;color:rgba(242,241,232,.85);text-decoration:none;transition:color .22s}
.fye-contact__social a:hover,.fye-contact__social a:focus-visible{color:#C9D6C9}
.fye-contact__social svg{width:20px;height:20px}
.fye-contact a.fye-contact__tp{font-size:14px;font-weight:500;letter-spacing:.01em}
.fye-contact a.fye-contact__tp svg{width:15px;height:15px}
.fye-contact__form{background:var(--fyec-white);padding:74px 66px 80px}
.fye-contact__eyebrow{margin:0;font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:rgba(35,61,71,.55)}
.fye-contact__heading{margin:14px 0 0;font-family:var(--fyec-display);font-weight:400;font-size:36px;letter-spacing:.08em;text-transform:uppercase;line-height:1.15;color:var(--fyec-teal)}
.fye-contact__intro{margin:16px 0 0;max-width:440px;font-size:15.5px;line-height:1.6;color:var(--fyec-teal);text-wrap:pretty}
.fye-contact__intro p{margin:0}
.fye-contact__intro p + p{margin-top:10px}
.fye-contact__embed{margin-top:38px}
.fye-contact__fallback{margin:0 0 22px;font-size:15px;line-height:1.6;color:rgba(35,61,71,.8)}
.fye-contact a.fye-contact__btn--solid{background:var(--fyec-teal);border-color:var(--fyec-teal);min-height:50px;padding:0 30px;font-size:11px;letter-spacing:.16em;color:var(--fyec-ivory)}
.fye-contact a.fye-contact__btn--solid:hover,.fye-contact a.fye-contact__btn--solid:focus-visible{background:var(--fyec-teal-dark);border-color:var(--fyec-teal-dark);color:var(--fyec-ivory)}
@media screen and (max-width:1100px){
.fye-contact__panel{padding:40px 40px 44px}
.fye-contact__form{padding:60px 44px 64px}
.fye-contact__heading{font-size:31px}
}
@media screen and (max-width:900px){
.fye-contact{grid-template-columns:1fr}
.fye-contact__media{min-height:0;aspect-ratio:4/3}
.fye-contact__panel{padding:40px 24px 44px}
.fye-contact__form{padding:56px 24px 64px}
.fye-contact__heading{font-size:28px}
.fye-contact__intro{max-width:none}
.fye-contact__btns a{flex:1 1 auto}
}
/* END_SECTION:fye-contact */

/* START_SECTION:fye-facts (INDEX:70) */
.fye-edu.fye-facts .wrap--facts{max-width:880px;margin:0 auto;}
/* facts list */
.fye-facts .facts__list{margin:0;padding:0;border-top:1px solid var(--teal);}
.fye-facts .facts__row{display:grid;grid-template-columns:260px 1fr;gap:40px;align-items:baseline;padding:26px 0;border-bottom:1px solid var(--line);}
.fye-facts .facts__row--tall{padding:30px 0 34px;}
.fye-facts .facts__label{font-family:"Outfit",sans-serif;font-size:12px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin:0;}
.fye-facts .facts__dd{margin:0;}
.fye-facts .facts__value{font-family:"Outfit",sans-serif;font-size:20px;font-weight:300;line-height:1.5;color:var(--teal);text-wrap:pretty;}
.fye-facts .facts__value a{color:var(--teal);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.fye-facts .facts__value a:hover{color:var(--sage);}
.fye-facts .facts__value p{margin:0;}
.fye-facts .facts__scale{margin-top:18px;display:grid;grid-template-columns:repeat(10,1fr);gap:4px;}
.fye-facts .facts__scale span{height:6px;background:var(--sage-grey);display:block;}
.fye-facts .facts__scale span.is-on{background:var(--sage);}
.fye-facts .facts__scalekey{margin-top:10px;display:flex;justify-content:space-between;gap:16px;font-family:"Outfit",sans-serif;font-size:12px;font-weight:300;letter-spacing:.06em;color:var(--muted);}
.fye-facts .facts__note{margin:28px 0 0;font-family:"Outfit",sans-serif;font-size:15px;font-weight:300;line-height:1.6;color:var(--muted);text-wrap:pretty;}
@media (max-width:749px){.fye-facts .facts__row{grid-template-columns:1fr;gap:8px;padding:22px 0;}.fye-facts .facts__row--tall{padding:22px 0 26px;}.fye-facts .facts__value{font-size:18px;}.fye-facts .facts__scalekey{font-size:11px;}.fye-facts .facts__scalemid{display:none;}}
/* END_SECTION:fye-facts */

/* START_SECTION:fye-faq (INDEX:71) */
/* faq */
.fye-edu.fye-faq .faq{border-top:1px solid var(--line);}
.fye-edu.fye-faq .faq__item{border-bottom:1px solid var(--line);}
.fye-edu.fye-faq .faq__q{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 0;cursor:pointer;list-style:none;font-family:"Outfit",sans-serif;font-size:17px;font-weight:400;line-height:1.45;color:var(--teal);transition:color .2s;}
.fye-edu.fye-faq .faq__q::-webkit-details-marker{display:none;}
.fye-edu.fye-faq .faq__q:hover{color:var(--sage);}
.fye-edu.fye-faq .faq__ico{width:20px;height:20px;flex:0 0 20px;margin-top:2px;transition:transform .25s;}
.fye-edu.fye-faq .faq__item[open] .faq__ico{transform:rotate(180deg);}
.fye-edu.fye-faq .faq__a{padding:0 0 24px;max-width:820px;}
.fye-edu.fye-faq .faq__a p{margin:0 0 12px;}
.fye-edu.fye-faq .faq__a p:last-child{margin-bottom:0;}
.fye-edu.fye-faq .faq__a ul{margin:0 0 12px;padding-left:20px;}
@media (max-width:560px){.fye-edu.fye-faq .faq__q{font-size:16px;padding:18px 0;gap:14px;}}
/* intent: prose links underlined inside answers */
.fye-edu.fye-faq a{text-decoration:underline;text-underline-offset:3px;}
/* END_SECTION:fye-faq */

/* START_SECTION:fye-figure (INDEX:72) */
.fye-edu.fye-figure .figure-band{margin:0;}
.fye-edu.fye-figure .figure-band .ph{display:flex;height:clamp(300px,34vw,440px);background:#c4b8a3;align-items:flex-end;justify-content:flex-end;padding:22px;}
.fye-edu.fye-figure .figure-band .ph span{color:rgba(35,61,71,.32);font-size:12px;letter-spacing:.08em;text-transform:uppercase;}
.fye-edu.fye-figure .figure-img{display:block;width:100%;height:clamp(300px,34vw,440px);object-fit:cover;}
.fye-edu.fye-figure .figure-cap{max-width:var(--maxw);margin:14px auto 0;padding:0 var(--pad-x);font-size:12px;letter-spacing:.04em;color:var(--muted);text-align:center;}
/* END_SECTION:fye-figure */

/* START_SECTION:fye-guide-download (INDEX:74) */
.fye-edu.fye-guide-download .btn--primary{background:var(--teal);color:var(--ivory);}
.fye-edu.fye-guide-download .btn--primary:hover{background:#2e4d59;}
.fye-edu.fye-guide-download .btn--outline{background:transparent;color:var(--teal);box-shadow:inset 0 0 0 1px var(--teal);}
.fye-edu.fye-guide-download .btn--outline:hover{background:var(--teal);color:var(--ivory);}
.fye-edu.fye-guide-download .btn--onteal{background:var(--ivory);color:var(--teal);}
.fye-edu.fye-guide-download .btn--onteal:hover{background:#fff;}
.fye-edu.fye-guide-download .btn--ghost-teal{background:transparent;color:var(--ivory);box-shadow:inset 0 0 0 1px rgba(242,241,232,.5);}
.fye-edu.fye-guide-download .btn--ghost-teal:hover{background:var(--ivory);color:var(--teal);box-shadow:inset 0 0 0 1px var(--ivory);}
/* guide */
.fye-edu.fye-guide-download .guide{display:grid;grid-template-columns:260px 1fr;gap:44px;align-items:center;background:var(--white);box-shadow:inset 0 0 0 1px var(--line);padding:44px;}
.fye-edu.fye-guide-download .band--mist .guide{background:var(--white);}
.fye-edu.fye-guide-download .band--teal .guide{background:transparent;box-shadow:none;padding:0;}
.fye-edu.fye-guide-download .guide__cover{aspect-ratio:3 / 4;width:100%;background:#cbbba0;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;overflow:hidden;}
.fye-edu.fye-guide-download .guide__cover img{width:100%;height:100%;object-fit:cover;}
.fye-edu.fye-guide-download .band--teal .guide__cover{background:#2d4a55;}
.fye-edu.fye-guide-download .guide__cover span{font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:rgba(35,61,71,.5);line-height:1.8;}
.fye-edu.fye-guide-download .band--teal .guide__cover span{color:rgba(242,241,232,.55);}
.fye-edu.fye-guide-download .guide__body{display:flex;flex-direction:column;gap:16px;align-items:flex-start;}
.fye-edu.fye-guide-download .guide__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px;}
@media (max-width:560px){.fye-edu.fye-guide-download .guide{grid-template-columns:1fr;gap:28px;padding:32px;text-align:center;}.fye-edu.fye-guide-download .band--teal .guide{padding:0;}.fye-edu.fye-guide-download .guide__body{align-items:center;}.fye-edu.fye-guide-download .guide__cover{max-width:240px;margin:0 auto;}}
/* END_SECTION:fye-guide-download */

/* START_SECTION:fye-media-text (INDEX:82) */
.fye-edu.fye-media-text .ph{display:flex;width:100%;background:#c4b8a3;align-items:flex-end;justify-content:flex-end;padding:22px;aspect-ratio:4 / 3;}
.fye-edu.fye-media-text .ph span{color:rgba(35,61,71,.32);font-size:12px;letter-spacing:.08em;text-transform:uppercase;}
.fye-edu.fye-media-text .btn--primary{background:var(--teal);color:var(--ivory);}
.fye-edu.fye-media-text .btn--primary:hover{background:#2e4d59;}
.fye-edu.fye-media-text .btn--outline{background:transparent;color:var(--teal);box-shadow:inset 0 0 0 1px var(--teal);}
.fye-edu.fye-media-text .btn--outline:hover{background:var(--teal);color:var(--ivory);}
/* Light-on-dark button pair, for use on the teal and sage bands. Same rules as
   fye-guide-download so the two sections cannot drift apart. Added 13/08/2026
   alongside the sage band option, for the affiliate page CTA. */
.fye-edu.fye-media-text .btn--onteal{background:var(--ivory);color:var(--teal);}
.fye-edu.fye-media-text .btn--onteal:hover{background:#fff;}
.fye-edu.fye-media-text .btn--ghost-teal{background:transparent;color:var(--ivory);box-shadow:inset 0 0 0 1px rgba(242,241,232,.5);}
.fye-edu.fye-media-text .btn--ghost-teal:hover{background:var(--ivory);color:var(--teal);box-shadow:inset 0 0 0 1px var(--ivory);}
/* split */
.fye-edu.fye-media-text .split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;}
.fye-edu.fye-media-text .split__img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;}
.fye-edu.fye-media-text .split__body{display:flex;flex-direction:column;gap:16px;align-items:flex-start;}
.fye-edu.fye-media-text .split__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px;}
.fye-edu.fye-media-text .split--rev .split__media{order:2;}
@media (max-width:560px){.fye-edu.fye-media-text .split{grid-template-columns:1fr;gap:28px;}.fye-edu.fye-media-text .split--rev .split__media{order:0;}}
/* END_SECTION:fye-media-text */

/* START_SECTION:fye-related (INDEX:83) */
/* related */
.fye-edu.fye-related .related{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.fye-edu.fye-related .related--2{grid-template-columns:repeat(2,1fr);}
.fye-edu.fye-related .related--1{grid-template-columns:1fr;}
.fye-edu.fye-related .related__card{display:flex;flex-direction:column;gap:8px;padding:26px 24px;background:var(--white);box-shadow:inset 0 0 0 1px var(--line);transition:box-shadow .22s,transform .22s;}
.fye-edu.fye-related .band--white .related__card{background:var(--ivory);}
.fye-edu.fye-related .related__card:hover{box-shadow:inset 0 0 0 1px var(--teal);}
.fye-edu.fye-related .related__card .k{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);}
.fye-edu.fye-related .related__card h3{font-family:var(--font-head);font-weight:400;font-size:18px;letter-spacing:.03em;text-transform:uppercase;}
.fye-edu.fye-related .related__card .body{font-size:15px;color:var(--muted);}
.fye-edu.fye-related .related__card .arrow{margin-top:4px;display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:500;}
.fye-edu.fye-related .related__card .arrow svg{width:14px;height:14px;transition:transform .22s;}
.fye-edu.fye-related .related__card:hover .arrow svg{transform:translateX(3px);}
/* Two-step, matching fye-cards. This block used to collapse three cards
   straight to one at 820px, so at 768px it stood alone at one column while
   every neighbouring grid was still at two. */
@media (max-width:900px){.fye-edu.fye-related .related{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.fye-edu.fye-related .related,.fye-edu.fye-related .related--2{grid-template-columns:1fr;}}
/* END_SECTION:fye-related */

/* START_SECTION:fye-rich-text (INDEX:84) */
.fye-edu.fye-rich-text .band--teal h2,.fye-edu.fye-rich-text .band--sage h2{color:var(--ivory);}
.fye-edu.fye-rich-text .band--teal .flanked::before,.fye-edu.fye-rich-text .band--teal .flanked::after,.fye-edu.fye-rich-text .band--sage .flanked::before,.fye-edu.fye-rich-text .band--sage .flanked::after{background:rgba(242,241,232,.45);}
.fye-edu.fye-rich-text .prose{display:flex;flex-direction:column;gap:18px;align-items:flex-start;}
/* intent: running prose, so a shorter measure, spaced paragraphs, and a
   heading block that spaces itself rather than carrying the 44px default */
.fye-edu.fye-rich-text .wrap--narrow{max-width:780px;}
.fye-edu.fye-rich-text .sect-head{margin:0 auto;}
.fye-edu.fye-rich-text p{margin:0 0 1em;}
.fye-edu.fye-rich-text p:last-child{margin-bottom:0;}
/* Deep-reference divider. Marks the point on the long reference pages where
   the practical advice ends and the field guide begins. It is a variant of an
   existing section rather than a new one, because these pages sit on
   Shopify's 25-section cap. */
.fye-edu.fye-rich-text.rt--divider .band{border-top:1px solid var(--teal);}
.fye-edu.fye-rich-text.rt--divider .sect-head,.fye-edu.fye-rich-text.rt--divider .prose{text-align:center;align-items:center;}
.fye-edu.fye-rich-text.rt--divider .eyebrow{color:var(--sage);letter-spacing:.22em;}
.fye-edu.fye-rich-text.rt--divider h2{font-size:clamp(24px,1.5rem + 0.9vw,30px);}
.fye-edu.fye-rich-text.rt--divider .body{margin-left:auto;margin-right:auto;max-width:620px;}
/* END_SECTION:fye-rich-text */

/* START_SECTION:fye-ring-sizer (INDEX:86) */
/* sizer */
.fye-sizer .sizer__step,.fye-sizer .sizer__result{background:var(--white);box-shadow:inset 0 0 0 1px var(--line);padding:32px 34px;}
.fye-sizer .band--white .sizer__step,.fye-sizer .band--white .sizer__result{background:var(--ivory);}
.fye-sizer .sizer__num{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);margin-bottom:6px;}
.fye-sizer .sizer__card{position:relative;height:54px;width:340px;max-width:100%;margin:26px 0 8px;border:1.5px solid var(--teal);border-radius:6px;background:linear-gradient(135deg,rgba(35,61,71,.06),rgba(35,61,71,.02));display:flex;align-items:flex-end;justify-content:flex-end;padding:8px 10px;}
.fye-sizer .sizer__chip{position:absolute;left:14px;top:16px;width:26px;height:20px;border-radius:3px;background:rgba(35,61,71,.22);}
.fye-sizer .sizer__cardlabel{font-size:11px;letter-spacing:.1em;color:var(--muted);}
.fye-sizer .sizer__slabel{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:14px 0 6px;}
.fye-sizer input[type=range]{width:100%;max-width:420px;display:block;}
.fye-sizer .sizer__btn{display:inline-block;margin-top:20px;padding:13px 24px;background:var(--teal);color:var(--ivory);border:0;font-family:"Outfit",sans-serif;font-size:13px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:opacity .2s;}
.fye-sizer .sizer__btn:hover{opacity:.86;}
.fye-sizer .sizer__btn--ghost{background:transparent;color:var(--teal);box-shadow:inset 0 0 0 1px var(--line);}
.fye-sizer .sizer__circles{display:flex;flex-wrap:wrap;gap:22px;margin:26px 0 10px;align-items:flex-end;}
.fye-sizer .sizer__circle{display:flex;flex-direction:column;align-items:center;gap:7px;cursor:pointer;background:none;border:0;padding:0;font-family:inherit;}
.fye-sizer .sizer__ring{border:1px solid var(--teal);border-radius:50%;background:var(--white);transition:box-shadow .18s,border-color .18s;}
.fye-sizer .band--white .sizer__ring{background:var(--ivory);}
.fye-sizer .sizer__circle:hover .sizer__ring{box-shadow:0 0 0 3px rgba(135,155,135,.35);}
.fye-sizer .sizer__circle[aria-pressed="true"] .sizer__ring{border-color:var(--sage);box-shadow:0 0 0 3px var(--sage);}
.fye-sizer .sizer__cap{font-size:13px;font-weight:500;letter-spacing:.06em;}
.fye-sizer .sizer__mm{font-size:11px;color:var(--muted);}
.fye-sizer .sizer__foot{margin-top:14px;font-size:14px;color:var(--muted);}
.fye-sizer .sizer__result{margin-top:22px;}
.fye-sizer .sizer__size{font-family:var(--font-head);font-size:52px;line-height:1.1;margin:2px 0 10px;}
.fye-sizer .sizer__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;}
.fye-sizer .sizer__actions .sizer__btn{margin-top:18px;}
@media (max-width:560px){.fye-sizer .sizer__step,.fye-sizer .sizer__result{padding:24px 20px;}.fye-sizer .sizer__circles{gap:16px;}.fye-sizer .sizer__size{font-size:42px;}}
/* intent: a narrower tool column, and space under the step headings */
.fye-edu.fye-sizer .wrap--narrow{max-width:760px;}
.fye-edu.fye-sizer .sect-head{margin:0 auto 40px;}
.fye-edu.fye-sizer h3{margin:0 0 8px;}
/* END_SECTION:fye-ring-sizer */

/* START_SECTION:fye-scale (INDEX:87) */
/* scale */
.fye-edu.fye-scale .scale{display:flex;flex-direction:column;gap:14px;}
.fye-edu.fye-scale .scale__track{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:6px;}
.fye-edu.fye-scale .scale__seg{position:relative;padding:16px 8px 14px;text-align:center;background:var(--white);box-shadow:inset 0 0 0 1px var(--line);font-size:12px;letter-spacing:.04em;}
.fye-edu.fye-scale .band--white .scale__seg{background:var(--ivory);}
.fye-edu.fye-scale .scale__seg .g{display:block;font-weight:500;font-size:13px;letter-spacing:.08em;margin-bottom:3px;}
.fye-edu.fye-scale .scale__seg .t{display:block;font-size:11px;color:var(--muted);}
.fye-edu.fye-scale .scale__seg--rec{background:var(--teal);box-shadow:none;color:var(--ivory);}
.fye-edu.fye-scale .scale__seg--rec .t{color:rgba(242,241,232,.75);}
.fye-edu.fye-scale .scale__seg--rec .pin{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--teal);color:var(--ivory);font-size:9px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:3px 9px;white-space:nowrap;}
.fye-edu.fye-scale .scale-cap{margin-top:6px;font-size:13px;}
@media (max-width:900px){.fye-edu.fye-scale .scale__track{grid-auto-flow:row;grid-template-columns:repeat(3,1fr);}}
@media (max-width:560px){.fye-edu.fye-scale .scale__track{grid-template-columns:repeat(2,1fr);}}
/* END_SECTION:fye-scale */

/* START_SECTION:fye-shape-tiles (INDEX:88) */
/* shape tiles */
.fye-edu.fye-shape-tiles .shapes{display:grid;gap:10px;}
.fye-edu.fye-shape-tiles .shapes--5{grid-template-columns:repeat(5,1fr);}
.fye-edu.fye-shape-tiles .shapes--4{grid-template-columns:repeat(4,1fr);}
.fye-edu.fye-shape-tiles .shapes--3{grid-template-columns:repeat(3,1fr);}
.fye-edu.fye-shape-tiles .shape{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;padding:20px 6px;background:var(--white);box-shadow:inset 0 0 0 1px var(--line);transition:box-shadow .22s;}
.fye-edu.fye-shape-tiles .band--white .shape{background:var(--ivory);}
.fye-edu.fye-shape-tiles .shape:hover{box-shadow:inset 0 0 0 1px var(--teal);}
.fye-edu.fye-shape-tiles .shape__ico{min-height:calc(var(--tile-ico,60px) + 2px);display:flex;align-items:center;justify-content:center;}
.fye-edu.fye-shape-tiles .shape__ico img{height:var(--tile-ico,60px);width:auto;max-width:100%;object-fit:contain;transition:opacity .22s;}
.fye-edu.fye-shape-tiles .shape__glyph{font-family:var(--font-head);font-size:30px;color:rgba(35,61,71,.28);line-height:1;}
.fye-edu.fye-shape-tiles .shape span.n{font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:500;color:var(--teal);line-height:1.4;transition:color .22s;}
.fye-edu.fye-shape-tiles .shape:hover span.n{color:var(--sage);}
.fye-edu.fye-shape-tiles .shape:hover .shape__ico img{opacity:.55;}
@media (max-width:900px){.fye-edu.fye-shape-tiles .shapes--5,.fye-edu.fye-shape-tiles .shapes--4{grid-template-columns:repeat(3,1fr);}}
@media (max-width:560px){.fye-edu.fye-shape-tiles .shapes{grid-template-columns:repeat(2,1fr);}}
/* END_SECTION:fye-shape-tiles */

/* START_SECTION:fye-signpost (INDEX:89) */
.fye-signpost{box-sizing:border-box;background:#F2F1E8;color:#233D47;padding:72px 24px;font-family:"Outfit",system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;}
.fye-signpost *,.fye-signpost *::before,.fye-signpost *::after{box-sizing:border-box;}
.fye-signpost__inner{max-width:860px;margin:0 auto;}
.fye-signpost__head{text-align:center;margin:0 0 56px;}
.fye-signpost__title{display:flex;align-items:center;justify-content:center;gap:20px;margin:0;font-family:"Tenor Sans","Times New Roman",serif;font-weight:400;font-size:34px;line-height:1.25;letter-spacing:.04em;text-transform:uppercase;color:#233D47;}
.fye-signpost__flank{flex:0 0 auto;width:44px;height:1px;background:#233D47;opacity:.5;}
.fye-signpost__sub{margin:18px 0 0;font-size:17px;font-weight:300;line-height:1.6;color:rgba(35,61,71,.62);}
.fye-signpost__list{list-style:none;margin:0 -24px;padding:0;border-top:1px solid rgba(35,61,71,.18);}
.fye-signpost__item{margin:0;padding:0;border-bottom:1px solid rgba(35,61,71,.18);}
.fye-signpost__link{display:flex;align-items:center;gap:28px;width:100%;padding:26px 24px;text-decoration:none;color:inherit;background:transparent;transition:background-color 220ms cubic-bezier(.2,0,.2,1);}
.fye-signpost__figure{flex:0 0 auto;width:46px;height:46px;color:#233D47;opacity:.75;transition:color 220ms cubic-bezier(.2,0,.2,1),opacity 220ms cubic-bezier(.2,0,.2,1);}
.fye-signpost__figure svg{display:block;width:100%;height:100%;}
.fye-signpost__text{flex:1 1 auto;min-width:0;}
.fye-signpost__situation{display:block;font-family:"Tenor Sans","Times New Roman",serif;font-weight:400;font-size:27px;line-height:1.25;letter-spacing:.005em;color:#233D47;text-wrap:pretty;transition:color 220ms cubic-bezier(.2,0,.2,1);}
.fye-signpost__guide{display:block;margin-top:10px;font-size:12px;font-weight:500;line-height:1.4;letter-spacing:.16em;text-transform:uppercase;color:rgba(35,61,71,.62);transition:color 220ms cubic-bezier(.2,0,.2,1);}
.fye-signpost__arrow{flex:0 0 auto;width:20px;height:20px;color:#233D47;opacity:.55;transition:transform 220ms cubic-bezier(.2,0,.2,1),opacity 220ms cubic-bezier(.2,0,.2,1),color 220ms cubic-bezier(.2,0,.2,1);}
.fye-signpost__arrow svg{display:block;width:100%;height:100%;}
.fye-signpost__link:hover,.fye-signpost__link:focus-visible{background:#FFFFFF;}
.fye-signpost__link:hover .fye-signpost__situation,.fye-signpost__link:focus-visible .fye-signpost__situation{color:#879B87;}
.fye-signpost__link:hover .fye-signpost__guide,.fye-signpost__link:focus-visible .fye-signpost__guide{color:rgba(35,61,71,.78);}
.fye-signpost__link:hover .fye-signpost__figure,.fye-signpost__link:focus-visible .fye-signpost__figure{color:#879B87;opacity:1;}
.fye-signpost__link:hover .fye-signpost__arrow,.fye-signpost__link:focus-visible .fye-signpost__arrow{transform:translateX(8px);opacity:1;color:#879B87;}
.fye-signpost__link:active .fye-signpost__situation,.fye-signpost__link:active .fye-signpost__figure,.fye-signpost__link:active .fye-signpost__arrow{color:#6E836E;}
.fye-signpost__link:focus-visible{outline:1px solid #233D47;outline-offset:-1px;}
.fye-signpost__note{margin:40px 0 0;max-width:640px;font-size:14px;font-weight:300;line-height:1.7;color:rgba(35,61,71,.62);}
.fye-signpost__note a{color:rgba(35,61,71,.62);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:rgba(35,61,71,.35);transition:color 220ms,text-decoration-color 220ms;}
.fye-signpost__note a:hover,.fye-signpost__note a:focus-visible{color:#879B87;text-decoration-color:#879B87;}
@media screen and (max-width:749px){
  .fye-signpost{padding:48px 20px;}
  .fye-signpost__head{margin-bottom:36px;text-align:left;}
  .fye-signpost__title{justify-content:flex-start;font-size:26px;gap:14px;}
  .fye-signpost__title .fye-signpost__flank{display:none;}
  .fye-signpost__sub{margin-top:14px;font-size:15px;}
  .fye-signpost__list{margin:0;}
  .fye-signpost__link{padding:20px 0;gap:16px;}
  .fye-signpost__figure{width:36px;height:36px;}
  .fye-signpost__situation{font-size:20px;}
  .fye-signpost__guide{margin-top:8px;font-size:11px;letter-spacing:.14em;}
  .fye-signpost__arrow{display:none;}
  .fye-signpost__note{margin-top:32px;font-size:13px;}
  .fye-signpost__link:hover,.fye-signpost__link:focus-visible{background:transparent;}
}
@media screen and (max-width:400px){
  .fye-signpost__figure{width:30px;height:30px;}
  .fye-signpost__situation{font-size:18px;}
}
@media (prefers-reduced-motion:reduce){
  .fye-signpost__link,.fye-signpost__situation,.fye-signpost__guide,.fye-signpost__figure,.fye-signpost__arrow,.fye-signpost__note a{transition:none;}
}
/* END_SECTION:fye-signpost */

/* START_SECTION:fye-steps (INDEX:90) */
.fye-edu.fye-steps .band--teal h2,.fye-edu.fye-steps .band--sage h2{color:var(--ivory);}
.fye-edu.fye-steps .band--teal .eyebrow,.fye-edu.fye-steps .band--teal .body{color:rgba(242,241,232,.8);}
.fye-edu.fye-steps .band--teal .flanked::before,.fye-edu.fye-steps .band--teal .flanked::after,.fye-edu.fye-steps .band--sage .flanked::before,.fye-edu.fye-steps .band--sage .flanked::after{background:rgba(242,241,232,.45);}
/* steps — grid lines via 1px gap so it adapts to any column count / wrapping */
.fye-edu.fye-steps .steps{display:grid;gap:1px;background:var(--line);box-shadow:inset 0 0 0 1px var(--line);}
.fye-edu.fye-steps .steps--4{grid-template-columns:repeat(4,1fr);}
.fye-edu.fye-steps .steps--3{grid-template-columns:repeat(3,1fr);}
.fye-edu.fye-steps .steps--2{grid-template-columns:repeat(2,1fr);}
.fye-edu.fye-steps .step{padding:30px 26px;display:flex;flex-direction:column;gap:10px;background:var(--white);}
.fye-edu.fye-steps .band--white .step{background:var(--ivory);}
.fye-edu.fye-steps .band--mist .step{background:var(--white);}
.fye-edu.fye-steps .band--teal .step,.fye-edu.fye-steps .band--sage .step{background:rgba(255,255,255,.05);color:var(--ivory);}
.fye-edu.fye-steps .step__n{font-family:var(--font-head);font-size:34px;line-height:1;color:var(--teal);font-weight:400;}
.fye-edu.fye-steps .band--teal .step__n,.fye-edu.fye-steps .band--sage .step__n{color:var(--ivory);}
.fye-edu.fye-steps .step h3{font-size:15px;}
.fye-edu.fye-steps .step .body{font-size:14px;}
@media (max-width:900px){.fye-edu.fye-steps .steps--4,.fye-edu.fye-steps .steps--3{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.fye-edu.fye-steps .steps{grid-template-columns:1fr!important;}}
/* Step titles are set by .fye-edu.fye-steps .step h3 above, at 15px, for
   the same reason as the note in fye-cards. No override needed. */
/* END_SECTION:fye-steps */

/* START_SECTION:fye-table (INDEX:91) */
/* table */
.fye-edu.fye-table .table-wrap{width:100%;}
.fye-edu.fye-table .table{width:100%;border-collapse:collapse;font-size:15px;}
/* The base theme sets `table, td, th{border: 1px solid}
` plus a right/bottom
   border-width on every cell, which turns these into a boxed spreadsheet grid.
   Reset all four sides here, then re-add only the horizontal rules we want.
   Must stay ABOVE the styling rules below: equal specificity, later wins. */
.fye-edu.fye-table .table,.fye-edu.fye-table .table thead,.fye-edu.fye-table .table tbody,.fye-edu.fye-table .table tr,.fye-edu.fye-table .table th,.fye-edu.fye-table .table td{border:0;margin:0;}
/* Matches the FYE · Facts list panel: a solid teal rule over the header,
   small-caps letterspaced column labels, hairline row rules, and larger
   lighter values. No vertical dividers anywhere. */
.fye-edu.fye-table .table thead th{text-align:left;font-family:"Outfit",sans-serif;font-weight:500;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);padding:18px 28px 16px 0;border-top:1px solid var(--teal);border-bottom:1px solid var(--line);vertical-align:bottom;}
.fye-edu.fye-table .table td{padding:22px 28px 22px 0;border-bottom:1px solid var(--line);vertical-align:top;font-size:17px;font-weight:300;line-height:1.5;text-wrap:pretty;}
.fye-edu.fye-table .table th:last-child,.fye-edu.fye-table .table td:last-child{padding-right:0;}
.fye-edu.fye-table .table td.k{font-weight:400;color:var(--teal);}
.fye-edu.fye-table .table td a{color:var(--teal);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.fye-edu.fye-table .table td a:hover{color:var(--sage);}
.fye-edu.fye-table .table-note{margin-top:28px;font-size:15px;line-height:1.6;color:var(--muted);text-wrap:pretty;}
@media (max-width:749px){.fye-edu.fye-table .table,.fye-edu.fye-table .table tbody,.fye-edu.fye-table .table tr{display:block;width:100%;}.fye-edu.fye-table .table thead{display:none;}.fye-edu.fye-table .table tbody{border-top:1px solid var(--teal);}.fye-edu.fye-table .table tr{border-bottom:1px solid var(--line);padding:18px 0;}.fye-edu.fye-table .table td{display:block;padding:5px 0;border-bottom:0;font-size:17px;}.fye-edu.fye-table .table td::before{content:attr(data-label);display:block;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-weight:500;margin-bottom:3px;}}
/* intent: tables need more room than prose, less than full width */
.fye-edu.fye-table .wrap--narrow{max-width:820px;}
/* END_SECTION:fye-table */

/* START_SECTION:fye-terms (INDEX:92) */
/* terms */
.fye-edu.fye-terms .terms{display:grid;gap:2px 40px;}
.fye-edu.fye-terms .terms--1{grid-template-columns:1fr;}
.fye-edu.fye-terms .terms--2{grid-template-columns:repeat(2,minmax(0,1fr));}
.fye-edu.fye-terms .terms--3{grid-template-columns:repeat(3,minmax(0,1fr));}
.fye-edu.fye-terms .term{display:flex;align-items:flex-start;gap:18px;padding:22px 0;border-bottom:1px solid var(--line);min-width:0;}
.fye-edu.fye-terms .term__no{flex:0 0 auto;font-family:var(--font-head);font-size:15px;letter-spacing:.1em;color:var(--sage);line-height:1.5;padding-top:1px;}
.fye-edu.fye-terms .term__body{display:flex;flex-direction:column;gap:7px;min-width:0;}
.fye-edu.fye-terms .term__body .body p{margin:0 0 10px;}
.fye-edu.fye-terms .term__body .body p:last-child{margin-bottom:0;}
.fye-edu.fye-terms .term__meta{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);}
.fye-edu.fye-terms .terms__foot{margin-top:26px;font-size:14px;color:var(--muted);}
/* steps rail: vertical connector down the numbers */
.fye-edu.fye-terms .terms--rail.terms--1 .term{position:relative;}
.fye-edu.fye-terms .terms--rail.terms--1 .term::before{content:"";position:absolute;left:9px;top:44px;bottom:-2px;width:1px;background:var(--line);}
.fye-edu.fye-terms .terms--rail.terms--1 .term:last-child::before{display:none;}
@media (max-width:900px){.fye-edu.fye-terms .terms--3{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:560px){.fye-edu.fye-terms .terms--2,.fye-edu.fye-terms .terms--3{grid-template-columns:1fr;}}
@media (max-width:560px){.fye-edu.fye-terms .term{gap:14px;}}
/* intent: prose links underlined; tighter h3 for a definition list */
.fye-edu.fye-terms a{text-decoration:underline;text-underline-offset:3px;}
.fye-edu.fye-terms h3{font-size:17px;}
/* END_SECTION:fye-terms */

/* START_SECTION:fye-testimonials (INDEX:93) */
.fye-testimonials{
  --tst-teal:#233D47;--tst-ivory:#F2F1E8;--tst-line:rgba(35,61,71,.28);--tst-muted:rgba(35,61,71,.62);
  --tst-font-display:"Tenor Sans",Georgia,serif;--tst-font-body:"Outfit",Helvetica,Arial,sans-serif;
  --tst-transition:.5s;
  background:var(--tst-ivory);color:var(--tst-teal);padding:clamp(3rem,2rem + 6vw,6.5rem) 1.25rem;font-family:var(--tst-font-body);
}
.fye-testimonials__inner{max-width:1040px;margin:0 auto;}
.fye-testimonials__eyebrow{margin:0 0 clamp(1.75rem,1rem + 2vw,2.75rem);text-align:center;font-family:var(--tst-font-display);font-weight:400;font-size:clamp(1.5rem,1.1rem + 1.4vw,2rem);letter-spacing:.12em;text-transform:uppercase;color:var(--tst-teal);}
.fye-testimonials__frame{position:relative;border:1px solid var(--tst-line);padding:clamp(3.5rem,2.4rem + 5vw,6rem) clamp(2rem,1.2rem + 5vw,5.5rem) clamp(3rem,2rem + 4vw,4.75rem);}
.fye-testimonials__mark{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--tst-ivory);padding:0 1.3rem;font-family:var(--tst-font-display);font-size:4.5rem;line-height:1;color:var(--tst-teal);user-select:none;}
.fye-testimonials__track{position:relative;}
.fye-testimonials__slide{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity var(--tst-transition) ease,transform var(--tst-transition) ease,visibility 0s linear var(--tst-transition);}
.fye-testimonials__slide.is-active{position:relative;opacity:1;visibility:visible;transform:none;transition:opacity var(--tst-transition) ease,transform var(--tst-transition) ease;}
.fye-testimonials__quote{margin:0;background:none;border:0;box-shadow:none;padding:0;quotes:none;font-style:normal;font-weight:300;font-size:clamp(1.375rem,1.15rem + 0.8vw,1.75rem);line-height:1.6;letter-spacing:.005em;color:var(--tst-teal);max-width:64ch;}
.fye-testimonials__quote::before,.fye-testimonials__quote::after{content:none;}
.fye-testimonials__quote p{margin:0 0 .8em;background:none;}
.fye-testimonials__quote p:last-child{margin-bottom:0;}
.fye-testimonials__stars{display:flex;justify-content:center;gap:.4rem;margin-top:1.75rem;}
.fye-testimonials__star{width:22px;height:22px;color:var(--tst-teal);fill:none;stroke:currentColor;stroke-width:1.6;stroke-linejoin:round;}
.fye-testimonials__star.is-on{fill:currentColor;stroke:none;}
.fye-testimonials__attr{margin:2rem 0 0;font-size:.875rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--tst-muted);}
.fye-testimonials__attr:empty{display:none;}
.fye-testimonials__dots{display:flex;justify-content:center;gap:.75rem;margin-top:clamp(1.75rem,1rem + 2vw,2.5rem);}
.fye-testimonials__dot{width:10px;height:10px;padding:0;border:1px solid var(--tst-teal);border-radius:50%;background:transparent;cursor:pointer;transition:background .25s ease,transform .25s ease;}
.fye-testimonials__dot:hover{transform:scale(1.15);}
.fye-testimonials__dot.is-active{background:var(--tst-teal);}
.fye-testimonials__dot:focus-visible{outline:2px solid var(--tst-teal);outline-offset:3px;}
@media (prefers-reduced-motion:reduce){.fye-testimonials__slide,.fye-testimonials__dot{transition:opacity .2s ease;}}
/* END_SECTION:fye-testimonials */

/* START_SECTION:fye-xref (INDEX:94) */
.fye-edu.fye-xref .body p{margin:0 0 10px;}
.fye-edu.fye-xref .body p:last-child{margin-bottom:0;}
/* xref */
.fye-edu.fye-xref .xref{display:flex;align-items:flex-start;gap:24px;padding:26px 30px;background:var(--white);box-shadow:inset 0 0 0 1px var(--line);border-left:3px solid var(--gold);border-radius:0;}
.fye-edu.fye-xref .band--white .xref{background:var(--ivory);}
.fye-edu.fye-xref .xref__cover{flex:0 0 90px;width:90px;height:auto;box-shadow:0 1px 0 var(--line);}
.fye-edu.fye-xref .xref__body{display:flex;flex-direction:column;gap:8px;min-width:0;}
.fye-edu.fye-xref .xref__cta{display:inline-flex;align-items:center;gap:8px;margin-top:4px;font-size:14px;letter-spacing:.06em;color:var(--teal);text-decoration:none;border-bottom:1px solid var(--line);padding-bottom:2px;align-self:flex-start;transition:border-color .22s;}
.fye-edu.fye-xref .xref__cta:hover{border-color:var(--teal);}
.fye-edu.fye-xref .xref__cta svg{width:16px;height:16px;}
@media (max-width:560px){.fye-edu.fye-xref .xref{flex-direction:column;gap:16px;padding:22px 20px;}}
/* END_SECTION:fye-xref */

/* START_SECTION:latest-news-em (INDEX:114) */
.latest-news {
  background: {{ section.settings.bg_color }};
}

@media (min-width:1024px){
  .latest-news {
    padding: 40px 183px 60px;
  }
  .big-content h3,
.small-content h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 6px;
}
}

.latest-news .title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  position: relative;
}

.latest-news .title:before,
.latest-news .title:after {
  content: "";
  position: absolute;
  width: 37%;
  height: 1px;
  background: #2E4A50;
  top: 50%;
}

.latest-news .title:before { left: 0; }
.latest-news .title:after { right: 0; }

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: stretch;
}

.big-card {
  position: relative;
  height: 100%;
}

.big-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 14px 16px 0 10px;
  max-width: 280px;
}

.read-btn {
  display: inline-block;
  margin-top: 10px;
  background: #2e4a50;
  padding: 0px 15px;
  text-decoration: none;
  font-size: 12px;
  color: #f2f1e8;
}

.read-btn:hover {
  color: #f2f1e8;
}

.right-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.small-card {
  display: flex;
  gap: 15px;
  flex: 1;
}

.small-card img {
  width: 239px;
  height: 100%;
  object-fit: cover;
}

.small-content {
  flex: 1;
}

.small-content h4 {
  margin-bottom: 5px;
}

.small-card p {
  margin-bottom: 0;
}

/* Mobile */
@media(max-width:1024px){
  .latest-news .title:before,
  .latest-news .title:after{
    width: 17%;
  }

  .news-grid {
    display: block;
    padding: 0 18px;
  }

  .big-content {
    position: static;
    max-width: 100%;
    border-left: 1px solid #cccccc45;
    border-right: 1px solid #bfbcbcd4;
    border-bottom: 1px solid #ccc;
    padding: 12px 13px 0;
    margin-bottom: 27px;
  }

  .small-card {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  .small-card img {
    width: 100%;
    height: auto;
    display: block;
  }

  .small-content {
    width: 100%;
  }
}
.big-content h3,
.small-content h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 6px;
}
/* END_SECTION:latest-news-em */