@font-face {
  font-family: "miller_bannerblack";
  src: url("../fonts/miller_banner_black-webfont.woff2") format("woff2"), url("../fonts/miller_banner_black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "miller-display";
  src: url("../fonts/miller_display_bold-webfont.woff2") format("woff2"), url("../fonts/miller_display_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "miller-display";
  src: url("../fonts/miller_display_italic-webfont.woff2") format("woff2"), url("../fonts/miller_display_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "miller-display";
  src: url("../fonts/miller_display_light_italic-webfont.woff2") format("woff2"), url("../fonts/miller_display_light_italic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "miller-display";
  src: url("../fonts/miller_display_light-webfont.woff2") format("woff2"), url("../fonts/miller_display_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "miller-display";
  src: url("../fonts/miller_display_roman-webfont.woff2") format("woff2"), url("../fonts/miller_display_roman-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "campton";
  src: url("../fonts/rene_bieder_-_campton_bold-webfont.woff2") format("woff2"), url("../fonts/rene_bieder_-_campton_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "campton";
  src: url("../fonts/rene_bieder_-_campton_book-webfont.woff2") format("woff2"), url("../fonts/rene_bieder_-_campton_book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "campton";
  src: url("../fonts/rene_bieder_-_campton_light-webfont.woff2") format("woff2"), url("../fonts/rene_bieder_-_campton_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "campton";
  src: url("../fonts/rene_bieder_-_campton_medium-webfont.woff2") format("woff2"), url("../fonts/rene_bieder_-_campton_medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "campton";
  src: url("../fonts/rene_bieder_-_campton_semibold-webfont.woff2") format("woff2"), url("../fonts/rene_bieder_-_campton_semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/**BREAKPOINTS**/
* {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

.bold {
  font-weight: 700;
}

.italic {
  font-weight: italic;
}

a, img, button {
  background: none;
  outline: none;
  border: 0px;
  text-decoration: none;
}

button, .btn {
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -ms-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  cursor: pointer;
}

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

ul, li {
  list-style-type: none;
}

html, body {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

html.noScroll, body.noScroll {
  overflow: hidden;
}

html {
  -ms-content-zooming: none;
  height: 100%;
}

@-ms-viewport {
  width: device-width;
}
.fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.125s ease-in-out;
  -moz-transition: opacity 0.125s ease-in-out;
  -webkit-transition: opacity 0.125s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.fade:hover, .fade:active {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.clear {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}

figure {
  margin: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  background: #0031A7;
  font-family: "dm-sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.444;
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  body {
    font-size: 13px;
  }
}

.contain {
  position: relative;
  margin: 0px auto;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 100px;
  max-width: 1440px;
}
.contain.contain-sm {
  max-width: 1000px;
}
@media only screen and (max-width: 1199px) {
  .contain {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 991px) {
  .contain {
    padding: 0 36px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  .contain {
    padding: 0 36px !important;
    width: 100%;
  }
}
@media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
  .contain {
    padding: 0 50px !important;
  }
}
@media only screen and (max-width: 349px) {
  .contain {
    padding: 0 15px !important;
    width: 100%;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.visible-md {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-mob {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  .hidden-mob {
    display: none !important;
  }
  .visible-mob {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: inline-block !important;
  }
}
/****TYPOGRAPHY****/
.focus-select {
  display: inline-block;
  position: relative;
}
.focus-select #post-cat {
  appearance: none;
  background: #c7eeff;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 31px;
  border: none;
  display: inline-block;
  outline: none;
  cursor: pointer;
  padding-right: 44px;
  font-family: "dm-sans", sans-serif;
  font-weight: 900;
  letter-spacing: 0.07em;
}
.focus-select:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  pointer-events: none;
  border-top: 7px solid #000;
}

.base-24 {
  font-size: 24px;
}

.base-18 {
  font-size: 18px;
}

a.lined, button.lined, input[type=submit].lined {
  font-family: "dm-sans", sans-serif;
  color: #000;
  font-size: 11px;
  line-height: 2.1;
  padding-top: 25px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: none;
  appearance: none;
  border: none;
}
a.lined:before, button.lined:before, input[type=submit].lined:before {
  content: "";
  position: absolute;
  top: 0;
  background: #df231d;
  height: 4px;
  width: 30px;
}
a.lined.center, button.lined.center, input[type=submit].lined.center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
a.lined.center:before, button.lined.center:before, input[type=submit].lined.center:before {
  left: 50%;
  transform: translateX(-50%);
}

#blog-content + a {
  font-size: 11px;
  line-height: 2.1;
  padding-top: 25px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
#blog-content + a:before {
  content: "";
  position: absolute;
  top: 0;
  background: #df231d;
  height: 4px;
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
}

a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  color: #000;
}

@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  p a[href^="mailto:"] {
    word-break: break-all;
  }
}
a:after {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

h1, h2, h3, h4, h5 {
  display: table;
  position: relative;
}

h1, .h1 {
  font-family: "archivo-condensed", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px; /* 100% */
  text-transform: uppercase;
}

h2, .h2 {
  font-family: "archivo-condensed", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 42px; /* 105% */
  text-transform: uppercase;
}
h2 strong, .h2 strong {
  font-weight: 800;
}
h2.centered, .h2.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h3 {
  font-family: "archivo-condensed", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 106.667% */
}

h4 {
  font-size: 11px;
  font-family: "dm-sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h5 {
  font-size: 11px;
  font-family: "dm-sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9B9B9B;
}

button, .btn {
  border: 0;
  border-radius: 0;
  background: transparent;
  outline: none;
}

.glwa-btn {
  text-align: center;
  font-family: "dm-sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.glwa-btn svg {
  margin-left: 20px;
}

.glwa-btn,
.glwa-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  color: #f5f5f5;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, all 0.2s ease;
}
.glwa-btn:hover,
.glwa-icon-btn:hover {
  text-decoration: none;
}
.glwa-btn:hover, .glwa-btn:focus-visible,
.glwa-icon-btn:hover,
.glwa-icon-btn:focus-visible {
  background: rgba(255, 255, 255, 0.25);
  transition: transform 0.2s ease, background 0.2s ease, all 0.2s ease;
}
.glwa-btn:focus-visible,
.glwa-icon-btn:focus-visible {
  outline: 2px solid #000;
  outline-color: inherit;
  outline-offset: 2px;
}

.glwa-btn {
  padding: 0 18px;
}
.glwa-btn--alt {
  background: #0031A7;
  color: #f5f5f5;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .glwa-btn--alt:hover {
    color: #02216E;
    background: rgba(0, 49, 167, 0.1);
    backdrop-filter: blur(calc(var(--sds-size-blur-100) / 2));
  }
}
.glwa-btn--mint {
  background: #69c7ff;
  color: #0031A7;
}
.glwa-btn--svg {
  color: #02216E;
  border-radius: 6px;
  background: rgba(0, 49, 167, 0.1);
  /* Blur/Glass */
  backdrop-filter: blur(calc(var(--sds-size-blur-100) / 2));
}

.glwa-icon-btn {
  width: 38px;
  min-height: 38px;
  font-size: 0.95rem;
}

.glwa-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-family: "dm-sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.glwa-pill--light {
  background: rgba(255, 255, 255, 0.85);
  color: #0031A7;
}

@media only screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 62px;
  }
  h2, .h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 55px;
  }
  h2, .h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  h1, .h1 {
    font-size: 42px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: #000;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#status {
  width: 110px;
  height: 110px;
  background: url(../img/fh-icon.svg) no-repeat center center;
  background-size: 100% auto;
  animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #status {
    width: 80px;
    height: 80px;
  }
}
/**COLUMN STYLES**/
.col-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: start;
  margin: 0 auto;
}
.col-wrap .col {
  box-sizing: border-box;
}
.col-wrap.col-2 .col {
  width: 50%;
}
.col-wrap.col-3 .col {
  width: calc(33.333% - 20px);
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .col-wrap.col-2 .col {
    width: 100%;
  }
  .col-wrap.col-3 .col {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  .col-wrap.col-3 .col {
    width: calc(50% - 5px);
  }
}

.glwa-impact-stat {
  position: relative;
  color: #fff;
  padding: 54px 0 230px;
}
.glwa-impact-stat__bg-shape {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.glwa-impact-stat__bg-shape::before, .glwa-impact-stat__bg-shape::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(0, 27, 120, 0.55);
}
.glwa-impact-stat__bg-shape::before {
  width: 760px;
  height: 760px;
  left: -345px;
  top: -255px;
}
.glwa-impact-stat__bg-shape::after {
  width: 690px;
  height: 690px;
  left: 345px;
  top: 120px;
  background: rgba(0, 37, 148, 0.78);
}
.glwa-impact-stat__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  column-gap: 48px;
  align-items: stretch;
  min-height: 460px;
}
.glwa-impact-stat__rail-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.5vw;
}
.glwa-impact-stat__rail {
  position: relative;
  width: 6px;
  height: 345px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.glwa-impact-stat__rail-line {
  position: relative;
  width: 3px;
  height: 100%;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  overflow: hidden;
  display: block;
}
.glwa-impact-stat__rail-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 25%;
  background: #ffffff;
  border-radius: 999px;
  transition: height 0.3s ease, transform 0.3s ease;
}
.glwa-impact-stat__controls {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 44px;
  position: absolute;
  left: 136px;
  bottom: 70px;
  z-index: 1000;
}
.glwa-impact-stat__arrow {
  width: 28px;
  height: 22px;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.14);
  color: #d8e5ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.glwa-impact-stat__arrow:hover, .glwa-impact-stat__arrow:focus-visible {
  background: rgba(255, 255, 255, 0.24);
}
.glwa-impact-stat__arrow.slick-disabled {
  opacity: 0.45;
  cursor: default;
}
.glwa-impact-stat__arrow svg {
  display: block;
}
.glwa-impact-stat__count {
  position: absolute;
  left: 136px;
  bottom: 0;
  z-index: 1000;
  margin-top: 28px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.glwa-impact-stat__slider {
  min-width: 0;
}
.glwa-impact-stat__slider .slick-list,
.glwa-impact-stat__slider .slick-track {
  height: 100%;
}
.glwa-impact-stat__slide {
  height: 100%;
}
.glwa-impact-stat__slide > div,
.glwa-impact-stat__slide > article,
.glwa-impact-stat__slide > section {
  height: 100%;
}
.glwa-impact-stat__content {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  grid-template-columns: minmax(0, 640px) minmax(220px, 360px);
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  padding-right: 20px;
}
.glwa-impact-stat__figure-wrap {
  position: relative;
  max-width: 960px;
  margin: 0 auto 0 0;
}
.glwa-impact-stat__figure-suffix {
  font-size: 0.6em;
}
.glwa-impact-stat__text {
  align-self: flex-end;
  max-width: 70%;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 0.96;
  font-size: clamp(26px, 3.2vw, 42px);
}
.glwa-impact-stat__text p {
  margin: 0;
}
.glwa-impact-stat__text strong,
.glwa-impact-stat__text b {
  color: #53c0ff;
  font-weight: inherit;
}
@media (max-width: 1199px) {
  .glwa-impact-stat {
    padding: 46px 0 54px;
  }
  .glwa-impact-stat__inner {
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 28px;
    min-height: 380px;
  }
  .glwa-impact-stat__controls {
    margin-top: 28px;
  }
  .glwa-impact-stat__count {
    margin-top: 20px;
    font-size: 14px;
  }
  .glwa-impact-stat__content {
    min-height: 380px;
    grid-template-columns: minmax(0, 1fr) 280px;
    column-gap: 34px;
  }
  .glwa-impact-stat__figure-number {
    font-size: clamp(120px, 20vw, 190px);
  }
  .glwa-impact-stat__figure-suffix {
    font-size: clamp(90px, 14vw, 130px);
  }
  .glwa-impact-stat__text {
    font-size: clamp(22px, 2.9vw, 32px);
  }
}
@media (max-width: 767px) {
  .glwa-impact-stat {
    padding: 34px 0 40px;
  }
  .glwa-impact-stat__inner {
    grid-template-columns: 1fr;
    row-gap: 24px;
    min-height: 0;
  }
  .glwa-impact-stat__rail-col {
    align-items: flex-start;
    padding-top: 0;
  }
  .glwa-impact-stat__rail {
    width: 100%;
    height: 4px;
  }
  .glwa-impact-stat__rail-line {
    width: 100%;
    height: 4px;
  }
  .glwa-impact-stat__rail-progress {
    width: 25%;
    height: 100%;
    transition: width 0.3s ease, transform 0.3s ease;
  }
  .glwa-impact-stat__controls {
    margin-top: 16px;
  }
  .glwa-impact-stat__count {
    margin-top: 14px;
  }
  .glwa-impact-stat__content {
    min-height: 0;
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding-right: 0;
  }
  .glwa-impact-stat__figure-number {
    font-size: clamp(92px, 28vw, 140px);
  }
  .glwa-impact-stat__figure-suffix {
    font-size: clamp(68px, 20vw, 98px);
  }
  .glwa-impact-stat__text {
    max-width: 100%;
    font-size: 28px;
  }
}

.glwa-impact-stat #stat-bg {
  position: absolute;
  top: -20%;
  left: -16vw;
  height: auto;
  width: 123vw;
  z-index: 0;
}
.glwa-impact-stat__inner {
  max-width: 960px;
  margin: 0 auto;
}
.glwa-impact-stat__figure-wrap {
  position: relative;
}
.glwa-impact-stat__figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  transform-origin: left center;
}
.glwa-impact-stat__figure-text {
  display: inline-flex;
  align-items: flex-end;
  font-family: "archivo-condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.85;
  font-weight: 800;
  font-size: 700px;
  white-space: nowrap;
}
.glwa-impact-stat__figure-text {
  font-size: clamp(170px, 22vw, 320px);
}
.glwa-impact-stat__figure-suffix {
  font-size: 0.6em;
}

/***** EMERGENCY MODAL   *******/
.glwa-alert-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

/* overlay */
.glwa-alert-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.35s ease;
}

/* panel */
.glwa-alert-modal__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  opacity: 0;
  transition: all 0.35s ease;
  background: #FCE500;
  border-radius: 8px;
  padding: 32px;
  width: min(700px, 90vw);
}

/* layout */
.glwa-alert-modal__content {
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 36px;
  align-items: center;
}

/* map */
.glwa-alert-modal__image img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

/* text */
.glwa-alert-modal__title {
  font-size: 32px;
  line-height: 1.2;
  color: #0031A7;
  margin: 0 0 12px;
}

.glwa-alert-modal__copy {
  margin-bottom: 22px;
  color: #02216E;
  font-family: "dm-sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 120% */
  padding-right: 30px;
}

/* button */
.glwa-alert-modal__cta {
  display: inline-block;
  padding: 14px 22px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.glwa-alert-modal__cta:hover {
  color: #0031A7;
}

/* close */
.glwa-alert-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 22px;
  height: 22px;
  background: transparent;
  cursor: pointer;
}

/* visible state */
.glwa-alert-modal.is-visible {
  pointer-events: auto;
}

.glwa-alert-modal.is-visible .glwa-alert-modal__overlay {
  background: rgba(0, 0, 0, 0.6);
}

.glwa-alert-modal.is-visible .glwa-alert-modal__panel {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* mobile */
@media (max-width: 768px) {
  .glwa-alert-modal__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .glwa-alert-modal__title {
    font-size: 24px;
  }
}
.glwa-header {
  --glwa-blue: #0031A7;
  --glwa-blue-dark: #02216E;
  --glwa-sky: #4bb8f2;
  --glwa-text: #062c86;
  --glwa-black: #000000;
  --glwa-white: #f5f5f5;
  --glwa-topbar: #02174D;
  --glwa-panel: #F5F5F5;
  --glwa-panel-card: #EBEBEB;
  --glwa-border: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  font-family: "dm-sans", sans-serif;
  color: var(--glwa-text);
}
.glwa-header .glwa-header__utility-slider:not(.slick-initialized) {
  visibility: hidden;
}
.glwa-header__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.glwa-header__utility {
  background: var(--glwa-topbar);
  height: 50px;
  display: flex;
  align-items: center;
}
.glwa-header__utility .glwa-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 24px;
}
.glwa-header__utility-left, .glwa-header__utility-right {
  display: flex;
  align-items: center;
  gap: 36px;
}
.glwa-header__utility-left a, .glwa-header__utility-right a {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  color: var(--glwa-white);
}
.glwa-header__utility-right {
  justify-self: end;
  justify-content: flex-end;
  gap: 26px;
}
.glwa-header__login-icon {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.glwa-header__utility-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 0;
}
.glwa-header__utility-arrow {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
}
.glwa-header__utility-message {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  color: var(--glwa-white);
}
.glwa-header__utility-message span:not(.glwa-header__utility-message-text, .glwa-header__utility-message-track) {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.glwa-header__utility-message.emergency {
  color: #02216E;
}
.glwa-header__utility-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 103px;
  height: 30px;
  padding: 0 16px;
  border-radius: 5px;
  background: rgba(245, 245, 245, 0.2);
  /* Background Blur - Light */
  backdrop-filter: blur(calc(var(--sds-size-blur-100) / 2));
  color: var(--glwa-white);
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.glwa-header__main {
  background: var(--glwa-blue);
  height: 76px;
}
.glwa-header__main .glwa-header__inner {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 36px;
}
.glwa-header__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.glwa-header__brand-mark {
  width: 101px;
  height: auto;
  display: block;
}
.glwa-header__nav {
  justify-self: center;
}
.glwa-header__menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0;
  padding: 0;
}
.glwa-header__menu > li {
  margin: 0;
  padding: 0;
}
.glwa-header__menu > li > a,
.glwa-header__menu > li > button {
  font-family: "dm-sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
  color: var(--glwa-white);
}
.glwa-header__menu > li > a {
  display: inline-flex;
  align-items: center;
}
.glwa-header__nav-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.glwa-header__plus {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--glwa-blue-dark);
  position: relative;
  flex: 0 0 15px;
}
.glwa-header__plus::before, .glwa-header__plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}
.glwa-header__plus::before {
  width: 7px;
  height: 1.5px;
}
.glwa-header__plus::after {
  width: 1.5px;
  height: 7px;
}
.glwa-header__plus--open path {
  display: none;
}
.glwa-header__plus--open rect {
  display: block;
}
.glwa-header__plus--open::after {
  display: none;
}
.glwa-header__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.glwa-header__search {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  cursor: pointer;
  color: var(--glwa-white);
}
.glwa-header__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 34px;
  color: #f5f5f5;
  padding: 0 18px;
  border-radius: 6px;
  background: rgba(245, 245, 245, 0.2);
  /* Background Blur - Light */
  backdrop-filter: blur(calc(var(--sds-size-blur-100) / 2));
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.glwa-subnav {
  background: var(--glwa-panel);
  max-height: 0;
  overflow: hidden;
  height: auto;
  transition: all 0.15s ease;
  width: 100%;
  position: absolute;
  top: 100%;
}
.glwa-subnav.is-open {
  max-height: 100vh;
  transition: all 0.25s ease;
}
.glwa-subnav__panel {
  display: none;
}
.glwa-subnav__panel.is-open {
  display: block;
}
.glwa-subnav__inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 14px 24px 46px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.glwa-subnav-card {
  background: #EBEBEB;
  padding: 10px;
  border-radius: 3px;
}
.glwa-subnav-card > a,
.glwa-subnav-card > div {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  background: transparent;
  text-decoration: none;
  color: var(--glwa-blue);
}
.glwa-subnav-card__media {
  margin: 0 0 0px;
  aspect-ratio: 421/188;
  border-radius: 3px;
  overflow: hidden;
  background: #ddd;
}
.glwa-subnav-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.glwa-subnav-card h3 {
  color: var(--Colbalt-Blue, #0031A7);
  font-family: "archivo-condensed", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.glwa-subnav-card p {
  max-width: 320px;
  margin: auto 0 0;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 400;
}
.glwa-subnav-card__arrow {
  margin-top: auto;
  margin-left: auto;
  width: 45px;
  height: 46px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--glwa-blue);
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.glwa-subnav-card--placeholder > div {
  min-height: 220px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 18px;
}

@media (max-width: 1200px) {
  .glwa-header__utility .glwa-header__inner {
    column-gap: 40px;
    padding: 10px 30px;
  }
  .glwa-header__utility, .glwa-header__main {
    height: auto;
  }
  .glwa-header__utility-left a, .glwa-header__utility-right a {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .glwa-header__nav-toggle {
    gap: 2px;
  }
  .glwa-header__main .glwa-header__inner {
    padding: 16px 30px;
  }
  .glwa-header__brand, .glwa-header__nav, .glwa-header__actions {
    justify-self: center;
  }
  .glwa-header__menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 28px;
  }
  .glwa-header__menu > li > button {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }
  .glwa-subnav-card h3 {
    font-size: 24px;
  }
}
.glwa-header__utility-center {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 16px;
  min-width: 0;
  width: 100%;
  max-width: 720px;
}
.glwa-header__utility-slider {
  min-width: 0;
  width: 100%;
  max-width: 500px;
}
.glwa-header__utility-slider .slick-list,
.glwa-header__utility-slider .slick-track {
  height: 100%;
}
.glwa-header__utility-slide {
  width: 100%;
}
.glwa-header__utility-slide-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 0;
}
.glwa-header__utility-message {
  min-width: 0;
  white-space: nowrap;
  padding: 10px;
  text-decoration: none;
}
.glwa-header__utility-message.glwa-header_utility-emergency {
  background: #FCE500;
  color: #02216E;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.glwa-header__utility-message.glwa-header_utility-emergency svg {
  width: 16px;
  min-width: 16px;
  height: auto;
  flex: 0;
}
.glwa-header__utility-message.glwa-header_utility-emergency svg:first-of-type {
  margin-right: 20px;
}
.glwa-header__utility-message.glwa-header_utility-emergency svg:last-of-type {
  margin-left: 20px;
}
.glwa-header__utility-message.glwa-header_utility-emergency .glwa-header__utility-message-track {
  flex: unset;
  width: calc(100% - 72px);
  max-width: calc(100% - 72px);
  min-width: unset;
  text-decoration: none;
}
.glwa-header__utility-cta {
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .glwa-header__utility-center {
    max-width: 100%;
  }
  .glwa-header__utility-slide-inner {
    gap: 10px;
  }
  .glwa-header__utility-message {
    font-size: 13px;
  }
  .glwa-header__utility-cta {
    min-width: auto;
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .glwa-header__utility-slide-inner {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
  }
  .glwa-header__utility-message {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
}

.glwa-header__utility-slide-inner {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.glwa-header__utility-message-wrap {
  min-width: 0;
  overflow: hidden;
}
.glwa-header__utility-message {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
}
.glwa-header__utility-message-track {
  display: inline-block;
  min-width: 100%;
  will-change: transform;
}
.glwa-header__utility-message-text {
  display: inline-inline;
  white-space: nowrap;
}
.glwa-header__utility-message.is-marquee .glwa-header__utility-message-track {
  animation: glwa-utility-marquee var(--glwa-marquee-duration, 10s) linear infinite;
}
.glwa-header__utility-message.is-marquee:hover .glwa-header__utility-message-track, .glwa-header__utility-message.is-marquee:focus-visible .glwa-header__utility-message-track {
  animation-play-state: paused;
}
@media (max-width: 767px) {
  .glwa-header__utility-slide-inner {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .glwa-header__utility-message {
    text-align: center;
  }
  .glwa-header__utility-cta {
    justify-self: center;
  }
}

@keyframes glwa-utility-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--glwa-marquee-distance, 0px)));
  }
}
#foot-shape {
  z-index: 0;
  position: absolute;
  bottom: 15vw;
  left: 0;
  width: 100vw;
  height: auto;
}

