:root {
  --brand-black: black;
  --brand-white: white;
  --gta-standard: "Gt America Standard", Arial, sans-serif;
  --regular-400: 400;
  --brand-red: #e2231a;
  --bold-700: 700;
  --gta-compressed: "Gt America Compressed", Arial, sans-serif;
  --black-900: 900;
  --light-300: 300;
  --brand-red-light: #e73f36;
  --gray-63666a: #63666a;
}

.body {
  background-color: var(--brand-black);
  min-width: 100%;
}

.skip-link {
  color: var(--brand-white);
  text-align: center;
  width: 100%;
  height: 40px;
  margin-top: -40px;
  padding-top: 10px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.skip-link:focus-visible, .skip-link[data-wf-focus-visible] {
  margin-top: 0;
}

.skip-link.w--current {
  margin-top: -40px;
  padding-top: 10px;
}

.skip-link.w--current:focus-visible, .skip-link.w--current[data-wf-focus-visible] {
  margin-top: 0;
}

.nav-link-text {
  color: var(--brand-white);
  border-bottom: 1px solid #0000;
  width: 125px;
  padding-bottom: 10px;
  transition: border .2s;
  display: inline-block;
}

.nav-link-text.nav-link-text--1 {
  width: 54px;
}

.nav-link-text.nav-link-text--5 {
  width: 96px;
}

.nav-link-text.nav-link-text--2 {
  width: 86px;
}

.nav-link-text.nav-link-text--4 {
  width: 88px;
}

.nav-link-text.nav-link-text--3 {
  width: 94px;
}

.nav-link-text.nav-link-text--6 {
  width: 72px;
}

.mobile-menu-btn-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 20px;
  font-weight: var(--regular-400);
}

.nav-container {
  justify-content: space-between;
  display: flex;
}

.mobile-nav-menu {
  z-index: 1001;
  background-color: var(--brand-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  max-width: 100%;
  display: none;
  position: absolute;
  inset: 60px 0% auto 100%;
}

.btn-animated {
  background-color: var(--brand-red);
  display: inline-block;
  position: relative;
}

.btn-animated.btn-right-aligned {
  align-self: flex-end;
}

.mobile-nav-link {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.2;
  font-weight: var(--regular-400);
  text-decoration: none;
  -webkit-text-decoration-color: var(--brand-white);
  text-decoration-color: var(--brand-white);
  border-top: 1px solid #63666a;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.nav-link {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.2;
  font-weight: var(--regular-400);
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.btn-animated-link-block {
  text-decoration: none;
  -webkit-text-decoration-color: var(--brand-white);
  text-decoration-color: var(--brand-white);
  vertical-align: middle;
  cursor: pointer;
  background-color: #0000;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 60px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.mobile-menu-btn {
  z-index: 1001;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--brand-red);
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.logo {
  flex: none;
  padding-left: 0;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-btn-stripe {
  background-color: var(--brand-white);
  width: 100%;
}

.menu-btn-stripe.menu-btn-stripe-3 {
  height: 3px;
}

.menu-btn-stripe.menu-btn-stripe-2 {
  height: 2px;
}

.menu-btn-stripe.menu-btn-stripe-1 {
  height: 1px;
}

.nav-wrapper {
  z-index: 20;
  pointer-events: auto;
  width: 100%;
  position: sticky;
  top: 0;
}

.navbar {
  z-index: 10;
  background-color: #0000008c;
  width: 100%;
}

.nyp-logo {
  width: 100%;
}

.btn-animated-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  font-weight: var(--bold-700);
  text-align: center;
  white-space: nowrap;
  -webkit-text-decoration-color: var(--brand-white);
  text-decoration-color: var(--brand-white);
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  top: 0;
}

.mobile-menu-btn-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.nav-full-height-wrapper {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.hero-text-wrapper {
  z-index: 4;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 60px 60px 75px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-background {
  z-index: 0;
  background-color: var(--brand-black);
  background-image: linear-gradient(0deg, #000000bf, #0000 70%), url('../images/hero-background-optimized.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.hero-icon-chevron {
  width: 114px;
  margin-left: 20px;
}

.hero-subheader {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 24px;
  line-height: 1.2;
  font-weight: var(--regular-400);
  text-transform: uppercase;
  margin-bottom: 0;
}

.hero-superheader {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 71px;
  line-height: 1.2;
  font-weight: var(--regular-400);
  text-transform: uppercase;
  margin-bottom: 0;
}

.hero-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 150px;
  line-height: .9;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 0;
}

.section-hero {
  background-color: var(--brand-black);
  height: 100vh;
  padding-top: 120px;
  position: relative;
  overflow-x: hidden;
}

.hero-header-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section-revolution {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--brand-black);
  align-items: stretch;
  padding-top: 75px;
  padding-right: 40px;
  display: flex;
}

.revolution-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 42px;
  line-height: 1.1;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-top: 0;
}

.revolution-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  margin-bottom: 18px;
}

.revolution-text.text-bold {
  font-weight: 700;
}

.revolution-image-wrapper {
  width: 50%;
  position: relative;
}

.revolution-image {
  width: 100%;
  position: sticky;
  top: 0;
}

.revolution-btn-wrapper {
  margin-top: 40px;
  overflow: hidden;
}

.revolution-text-wrapper {
  width: 50%;
  max-width: 750px;
  padding-bottom: 75px;
}

.quote-wrapper {
  background-color: #0009;
  padding: 30px;
}

.quote-wrapper.quote-wrapper-2 {
  padding: 0;
}

.quote-attribution-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 16px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  text-wrap: pretty;
}

