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

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

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

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

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

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

.nav-link {
  color: var(--brand-white);
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
}

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

.hero-col-wrapper {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: relative;
}

.hero-text-wrapper {
  z-index: 2;
  padding: 80px 60px;
  position: relative;
}

.hero-col-inner {
  background-color: var(--brand-black);
  flex-flow: column;
  align-items: flex-start;
  margin-top: 400px;
  padding: 40px 40px 80px;
  display: flex;
  overflow: visible;
}

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

.hero-subheader {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 42px;
  line-height: 50px;
  font-weight: var(--reg-400);
  text-transform: uppercase;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

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

.hero-bottom-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 25px;
  line-height: 1.4;
  font-weight: var(--reg-400);
  margin-bottom: 20px;
}

.section-slides {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--brand-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 60px;
  transition: background-color .2s ease-in-out;
  position: relative;
}

.section-slides.alt-background {
  background-color: var(--brand-white);
}

.col-img-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
}

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

.quote-wrapper.quote-wrapper-2 {
  background-color: #fff9;
}

.slides-text-wrapper {
  z-index: 2;
  float: right;
  clear: none;
  opacity: 0;
  shape-outside: inset(50%);
  width: 65%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  position: sticky;
  top: 0;
  left: 35%;
  right: 0;
}

.slides-text-wrapper.slides-text-wrapper-1 {
  display: block;
}

.slides-text-wrapper.slides-text-wrapper-1.is-active, .slides-text-wrapper.slides-text-wrapper-3.is-active, .slides-text-wrapper.slides-text-wrapper-2.is-active {
  opacity: 100;
}

.slides-headergroup {
  margin-top: 0;
  margin-bottom: 40px;
}

.slides-background-img {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
}

.quote-superheader {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 22px;
  line-height: 1.2;
  font-weight: var(--bold-700);
}

.quote-superheader.quote-superheader-2 {
  color: var(--brand-black);
}

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

.quote-text.quote-text-2 {
  color: var(--brand-black);
}

.quote-attribution-name {
  font-family: var(--gta-compressed);
  color: var(--brand-red);
  font-size: 20px;
  line-height: 1.2;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.quote-attribution-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  line-height: 1.4;
  font-weight: var(--reg-400);
  text-wrap: pretty;
  max-width: 510px;
  margin-bottom: 0;
}

.quote-attribution-text.quote-attribution-text-2 {
  color: var(--brand-black);
}

.logo-icon {
  width: 100%;
}

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

.section-stats {
  background-color: var(--brand-black);
  background-image: linear-gradient(#000c, #000c), url('../images/for-every-future.jpg');
  background-position: 0 0, 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 60px;
}

.section-priorities {
  background-color: var(--brand-white);
  padding: 60px;
}

.section-video {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-cta {
  padding: 60px;
  position: relative;
  overflow: hidden;
}

.stats-col-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stats-col-headergroup {
  flex-flow: column;
  justify-content: flex-end;
  margin-bottom: 100px;
  display: flex;
}

.stats-col-main {
  background-color: var(--brand-black);
  padding: 30px 50px;
}

.stats-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 130px;
  line-height: .9;
  font-weight: var(--black-900);
  text-transform: uppercase;
  display: inline;
}

.video-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 45px;
  line-height: 1;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  max-width: 1050px;
  margin-top: 0;
  margin-bottom: 40px;
}

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

