.sf-header {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 10px 4%;
  position: relative;
  z-index: 5;
  background: white;
  min-height: 94px;
}
.sf-header .st-logo {
  width: 125px;
}
.sf-header > nav {
  display: flex;
  gap: 20px;
  margin-left: auto;
  font-size: 11px;
}
.sf-header > nav a[aria-current='page'] {
  border-bottom: 1px solid #a37827;
}
.sf-cart-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 38px;
  min-height: 44px;
}
.sf-cart-link span {
  font-size: 10px;
}
.sf-book {
  display: flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid #a37827;
  padding: 12px 0;
  font-size: 11px;
  white-space: nowrap;
}
.sf-heading {
  padding: 72px 7% 64px;
  background: #edf2ee;
  border-bottom: 1px solid #d4ded6;
}
.sf-heading h1 {
  font-size: 68px;
  line-height: 1.06;
  margin: 0 0 24px;
  max-width: 960px;
}
.sf-heading > p:last-child {
  font-size: 15px;
  color: #53685b;
  max-width: 680px;
  margin: 0;
}
.sf-heading .st-eyebrow {
  margin-bottom: 18px !important;
}
.sf-page-body {
  padding-top: 52px;
}
.sf-bottom {
  background: #153d2e;
  color: #fff;
  padding: 55px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.sf-bottom h2 {
  font-size: 44px;
}
.sf-bottom .st-eyebrow {
  margin-bottom: 12px !important;
}
.sf-site .sf-chat {
  position: fixed;
  right: 22px;
  bottom: 18px;
  z-index: 10;
  background: #153d2e;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 19px;
  box-shadow: 0 3px 14px #0002;
  font-size: 11px;
  border: 1px solid #c7b477;
  border-radius: 4px;
}
.sf-site .st-footer {
  padding-bottom: 90px;
}
.sf-home-intro {
  display: grid;
  grid-template-columns: 0.6fr 1fr 1.3fr;
  gap: 40px;
}
.sf-home-intro > div {
  font-size: 14px;
}
.sf-pathways {
  background: #f6f7f4;
}
.sf-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.sf-three img {
  width: 100%;
  aspect-ratio: 1.1;
  object-fit: cover;
  margin-bottom: 25px;
}
.sf-three h3 {
  font-size: 34px;
  margin-bottom: 15px;
}
.sf-three article > p:not(.st-eyebrow) {
  font-size: 14px;
  color: #57645b;
}
.sf-three .st-eyebrow {
  margin-bottom: 12px !important;
}
.sf-lead {
  margin: 25px 0 !important;
  max-width: 700px;
}
.sf-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 24px 0;
}
.sf-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 30px;
}
.sf-service-grid article {
  border-top: 1px solid #a8bbae;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.sf-service-grid h2 {
  font-size: 31px;
  min-height: 76px;
  margin-bottom: 20px;
}
.sf-service-grid article > p:not(.st-eyebrow) {
  font-size: 13px;
  color: #57645b;
}
.sf-service-grid article > .st-button {
  margin-top: auto;
}
.sf-service-grid dl {
  width: 100%;
  font-size: 11px;
  margin: 4px 0 24px;
}
.sf-service-grid dl > div {
  border-top: 1px solid #d4ded6;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}
.sf-service-grid dd {
  text-align: right;
  margin: 0;
  max-width: 65%;
}
.sf-service-grid article > strong {
  font-size: 13px;
  font-weight: 500;
}
.sf-note {
  font-size: 12px !important;
  line-height: 1.7;
  color: #5c685f;
  max-width: 880px;
  margin: 26px 0 !important;
}
.sf-inline-band {
  margin: 50px 0;
  padding: 32px 0;
  border-top: 1px solid #d4ded6;
  border-bottom: 1px solid #d4ded6;
}
.sf-inline-band h3 {
  margin-bottom: 20px;
}
.sf-inline-band p {
  font-size: 14px;
  max-width: 800px;
}
.sf-filter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.sf-filter button {
  background: white;
  border: 1px solid #b6c7bc;
  padding: 10px 18px;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
  border-radius: 3px;
}
.sf-filter button[aria-pressed='true'] {
  background: #153d2e;
  color: white;
}
.sf-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 45px;
}
.sf-gallery img {
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: cover;
}
.sf-gallery a:only-child {
  grid-column: 1/-1;
}
.sf-gallery a:only-child img {
  max-height: 550px;
  aspect-ratio: 2;
  object-fit: contain;
  background: #f6f7f4;
}
.sf-editorial {
  max-width: 850px;
  margin: 35px auto;
  font-size: 15px;
  line-height: 1.9;
}
.sf-editorial h3 {
  font-size: 30px;
  margin: 35px 0 18px;
}
.sf-editorial p {
  margin-bottom: 20px;
}
.sf-editorial ul,
.sf-editorial ol {
  padding-left: 24px;
  margin: 20px 0;
}
.sf-editorial li {
  padding-left: 5px;
  margin-bottom: 8px;
}
.sf-editorial blockquote {
  font-family: var(--font-serif), Georgia, serif;
  font-size: 30px;
  line-height: 1.4;
  border-left: 2px solid #b89444;
  padding: 10px 0 10px 24px;
  margin: 32px 0;
}
.sf-full-content {
  margin-top: 70px;
  border-top: 1px solid #ccd7cf;
  padding-top: 45px;
}
.sf-full-content > h2 {
  font-size: 44px;
}
.sf-course-list article {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 35px;
  border-bottom: 1px solid #cfd9d1;
  padding: 35px 0 40px;
}
.sf-level {
  font-family: var(--font-serif), Georgia, serif;
  font-size: 68px;
  line-height: 1;
  color: #8ca794;
}
.sf-course-list h2 {
  font-size: 39px;
  margin-bottom: 20px;
}
.sf-course-list article > div > p {
  max-width: 800px;
  font-size: 14px;
}
.sf-course-list article strong {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.sf-course-terms {
  color: #57645b;
}
.sf-search {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 480px;
  border-bottom: 1px solid #75947f;
  margin-bottom: 40px;
}
.sf-search input {
  border: 0 !important;
  background: transparent !important;
}
.sf-products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sf-products article {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.sf-products article > a:first-child {
  width: 100%;
}
.sf-products h2 {
  font-size: 34px;
  margin-bottom: 15px;
}
.sf-products strong {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.sf-products .st-button {
  margin-top: 24px;
}
.sf-products .st-text-link {
  margin-top: auto;
}
.sf-site input,
.sf-site select,
.sf-site textarea {
  width: 100%;
  border: 1px solid #b5c4ba;
  background: #fff;
  padding: 13px 12px;
  min-height: 46px;
  font: inherit;
  font-size: 14px;
  border-radius: 2px;
  color: #153d2e;
}
.sf-site input:focus,
.sf-site select:focus,
.sf-site textarea:focus {
  outline: 2px solid #8ca794;
  outline-offset: 2px;
}
.sf-site input[type='checkbox'] {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 4px 0 0;
  flex-shrink: 0;
}
.sf-site button {
  cursor: pointer;
  font-family: inherit;
}
.sf-site button.st-button {
  border: 0;
}
.sf-product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
}
.sf-product-detail > a img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
}
.sf-product-detail > div h2 {
  font-size: 39px;
  margin-bottom: 25px;
}
.sf-product-detail > div > label {
  display: block;
  max-width: 180px;
  margin-bottom: 24px;
  font-size: 13px;
}
.sf-product-detail > div > label input {
  margin-top: 8px;
}
.sf-product-detail > div > .st-text-link {
  display: flex;
  width: fit-content;
}
.sf-cart-row {
  display: grid;
  grid-template-columns: 1fr 100px 90px;
  gap: 25px;
  padding: 25px 0;
  border-bottom: 1px solid #d4ded6;
  align-items: center;
}
.sf-cart-row h2 {
  font-size: 30px;
}
.sf-cart-row p {
  font-size: 12px;
  color: #5c685f;
  margin: 8px 0 0;
}
.sf-cart-row button {
  border: 0;
  background: transparent;
  color: #153d2e;
  text-decoration: underline;
  font-size: 12px;
  min-height: 44px;
}
.sf-cart-row label {
  font-size: 11px;
}
.sf-registration {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 55px;
  align-items: start;
}
.sf-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.sf-form-grid label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 12px;
}
.sf-wide {
  grid-column: 1/-1;
}
.sf-form-grid .sf-consent {
  flex-direction: row;
  align-items: start;
  gap: 13px;
}
.sf-consent a {
  text-decoration: underline;
}
.sf-registration form > .st-button {
  margin-top: 25px;
}
.sf-registration aside {
  padding: 30px;
  background: #edf2ee;
  position: sticky;
  top: 30px;
  font-size: 14px;
}
.sf-registration aside h2 {
  font-size: 34px;
  margin-bottom: 20px;
}
.sf-registration aside hr {
  border: 0;
  border-top: 1px solid #b5c4ba;
  margin: 25px 0;
}
.sf-registration aside > strong {
  font-weight: 500;
}
.sf-registration aside p {
  overflow-wrap: anywhere;
}
.sf-registration #request-review {
  padding: 35px;
  border: 1px solid #a9bfae;
  background: #f6f7f4;
}
.sf-registration #request-review h2 {
  font-size: 36px;
}
.sf-registration pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font: inherit;
  font-size: 13px;
  line-height: 1.8;
  background: white;
  padding: 24px;
  border: 1px solid #c8d5cd;
  margin-top: 25px;
}
.sf-registration #request-review > p:not(.st-eyebrow) {
  font-size: 13px;
}
.sf-outline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #153d2e;
  padding: 13px 20px;
  min-height: 48px;
  background: transparent;
  color: #153d2e;
  font-size: 12px;
}
.sf-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.sf-contact-grid h2 {
  font-size: 44px;
  margin-bottom: 30px;
}
.sf-contact-grid address {
  font-style: normal;
  min-width: 0;
}
.sf-contact-grid address a {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #d4ded6;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.sf-contact-grid address svg {
  flex-shrink: 0;
}
.sf-section-title {
  margin-top: 45px !important;
}
.sf-lightbox {
  border: 0;
  padding: 18px;
  max-width: min(92vw, 1100px);
  max-height: 92svh;
  background: #fff;
}
.sf-lightbox::backdrop {
  background: #081a14dc;
}
.sf-lightbox img {
  max-width: 100%;
  max-height: 75svh;
  object-fit: contain;
  margin: auto;
}
.sf-lightbox button {
  display: block;
  margin: 0 0 15px auto;
  width: 44px;
  height: 44px;
  border: 1px solid #b5c4ba;
  background: white;
  font-size: 25px;
}
.sf-lightbox p {
  text-align: center;
  font-size: 12px;
  margin: 12px 0 0;
}
#cart-status,
#request-status {
  font-size: 13px;
  margin-top: 20px;
  min-height: 20px;
}
.sf-site [hidden] {
  display: none !important;
}
.sf-review-links {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  padding: 0 7% 80px;
  font-size: 11px;
}
.sf-review-links a {
  display: flex;
  gap: 8px;
  align-items: center;
}
.sf-product-detail > div > a > img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
}
.sf-product-detail > div > .sf-gallery {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .sf-header > nav {
    gap: 13px;
  }
  .sf-header {
    gap: 16px;
  }
  .sf-header .sf-book {
    display: none;
  }
  .sf-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .sf-header > nav {
    display: none;
  }
  .sf-header .st-mobile {
    display: block;
  }
  .sf-cart-link {
    margin-left: auto;
  }
  .sf-heading h1 {
    font-size: 54px;
  }
  .sf-home-intro {
    grid-template-columns: 1fr 1.4fr;
  }
  .sf-home-intro > .st-eyebrow {
    grid-column: 1/-1;
  }
  .sf-three {
    gap: 22px;
  }
  .sf-three h3 {
    font-size: 28px;
  }
  .sf-registration {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sf-registration aside {
    position: static;
    grid-row: 1;
  }
  .sf-product-detail {
    gap: 35px;
  }
  .sf-contact-grid {
    gap: 40px;
  }
  .sf-header .st-mobile nav {
    top: 100%;
  }
}
@media (max-width: 620px) {
  .sf-header {
    padding: 8px 6%;
    min-height: 82px;
  }
  .sf-heading {
    padding: 48px 7%;
  }
  .sf-heading h1 {
    font-size: 43px;
  }
  .sf-heading > p:last-child {
    font-size: 14px;
  }
  .sf-three,
  .sf-service-grid,
  .sf-home-intro,
  .sf-product-detail,
  .sf-contact-grid {
    grid-template-columns: 1fr;
  }
  .sf-three {
    gap: 40px;
  }
  .sf-three img {
    aspect-ratio: 1.35;
  }
  .sf-service-grid h2 {
    min-height: 0;
    font-size: 31px;
  }
  .sf-service-grid {
    gap: 35px;
  }
  .sf-filter {
    gap: 8px;
    margin-bottom: 30px;
  }
  .sf-filter button {
    padding: 10px 13px;
    font-size: 11px;
  }
  .sf-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .sf-gallery img {
    aspect-ratio: 1;
  }
  .sf-editorial {
    font-size: 14px;
    line-height: 1.8;
  }
  .sf-editorial h3 {
    font-size: 27px;
  }
  .sf-course-list article {
    grid-template-columns: 42px 1fr;
    gap: 18px;
  }
  .sf-course-list h2 {
    font-size: 31px;
  }
  .sf-level {
    font-size: 44px;
  }
  .sf-form-grid {
    grid-template-columns: 1fr;
  }
  .sf-registration {
    gap: 25px;
  }
  .sf-registration aside {
    padding: 24px;
  }
  .sf-registration #request-review {
    padding: 22px;
  }
  .sf-registration pre {
    padding: 15px;
    font-size: 12px;
  }
  .sf-registration #request-review h2 {
    font-size: 31px;
  }
  .sf-bottom {
    flex-direction: column;
    align-items: start;
    padding: 40px 7%;
  }
  .sf-bottom h2 {
    font-size: 34px;
  }
  .sf-chat {
    right: 12px !important;
    bottom: 12px !important;
    padding: 11px 14px !important;
    font-size: 10px !important;
  }
  .sf-cart-row {
    grid-template-columns: 1fr 70px;
    gap: 16px;
  }
  .sf-cart-row h2 {
    font-size: 25px;
  }
  .sf-cart-row button {
    grid-column: 1/-1;
    width: fit-content;
    justify-self: end;
  }
  .sf-service-grid .sf-actions {
    gap: 15px;
  }
  .sf-full-content > h2 {
    font-size: 35px;
  }
  .sf-site h1,
  .sf-site h2,
  .sf-site h3 {
    overflow-wrap: break-word;
  }
  .sf-site .st-footer {
    padding-bottom: 90px;
  }
}