.quote-image-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 52px;
  line-height: 1.2;
  font-weight: var(--black-900);
  text-transform: uppercase;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 25px;
}

.quote-image {
  background-image: url('../images/quote-scientist-optimized.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.quote-image-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  max-width: 550px;
  margin-bottom: 0;
}

.quote-attribution-name {
  font-family: var(--gta-compressed);
  color: var(--brand-red);
  font-size: 32px;
  line-height: 1.2;
  font-weight: var(--regular-400);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
}

.quote-text-wrapper {
  width: 50%;
  max-width: 750px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 0;
}

.quote-icon {
  width: 44px;
  margin-bottom: 20px;
}

.quote-image-text-wrapper {
  margin-bottom: 75px;
  margin-left: 60px;
  margin-right: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-quote {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--brand-black);
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.quote-divider {
  background-color: #aaa;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.quote-image-wrapper {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.quote-attribution-wrapper {
  align-items: flex-start;
  display: flex;
}

.quote-attribute-image {
  width: 150px;
  margin-right: 20px;
}

.quote-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
  font-weight: var(--regular-400);
  margin-bottom: 30px;
}

.care-leader-columns {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: flex-start;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.care-leader-icon-chevron {
  width: 72px;
}

.care-leader-chevron-wrapper {
  z-index: 2;
  margin-bottom: 40px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 60px;
  position: relative;
}

.care-leader-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 52px;
  line-height: 1.2;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  max-width: 510px;
  margin-top: 0;
}

.care-leader-column {
  width: 50%;
}

.care-leader-column.impact-column--right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.care-leader-cta-header {
  font-family: var(--gta-compressed);
  color: var(--brand-black);
  font-size: 42px;
  line-height: 1.1;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin: 10px 125px 40px 40px;
}

.care-leader-cta-wrapper {
  cursor: pointer;
  background-color: #fffc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-care-leader {
  background-color: var(--brand-white);
  padding: 30px;
}

.care-leader-bg-svg-wrapper {
  z-index: 0;
  background-image: url('../images/impact-background-shape.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.care-leader-wrapper {
  background-image: url('../images/care-leader-optimized.jpg');
  background-position: 75% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.care-leader-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  max-width: 510px;
  margin-bottom: 18px;
}

.care-leader-text.impact-text-bold {
  font-weight: var(--bold-700);
}

.spotlight-quote-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 52px;
  line-height: 1.1;
  font-weight: var(--light-300);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}

.spotlight-quote-cta-wrapper {
  text-decoration: none;
  -webkit-text-decoration-color: var(--brand-white);
  text-decoration-color: var(--brand-white);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.spotlight-corner-icon {
  position: absolute;
}

.spotlight-corner-icon.corner-top-left {
  inset: 0% auto auto 0%;
  transform: rotate(180deg);
}

.spotlight-corner-icon.corner-top-right {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-90deg);
}

.spotlight-image-wrapper--mia {
  aspect-ratio: 28 / 37;
  background-image: url('../images/spotlight-2-optimized.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.spotlight-quote-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 20px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  margin-bottom: 30px;
}

.spotlight-quote-text.spotlight-quote-text--initial {
  margin-bottom: 20px;
}

.spotlight-column {
  width: 50%;
}

.spotlight-column.spotlight-column--text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spotlight-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  padding: 40px 50px;
  display: flex;
  position: relative;
}

.spotlight-row.spotlight-row--bottom {
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 100px;
}

.spotlight-row.spotlight-row--top {
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 60px;
}

.spotlight-text-wrapper {
  max-width: 700px;
}

.spotlight-header-wrapper {
  z-index: 4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 25px 0% auto;
}

.section-spotlight {
  background-color: var(--brand-black);
  position: relative;
}

.spotlight-image-caption {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-weight: var(--regular-400);
  max-width: 575px;
  margin-top: 16px;
  margin-bottom: 0;
}

.spotlight-quote-cta {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 24px;
  line-height: 1.1;
  font-weight: var(--bold-700);
  margin-bottom: 0;
}

.spotlight-image-wrapper--aiden {
  aspect-ratio: 30 / 36;
  background-image: url('../images/spotlight-1-optimized.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.spotlight-quote-cta-icon {
  opacity: 0;
  width: 30px;
  height: 30px;
  transition: opacity .2s;
  display: block;
  position: absolute;
}

.spotlight-quote-cta-icon.spotlight-icon-default {
  opacity: 100;
}

.spotlight-quote-mark {
  background-image: url('../images/quote-mark-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

.spotlight-quote-wrapper {
  background-color: var(--brand-red);
  margin-bottom: 30px;
  padding: 30px;
}

.spotlight-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 72px;
  line-height: 1.2;
  font-weight: var(--black-900);
  text-transform: uppercase;
}

.spotlight-quote {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  font-style: italic;
  line-height: 1.3;
  font-weight: var(--bold-700);
  margin-bottom: 0;
}

.spotlight-icon-chevron {
  width: 72px;
  margin-right: 20px;
}

.priorities-column-item {
  background-image: url('../images/list-square-red.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
  padding-left: 20px;
}

.priorities-column-item.priorities-column-item--condensemobile {
  margin-top: 0;
}

.priorities-column-text {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--regular-400);
}

.section-priorities {
  background-color: var(--brand-white);
  padding: 110px 120px 80px;
  position: relative;
}

.priorities-header {
  font-family: var(--gta-compressed);
  color: var(--brand-black);
  font-size: 72px;
  line-height: 1.1;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  max-width: 1500px;
  margin-bottom: 40px;
}

.priorities-subheader {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-size: 24px;
  line-height: 1.1;
  font-weight: var(--regular-400);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.priorities-column-header {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-weight: var(--bold-700);
  margin-top: 0;
}

.priorities-columns-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.priorities-column {
  width: 33.3%;
}

.section-campaign {
  background-color: var(--brand-white);
  display: flex;
}

.campaign-text-wrapper {
  width: 50%;
  padding: 100px 80px 100px 50px;
}

.campaign-icon-chevron {
  width: 74px;
  margin-bottom: 50px;
}

.campaign-header {
  font-family: var(--gta-compressed);
  color: var(--brand-black);
  font-size: 52px;
  line-height: 1.1;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.campaign-text {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-size: 22px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  margin-bottom: 18px;
}

.campaign-text.campaign-text-bold {
  font-weight: var(--bold-700);
}

.campaign-image-wrapper {
  background-image: url('../images/campaign-optimized.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.cta-header-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.cta-bg {
  z-index: 0;
  background-color: var(--brand-black);
  background-image: linear-gradient(90deg, #fff0 40%, var(--brand-white) 80%), url('../images/footer-cta-cropped-optimized.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
  transform: scale(1);
}

.footer-logolockup-wrapper {
  padding-left: 20px;
  padding-right: 40px;
}

.section-inner {
  max-width: 1400px;
  margin-left: auto;
  position: relative;
}

.cta-header {
  font-family: var(--gta-compressed);
  color: var(--brand-black);
  font-size: 68px;
  line-height: .9;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.cta-content {
  z-index: 2;
  position: relative;
}

.footer {
  z-index: 2;
  background-color: var(--brand-white);
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-btn-wrapper {
  margin-top: 30px;
  overflow: hidden;
}

.cta-text-highlight {
  color: var(--brand-red);
}

.section-cta {
  justify-content: flex-end;
  align-items: center;
  padding: 280px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-icon-chevron {
  width: 52px;
}

.section-beacon {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/beacon-optimized.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 60px;
  display: flex;
}

.beacon-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.beacon-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 48px;
  line-height: 1.1;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.beacon-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  margin-bottom: 0;
}

.beacon-small-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 32px;
  line-height: 1.1;
  font-weight: var(--light-300);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}

.beacon-divider {
  background-color: var(--brand-red);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.beacon-small-text {
  color: var(--brand-white);
  line-height: 1.4;
}

.beacon-text-wrapper {
  max-width: 700px;
}

.beacon-list {
  margin-bottom: 0;
}

.beacon-item {
  background-image: url('../images/list-square-white.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 15px;
  padding-left: 20px;
}

.beacon-item-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--regular-400);
}

.beacon-intro-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 22px;
  line-height: 1.4;
  font-weight: var(--regular-400);
  margin-bottom: 20px;
}

.beacon-lists-wrapper {
  max-width: 700px;
}

.care-leader-modal-background {
  z-index: -1;
  opacity: .9;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.care-leader-modal-content {
  margin: 20px 60px 60px;
}

.care-leader-modal-header {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 52px;
  line-height: 1.1;
}

.care-leader-modal-text {
  color: #000;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.care-leader-modal-item {
  background-image: url('../images/list-square-red.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 30px;
  padding-left: 30px;
}

.care-leader-modal {
  z-index: 5;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  align-items: flex-start;
  margin: 50px 60px 40px;
  transition: opacity .2s;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.spotlight-row-drawer {
  margin-top: -20px;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.spotlight-row-drawer.spotlight-row-drawer-2 {
  margin-top: -60px;
}

.spotlight-drawer-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #e2231a;
  border-bottom: 1px solid #e2231a;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.spotlight-drawer-column {
  width: 50%;
}

.spotlight-drawer-column.spotlight-drawer-column-textonly {
  width: 100%;
  max-width: 940px;
}

.spotlight-drawer-column.spotlight-drawer-column-2 {
  width: 40%;
}

.spotlight-drawer-text {
  color: #fff;
  margin-bottom: 15px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.spotlight-reveal-image {
  width: 100%;
}

.spotlight-quote-cta-iconwrapper {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

.btn-animated-link-block--nested {
  text-decoration: none;
  -webkit-text-decoration-color: var(--brand-white);
  text-decoration-color: var(--brand-white);
  vertical-align: middle;
  cursor: pointer;
  background-color: #0000;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 60px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.care-leader-modal-content-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.care-leader-modal-introtext {
  color: #000;
  margin-top: 20px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .nav-link-text.nav-link-text--1, .nav-link-text.nav-link-text--5, .nav-link-text.nav-link-text--2, .nav-link-text.nav-link-text--4, .nav-link-text.nav-link-text--3, .nav-link-text.nav-link-text--6 {
    width: auto;
  }

  .nav-container {
    position: relative;
  }

  .mobile-nav-menu {
    display: flex;
  }

  .btn-animated.btn-animated--mobile {
    width: 100%;
  }

  .mobile-nav-link {
    text-decoration: none;
  }

  .nav-link {
    border-top: 1px solid #63666a;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .mobile-menu-btn:hover {
    z-index: 1001;
  }

  .logo {
    width: 90px;
  }

  .nav-menu {
    background-color: #000;
    display: none;
  }

  .menu-btn-stripe {
    background-color: #fff;
    flex: none;
    align-self: auto;
    width: 100%;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-wrapper {
    position: fixed;
  }

  .navbar {
    background-color: #0000;
  }

  .nav-full-height-wrapper {
    aspect-ratio: auto;
    height: auto;
  }

  .hero-text-wrapper {
    background-image: linear-gradient(#0000, #0009 75%);
    padding-bottom: 40px;
  }

  .hero-background {
    background-image: linear-gradient(0deg, #00000080, #0000 70%), url('../images/hero-background-optimized-mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-icon-chevron {
    width: 86px;
  }

  .hero-superheader {
    font-size: 54px;
  }

  .hero-header {
    font-size: 110px;
  }

  .section-hero {
    aspect-ratio: 1;
    height: auto;
  }

  .hero-header-wrapper {
    margin-bottom: 20px;
  }

  .section-revolution {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 60px;
  }

  .revolution-text-wrapper {
    padding-bottom: 60px;
  }

  .quote-image {
    background-position: 100%;
  }

  .quote-text-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .quote-image-text-wrapper {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-quote {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .quote-divider {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .quote-attribution-wrapper {
    flex-flow: column;
  }

  .quote-attribute-image {
    margin-bottom: 20px;
  }

  .care-leader-columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .care-leader-header {
    max-width: none;
  }

  .care-leader-column.impact-column--right, .care-leader-column.care-leader-column--left {
    width: 100%;
  }

  .care-leader-cta-header {
    margin-right: 0;
  }

  .care-leader-cta-wrapper {
    width: 100%;
  }

  .care-leader-bg-svg-wrapper {
    background-color: #00000080;
    background-image: none;
  }

  .care-leader-wrapper {
    background-image: linear-gradient(#00000080, #00000080), url('../images/care-leader-optimized.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .care-leader-text {
    max-width: none;
  }

  .spotlight-image-wrapper--mia {
    aspect-ratio: 2 / 3;
  }

  .spotlight-column.spotlight-column--text {
    display: block;
  }

  .spotlight-row.spotlight-row--bottom {
    padding-left: 50px;
  }

  .spotlight-text-wrapper {
    margin-top: 60px;
  }

  .spotlight-image-wrapper--aiden {
    aspect-ratio: 2 / 3;
  }

  .spotlight-header {
    font-size: 64px;
  }

  .spotlight-icon-chevron {
    width: 60px;
  }

  .priorities-column-item.priorities-column-item--condensemobile {
    margin-top: 10px;
  }

  .section-priorities {
    padding: 60px;
  }

  .priorities-header {
    font-size: 58px;
  }

  .priorities-column-header {
    max-width: none;
  }

  .priorities-column-header.priorities-column-header--noninitial {
    margin-top: 40px;
  }

  .priorities-columns-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .priorities-column {
    width: 100%;
  }

  .section-campaign {
    flex-flow: column;
  }

  .campaign-text-wrapper {
    order: 1;
    width: 100%;
    padding: 60px 40px;
  }

  .campaign-image-wrapper {
    aspect-ratio: 3 / 2;
    background-position: 0 30%;
    background-size: cover;
    order: -1;
    width: 100%;
  }

  .cta-bg {
    background-image: linear-gradient(90deg, #ffffff4d 50%, #ffffffbf), url('../images/footer-cta-cropped-optimized.jpg');
    background-position: 0 0, 75%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-inner {
    width: 100%;
    margin-left: 0;
  }

  .cta-header {
    font-size: 80px;
  }

  .section-cta {
    padding: 200px 40px;
  }

  .cta-icon-chevron {
    width: 60px;
  }

  .section-beacon {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-image: linear-gradient(#00000080, #00000080), url('../images/beacon-optimized.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    padding: 40px;
  }

  .beacon-column {
    width: 100%;
  }

  .beacon-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .beacon-item {
    margin-top: 15px;
  }

  .beacon-intro-text {
    margin-bottom: 0;
  }

  .care-leader-modal-content {
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .care-leader-modal {
    margin: 40px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link-text.nav-link-text--1, .nav-link-text.nav-link-text--5, .nav-link-text.nav-link-text--2, .nav-link-text.nav-link-text--4, .nav-link-text.nav-link-text--3, .nav-link-text.nav-link-text--6 {
    width: auto;
  }

  .mobile-nav-menu {
    background-color: #000;
  }

  .mobile-nav-link, .nav-link {
    justify-content: flex-start;
  }

  .logo {
    align-items: flex-start;
  }

  .nav-menu {
    background-color: #000;
  }

  .hero-text-wrapper {
    background-image: linear-gradient(#0000, #0009 50%);
    padding-top: 200px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-background {
    background-image: linear-gradient(0deg, #00000080, #0000 70%), url('../images/hero-background-optimized-mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .hero-icon-chevron {
    width: 64px;
    margin-left: 10px;
  }

  .hero-subheader {
    max-width: 350px;
  }

  .hero-superheader {
    font-size: 42px;
  }

  .hero-header {
    font-size: 86px;
  }

  .section-hero {
    aspect-ratio: 2 / 3;
    padding-top: 0;
  }

  .hero-header-wrapper {
    margin-bottom: 10px;
  }

  .section-revolution {
    flex-flow: column;
    padding-top: 0;
    padding-right: 0;
  }

  .revolution-image-wrapper {
    width: 100%;
  }

  .revolution-image {
    position: static;
  }

  .revolution-text-wrapper {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .quote-image-header {
    font-size: 48px;
  }

  .quote-image {
    background-image: linear-gradient(#0000, #00000080 75%), url('../images/quote-scientist-optimized.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .quote-text-wrapper {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .quote-image-text-wrapper {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 300px;
    padding-bottom: 40px;
    position: static;
  }

  .section-quote {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-right: 0;
  }

  .quote-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .quote-image-wrapper {
    width: 100%;
    height: auto;
    position: static;
  }

  .care-leader-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .care-leader-chevron-wrapper {
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 40px;
  }

  .care-leader-header {
    font-size: 48px;
  }

  .care-leader-cta-header {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 36px;
  }

  .care-leader-wrapper {
    background-position: 80%;
  }

  .spotlight-quote-header {
    font-size: 48px;
  }

  .spotlight-corner-icon {
    width: 80px;
  }

  .spotlight-image-wrapper--mia {
    aspect-ratio: 1;
  }

  .spotlight-column {
    width: 100%;
  }

  .spotlight-column.spotlight-column--text {
    order: 1;
  }

  .spotlight-column.spotlight-column--image {
    order: -1;
  }

  .spotlight-row.spotlight-row--bottom {
    flex-flow: column;
    padding: 100px 40px 40px;
  }

  .spotlight-row.spotlight-row--top {
    flex-flow: column;
    padding: 180px 40px 40px;
  }

  .spotlight-text-wrapper {
    margin-top: 0;
  }

  .spotlight-header-wrapper {
    top: 80px;
  }

  .spotlight-image-wrapper--aiden {
    aspect-ratio: 1;
  }

  .spotlight-header {
    margin-top: 10px;
    font-size: 48px;
  }

  .spotlight-icon-chevron {
    width: 40px;
    margin-right: 10px;
  }

  .section-priorities {
    padding-left: 40px;
    padding-right: 40px;
  }

  .priorities-header {
    font-size: 48px;
  }

  .campaign-text-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .campaign-icon-chevron {
    margin-bottom: 20px;
  }

  .campaign-header {
    font-size: 48px;
  }

  .cta-header-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-bg {
    background-position: 0 0, 50%;
  }

  .cta-header {
    font-size: 52px;
  }

  .cta-btn-wrapper {
    margin-left: 0;
  }

  .section-cta {
    padding-bottom: 160px;
  }

  .cta-icon-chevron {
    width: 40px;
  }

  .section-beacon {
    background-position: 25%;
  }

  .beacon-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .care-leader-modal-content {
    margin: 20px;
  }

  .care-leader-modal-header {
    font-size: 48px;
  }

  .care-leader-modal-text {
    font-size: 18px;
  }

  .care-leader-modal-item {
    margin-top: 20px;
    padding-left: 20px;
  }

  .care-leader-modal {
    margin: 20px;
  }

  .spotlight-row-drawer.spotlight-row-drawer-2 {
    margin-top: -20px;
  }

  .spotlight-drawer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .spotlight-drawer-column.spotlight-drawer-column-textonly {
    order: 1;
    width: 100%;
  }

  .spotlight-drawer-column.spotlight-drawer-column-2 {
    order: -1;
    width: 100%;
  }

  .care-leader-modal-introtext {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .btn-animated-text.btn-animated-text--condense-mobile {
    font-size: 14px;
  }

  .hero-text-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-background {
    background-image: linear-gradient(0deg, #00000080, #0000 70%), url('../images/hero-background-optimized-mobile.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-icon-chevron {
    width: 50px;
  }

  .hero-subheader {
    max-width: 250px;
    font-size: 18px;
  }

  .hero-superheader {
    font-size: 22px;
  }

  .hero-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 64px;
  }

  .section-hero {
    aspect-ratio: 3 / 5;
  }

  .section-revolution {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .revolution-header {
    font-size: 36px;
  }

  .revolution-btn-wrapper {
    margin-top: 20px;
  }

  .revolution-text-wrapper {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-image-header {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .quote-attribution-name {
    font-size: 28px;
  }

  .quote-text-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-image-text-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .quote-divider {
    margin-top: 30px;
  }

  .quote-text {
    margin-bottom: 20px;
  }

  .care-leader-columns {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .care-leader-icon-chevron {
    width: 60px;
  }

  .care-leader-chevron-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .care-leader-header {
    font-size: 36px;
  }

  .care-leader-cta-header {
    font-size: 28px;
  }

  .section-care-leader {
    padding: 20px;
  }

  .care-leader-wrapper {
    background-position: 80%;
  }

  .spotlight-quote-header {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .spotlight-corner-icon {
    width: 60px;
  }

  .spotlight-row.spotlight-row--bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spotlight-row.spotlight-row--top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .spotlight-header-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
    top: 40px;
  }

  .spotlight-image-caption {
    margin-top: 10px;
  }

  .spotlight-quote-cta {
    font-size: 22px;
  }

  .spotlight-quote-cta-icon {
    width: 22px;
    height: 22px;
  }

  .spotlight-quote-wrapper {
    padding: 20px;
  }

  .spotlight-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
  }

  .section-priorities {
    padding: 40px 20px;
  }

  .priorities-header {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .priorities-subheader {
    margin-bottom: 20px;
  }

  .campaign-text-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .campaign-icon-chevron {
    width: 60px;
  }

  .campaign-header {
    font-size: 36px;
  }

  .campaign-image-wrapper {
    aspect-ratio: 1;
  }

  .cta-header-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 4px;
  }

  .cta-bg {
    background-position: 0 0, 40%;
  }

  .cta-header {
    font-size: 32px;
  }

  .cta-content {
    margin-bottom: 80px;
  }

  .cta-btn-wrapper {
    margin-left: 0;
  }

  .section-cta {
    padding: 200px 20px 80px;
  }

  .cta-icon-chevron {
    width: 28px;
  }

  .section-beacon {
    background-position: 40%;
    padding: 40px 20px;
  }

  .beacon-header {
    font-size: 36px;
  }

  .beacon-small-header {
    margin-bottom: 10px;
  }

  .care-leader-modal-header {
    font-size: 36px;
  }

  .care-leader-modal-item {
    background-position: 0 8px;
  }

  .care-leader-modal-list {
    padding-left: 0;
  }

  .spotlight-row-drawer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spotlight-drawer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

#w-node-_79f9de4b-17d9-bd34-0fa3-35d1207dceb4-0ebcba48 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-_79f9de4b-17d9-bd34-0fa3-35d1207dceb4-0ebcba48 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Bold.woff') format('woff'), url('../fonts/GT-America-Standard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Regular.woff') format('woff'), url('../fonts/GT-America-Standard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Regular-Italic.woff') format('woff'), url('../fonts/GT-America-Standard-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Black.woff') format('woff'), url('../fonts/GT-America-Compressed-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Bold.woff') format('woff'), url('../fonts/GT-America-Compressed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Regular.woff') format('woff'), url('../fonts/GT-America-Compressed-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Light.woff') format('woff'), url('../fonts/GT-America-Compressed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}