@font-face {
  font-family: Inter;
  src: url('/files/live/95fa6845-950d-4f3f-9025-bc9d67c96c49.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto Sans;
  src: url('/files/live/7f1cbf35-5441-41dd-8fc4-161f3ca15134.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Noto Sans;
  src: url('/files/live/c96a5446-331a-4852-9c16-3420c20c970b.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --text--primary: var(--brand--primary);
  --text--base: var(--brand--darker-primary);
  --background--base: var(--base--white);
  --brand--primary: #5194a2;
  --text--alternate: white;
  --background--primary: var(--brand--primary);
  --background--alternate: var(--base--grey);
  --brand--darker-primary: #2d3a40;
  --base--white: white;
  --base--black: black;
  --base--grey: #f7f8f9;
}

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

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

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

body {
  color: var(--text--primary);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 25.6px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--text--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

.page-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  display: flex;
}

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(0deg, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.styleguide_background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

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

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-style-italic {
  font-style: italic;
}

.script {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.styleguide_item-wrapper {
  width: 100%;
}

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

.background-color-base {
  background-color: var(--background--base);
}

.page-navbar_dot {
  color: #000;
  background-color: #2226;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  text-decoration: none;
}

.page-navbar_dot:hover {
  background-color: var(--brand--primary);
}

.page-navbar_dot.w--current {
  color: #d70321;
  background-color: #d70321;
  width: 1rem;
  height: 1rem;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-weight-thin {
  font-weight: 100;
}

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

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.styleguide_item-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.styleguide_item-list.is-2-col {
  grid-template-columns: 1fr 1fr;
}

.styleguide_item-list.is-3-coll {
  grid-template-columns: 1fr 1fr 1fr;
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: .0625rem dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.global-styles {
  position: fixed;
  inset: 0% auto auto 0%;
}

.form_component {
  margin-bottom: 0;
}

.padding-global {
  padding-left: 4rem;
  padding-right: 4rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

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

.styleguide_label {
  border-radius: .2rem;
  padding: .25rem .75rem;
}

.styleguide_label.is-tag {
  background-color: var(--background--primary);
  color: var(--text--alternate);
}

.text-weight-xlight {
  font-weight: 200;
}

.main-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.page-navbar_travel_wrapper {
  position: relative;
}

.styleguide_message {
  color: #228b22;
  background-color: #fcf8d8;
  border-radius: .2rem;
  padding: .25rem;
  font-size: .875rem;
}

.heading-style-subheading {
  font-size: 1.25rem;
  font-weight: 400;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.styleguide_background {
  border: .0625rem solid #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.page-navbar_container {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 40vh;
  right: 0;
}

.page-navbar_container:hover {
  width: auto;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.text-style-nowrap {
  white-space: nowrap;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.button {
  background-color: var(--background--primary);
  color: var(--text--alternate);
  text-align: center;
  border-radius: 1.88rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: .4rem 1.5rem;
  font-weight: 500;
}

.button:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px .1875rem .0625rem #0003;
}

.button:active {
  box-shadow: inset 0 .125rem .1875rem .0625rem #0003;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-large {
  padding: 1rem 2rem;
  font-size: 2rem;
}

.button.is-alternate {
  background-color: var(--background--alternate);
  color: var(--text--primary);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-ghost {
  color: inherit;
  background-color: #0000;
  border: .1rem solid #fff;
  display: inline;
}

.button.is-ghost:hover {
  color: #000;
  background-color: #fff;
}

.button.is-text {
  color: inherit;
  background-color: #0000;
}

.button.is-text:active {
  border-style: none;
}

.styleguide_section_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4rem;
  display: grid;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.page-navbar_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
}

.page-navbar_item:hover {
  color: var(--brand--primary);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.text-style-link {
  text-decoration: none;
}

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

.text-style-link.is-interactive:hover {
  color: hsl(from var(--link-color--primary) h s calc(l - 10));
}

.text-size-large {
  font-size: 1.5rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.page-navbar_item-text {
  direction: rtl;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: .5;
  display: none;
  position: relative;
  right: 1.3rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.background-color-secondary {
  background-color: var(--background--alternate);
  color: #fff;
}

.page-navbar_dot-wrapper {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.text-weight-semibold {
  font-weight: 600;
}

.page-navbar_start-anchor {
  z-index: 4;
  height: 0;
  position: sticky;
  top: 0%;
}

.text-style-muted {
  opacity: .5;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  place-items: start stretch;
}

.text-weight-normal {
  font-weight: 400;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.background-color-primary {
  background-color: var(--background--primary);
  color: #fff;
}

.header-element {
  z-index: 5;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 1.25rem;
  position: fixed;
  top: 0;
}

.header-content {
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  max-height: 5.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-logo {
  color: var(--text--primary);
  width: -moz-fit-content;
  width: fit-content;
  height: 2.3125rem;
  display: block;
}

.header-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_section_cover {
  padding-top: 6.25rem;
  position: relative;
}

.home_section_cover_background {
  z-index: -1;
  background-color: #fff;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.home_section_cover_background_image {
  opacity: .3;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.home_section_cover_foreground {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 6rem;
  display: flex;
}

.home_section_cover_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--text--primary);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  font-weight: 500;
}

.home_section_cover_foreground_illustration {
  width: 55rem;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.home_section_stats {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.home_section_stats_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: start center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.home_section_stats_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text--primary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  display: flex;
}

.home_section_stats_card_number {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.home_section_stats_card_text {
  flex-flow: column;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 15rem;
  display: flex;
}

.home_section_stats_card_name {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 800;
}

.home_section_stats_card_description {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-weight: 500;
}

.home_section_process {
  background-color: var(--background--alternate);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.home_section_process_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--text--primary);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home_section_process_step {
  color: var(--text--base);
  width: 0%;
  height: 20rem;
  position: relative;
}

.unique_nx9hgur1d7ddcn {
  width: 20rem;
  position: absolute;
  top: 6rem;
  left: -16rem;
}

.unique_bfni2iy6mn6iz1 {
  position: absolute;
  top: 11rem;
  left: -2rem;
}

.unique_rfuqx75ounectd {
  width: 20rem;
  position: absolute;
  top: 6rem;
}

.unique_i4fug1bkg3uhay {
  max-width: none;
  height: 20rem;
  position: absolute;
  top: 0;
  left: -24rem;
}

.unique_i7chwd4ij3fmug {
  width: 15rem;
  position: absolute;
  top: 3rem;
  left: -17rem;
}

.unique_4kxg6s2ozehhb8 {
  max-width: none;
  height: 20rem;
  position: absolute;
  top: 0;
}

.unique_jznkgv082a9pff {
  width: 20rem;
  position: absolute;
  top: 11rem;
}

.unique_oxmcjz64vefadm {
  max-width: none;
  height: 7rem;
  position: absolute;
  top: 5rem;
  left: -22rem;
}

.unique_cdc65t4o7otoqj {
  width: 17rem;
  position: absolute;
  top: 7rem;
  left: -19rem;
}

.unique_yr7uiljy1xe7bw {
  max-width: none;
  height: 20rem;
}

.unique_jtpbs3qkc8j23q {
  width: 19rem;
  position: absolute;
  top: 10rem;
}

.unique_e86ybfljdrjb8t {
  max-width: none;
  height: 7rem;
  position: absolute;
  top: 5.5rem;
  left: -21rem;
}

.home_section_banner {
  color: var(--text--primary);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.home_section_banner_content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home_section_banner_content_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home_section_banner_illustration {
  color: var(--text--primary);
  align-self: center;
  width: 45%;
  display: block;
  position: relative;
}

.home_section_banner_heading {
  color: var(--text--primary);
}

.home_section_since {
  background-color: var(--background--alternate);
  color: var(--text--primary);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home_section_team {
  background-color: var(--background--alternate);
  color: var(--text--primary);
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.home_section_team_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  width: 100%;
  display: flex;
}

.home_section_team_grid.is-other {
  grid-column-gap: 1rem;
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.home_section_team_grid.is-highlighted {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-element {
  background-color: var(--background--primary);
  color: var(--text--alternate);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 3rem;
  display: flex;
}

.footer-logo {
  color: var(--text--alternate);
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  display: block;
}

.home_section_follow {
  background-color: var(--background--base);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.style {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.home_section_team_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 13rem;
  display: flex;
}

.home_section_team_card.is-highlighted {
  justify-content: flex-start;
  align-items: center;
  width: 23%;
}

.home_section_team_card.is-other {
  width: calc(16% - 1rem);
  font-weight: 300;
}

.home_section_team_card_name {
  text-underline-offset: .3em;
  font-size: 1.2rem;
  font-weight: 800;
}

.home_section_team_title {
  font-weight: 500;
}

.home_section_team_card_portrait {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 360px;
  width: 80%;
  max-width: none;
  height: auto;
  max-height: none;
}

.home_section_team_card_portrait.is-other {
  align-self: center;
}

.home_section_team_card_details {
  grid-column-gap: .31rem;
  grid-row-gap: .31rem;
  flex-flow: column;
  font-weight: 300;
  display: flex;
}

.home_section_team_content, .home_section_since_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.home_section_since_carousel_slides {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.home_section_since_carousel_slide {
  aspect-ratio: 3 / 2;
  width: 30vw;
}

.home_section_since_carousel_mask {
  height: 20.01vw;
  position: relative;
}

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

.slider-element {
  position: relative;
}

.home_section_team_highlighted {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.lightbox-link {
  display: flex;
}

.slider-mask {
  width: 100%;
  display: flex;
}

.home_section_cover_content_text {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home_section_since_heading, .home_section_team_heading {
  text-align: center;
}

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

.header-anim-trigger {
  height: 0;
}

.cta-linkedin {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-linkedin.is-cover-cta {
  align-self: auto;
  right: 1.5rem;
}

.home_section_cover_intro {
  width: 49rem;
  font-size: 2rem;
  line-height: 2.7rem;
}

.home_section_stats_card_layout {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

.homesection_spacer {
  background-color: var(--background--alternate);
  height: 4rem;
}

.home_section_banner_text_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.home_section_team_grids {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .padding-global {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .home_section_stats_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .home_section_stats_card_text {
    width: auto;
    max-width: none;
  }

  .home_section_stats_card_description {
    width: 27rem;
  }

  .home_section_banner_content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .home_section_banner_illustration {
    align-self: flex-end;
    width: 90%;
  }

  .home_section_team_grid {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .home_section_team_card.is-other {
    width: calc(25% - 1rem);
  }

  .home_section_team_card_portrait {
    width: 90%;
  }

  .home_section_team_card_portrait.is-other {
    width: 60%;
  }

  .home_section_stats_card_layout {
    justify-content: center;
    align-items: flex-start;
    width: 43rem;
  }

  .home_section_banner_text_layout {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .home_section_team_card_wrapper {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .page-navbar_dot {
    width: .6rem;
    height: .6rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .home_section_stats_content {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .home_section_stats_card, .home_section_stats_card_text, .home_section_stats_card_description {
    width: 100%;
  }

  .home_section_follow {
    text-align: center;
  }

  .home_section_team_card.is-highlighted {
    width: calc(50% - 1rem);
  }

  .home_section_team_card.is-other {
    width: calc(33% - 1rem);
  }

  .home_section_team_card_portrait, .home_section_team_card_portrait.is-other {
    width: 80%;
  }

  .heading {
    font-size: 4rem;
  }

  .home_section_cover_intro {
    width: 80%;
    font-size: 1.7rem;
  }

  .home_section_stats_card_layout {
    width: 100%;
  }
}

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

  .main-wrapper {
    grid-row-gap: 3rem;
    grid-template-rows: auto;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .page-navbar_container {
    display: none;
  }

  .button {
    white-space: nowrap;
  }

  .header-element {
    left: 0;
    right: 0;
  }

  .header-content {
    flex-flow: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .header-logo {
    width: auto;
    position: relative;
    left: 0;
  }

  .home_section_stats_content {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .home_section_stats_card_number, .home_section_banner_heading {
    font-size: 2rem;
  }

  .home_section_team_grid {
    grid-row-gap: 5rem;
    justify-content: center;
    align-items: stretch;
  }

  .footer-element {
    padding-top: 4rem;
    padding-bottom: 10rem;
    display: block;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .home_section_team_card.is-highlighted, .home_section_team_card.is-other {
    width: 100%;
  }

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

  .home_section_since_heading, .home_section_team_heading {
    font-size: 2rem;
  }

  .cta-linkedin {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    flex-flow: column;
  }

  .cta-linkedin.is-cover-cta {
    right: 0;
  }

  .heading {
    font-size: 2.7rem;
  }

  .home_section_cover_intro {
    font-size: 1.4rem;
  }

  .footer-contact-email {
    text-align: center;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .home_section_team_grids {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    display: flex;
  }
}

#w-node-_25282106-783b-0f13-93c8-531efceff673-341dd711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Inter';
  src: url('../images/') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}