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

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

:root {
  --white: #fff;
  --orange: #ff5100;
  --black: #11202c;
  --mid-blue: #1a65d0;
}

body {
  color: #333;
  font-family: Telegraf, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.global-css {
  display: none;
}

.background-gradient {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-logo-img {
  width: 35.5em;
  height: 14.8125em;
}

.part-1 {
  position: relative;
}

.scroll-indicator-wrapper {
  background-color: #ffffff80;
  justify-content: center;
  align-items: flex-end;
  width: 1px;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.375rem;
}

.scroll-indicator-wrapper.right {
  left: auto;
  right: 4.375rem;
}

.scroll-indicator-fill {
  background-color: var(--white);
  width: 2px;
  height: 4.2475em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.card-container {
  width: 100%;
  max-width: 61.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.card-main-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-size: 4.375rem;
  line-height: 1;
  position: sticky;
  top: 25.9vh;
}

.inline-regular {
  font-weight: 400;
}

.card {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  display: flex;
  position: relative;
}

.card.part-2-mode {
  width: 100vw;
  height: 100vh;
}

.card-background {
  z-index: -1;
  filter: blur(8px);
  background-color: #1f74db;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.card-background.no-blur {
  filter: blur();
}

.card-p {
  font-size: 1.5rem;
  line-height: 1.16667;
}

.card-divider {
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  height: 1px;
  margin-top: 2.25em;
  margin-bottom: 2rem;
}

.card-title {
  line-height: 1.04545;
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.card-title.is-active {
  display: block;
}

.card-section-trigger {
  height: 100vh;
}

.card-section-trigger.custom-x {
  height: 130vh;
}

.card-section-trigger.half {
  height: 50vh;
}

.card-titles-wrapper {
  height: 3.1em;
  font-size: 2.75em;
  overflow: hidden;
}

.card-section-footer {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.0625rem;
  display: none;
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%);
}

.download-button {
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  background-color: var(--orange);
  color: var(--white);
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 5em;
  padding-left: 1.75em;
  padding-right: 1.75em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-24 {
  flex: none;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.text-block {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.card-section-arrows-wrapper {
  margin-top: 4vh;
  position: sticky;
  bottom: 2rem;
}

.card-section-arrows-wrapper.hero {
  position: absolute;
}

.card-section-arrow-down {
  width: 1.11188em;
  height: .555625em;
}

.card-background-first-layer {
  background-color: #1a65d0;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.card-background-first-layer.bottom {
  top: auto;
  bottom: 0;
}

.map-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 1.575rem;
  padding-bottom: 1.575rem;
  display: grid;
}

.card-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.card-content-part-1 {
  max-width: 48rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.card-content-part-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80.25rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
}

.map-footer-wrapper {
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: .5rem;
  padding-left: .5rem;
  display: flex;
}

.map-flags-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 86%;
  display: flex;
}

.map-flag-wrapper {
  aspect-ratio: 83.95 / 54.1;
  border: 1px solid #ffffff73;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 5.24688rem;
  font-size: .9rem;
  display: flex;
}

.map-flag {
  width: 4.14em;
  height: 2.51625em;
}

.map-images-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.map-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 2rem;
  position: absolute;
  inset: 0%;
}

.map-wrapper {
  border: 1px solid var(--white);
  position: relative;
}

.map-frame {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.part-2 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #1f74db;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
}

.container {
  width: 100%;
  max-width: 80.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.ceo-image-wrapper {
  width: 29.75em;
  height: 38.6563em;
  position: relative;
}

.ceo-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ceo-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.webgl-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.part-3 {
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
}

.slider-header-wrapper {
  max-width: 24.5rem;
  height: 100%;
  padding-top: 4vh;
  padding-bottom: 4vh;
}

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

.slider-slides-wrapper {
  width: 100%;
}

.slider-slide {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding-top: 13vh;
  display: flex;
}

.slider-headers-wrapper {
  width: 100%;
  height: 100%;
}

.slider-sticky {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.slider-ruler {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.slide-ruler-line {
  background-color: var(--black);
  width: 3.48px;
  height: 1px;
}

.slide-ruler-line.wide {
  width: 9.48px;
}

.slider-section {
  color: var(--black);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.slider-icon {
  border: 1px solid var(--black);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.icon-40 {
  width: 2.5rem;
  height: 2.5rem;
}

.slider-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.125;
}

.slider-arrow {
  background-color: var(--black);
  width: 1px;
  height: 8rem;
  margin-top: 1.6875rem;
  margin-left: .2rem;
  position: relative;
}

.slider-arrow.small {
  height: 4.1875rem;
}

.slider-p {
  margin-top: 1.8125rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.05;
}

.slider-ruler-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  height: 30.125rem;
  display: flex;
}

.slider-ruler-icon {
  justify-content: flex-end;
  align-items: center;
  width: .5625rem;
  height: .875rem;
  margin-right: .296875rem;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slider-ruler-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: 1px;
  display: flex;
  position: relative;
}

.slider-sticky-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80vh;
  display: flex;
}

.chart-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 32.5rem;
  display: flex;
}

.chart-card-header-wrapper {
  background-color: var(--black);
  color: var(--white);
  padding: 1.75rem 2rem 2.5rem;
}

.chart-card-title {
  max-width: 24.5rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.125;
}

.chard-card-p {
  max-width: 26.3125rem;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.05;
}

.chart-card-content-wrapper {
  color: var(--white);
  background-color: #1226aa;
  height: 19.125rem;
  padding: 2rem 2rem 2.5rem;
}

.chart-card-content-wrapper.card-2 {
  background-color: #2a7de1;
}

.chart-card-content-title {
  max-width: 26.3125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.05;
}

.chart-1 {
  height: 8.125rem;
  margin-top: 2.3125rem;
}

.chart-1-header {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-bottom: 1px solid var(--white);
  padding-bottom: .25em;
  padding-left: .3125em;
  padding-right: .3125em;
  display: flex;
}

.chart-1-header-label {
  text-align: center;
  font-size: .625em;
  font-weight: 700;
  line-height: 1;
}

.chart-1-header-label-wrapper {
  justify-content: center;
  align-items: center;
  width: 4.5em;
  padding-bottom: .25em;
  display: flex;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
}

.chart-1-bars-wrapper {
  grid-column-gap: .87em;
  grid-row-gap: .87em;
  border-left: 1px solid var(--white);
  height: 100%;
  padding-left: .3em;
  display: flex;
}

.chart-1-bar {
  background-color: #2a7de1;
  justify-content: center;
  align-items: flex-end;
  width: 4.2em;
  height: 80.7692%;
  padding-bottom: .3125em;
  display: flex;
}

.chart-1-bar._2 {
  height: 83.8462%;
}

.chart-1-bar._3 {
  height: 93.0769%;
}

.chart-1-bar._5 {
  background-color: var(--orange);
  height: 100%;
}

.chart-1-bar._4 {
  height: 100%;
}

.chart-1-bar-label {
  font-size: .75em;
  font-weight: 700;
}

.chart-card-content-subtitle {
  margin-top: 1.3125rem;
  font-family: Archivo, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.14286;
}

.slider-dynamic-content-wrapper {
  background-color: #d6f1f5;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.slider-dynamic-content-wrapper.hidden {
  display: none;
}

.slider-dynamic-content-wrapper.first {
  background-color: #fff0;
}

.slider-dynamic-content-wrapper.transparent {
  opacity: 0;
  background-color: #e1fbff;
}

.slider-dynamic-content-wrapper.transparent._2 {
  background-color: #d6f1f5;
}

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

.chart-2-image {
  width: 22.5625em;
  height: 8.5em;
  margin-top: .75rem;
}

.chart-3 {
  width: 14.0625em;
  height: 14.0625em;
  margin-top: .75rem;
}

.chart-3-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: .375rem;
  height: .3125rem;
  display: flex;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

.chart-2-header {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  padding-bottom: .25em;
  padding-left: .3125em;
  padding-right: .3125em;
  display: flex;
}

.chart-1-bar-wrapper {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.chart-2-bars-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.chart-2-bar-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.chart-2-bar {
  background-color: var(--orange);
  justify-content: center;
  align-items: flex-end;
  width: 4.5em;
  height: 80.7692%;
  padding-bottom: .375em;
  display: flex;
}

.chart-2-bar._2 {
  height: 83.8462%;
}

.chart-2-bar._3 {
  background-color: #1226aa;
  height: 93.0769%;
}

.chart-2-bar._4, .chart-2-bar._5 {
  background-color: #1226aa;
  height: 100%;
}

.chart-2 {
  height: 8.125em;
  margin-top: 2.3125rem;
}

.chart-2-header-label-wrapper {
  justify-content: center;
  align-items: center;
  width: 4.5em;
  margin-top: .375em;
  display: flex;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

.chart-2-header-label {
  text-align: center;
  white-space: nowrap;
  font-size: .625em;
  font-weight: 700;
  line-height: 1;
}

.slider-dynamic-contents {
  width: 100%;
  height: 100%;
  position: relative;
}

.cta-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2.5625rem 4.25rem 3.75rem 3.75rem;
  display: grid;
  position: relative;
}

.cta-card-bg {
  z-index: -1;
  filter: blur(8px);
  background-color: #1226aa;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-card-header-wrapper {
  max-width: 31.6875rem;
}

.cta-card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  line-height: 1.04545;
}

.cta-card-p {
  margin-top: 2.0625rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.16667;
}

.cta-card-button {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  border: 1px solid var(--orange);
  background-color: var(--orange);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  text-decoration: none;
  display: flex;
}

.cta-card-button-text {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1875;
}

.cta-card-button-icon {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-card-button-38 {
  width: 2.375em;
  height: 2.375em;
  display: flex;
}

.cta-card-button-icon-2 {
  width: 3rem;
  height: .375rem;
  display: flex;
}

.form-section-wrapper {
  grid-column-gap: 3.4375rem;
  grid-row-gap: 3.4375rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3.875rem 3.75rem;
  display: grid;
}

.form-header-wrapper {
  max-width: 32.625rem;
}

.form-header-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.04545;
}

.form-header-p {
  max-width: 28.375rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.16667;
}

.form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 32.75rem;
  display: flex;
}

.input {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #fff0;
  border-radius: .25rem;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 0 1.375rem;
  font-size: 1.5rem;
  transition: all .2s;
}

.input:focus-visible, .input[data-wf-focus-visible] {
  background-color: var(--white);
  color: var(--black);
}

.input::placeholder {
  color: var(--white);
}

.form-submit-button {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  height: 3.5rem;
  padding-left: 1.375em;
  padding-right: 1.4375rem;
  display: flex;
}

.form-submit-button-text {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 2;
}

.form-submit-button-icon {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 4.6875rem;
  height: .9375rem;
}

.form-submit-button-icon-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 2rem;
  height: 1.2rem;
  padding-right: .1rem;
  display: flex;
  overflow: hidden;
}

.map-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ceo-quote-icon {
  width: 1.625rem;
  height: 1.5rem;
  margin-bottom: 2rem;
}

.ceo-p {
  max-width: 42.5rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.16667;
}

.ceo-footer-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 44rem;
  margin-top: 5.5rem;
  display: flex;
}

.ceo-footer-border {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--white);
  width: 1.5625rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ceo-footer-border.right {
  border-left-style: none;
  border-right-style: solid;
  left: auto;
  right: 0;
}

.ceo-footer-name-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24.5rem;
  height: 4rem;
  font-size: 1.5rem;
  line-height: 1.16667;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ceo-footer-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.map-footer-logo {
  aspect-ratio: 2.39;
  object-fit: contain;
  width: 11%;
}

.scroll-indicators-wrapper {
  position: sticky;
  top: 0;
}

.fixed-button {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--orange);
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  height: 0;
  padding-left: 1.75em;
  padding-right: 1.75em;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.fixed-button-text {
  color: var(--white);
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

.slider-container {
  width: 100%;
  max-width: 80.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-2 {
  z-index: 10;
  width: 100%;
  height: 1px;
  position: relative;
}

.div-block-3 {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
}

.card-section-footers {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.0625rem;
  display: flex;
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%);
}

.download-button-copy {
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  background-color: var(--orange);
  color: var(--white);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 5em;
  padding-left: 1.75em;
  padding-right: 1.75em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.card-section-arrows-wrapper-copy {
  margin-top: 4vh;
  position: sticky;
  bottom: 2rem;
}

.card-section-arrows-wrapper-copy.hero {
  position: absolute;
}

.any-footer {
  z-index: 1000;
  background-color: #3c2828;
  width: 20px;
  height: 20px;
  position: fixed;
  bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .scroll-indicator-wrapper {
    left: 2rem;
  }

  .scroll-indicator-wrapper.right {
    right: 2rem;
  }

  .card-main-title {
    font-size: 3.7rem;
  }

  .card-titles-wrapper {
    font-size: 2.5em;
  }

  .map-flags-list {
    flex-flow: wrap;
  }

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

  .cta-card-title {
    font-size: 2.25rem;
  }

  .cta-card-button-text {
    font-size: 1.75em;
  }

  .form-header-title {
    font-size: 2.25rem;
  }

  .form-submit-button-text {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    height: 100vh;
    overflow: scroll;
  }

  .hero-logo-img {
    font-size: .6rem;
  }

  .map-flag-wrapper {
    width: 4.7em;
    font-size: .8rem;
  }

  .slider-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100vh;
    display: grid;
    position: sticky;
    top: 0;
  }

  .slider-slides-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    display: flex;
    overflow: hidden;
  }

  .slider-slide {
    flex: none;
    width: 100vw;
    height: 100%;
    padding-top: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .slider-slide.first {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slider-sticky {
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .slider-ruler {
    flex-flow: row;
    width: 100%;
  }

  .slide-ruler-line {
    width: 1px;
    height: 3.48px;
  }

  .slide-ruler-line.wide {
    width: 1px;
    height: 9.48px;
  }

  .slider-title {
    font-size: 1.25rem;
  }

  .slider-arrow {
    display: none;
  }

  .slider-p {
    font-size: 1.125rem;
  }

  .slider-ruler-wrapper {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .slider-ruler-icon {
    top: auto;
    left: -50%;
    transform: rotate(90deg)translate(0%, 27%);
  }

  .slider-ruler-icon-wrapper {
    width: 1px;
    height: .875rem;
  }

  .slider-sticky-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: 60vh;
  }

  .chart-card {
    max-width: none;
  }

  .chart-card-title {
    font-size: 1.5rem;
  }

  .chard-card-p {
    font-size: 1rem;
  }

  .chart-card-content-title {
    font-size: 1.125rem;
  }

  .chart-1-bars-wrapper {
    font-size: .9rem;
  }

  .form-section-wrapper {
    grid-template-columns: 1fr;
  }

  .ceo-footer-name-wrapper {
    width: 17rem;
  }

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

  .slider-container {
    height: 400vh;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-slides-container {
    width: 400vw;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .hero-logo-img {
    font-size: .4rem;
  }

  .scroll-indicator-wrapper {
    left: .75rem;
  }

  .scroll-indicator-wrapper.right {
    right: .75rem;
  }

  .card-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .card-main-title {
    font-size: 9vw;
  }

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

  .card-p {
    font-size: 1.25rem;
  }

  .card-titles-wrapper {
    font-size: 7.5vw;
  }

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

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

  .ceo-image-wrapper {
    width: 100%;
    margin-left: -.1rem;
  }

  .chart-1-bars-wrapper {
    font-size: 3vw;
  }

  .chart-2-image {
    font-size: 3.3vw;
  }

  .chart-3 {
    font-size: 2vw;
  }

  .chart-3-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .chart-2 {
    font-size: 3vw;
  }

  .cta-card {
    grid-template-columns: 1fr;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cta-card-title {
    font-size: 2.1rem;
  }

  .cta-card-p {
    font-size: 1.25rem;
  }

  .cta-card-button {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta-card-button-text {
    font-size: 1.5em;
  }

  .form-section-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form-header-title {
    font-size: 2.1rem;
  }

  .form-header-p, .input {
    font-size: 1.25rem;
  }

  .form-submit-button {
    padding-left: 1em;
    padding-right: 1em;
  }

  .form-submit-button-text {
    white-space: nowrap;
  }

  .ceo-p {
    font-size: 1.3rem;
  }

  .ceo-footer-wrapper {
    margin-top: 4rem;
  }

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


@font-face {
  font-family: 'Telegraf';
  src: url('../fonts/67057705dbf3f55f4821d83d_Telegraf-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Telegraf';
  src: url('../fonts/67057705539c43b52597714a_Telegraf-UltraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}