.sy-hide-sub {
  display: none !important;
}

@media (min-width: 1024px) {
  .sy-hide-sub {
  display: flex !important;
  }
}

@keyframes sy-header-fade{from{background-color:transparent;box-shadow:none}to{background-color:#0e1432;box-shadow:0 10px 30px -12px rgba(6,11,32,0.35)}}

header {
  animation-name: sy-header-fade;
  animation-duration: auto;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-timeline: scroll();
  animation-range: 0px 140px;
}

.sy4-page {
  --sy4-dark: #060b20;
  --sy4-navy: #0e1432;
  --sy4-copper: #b48a79;
  --sy4-teal-deep: #192a31;
  --sy4-teal-muted: #3c5058;
  --sy4-paper: #f6f5f2;
  --sy4-display: 'HW Atlantic','Cormorant Garamond',Georgia,'Times New Roman',serif;
  --sy4-body: 'Aptos','Segoe UI Variable Text','Segoe UI',system-ui,-apple-system,'Helvetica Neue',Arial,sans-serif;
  position: relative;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(246, 245, 242);
  color: rgb(25, 42, 49);
  font-family: var(--sy4-body);
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
}

.sy4-page img {
  display: block;
  max-width: 100%;
}

.sy4-page a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  color: inherit;
}

.sy4-header {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 32px;
  column-gap: 32px;
  margin: 0px 24px;
  padding: 0px max(22px, 50% - 674px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.16);
  border-right-color: rgba(255, 255, 255, 0.16);
  border-bottom-color: rgba(255, 255, 255, 0.16);
  border-left-color: rgba(255, 255, 255, 0.16);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  box-sizing: border-box;
  max-width: none;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  transition-behavior: normal, normal, normal;
  transition-duration: 300ms, 300ms, 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0s, 0s, 0s;
  transition-property: background-color, box-shadow, color, padding-top;
  height: 52px;
}

@media (prefers-reduced-motion: reduce) {
  .sy4-header {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 900px) {
  .sy4-header {
  top: 8px;
  height: auto;
  margin: 0px 12px;
  flex-wrap: nowrap;
  row-gap: 0px;
  column-gap: 12px;
  padding: 8px 14px;
  }
}

@media (max-width: 2160px) {
  .sy4-header {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  }
}

.sy4-header__right {
  display: flex;
  align-items: center;
  row-gap: 56px;
  column-gap: 56px;
}

@media (max-width: 900px) {
  .sy4-header__right {
  display: none;
  }
}

.sy4-nav {
  display: flex;
  align-items: center;
  row-gap: 36px;
  column-gap: 36px;
}

@media (max-width: 900px) {
  .sy4-nav {
  row-gap: 8px;
  column-gap: 16px;
  flex-wrap: wrap;
  }
}

.sy4-nav__item {
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  padding: 0px;
  cursor: pointer;
  font-family: var(--sy4-body);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: var(--sy4-nav-color, rgb(14, 20, 50));
}

@media (max-width: 900px) {
  .sy4-nav__item {
  font-size: 14px;
  }
}

.sy4-nav__chev {
  padding-right: 16px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: 10px 6px;
  background-image: var(
    --sy4-chev,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%230e1432' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
  );
}

.sy4-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-family: var(--sy4-body);
  font-size: 16px;
  line-height: 24px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  box-sizing: border-box;
}

.sy4-btn--copper {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(180, 138, 121);
  color: rgb(6, 11, 32) !important;
  font-size: 15px;
  line-height: 15px;
  padding: 12px 24px;
}

.sy4-btn--copper-lg {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(180, 138, 121);
  height: 44px;
  padding: 0px 28px;
  color: rgb(6, 11, 32) !important;
}

.sy4-linkarrow {
  font-size: 16px;
  line-height: 24px;
  padding: 0px 8px;
  color: rgb(255, 255, 255) !important;
}

@media (max-width: 560px) {
  .sy4-linkarrow {
  text-align: center;
  display: none;
  }
}

.sy4-hero {
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 40px;
  margin: 0px auto;
  padding: 80px max(80px, 50% - 640px) 80px max(100px, 50% - 620px);
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  background-color: rgb(6, 11, 32);
  background-image: url("/uploads/l1DrvqLAfssr_E1suDizS-sy-v4-hero-bg-w1920.webp");
  background-image: image-set(url("/uploads/l1DrvqLAfssr_E1suDizS-sy-v4-hero-bg-w64.webp") 0.06x, url("/uploads/l1DrvqLAfssr_E1suDizS-sy-v4-hero-bg-w320.webp") 0.31x, url("/uploads/l1DrvqLAfssr_E1suDizS-sy-v4-hero-bg-w640.webp") 0.63x, url("/uploads/l1DrvqLAfssr_E1suDizS-sy-v4-hero-bg-w1024.webp") 1x, url("/uploads/l1DrvqLAfssr_E1suDizS-sy-v4-hero-bg-w1600.webp") 1.56x, url("/uploads/l1DrvqLAfssr_E1suDizS-sy-v4-hero-bg-w1920.webp") 1.88x);
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  max-width: none;
}

@media (max-width: 900px) {
  .sy4-hero {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 40px;
  column-gap: 40px;
  min-height: 640px;
  padding: 108px 24px 56px;
  }
}

@media (max-width: 560px) {
  .sy4-hero {
  min-height: 560px;
  padding: 100px 20px 44px;
  }
}

.sy4-hero__left {
  max-width: 593px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

@media (max-width: 560px) {
  .sy4-hero__left {
  padding-top: 32px;
  }
}

.sy4-eyebrow {
  font-family: var(--sy4-body);
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: rgb(180, 138, 121);
  margin: 0px 0px 26px;
}

.sy4-hero__h1 {
  font-family: var(--sy4-display);
  font-weight: 400;
  font-size: 56px;
  line-height: 64px;
  color: rgb(255, 255, 255);
  margin: 0px;
}

@media (max-width: 900px) {
  .sy4-hero__h1 {
  font-size: 40px;
  line-height: 48px;
  }
}

@media (max-width: 560px) {
  .sy4-hero__h1 {
  font-size: 32px;
  line-height: 40px;
  }
}

.sy4-hero__ctas {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
  margin-top: 36px;
}

@media (max-width: 560px) {
  .sy4-hero__ctas {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  margin-top: 28px;
  align-items: flex-start;
  }
}

.sy4-hero__right {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 512px;
}

.sy4-cardrow {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  width: 512px;
  max-width: 100%;
  flex-wrap: nowrap;
}

@media (max-width: 560px) {
  .sy4-cardrow {
  width: 100%;
  flex-wrap: nowrap;
  column-gap: 8px;
  row-gap: 8px;
  }
}

.sy4-dcard {
  position: relative;
  height: 250px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 88px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0s;
  transition-property: width;
  cursor: pointer;
}

@media (max-width: 560px) {
  .sy4-dcard {
  height: 200px;
  }
}

.sy4-dcard__img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sy4-dcard__scrim {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.sy4-dcard__label {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  margin: 0px;
  font-family: var(--sy4-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (max-width: 560px) {
  .sy4-dcard__label {
  left: 12px;
  right: 12px;
  bottom: 12px;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.2px;
  overflow-wrap: break-word;
  }
}

.sy4-navrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

.sy4-navctrl {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.sy4-round {
  width: 48px;
  height: 48px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: rgb(255, 255, 255);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--sy4-body);
}

@media (max-width: 560px) {
  .sy4-round {
  display: none;
  }
}

.sy4-progress {
  display: flex;
  row-gap: 6px;
  column-gap: 6px;
  align-items: center;
}

@media (max-width: 560px) {
  .sy4-progress {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.sy4-progress__on {
  display: block;
  width: 32px;
  height: 3px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(180, 138, 121);
}

@media (max-width: 560px) {
  .sy4-progress__on {
  width: 44px;
  height: 6px;
  }
}

.sy4-progress__off {
  display: block;
  width: 16px;
  height: 3px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

@media (max-width: 560px) {
  .sy4-progress__off {
  width: 22px;
  height: 6px;
  }
}

.sy4-slideno {
  margin: 0px;
  font-family: var(--sy4-body);
  font-weight: 700;
  font-size: 28px;
  color: rgb(255, 255, 255);
}

.sy4-svc {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  min-height: 408px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
}

.sy4-svc--advisory {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(25, 42, 49);
  margin-bottom: -340px;
}

@media (max-width: 1200px) {
  .sy4-svc--advisory {
  margin-bottom: 24px;
  }
}

.sy4-svc__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 22px 0px;
  font-family: var(--sy4-body);
  font-size: 18px;
  line-height: 20px;
  color: rgb(255, 255, 255);
}

.sy4-svc__meta p {
  margin: 0px;
}

.sy4-svc__tag {
  text-transform: uppercase;
}

.sy4-svc__inner {
  display: flex;
  align-items: center;
  row-gap: 50px;
  column-gap: 50px;
  padding: 40px 60px 60px;
}

@media (max-width: 1200px) {
  .sy4-svc__inner {
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 40px 48px;
  }
}

@media (max-width: 900px) {
  .sy4-svc__inner {
  padding: 24px 24px 40px;
  }
}

.sy4-svc__left {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 450px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 1200px) {
  .sy4-svc__left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  max-width: none;
  }
}

.sy4-svc__h2 {
  margin: 0px;
  font-family: var(--sy4-display);
  font-weight: 400;
  font-size: 56px;
  line-height: 64px;
  color: rgb(255, 255, 255);
}

@media (max-width: 1200px) {
  .sy4-svc__h2 {
  font-size: 44px;
  line-height: 52px;
  }
}

@media (max-width: 900px) {
  .sy4-svc__h2 {
  font-size: 36px;
  line-height: 44px;
  }
}

.sy4-svc__lead {
  margin: 0px;
  font-family: var(--sy4-body);
  font-size: 18px;
  line-height: 28px;
  color: rgb(255, 255, 255);
}

.sy4-linkrow {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.sy4-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 147px;
  padding: 0px 16px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(180, 138, 121);
  font-family: var(--sy4-body);
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255) !important;
  height: 60px;
}

.sy4-link--light {
  font-family: var(--sy4-body);
  font-size: 18px;
  line-height: 28px;
  color: rgb(255, 255, 255) !important;
}

.sy4-link--copper {
  font-family: var(--sy4-body);
  font-size: 18px;
  line-height: 28px;
  color: rgb(180, 138, 121) !important;
}

.sy4-svc__grid {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 580px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 900px) {
  .sy4-svc__grid {
  grid-template-columns: 1fr;
  }
}

.sy4-svcitem {
  position: relative;
  min-height: 129px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 16px 70px 16px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgb(255, 255, 255) !important;
}

.sy4-svc--advisory .sy4-svcitem {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(60, 80, 88);
}

.sy4-svcitem__t {
  margin: 0px;
  font-family: var(--sy4-display);
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  color: rgb(255, 255, 255);
}

.sy4-svcitem__s {
  margin: 0px;
  font-family: var(--sy4-body);
  font-size: 13px;
  line-height: 20px;
  color: rgb(255, 255, 255);
}

.sy4-svcitem__a {
  position: absolute;
  top: 11px;
  right: 16px;
  width: 42px;
  height: 42px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sy4-body);
  font-weight: 700;
  font-size: 22px;
  color: rgb(255, 255, 255);
}

.sy4-footer {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(6, 11, 32);
  margin-top: 0px;
}

.sy4-cta {
  max-width: 1440px;
  margin: 0px auto -133px;
  padding: 0px 80px;
  box-sizing: border-box;
  display: block;
  transform: translateY(-133px);
}

@media (max-width: 1200px) {
  .sy4-cta {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 900px) {
  .sy4-cta {
  padding-left: 24px;
  padding-right: 24px;
  }
}

.sy4-cta__banner {
  min-height: 180;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(60, 80, 88);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(169, 196, 217);
  border-right-color: rgb(169, 196, 217);
  border-bottom-color: rgb(169, 196, 217);
  border-left-color: rgb(169, 196, 217);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  padding: 48px 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  row-gap: 40;
  column-gap: 40px;
  flex-wrap: wrap;
  color: rgb(255, 255, 255) !important;
  flex-direction: row;
}

@media (max-width: 900px) {
  .sy4-cta__banner {
  padding: 32px 24px;
  row-gap: 24px;
  column-gap: 24px;
  }
}

.sy4-cta__h {
  margin: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 420px;
  font-family: var(--sy4-display);
  font-weight: 400;
  font-size: 48px;
  line-height: 54px;
  color: rgb(255, 255, 255);
  min-width: 320px;
}

@media (max-width: 900px) {
  .sy4-cta__h {
  font-size: 34px;
  line-height: 42px;
  }
}

@media (max-width: 560px) {
  .sy4-cta__h {
  font-size: 28px;
  line-height: 36px;
  }
}

.sy4-cta__p {
  margin: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 310px;
  font-family: var(--sy4-body);
  font-size: 18px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  min-width: 280px;
}

.sy4-cta__btn {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 64px;
  width: 64px;
  height: 64px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(180, 138, 121);
  border-top-width: 1.5px;
  border-right-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 1.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(180, 138, 121);
  border-right-color: rgb(180, 138, 121);
  border-bottom-color: rgb(180, 138, 121);
  border-left-color: rgb(180, 138, 121);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sy4-body);
  font-weight: 700;
  font-size: 22px;
  color: rgb(255, 255, 255);
}

.sy4-footer__inner {
  max-width: 1440px;
  margin: 0px auto;
  padding: 0px 80px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .sy4-footer__inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 900px) {
  .sy4-footer__inner {
  padding-left: 24px;
  padding-right: 24px;
  }
}

.sy4-footer__cols {
  display: flex;
  row-gap: 64px;
  column-gap: 64px;
  flex-wrap: wrap;
  padding: 67px 0px 56px;
}

@media (max-width: 900px) {
  .sy4-footer__cols {
  row-gap: 32px;
  column-gap: 32px;
  }
}

.sy4-fcol {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 240px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
}

.sy4-fbrand {
  margin: 0px;
  font-family: var(--sy4-body);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2px;
  color: rgb(255, 255, 255);
}

.sy4-faddr {
  margin: 0px;
  font-family: var(--sy4-body);
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.65);
}

.sy4-fhead {
  margin: 0px;
  font-family: var(--sy4-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: rgb(180, 138, 121);
}

.sy4-flink {
  font-family: var(--sy4-body);
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.85) !important;
}

.sy4-fsocial {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  margin-top: 8px;
  font-family: var(--sy4-body);
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.85) !important;
}

.sy4-frule {
  height: 1px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(60, 80, 88);
}

.sy4-fbottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
  padding: 24px 0px 32px;
  font-family: var(--sy4-body);
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.55);
}

