@font-face {
  font-family: Graphik;
  src: url('../fonts/GraphikLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/GraphikRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/GraphikMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/GraphikSemibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/GraphikBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fsmatthew;
  src: url('../fonts/FSMatthew.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fsmatthew;
  src: url('../fonts/FSMatthew-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --text--secondary: #396079;
  --text--mid-blue: #559cb4;
  --text--fab-blue: #002d59;
  --text--basic: #404041;
  --neutral--white: white;
  --text--navy-blue: #001541;
  --border--light-gray: #c0c2c4;
  --border--dark-gray: #b1b3b3;
  --fill--1: #e5eff2;
  --fill--2: #e0e1ed;
  --fill--3: #0000001a;
  --neutral--black: #000;
  --text--light-blue: #69a2c2;
  --fill--4: #f5f7fa;
  --text--fab-red: #ee3123;
  --text--display: #497593;
  --charts--navy-blue-40: #5f6a8b;
  --charts--mid-blue-30: #a3c5d4;
  --charts--light-gray-40: #b8babc;
  --charts--navy-blue-10: #e0e1ed;
  --charts--mid-blue-10: #d4e3e9;
  --charts--light-gray-10: #ebebec;
  --charts--navy-blue-20: #b0b4c7;
  --charts--mid-blue-20: #bbd3de;
  --charts--light-gray-20: #dedfe0;
  --charts--navy-blue-30: #77809d;
  --charts--mid-blue-40: #93bccd;
  --charts--light-gray-30: #c0c2c4;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: var(--text--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8125rem;
  font-weight: 700;
  line-height: 140%;
}

h2 {
  color: var(--text--mid-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.0625rem;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  color: var(--text--fab-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: 140%;
}

h4 {
  color: var(--text--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 140%;
}

h5 {
  color: var(--text--fab-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 140%;
}

h6 {
  color: var(--text--basic);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
}

p {
  color: var(--text--basic);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 140%;
}

.cta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 2px solid var(--neutral--white);
  background-color: var(--neutral--white);
  color: var(--text--fab-blue);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 1.25rem;
  line-height: 140%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta:hover {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
}

.navigation-wrapper {
  z-index: 60;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 50px;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-slide-seperator {
  background-color: #fff;
  flex: 1 0 auto;
  width: 100px;
  height: 1.3px;
  position: relative;
}

.swiper-buttons {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  padding: 16px;
  transition: all .2s ease-in-out;
  display: flex;
}

.swiper-buttons:hover {
  background-color: #0000008c;
}

.swiper-buttons.prev {
  width: 60px;
}

.swiper-buttons.next {
  display: flex;
}

.swiper-wrapper {
  z-index: 49;
  width: 100%;
  height: 100%;
  position: relative;
}

.arrow-revert {
  transform: rotate(180deg);
}

.swiper-pagination {
  flex: 0 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.slide-animated-titles {
  z-index: 9;
  color: var(--neutral--white);
  letter-spacing: 0;
  max-width: 850px;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.slide-animated-titles.subhead {
  letter-spacing: 0;
  max-width: 850px;
  font-family: Fsmatthew, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-decoration: none;
}

.slide-animated-titles.subparagraph {
  letter-spacing: 0;
  max-width: 850px;
}

.slide-animated-titles.display-title {
  font-size: 72px;
  font-weight: 900;
  line-height: 110%;
}

.container-xxl {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 220px;
  padding-left: 44px;
  padding-right: 44px;
  font-size: 28px;
  display: flex;
}

.container-xxl.nav-wrapper, .container-xxl.pagination-wrapper {
  flex-flow: wrap;
  padding-bottom: 0;
}

.cta-container {
  grid-column-gap: 16px;
  color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  font-size: 24px;
  line-height: 120%;
  text-decoration: none;
}

.slide-image {
  background-image: linear-gradient(270deg, #0000001a 40%, #0009 82%), url('../images/jaimie-phillips-KamSS2euCzA-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slide-image.slide-bg0 {
  background-image: linear-gradient(270deg, #0000001a 40%, #0009 82%), url('../images/shutterstock_2243965203.avif');
}

.slide-image.slide-bg2 {
  background-image: linear-gradient(270deg, #0000001a 40%, #0009 82%), url('../images/slide-3.avif');
}

.slide-image.slide-bg1 {
  opacity: .71;
  background-image: linear-gradient(270deg, #0000001a 40%, #0009 82%), url('../images/slide-4.avif');
}

.slide-image.slide-bg3 {
  background-image: linear-gradient(270deg, #0000001a 40%, #0009 82%), url('../images/slide-3-1.avif');
}

.hero-slider-new {
  text-align: initial;
  background-color: #131313;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-slide-title-with-seperator {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  position: relative;
}

.slide-base {
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 28px;
  line-height: 150%;
  display: flex;
}

.code-embed-2 {
  display: none;
}

.body {
  font-family: Graphik, Arial, sans-serif;
}

.block-arrow {
  justify-content: center;
  align-items: center;
  margin-top: .375rem;
  display: flex;
}

.block-arrow.mt-6 {
  margin-top: .375rem;
}

.nav {
  z-index: 100;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  max-width: 120rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.nav__cta-wrapper {
  flex: none;
}

.link-block {
  width: 9.25625rem;
}

.nav__logo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav__cta {
  color: var(--neutral--white);
  border: 1px solid #fff;
  padding: 12px 24px;
  font-size: 1.0625rem;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s;
}

.nav__cta:hover {
  color: #002d59;
  background-color: #fff;
}

.section-1-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.section__header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 67.0625rem;
  display: flex;
}

.section__header.max-w-691 {
  max-width: 43.1875rem;
}

.tets {
  height: 100vh;
}

.section__description {
  color: var(--text--navy-blue);
  font-size: 1.25rem;
  line-height: 140%;
}

.section__description.text-32 {
  font-size: 2rem;
  line-height: 130%;
}

.section-1__content {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  border: 1px solid var(--border--light-gray);
  flex-flow: column;
  display: flex;
}

.section-1__content__block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding: 2rem 1.25rem;
  display: flex;
}

.section-1__content__block.pv-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section1__block__header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block__separator {
  background-color: var(--border--dark-gray);
  width: 100%;
  height: 1px;
}

.section1__block1__grid__card {
  flex-flow: column;
  justify-content: space-between;
  padding: 1.125rem 1.6875rem 1.375rem 2.1875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section1__block1__grid__card.is--1 {
  background-color: var(--fill--1);
}

.section1__block1__grid__card.is--2 {
  background-color: var(--fill--2);
}

.section1__block1__grid__card.is--3 {
  background-color: var(--fill--3);
}

.section1__block1__card-background {
  z-index: -1;
  color: var(--fill--1);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section1__block1__card-background.is--2 {
  color: var(--fill--2);
}

.section1__block1__card-background.is--3 {
  color: var(--fill--3);
}

.section1__block1__card-background.hide {
  display: none;
}

.section1__block1__grid {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-col {
  flex-flow: column;
  display: flex;
}

.flex-col.gap-21 {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
}

.flex-col.gap-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.flex-col.gap-10.items-center {
  justify-content: flex-start;
  align-items: center;
}

.div-block-5 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 1.625rem;
  display: flex;
}

.div-block-6 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon.text-secondary {
  color: var(--text--secondary);
}

.flex {
  display: flex;
}

.flex.gap-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.align-right {
  text-align: right;
}

.d-billion-icon {
  color: var(--text--secondary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-billion-icon.is--block2 {
  transform: scale(.75);
}

.div-block-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-9 {
  grid-column-gap: 3.1875rem;
  grid-row-gap: 3.1875rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 31.875rem;
  margin-top: 2.1875rem;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  padding-top: 2.1875rem;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.is--chart {
  color: var(--text--fab-blue);
  font-weight: 700;
}

.div-block-12 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  display: flex;
}

.div-block-13 {
  width: 100%;
}

.div-block-14 {
  flex-flow: column;
  padding-left: 2rem;
  display: flex;
}

.font-medium {
  font-weight: 500;
}

.font-medium.text-mid-blue {
  color: var(--text--mid-blue);
}

.font-medium.text-black {
  color: var(--neutral--black);
}

.font-medium.text-right {
  text-align: right;
}

.text-fab-blue {
  color: var(--text--fab-blue);
}

.section1__block2__grid__card {
  background-color: var(--fill--1);
  flex-flow: column;
  justify-content: space-between;
  width: 30%;
  min-width: 16rem;
  padding: 2rem 2rem 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kpis {
  font-size: 4rem;
  line-height: 100%;
}

.kpis.section8 {
  z-index: 2;
  color: var(--neutral--white);
  font-weight: 700;
  position: relative;
}

.gap-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.gap-16.items-center {
  justify-content: flex-start;
  align-items: center;
}

.text-block-2 {
  color: var(--text--secondary);
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 140%;
}

.flex-block {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
}

.slice-component {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slice-top {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.slice-bottom {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.bottom-left-rect {
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  margin-left: -1px;
  display: flex;
}

.top-right-rect {
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-right: -1px;
  display: flex;
}

.section1-block3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.gap-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.text-mid-blue {
  color: var(--text--mid-blue);
}

.text-light-blue {
  color: var(--text--light-blue);
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto;
}

.section1__block3__grid__card {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 2.125rem 1.375rem 2.8125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section1__block3__grid__card.is--1 {
  background-color: var(--fill--1);
}

.section1__block3__grid__card.is--2 {
  background-color: var(--fill--2);
}

.section1__block3__grid__card.is--3 {
  background-color: var(--fill--3);
}

.text-secondary {
  color: var(--text--secondary);
}

.gap-31 {
  grid-column-gap: 1.9375rem;
  grid-row-gap: 1.9375rem;
}

.div-block-15 {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-16 {
  width: 100%;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
}

.div-block-18 {
  background-color: var(--fill--1);
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

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

.image {
  width: 100%;
  height: 100%;
}

.section1-block4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.section1__block4__card {
  background-color: var(--fill--3);
  flex-flow: column;
  justify-content: space-between;
  padding: 2.1875rem 3.2rem 1.9375rem 3.20563rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-19 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.text-black {
  color: var(--neutral--black);
}

.heading-2 {
  margin-left: 85px;
}

.section1__block5__card {
  background-color: var(--fill--1);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.1875rem 3rem 1.9375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-22 {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.div-block-23 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  display: flex;
}

.text-basic {
  color: var(--text--basic);
}

.div-block-23-copy {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  display: flex;
}

.button {
  color: var(--neutral--white);
  background-color: #3898ec00;
  background-image: url('../images/DIV--Button-primary2.avif');
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8.0625rem;
  height: 3.375rem;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button:hover {
  color: var(--text--fab-blue);
  background-image: url('../images/DIV--Button-primary2.avif');
  background-repeat: no-repeat;
  background-size: cover;
}

.button._w-auto {
  width: auto;
}

.button.is--full-note {
  background-image: url('../images/DIV--Button-primary1.avif');
  width: 9.5rem;
}

.section2-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.section2-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.div-block-24 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map {
  flex: 0 auto;
  width: auto;
}

.map.map-container {
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.map-bg {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}

.map-overlay {
  z-index: 10;
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0%;
}

.div-block-25 {
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-26 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--fill--4);
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 1.25rem;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  width: 100%;
}

.text-block-3 {
  color: var(--text--secondary);
  font-family: Fsmatthew, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}

.section3 {
  background-color: var(--fill--4);
}

.section3.is--variant {
  background-color: var(--neutral--white);
}

.section3__grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.section3__grid.is--last {
  padding-bottom: 1rem;
}

.div-block-27 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 8.33%;
  display: flex;
}

.div-block-27.is--variant {
  padding-left: 0%;
  padding-right: 8.33%;
}

.div-block-28 {
  position: relative;
}

.gap-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.gap-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.gap-8.py-15 {
  padding-top: .9375rem;
  padding-bottom: .9375rem;
}

.section3__card__heading {
  font-weight: 700;
}

.text-navy-blue {
  color: var(--text--navy-blue);
}

.gap-18 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
}

.div-block-29 {
  background-color: var(--text--fab-red);
  width: 1px;
  height: 100%;
}

.flex-block-3 {
  border-left: 1px solid var(--text--fab-red);
  padding-left: 1.125rem;
}

.paragraph {
  color: #000c;
  font-family: Fsmatthew, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}

.gap-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.gap-10.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.gap-4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.text-block-4 {
  color: var(--text--navy-blue);
  font-family: Fsmatthew, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
}

.text-block-4.text-display {
  color: var(--text--display);
}

.flex-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.financial-title {
  grid-column-gap: 4px;
  background-color: #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 57px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.financial-title.is--navy-blue {
  background-color: var(--charts--navy-blue-40);
  color: var(--neutral--white);
  position: relative;
}

.financial-title.is--mid-blue {
  background-color: var(--charts--mid-blue-30);
  color: var(--neutral--white);
  position: relative;
}

.financial-title.is--light-gray {
  background-color: var(--charts--light-gray-40);
  color: var(--neutral--white);
  position: relative;
}

.baryear {
  width: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.finanialtitlecomponent {
  color: var(--neutral--white);
  text-align: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
}

.bar {
  grid-column-gap: 10px;
  color: #002d59;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.finanialtitlechartcaption {
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}

.bar--block {
  width: 100%;
  display: block;
}

.bar-chart {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.financialblock {
  grid-row-gap: 24px;
  color: #fff;
  background-color: #002d59;
  border: 0 solid #e9e9e9;
  border-radius: 0;
  flex-direction: column;
  flex: 30%;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 33%;
  max-width: 1200px;
  padding: 0 0 20px;
  text-decoration: none;
  display: flex;
}

.financialblock.c2 {
  background-color: #39607a;
}

.financialblock.c1 {
  background-color: #559cb5;
}

.financialblock.c1.is--navy-blue {
  grid-row-gap: 22px;
  background-color: var(--charts--navy-blue-10);
  color: var(--text--navy-blue);
}

.financialblock.c1.is--mid-blue {
  grid-row-gap: 22px;
  background-color: var(--charts--mid-blue-10);
  color: var(--text--navy-blue);
}

.financialblock.c1.is--light-gray {
  grid-row-gap: 22px;
  background-color: var(--charts--light-gray-10);
  color: var(--text--navy-blue);
}

.bar__number {
  font-size: 13px;
}

.bar__number.is--top {
  font-size: 16px;
}

.barblock {
  color: #fff;
  background-color: #fff9;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 2px 12px;
  display: flex;
}

.barblock.hue2 {
  color: inherit;
  background-color: #fff;
}

.barblock.hue2.is--navy-blue {
  background-color: var(--charts--navy-blue-20);
  color: var(--text--navy-blue);
  height: 1.375rem;
}

.barblock.hue2.is--mid-blue {
  background-color: var(--charts--mid-blue-20);
  color: var(--text--navy-blue);
  height: 1.375rem;
}

.barblock.hue2.is--light-gray {
  background-color: var(--charts--light-gray-20);
  color: var(--text--navy-blue);
  height: 1.375rem;
  font-weight: 400;
}

.barblock.is--navy-blue-dark {
  background-color: var(--charts--navy-blue-30);
  color: var(--neutral--white);
  height: 1.625rem;
  font-weight: 700;
}

.barblock.is--mid-blue-dark {
  background-color: var(--charts--mid-blue-40);
  color: var(--neutral--white);
  height: 1.625rem;
  font-weight: 700;
}

.barblock.is--light-gray {
  background-color: var(--charts--light-gray-30);
  color: var(--neutral--white);
  height: 1.625rem;
  font-weight: 700;
}

.financialtitlesubhead {
  text-align: center;
  width: 100%;
  font-size: 14px;
}

._w-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

._w-container.row {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

._w-container.row.statementssection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

._w-container.row.statementssection.nogap {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  max-width: none;
  margin-top: 2rem;
  margin-bottom: 3.75rem;
}

.single-bar-container {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-30 {
  width: 100%;
  padding-right: 16px;
  display: flex;
}

.div-block-31 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: var(--text--secondary);
}

.code-embed-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-32 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
  transform: scale(.8);
}

.code-embed-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section5-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.section5__block1__grid__card {
  flex-flow: column;
  justify-content: space-between;
  padding: 1.125rem 1.125rem 1.375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section5__block1__grid__card.is--1 {
  background-color: var(--fill--1);
}

.section5__block1__grid__card.is--1.is--section7 {
  padding: 1.25rem 4.8125rem 3.75rem 1.875rem;
}

.section5__block1__grid__card.is--2 {
  background-color: var(--fill--2);
}

.section5__block1__grid__card.is--3 {
  background-color: var(--fill--3);
}

.heading-4 {
  color: var(--text--secondary);
  font-size: 1.25rem;
}

.heading-4.text-right {
  text-align: right;
}

.section5__block1__grid {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mt-8 {
  margin-top: -.5rem;
}

.leading-110 {
  line-height: 110%;
}

.pt-46 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 2.875rem;
  display: flex;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-33 {
  width: 100%;
  height: 29rem;
  margin-top: 1.25rem;
  position: relative;
}

.div-block-34 {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #39607966;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-width: 25rem;
  height: 15rem;
  padding-left: 1.8125rem;
  padding-right: 1.8125rem;
  display: flex;
  position: static;
  inset: 50% 0% 0% auto;
}

.text-block-5 {
  color: var(--neutral--white);
  font-size: 5rem;
  font-weight: 700;
  line-height: 90%;
}

.text-block-6 {
  color: var(--neutral--white);
  font-size: 1.75rem;
  line-height: 140%;
}

.div-block-35 {
  background-color: #b1b3b3;
  height: 1.45px;
}

.div-block-36 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 3.3125rem 0% auto;
}

.section4 {
  background-color: #f5f7fa;
}

.section4-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.tabs {
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  min-width: 18rem;
  max-width: 18rem;
  display: flex;
}

.tabs-content {
  width: 100%;
  margin-left: 1rem;
}

.tab-link {
  color: var(--text--display);
  background-color: #ddd0;
  padding: 1.5rem 1.25rem;
  font-size: 1.25rem;
  line-height: 130%;
}

.tab-link.w--current {
  background-color: var(--neutral--white);
  color: var(--text--navy-blue);
  font-weight: 500;
}

.tab-content {
  background-color: var(--neutral--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block-37 {
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.text-block-7 {
  color: #000c;
  font-family: Fsmatthew, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
}

.pt-10 {
  padding-top: .625rem;
}

.div-block-39 {
  padding-left: 1.5rem;
}

.div-block-40 {
  background-image: url('../images/image-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 48rem;
  margin-bottom: 1.5rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-40.is--2 {
  background-image: url('../images/image-1_1.avif');
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 31.125rem;
  display: flex;
}

.div-block-40.is--3 {
  background-image: url('../images/image-12.avif');
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 31.125rem;
  display: flex;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-41.is--2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 46.3125rem;
}

.div-block-42 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.9375rem 1.25rem;
  display: flex;
  position: relative;
}

.text-white {
  color: var(--neutral--white);
  mix-blend-mode: normal;
}

.text-white.relative-1 {
  z-index: 1;
  position: relative;
}

.div-block-43 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  padding: 1.6875rem 1.25rem;
  display: flex;
  position: relative;
}

.div-block-44 {
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-color: #39607966;
  display: block;
  position: absolute;
  inset: 0%;
}

.code-embed-7 {
  z-index: 1;
  position: relative;
}

.code-embed-8 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section6-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.gap-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.div-block-45 {
  width: 100%;
  height: 29rem;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-46 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-top: 1.5rem;
  display: flex;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-5.lg-block {
  display: none;
}

.div-block-47 {
  width: 100%;
}

.grid-3 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.section6__block3__grid__card {
  flex-flow: column;
  justify-content: space-between;
  padding: 2.25rem 2.8125rem 3.4375rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section6__block3__grid__card.is--1 {
  background-color: var(--fill--1);
}

.section6__block3__grid__card.is--2 {
  background-color: var(--fill--2);
}

.section6__block3__grid__card.is--3 {
  background-color: var(--fill--3);
}

.section6__block3__grid__card.is--4 {
  background-color: #3960791a;
}

.div-block-48 {
  background-color: #c0c2c4;
  height: .5px;
}

.section8-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.link-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--text--mid-blue);
  color: var(--text--fab-blue);
  width: 34.9375rem;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.link-block-2:hover {
  background-color: var(--text--fab-blue);
  color: var(--neutral--white);
}

.code-embed-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 14.4375rem;
  grid-row-gap: 14.4375rem;
  background-image: url('../images/Frame-196.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  min-height: 50rem;
  padding: 2.5rem 1.25rem;
  display: flex;
}

.flex-block-5 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  max-width: 45.1rem;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.code-embed-10 {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-50 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 18.125rem;
  padding-top: 1.375rem;
  display: flex;
  position: relative;
}

.div-block-51 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #464d5580;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 1.25rem;
  display: flex;
}

.heading-5 {
  color: var(--neutral--white);
  font-weight: 500;
}

.div-block-52 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.footer-wrapper {
  grid-column-gap: 19.6875rem;
  grid-row-gap: 19.6875rem;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.link {
  color: #000c;
  font-size: 1.125rem;
  line-height: 150%;
  text-decoration: none;
}

.div-block-53 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-2 {
  color: var(--text--fab-blue);
  flex: none;
  font-family: Fsmatthew, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.section7 {
  background-color: #fbfbfb;
}

.section7-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.link-block-2-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--text--mid-blue);
  color: var(--text--fab-blue);
  width: 23.9375rem;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.link-block-2-copy:hover {
  background-color: var(--text--fab-blue);
  color: var(--neutral--white);
}

.sustainability-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sustainability-image-wrapper {
  width: 100%;
  height: 29rem;
  position: relative;
}

.div-block-54 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 42.5rem;
  margin-left: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.grid-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-6 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.section7__block2__grid__card {
  flex-flow: column;
  justify-content: space-between;
  padding: 1.125rem 1.125rem 1.375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section7__block2__grid__card.is--1 {
  background-color: var(--fill--1);
}

.section7__block2__grid__card.is--2 {
  background-color: var(--fill--2);
}

.section7__block2__grid__card.is--3 {
  background-color: var(--fill--3);
}

.section7__block2__grid__card.is--4 {
  background-color: var(--fill--4);
}

.pt-16 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.pt-16.pl-24 {
  padding-left: 1.5rem;
}

.div-block-55 {
  background-color: #d7dae2;
  padding: 2.9375rem 1.25rem;
}

.div-block-56 {
  background-color: #00154108;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  display: flex;
}

.div-block-57 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-58 {
  max-width: 37rem;
}

.image-6 {
  object-fit: cover;
}

.text-span {
  font-size: 1.5625rem;
  font-weight: 400;
}

.grid-7 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.image-7 {
  width: 100%;
  height: 100%;
}

.grid-7-copy {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.div-block-21-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.heading-6, .heading-7 {
  color: inherit;
}

.code-embed-11 {
  pointer-events: none;
  color: var(--text--fab-blue);
  position: absolute;
  inset: 0%;
}

.text-block-8 {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .navigation-wrapper {
    bottom: 60px;
  }

  .slide-animated-titles {
    letter-spacing: 0;
  }

  .container-xxl {
    max-width: 1920px;
  }

  .cta-container {
    display: block;
  }

  .hero-slider-new {
    height: 100vh;
    overflow: hidden;
  }

  .hero-slide-title-with-seperator {
    max-width: 800px;
  }

  .div-block-7 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-24 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .financialblock {
    box-shadow: none;
    border-radius: 0;
    flex: 0 auto;
  }

  ._w-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._w-container.row.statementssection.nogap {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33 {
    height: 32rem;
  }

  .div-block-38 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-40 {
    padding-top: 2.6rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div-block-45 {
    height: 30rem;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-wrapper {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .sustainability-image-wrapper {
    height: 30rem;
  }
}

@media screen and (min-width: 1440px) {
  .container-xxl {
    padding-left: 6.25rem;
    padding-right: 6.25px;
  }

  .container {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .d-billion-icon.is--block2 {
    transform: scale(.8);
  }

  .div-block-8 {
    width: 100%;
  }

  .div-block-9 {
    max-width: none;
  }

  .div-block-14 {
    padding-left: 3.875rem;
  }

  .grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .div-block-15 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .div-block-17 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .grid-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .section2-content {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .map.map-container {
    flex: 0 auto;
  }

  ._w-container {
    max-width: 1600px;
    padding-left: 44px;
    padding-right: 44px;
  }

  ._w-container.row.statementssection {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-33 {
    height: 36rem;
  }

  .div-block-34 {
    min-width: 28rem;
    height: 16rem;
  }

  .text-block-5 {
    font-size: 6rem;
  }

  .text-block-6 {
    font-size: 2rem;
  }

  .tabs-menu {
    min-width: 23rem;
    max-width: 23rem;
  }

  .div-block-40 {
    height: 40rem;
  }

  .div-block-41 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-45, .sustainability-image-wrapper {
    height: 31rem;
  }
}

@media screen and (min-width: 1920px) {
  .section1__block2__grid__card {
    padding: 2.25rem 2.4375rem 4.5625rem 3.8125rem;
  }

  .kpis {
    font-size: 5.35rem;
  }

  .flex-block {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-block-15 {
    padding-left: 6.0625rem;
    padding-right: 6.0625rem;
  }

  .div-block-17, .grid-2 {
    grid-column-gap: 1.9375rem;
    grid-row-gap: 1.9375rem;
  }

  .section1-block4 {
    grid-column-gap: 2.125rem;
    grid-row-gap: 2.125rem;
  }

  .section1__block4__card {
    padding: 2.25rem 8rem 2.75rem 3.8125rem;
  }

  .section1__block5__card {
    padding: 2.25rem 4rem 4.5625rem 2.75rem;
  }

  .div-block-22 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-23 {
    flex-flow: row;
  }

  .div-block-23-copy {
    flex-flow: column;
  }

  .button {
    color: var(--neutral--white);
    background-image: url('../images/DIV--Button-primary2.avif');
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s;
    position: relative;
  }

  .button:hover {
    color: var(--text--fab-blue);
  }

  .section2-content {
    flex-flow: row;
  }

  .div-block-24 {
    grid-template-columns: 1fr;
  }

  .section3__grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .section3__card__heading {
    font-size: 3rem;
  }

  .bar-chart {
    grid-row-gap: 19px;
    padding-left: 20px;
  }

  .financialblock.c1.is--navy-blue, .financialblock.c1.is--mid-blue, .financialblock.c1.is--light-gray {
    grid-row-gap: 22px;
  }

  ._w-container.row.statementssection.nogap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .div-block-30 {
    padding-right: 20px;
  }

  .div-block-32 {
    transform: scale(1);
  }

  .heading-4 {
    font-size: 1.5625rem;
  }

  .div-block-33 {
    height: 38rem;
  }

  .div-block-34 {
    min-width: 31.4375rem;
    height: 17.5625rem;
  }

  .text-block-5 {
    font-size: 7.75rem;
  }

  .text-block-6 {
    font-size: 2.25rem;
  }

  .tabs-menu {
    min-width: 28.8125rem;
    max-width: 28.8125rem;
  }

  .tabs-content {
    margin-left: 1.25rem;
  }

  .tab-link {
    font-size: 1.5rem;
  }

  .div-block-40 {
    height: 31.125rem;
  }

  .div-block-41 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-45 {
    height: 31.125rem;
  }

  .link-block-2:hover {
    background-color: var(--text--fab-blue);
    color: var(--neutral--white);
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .code-embed-10 {
    overflow: hidden;
  }

  .div-block-50 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .footer-wrapper {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .link-block-2-copy:hover {
    background-color: var(--text--fab-blue);
    color: var(--neutral--white);
  }

  .sustainability-image-wrapper {
    height: 31.125rem;
  }

  .grid-5 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-58 {
    max-width: 38rem;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-7-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-21-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-6, .heading-7 {
    color: inherit;
  }

  .code-embed-11 {
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3, h4 {
    font-size: 1.75rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .cta {
    padding: 12px;
    font-size: 18px;
  }

  .swiper-slide {
    height: auto;
  }

  .swiper-buttons.prev, .swiper-buttons.next {
    width: 40px;
    height: 40px;
    padding: 4px;
  }

  .arrow-revert {
    transform: scale(.9)rotate(180deg);
  }

  .slide-animated-titles {
    max-width: 100%;
    margin-top: 10px;
    font-size: 40px;
  }

  .slide-animated-titles.subhead {
    margin-top: 0;
    font-size: 20px;
  }

  .slide-animated-titles.subparagraph {
    max-width: 100%;
    margin-top: 0;
    font-size: 20px;
  }

  .slide-animated-titles.display-title {
    font-size: 50px;
  }

  .container-xxl {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: .5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-xxl.nav-wrapper, .container-xxl.pagination-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }

  .cta-container {
    padding-top: 8px;
  }

  .slide-image.slide-bg0 {
    width: 100%;
    height: 100%;
  }

  .hero-slider-new {
    height: auto;
    min-height: 80vh;
  }

  .slide-base {
    min-height: 80vh;
    padding: 150px 0 130px;
  }

  .block-arrow.is--cta {
    transform: scale(.9);
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav__cta {
    font-size: 1rem;
  }

  .pagination__arrow {
    transform: scale(.9);
  }

  .section__description.text-32 {
    font-size: 1.75rem;
  }

  .section-1__content__block {
    justify-content: flex-start;
    align-items: center;
  }

  .section1__block1__grid {
    grid-template-columns: 1fr;
  }

  .d-billion-icon {
    transform: scale(.85);
  }

  .d-billion-icon.is--block2 {
    transform: scale(.65);
  }

  .lg-text-14 {
    font-size: .875rem;
  }

  .div-block-7 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 28.5rem;
  }

  .div-block-8 {
    grid-template-columns: 1fr;
  }

  .section1__block2__grid__card {
    grid-column-gap: 6.625rem;
    grid-row-gap: 6.625rem;
    width: 100%;
    padding: 2.25rem 2.4375rem 4.75rem 3.8125rem;
  }

  .kpis {
    font-size: 3.5rem;
  }

  .text-block-2 {
    font-size: 2rem;
  }

  .flex-block {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .section1-block3, .section1-block4 {
    grid-template-columns: 1fr;
  }

  .section1__block4__card, .section1__block5__card {
    grid-column-gap: 6.625rem;
    grid-row-gap: 6.625rem;
    width: 100%;
    padding: 2.25rem 8rem 4.75rem 3.8125rem;
  }

  .map.map-container {
    overflow: auto hidden;
  }

  .map-bg {
    width: 100%;
    min-width: 80rem;
    height: auto;
  }

  .map-overlay {
    min-width: 80rem;
    max-width: 100%;
    height: auto;
    min-height: auto;
    top: 0;
    left: 0;
  }

  .section3__grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-27 {
    order: -9999;
    padding-left: 0%;
  }

  .paragraph {
    font-size: 1rem;
  }

  .text-block-4 {
    font-size: 1.25rem;
  }

  .bar-chart {
    padding-left: 16px;
  }

  .financialblock {
    flex: 1 0 40%;
  }

  ._w-container.row.statementssection {
    flex-flow: column;
  }

  ._w-container.row.statementssection.nogap {
    flex-flow: wrap;
  }

  .div-block-30 {
    padding-right: 16px;
  }

  .section5__block1__grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-3 {
    object-fit: cover;
  }

  .div-block-33 {
    height: 25rem;
  }

  .div-block-34 {
    min-width: 22rem;
    height: 60%;
  }

  .text-block-5 {
    font-size: 4.5rem;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: auto;
    max-width: none;
    margin-bottom: 1rem;
    display: grid;
  }

  .tabs-content {
    margin-left: 0;
  }

  .tab-link {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-45 {
    height: 25rem;
  }

  .image-5.lg-hide {
    display: none;
  }

  .image-5.lg-block {
    display: block;
  }

  .link-block-2 {
    width: 32rem;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-50 {
    height: 16rem;
  }

  .footer-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .link {
    text-align: center;
  }

  .link-block-2-copy {
    width: 23rem;
  }

  .sustainability-image-wrapper {
    height: 25rem;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-58 {
    max-width: 32rem;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .grid-7-copy {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.65rem;
  }

  .arrow-revert {
    transform: scale(.8)rotate(180deg);
  }

  .block-arrow {
    margin-top: .14rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .link-block {
    width: 7rem;
  }

  .nav__cta {
    font-size: .9375rem;
  }

  .pagination__arrow {
    transform: scale(.8);
  }

  .section__description {
    font-size: 1.125rem;
  }

  .section__description.text-32 {
    font-size: 1.5rem;
  }

  .section-1__content__block {
    padding: 1.5rem 1rem;
  }

  .flex.gap-12.md-gap-4 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .d-billion-icon {
    transform: scale(.8);
  }

  .d-billion-icon.is--block2 {
    transform: scale(.6);
  }

  .section1__block2__grid__card {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .kpis {
    font-size: 3rem;
  }

  .text-block-2 {
    font-size: 1.75rem;
  }

  .flex-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .gap-20 {
    justify-content: flex-start;
    align-items: center;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .section1__block4__card {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-right: 6rem;
  }

  .div-block-20 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .heading-2 {
    color: var(--neutral--black);
    margin-left: 0;
    font-size: 1.25rem;
  }

  .code-embed-3 {
    transform: scale(.8);
  }

  .section1__block5__card {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-right: 6rem;
  }

  .div-block-24 {
    grid-template-columns: 1fr 1fr;
  }

  .bar-chart {
    padding-left: 20px;
  }

  .financialblock {
    flex-basis: 100%;
  }

  ._w-container.row.statementssection {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-30 {
    padding-right: 20px;
  }

  .section5__block1__grid {
    grid-template-columns: 1fr;
  }

  .div-block-33 {
    height: 22rem;
  }

  .div-block-34 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 20rem;
  }

  .text-block-5 {
    font-size: 4rem;
  }

  .text-block-6 {
    font-size: 1.5rem;
  }

  .div-block-36 {
    right: 2rem;
  }

  .tab-link {
    padding: 1rem;
    font-size: 1.125rem;
  }

  .div-block-40 {
    height: 70rem;
  }

  .div-block-40.is--2 {
    height: 37rem;
  }

  .div-block-40.is--3 {
    height: 35rem;
  }

  .div-block-41, .div-block-41.is--2 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-45 {
    height: 22rem;
  }

  .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }

  .div-block-50 {
    height: 15rem;
  }

  .link, .link-2 {
    font-size: 1rem;
  }

  .sustainability-image-wrapper {
    height: 25rem;
  }

  .div-block-54 {
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1rem;
  }

  .cta {
    padding: 8px;
    font-size: 15px;
  }

  .arrow-revert {
    transform: scale(.75)rotate(180deg);
  }

  .slide-animated-titles {
    font-size: 26px;
    line-height: 120%;
  }

  .slide-animated-titles.subhead, .slide-animated-titles.subparagraph {
    font-size: 16px;
    line-height: 120%;
  }

  .slide-animated-titles.display-title {
    font-size: 30px;
  }

  .container-xxl {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-container {
    padding-top: 0;
  }

  .hero-slider-new {
    position: relative;
  }

  .slide-base {
    padding-bottom: 120px;
  }

  .block-arrow {
    margin-top: 0;
  }

  .block-arrow.is--cta {
    transform: scale(.75);
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-block {
    width: 5rem;
  }

  .nav__cta {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .pagination__arrow {
    transform: scale(.75);
  }

  .section__description.text-32 {
    font-size: 1.25rem;
  }

  .section-1__content__block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .d-billion-icon {
    transform: scale(.75);
  }

  .div-block-7, .div-block-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-14 {
    padding-left: 1rem;
  }

  .section1__block2__grid__card {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 2rem 2rem 3rem;
  }

  .kpis {
    font-size: 2.5rem;
  }

  .text-block-2 {
    font-size: 1.5rem;
  }

  .section1-block3, .section1__block3__grid__card {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .div-block-15, .div-block-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .section1__block4__card {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 2rem 2rem 3rem;
  }

  .heading-2 {
    font-size: 1.125rem;
  }

  .code-embed-3 {
    transform: scale(.75);
  }

  .section1__block5__card {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 2rem 2rem 3rem;
  }

  .button {
    font-size: .9375rem;
  }

  .div-block-24 {
    grid-template-columns: 1fr;
  }

  .paragraph {
    font-size: .875rem;
  }

  .text-block-4 {
    font-size: 1.125rem;
  }

  .bar-chart {
    padding-left: 16px;
  }

  .financialblock {
    grid-row-gap: 12px;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 3px;
    padding: 10px 10px 30px;
  }

  .financialblock.c1 {
    margin-bottom: 3px;
    padding-bottom: 30px;
  }

  .financialblock.c1.is--navy-blue, .financialblock.c1.is--mid-blue, .financialblock.c1.is--light-gray {
    margin-bottom: 0;
    padding: 0 0 20px;
  }

  .single-bar-container {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-30 {
    padding-right: 12px;
  }

  .heading-4 {
    font-size: 1.125rem;
  }

  .div-block-33 {
    height: 20rem;
  }

  .div-block-34 {
    min-width: 15rem;
    height: 50%;
  }

  .text-block-5 {
    font-size: 3rem;
  }

  .text-block-6 {
    font-size: 1.25rem;
  }

  .div-block-36 {
    right: 1rem;
  }

  .tabs-menu {
    grid-template-columns: 1fr;
  }

  .tab-link {
    padding: 1.5rem 1.25rem;
    font-size: 1rem;
  }

  .div-block-38 {
    grid-template-columns: 1fr;
  }

  .div-block-40 {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-40.is--3 {
    height: 38rem;
  }

  .div-block-41.is--2 {
    grid-template-columns: 1fr;
  }

  .div-block-45 {
    height: 20rem;
  }

  .sm-text-20 {
    font-size: 1.25rem;
  }

  .div-block-49 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .div-block-50 {
    height: 13rem;
  }

  .sustainability-image-wrapper {
    height: 35rem;
  }

  .div-block-57 {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .div-block-58 {
    max-width: 22rem;
  }

  .grid-7-copy {
    grid-template-columns: 1fr;
  }
}

#w-node-_92e5a66b-7494-e4d7-40d2-6b59794af23d-a9f129f5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-f1beefda-79fb-5ec2-bd50-704c9a195554-a9f129f5, #w-node-b2f71198-3d1c-918e-eb80-ee804dfc4c3b-a9f129f5, #w-node-_6ecc2be4-21ef-f954-84cf-2ae8a90ea161-a9f129f5, #w-node-_8f223e0a-fa24-04e6-ab40-caf7f6164cd5-a9f129f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6f89a48-b232-4034-42a0-89869d9415df-a9f129f5, #w-node-_15c2111e-5701-f8a3-197d-89d74f57b09a-a9f129f5, #w-node-c650dbfd-334f-3244-acf8-8cfb54d5bfa9-a9f129f5, #w-node-c650dbfd-334f-3244-acf8-8cfb54d5bf99-a9f129f5, #w-node-_76a97460-a90c-f432-5e89-be42553fcc09-a9f129f5, #w-node-_76a97460-a90c-f432-5e89-be42553fcc19-a9f129f5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_89444375-38e3-22f3-c075-fff7011d29fa-a9f129f5 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_966d242f-9ae9-e526-8e35-8fceee21a0b3-a9f129f5, #w-node-_8d55c1df-932b-c55d-951f-994873ebf7d6-a9f129f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_938a64cc-9445-425f-9e28-fe01f8b3ff5d-a9f129f5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2860dacc-7fa2-bf5d-0911-e2eb4d469afb-a9f129f5, #w-node-_3c0d8842-bbda-b549-2366-4a9b28eb9c80-a9f129f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8264d9a-f59d-3386-f7f9-821f83fb20c1-a9f129f5, #w-node-b8264d9a-f59d-3386-f7f9-821f83fb20c8-a9f129f5, #w-node-b8264d9a-f59d-3386-f7f9-821f83fb20cf-a9f129f5, #w-node-_3a8a38aa-179f-a536-7906-ca338454f48e-a9f129f5, #w-node-_3a8a38aa-179f-a536-7906-ca338454f494-a9f129f5, #w-node-_3a8a38aa-179f-a536-7906-ca338454f49a-a9f129f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fca9e6c-16b6-3e9a-069a-26815c42cf56-a9f129f5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8a65ace8-526c-31d3-c891-951e228667f0-a9f129f5 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_9227f34c-1e96-ce2b-772d-b969b7987d69-a9f129f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be7d2b41-ed16-b202-9963-62764398b805-a9f129f5 {
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#w-node-_42fb3cca-1b97-590d-3aab-c6bea5c834f5-a9f129f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_42fb3cca-1b97-590d-3aab-c6bea5c834f6-a9f129f5 {
  order: 7;
}

#w-node-_42fb3cca-1b97-590d-3aab-c6bea5c834f8-a9f129f5 {
  order: 4;
}

#w-node-_42fb3cca-1b97-590d-3aab-c6bea5c834fc-a9f129f5 {
  order: 8;
}

#w-node-_42fb3cca-1b97-590d-3aab-c6bea5c834fe-a9f129f5 {
  order: 5;
}

#w-node-_42fb3cca-1b97-590d-3aab-c6bea5c83500-a9f129f5 {
  order: 9;
}

#w-node-_42fb3cca-1b97-590d-3aab-c6bea5c83502-a9f129f5 {
  order: 6;
}

#w-node-a771d1a4-214f-8900-e681-b2b2fa870b34-a9f129f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_44730584-893b-b24a-7bf0-a8edaa162af6-a9f129f5, #w-node-_03d676ad-527e-3f87-75a2-361ef9b1cd34-a9f129f5, #w-node-_08a14c8b-a54d-f1b2-4a1b-9f25a1d8c6ef-a9f129f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42fb3cca-1b97-590d-3aab-c6bea5c834f5-a9f129f5 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-a771d1a4-214f-8900-e681-b2b2fa870b34-a9f129f5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_92e5a66b-7494-e4d7-40d2-6b59794af23d-a9f129f5 {
    justify-self: center;
  }

  #w-node-_938a64cc-9445-425f-9e28-fe01f8b3ff5d-a9f129f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8264d9a-f59d-3386-f7f9-821f83fb20cf-a9f129f5, #w-node-_3a8a38aa-179f-a536-7906-ca338454f49a-a9f129f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_92e5a66b-7494-e4d7-40d2-6b59794af23d-a9f129f5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1fca9e6c-16b6-3e9a-069a-26815c42cf56-a9f129f5 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_42fb3cca-1b97-590d-3aab-c6bea5c834f5-a9f129f5 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_89444375-38e3-22f3-c075-fff7011d29fa-a9f129f5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_938a64cc-9445-425f-9e28-fe01f8b3ff5d-a9f129f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be7d2b41-ed16-b202-9963-62764398b805-a9f129f5 {
    grid-row: span 5 / span 5;
  }
}


@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fsmatthew';
  src: url('../fonts/FSMatthew.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fsmatthew';
  src: url('../fonts/FSMatthew-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}