.wrapper {
  position: relative;
}
.wrapper section {
  position: relative;
  z-index: 1;
}

.glwa-footer {
  background: #0031a7;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.glwa-footer a {
  color: #F4FBF3;
  text-decoration: none;
}
.glwa-footer__inner {
  width: 100%;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}
.glwa-footer__main {
  padding: 145px 0 120px;
}
.glwa-footer__main .glwa-footer__inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  column-gap: 150px;
  align-items: start;
}
.glwa-footer__brand-col {
  display: flex;
  flex-direction: column;
  min-height: 394px;
}
.glwa-footer__brand {
  display: inline-block;
  width: 270px;
}
.glwa-footer__brand img {
  display: block;
  width: 100%;
  height: auto;
}
.glwa-footer__social {
  margin-top: auto;
}
.glwa-footer__social h3 {
  margin: 0 0 16px;
  font-family: "dm-sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.glwa-footer__social-links {
  display: flex;
  align-items: center;
  gap: 18px;
}
.glwa-footer__social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F4FBF3;
  transition: opacity 0.2s ease;
}
.glwa-footer__social-links a:hover, .glwa-footer__social-links a:focus-visible {
  opacity: 0.75;
}
.glwa-footer__social-links svg {
  display: block;
}
.glwa-footer__menus {
  display: grid;
  grid-template-columns: 1fr 1fr 0.82fr;
  column-gap: 92px;
}
.glwa-footer__menu-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.glwa-footer__menu-col--single {
  padding-top: 6px;
}
.glwa-footer__menu-group h4 {
  margin: 0 0 24px;
  font-family: "dm-sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #44B8F3;
}
.glwa-footer__menu-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.glwa-footer__menu-group li + li {
  margin-top: 24px;
}
.glwa-footer__menu-group a {
  display: inline-block;
  font-family: "dm-sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: opacity 0.2s ease;
}
.glwa-footer__menu-group a:hover, .glwa-footer__menu-group a:focus-visible {
  opacity: 0.75;
}
.glwa-footer__plain-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.glwa-footer__plain-links li + li {
  margin-top: 24px;
}
.glwa-footer__plain-links a {
  vertical-align: top;
  display: inline-block;
  font-family: "dm-sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: opacity 0.2s ease;
}
.glwa-footer__plain-links a:hover, .glwa-footer__plain-links a:focus-visible {
  opacity: 0.75;
}
.glwa-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0 45.25px;
}
.glwa-footer__bottom .glwa-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.glwa-footer__copyright {
  font-family: "dm-sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.glwa-footer__legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 42px;
}
.glwa-footer__legal a {
  color: #F4FBF3;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.28px;
  transition: opacity 0.2s ease;
}
.glwa-footer__legal a:hover, .glwa-footer__legal a:focus-visible {
  opacity: 0.75;
}
@media (max-width: 1199px) {
  .glwa-footer__main {
    padding: 100px 0 80px;
  }
  .glwa-footer__main .glwa-footer__inner {
    grid-template-columns: 1fr;
    row-gap: 64px;
  }
  .glwa-footer__brand-col {
    min-height: 0;
  }
  .glwa-footer__social {
    margin-top: 40px;
  }
  .glwa-footer__menus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 56px;
  }
  .glwa-footer__menu-col--single {
    padding-top: 0;
  }
  .glwa-footer__bottom .glwa-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .glwa-footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .glwa-footer__main {
    padding: 72px 0 56px;
  }
  .glwa-footer__brand {
    width: 220px;
  }
  .glwa-footer__menus {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .glwa-footer__menu-group li + li {
    margin-top: 16px;
  }
  .glwa-footer__menu-group a {
    font-size: 16px;
  }
  .glwa-footer__plain-links li + li {
    margin-top: 18px;
  }
  .glwa-footer__plain-links a {
    font-size: 16px;
  }
  .glwa-footer__bottom {
    padding: 28px 0 32px;
  }
  .glwa-footer__copyright {
    font-size: 10px;
    line-height: 1.4;
  }
  .glwa-footer__legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .glwa-footer__legal a {
    font-size: 15px;
  }
}