.cta-col-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.cta-superheader {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 36px;
  line-height: 1.2;
  font-weight: var(--reg-400);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.priorities-superheader {
  font-family: var(--gta-standard);
  color: var(--brand-red-light);
  font-size: 16px;
  line-height: 1.2;
  font-weight: var(--reg-400);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}

.footer {
  z-index: 2;
  background-color: #00000080;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.stats-label {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 16px;
  line-height: 22px;
  font-weight: var(--bold-700);
  text-transform: uppercase;
}

.stats-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.stat-wrapper {
  border-bottom: 1px solid var(--brand-white);
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.stat-wrapper.stat-wrapper--last {
  border-bottom-style: none;
}

.stat {
  font-family: var(--gta-compressed);
  color: var(--brand-red);
  font-size: 36px;
  line-height: 1.2;
  font-weight: var(--bold-700);
}

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

.stats-column {
  width: 46%;
}

.priorities-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 60px;
  display: grid;
}

.priorities-bottom {
  border-top: 2px solid var(--brand-red);
  padding-top: 40px;
}

.priorities-bottom-corners {
  justify-content: space-between;
  display: flex;
}

.priorities-bottom-corner {
  width: 50px;
}

.priorities-bottom-corner.priorities-bottom-corner--left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.priority-boxes {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.priority-box {
  aspect-ratio: 1;
  background-color: var(--brand-black);
  flex: 1;
  padding: 15px;
  overflow: hidden;
}

.priority-highlight {
  color: var(--brand-red-light);
}

.priority-specialties {
  background-color: var(--brand-black);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/priority-specialties.jpg');
  background-position: 0 0, 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 40px 50px;
}

.priority-item {
  margin-bottom: 30px;
}

.priority-header {
  font-family: var(--gta-compressed);
  color: var(--brand-black);
  font-size: 36px;
  line-height: 1.2;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
}

.priority-corner {
  transform-style: preserve-3d;
  width: 32px;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.priority-item-textgroup {
  margin-top: -25px;
  margin-left: 30px;
}

.priority-text {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-size: 16px;
  line-height: 1.4;
  font-weight: var(--reg-400);
}

.priority-specialty-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 25px;
  line-height: 1.2;
  font-weight: var(--reg-400);
  text-transform: uppercase;
  margin-bottom: 0;
}

.priority-specialty-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 16px;
  line-height: 1.4;
  font-weight: var(--reg-400);
}

.priority-specialty {
  border-left: 2px solid var(--brand-red);
  margin-bottom: 30px;
  padding-left: 15px;
}

.priority-specialty.priority-specialty--last {
  margin-bottom: 0;
}

.nav-background-fade {
  z-index: 1;
  background-image: linear-gradient(#000 10%, #fff0);
  height: 500px;
  position: absolute;
  inset: 0% 0% auto;
}

.video-wrapper {
  background-image: url('../images/chevron-pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 60px;
  padding-right: 60px;
}

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

.slides-header.slides-header-2 {
  color: var(--brand-black);
}

.slides-subheader {
  font-family: var(--gta-compressed);
  color: var(--brand-red);
  font-size: 36px;
  line-height: 1.2;
  font-weight: var(--reg-400);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
}

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

.slides-text.slides-text-2 {
  color: var(--brand-black);
}

.stats-subheader {
  font-family: var(--gta-compressed);
  color: var(--brand-red);
  font-size: 36px;
  line-height: .9;
  font-weight: var(--reg-400);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

.stats-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--reg-400);
  max-width: 475px;
  margin-top: 0;
  margin-bottom: 0;
}

.priorities-header {
  font-family: var(--gta-compressed);
  color: var(--brand-black);
  font-size: 60px;
  line-height: .9;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}

.priorities-text {
  font-family: var(--gta-standard);
  color: var(--brand-black);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--reg-400);
  margin-top: 0;
  margin-bottom: 40px;
}

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

.quote-bottom-corner {
  position: absolute;
  inset: auto 0% 0 auto;
}

.slides-indent-textgroup {
  margin-left: 30%;
}

.hero-foreground {
  z-index: 3;
  background-image: url('../images/hero-foreground-v2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-superheader-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.hero-superheader-stripe {
  background-color: var(--brand-red);
  flex: auto;
  height: 5px;
}

.nav-link-text {
  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--2 {
  width: 88px;
}

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

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

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

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

.slides-header-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slides-header-chevron {
  width: 95px;
  margin-right: 15px;
}

.priorities-header-wrapper {
  flex-flow: row;
  align-items: flex-start;
  margin-bottom: 15px;
}

.priorities-header-chevron {
  vertical-align: text-bottom;
  width: 55px;
  margin-left: 10px;
}

.text-link {
  color: var(--brand-white);
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.stats-header-wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.stats-header-chevron {
  vertical-align: text-bottom;
  width: 88px;
  margin-left: 10px;
}

.cta-btn-wrapper {
  margin-left: -90px;
}

.cta-btn-chevron {
  width: 80px;
  margin-right: 10px;
}

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

.section-inner.section-inner--slides {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.video-inner, .video-headergroup-inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.video-headergroup-wrapper {
  padding-left: 60px;
  padding-right: 60px;
}

.slides-header-highlight {
  color: var(--brand-red);
}

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

.hero-header-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.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;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  top: 0;
}

.link-02 {
  vertical-align: middle;
  cursor: pointer;
  padding: 20px 15px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.link-02-2 {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-subheader-frame {
  vertical-align: top;
  height: 50px;
  margin-left: 8px;
  display: inline-block;
  position: relative;
  top: -1px;
  overflow: hidden;
}

.hero-subheader-text {
  font-family: var(--gta-compressed);
  color: var(--brand-red);
  font-size: 42px;
  line-height: 50px;
  font-weight: var(--reg-400);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-subheader-mover {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.col-img-bg {
  background-color: var(--brand-black);
  background-image: url('../images/for-every-person-reversed.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.col-img-bg.col-img-bg-2 {
  background-image: url('../images/for-every-person-two.jpg');
  background-position: 100%;
  background-size: cover;
  top: 0;
}

.col-img-bg.col-img-bg-3 {
  background-image: url('../images/for-every-person-three.jpg');
  background-position: 80%;
  background-size: cover;
  top: 0;
}

.col-img-bg.col-img-bg-1 {
  top: 0;
}

.slides-text-content {
  padding-top: 160px;
  padding-bottom: 40px;
}

.hero-header-svg-embed {
  width: 100%;
}

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

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

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

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

.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;
}

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

.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;
}

.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%;
}

.mobile-nav-link {
  border-top: 1px solid var(--gray-63666a);
  color: var(--brand-white);
  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;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.mobile-img-bg {
  z-index: -1;
  aspect-ratio: 2.39;
  background-color: var(--brand-black);
  background-image: linear-gradient(0deg, var(--brand-black), transparent), url('../images/for-every-person-reversed.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
  position: relative;
}

.mobile-img-bg.mobile-img-bg-2 {
  z-index: auto;
  background-image: linear-gradient(0deg, var(--brand-white), transparent 50%), url('../images/for-every-person-two.jpg');
  background-position: 0 0, 0%;
}

.mobile-img-bg.mobile-img-bg-3 {
  background-image: linear-gradient(0deg, var(--brand-black), transparent), url('../images/for-every-person-three.jpg');
  background-position: 0 0, 0%;
}

.mobile-slides-text-content {
  margin-top: -150px;
  margin-left: 20%;
  padding-top: 40px;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.mobile-slides-headergroup {
  margin-top: 0;
  margin-bottom: 40px;
}

.mobile-slides-header-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mobile-slides-header-chevron {
  width: 60px;
  margin-right: 15px;
}

.mobile-slides-header {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 60px;
  line-height: .9;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
}

.mobile-slides-header.mobile-slides-header-2 {
  color: var(--brand-black);
}

.mobile-slides-indent-textgroup {
  margin-left: 75px;
}

.mobile-slides-subheader {
  font-family: var(--gta-compressed);
  color: var(--brand-red);
  font-size: 36px;
  line-height: 1.2;
  font-weight: var(--reg-400);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
}

.mobile-slides-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--reg-400);
  max-width: 725px;
  margin-top: 0;
  margin-bottom: 0;
}

.mobile-slides-text.mobile-slides-text-2 {
  color: var(--brand-black);
}

.mobile-quote-wrapper {
  background-color: #0009;
  margin-left: 50px;
  padding: 30px;
}

.mobile-quote-wrapper.mobile-quote-wrapper-2 {
  background-color: #0000;
}

.mobile-quote-superheader {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 22px;
  line-height: 1.2;
  font-weight: var(--bold-700);
}

.mobile-quote-superheader.mobile-quote-superheader-2 {
  color: var(--brand-black);
}

.mobile-quote-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  font-size: 18px;
  font-style: italic;
  line-height: 1.4;
  font-weight: var(--reg-400);
  max-width: 725px;
  margin-bottom: 20px;
}

.mobile-quote-text.mobile-quote-text-2 {
  color: var(--brand-black);
}

.mobile-quote-attribution-name {
  font-family: var(--gta-compressed);
  color: var(--brand-red);
  font-size: 20px;
  line-height: 1.2;
  font-weight: var(--bold-700);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.mobile-quote-attribution-text {
  font-family: var(--gta-standard);
  color: var(--brand-white);
  line-height: 1.4;
  font-weight: var(--reg-400);
  text-wrap: pretty;
  max-width: 510px;
}

.mobile-quote-attribution-text.mobile-quote-attribution-text-2 {
  color: var(--brand-black);
}

.mobile-quote-bottom-corner {
  width: 60px;
  position: absolute;
  inset: auto 0% 0 auto;
}

.section-stats-bg-img {
  aspect-ratio: 16 / 9;
  background-color: var(--brand-black);
  background-image: linear-gradient(0deg, #000, #0000), url('../images/for-every-future.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
}

.mobile-hero-subheader-wrapper {
  display: none;
}

.mobile-hero-subheader {
  font-family: var(--gta-compressed);
  color: var(--brand-white);
  font-size: 36px;
  line-height: 50px;
  font-weight: var(--reg-400);
  text-transform: uppercase;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.mobile-hero-subheader-frame {
  vertical-align: top;
  height: 50px;
  margin-left: 6px;
  display: inline-block;
  position: relative;
  top: -1px;
  overflow: hidden;
}

.mobile-hero-subheader-mover {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.mobile-hero-subheader-text {
  font-family: var(--gta-compressed);
  color: var(--brand-red);
  font-size: 36px;
  line-height: 50px;
  font-weight: var(--reg-400);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-background {
  z-index: 0;
  background-color: var(--brand-black);
  background-image: url('../images/hero-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.mobile-mobile-slide {
  background-color: var(--brand-white);
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
}

.screenreader-only {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.video-superheader {
  font-family: var(--gta-standard);
  color: var(--brand-red-light);
  font-size: 16px;
  line-height: 1.2;
  font-weight: var(--reg-400);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}

.skip-link {
  font-family: var(--gta-standard);
  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 {
  margin-top: 0;
}

.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 {
  margin-top: 0;
}

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

.nav-wrapper {
  z-index: 20;
  width: 100%;
  position: fixed;
}

.demo {
  z-index: 999;
  position: fixed;
  inset: 0%;
}

@media screen and (min-width: 1440px) {
  .slides-header, .mobile-slides-header {
    max-width: 725px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--brand-black);
    display: none;
  }

  .nav-container {
    position: relative;
  }

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

  .hero-col-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .hero-col-inner {
    padding-bottom: 40px;
  }

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

  .hero-bottom-header {
    font-size: 80px;
  }

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

  .slides-text-wrapper {
    opacity: 100;
    width: 100%;
    display: none;
    position: static;
  }

  .slides-text-wrapper.slides-text-wrapper-1, .slides-text-wrapper.slides-text-wrapper-1.is-active, .slides-background-img {
    display: none;
  }

  .section-stats {
    background-image: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .stats-col-wrapper {
    flex-flow: column;
    margin-top: -100px;
    display: flex;
  }

  .stats-col-headergroup {
    margin-bottom: 20px;
  }

  .stats-col-main {
    padding: 0;
  }

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

  .stats-column {
    width: 48%;
  }

  .priority-boxes {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .video-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link-text.nav-link-text--1, .nav-link-text.nav-link-text--2, .nav-link-text.nav-link-text--3, .nav-link-text.nav-link-text--4, .nav-link-text.nav-link-text--5, .nav-link-text.nav-link-text--6 {
    width: auto;
  }

  .stats-header-chevron {
    width: 64px;
  }

  .section-inner.section-inner--stats, .video-headergroup-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .link-02, .link-02-2 {
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .menu-btn-stripe {
    background-color: var(--brand-white);
    flex: none;
    align-self: auto;
    width: 100%;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

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

  .mobile-img-bg {
    aspect-ratio: 16 / 9;
    display: block;
  }

  .mobile-slides-text-content {
    margin-left: 20px;
    display: block;
  }

  .mobile-slides-header {
    font-size: 48px;
  }

  .section-stats-bg-img {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: var(--brand-black);
  }

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

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

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

  .hero-col-inner {
    width: 100%;
    margin-right: 20px;
  }

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

  .hero-bottom-header {
    font-size: 72px;
  }

  .section-slides {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slides-background-img {
    z-index: 1;
    width: 50%;
    position: static;
  }

  .section-priorities, .section-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .priorities-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .priority-boxes {
    flex-flow: column;
    display: flex;
  }

  .priority-box {
    aspect-ratio: auto;
    padding: 30px;
  }

  .video-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-link-text.nav-link-text--1, .nav-link-text.nav-link-text--2, .nav-link-text.nav-link-text--3, .nav-link-text.nav-link-text--4, .nav-link-text.nav-link-text--5, .nav-link-text.nav-link-text--6 {
    width: auto;
  }

  .priorities-header-chevron {
    width: 48px;
  }

  .cta-btn-wrapper {
    margin-left: -70px;
  }

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

  .section-inner.section-inner--stats, .video-headergroup-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .mobile-nav-menu {
    background-color: var(--brand-black);
  }

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

  .mobile-slides-text-content {
    margin-top: -110px;
  }

  .mobile-mobile-slide {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-col-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-col-inner {
    width: 100vw;
    margin-right: 0;
  }

  .hero-bottom-header {
    font-size: 50px;
  }

  .hero-bottom-text {
    font-size: 22px;
  }

  .section-slides {
    padding-left: 0;
    padding-right: 0;
  }

  .section-stats {
    padding-bottom: 20px;
  }

  .section-priorities {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-video, .section-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .stats-col-wrapper {
    margin-top: -80px;
  }

  .stats-header {
    font-size: 60px;
  }

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

  .cta-col-wrapper {
    display: block;
  }

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

  .cta-superheader {
    font-size: 28px;
  }

  .stats-columns {
    flex-flow: column;
  }

  .stat-wrapper.stat-wrapper--last.stat-wrapper--col-1 {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--brand-white);
    margin-bottom: 10px;
  }

  .stats-column {
    width: 100%;
  }

  .priorities-top {
    margin-bottom: 40px;
  }

  .priorities-bottom {
    padding-top: 30px;
  }

  .priorities-bottom-corner {
    margin-right: -20px;
  }

  .priorities-bottom-corner.priorities-bottom-corner--left {
    margin-left: -20px;
  }

  .priority-boxes {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .priority-box {
    padding: 15px;
  }

  .priority-specialties {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stats-header-chevron {
    width: 48px;
  }

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

  .cta-btn-chevron {
    display: none;
  }

  .section-inner.section-inner--slides {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-bg {
    background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(90deg, #fff0 20%, #000 80%), url('../images/join-us.jpg');
    background-position: 0 0, 0 0, 75%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .hero-subheader-wrapper {
    display: none;
  }

  .mobile-img-bg {
    aspect-ratio: 1;
    background-position: 0 0, 0%;
  }

  .mobile-slides-text-content {
    margin-right: 20px;
  }

  .mobile-slides-header-chevron {
    width: 40px;
  }

  .mobile-slides-header {
    padding-right: 0;
  }

  .mobile-slides-indent-textgroup {
    margin-left: 0;
  }

  .mobile-quote-wrapper {
    margin-left: 0;
    padding: 0 0 60px;
  }

  .section-stats-bg-img {
    aspect-ratio: 1;
  }

  .mobile-hero-subheader-wrapper {
    display: block;
  }

  .mobile-mobile-slide {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_200942ce-1a8d-ecb8-f3e5-758c118d5d8c-01a50515 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6fb9c4f5-6607-67b1-3b38-083518589c24-01a50515 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_369263a1-4704-1915-1e02-8cd4344d2a37-01a50515 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-_369263a1-4704-1915-1e02-8cd4344d2a37-01a50515 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@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 Standard';
  src: url('../fonts/GT-America-Standard-Bold.woff') format('woff'), url('../fonts/GT-America-Standard-Bold.ttf') format('truetype');
  font-weight: 700;
  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.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  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;
}