.sy4-logofix {
  display: block;
  width: 142.51px !important;
  height: 28px !important;
}

@media (max-width: 900px) {
  .sy4-logofix {
  width: 111.97px !important;
  height: 22px !important;
  }
}

.sy4-navlinkfix {
  color: var(--sy4-nav-color, rgb(14, 20, 50)) !important;
}

.sy4-sociconfix {
  display: block;
  width: 20px;
  height: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 20px;
}

.sy4-dcard__wash {
  background-image: linear-gradient(rgba(6, 11, 32, 0) 42%, rgba(6, 11, 32, 0.72) 100%);
}

.sy4-burger {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16'%3E%3Cpath d='M1 1h20M1 8h20M1 15h20' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 22px 16px;
  cursor: pointer;
  font-size: 0px;
  color: transparent;
}

@media (max-width: 900px) {
  .sy4-burger {
  display: flex;
  }
}

.sy4-mobilenav__close {
  position: absolute;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-family: var(--sy4-body);
  font-size: 32px;
  line-height: 1;
  top: 20px;
  right: 26px;
}

.sy4-mobilenav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.14);
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  cursor: pointer;
  text-align: left;
  color: rgb(255, 255, 255);
  font-family: var(--sy4-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.sy4-mobilenav__chev {
  background-image: url("/uploads/N5mQJGQ-p3k-DEzJx2lgs-sy-v4-icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: 12px 7px;
}

.sy4-mobilenav__list {
  display: flex;
  flex-direction: column;
}

.sy4-mobilenav__cta {
  align-self: flex-start;
  padding: 14px 28px;
  font-size: 18px;
}

.sy4-mobilenav {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 60;
  display: none;
  flex-direction: column;
  row-gap: 32px;
  padding: 84px 24px 40px;
  overflow-y: auto;
  background-color: rgb(6, 11, 32);
}

.sy4-header__logo {
  display: block;
  transition-behavior: normal;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0s;
  transition-property: opacity;
  opacity: var(--sy4-logo-white-opacity, 0);
  width: 142.51px;
  height: 28px;
}

@media (prefers-reduced-motion: reduce) {
  .sy4-header__logo {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.sy4-dcard--queueoverflow {
  display: block;
}

@media (max-width: 560px) {
  .sy4-dcard--queueoverflow {
  display: none !important;
  }
}

.syc-page {
  background: var(--deep);
}

.syc-person__photo {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 56px;
  height: 56px;
}

.syc-form__phone {
  grid-template-columns: 220px 1fr;
}

@media (min-width: 1024px) {
  .syc-form__phone {
  grid-template-columns: 220px 1fr;
  }
}

.syc-book {
  background: var(--bg);
}

.sya-page {
  --sya-navy: #0e1432;
  --sya-dark: #060b20;
  --sya-copper: #b48a79;
  --sya-teal-deep: #192a31;
  --sya-teal-muted: #3c5058;
  --sya-teal-accent: #69b5a8;
  --sya-sand: #d9c2a6;
  --sya-bg: #f0ede6;
  --sya-display: 'HW Atlantic','Cormorant Garamond',Georgia,'Times New Roman',serif;
  --sya-body: 'Aptos','Segoe UI Variable Text','Segoe UI',system-ui,-apple-system,'Helvetica Neue',Arial,sans-serif;
  background: var(--sya-bg);
  color: var(--sya-navy);
  font-family: var(--sya-body);
  overflow-x: clip;
}

.sya-page *, .sya-page ::before, .sya-page ::after {
  box-sizing: border-box;
}

.sya-page p, .sya-page h1, .sya-page h2, .sya-page h3, .sya-page ul {
  margin: 0px;
}

@media (max-width: 2160px) {
  .sya-page p, .sya-page h1, .sya-page h2, .sya-page h3, .sya-page ul {
  position: relative;
  }
}

.sya-page ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  padding: 0px;
}

.sya-page a {
  color: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.sya-page img {
  display: block;
  max-width: 100%;
}

.sya-main {
  padding-top: 96px;
}

@media (min-width: 900px) {
  .sya-main {
  padding-top: 118px;
  }
}

.sya-hero {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  column-gap: 14px;
  padding: clamp(48px, 8.9vh, 96px) 32px clamp(32px, 5.9vh, 64px);
}

@media (min-width: 900px) {
  .sya-hero {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 32px;
  column-gap: 32px;
  padding: 33px max(32px, 50% - 626px) 69px;
  }
}

@media (min-width: 768px) {
  .sya-hero {
  padding-left: max(32px, 50% - 626px);
  padding-right: max(32px, 50% - 626px);
  }
}

@media (max-height: 900px) {
  .sya-hero {
  padding-top: 24px;
  padding-bottom: 48px;
  }
}

.sya-hero__h1 {
  font-family: var(--sy4-display);
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  font: var(--t-h1);
  max-width: 326px;
  color: rgb(6, 11, 32);
  margin: 0px;
}

@media (min-width: 900px) {
  .sya-hero__h1 {
  max-width: 760px;
  font-size: 56px;
  line-height: 64px;
  }
}

@media (min-width: 768px) {
  .sya-hero__h1 {
  font-size: 56px;
  line-height: 64px;
  font: var(--t-display);
  max-width: 760px;
  }
}

@media (max-width: 2160px) {
  .sya-hero__h1 {
  position: relative;
  }
}

.sya-hero__sub {
  font-size: 18px;
  line-height: 28px;
  font: var(--t-body);
  color: var(--sya-dark);
}

@media (min-width: 900px) {
  .sya-hero__sub {
  font-size: 16px;
  line-height: 24px;
  }
}

.sya-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 12px;
  margin-top: 8px;
}

.sya-only-mobile {
  display: block;
}

@media (min-width: 900px) {
  .sya-only-mobile {
  display: none;
  }
}

.sya-only-desktop {
  display: none;
}

@media (min-width: 900px) {
  .sya-only-desktop {
  display: block;
  }
}

@media (min-width: 900px) {
  .sya-hero__intro {
  max-width: 380px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  }
}

.sya-people {
  position: relative;
  background: var(--sya-navy);
  color: rgb(255, 255, 255);
  padding: clamp(48px, 8.9vh, 96px) 32px clamp(56px, 10.4vh, 112px);
  margin-top: 24px;
}

@media (min-width: 900px) {
  .sya-people {
  padding: 96px 80px 112px;
  margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .sya-people {
  margin-top: 0px;
  }
}

@media (max-height: 900px) {
  .sya-people {
  padding-top: 48px;
  padding-bottom: 64px;
  }
}

.sya-people__head {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  margin-bottom: 32px;
}

@media (min-width: 900px) {
  .sya-people__head {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1252px;
  margin: 0px auto 32px;
  }
}

@media (min-width: 768px) {
  .sya-people__head {
  margin-bottom: 38px;
  }
}

.sya-people__h2 {
  font-family: var(--sya-display);
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-size: 40px;
  line-height: 48px;
  font: var(--t-h2);
}

@media (min-width: 900px) {
  .sya-people__h2 {
  font-size: 56px;
  line-height: 64px;
  }
}

@media (min-width: 768px) {
  .sya-people__h2 {
  font: var(--t-display);
  }
}

.sya-people__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  column-gap: 16px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 900px) {
  .sya-people__grid {
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  column-gap: 20px;
  max-width: 1252px;
  margin: 0px auto;
  }
}

@media (min-width: 768px) {
  .sya-people__grid {
  margin-left: auto;
  margin-right: auto;
  }
}

.sya-people__more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

@media (min-width: 900px) {
  .sya-people__more-wrap {
  display: none;
  }
}

@media (min-width: 768px) {
  .sya-people__more-wrap {
  display: flex;
  margin-top: 38px;
  }
}

.sya-values {
  text-align: center;
  padding: clamp(40px, 7vh, 76px) max(40px, 50% - 626px);
}

@media (min-width: 900px) {
  .sya-values {
  padding: 76px 40px;
  }
}

@media (min-width: 768px) {
  .sya-values {
  padding-left: max(40px, 50% - 625px);
  padding-right: max(40px, 50% - 625px);
  }
}

@media (max-height: 900px) {
  .sya-values {
  padding-top: 48px;
  padding-bottom: 48px;
  }
}

.sya-values__eyebrow {
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--sya-copper);
  font-weight: 700;
  line-height: 28px;
  font: var(--t-h4);
  margin-bottom: 35px !important;
}

.sya-values__grid {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  column-gap: 32px;
  max-width: 480px;
  margin: 0px auto;
  text-align: left;
}

@media (min-width: 900px) {
  .sya-values__grid {
  flex-direction: row;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 30px;
  max-width: 1250px;
  text-align: left;
  }
}

.sya-value__t {
  font-family: var(--sya-display);
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  color: var(--sya-dark);
  font: var(--t-h2);
  margin-bottom: 8px !important;
}

@media (min-width: 900px) {
  .sya-value__t {
  font-size: 32px;
  line-height: 40px;
  }
}

.sya-value__p {
  font-size: 18px;
  line-height: 28px;
  font: var(--t-body-lg);
  color: var(--sya-dark);
}

@media (min-width: 900px) {
  .sya-values__grid > div {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  min-width: 0px;
  }
}

.sya-better {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  column-gap: 32px;
  align-items: center;
  padding: 48px 32px;
}

@media (min-width: 900px) {
  .sya-better {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 80px;
  column-gap: 80px;
  padding: 64px 106px;
  }
}

.sya-better__art {
  position: relative;
  width: min(100%, 363px);
  height: 364px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

@media (min-width: 900px) {
  .sya-better__art {
  width: 567px;
  height: 531px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  }
}

.sya-better__content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  max-width: 500px;
}

.sya-better__h2 {
  font-family: var(--sya-display);
  font-weight: 400;
  color: var(--sya-dark);
  font-size: 32px;
  line-height: 40px;
  font: var(--t-h2);
}

@media (min-width: 900px) {
  .sya-better__h2 {
  font-size: 56px;
  line-height: 64px;
  }
}

@media (min-width: 768px) {
  .sya-better__h2 {
  font: var(--t-display);
  }
}

.sya-better__p {
  color: var(--sya-dark);
  opacity: 0.85;
  font-size: 18px;
  line-height: 28px;
  font: var(--t-body-lg);
}

@media (min-width: 900px) {
  .sya-better__p {
  font-size: 18px;
  line-height: 24px;
  }
}

.sya-better__ctas {
  display: none;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
  margin-top: 8px;
}

@media (min-width: 900px) {
  .sya-better__ctas {
  display: flex;
  }
}

.sya-art-tile {
  position: absolute;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 16px 40px;
}

.sya-art-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sya-art-competency {
  background: var(--sya-teal-muted);
  color: rgb(255, 255, 255);
  padding: 17px;
  left: 63%;
  top: 0px;
  width: 37%;
  height: 42%;
}

.sya-art-competency__k {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 6px;
}

.sya-art-competency__t {
  font-family: var(--sya-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.sya-art-bar-row {
  margin-top: 10px;
}

.sya-art-bar-row + .sya-art-bar-row {
  margin-top: 14px;
}

.sya-art-bar-lbl {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}

.sya-art-bar-track {
  height: 6px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.3);
  overflow-x: hidden;
  overflow-y: hidden;
}

.sya-art-bar-fill {
  height: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: var(--sya-teal-accent);
}

.sya-art-photo1 {
  left: 0px;
  top: 43%;
  width: 52%;
  height: 42%;
}

.sya-art-photo2 {
  left: 55%;
  top: 58%;
  width: 45%;
  height: 42%;
}

.sya-art-training {
  background: var(--sya-teal-deep);
  color: rgb(255, 255, 255);
  padding: 16px;
  left: 0px;
  top: 58%;
  width: 52%;
  height: 30%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 30px;
}

.sya-art-training__k {
  font-size: 11px;
  color: var(--sya-copper);
  margin-bottom: 6px;
}

.sya-art-training__t {
  font-family: var(--sya-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.sya-art-training__d {
  font-size: 11px;
  margin-top: 6px;
}

.sya-art-training__s {
  font-size: 11px;
  font-weight: 600;
  margin-top: 8px;
}

@media (min-width: 900px) {
  .sya-art-training__s {
  display: block;
  }
}

@media (max-width: 899px) {
  .sya-art-training__s {
  display: none;
  }
}

.sya-why {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  padding: 48px 32px 64px;
  align-items: flex-start;
  text-align: left;
}

@media (min-width: 900px) {
  .sya-why {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  row-gap: 80px;
  column-gap: 80px;
  padding: 64px 106px;
  }
}

.sya-why__art {
  position: relative;
  width: min(100%, 354px);
  height: 272px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
}

@media (min-width: 900px) {
  .sya-why__art {
  width: 595px;
  height: 485px;
  align-self: auto;
  }
}

.sya-why__h2 {
  font-family: var(--sya-display);
  font-weight: 400;
  color: var(--sya-dark);
  font-size: 32px;
  line-height: 40px;
  font: var(--t-h2);
}

@media (min-width: 900px) {
  .sya-why__h2 {
  font-size: 56px;
  line-height: 64px;
  }
}

@media (min-width: 768px) {
  .sya-why__h2 {
  font: var(--t-display);
  }
}

.sya-why__p {
  color: var(--sya-teal-muted);
  font-size: 18px;
  line-height: 24px;
  font: var(--t-body-lg);
}

@media (min-width: 900px) {
  .sya-why__p {
  color: var(--sya-dark);
  }
}

@media (min-width: 900px) {
  .sya-why__content {
  max-width: 500px;
  }
}

.sya-jobs-banner {
  background-color: rgb(217, 194, 166) !important;
  border-top-color: rgba(6, 11, 32, 0.15) !important;
  border-right-color: rgba(6, 11, 32, 0.15) !important;
  border-bottom-color: rgba(6, 11, 32, 0.15) !important;
  border-left-color: rgba(6, 11, 32, 0.15) !important;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.sycr-hero {
  position: relative;
  background: var(--deep);
  color: rgb(255, 255, 255);
  padding: 40px var(--gut) 64px;
  text-align: left;
  padding-top: clamp(88px, 13.9vh, 150px);
  padding-bottom: clamp(44px, 8.2vh, 89px);
}

@media (min-width: 1024px) {
  .sycr-hero {
  padding: 80px var(--gut) 89px;
  text-align: center;
  padding-bottom: 89px;
  padding-top: 159px;
  }
}

@media (min-width: 768px) {
  .sycr-hero {
  text-align: center;
  }
}

@media (max-height: 900px) {
  .sycr-hero {
  padding-top: 104px;
  padding-bottom: 48px;
  }
}

.sycr-hero__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: left;
}

@media (min-width: 1024px) {
  .sycr-hero__title {
  font-size: 72px;
  line-height: 60px;
  }
}

@media (min-width: 768px) {
  .sycr-hero__title {
  text-align: center;
  }
}

.sycr-hero__sub {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
  margin-top: 16px;
  text-align: left;
  max-width: none;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

@media (min-width: 1024px) {
  .sycr-hero__sub {
  margin: 12px auto 0px;
  font-size: 18px;
  line-height: 24px;
  opacity: 1;
  max-width: 620px;
  }
}

@media (min-width: 768px) {
  .sycr-hero__sub {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 581px;
  margin-top: 9px !important;
  }
}

.sycr-jobs {
  padding: 40px var(--gut);
  padding-top: clamp(20px, 3.7vh, 40px);
}

@media (min-width: 1024px) {
  .sycr-jobs {
  padding: 40px var(--gut) 84px;
  padding-top: 16px;
  }
}

@media (max-height: 900px) {
  .sycr-jobs {
  padding-top: 24px;
  }
}

.sycr-jobs__eyebrow {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--copper);
  margin: 0px;
}

@media (min-width: 1024px) {
  .sycr-jobs__eyebrow {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.64px;
  text-align: center;
  }
}

.sycr-jobs__list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
  margin-top: 24px;
}

@media (min-width: 1024px) {
  .sycr-jobs__list {
  row-gap: 30px;
  column-gap: 30px;
  margin-top: 51px;
  }
}

@media (min-width: 768px) {
  .sycr-jobs__list {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  }
}

.sycr-job {
  display: block;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border: 1px solid var(--copper);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 342px;
}

@media (min-width: 1024px) {
  .sycr-job {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  min-height: 220px;
  --sycr-card-h: 220px;
  }
}

@media (min-width: 768px) {
  .sycr-job {
  display: flex;
  align-items: stretch;
  min-height: var(--sycr-card-h, 200px);
  }
}

.sycr-job__photo {
  height: 140px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(34, 40, 74);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1024px) {
  .sycr-job__photo {
  min-height: 0px;
  width: 340px;
  flex-basis: 340px;
  --sycr-photo-w: 340px;
  }
}

@media (min-width: 768px) {
  .sycr-job__photo {
  min-height: 0px;
  height: auto;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: stretch;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: var(--sycr-photo-w, 280px);
  flex-basis: var(--sycr-photo-w, 280px);
  }
}

.sycr-job__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sycr-job__text {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  column-gap: 6px;
  padding: 20px;
}

@media (min-width: 1024px) {
  .sycr-job__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0px;
  padding: 32px 40px;
  --sycr-text-padv: 32px;
  --sycr-text-padh: 40px;
  }
}

@media (min-width: 768px) {
  .sycr-job__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0px;
  padding: var(--sycr-text-padv, 28px) var(--sycr-text-padh, 32px);
  }
}

.sycr-job__tag {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: var(--copper);
}

@media (min-width: 1024px) {
  .sycr-job__tag {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  }
}

.sycr-job__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: var(--deep);
}

@media (min-width: 1024px) {
  .sycr-job__title {
  margin-top: 9px;
  font-size: 40px;
  line-height: 48px;
  color: var(--navy);
  --sycr-title-f: 40px;
  --sycr-title-lh: 48px;
  }
}

@media (min-width: 768px) {
  .sycr-job__title {
  font-size: var(--sycr-title-f, 28px);
  line-height: var(--sycr-title-lh, 36px);
  }
}

.sycr-job__desc {
  font-size: 16px;
  line-height: 24px;
  color: var(--muted-teal);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1024px) {
  .sycr-job__desc {
  margin-top: 5px;
  max-width: 760px;
  font-size: 18px;
  line-height: 24px;
  color: var(--grey);
  }
}

@media (min-width: 768px) {
  .sycr-job__desc {
  display: block;
  -webkit-line-clamp: unset;
  overflow-x: visible;
  overflow-y: visible;
  }
}

.sycr-person__contact {
  display: flex;
  flex-direction: column;
}

.sy-btn {
  --sy-btn-copper: #b48a79;
  --sy-btn-navy: #0e1432;
  --sy-btn-dark-blue: #060b20;
  --sy-btn-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --sy-btn-sans: 'Aptos', 'Titillium Web', 'Segoe UI', system-ui, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  column-gap: 8px;
  font-family: var(--sy-btn-sans);
  font-weight: 600;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  cursor: pointer;
  transition: color 200ms var(--sy-btn-ease), background-color 200ms var(--sy-btn-ease), border-color 200ms var(--sy-btn-ease);
}

.sy-btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.sy-btn--primary {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.sy-btn--secondary {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: transparent;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

.sy-btn--s {
  font-size: 14px;
  padding: 10px 20px;
  min-height: 40px;
}

.sy-btn--m {
  font-size: 15px;
  padding: 12px 24px;
  min-height: 45px;
}

.sy-btn--primary.sy-btn--beige {
  background-color: var(--sy-btn-copper);
  color: rgb(255, 255, 255);
}

.sy-btn--primary.sy-btn--beige:hover {
  background-color: rgba(180, 138, 121, 0.9);
}

.sy-btn--primary.sy-btn--beige:active {
  background-color: rgba(180, 138, 121, 0.8);
}

.sy-btn--primary.sy-btn--white {
  background-color: rgb(255, 255, 255);
  color: var(--sy-btn-navy);
}

.sy-btn--primary.sy-btn--white:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.sy-btn--primary.sy-btn--white:active {
  background-color: rgba(255, 255, 255, 0.8);
}

.sy-btn--secondary.sy-btn--beige {
  border-color: var(--sy-btn-copper);
  color: var(--sy-btn-copper);
}

.sy-btn--secondary.sy-btn--beige:hover {
  background-color: var(--sy-btn-copper);
  color: rgb(255, 255, 255);
}

.sy-btn--secondary.sy-btn--beige:active {
  background-color: rgba(180, 138, 121, 0.9);
}

.sy-btn--secondary.sy-btn--white {
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.sy-btn--secondary.sy-btn--white:hover {
  background-color: rgb(255, 255, 255);
  color: var(--sy-btn-navy);
}

.sy-btn--secondary.sy-btn--white:active {
  background-color: rgba(255, 255, 255, 0.9);
}

.sy-btn--tertiary {
  row-gap: 6px;
  column-gap: 6px;
  padding: 0px;
  min-height: 0px;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  text-underline-offset: 4px;
}

.sy-btn--tertiary:hover {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.sy-btn--tertiary.sy-btn--beige {
  color: var(--sy-btn-copper);
}

.sy-btn--tertiary.sy-btn--beige:hover {
  color: rgba(180, 138, 121, 0.75);
}

.sy-btn--tertiary.sy-btn--white {
  color: rgb(255, 255, 255);
}

.sy-btn--tertiary.sy-btn--white:hover {
  color: rgba(255, 255, 255, 0.75);
}

.sy-btn--tertiary.sy-btn--black {
  color: var(--sy-btn-dark-blue);
}

.sy-btn--tertiary.sy-btn--black:hover {
  color: rgba(6, 11, 32, 0.7);
}

.sy-btn--tertiary::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-color: currentcolor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-origin: border-box;
  mask-clip: border-box;
  mask-composite: add;
  mask-mode: match-source;
}

.sy4-header[data-contrast="light"] {
  color: rgb(255, 255, 255);
  --sy4-nav-color: rgb(255, 255, 255);
  --sy4-logo-white-opacity: 1;
  --sy4-logo-navy-opacity: 0;
  --sy4-chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.sy4-header[data-contrast="dark"] {
  color: rgb(14, 20, 50);
  --sy4-nav-color: rgb(14, 20, 50);
  --sy4-logo-white-opacity: 0;
  --sy4-logo-navy-opacity: 1;
  --sy4-chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%230e1432' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (max-width: 900px) {
  .sy4-header[data-contrast="dark"] {
  color: rgb(255, 255, 255);
  }
}

.sy4-header[data-contrast="dark"] .sy4-nav__item {
  color: rgb(14, 20, 50);
}

@media (max-width: 900px) {
  .sy4-header[data-contrast="dark"] .sy4-nav__item {
  color: rgb(255, 255, 255);
  }
}

.is-backdrop-dark {
  position: relative;
}

.is-backdrop-light {
  position: relative;
}

.syc-train__tag {
  display: inline-block;
  padding: 3px 8px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--sy4-body);
  font-size: 11px;
  border-top-color: var(--brand-navy, #0e1432);
  border-right-color: var(--brand-navy, #0e1432);
  border-bottom-color: var(--brand-navy, #0e1432);
  border-left-color: var(--brand-navy, #0e1432);
  color: var(--brand-navy, #0e1432);
}

.syc-train__fold {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 18px;
  height: 18px;
  color: var(--brand-navy, #0e1432);
}

.syc-train__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  margin-bottom: 26px;
}

.syc-train__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
  font-family: var(--sy4-body);
  color: var(--brand-navy, #0e1432);
}

.syc-train__desc {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--brand-navy-60, #5b6079);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  margin-bottom: 14px;
  font-family: var(--sy4-body);
}

.syc-train__arrow {
  width: 12px;
  height: 12px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.syc-train__link {
  display: inline-flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--sy4-body);
  color: var(--brand-navy, #0e1432);
}

.syc-train {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 300px;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  transition-behavior: normal;
  transition-duration: 160ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: border-color;
  padding: 16px;
  border-top-color: var(--brand-navy, #0e1432);
  border-right-color: var(--brand-navy, #0e1432);
  border-bottom-color: var(--brand-navy, #0e1432);
  border-left-color: var(--brand-navy, #0e1432);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  color: var(--brand-navy, #0e1432);
  font-family: var(--sy4-body);
}

.syc-course__tag {
  display: inline-block;
  padding: 5px 12px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-color: var(--syc-course-tag-bg);
  color: rgb(255, 255, 255);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.syc-course__icon {
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-color: rgb(255, 255, 255);
  color: rgb(194, 105, 47);
}

.syc-course__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  margin-bottom: 0px;
}

.syc-course__title {
  display: block;
  margin: 0px;
  color: var(--brand-navy, #0e1432);
  font-family: var(--sy4-display, 'HW Atlantic', Georgia, serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  max-width: 260px;
}

@media (max-width: 480px) {
  .syc-course__title {
  font-size: 26px;
  max-width: 100%;
  }
}

.syc-course__desc {
  display: block;
  color: rgba(14, 20, 50, 0.66);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
  font-size: 14px;
  line-height: 1.45;
  margin-top: 0px;
}

.syc-course__arrow {
  display: inline-block;
  transition-behavior: normal;
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.2, 0.7, 0.3, 1);
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .syc-course__arrow {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.syc-course__link {
  display: inline-flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  color: var(--copper, #b48a79);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 12px;
  margin-top: auto;
}

.syc-course {
  --syc-course-accent: var(--line-agility, #c2692f);
  --syc-course-tag-bg: hsl(23.67, 61%, 40%);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  max-width: 405px;
  min-height: 208px;
  padding: 24px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  box-shadow: rgba(14, 20, 50, 0.06) 0px 1px 2px, rgba(14, 20, 50, 0.06) 0px 6px 16px;
  transition-behavior: normal, normal;
  transition-duration: 220ms, 220ms;
  transition-timing-function: cubic-bezier(0.2, 0.7, 0.3, 1), cubic-bezier(0.2, 0.7, 0.3, 1);
  transition-delay: 0s, 0s;
  transition-property: transform, box-shadow;
  row-gap: 4px;
  column-gap: 4px;
  background-color: rgb(255, 255, 255);
}

@media (prefers-reduced-motion: reduce) {
  .syc-course {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 480px) {
  .syc-course {
  padding: 20px;
  }
}

.syc-course--agile {
  --syc-course-accent: var(--line-agility, #c2692f);
  --syc-course-tag-bg: hsl(23.67, 61%, 40%);
  --syc-course-pic-bg: #f7ece4;
}

.syc-train:hover {
  border-top-color: var(--copper, #b48a79);
  border-right-color: var(--copper, #b48a79);
  border-bottom-color: var(--copper, #b48a79);
  border-left-color: var(--copper, #b48a79);
}

.syc-train:focus-visible {
  border-top-color: var(--copper, #b48a79);
  border-right-color: var(--copper, #b48a79);
  border-bottom-color: var(--copper, #b48a79);
  border-left-color: var(--copper, #b48a79);
  outline-color: var(--brand-navy, #0e1432);
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
}

.syc-speaker__photo {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(180, 138, 121, 0.7) 0%, rgb(25, 42, 49) 100%);
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

.syc-speaker__scrim {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(6, 11, 32, 0) 45%, rgba(6, 11, 32, 0.85) 100%);
  pointer-events: none;
}

.syc-speaker__name {
  margin: 0px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

@media (max-width: 560px) {
  .syc-speaker__name {
  font-size: 13px;
  }
}

.syc-speaker__role {
  margin: 0px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 560px) {
  .syc-speaker__role {
  font-size: 11px;
  }
}

.syc-speaker__front-text {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  column-gap: 4px;
  min-width: 0px;
}

.syc-speaker__chevron {
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  color: rgb(255, 255, 255);
}

.syc-speaker__front {
  position: absolute;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  bottom: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding: 20px;
}

@media (max-width: 560px) {
  .syc-speaker__front {
  padding: 12px;
  row-gap: 6px;
  column-gap: 6px;
  }
}

.syc-speaker__name--bio {
  font-size: 18px;
}

@media (max-width: 560px) {
  .syc-speaker__name--bio {
  font-size: 13px;
  }
}

.syc-speaker__role--bio {
  color: rgba(255, 255, 255, 0.85);
}

.syc-speaker__text {
  margin: 12px 0px 0px;
  font-size: 14px;
  line-height: 1.5;
  color: rgb(255, 255, 255);
}

@media (max-width: 560px) {
  .syc-speaker__text {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.4;
  }
}

.syc-speaker__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  color: rgb(10, 102, 194) !important;
}

@media (max-width: 560px) {
  .syc-speaker__linkedin {
  width: 32px;
  height: 32px;
  }
}

.syc-speaker__bio-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

.syc-speaker__bio {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  column-gap: 8px;
  padding: 20px;
  background-color: rgb(60, 80, 88);
  transform: translateY(100%);
  transition-behavior: normal;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 0s;
  transition-property: transform;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .syc-speaker__bio {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 560px) {
  .syc-speaker__bio {
  padding: 12px;
  row-gap: 4px;
  column-gap: 4px;
  }
}

.syc-speaker {
  position: relative;
  width: 298px;
  max-width: 100%;
  aspect-ratio: 298 / 354;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  isolation: isolate;
  background-color: rgb(25, 42, 49);
  font-family: "Titillium Web", system-ui, sans-serif;
  color: rgb(255, 255, 255);
}

@media (max-width: 560px) {
  .syc-speaker {
  width: 165px;
  aspect-ratio: 165 / 220;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  }
}

.syc-course:hover {
  transform: translateY(-4px);
  box-shadow: rgba(14, 20, 50, 0.08) 0px 2px 4px, rgba(14, 20, 50, 0.14) 0px 18px 34px;
}

@media (prefers-reduced-motion: reduce) {
  .syc-course:hover {
  transform: none;
  }
}

.syc-course:focus-visible {
  outline: 2px solid var(--syc-course-accent);
  outline-offset: 3px;
}

.syc-course__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.syc-course:hover .syc-course__arrow {
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .syc-course:hover .syc-course__arrow {
  transform: none;
  }
}

.syc-course--leadership {
  --syc-course-accent: var(--line-leadership, #8585cd);
  --syc-course-tag-bg: hsl(240, 41.86%, 50%);
  --syc-course-pic-bg: #ecebf8;
}

.syc-course--projects {
  --syc-course-accent: var(--line-projects, #69b5a8);
  --syc-course-tag-bg: hsl(169.74, 33.93%, 32%);
  --syc-course-pic-bg: #e6f3f0;
}

.syc-speaker:hover .syc-speaker__bio {
  transform: translateY(0px);
}

.syc-speaker:focus-within .syc-speaker__bio {
  transform: translateY(0px);
}

.syc-speaker__linkedin:hover {
  background-color: rgb(180, 138, 121);
  color: rgb(255, 255, 255);
}

.syc-speaker__linkedin:focus-visible {
  outline-color: rgb(255, 255, 255);
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
}

.sy4-header__logo--navy {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  opacity: var(--sy4-logo-navy-opacity, 1);
}

.sy4-header[data-contrast="dark"] .sy4-header__logo--navy {
  opacity: 1;
}

@media (max-width: 900px) {
  .sy4-header[data-contrast="dark"] .sy4-header__logo--navy {
  opacity: 0;
  }
}

.sy4-header[data-contrast="dark"] .sy4-header__logo:not(.sy4-header__logo--navy) {
  opacity: 0;
}

@media (max-width: 900px) {
  .sy4-header[data-contrast="dark"] .sy4-header__logo:not(.sy4-header__logo--navy) {
  opacity: 1;
  }
}

.sybook-eyebrow {
  display: block;
  margin: 0px 0px 20px;
  color: rgb(180, 138, 121);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sybook-heading {
  display: block;
  margin: 0px 0px 24px;
  color: rgb(14, 20, 50);
  font-family: var(--sy4-display, 'HW Atlantic', Georgia, serif);
  font-size: 62px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.01em;
  max-width: 400px;
}

@media (max-width: 900px) {
  .sybook-heading {
  font-size: 44px;
  max-width: 100%;
  }
}

@media (max-width: 560px) {
  .sybook-heading {
  font-size: 36px;
  }
}

@media (max-width: 1100px) {
  .sybook-heading {
  font-size: 50px;
  max-width: 360px;
  }
}

.sybook-lede {
  display: block;
  margin: 0px;
  max-width: 42ch;
  color: rgba(14, 20, 50, 0.66);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
  font-size: 17px;
  line-height: 1.6;
}

.sybook-avatar {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 72px;
  height: 72px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-image: linear-gradient(140deg, rgba(180, 138, 121, 0.7), rgb(25, 42, 49));
}

@media (max-width: 560px) {
  .sybook-avatar {
  width: 64px;
  height: 64px;
  }
}

.sybook-person-name {
  display: block;
  margin: 0px;
  color: rgb(14, 20, 50);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.sybook-person-role {
  display: block;
  margin: 0px;
  color: rgba(14, 20, 50, 0.66);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
  font-size: 16px;
  line-height: 1.45;
}

.sybook-person-mail {
  display: inline-block;
  margin-top: 2px;
  color: rgb(180, 138, 121);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
  font-size: 16px;
  line-height: 1.45;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.sybook-person-text {
  display: block;
}

.sybook-person {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: auto;
  padding-top: 56px;
}

@media (max-width: 900px) {
  .sybook-person {
  margin-top: 0px;
  padding-top: 32px;
  }
}

.sybook-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8px;
}

.sybook-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow-x: hidden;
  overflow-y: hidden;
  clip-path: inset(50%);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
}

.sybook-input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  padding: 0px 24px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.35);
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.35);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-color: transparent;
  color: rgb(255, 255, 255);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
  font-size: 16px;
  line-height: 1.4;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.sybook-field {
  display: block;
  position: relative;
  min-width: 0px;
}

.sybook-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 16px;
}

@media (max-width: 560px) {
  .sybook-row {
  grid-template-columns: 1fr;
  }
}

.sybook-caption {
  display: none;
  margin: 8px 0px -8px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .sybook-caption {
  display: block;
  }
}

.sybook-select {
  appearance: none;
  padding-right: 48px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23ffffff' stroke-opacity='.7' stroke-width='1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: right 24px;
  background-position-y: center;
  cursor: pointer;
}

.sybook-fineprint-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.sybook-fineprint {
  display: block;
  margin: 8px 0px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
  font-size: 12px;
  line-height: 1.55;
}

.sybook-submit {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 68px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-color: rgb(255, 255, 255);
  color: rgb(14, 20, 50);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 560px) {
  .sybook-submit {
  height: 60px;
  }
}

.sybook-form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.sybook-card {
  display: block;
  background-color: rgb(25, 42, 49);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 40px;
}

@media (max-width: 560px) {
  .sybook-card {
  padding: 24px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.sybook-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 64px;
  row-gap: 48px;
  align-items: stretch;
  max-width: 1280px;
  margin: 0px auto;
}

@media (max-width: 900px) {
  .sybook-inner {
  grid-template-columns: 1fr;
  row-gap: 40px;
  }
}

@media (max-width: 1100px) {
  .sybook-inner {
  column-gap: 40px;
  }
}

.sybook-section {
  display: block;
  background-color: rgb(240, 237, 230);
  padding: 96px 40px;
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
}

@media (max-width: 900px) {
  .sybook-section {
  padding: 64px 24px;
  }
}

@media (max-width: 560px) {
  .sybook-section {
  padding: 48px 20px;
  }
}

.sybook-person-mail:hover {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.sybook-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.sybook-input:focus-visible {
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  box-shadow: rgba(255, 255, 255, 0.35) 0px 0px 0px 2px;
}

.sybook-select option {
  color: rgb(14, 20, 50);
  background-color: rgb(255, 255, 255);
}

.sybook-submit:hover {
  background-color: rgb(240, 237, 230);
}

.sya-people__card {
  width: 100%;
  max-width: 298px;
  background-image: linear-gradient(rgba(180, 138, 121, 0.7) 0%, rgb(25, 42, 49) 100%);
}

.sycontact-details__title {
  margin: 0px 0px 56px;
  font-weight: 400;
  font-size: 52px;
  line-height: 60px;
  color: rgb(255, 255, 255);
  font-family: var(--sy4-display, 'HW Atlantic', Georgia, serif);
}

@media (max-width: 1100px) {
  .sycontact-details__title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
  }
}

@media (max-width: 700px) {
  .sycontact-details__title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
  }
}

.sycontact-person__photo {
  width: 148px;
  height: 150px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: linear-gradient(160deg, rgba(180, 138, 121, 0.7), rgb(25, 42, 49));
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 700px) {
  .sycontact-person__photo {
  width: 88px;
  height: 92px;
  grid-row-start: 1;
  grid-row-end: span 2;
  align-self: start;
  }
}

.sycontact-person__name {
  margin: 0px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
}

@media (max-width: 700px) {
  .sycontact-person__name {
  font-size: 18px;
  line-height: 26px;
  }
}

.sycontact-person__role {
  margin: 0px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
}

.sycontact-person__ident {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.sycontact-person__line {
  margin: 0px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
}

.sycontact-person__lines {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

@media (max-width: 700px) {
  .sycontact-person__lines {
  grid-column-start: 2;
  grid-column-end: auto;
  }
}

.sycontact-person {
  display: grid;
  column-gap: 16px;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.18);
  grid-template-columns: 148px minmax(0px, 185px) minmax(0px, 1fr);
}

@media (max-width: 700px) {
  .sycontact-person {
  align-items: start;
  padding-top: 22px;
  padding-bottom: 22px;
  grid-template-columns: 88px minmax(0px, 1fr);
  row-gap: 8px;
  }
}

.sycontact-people {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  column-gap: 40px;
}

@media (max-width: 1100px) {
  .sycontact-people {
  grid-template-columns: 1fr;
  grid-template-rows: none;
  grid-auto-flow: row;
  }
}

.sycontact-shell {
  margin: 0px auto;
  box-sizing: border-box;
  width: min(1280px, 100% - 80px);
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 700px) {
  .sycontact-shell {
  width: min(1280px, 100% - 48px);
  padding-left: 0px;
  padding-right: 0px;
  }
}

.sycontact-details {
  background-color: var(--brand-navy);
  padding-top: 96px;
  padding-bottom: 72px;
}

@media (max-width: 700px) {
  .sycontact-details {
  padding-top: 64px;
  padding-bottom: 48px;
  }
}

.sycontact-company__label {
  margin: 0px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--copper);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
}

.sycontact-company__body {
  margin: 0px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--sy4-body, 'Titillium Web', system-ui, sans-serif);
}

.sycontact-company__col {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}

.sycontact-company__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.14);
  padding-top: 44px;
}

@media (max-width: 700px) {
  .sycontact-company__grid {
  grid-template-columns: 1fr;
  }
}

.sycontact-company {
  background-color: var(--brand-navy);
  padding-top: 44px;
  padding-bottom: 64px;
  position: relative;
  margin-bottom: -133px;
}

.sycontact-person__line a {
  color: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.sycontact-person__line a:hover {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.sycontact-company__body a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.sycontact-people .sycontact-person:nth-child(3n) {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

@media (max-width: 1100px) {
  .sycontact-people .sycontact-person:nth-child(3n) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 1100px) {
  .sycontact-people .sycontact-person:last-child {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  }
}

.sy4-header[data-contrast="light"] .sy4-navlinkfix {
  color: rgb(255, 255, 255) !important;
}

.sy4-dropdown__link {
  display: block;
  padding: 10px 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-family: var(--sy4-body);
  font-size: 15px;
  line-height: 22px;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  transition-behavior: normal;
  transition-duration: 150ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: background-color;
  color: rgb(14, 20, 50) !important;
}

.sy4-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 50;
  display: flex;
  flex-direction: column;
  min-width: 240px;
  padding: 8px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(6, 11, 32, 0.14) 0px 12px 32px;
  opacity: 0;
  transform: translateX(-50%) translateY(-6px);
  pointer-events: none;
  transition-behavior: normal, normal;
  transition-duration: 180ms, 180ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
  margin-top: 0px;
}

@media (prefers-reduced-motion: reduce) {
  .sy4-dropdown {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 900px) {
  .sy4-dropdown {
  display: none;
  }
}

.sy4-navitem {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sy4-dropdown[data-open] {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
  pointer-events: auto;
}

.sy4-dropdown__link:hover, .sy4-dropdown__link:focus-visible {
  background-color: rgb(240, 237, 230);
}

.sy4-mobilesub__link {
  display: block;
  padding: 10px 0px 10px 16px;
  font-family: var(--sy4-body);
  font-size: 15px;
  line-height: 22px;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  color: rgba(255, 255, 255, 0.75) !important;
}

.sy4-mobilesub {
  display: none;
  flex-direction: column;
  row-gap: 12px;
  padding-top: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.sy4-mobilegroup {
  display: flex;
  flex-direction: column;
}

.sy4-mobilegroup[data-open] .sy4-mobilesub {
  grid-template-rows: 1fr;
}

.sy4-mobilesub > * {
  min-height: 0px;
}

.sy4-mobilesub__link:hover, .sy4-mobilesub__link:focus-visible {
  color: rgb(255, 255, 255) !important;
}

.sy4-header[data-scrolled] {
  backdrop-filter: blur(20px);
  --sy4-nav-color: rgb(14, 20, 50);
  --sy4-logo-white-opacity: 0;
  --sy4-logo-navy-opacity: 1;
  --sy4-chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%230e1432' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  padding-top: 0px;
  height: 52px;
}

:root {
  --sy4-display: "HW Atlantic", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sy4-body: "Aptos", "Titillium Web", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --t-display: 400 56px/64px var(--sy4-display);
  --t-h1: 400 40px/48px var(--sy4-display);
  --t-h2: 400 32px/40px var(--sy4-display);
  --t-h3: 600 24px/32px var(--sy4-body);
  --t-h4: 700 20px/28px var(--sy4-body);
  --t-body: 400 16px/24px var(--sy4-body);
  --t-body-sm: 400 14px/20px var(--sy4-body);
  --t-caption: 300 12px/16px var(--sy4-body);
  --t-label: 700 12px/16px var(--sy4-body);
  --t-body-lg: 400 18px/24px var(--sy4-body);
}

.sycontact-person__img {
  display: block;
  object-fit: cover;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  object-position: 50% 0%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 222%;
  max-width: none;
}

.sycr-job__img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sycr-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  clip-path: inset(50%);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
}

.sy4-header__logolink {
  position: relative;
  display: inline-flex;
  align-items: center;
}

@keyframes sy-header-fade {
  0% {
    background-color: transparent;
    box-shadow: none;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: rgba(6, 11, 32, 0.08) 0px 8px 24px;
  }
}

.sya-people::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 165.58px;
  height: 21.05px;
  background: var(--bg);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  pointer-events: none;
}

@media (min-width: 768px) {
  .sya-people::after {
  width: 278.54px;
  height: 35.41px;
  }
}

.sya-notch {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  height: 22px;
  color: var(--sya-bg);
  pointer-events: none;
  z-index: 3;
}

.sya-notch--top {
  top: 0px;
  height: 22px;
}

.sya-notch--bottom {
  bottom: 0px;
  height: 20px;
}

.sy4-svcs__lead {
  font-family: var(--sy4-body);
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 2160px) {
  .sy4-svcs__card {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #f1ede6;
  border-right-color: #f1ede6;
  border-bottom-color: #f1ede6;
  border-left-color: #f1ede6;
  }
}

@media (max-width: 768px) {
  .sy4-svcs__card {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  }
}

@media (max-width: 2160px) {
  .sy4-svcs {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  }
}

.sycr-notch {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  bottom: 0px;
  width: 240px;
  height: 20px;
  color: var(--bg);
  pointer-events: none;
  z-index: 3;
}

.sy4-tcard {
  height: 400px;
  min-height: 0px;
}

.sya-cta {
  position: static;
  z-index: auto;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  max-width: none !important;
  margin-top: 60px !important;
  margin-bottom: 0px !important;
  transform: none !important;
  background-image: linear-gradient(to top, rgb(6, 11, 32) 87px, rgba(0, 0, 0, 0) 87px);
}

.syc-textarea {
  min-height: 132px;
  width: 100%;
  padding: 16px 24px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border: 1.5px solid var(--muted-teal);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--bg);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  resize: vertical;
}

.syc-textarea::placeholder {
  color: var(--bg);
  opacity: 1;
}

.syc-textarea:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 2px;
}

.syc-person__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.sycr-book__eyebrow {
  color: var(--copper, rgb(180, 138, 121)) !important;
}

.sycr-person__photo {
  width: 112px !important;
  height: 112px !important;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  background-image: none !important;
}

.sy4-lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  padding: 0.35rem 0.55rem;
  margin-left: 0.75rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  color: inherit;
  opacity: 0.85;
}

.sy4-lang--mobile {
  margin-left: 0px;
  margin-top: 1rem;
  align-self: flex-start;
}

.sye-page {
  --sye-navy: #0e1432;
  --sye-dark: #060b20;
  --sye-copper: #b48a79;
  --sye-teal-deep: #192a31;
  --sye-teal-muted: #3c5058;
  --sye-sand: #d9c2a6;
  --sye-apricot: #f2d3b8;
  --sye-bg: #f0ede6;
  --sye-display: 'HW Atlantic','Cormorant Garamond',Georgia,'Times New Roman',serif;
  --sye-body: 'Aptos','Segoe UI Variable Text','Segoe UI',system-ui,-apple-system,'Helvetica Neue',Arial,sans-serif;
  background: var(--sye-bg);
  color: var(--sye-navy);
  font-family: var(--sye-body);
  overflow-x: clip;
}

.sye-page *, .sye-page ::before, .sye-page ::after {
  box-sizing: border-box;
}

.sye-page p, .sye-page h1, .sye-page h2, .sye-page h3, .sye-page h4, .sye-page ul {
  margin: 0px;
  padding: 0px;
}

.sye-page ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.sye-page a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  color: inherit;
}

.sye-page img {
  display: block;
  max-width: 100%;
}

.sye-main {
  padding-top: 84px;
}

@media (min-width: 768px) {
  .sye-main {
  padding-top: 101px;
  }
}

.sye-notch {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  pointer-events: none;
  z-index: 4;
  color: rgb(14, 20, 50);
  height: 20px;
}

.sye-notch--top {
  top: -20px;
  transform: scaleY(-1);
}

.sye-notch--bottom {
  bottom: -20px;
  height: 20px;
  transform: scaleY(-1);
}

.sye-eyebrow {
  font-family: var(--sye-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sye-copper);
}

.sye-h2 {
  font-family: var(--sye-display);
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  color: var(--sye-navy);
}

@media (min-width: 768px) {
  .sye-h2 {
  font-size: 40px;
  line-height: 48px;
  }
}

.sye-h2--light {
  color: rgb(255, 255, 255);
}

.sye-lead {
  font-size: 15px;
  line-height: 22px;
  color: rgba(14, 20, 50, 0.7);
}

@media (min-width: 768px) {
  .sye-lead {
  font-size: 18px;
  line-height: 26px;
  }
}

.sye-lead--light {
  color: rgba(255, 255, 255, 0.75);
}

.sye-sect {
  padding: 56px 20px;
}

@media (min-width: 1441px) {
  .sye-sect {
  padding-left: min(120px, 6vw);
  padding-right: min(120px, 6vw);
  max-width: clamp(1440px, 92vw, 1800px);
  }
}

@media (min-width: 768px) {
  .sye-sect {
  margin: 0px auto;
  padding: 84px 80px;
  max-width: clamp(1440px, 92vw, 1800px);
  }
}

.sye-hero {
  position: relative;
  max-width: 1390px;
  margin: 0px 12px;
  padding-bottom: 10.72%;
}

@media (min-width: 1441px) {
  .sye-hero {
  max-width: clamp(1390px, 90vw, 1740px);
  }
}

@media (min-width: 768px) {
  .sye-hero {
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
  max-width: clamp(1390px, 90vw, 1740px);
  }
}

.sye-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 28px;
  column-gap: 28px;
  padding-bottom: 28px;
  text-align: left;
}

@media (min-width: 768px) {
  .sye-hero__content {
  flex-direction: row;
  row-gap: 0px;
  column-gap: 0px;
  padding-bottom: 0px;
  }
}

.sye-hero__kicker {
  margin: 0px;
  font-family: var(--sye-body);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: rgb(180, 138, 121);
}

@media (min-width: 768px) {
  .sye-hero__kicker {
  font-size: clamp(13px, 1.15vw, 16px);
  }
}

.sye-hero__h1 {
  margin: 0px;
  font-family: var(--sye-display);
  font-size: 34px;
  line-height: 1.14;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
  .sye-hero__h1 {
  font-size: clamp(30px, 3.74vw, 52px);
  line-height: 1.15;
  }
}

.sye-hero__sub {
  margin: 0px;
  font-family: var(--sye-body);
  font-size: 18px;
  line-height: 24px;
  color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
  .sye-hero__sub {
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.35;
  }
}

.sye-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 16px;
  column-gap: 24px;
}

.sye-hero__tile {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
  line-height: 0;
  background-color: transparent;
}

.sye-hero__tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sye-acad__grid {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  padding-top: 28px;
}

@media (min-width: 768px) {
  .sye-acad__grid {
  flex-direction: row;
  row-gap: 80px;
  column-gap: 80px;
  padding-top: 36px;
  }
}

.sye-acad__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 768px) {
  .sye-acad__item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  row-gap: 14px;
  column-gap: 14px;
  }
}

.sye-acad__t {
  font-family: var(--sye-display);
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  color: var(--sye-navy);
}

@media (min-width: 768px) {
  .sye-acad__t {
  font-size: 32px;
  line-height: 36px;
  }
}

.sye-acad__p {
  font-size: 15px;
  line-height: 22px;
  color: rgba(14, 20, 50, 0.7);
  max-width: 320px;
}

@media (min-width: 768px) {
  .sye-acad__p {
  font-size: 16px;
  line-height: 24px;
  }
}

.sye-lect__head {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  padding-bottom: 26px;
}

@media (min-width: 768px) {
  .sye-lect__head {
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 40px;
  padding-bottom: 34px;
  }
}

.sye-lect__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  row-gap: 14px;
  column-gap: 14px;
}

@media (min-width: 768px) {
  .sye-lect__grid {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  row-gap: 20px;
  column-gap: 20px;
  }
}

.sye-dark {
  position: relative;
  margin: 0px 12px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 52px 20px 46px;
  background-color: rgb(14, 20, 50);
  overflow-x: visible;
  overflow-y: visible;
}

@media (min-width: 768px) {
  .sye-dark {
  margin: 0px auto;
  width: calc(100% - 48px);
  max-width: none;
  padding: 70px 56px 56px;
  }
}

.sye-dark__head {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  column-gap: 14px;
  padding-bottom: 26px;
}

@media (min-width: 768px) {
  .sye-dark__head {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 40px;
  padding-bottom: 32px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(-160px + clamp(1440px, 92vw, 1800px));
  }
}

.sye-courses {
  display: grid;
  grid-template-columns: minmax(0px, 1fr);
  row-gap: 16px;
  column-gap: 16px;
}

@media (min-width: 768px) {
  .sye-courses {
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  row-gap: 24px;
  column-gap: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(-160px + clamp(1440px, 92vw, 1800px));
  }
}

.sye-coursewrap {
  position: relative;
  display: flex;
}

.sye-course__new {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  z-index: 2;
  pointer-events: none;
  transition-behavior: normal;
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.2, 0.7, 0.3, 1);
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .sye-course__new {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.sye-course__new svg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: var(--sye-copper);
}

.sye-course__new span {
  position: relative;
  font-family: var(--sye-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.sye-terms {
  padding-top: 52px;
}

@media (min-width: 768px) {
  .sye-terms {
  padding-top: 78px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(-160px + clamp(1440px, 92vw, 1800px));
  }
}

.sye-terms__head {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  padding-bottom: 22px;
}

@media (min-width: 768px) {
  .sye-terms__head {
  padding-bottom: 28px;
  }
}

.sye-terms__list {
  display: flex;
  flex-direction: column;
}

.sye-term {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  column-gap: 10px;
  padding: 20px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

@media (min-width: 768px) {
  .sye-term {
  flex-direction: row;
  row-gap: 28px;
  padding: 22px 0px;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(240px, 380px) minmax(0px, 1fr) auto;
  column-gap: 64px;
  }
}

.sye-term__main {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  column-gap: 5px;
}

@media (min-width: 768px) {
  .sye-term__main {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 0px;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2px;
  }
}

.sye-term__t {
  font-family: var(--sye-body);
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
  .sye-term__t {
  min-width: 0px;
  overflow-wrap: break-word;
  word-break: normal;
  }
}

.sye-term__d {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
  .sye-term__d {
  min-width: 0px;
  overflow-wrap: break-word;
  word-break: normal;
  }
}

.sye-term__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 18px;
  column-gap: 18px;
  font-size: 14px;
  line-height: 20px;
  color: var(--sye-apricot);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

@media (min-width: 768px) {
  .sye-term__meta {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  flex-wrap: nowrap;
  row-gap: 22px;
  column-gap: 24px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  }
}

@media (max-width: 768px) {
  .sye-term__meta {
  flex-wrap: wrap;
  row-gap: 6px;
  }
}

.sye-term__metaitem {
  display: inline-flex;
  align-items: center;
  row-gap: 7px;
  column-gap: 7px;
}

.sye-term__metaitem svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.sye-term__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  padding-top: 4px;
}

@media (min-width: 768px) {
  .sye-term__foot {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  row-gap: 26px;
  padding-top: 0px;
  justify-content: flex-end;
  column-gap: 18px;
  min-width: 210px;
  }
}

.sye-term__price {
  font-size: 15px;
  line-height: 22px;
  color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
  .sye-term__price {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  }
}

.sye-terms__more {
  display: flex;
  justify-content: center;
  padding-top: 28px;
}

.sye-why__head {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  column-gap: 14px;
  padding-bottom: 28px;
}

@media (min-width: 768px) {
  .sye-why__head {
  padding-bottom: 36px;
  }
}

.sye-why__grid {
  display: grid;
  grid-template-columns: minmax(0px, 1fr);
  row-gap: 16px;
  column-gap: 16px;
}

@media (min-width: 768px) {
  .sye-why__grid {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  row-gap: 20px;
  column-gap: 20px;
  align-items: start;
  }
}

.sye-bcard {
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  box-shadow: rgba(14, 20, 50, 0.05) 0px 1px 2px, rgba(14, 20, 50, 0.05) 0px 6px 16px;
}

@media (min-width: 768px) {
  .sye-bcard {
  padding: 28px 24px 30px;
  row-gap: 14px;
  column-gap: 14px;
  min-height: 250px;
  }
}

.sye-bcard__icon {
  width: 34px;
  height: 34px;
  color: var(--sye-copper);
}

.sye-bcard__icon svg {
  width: 100%;
  height: 100%;
}

.sye-bcard__t {
  font-family: var(--sye-display);
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  color: var(--sye-navy);
}

.sye-bcard__p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(14, 20, 50, 0.66);
}

.sye-bcard--feat {
  padding: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  row-gap: 0px;
  column-gap: 0px;
}

@media (min-width: 768px) {
  .sye-bcard--feat {
  padding: 0px;
  margin-top: -44px;
  }
}

.sye-bcard--feat .sye-bcard__media {
  position: relative;
  aspect-ratio: 403 / 248;
  background-color: var(--sye-teal-deep);
}

.sye-bcard--feat .sye-bcard__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sye-bcard--feat .sye-bcard__body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
}

.sye-trusted {
  padding: 46px 20px 10px;
}

@media (min-width: 768px) {
  .sye-trusted {
  padding: 60px 28px 20px;
  }
}

.sye-trusted__t {
  margin: 0px auto 24px;
  max-width: 700px;
  text-align: center;
  font-family: var(--sye-body);
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--sye-copper);
}

@media (min-width: 768px) {
  .sye-trusted__t {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 30px;
  }
}

.sye-trusted__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 14px;
  column-gap: 14px;
}

@media (min-width: 768px) {
  .sye-trusted__row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.sye-logoslot {
  width: 104px;
  height: 46px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: rgba(255, 255, 255, 0.6);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-top-color: rgba(14, 20, 50, 0.18);
  border-right-color: rgba(14, 20, 50, 0.18);
  border-bottom-color: rgba(14, 20, 50, 0.18);
  border-left-color: rgba(14, 20, 50, 0.18);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sye-body);
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(14, 20, 50, 0.4);
}

@media (min-width: 768px) {
  .sye-logoslot {
  width: 176px;
  height: 66px;
  font-size: 11px;
  }
}

.sye-cta__banner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--sye-sand) !important;
}

@media (min-width: 768px) {
  .sye-cta__banner {
  max-width: 1640px;
  }
}

@media (min-width: 768px) {
  .sye-lect__headtext {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  max-width: 660px;
  }
}

.sye-course__new svg path {
  fill: currentcolor;
}

.sye-coursewrap:has(.sye-course__new) .syc-course__icon {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  background-color: transparent !important;
  color: transparent !important;
}

.sye-hero__panel {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  color: rgb(255, 255, 255);
  background-color: rgb(6, 11, 32);
  background-image: radial-gradient(125% 95% at 50% 0%, rgb(26, 38, 80) 0%, rgb(12, 18, 51) 46%, rgb(6, 11, 32) 100%);
  padding: 52px 20px 17%;
}

@media (min-width: 768px) {
  .sye-hero__panel {
  min-height: min(461px, 33.16vw);
  padding: 6.834% 5.755% 11%;
  }
}

.sye-hero__lead {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .sye-hero__lead {
  max-width: 100%;
  width: 61.79%;
  }
}

.sye-hero__aside {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
  column-gap: 26px;
  width: 100%;
}

@media (min-width: 768px) {
  .sye-hero__aside {
  max-width: 100%;
  width: 29.27%;
  }
}

.sye-hero__strip {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 1.295%;
  column-gap: 1.295%;
}

.sye-hero__tile--1 {
  flex-basis: 15.54%;
  aspect-ratio: 216 / 270;
  display: block;
}

.sye-hero__tile--2 {
  flex-basis: 13.67%;
  aspect-ratio: 190 / 226;
  display: block;
}

.sye-hero__tile--3 {
  flex-basis: 11.65%;
  aspect-ratio: 162 / 190;
  display: block;
}

.sye-hero__tile--4 {
  flex-basis: 10.36%;
  aspect-ratio: 144 / 140;
  display: block;
}

.sye-hero__tile--5 {
  flex-basis: 11.65%;
  aspect-ratio: 162 / 190;
  display: block;
}

.sye-hero__tile--6 {
  flex-basis: 13.67%;
  aspect-ratio: 190 / 226;
  display: block;
}

.sye-hero__tile--7 {
  flex-basis: 15.68%;
  aspect-ratio: 218 / 269;
  display: block;
}

.sye-term__info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: middle;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  color: var(--sye-copper);
  cursor: help;
}

.sye-term__info svg {
  display: block;
  width: 16px;
  height: 16px;
}

.sye-term__tip {
  position: absolute;
  top: calc(100% + 10px);
  left: -12px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  column-gap: 6px;
  box-sizing: border-box;
  width: 205px;
  padding: 14px 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: var(--sye-apricot);
  box-shadow: rgba(6, 11, 32, 0.18) 0px 8px 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition-behavior: normal, normal, normal;
  transition-duration: 160ms, 160ms, 160ms;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: opacity, transform, visibility;
  pointer-events: none;
  text-align: left;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
}

.sye-term__info:hover .sye-term__tip, .sye-term__info:focus-visible .sye-term__tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.sye-term__tip-h {
  font-family: var(--sye-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--sye-navy);
}

.sye-term__tip-p {
  font-family: var(--sye-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(14, 20, 50, 0.72);
}

.sye-coursewrap:hover .sye-course__new {
  transform: translateY(-4px);
}

@media (prefers-reduced-motion: reduce) {
  .sye-coursewrap:hover .sye-course__new {
  transform: none;
  }
}

.sye-logoslot__img {
  display: block;
  max-width: 78%;
  max-height: 58%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.syk-hero {
  position: relative;
  max-width: 1390px;
  margin: 0px 12px;
  padding: 64px 20px 72px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(14, 20, 50);
  background-image: none;
}

@media (min-width: 768px) {
  .syk-hero {
  padding: 92px 80px 104px;
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  }
}

.syk-hero__h1 {
  font-family: var(--sye-display);
  font-size: 34px;
  line-height: 1.14;
  font-weight: 400;
  max-width: 900px;
  margin: 0px auto !important;
}

@media (min-width: 768px) {
  .syk-hero__h1 {
  font-size: 52px;
  line-height: 1.1;
  }
}

.syk-hero__sub {
  max-width: 560px;
  font-family: var(--sye-body);
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
  margin: 16px auto 0px !important;
}

.syk-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
  column-gap: 24px;
  margin-top: 28px;
}

.syk-cat {
  max-width: 1440px;
  margin: 0px auto;
  padding: 48px 20px 64px;
}

@media (min-width: 768px) {
  .syk-cat {
  padding: 64px 80px 86px;
  max-width: clamp(1440px, 92vw, 1800px);
  }
}

.syk-cat__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 16px;
  margin-bottom: 26px;
}

.syk-filters {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}

.syk-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(14, 20, 50, 0.22);
  border-right-color: rgba(14, 20, 50, 0.22);
  border-bottom-color: rgba(14, 20, 50, 0.22);
  border-left-color: rgba(14, 20, 50, 0.22);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-color: transparent;
  font-family: var(--sye-body);
  font-size: 13px;
  line-height: 1.2;
  color: var(--sye-navy);
  cursor: pointer;
  transition-behavior: normal, normal, normal;
  transition-duration: 160ms, 160ms, 160ms;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: background-color, border-color, color;
}

.syk-chip:hover {
  border-color: var(--sye-copper);
}

.syk-count {
  font-family: var(--sye-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(14, 20, 50, 0.55);
}

.syk-grid {
  display: grid;
  grid-template-columns: minmax(0px, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 768px) {
  .syk-grid {
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  row-gap: 22px;
  column-gap: 22px;
  }
}

@media (min-width: 1700px) {
  .syk-grid {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
}

.sye-dark .syc-course {
  background-color: var(--sye-bg, #f0ede6);
}

.syk-cta {
  margin-top: 200px;
}

@media (max-width: 900px) {
  .syk-cta {
  margin-top: 170px;
  }
}

.syd-hero {
  position: relative;
  margin: 0px;
  padding: 40px 20px 60px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: rgb(255, 255, 255);
  background-color: rgb(6, 11, 32);
  background-image: radial-gradient(125% 95% at 50% 0%, rgb(26, 38, 80) 0%, rgb(12, 18, 51) 46%, rgb(6, 11, 32) 100%);
}

@media (min-width: 768px) {
  .syd-hero {
  padding: 64px 0px 84px;
  }
}

.syd-hero__inner {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
  column-gap: 36px;
  max-width: 1280px;
  margin: 0px auto;
}

@media (min-width: 768px) {
  .syd-hero__inner {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 60px;
  column-gap: 60px;
  padding: 0px 80px;
  box-sizing: border-box;
  max-width: clamp(1280px, 88vw, 1640px);
  }
}

.syd-hero__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 18px;
  column-gap: 18px;
}

@media (min-width: 768px) {
  .syd-hero__lead {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  min-width: 0px;
  }
}

.syd-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(133, 133, 205, 0.6);
  border-right-color: rgba(133, 133, 205, 0.6);
  border-bottom-color: rgba(133, 133, 205, 0.6);
  border-left-color: rgba(133, 133, 205, 0.6);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-family: var(--sye-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(169, 169, 224);
}

.syd-hero__h1 {
  margin: 0px;
  font-family: var(--sye-display);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
  align-self: stretch;
}

@media (min-width: 768px) {
  .syd-hero__h1 {
  font-size: 56px;
  }
}

@media (max-width: 768px) {
  .syd-hero__h1 {
  font-size: 32px;
  }
}

@media (max-width: 375px) {
  .syd-hero__h1 {
  font-size: 30px;
  }
}

.syd-hero__p {
  max-width: 460px;
  font-family: var(--sye-body);
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.76);
  align-self: stretch;
  margin: 0px !important;
}

.syd-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 14px;
  column-gap: 22px;
}

.syd-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  row-gap: 28px;
  column-gap: 32px;
}

@media (min-width: 768px) {
  .syd-facts {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 46%;
  max-width: 620px;
  }
}

.syd-fact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-color: rgba(255, 255, 255, 0.09);
  color: rgb(255, 255, 255);
}

.syd-fact__icon svg {
  display: block;
  width: 17px;
  height: 17px;
}

.syd-fact__k {
  font-family: var(--sye-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sye-copper);
  margin: 0px 0px 4px !important;
}

.syd-fact__v {
  font-family: var(--sye-body);
  font-size: 15px;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  margin: 0px !important;
}

.syd-body {
  position: relative;
  max-width: 1440px;
  margin: 0px auto;
  padding: 48px 20px 64px;
}

@media (min-width: 768px) {
  .syd-body {
  padding: 72px 80px 90px;
  max-width: clamp(1440px, 92vw, 1800px);
  }
}

.syd-promo {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  column-gap: 28px;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .syd-promo {
  flex-direction: row;
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  }
}

.syd-promo__media {
  position: relative;
  width: 100%;
  aspect-ratio: 440 / 248;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--sye-teal-deep, #192a31);
}

@media (min-width: 768px) {
  .syd-promo__media {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 42%;
  max-width: 560px;
  }
}

.syd-promo__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.syd-promo__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-color: rgba(255, 255, 255, 0.92);
  color: var(--sye-navy);
  pointer-events: none;
}

.syd-promo__h2 {
  font-family: var(--sye-display);
  font-size: 30px;
  line-height: 1.15;
  font-weight: 400;
  color: var(--sye-navy);
  margin: 0px 0px 14px !important;
}

@media (min-width: 768px) {
  .syd-promo__h2 {
  font-size: 40px;
  }
}

.syd-promo__p {
  font-family: var(--sye-body);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(14, 20, 50, 0.7);
  margin: 0px 0px 22px !important;
}

.syd-promo__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 14px;
  column-gap: 22px;
}

.syd-tabs {
  display: flex;
  row-gap: 26px;
  column-gap: 26px;
  margin: 46px 0px 4px;
  padding-bottom: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(14, 20, 50, 0.14);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.syd-tab {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding: 0px 2px 12px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  font-family: var(--sye-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  color: rgba(14, 20, 50, 0.5);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  appearance: none;
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  margin-bottom: -1px;
  cursor: pointer;
}

.syd-tab:hover {
  color: var(--sye-navy);
}

.syd-tab--on {
  border-bottom-color: var(--sye-copper);
  color: var(--sye-copper);
}

.syd-sec__h2 {
  font-family: var(--sye-display);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--sye-navy);
  margin: 0px 0px 28px !important;
}

@media (min-width: 768px) {
  .syd-sec__h2 {
  font-size: 34px;
  }
}

.syd-cols {
  display: grid;
  grid-template-columns: minmax(0px, 1fr);
  row-gap: 32px;
  column-gap: 80px;
  margin: 0px 0px 48px;
}

@media (min-width: 768px) {
  .syd-cols {
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  }
}

.syd-col__k {
  font-family: var(--sye-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--sye-copper);
  margin: 0px 0px 14px !important;
}

.syd-col__p {
  font-family: var(--sye-body);
  font-size: 17px;
  line-height: 1.65;
  color: rgba(14, 20, 50, 0.78);
  margin: 0px !important;
}

.syd-give {
  margin: 0px;
  padding-top: 8px;
}

.syd-give__grid {
  display: grid;
  grid-template-columns: minmax(0px, 1fr);
  row-gap: 16px;
  column-gap: 26px;
}

@media (min-width: 768px) {
  .syd-give__grid {
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@media (min-width: 1080px) {
  .syd-give__grid {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
}

.syd-give__card {
  padding: 22px 24px 24px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: rgba(14, 20, 50, 0.04);
}

.syd-give__t {
  font-family: var(--sye-body);
  font-size: 17px;
  font-weight: 600;
  color: var(--sye-navy);
  margin: 0px 0px 8px !important;
}

.syd-give__p {
  font-family: var(--sye-body);
  font-size: 14px;
  line-height: 1.5;
  color: rgba(14, 20, 50, 0.62);
  margin: 0px !important;
}

@media (min-width: 768px) {
  .syd-promo__body {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  min-width: 0px;
  }
}

.syd-book {
  max-width: 1440px;
  margin: 0px auto;
  padding: 56px 20px 72px;
  display: grid;
  grid-template-columns: minmax(0px, 1fr);
  row-gap: 34px;
  column-gap: 34px;
}

@media (min-width: 768px) {
  .syd-book {
  max-width: clamp(1440px, 92vw, 1800px);
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1.05fr);
  row-gap: 70px;
  column-gap: 70px;
  padding: 84px 80px 104px;
  align-items: start;
  }
}

.syd-book__k {
  font-family: var(--sye-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sye-copper);
  margin: 0px 0px 12px !important;
}

.syd-book__h2 {
  font-family: var(--sye-display);
  font-size: 32px;
  line-height: 1.14;
  font-weight: 400;
  color: var(--sye-navy);
  margin: 0px 0px 14px !important;
}

@media (min-width: 768px) {
  .syd-book__h2 {
  font-size: 44px;
  }
}

.syd-book__p {
  font-family: var(--sye-body);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(14, 20, 50, 0.68);
  margin: 0px 0px 32px !important;
}

.syd-person {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: rgba(14, 20, 50, 0.04);
}

.syd-person__photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: rgba(14, 20, 50, 0.08);
}

.syd-person__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.syd-person__n {
  font-family: var(--sye-body);
  font-size: 18px;
  font-weight: 600;
  color: var(--sye-navy);
  margin: 0px 0px 4px !important;
}

.syd-person__r {
  font-family: var(--sye-body);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sye-copper);
  margin: 0px 0px 12px !important;
}

.syd-person__c {
  font-family: var(--sye-body);
  font-size: 14px;
  line-height: 1.55;
  color: rgba(14, 20, 50, 0.62);
  margin: 0px !important;
}

.syd-person__c a {
  color: var(--sye-navy);
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-underline-offset: 3px;
}

.syd-panels {
  padding-top: 40px;
}

.syd-panel {
  animation-duration: auto;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: none;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.syd-goals {
  display: grid;
  grid-template-columns: minmax(0px, 1fr);
  row-gap: 20px;
  column-gap: 80px;
  margin: 0px 0px 48px;
  padding: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

@media (min-width: 768px) {
  .syd-goals {
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  }
}

.syd-goal {
  display: grid;
  grid-template-columns: 22px minmax(0px, 1fr);
  column-gap: 12px;
  align-items: start;
  font-family: var(--sye-body);
  font-size: 16px;
  line-height: 1.6;
  color: rgba(14, 20, 50, 0.82);
  margin: 0px !important;
}

.syd-goal__a {
  color: var(--sye-copper);
  font-size: 17px;
  line-height: 1.55;
}

.syd-give__k {
  font-family: var(--sye-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--sye-copper);
  margin: 0px 0px 20px !important;
}

.syd-people {
  display: grid;
  grid-template-columns: minmax(0px, 1fr);
  row-gap: 26px;
  column-gap: 26px;
}

@media (min-width: 560px) {
  .syd-people {
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@media (min-width: 1080px) {
  .syd-people {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
}

.syd-person__b {
  padding: 20px 22px 24px;
}

.syd-prog {
  display: grid;
  grid-template-columns: minmax(0px, 1fr);
  row-gap: 40px;
  column-gap: 80px;
}

@media (min-width: 768px) {
  .syd-prog {
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  }
}

.syd-prog__k {
  padding-bottom: 12px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(14, 20, 50, 0.14);
  font-family: var(--sye-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--sye-copper);
  margin: 0px 0px 18px !important;
}

.syd-prog__list {
  margin: 0px;
  padding: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.syd-prog__item {
  padding: 14px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(14, 20, 50, 0.08);
}

.syd-prog__t {
  font-family: var(--sye-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--sye-navy);
  margin: 0px 0px 4px !important;
}

.syd-prog__d {
  font-family: var(--sye-body);
  font-size: 15px;
  line-height: 1.55;
  color: rgba(14, 20, 50, 0.62);
  margin: 0px !important;
}

.syd-cert {
  display: grid;
  grid-template-columns: minmax(0px, 1fr);
  row-gap: 32px;
  column-gap: 80px;
  align-items: start;
}

@media (min-width: 768px) {
  .syd-cert {
  grid-template-columns: minmax(0px, 1.15fr) minmax(0px, 1fr);
  }
}

.syd-cert__note {
  padding: 26px 28px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: rgba(14, 20, 50, 0.04);
}