.sws-sgem-static {
  --sgem-ink: #0c3342;
  --sgem-copy: #59717c;
  --sgem-gold: #d99012;
  --sgem-violet: #655092;
  --sgem-line: rgba(21, 57, 70, .15);
  overflow: hidden;
  color: var(--sgem-ink);
  background: #fff;
  font-family: Montserrat, Arial, sans-serif;
}

.sws-sgem-static *, .sws-sgem-static *::before, .sws-sgem-static *::after { box-sizing: border-box; }
.sws-sgem-static h1, .sws-sgem-static h2, .sws-sgem-static h3, .sws-sgem-static p { margin-top: 0; }
.sws-sgem-static strong { font-weight: 680; }
.sws-sgem-static a { color: inherit; }
.sws-sgem-static .sws-sgem-shell { width: calc(100% - 56px) !important; max-width: 1160px !important; margin-right: auto !important; margin-left: auto !important; }

.sws-sgem-hero {
  position: relative;
  height: clamp(420px, 53vh, 520px);
  min-height: 420px;
  overflow: hidden;
  color: #fff;
  background: #102a32;
}
.sws-sgem-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.sws-sgem-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 25, 31, .88) 0%, rgba(3, 25, 31, .58) 43%, rgba(22, 7, 29, .18) 76%, rgba(31, 7, 36, .34) 100%); }
.sws-sgem-hero-copy { position: absolute; left: max(48px, calc((100% - 1160px) / 2)); bottom: 38px; width: min(930px, calc(100% - 96px)); }
.sws-sgem-hero-copy > span, .sws-sgem-section-heading > span, .sws-sgem-stem-lead > span, .sws-sgem-recognition > div:first-child > span, .sws-sgem-platforms > span, .sws-sgem-sdg-intro > div > span, .sws-sgem-sdg-heading > span, .sws-sgem-partners .sws-sgem-shell > span {
  display: block;
  margin-bottom: 16px;
  color: #e3a221;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .18em;
  line-height: 1.3;
}
.sws-sgem-hero-copy h1 { max-width: 930px; margin-bottom: 14px; font-size: clamp(40px, 4.15vw, 59px); font-weight: 400; letter-spacing: -.04em; line-height: 1.04; text-wrap: balance; }
.sws-sgem-hero-copy p { max-width: 760px; margin-bottom: 19px; font-size: clamp(16px, 1.4vw, 21px); font-weight: 430; line-height: 1.45; }
.sws-sgem-hero-rule { width: 170px; height: 2px; background: linear-gradient(90deg, #e3a221, #72549b); }
.sws-sgem-switch { z-index: 5; width: min(900px, calc(100% - 40px)); margin-bottom: 0; }

.sws-sgem-story { padding: 14px 0 78px; scroll-margin-top: 155px; }
.sws-sgem-intro { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(420px, 1.25fr); gap: 60px; padding-top: 24px; border-top: 1px solid #d89b26; }
.sws-sgem-section-heading h2, .sws-sgem-stem-lead h2, .sws-sgem-sdg-intro h2, .sws-sgem-sdg-heading h2, .sws-sgem-partners h2 { margin-bottom: 0; font-size: clamp(33px, 3vw, 46px); font-weight: 400; letter-spacing: -.036em; line-height: 1.08; text-wrap: balance; }
.sws-sgem-intro-copy { padding-top: 2px; font-size: 17px; line-height: 1.78; color: var(--sgem-copy); }
.sws-sgem-intro-copy p { margin-bottom: 24px; }

.sws-sgem-evolution { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; border-top: 1px solid var(--sgem-line); border-bottom: 1px solid var(--sgem-line); }
.sws-sgem-evolution::before { content: ""; position: absolute; top: -2px; left: 0; width: 34%; height: 2px; background: linear-gradient(90deg, #d99a23, #655092); }
.sws-sgem-evolution article { min-height: 320px; padding: 30px 28px 34px; border-right: 1px solid var(--sgem-line); }
.sws-sgem-evolution article:last-child { border-right: 0; }
.sws-sgem-evolution article > span { color: var(--sgem-gold); font-size: 11px; font-weight: 760; letter-spacing: .16em; }
.sws-sgem-evolution h3 { min-height: 66px; margin: 28px 0 16px; font-size: 20px; font-weight: 590; line-height: 1.23; }
.sws-sgem-evolution p { margin: 0; color: var(--sgem-copy); font-size: 15px; line-height: 1.72; }

.sws-sgem-earth-statement { display: grid; grid-template-columns: 230px 1fr; gap: 46px; margin-top: 48px; padding: 28px 0; border-top: 1px solid #d89b26; border-bottom: 1px solid rgba(101, 80, 146, .38); }
.sws-sgem-earth-statement > span { padding-top: 5px; color: var(--sgem-gold); font-size: 11px; font-weight: 760; letter-spacing: .16em; }
.sws-sgem-earth-statement p { margin-bottom: 0; font-size: 17px; line-height: 1.72; }

.sws-sgem-stem { padding: 78px 0; background: linear-gradient(135deg, rgba(248, 244, 234, .58), #fff 43%, rgba(101, 80, 146, .035)); scroll-margin-top: 155px; }
.sws-sgem-stem-lead { display: grid; grid-template-columns: .86fr 1.14fr; column-gap: 62px; padding-top: 24px; border-top: 1px solid #d89b26; }
.sws-sgem-stem-lead > span { grid-column: 1 / -1; }
.sws-sgem-stem-lead h2 { grid-row: span 2; max-width: 520px; }
.sws-sgem-stem-lead p { color: var(--sgem-copy); font-size: 17px; line-height: 1.75; }
.sws-sgem-pillars { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 40px; border: 1px solid var(--sgem-line); border-radius: 20px; overflow: hidden; background: rgba(255,255,255,.72); box-shadow: 0 16px 40px rgba(15, 51, 64, .05); }
.sws-sgem-pillars article { min-height: 220px; padding: 27px 25px; border-right: 1px solid var(--sgem-line); }
.sws-sgem-pillars article:last-child { border: 0; }
.sws-sgem-pillars article > span { color: var(--sgem-gold); font-size: 11px; font-weight: 760; }
.sws-sgem-pillars h3 { margin: 30px 0 12px; font-size: 21px; font-weight: 600; }
.sws-sgem-pillars p { margin: 0; color: var(--sgem-copy); font-size: 15px; line-height: 1.62; }
.sws-sgem-bridge {
  width: min(900px, 100%);
  margin: 52px auto 0;
  padding: 28px 38px;
  border-top: 1px solid rgba(217, 144, 18, .62);
  border-bottom: 1px solid rgba(101, 80, 146, .24);
  color: var(--sgem-copy);
  background: linear-gradient(90deg, rgba(248, 241, 228, .48), rgba(255, 255, 255, .2));
  font-size: 16px;
  line-height: 1.78;
  text-align: left;
}

.sws-sgem-means { display: grid; grid-template-columns: 280px 1fr; gap: 58px; margin-top: 72px; }
.sws-sgem-meaning-list { border-top: 1px solid #d89b26; }
.sws-sgem-meaning-list p { display: grid; grid-template-columns: 48px 1fr; margin: 0; padding: 23px 0; border-bottom: 1px solid var(--sgem-line); font-size: 17px; line-height: 1.5; }
.sws-sgem-meaning-no { color: var(--sgem-gold); font-size: 10px; font-weight: 760; letter-spacing: .14em; }
.sws-sgem-meaning-list p > span { color: var(--sgem-ink); }

.sws-sgem-recognition { margin-top: 72px; padding: 32px 0 34px; border-top: 1px solid #d89b26; border-bottom: 1px solid rgba(101, 80, 146, .2); }
.sws-sgem-recognition > div { max-width: 930px; }
.sws-sgem-recognition p { margin: 0 0 14px; color: var(--sgem-copy); font-size: 16px; line-height: 1.75; }
.sws-sgem-recognition p:last-child { margin-bottom: 0; }

.sws-sgem-platforms { margin-top: 70px; }
.sws-sgem-platforms > div { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; border-top: 1px solid #d89b26; border-bottom: 1px solid var(--sgem-line); }
.sws-sgem-platforms a { position: relative; min-height: 250px; padding: 40px 72px 40px 34px; border-right: 1px solid var(--sgem-line); text-decoration: none; transition: background .2s ease; }
.sws-sgem-platforms a:last-child { border-right: 0; }
.sws-sgem-platforms a:hover { background: rgba(101, 80, 146, .05); }
.sws-sgem-platforms small { display: block; margin-bottom: 38px; color: var(--sgem-gold); font-size: 10px; font-weight: 760; letter-spacing: .14em; }
.sws-sgem-platforms strong { display: block; margin-bottom: 10px; font-size: 30px; font-weight: 560; }
.sws-sgem-platforms p { margin: 0; color: var(--sgem-copy); font-size: 15px; line-height: 1.55; }
.sws-sgem-platforms i { position: absolute; right: 28px; bottom: 34px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(101, 80, 146, .25); border-radius: 50%; color: var(--sgem-violet); font-style: normal; }

.sws-sgem-closing { margin: 64px 0 0; padding: 32px 6%; border-top: 1px solid #d89b26; border-bottom: 1px solid rgba(101, 80, 146, .5); text-align: center; }
.sws-sgem-closing p { margin-bottom: 22px; color: var(--sgem-copy); font-size: 17px; line-height: 1.7; }
.sws-sgem-closing strong { font-size: 17px; line-height: 1.6; }

.sws-sgem-library { position: relative; display: grid; min-height: 470px; place-items: center; padding: 70px 24px; overflow: hidden; color: #fff; text-align: center; scroll-margin-top: 155px; background-image: var(--sgem-library-image); background-position: center; background-size: cover; background-attachment: fixed; }
.sws-sgem-library-shade { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(3, 23, 31, .88), rgba(16, 29, 58, .58), rgba(29, 12, 38, .76)); }
.sws-sgem-library > div { position: relative; z-index: 1; width: min(900px, 100%); }
.sws-sgem-library small { display: block; margin-bottom: 18px; color: #f0aa27; font-size: 11px; font-weight: 760; letter-spacing: .18em; }
.sws-sgem-library h2 { margin-bottom: 32px; font-size: clamp(37px, 4.8vw, 65px); font-weight: 390; letter-spacing: -.04em; line-height: 1.08; }
.sws-sgem-library a { display: inline-flex; min-height: 48px; padding: 0 23px; align-items: center; gap: 14px; border: 1px solid rgba(240, 170, 39, .8); border-radius: 26px; color: #fff; font-size: 14px; font-weight: 680; text-decoration: none; }
.sws-sgem-library a:hover { background: #d99012; color: #102f3c; }
.sws-sgem-library i { font-style: normal; }

.sws-sgem-sdgs { padding: 104px 0 110px; scroll-margin-top: 155px; }
.sws-sgem-sdg-intro { display: grid; grid-template-columns: minmax(0, 1fr) 360px; column-gap: 68px; row-gap: 22px; align-items: start; padding-top: 24px; border-top: 1px solid #d89b26; }
.sws-sgem-sdg-intro > div { display: contents; }
.sws-sgem-sdg-intro > div > span { grid-column: 1 / -1; }
.sws-sgem-sdg-intro h2 { grid-column: 1 / -1; max-width: 1040px; margin: 0; font-size: clamp(36px, 3.15vw, 46px); line-height: 1.1; text-align: left; text-wrap: balance; }
.sws-sgem-sdg-intro > div > div { grid-column: 1; max-width: 710px; margin: 8px 0 0; color: var(--sgem-copy); font-size: 16px; line-height: 1.78; text-align: left; }
.sws-sgem-sdg-intro figure { grid-column: 2; align-self: start; margin: 8px 0 0; padding: 22px; border: 1px solid var(--sgem-line); border-radius: 24px; background: #fff; box-shadow: 0 20px 55px rgba(15, 51, 64, .08); }
.sws-sgem-sdg-intro img { display: block; width: 100%; height: auto; }
.sws-sgem-sdg-heading { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 80px; margin-top: 110px; padding-top: 24px; border-top: 1px solid #d89b26; }
.sws-sgem-sdg-heading > span { grid-column: 1 / -1; }
.sws-sgem-sdg-heading > div { color: var(--sgem-copy); font-size: 16px; line-height: 1.75; }
.sws-sgem-sdg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.sws-sgem-sdg-card { min-height: 410px; padding: 24px 26px 30px; border: 1px solid var(--sgem-line); border-top-color: #d89b26; border-radius: 22px; background: linear-gradient(145deg, rgba(250,247,239,.72), #fff 42%); box-shadow: 0 14px 38px rgba(14, 49, 62, .045); }
.sws-sgem-sdg-top { display: flex; align-items: flex-start; justify-content: space-between; }
.sws-sgem-sdg-top img { width: 76px; height: 76px; border-radius: 8px; object-fit: cover; }
.sws-sgem-sdg-top span { color: rgba(217, 144, 18, .13); font-size: 56px; font-weight: 750; line-height: 1; }
.sws-sgem-sdg-card h3 { margin: 28px 0 15px; font-size: 22px; font-weight: 590; line-height: 1.25; }
.sws-sgem-sdg-focus { color: var(--sgem-copy); font-size: 14px; line-height: 1.65; }
.sws-sgem-sdg-sections { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--sgem-line); color: #49636e; font-size: 13px; line-height: 1.72; }
.sws-sgem-sdg-sections span { font-weight: 680; }

.sws-sgem-partners { padding: 80px 0 92px; border-top: 1px solid rgba(217, 144, 18, .45); background: #fbfcfb; }
.sws-sgem-partners h2 { margin-bottom: 44px; font-size: clamp(34px, 4vw, 50px); }
.sws-sgem-partner-window { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.sws-sgem-partner-track { display: flex; width: max-content; animation: sws-sgem-partners 42s linear infinite; }
.sws-sgem-partner-track span { display: grid; width: 220px; height: 112px; margin-right: 22px; padding: 24px; place-items: center; border: 1px solid var(--sgem-line); border-radius: 18px; background: #fff; }
.sws-sgem-partner-track img { max-width: 100%; max-height: 100%; object-fit: contain; }
@keyframes sws-sgem-partners { to { transform: translateX(-50%); } }

@media (max-width: 980px) {
  .sws-sgem-intro, .sws-sgem-stem-lead, .sws-sgem-sdg-heading { grid-template-columns: 1fr; gap: 28px; }
  .sws-sgem-stem-lead h2 { grid-row: auto; }
  .sws-sgem-evolution { grid-template-columns: 1fr; }
  .sws-sgem-evolution article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--sgem-line); }
  .sws-sgem-evolution article:last-child { border-bottom: 0; }
  .sws-sgem-evolution h3 { min-height: 0; margin-top: 24px; }
  .sws-sgem-pillars { grid-template-columns: 1fr 1fr; }
  .sws-sgem-pillars article:nth-child(2) { border-right: 0; }
  .sws-sgem-pillars article:nth-child(-n+2) { border-bottom: 1px solid var(--sgem-line); }
  .sws-sgem-means { grid-template-columns: 1fr; }
  .sws-sgem-sdg-intro { grid-template-columns: minmax(0, 1fr) 300px; column-gap: 38px; }
  .sws-sgem-sdg-intro h2 { font-size: 38px; }
  .sws-sgem-sdg-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .sws-sgem-static .sws-sgem-shell { width: calc(100% - 34px) !important; }
  .sws-sgem-hero { height: 390px; min-height: 390px; }
  .sws-sgem-hero > img { object-position: 58% center; }
  .sws-sgem-hero-copy { left: 20px; bottom: 50px; width: calc(100% - 40px); }
  .sws-sgem-hero-copy > span { margin-bottom: 10px; font-size: 10px; }
  .sws-sgem-hero-copy h1 { margin-bottom: 12px; font-size: 39px; }
  .sws-sgem-hero-copy p { max-width: 330px; font-size: 17px; }
  .sws-sgem-switch { margin-bottom: 0; }
  .sws-sgem-story, .sws-sgem-stem, .sws-sgem-sdgs { padding: 62px 0 72px; }
  .sws-sgem-section-heading h2, .sws-sgem-stem-lead h2, .sws-sgem-sdg-intro h2, .sws-sgem-sdg-heading h2 { font-size: 35px; }
  .sws-sgem-intro-copy, .sws-sgem-stem-lead p, .sws-sgem-sdg-intro > div > div { font-size: 15.5px; line-height: 1.72; }
  .sws-sgem-evolution { margin-top: 48px; }
  .sws-sgem-evolution article { padding: 30px 20px 34px; }
  .sws-sgem-earth-statement { grid-template-columns: 1fr; gap: 18px; margin-top: 46px; }
  .sws-sgem-earth-statement p { font-size: 17px; }
  .sws-sgem-pillars { grid-template-columns: 1fr; margin-top: 40px; border-radius: 18px; }
  .sws-sgem-pillars article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--sgem-line); }
  .sws-sgem-pillars article:nth-child(2) { border-bottom: 1px solid var(--sgem-line); }
  .sws-sgem-pillars h3 { margin-top: 24px; }
  .sws-sgem-bridge { margin-top: 38px; padding: 24px 20px; font-size: 15.5px; }
  .sws-sgem-means { gap: 28px; margin-top: 70px; }
  .sws-sgem-meaning-list p { grid-template-columns: 36px 1fr; font-size: 15px; }
  .sws-sgem-recognition { margin-top: 70px; padding: 28px 0; }
  .sws-sgem-platforms { margin-top: 70px; }
  .sws-sgem-platforms > div { grid-template-columns: 1fr; }
  .sws-sgem-platforms a { min-height: 225px; border-right: 0; border-bottom: 1px solid var(--sgem-line); }
  .sws-sgem-platforms a:last-child { border-bottom: 0; }
  .sws-sgem-closing { margin-top: 70px; padding: 34px 4px; }
  .sws-sgem-library { min-height: 370px; background-attachment: scroll; }
  .sws-sgem-library h2 { font-size: 37px; }
  .sws-sgem-sdg-intro { grid-template-columns: 1fr; }
  .sws-sgem-sdg-intro h2 { grid-column: 1; font-size: 32px; }
  .sws-sgem-sdg-intro > div > div { grid-column: 1; margin-top: 4px; }
  .sws-sgem-sdg-intro figure { grid-column: 1; width: min(310px, 100%); margin: 14px auto 0; padding: 16px; }
  .sws-sgem-sdg-heading { margin-top: 72px; }
  .sws-sgem-sdg-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 40px; }
  .sws-sgem-sdg-card { min-height: 0; padding: 22px; }
  .sws-sgem-sdg-top img { width: 66px; height: 66px; }
  .sws-sgem-sdg-card h3 { margin-top: 22px; }
  .sws-sgem-partners { padding: 62px 0 72px; }
  .sws-sgem-partner-track span { width: 180px; height: 96px; padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .sws-sgem-partner-track { animation: none; }
  .sws-sgem-platforms a { transition: none; }
}