.glwa-home {
  --glwa-blue: #0031A7;
  --glwa-blue-deep: #06257c;
  --glwa-blue-soft: #69c7ff;
  --glwa-green: #17d49c;
  --glwa-white: #f5f5f5;
  --glwa-ice: #f5f5f5;
  --glwa-dark-text: #02216E;
  background: #0031A7;
  color: #ffffff;
  overflow: clip;
}
.glwa-home * {
  box-sizing: border-box;
}
.glwa-home img,
.glwa-home video {
  display: block;
}
.glwa-home a {
  text-decoration: none;
}
.glwa-home .glwa-shell {
  width: min(100% - 260px, 1440px);
  margin-inline: auto;
}
.glwa-home .glwa-section-title {
  margin: 0;
  color: #f5f5f5;
}
.glwa-home .glwa-section-title.centered {
  margin: 0 auto;
}
.glwa-home .glwa-section-title strong,
.glwa-home .glwa-section-title em,
.glwa-home .glwa-section-title span {
  color: #69c7ff;
  font-style: normal;
}
.glwa-home .glwa-section-title--blue {
  color: #0031A7;
}
.glwa-home .glwa-home-hero {
  --hero-scroll-progress: 0;
  --hero-headline-opacity: 1;
  --hero-video-width: 100vw;
  --hero-video-height: 755px;
  --hero-video-radius: 8px;
  --hero-copy-opacity: 0;
  --hero-copy-translate: 40px;
}
.glwa-home .glwa-home-hero__topline, .glwa-home .glwa-home-hero__line-2 {
  opacity: var(--hero-headline-opacity);
  transition: opacity 0.12s linear;
  will-change: opacity;
}
.glwa-home .glwa-home-hero__video {
  width: var(--hero-video-width);
  height: var(--hero-video-height);
  border-radius: var(--hero-video-radius);
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.12s linear, height 0.12s linear, border-radius 0.12s linear;
  will-change: width, height, border-radius;
}
.glwa-home .glwa-home-hero__body, .glwa-home .glwa-home-hero__button, .glwa-home .glwa-home-hero__tagline {
  opacity: var(--hero-copy-opacity);
  transform: translateY(var(--hero-copy-translate));
  transition: opacity 0.16s linear, transform 0.16s linear;
  will-change: opacity, transform;
}
.glwa-home .glwa-home-hero {
  padding: 220px 0 52px;
  overflow: hidden;
  /*
    @media (max-width: 1199px) {
      padding: 120px 0 44px;

      &__inner {
        padding: 0 28px;
      }

      &__stage {
        min-height: 760px;
      }

      &__video {
        top: 160px;
        height: calc(100% - 160px);
      }

      &__topline {
        height: 190px;
      }

      &__topline-svg {
        text {
          font-size: 108px;
        }
      }

      &__content {
        min-height: 560px;
        padding: 0 28px 90px;
      }

      &__line-2 {
        font-size: 82px;
      }

      &__body {
        max-width: 560px;
        font-size: 20px;
      }
    }*/
}
.glwa-home .glwa-home-hero__inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 44px;
}
.glwa-home .glwa-home-hero__stage {
  position: relative;
  min-height: 930px;
  overflow: hidden;
  border-radius: 8px;
}
.glwa-home .glwa-home-hero__video {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
}
.glwa-home .glwa-home-hero__topline {
  position: relative;
  z-index: 3;
  width: 100%;
  background: transparent;
}
.glwa-home .glwa-home-hero__topline:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 8px;
  height: 8px;
  background: transparent;
  z-index: 2;
  right: 0;
  border-top-right-radius: 8px;
  box-shadow: 8px -8px 0 8px #0031A7; /* match page bg */
}
.glwa-home .glwa-home-hero__topline:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 8px;
  height: 8px;
  background: transparent;
  z-index: 2;
  left: 0;
  border-top-left-radius: 8px;
  box-shadow: -8px -8px 0 8px #0031A7; /* match page bg */
}
.glwa-home .glwa-home-hero__topline-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.glwa-home .glwa-home-hero__topline-svg text {
  fill: #000;
  font-family: "archivo-condensed", sans-serif;
  font-size: 112px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.glwa-home .glwa-home-hero__content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.glwa-home .glwa-home-hero__line-2 {
  margin: 0;
  color: #fff;
  font-family: "archivo-condensed", sans-serif;
  font-size: 112px;
  line-height: 150px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.glwa-home .glwa-home-hero__body {
  max-width: 620px;
  margin: auto 0 28px;
  color: #fff;
  font-size: 23px;
  line-height: 1.38;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  text-align: center;
}
.glwa-home .glwa-home-hero__body p {
  margin: 0 auto 40px;
  display: block;
}
.glwa-home .glwa-home-hero__body a.glwa-btn {
  display: inline-block;
  clear: both;
  margin: 30px auto 0;
}
.glwa-home .glwa-home-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 113px;
  height: 37px;
  padding: 0 16px;
  color: #fff;
  text-decoration: none;
  font-family: "dm-sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 5px;
  background: rgba(245, 245, 245, 0.16);
  /* Blur + Shadow Big */
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.09), 0 40px 80px 0 rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(50px);
}
@media (max-width: 767px) {
  .glwa-home .glwa-home-hero {
    padding: 96px 0 28px;
  }
  .glwa-home .glwa-home-hero__inner {
    padding: 0 16px;
  }
  .glwa-home .glwa-home-hero__stage {
    min-height: 470px;
  }
  .glwa-home .glwa-home-hero__video {
    top: 78px;
    height: calc(100% - 78px);
    border-radius: 6px;
  }
  .glwa-home .glwa-home-hero__topline {
    height: 96px;
  }
  .glwa-home .glwa-home-hero__topline-svg text {
    font-size: 44px;
  }
  .glwa-home .glwa-home-hero__content {
    min-height: 360px;
    margin-top: -4px;
    padding: 0 18px 42px;
  }
  .glwa-home .glwa-home-hero__line-2 {
    font-size: 42px;
  }
  .glwa-home .glwa-home-hero__body {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 18px;
  }
  .glwa-home .glwa-home-hero__button {
    min-width: 104px;
    height: 36px;
    font-size: 13px;
  }
}
.glwa-home .glwa-feature-card {
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
.glwa-home .glwa-feature-card__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 57%);
  align-items: center;
  min-height: 610px;
  background: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
}
.glwa-home .glwa-feature-card__content {
  padding: 72px 56px 72px 54px;
  color: #02216E;
}
.glwa-home .glwa-feature-card__copy {
  max-width: 470px;
  margin-top: 28px;
}
.glwa-home .glwa-feature-card__copy p {
  margin: 0;
}
.glwa-home .glwa-feature-card__actions {
  display: block;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 14px;
  margin-top: 34px;
}
.glwa-home .glwa-feature-card__actions .glwa-btn {
  margin-bottom: 14px;
}
.glwa-home .glwa-feature-card__media {
  position: relative;
  min-height: 610px;
  height: 100%;
  overflow: hidden;
}
.glwa-home .glwa-feature-card__media img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
.glwa-home .glwa-feature-card__blob {
  position: absolute;
  inset: 7% 8% auto auto;
  width: 76%;
  aspect-ratio: 1;
  background: #69c7ff;
  border-radius: 50% 44% 51% 48%/43% 54% 45% 58%;
  transform: translate(2%, -3%) rotate(16deg);
  z-index: 1;
}
.glwa-home .glwa-learning-resources {
  padding: 100px 0 88px;
  position: relative;
  z-index: 1;
}
.glwa-home .glwa-learning-resources__intro {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 32px;
  align-items: start;
  margin-bottom: 80px;
}
.glwa-home .glwa-learning-resources__copy p {
  margin: 0 0 20px;
}
.glwa-home .glwa-learning-resources__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.glwa-home .glwa-resource-card {
  position: relative;
  min-height: calc((100vw - 100px) / 3 - 17.92px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 18px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.015);
  overflow: hidden;
}
.glwa-home .glwa-resource-card__title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 18px 0 auto;
  color: #f5f5f5;
}
.glwa-home .glwa-resource-card__meta {
  position: relative;
  z-index: 2;
}
.glwa-home .glwa-resource-card__image {
  margin-top: 0px;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1/0.82;
  width: 33.33%;
  z-index: 1;
  transition: all 0.25s ease;
  opacity: 1;
}
.glwa-home .glwa-resource-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.glwa-home .glwa-resource-card .glwa-resource-card__bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}
.glwa-home .glwa-resource-card .glwa-resource-card__bg_image:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.glwa-home .glwa-resource-card .glwa-resource-card__bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .glwa-home .glwa-resource-card:hover .glwa-resource-card__image {
    opacity: 0;
    transition: all 0.25s ease;
  }
  .glwa-home .glwa-resource-card:hover .glwa-resource-card__bg_image {
    opacity: 1;
    transition: all 0.25s ease;
  }
}
.glwa-home .glwa-resource-card__link {
  position: absolute;
  right: 18px;
  bottom: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  color: #f5f5f5;
  font-size: 1rem;
  z-index: 2;
}
.glwa-home .glwa-featured-story {
  padding-bottom: 64px;
}
.glwa-home .glwa-featured-story__media-wrap {
  position: relative;
  min-height: 760px;
  border-radius: 6px;
  overflow: hidden;
}
.glwa-home .glwa-featured-story__image, .glwa-home .glwa-featured-story__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.glwa-home .glwa-featured-story__image {
  object-fit: cover;
}
.glwa-home .glwa-featured-story__overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.18) 44%, rgba(0, 0, 0, 0.02) 100%);
}
.glwa-home .glwa-featured-story__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: min(600px, 100%);
  min-height: 760px;
  padding: 72px 52px 42px;
}
.glwa-home .glwa-featured-story__quote {
  margin: 0 0 32px;
  font-family: "dm-sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 133.333% */
  color: #f5f5f5;
}
.glwa-home .glwa-featured-story__role {
  margin: 8px 0 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}
