/** Shopify CDN: Minification failed

Line 17:13 Expected identifier but found whitespace
Line 17:15 Unexpected "{"
Line 17:24 Expected ":"
Line 575:13 Expected identifier but found whitespace
Line 575:15 Unexpected "{"
Line 575: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-callout (INDEX:55) */
.fye-edu{--teal:#233D47;--ivory:#F2F1E8;--white:#FFFFFF;--sage:#879b87;--line:rgba(35,61,71,.18);--muted:rgba(35,61,71,.60);--mist:#DCEFEF;--maxw:1180px;--pad-x:24px;--sect-y:84px;--font-head:"Tenor Sans","Cormorant Garamond",Georgia,serif;font-family:"Outfit",system-ui,sans-serif;color:var(--teal);font-size:16px;line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased;}
.fye-edu *,.fye-edu *::before,.fye-edu *::after{box-sizing:border-box;}
.fye-edu p{margin:0;}
.fye-edu .band{padding:var(--sect-y) var(--pad-x);}
.fye-edu .band--ivory{background:var(--ivory);}.fye-edu .band--white{background:var(--white);}.fye-edu .band--mist{background:var(--mist);}
.fye-edu .wrap{max-width:var(--maxw);margin:0 auto;}.fye-edu .wrap--narrow{max-width:780px;margin:0 auto;}
.fye-edu .eyebrow{font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0;}
.fye-edu h3{font-family:"Outfit",sans-serif;font-weight:500;font-size:18px;margin:0;line-height:1.35;}
.fye-edu .body{font-size:16px;font-weight:300;line-height:1.65;color:var(--teal);}
/* callout */
.fye-edu .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 .band--white .callout{background:var(--ivory);}
.fye-edu .callout--teal{background:var(--teal);color:var(--ivory);box-shadow:none;}
.fye-edu .band--white .callout--teal{background:var(--teal);}
.fye-edu .callout--teal h3{color:var(--ivory);}
.fye-edu .callout--teal .body{color:rgba(242,241,232,.85);}
.fye-edu .callout__labs{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px;}
.fye-edu .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 .lab b{font-weight:500;}.fye-edu .lab span{color:rgba(35,61,71,.72);}
@media (max-width:560px){.fye-edu .band{--sect-y:56px;}.fye-edu .callout{padding:28px 24px;}}
/* END_SECTION:fye-callout */

/* START_SECTION:fye-cards (INDEX:56) */
.fye-edu{--teal:#233D47;--ivory:#F2F1E8;--white:#FFFFFF;--sage:#879b87;--line:rgba(35,61,71,.18);--muted:rgba(35,61,71,.60);--mist:#DCEFEF;--maxw:1180px;--pad-x:24px;--sect-y:84px;--font-head:"Tenor Sans","Cormorant Garamond",Georgia,serif;font-family:"Outfit",system-ui,sans-serif;color:var(--teal);font-size:16px;line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased;}
.fye-edu *,.fye-edu *::before,.fye-edu *::after{box-sizing:border-box;}
.fye-edu p{margin:0;}
.fye-edu a{color:var(--teal);text-decoration:none;transition:color .22s;}
.fye-edu a:hover{color:var(--sage);}
.fye-edu .band{padding:var(--sect-y) var(--pad-x);}
.fye-edu .band--ivory{background:var(--ivory);}
.fye-edu .band--white{background:var(--white);}
.fye-edu .band--mist{background:var(--mist);}
.fye-edu .band--teal{background:var(--teal);color:var(--ivory);}
.fye-edu .band--sage{background:#6e836e;color:var(--white);}
.fye-edu .band--teal h2,.fye-edu .band--sage h2{color:var(--ivory);}
.fye-edu .band--teal .body,.fye-edu .band--teal .eyebrow{color:rgba(242,241,232,.8);}
.fye-edu .band--sage h2{color:var(--white);}
.fye-edu .band--sage .body,.fye-edu .band--sage .eyebrow{color:rgba(255,255,255,.9);}
.fye-edu .band--teal .flanked::before,.fye-edu .band--teal .flanked::after,.fye-edu .band--sage .flanked::before,.fye-edu .band--sage .flanked::after{background:rgba(242,241,232,.45);}
.fye-edu .wrap{max-width:var(--maxw);margin:0 auto;}
.fye-edu .eyebrow{font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0;}
.fye-edu 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;text-wrap:balance;}
.fye-edu h3{font-family:"Outfit",sans-serif;font-weight:500;font-size:16px;letter-spacing:.01em;margin:0;line-height:1.35;}
.fye-edu .body{font-size:16px;font-weight:300;line-height:1.65;color:var(--teal);}
.fye-edu .sect-head{text-align:center;margin:0 auto 44px;display:flex;flex-direction:column;align-items:center;gap:16px;}
.fye-edu .flanked{display:flex;align-items:center;justify-content:center;gap:26px;width:100%;}
.fye-edu .flanked::before,.fye-edu .flanked::after{content:"";height:1px;background:var(--line);flex:1 1 auto;}
.fye-edu .sect-head .body{color:var(--muted);max-width:640px;}
/* cards */
.fye-edu .cards{display:grid;gap:20px;}
.fye-edu .cards--4{grid-template-columns:repeat(4,1fr);}
.fye-edu .cards--3{grid-template-columns:repeat(3,1fr);}
.fye-edu .cards--2{grid-template-columns:repeat(2,1fr);}
.fye-edu .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 .band--white .card{background:var(--ivory);}
.fye-edu .band--teal .card,.fye-edu .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 .card__icon{width:48px;height:48px;object-fit:contain;}
.fye-edu .card__num{font-family:var(--font-head);font-size:13px;letter-spacing:.16em;color:var(--muted);}
.fye-edu .card h3{font-size:17px;}
.fye-edu .card .body{font-size:15px;}
@media (max-width:900px){.fye-edu .cards--4,.fye-edu .cards--3{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.fye-edu .cards--4,.fye-edu .cards--3,.fye-edu .cards--2{grid-template-columns:1fr;}.fye-edu .band{--sect-y:56px;}}
/* END_SECTION:fye-cards */

/* START_SECTION:fye-colour-scale (INDEX:57) */
.fye-edu{--teal:#233D47;--ivory:#F2F1E8;--white:#FFFFFF;--sage:#879b87;--line:rgba(35,61,71,.18);--muted:rgba(35,61,71,.60);--mist:#DCEFEF;--maxw:1180px;--pad-x:24px;--sect-y:84px;--font-head:"Tenor Sans","Cormorant Garamond",Georgia,serif;font-family:"Outfit",system-ui,sans-serif;color:var(--teal);font-size:16px;line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased;}
.fye-edu *,.fye-edu *::before,.fye-edu *::after{box-sizing:border-box;}
.fye-edu p{margin:0;}
.fye-edu .band{padding:var(--sect-y) var(--pad-x);}
.fye-edu .band--ivory{background:var(--ivory);}.fye-edu .band--white{background:var(--white);}.fye-edu .band--mist{background:var(--mist);}
.fye-edu .wrap{max-width:var(--maxw);margin:0 auto;}
.fye-edu .eyebrow{font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0;}
.fye-edu 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;}
.fye-edu .body{font-size:16px;font-weight:300;line-height:1.65;color:var(--teal);}
.fye-edu .sect-head{text-align:center;margin:0 auto 44px;display:flex;flex-direction:column;align-items:center;gap:16px;}
.fye-edu .flanked{display:flex;align-items:center;justify-content:center;gap:26px;width:100%;}
.fye-edu .flanked::before,.fye-edu .flanked::after{content:"";height:1px;background:var(--line);flex:1 1 auto;}
.fye-edu .sect-head .body{color:var(--muted);max-width:640px;}
/* colour bar */
.fye-edu .colourbar{display:flex;flex-direction:column;gap:10px;}
.fye-edu .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 .colourbar__letters{display:grid;font-size:10.5px;letter-spacing:.02em;color:var(--muted);text-align:center;}
.fye-edu .colourbar__letters span{padding-top:4px;}
.fye-edu .colourbar__letters .hi{color:var(--teal);font-weight:600;}
.fye-edu .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 .colourbar__sweet b{color:var(--teal);font-weight:500;}
.fye-edu .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 .colourbar__sweet{flex-direction:column;align-items:flex-start;gap:10px;}.fye-edu .band{--sect-y:56px;}}
/* END_SECTION:fye-colour-scale */

/* START_SECTION:fye-consultation (INDEX:58) */
.fye-edu{--teal:#233D47;--ivory:#F2F1E8;--white:#FFFFFF;--sage:#879b87;--line:rgba(35,61,71,.18);--muted:rgba(35,61,71,.60);--maxw:1180px;--pad-x:24px;--sect-y:84px;--font-head:"Tenor Sans","Cormorant Garamond",Georgia,serif;font-family:"Outfit",system-ui,sans-serif;color:var(--teal);font-size:16px;line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased;}
.fye-edu *,.fye-edu *::before,.fye-edu *::after{box-sizing:border-box;}
.fye-edu p{margin:0;}
.fye-edu a{color:var(--teal);text-decoration:none;transition:color .22s;}
.fye-edu .band{padding:var(--sect-y) var(--pad-x);}
.fye-edu .band--teal{background:var(--teal);color:var(--ivory);}
.fye-edu .band--sage{background:#6e836e;color:var(--white);}
.fye-edu .wrap{max-width:var(--maxw);margin:0 auto;}
.fye-edu .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 .band--sage .consult .eyebrow{color:rgba(255,255,255,.75);}
.fye-edu .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 .band--sage .consult h2{color:var(--white);}
.fye-edu .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 .band--sage .consult .lead{color:rgba(255,255,255,.9);}
.fye-edu .consult .flanked{display:flex;align-items:center;justify-content:center;gap:26px;width:100%;}
.fye-edu .consult .flanked::before,.fye-edu .consult .flanked::after{content:"";height:1px;background:rgba(242,241,232,.45);flex:1 1 auto;}
.fye-edu .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 30px;cursor:pointer;border:0;font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;transition:background .22s,color .22s,box-shadow .22s;}
.fye-edu .btn--onteal{background:var(--ivory);color:var(--teal);}.fye-edu .btn--onteal:hover{background:#fff;}
.fye-edu .btn--ghost-light{background:transparent;color:var(--white);box-shadow:inset 0 0 0 1px rgba(255,255,255,.6);}.fye-edu .btn--ghost-light:hover{background:var(--white);color:var(--teal);box-shadow:inset 0 0 0 1px var(--white);}
/* consult */
.fye-edu .consult{text-align:center;display:flex;flex-direction:column;align-items:center;gap:22px;}
.fye-edu .consult .lead{max-width:620px;}
.fye-edu .consult__contact{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 28px;margin-top:8px;}
.fye-edu .consult__contact a{color:var(--ivory);display:inline-flex;align-items:center;gap:9px;font-size:13px;letter-spacing:.04em;}
.fye-edu .band--sage .consult__contact a{color:var(--white);}
.fye-edu .consult__contact a:hover{color:var(--sage);}
.fye-edu .band--sage .consult__contact a:hover{color:var(--ivory);}
.fye-edu .consult__contact svg{width:16px;height:16px;}
@media (max-width:560px){.fye-edu .band{--sect-y:56px;}}
/* END_SECTION:fye-consultation */

/* START_SECTION:fye-figure (INDEX:59) */
.fye-edu{--teal:#233D47;--ivory:#F2F1E8;--muted:rgba(35,61,71,.60);--maxw:1180px;--pad-x:24px;--sect-y:84px;font-family:"Outfit",system-ui,sans-serif;color:var(--teal);font-weight:300;}
.fye-edu *,.fye-edu *::before,.fye-edu *::after{box-sizing:border-box;}
.fye-edu .figure-band{margin:0;}
.fye-edu .figure-band .ph{display:flex;height:clamp(300px,34vw,440px);background:#c4b8a3;align-items:flex-end;justify-content:flex-end;padding:22px;}
.fye-edu .figure-band .ph span{color:rgba(35,61,71,.32);font-size:12px;letter-spacing:.08em;text-transform:uppercase;}
.fye-edu .figure-img{display:block;width:100%;height:clamp(300px,34vw,440px);object-fit:cover;}
.fye-edu .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:60) */
.fye-edu{--teal:#233D47;--ivory:#F2F1E8;--white:#FFFFFF;--sage:#879b87;--line:rgba(35,61,71,.18);--muted:rgba(35,61,71,.60);--mist:#DCEFEF;--maxw:1180px;--pad-x:24px;--sect-y:84px;--font-head:"Tenor Sans","Cormorant Garamond",Georgia,serif;font-family:"Outfit",system-ui,sans-serif;color:var(--teal);font-size:16px;line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased;}
.fye-edu *,.fye-edu *::before,.fye-edu *::after{box-sizing:border-box;}
.fye-edu p{margin:0;}
.fye-edu a{color:var(--teal);text-decoration:none;transition:color .22s;}
.fye-edu .band{padding:var(--sect-y) var(--pad-x);}
.fye-edu .band--ivory{background:var(--ivory);}.fye-edu .band--white{background:var(--white);}.fye-edu .band--mist{background:var(--mist);}
.fye-edu .band--teal{background:var(--teal);color:var(--ivory);}
.fye-edu .band--teal h2{color:var(--ivory);}.fye-edu .band--teal .body,.fye-edu .band--teal .eyebrow{color:rgba(242,241,232,.85);}
.fye-edu .wrap{max-width:var(--maxw);margin:0 auto;}
.fye-edu .eyebrow{font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0;}
.fye-edu 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;}
.fye-edu .body{font-size:16px;font-weight:300;line-height:1.65;color:var(--teal);}
.fye-edu .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 30px;cursor:pointer;border:0;font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;transition:background .22s,color .22s,box-shadow .22s;}
.fye-edu .btn--primary{background:var(--teal);color:var(--ivory);}.fye-edu .btn--primary:hover{background:#2e4d59;}
.fye-edu .btn--outline{background:transparent;color:var(--teal);box-shadow:inset 0 0 0 1px var(--teal);}.fye-edu .btn--outline:hover{background:var(--teal);color:var(--ivory);}
.fye-edu .btn--onteal{background:var(--ivory);color:var(--teal);}.fye-edu .btn--onteal:hover{background:#fff;}
.fye-edu .btn--ghost-teal{background:transparent;color:var(--ivory);box-shadow:inset 0 0 0 1px rgba(242,241,232,.5);}.fye-edu .btn--ghost-teal:hover{background:var(--ivory);color:var(--teal);box-shadow:inset 0 0 0 1px var(--ivory);}
/* guide */
.fye-edu .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 .band--mist .guide{background:var(--white);}
.fye-edu .band--teal .guide{background:transparent;box-shadow:none;padding:0;}
.fye-edu .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 .guide__cover img{width:100%;height:100%;object-fit:cover;}
.fye-edu .band--teal .guide__cover{background:#2d4a55;}
.fye-edu .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 .band--teal .guide__cover span{color:rgba(242,241,232,.55);}
.fye-edu .guide__body{display:flex;flex-direction:column;gap:16px;align-items:flex-start;}
.fye-edu .guide__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px;}
@media (max-width:720px){.fye-edu .guide{grid-template-columns:1fr;gap:28px;padding:32px;text-align:center;}.fye-edu .band--teal .guide{padding:0;}.fye-edu .guide__body{align-items:center;}.fye-edu .guide__cover{max-width:240px;margin:0 auto;}.fye-edu .band{--sect-y:56px;}}
/* END_SECTION:fye-guide-download */

/* START_SECTION:fye-media-text (INDEX:62) */
.fye-edu{--teal:#233D47;--ivory:#F2F1E8;--white:#FFFFFF;--sage:#879b87;--line:rgba(35,61,71,.18);--muted:rgba(35,61,71,.60);--mist:#DCEFEF;--maxw:1180px;--pad-x:24px;--sect-y:84px;--font-head:"Tenor Sans","Cormorant Garamond",Georgia,serif;font-family:"Outfit",system-ui,sans-serif;color:var(--teal);font-size:16px;line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased;}
.fye-edu *,.fye-edu *::before,.fye-edu *::after{box-sizing:border-box;}
.fye-edu p{margin:0;}
.fye-edu a{color:var(--teal);text-decoration:none;transition:color .22s;}
.fye-edu .band{padding:var(--sect-y) var(--pad-x);}
.fye-edu .band--ivory{background:var(--ivory);}.fye-edu .band--white{background:var(--white);}.fye-edu .band--mist{background:var(--mist);}
.fye-edu .band--teal{background:var(--teal);color:var(--ivory);}.fye-edu .band--teal h2{color:var(--ivory);}.fye-edu .band--teal .body,.fye-edu .band--teal .eyebrow{color:rgba(242,241,232,.82);}
.fye-edu .wrap{max-width:var(--maxw);margin:0 auto;}
.fye-edu .eyebrow{font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0;}
.fye-edu 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;}
.fye-edu .body{font-size:16px;font-weight:300;line-height:1.65;color:var(--teal);}
.fye-edu .ph{display:flex;width:100%;background:#c4b8a3;align-items:flex-end;justify-content:flex-end;padding:22px;aspect-ratio:4 / 3;}
.fye-edu .ph span{color:rgba(35,61,71,.32);font-size:12px;letter-spacing:.08em;text-transform:uppercase;}
.fye-edu .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 30px;border:0;cursor:pointer;font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;transition:background .22s,color .22s,box-shadow .22s;}
.fye-edu .btn--primary{background:var(--teal);color:var(--ivory);}.fye-edu .btn--primary:hover{background:#2e4d59;}
.fye-edu .btn--outline{background:transparent;color:var(--teal);box-shadow:inset 0 0 0 1px var(--teal);}.fye-edu .btn--outline:hover{background:var(--teal);color:var(--ivory);}
/* split */
.fye-edu .split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;}
.fye-edu .split__img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;}
.fye-edu .split__body{display:flex;flex-direction:column;gap:16px;align-items:flex-start;}
.fye-edu .split__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px;}
.fye-edu .split--rev .split__media{order:2;}
@media (max-width:820px){.fye-edu .split{grid-template-columns:1fr;gap:28px;}.fye-edu .split--rev .split__media{order:0;}.fye-edu .band{--sect-y:56px;}}
/* END_SECTION:fye-media-text */

/* START_SECTION:fye-related (INDEX:63) */
.fye-edu{--teal:#233D47;--ivory:#F2F1E8;--white:#FFFFFF;--sage:#879b87;--line:rgba(35,61,71,.18);--muted:rgba(35,61,71,.60);--mist:#DCEFEF;--maxw:1180px;--pad-x:24px;--sect-y:84px;--font-head:"Tenor Sans","Cormorant Garamond",Georgia,serif;font-family:"Outfit",system-ui,sans-serif;color:var(--teal);font-size:16px;line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased;}
.fye-edu *,.fye-edu *::before,.fye-edu *::after{box-sizing:border-box;}
.fye-edu p{margin:0;}
.fye-edu a{color:var(--teal);text-decoration:none;transition:color .22s;}
.fye-edu .band{padding:var(--sect-y) var(--pad-x);}
.fye-edu .band--ivory{background:var(--ivory);}.fye-edu .band--white{background:var(--white);}.fye-edu .band--mist{background:var(--mist);}
.fye-edu .wrap{max-width:var(--maxw);margin:0 auto;}
.fye-edu .eyebrow{font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0;}
.fye-edu 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;}
.fye-edu .body{font-size:16px;font-weight:300;line-height:1.65;color:var(--teal);}
.fye-edu .sect-head{text-align:center;margin:0 auto 44px;display:flex;flex-direction:column;align-items:center;gap:16px;}
.fye-edu .flanked{display:flex;align-items:center;justify-content:center;gap:26px;width:100%;}
.fye-edu .flanked::before,.fye-edu .flanked::after{content:"";height:1px;background:var(--line);flex:1 1 auto;}
/* related */
.fye-edu .related{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.fye-edu .related--2{grid-template-columns:repeat(2,1fr);}
.fye-edu .related--1{grid-template-columns:1fr;}
.fye-edu .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 .band--white .related__card{background:var(--ivory);}
.fye-edu .related__card:hover{box-shadow:inset 0 0 0 1px var(--teal);}
.fye-edu .related__card .k{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);}
.fye-edu .related__card h3{font-family:var(--font-head);font-weight:400;font-size:18px;letter-spacing:.03em;text-transform:uppercase;}
.fye-edu .related__card .body{font-size:15px;color:var(--muted);}
.fye-edu .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 .related__card .arrow svg{width:14px;height:14px;transition:transform .22s;}
.fye-edu .related__card:hover .arrow svg{transform:translateX(3px);}
@media (max-width:820px){.fye-edu .related,.fye-edu .related--2{grid-template-columns:1fr;}.fye-edu .band{--sect-y:56px;}}
/* END_SECTION:fye-related */

/* START_SECTION:fye-rich-text (INDEX:64) */
.fye-edu{--teal:#233D47;--ivory:#F2F1E8;--white:#FFFFFF;--sage:#879b87;--line:rgba(35,61,71,.18);--muted:rgba(35,61,71,.60);--mist:#DCEFEF;--maxw:1180px;--pad-x:24px;--sect-y:84px;--font-head:"Tenor Sans","Cormorant Garamond",Georgia,serif;font-family:"Outfit",system-ui,sans-serif;color:var(--teal);font-size:16px;line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased;}
.fye-edu *,.fye-edu *::before,.fye-edu *::after{box-sizing:border-box;}
.fye-edu p{margin:0 0 1em;}.fye-edu p:last-child{margin-bottom:0;}
.fye-edu a{color:var(--teal);text-decoration:none;transition:color .22s;}
.fye-edu a:hover{color:var(--sage);}
.fye-edu .band{padding:var(--sect-y) var(--pad-x);}
.fye-edu .band--ivory{background:var(--ivory);}
.fye-edu .band--white{background:var(--white);}
.fye-edu .band--mist{background:var(--mist);}
.fye-edu .band--teal{background:var(--teal);color:var(--ivory);}
.fye-edu .band--sage{background:#6e836e;color:var(--white);}
.fye-edu .band--teal h2,.fye-edu .band--sage h2{color:var(--ivory);}
.fye-edu .band--teal .body,.fye-edu .band--teal .eyebrow{color:rgba(242,241,232,.8);}
.fye-edu .band--sage .body,.fye-edu .band--sage .eyebrow{color:rgba(255,255,255,.9);}
.fye-edu .band--teal .flanked::before,.fye-edu .band--teal .flanked::after,.fye-edu .band--sage .flanked::before,.fye-edu .band--sage .flanked::after{background:rgba(242,241,232,.45);}
.fye-edu .wrap{max-width:var(--maxw);margin:0 auto;}
.fye-edu .wrap--narrow{max-width:780px;margin:0 auto;}
.fye-edu .eyebrow{font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0;}
.fye-edu 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;text-wrap:balance;}
.fye-edu .body{font-size:16px;font-weight:300;line-height:1.65;color:var(--teal);}
.fye-edu .sect-head{text-align:center;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px;}
.fye-edu .flanked{display:flex;align-items:center;justify-content:center;gap:26px;width:100%;}
.fye-edu .flanked::before,.fye-edu .flanked::after{content:"";height:1px;background:var(--line);flex:1 1 auto;}
.fye-edu .sect-head .body{color:var(--muted);max-width:640px;}
.fye-edu .prose{display:flex;flex-direction:column;gap:18px;align-items:flex-start;}
@media (max-width:560px){.fye-edu .band{--sect-y:56px;}}
/* END_SECTION:fye-rich-text */

/* START_SECTION:fye-scale (INDEX:65) */
.fye-edu{--teal:#233D47;--ivory:#F2F1E8;--white:#FFFFFF;--sage:#879b87;--line:rgba(35,61,71,.18);--muted:rgba(35,61,71,.60);--mist:#DCEFEF;--maxw:1180px;--pad-x:24px;--sect-y:84px;--font-head:"Tenor Sans","Cormorant Garamond",Georgia,serif;font-family:"Outfit",system-ui,sans-serif;color:var(--teal);font-size:16px;line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased;}
.fye-edu *,.fye-edu *::before,.fye-edu *::after{box-sizing:border-box;}
.fye-edu p{margin:0;}
.fye-edu .band{padding:var(--sect-y) var(--pad-x);}
.fye-edu .band--ivory{background:var(--ivory);}.fye-edu .band--white{background:var(--white);}.fye-edu .band--mist{background:var(--mist);}
.fye-edu .wrap{max-width:var(--maxw);margin:0 auto;}
.fye-edu .eyebrow{font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0;}
.fye-edu 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;}
.fye-edu .body{font-size:16px;font-weight:300;line-height:1.65;color:var(--teal);}.fye-edu .body--muted{color:var(--muted);}
.fye-edu .sect-head{text-align:center;margin:0 auto 44px;display:flex;flex-direction:column;align-items:center;gap:16px;}
.fye-edu .flanked{display:flex;align-items:center;justify-content:center;gap:26px;width:100%;}
.fye-edu .flanked::before,.fye-edu .flanked::after{content:"";height:1px;background:var(--line);flex:1 1 auto;}
.fye-edu .sect-head .body{color:var(--muted);max-width:640px;}
/* scale */
.fye-edu .scale{display:flex;flex-direction:column;gap:14px;}
.fye-edu .scale__track{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:6px;}
.fye-edu .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 .band--white .scale__seg{background:var(--ivory);}
.fye-edu .scale__seg .g{display:block;font-weight:500;font-size:13px;letter-spacing:.08em;margin-bottom:3px;}
.fye-edu .scale__seg .t{display:block;font-size:11px;color:var(--muted);}
.fye-edu .scale__seg--rec{background:var(--teal);box-shadow:none;color:var(--ivory);}
.fye-edu .scale__seg--rec .t{color:rgba(242,241,232,.75);}
.fye-edu .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 .scale-cap{margin-top:6px;font-size:13px;}
@media (max-width:760px){.fye-edu .scale__track{grid-auto-flow:row;grid-template-columns:repeat(3,1fr);}}
@media (max-width:460px){.fye-edu .scale__track{grid-template-columns:repeat(2,1fr);}.fye-edu .band{--sect-y:56px;}}
/* END_SECTION:fye-scale */

/* START_SECTION:fye-shape-tiles (INDEX:66) */
.fye-edu{--teal:#233D47;--ivory:#F2F1E8;--white:#FFFFFF;--sage:#879b87;--line:rgba(35,61,71,.18);--muted:rgba(35,61,71,.60);--mist:#DCEFEF;--maxw:1180px;--pad-x:24px;--sect-y:84px;--font-head:"Tenor Sans","Cormorant Garamond",Georgia,serif;font-family:"Outfit",system-ui,sans-serif;color:var(--teal);font-size:16px;line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased;}
.fye-edu *,.fye-edu *::before,.fye-edu *::after{box-sizing:border-box;}
.fye-edu p{margin:0;}
.fye-edu a{color:var(--teal);text-decoration:none;transition:color .22s;}
.fye-edu .band{padding:var(--sect-y) var(--pad-x);}
.fye-edu .band--ivory{background:var(--ivory);}.fye-edu .band--white{background:var(--white);}.fye-edu .band--mist{background:var(--mist);}
.fye-edu .wrap{max-width:var(--maxw);margin:0 auto;}
.fye-edu .eyebrow{font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0;}
.fye-edu 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;}
.fye-edu .body{font-size:16px;font-weight:300;line-height:1.65;color:var(--teal);}
.fye-edu .sect-head{text-align:center;margin:0 auto 44px;display:flex;flex-direction:column;align-items:center;gap:16px;}
.fye-edu .flanked{display:flex;align-items:center;justify-content:center;gap:26px;width:100%;}
.fye-edu .flanked::before,.fye-edu .flanked::after{content:"";height:1px;background:var(--line);flex:1 1 auto;}
.fye-edu .sect-head .body{color:var(--muted);max-width:640px;}
/* shape tiles */
.fye-edu .shapes{display:grid;gap:10px;}
.fye-edu .shapes--5{grid-template-columns:repeat(5,1fr);}
.fye-edu .shapes--4{grid-template-columns:repeat(4,1fr);}
.fye-edu .shapes--3{grid-template-columns:repeat(3,1fr);}
.fye-edu .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 .band--white .shape{background:var(--ivory);}
.fye-edu .shape:hover{box-shadow:inset 0 0 0 1px var(--teal);}
.fye-edu .shape__ico{min-height:calc(var(--tile-ico,60px) + 2px);display:flex;align-items:center;justify-content:center;}
.fye-edu .shape__ico img{height:var(--tile-ico,60px);width:auto;max-width:100%;object-fit:contain;transition:opacity .22s;}
.fye-edu .shape__glyph{font-family:var(--font-head);font-size:30px;color:rgba(35,61,71,.28);line-height:1;}
.fye-edu .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 .shape:hover span.n{color:var(--sage);}
.fye-edu .shape:hover .shape__ico img{opacity:.55;}
@media (max-width:900px){.fye-edu .shapes--5,.fye-edu .shapes--4{grid-template-columns:repeat(3,1fr);}}
@media (max-width:560px){.fye-edu .shapes{grid-template-columns:repeat(2,1fr);}.fye-edu .band{--sect-y:56px;}}
/* END_SECTION:fye-shape-tiles */

/* START_SECTION:fye-steps (INDEX:67) */
.fye-edu{--teal:#233D47;--ivory:#F2F1E8;--white:#FFFFFF;--sage:#879b87;--line:rgba(35,61,71,.18);--muted:rgba(35,61,71,.60);--mist:#DCEFEF;--maxw:1180px;--pad-x:24px;--sect-y:84px;--font-head:"Tenor Sans","Cormorant Garamond",Georgia,serif;font-family:"Outfit",system-ui,sans-serif;color:var(--teal);font-size:16px;line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased;}
.fye-edu *,.fye-edu *::before,.fye-edu *::after{box-sizing:border-box;}
.fye-edu p{margin:0;}
.fye-edu .band{padding:var(--sect-y) var(--pad-x);}
.fye-edu .band--ivory{background:var(--ivory);}.fye-edu .band--white{background:var(--white);}.fye-edu .band--mist{background:var(--mist);}
.fye-edu .band--teal{background:var(--teal);color:var(--ivory);}.fye-edu .band--sage{background:#6e836e;color:var(--white);}
.fye-edu .band--teal h2,.fye-edu .band--sage h2{color:var(--ivory);}
.fye-edu .band--teal .eyebrow,.fye-edu .band--teal .body{color:rgba(242,241,232,.8);}
.fye-edu .band--teal .flanked::before,.fye-edu .band--teal .flanked::after,.fye-edu .band--sage .flanked::before,.fye-edu .band--sage .flanked::after{background:rgba(242,241,232,.45);}
.fye-edu .wrap{max-width:var(--maxw);margin:0 auto;}
.fye-edu .eyebrow{font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0;}
.fye-edu 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;}
.fye-edu h3{font-family:"Outfit",sans-serif;font-weight:500;font-size:16px;margin:0;line-height:1.35;}
.fye-edu .body{font-size:16px;font-weight:300;line-height:1.65;color:var(--teal);}
.fye-edu .sect-head{text-align:center;margin:0 auto 44px;display:flex;flex-direction:column;align-items:center;gap:16px;}
.fye-edu .flanked{display:flex;align-items:center;justify-content:center;gap:26px;width:100%;}
.fye-edu .flanked::before,.fye-edu .flanked::after{content:"";height:1px;background:var(--line);flex:1 1 auto;}
.fye-edu .sect-head .body{color:var(--muted);max-width:640px;}
/* steps — grid lines via 1px gap so it adapts to any column count / wrapping */
.fye-edu .steps{display:grid;gap:1px;background:var(--line);box-shadow:inset 0 0 0 1px var(--line);}
.fye-edu .steps--4{grid-template-columns:repeat(4,1fr);}
.fye-edu .steps--3{grid-template-columns:repeat(3,1fr);}
.fye-edu .steps--2{grid-template-columns:repeat(2,1fr);}
.fye-edu .step{padding:30px 26px;display:flex;flex-direction:column;gap:10px;background:var(--white);}
.fye-edu .band--white .step{background:var(--ivory);}
.fye-edu .band--mist .step{background:var(--white);}
.fye-edu .band--teal .step,.fye-edu .band--sage .step{background:rgba(255,255,255,.05);color:var(--ivory);}
.fye-edu .step__n{font-family:var(--font-head);font-size:34px;line-height:1;color:var(--teal);font-weight:400;}
.fye-edu .band--teal .step__n,.fye-edu .band--sage .step__n{color:var(--ivory);}
.fye-edu .step h3{font-size:15px;}.fye-edu .step .body{font-size:14px;}
@media (max-width:900px){.fye-edu .steps--4,.fye-edu .steps--3{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.fye-edu .steps{grid-template-columns:1fr!important;}.fye-edu .band{--sect-y:56px;}}
/* END_SECTION:fye-steps */

/* START_SECTION:fye-table (INDEX:68) */
.fye-edu{--teal:#233D47;--ivory:#F2F1E8;--white:#FFFFFF;--sage:#879b87;--line:rgba(35,61,71,.18);--muted:rgba(35,61,71,.60);--mist:#DCEFEF;--maxw:1180px;--pad-x:24px;--sect-y:84px;--font-head:"Tenor Sans","Cormorant Garamond",Georgia,serif;font-family:"Outfit",system-ui,sans-serif;color:var(--teal);font-size:16px;line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased;}
.fye-edu *,.fye-edu *::before,.fye-edu *::after{box-sizing:border-box;}
.fye-edu p{margin:0;}
.fye-edu .band{padding:var(--sect-y) var(--pad-x);}
.fye-edu .band--ivory{background:var(--ivory);}.fye-edu .band--white{background:var(--white);}.fye-edu .band--mist{background:var(--mist);}
.fye-edu .wrap{max-width:var(--maxw);margin:0 auto;}
.fye-edu .eyebrow{font-family:"Outfit",sans-serif;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0;}
.fye-edu 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;}
.fye-edu .body{font-size:16px;font-weight:300;line-height:1.65;color:var(--teal);}.fye-edu .body--muted{color:var(--muted);}
.fye-edu .sect-head{text-align:center;margin:0 auto 44px;display:flex;flex-direction:column;align-items:center;gap:16px;}
.fye-edu .flanked{display:flex;align-items:center;justify-content:center;gap:26px;width:100%;}
.fye-edu .flanked::before,.fye-edu .flanked::after{content:"";height:1px;background:var(--line);flex:1 1 auto;}
.fye-edu .sect-head .body{color:var(--muted);max-width:640px;}
/* table */
.fye-edu .table-wrap{width:100%;}
.fye-edu .table{width:100%;border-collapse:collapse;font-size:15px;}
.fye-edu .table thead th{text-align:left;font-family:"Outfit",sans-serif;font-weight:500;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);padding:0 18px 14px;border-bottom:1px solid var(--line);}
.fye-edu .table td{padding:18px;border-bottom:1px solid var(--line);vertical-align:top;font-weight:300;line-height:1.55;}
.fye-edu .table th:first-child,.fye-edu .table td:first-child{padding-left:0;}
.fye-edu .table th:last-child,.fye-edu .table td:last-child{padding-right:0;}
.fye-edu .table td.k{font-weight:500;}
.fye-edu .table tbody tr:last-child td{border-bottom:0;}
.fye-edu .table-note{margin-top:16px;font-size:13px;}
@media (max-width:660px){
  .fye-edu .table,.fye-edu .table tbody,.fye-edu .table tr{display:block;width:100%;}
  .fye-edu .table thead{display:none;}
  .fye-edu .table tr{border-bottom:1px solid var(--line);padding:16px 0;}
  .fye-edu .table tbody tr:last-child{border-bottom:0;}
  .fye-edu .table td{display:flex;gap:12px;padding:6px 0;border-bottom:0;}
  .fye-edu .table td::before{content:attr(data-label);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:500;flex:0 0 38%;padding-top:2px;}
  .fye-edu .band{--sect-y:56px;}
}
/* END_SECTION:fye-table */

/* START_SECTION:fye-testimonials (INDEX:69) */
.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:latest-news-em (INDEX:89) */
.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 */