.glwa-home .glwa-featured-story__thumbs {
  display: flex;
  gap: 14px;
  margin-top: 110px;
  align-items: center;
}
.glwa-home .glwa-featured-story__thumb {
  width: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.7;
  background: transparent;
}
.glwa-home .glwa-featured-story__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.glwa-home .glwa-featured-story__thumb.is-active {
  opacity: 1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
}
.glwa-home .glwa-featured-story__media-wrap {
  position: relative;
  overflow: hidden;
}
.glwa-home .glwa-featured-story.glwa-shell {
  width: calc(100vw - 100px);
}
.glwa-home .glwa-featured-story__slider {
  position: relative;
}
.glwa-home .glwa-featured-story__slider .slick-list,
.glwa-home .glwa-featured-story__slider .slick-track,
.glwa-home .glwa-featured-story__slider .glwa-featured-story__slide {
  height: 100%;
}
.glwa-home .glwa-featured-story__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.glwa-home .glwa-featured-story__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.glwa-home .glwa-featured-story__content {
  inset: 0;
  z-index: 2;
}
.glwa-home .glwa-featured-story__thumbs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 3;
  padding: 0 80px;
}
.glwa-home .glwa-featured-story__thumbs .slick-list {
  overflow: visible;
}
.glwa-home .glwa-featured-story__thumbs .slick-track {
  display: flex;
  align-items: center;
  gap: 12px;
}
.glwa-home .glwa-featured-story__thumb-slide {
  margin: 0 20px 0 0;
  width: 70px;
  height: 70px;
  position: relative;
  transition: all 0.15s ease;
}
.glwa-home .glwa-featured-story__thumb-slide.slick-current {
  width: 90px;
  height: 90px;
  transition: all 0.15s ease;
}
.glwa-home .glwa-featured-story__thumb-slide.slick-current:after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 10.208px;
  height: 10.208px;
  background: #f5f5f5;
  border-radius: 50%;
}
.glwa-home .glwa-featured-story__thumb {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 100%;
  height: 100%;
}
.glwa-home .glwa-featured-story__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.slick-current .glwa-home .glwa-featured-story__thumb, .glwa-home .glwa-featured-story__thumb:hover, .glwa-home .glwa-featured-story__thumb:focus-visible {
  opacity: 1;
}
.slick-current .glwa-home .glwa-featured-story__thumb img, .glwa-home .glwa-featured-story__thumb:hover img, .glwa-home .glwa-featured-story__thumb:focus-visible img {
  transform-origin: center center;
}
.glwa-home .glwa-projects-strip {
  background: #f5f5f5;
  color: #02216E;
  padding: 110px 0 130px;
}
.glwa-home .glwa-projects-strip__intro {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 2.125fr);
  gap: 96px;
  align-items: start;
  margin-bottom: 100px;
}
.glwa-home .glwa-projects-strip__intro h2 {
  color: #0031A7;
}
.glwa-home .glwa-projects-strip__intro h2 strong {
  color: #00B476;
}
.glwa-home .glwa-projects-strip__copy {
  color: #02216E;
}
.glwa-home .glwa-projects-strip__copy p {
  margin: 0;
}
.glwa-home .glwa-projects-strip__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.glwa-home .glwa-projects-strip__actions .glwa-btn {
  background: #0031A7;
}
.glwa-home .glwa-projects-strip__track-wrap {
  overflow: hidden;
  padding-left: calc((100vw - min(100vw - 64px, 1440px)) / 2);
}
.glwa-home .glwa-projects-strip__track {
  display: flex;
  gap: 12px;
  width: max-content;
  padding-right: 32px;
}
.glwa-home .glwa-learning-projects__slide {
  margin: 0 7px;
  width: 35vw;
}
.glwa-home .glwa-project-card {
  position: relative;
  width: 100%;
  aspect-ratio: 5/4;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 6.25%, rgba(0, 0, 0, 0.14) 48.08%, rgba(0, 0, 0, 0.56) 90%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  background-blend-mode: multiply, normal;
  overflow: hidden;
  flex: 0 0 auto;
}
.glwa-home .glwa-project-card img, .glwa-home .glwa-project-card svg, .glwa-home .glwa-project-card__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.glwa-home .glwa-project-card img, .glwa-home .glwa-project-card svg {
  z-index: 0;
  object-fit: cover;
}
.glwa-home .glwa-project-card__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.08));
}
.glwa-home .glwa-project-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 30px;
  color: #f5f5f5;
}
.glwa-home .glwa-project-card__meta {
  z-index: 5;
  padding: 20px 30px;
  box-sizing: border-box;
  font-family: "dm-sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.glwa-home .glwa-project-card__meta .glwa-pill {
  color: #F5F5F5;
  border-radius: 6px;
  background: rgba(245, 245, 245, 0.15);
  backdrop-filter: blur(50px);
  /* Blur + Shadow Big */
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.09), 0 40px 80px 0 rgba(0, 0, 0, 0.3);
}
.glwa-home .glwa-project-card__content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px 30px;
}
.glwa-home .glwa-project-card__content h3 {
  margin: auto 0 0;
  font-size: clamp(1.9rem, 2vw, 2.5rem);
  line-height: 0.96;
  color: #f5f5f5;
}
.glwa-home .video_modal_trigger {
  display: block;
  position: relative;
  width: min(100vw - 260px, 900px);
  margin: 0 auto;
}
.glwa-home .video_modal_trigger img {
  width: 100%;
  height: calc(min(100vw - 260px, 900px) * 0.619);
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
.glwa-home .video_modal_trigger figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glwa-home .video_modal_trigger figcaption button {
  border-radius: 6px;
  background: rgba(245, 245, 245, 0.2);
  font-family: "dm-sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  /* Blur + Shadow Big */
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.09), 0 40px 80px 0 rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(50px);
  height: 46px;
}
.glwa-home .glwa-team-stories {
  position: relative;
  padding: 112px 0 140px;
}
.glwa-home .glwa-team-stories .glwa-shell {
  position: relative;
  z-index: 1;
}
.glwa-home .glwa-team-stories__intro {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}
.glwa-home .glwa-team-stories__copy {
  max-width: 650px;
  margin: 25px auto 40px;
}
.glwa-home .glwa-team-stories__copy p {
  margin: 0;
}
.glwa-home .glwa-team-stories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.glwa-home .glwa-cta-grid {
  position: relative;
  padding: 34px 0 96px;
}
.glwa-home .glwa-cta-grid__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}
.glwa-home .glwa-cta-grid__stack {
  display: grid;
  gap: 20px;
  grid-template-rows: repeat(2, 1fr);
}
.glwa-home .glwa-cta-card {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.glwa-home .glwa-cta-card__copy {
  max-width: calc(100% - 100px);
}
.glwa-home .glwa-cta-card--small {
  background: var(--card-bg, #69c7ff);
  color: var(--card-color, #0233a1);
  min-height: 260px;
}
.glwa-home .glwa-cta-card--small .glwa-cta-card__inner {
  padding: 28px 18px 18px;
}
.glwa-home .glwa-cta-card--small h3 {
  max-width: 300px;
}
.glwa-home .glwa-cta-card--feature {
  min-height: 540px;
  color: #f5f5f5;
}
.glwa-home .glwa-cta-card--feature img,
.glwa-home .glwa-cta-card--feature .glwa-cta-card__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.glwa-home .glwa-cta-card--feature img {
  object-fit: cover;
}
.glwa-home .glwa-cta-card--feature .glwa-cta-card__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.18));
}
.glwa-home .glwa-cta-card--feature .glwa-cta-card__inner {
  position: relative;
  z-index: 1;
  padding: 28px;
  justify-content: flex-start;
  gap: 20px;
}
.glwa-home .glwa-cta-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
}
.glwa-home .glwa-cta-card__icon {
  position: absolute;
  bottom: 23px;
  right: 23px;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
}
.glwa-home .glwa-cta-card__icon svg {
  width: 100%;
  height: auto;
}
.glwa-home .glwa-footer-cta {
  padding: 34px 0 70px;
}
.glwa-home .glwa-footer-cta__inner {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.glwa-home .glwa-footer-cta__brand img {
  width: 100%;
  max-width: 220px;
}
.glwa-home .glwa-footer-cta__menus {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}
.glwa-home .glwa-footer-cta__menu h3 {
  margin: 0 0 16px;
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.48);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.glwa-home .glwa-footer-cta__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.glwa-home .glwa-footer-cta__menu a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
}
.glwa-home .glwa-footer-cta__menu a:hover, .glwa-home .glwa-footer-cta__menu a:focus-visible {
  color: #69c7ff;
}
@media (max-width: 1199px) {
  .glwa-home {
    /*.glwa-hero {
          min-height: 840px;
          padding-top: 120px;

          &__overlay {
            text {
              font-size: 92px;
            }
          }

          &__frame {
            min-height: 580px;
          }
        }
    */
  }
  .glwa-home .glwa-shell {
    width: min(100% - 40px, 1440px);
  }
  .glwa-home .glwa-impact-stat__content {
    grid-template-columns: 1fr;
  }
  .glwa-home .glwa-feature-card__inner {
    grid-template-columns: 1fr;
  }
  .glwa-home .glwa-feature-card__media {
    min-height: 480px;
  }
}
@media (max-width: 991px) {
  .glwa-home .glwa-shell {
    width: min(100% - 40px, 1440px);
  }
  .glwa-home .glwa-hero {
    min-height: 760px;
    padding-top: 96px;
  }
  .glwa-home .glwa-hero__overlay text {
    font-size: 64px;
  }
  .glwa-home .glwa-hero__inner, .glwa-home .glwa-hero__frame {
    min-height: auto;
  }
  .glwa-home .glwa-hero__frame {
    padding-inline: 20px;
    padding-bottom: 34px;
  }
  .glwa-home .glwa-impact-stat__inner, .glwa-home .glwa-impact-stat__content,
  .glwa-home .glwa-impact-stat .glwa-learning-resources__intro,
  .glwa-home .glwa-impact-stat .glwa-projects-strip__intro,
  .glwa-home .glwa-impact-stat .glwa-cta-grid__layout,
  .glwa-home .glwa-impact-stat .glwa-footer-cta__inner {
    grid-template-columns: 1fr;
  }
  .glwa-home .glwa-impact-stat__rail {
    align-items: flex-start;
  }
  .glwa-home .glwa-impact-stat__rail-line {
    min-height: 120px;
  }
  .glwa-home .glwa-learning-resources__intro,
  .glwa-home .glwa-projects-strip__intro {
    display: grid;
  }
  .glwa-home .glwa-featured-story__media-wrap, .glwa-home .glwa-featured-story__content {
    min-height: 640px;
  }
  .glwa-home .glwa-featured-story__content {
    width: 100%;
    padding: 40px 24px 28px;
  }
  .glwa-home .glwa-featured-story__thumbs {
    margin-top: 52px;
  }
  .glwa-home .glwa-cta-grid__stack,
  .glwa-home .glwa-learning-resources__grid,
  .glwa-home .glwa-team-stories__grid,
  .glwa-home .glwa-footer-cta__menus {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .glwa-home .glwa-hero {
    min-height: 680px;
    padding-top: 88px;
  }
  .glwa-home .glwa-hero__overlay text {
    font-size: 42px;
  }
  .glwa-home .glwa-hero__copy {
    font-size: 1rem;
  }
  .glwa-home .glwa-impact-stat {
    padding-top: 38px;
  }
  .glwa-home .glwa-impact-stat__inner {
    min-height: auto;
  }
  .glwa-home .glwa-impact-stat__number {
    font-size: clamp(5rem, 28vw, 9rem);
  }
  .glwa-home .glwa-impact-stat__text {
    font-size: 1.6rem;
  }
  .glwa-home .glwa-feature-card {
    padding-bottom: 56px;
  }
  .glwa-home .glwa-feature-card__content {
    padding: 36px 22px;
  }
  .glwa-home .glwa-feature-card__media {
    min-height: 340px;
  }
  .glwa-home .glwa-learning-resources,
  .glwa-home .glwa-team-stories,
  .glwa-home .glwa-cta-grid {
    padding-block: 56px;
  }
  .glwa-home .glwa-featured-story__name {
    font-size: 2.4rem;
  }
  .glwa-home .glwa-featured-story__quote {
    font-size: 1.08rem;
  }
  .glwa-home .glwa-footer-cta__inner {
    gap: 30px;
  }
}
