@font-face {
  font-family: Aeonik Pro;
  src: url('../fonts/AeonikPro-Bold.woff2') format("woff2"), url('../fonts/AeonikPro-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik Pro;
  src: url('../fonts/AeonikPro-Regular.woff2') format("woff2"), url('../fonts/AeonikPro-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #002640;
  --sand: #fcf5f2;
  --salmon: #ff7966;
  --butter: #ffeb80;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--midnight-blue);
  font-family: Aeonik Pro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  letter-spacing: -.01em;
  margin-top: .75em;
  margin-bottom: .5em;
  font-size: 96px;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  letter-spacing: -.01em;
  margin-top: .75em;
  margin-bottom: .5em;
  font-size: 72px;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  letter-spacing: -.01em;
  margin-top: .75em;
  margin-bottom: .5em;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
}

p {
  margin-bottom: .75em;
}

a {
  color: #ff7966;
}

a:hover {
  color: #ff7966bf;
}

img {
  border-radius: 1.5em;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid var(--sand);
  margin-bottom: .75em;
  padding: 1em;
  font-size: 32px;
  font-style: italic;
  line-height: 140%;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.large {
  background-color: #0000;
  max-width: 1224px;
}

.container.large.success-stories {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  align-items: center;
}

.container.medium {
  max-width: 1016px;
}

.container.medium.center.flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.section.large {
  color: var(--midnight-blue);
  padding-top: 4em;
  padding-bottom: 4em;
}

.section.large.dark {
  background-color: var(--midnight-blue);
  color: var(--sand);
}

.section.large.dark.scroll-link {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.section.large.light {
  background-color: var(--sand);
}

.section.small {
  padding-top: 1em;
  padding-bottom: 1em;
}

.section.small.dark {
  background-color: var(--midnight-blue);
  color: var(--sand);
}

.section.medium {
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.medium.light {
  background-color: var(--sand);
}

.section.overflow-hidden {
  overflow: hidden;
}

.button {
  background-color: var(--salmon);
  color: var(--midnight-blue);
  object-fit: fill;
  border-radius: 1000px;
  padding: 1em 2em;
  font-weight: 700;
  line-height: 110%;
}

.button:hover {
  color: var(--midnight-blue);
  background-color: #ff7966e6;
}

.button.sticky {
  z-index: 1000;
  position: sticky;
  bottom: 5vh;
}

.button.sticky.calendlylink.fixed {
  position: fixed;
}

.button.scroll {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--sand);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button.scroll:hover {
  color: #fcf5f2cc;
}

.button.calendlylink.fixed {
  z-index: 1000;
}

.button.hidden {
  display: none;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.navbar-logo {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--sand);
  letter-spacing: .25px;
  margin-left: .5em;
  margin-right: .5em;
  padding: .5em 1em;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #fcf5f2b3;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--salmon);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.start {
  margin-left: 0;
  padding-left: 0;
}

.nav-link.end {
  margin-right: 0;
  padding-right: 0;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.square {
  border-radius: 0;
}

.center {
  text-align: center;
}

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

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  text-align: center;
  margin-bottom: 2em;
  font-size: 32px;
  line-height: 140%;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  object-fit: contain;
  border-radius: 0;
  flex: none;
  width: 300px;
  height: 100px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.marquee-horizontal {
  z-index: 200;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 132px;
  margin-left: -2rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.track-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card {
  flex-direction: column;
  padding-right: 24px;
  display: flex;
}

.testimonial-text {
  text-indent: -.3em;
  margin-bottom: 52px;
  line-height: 120%;
}

.testimonial-source {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.testimonial-image-wrapper {
  z-index: 1;
  object-fit: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 286px;
  height: 286px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-source-name {
  letter-spacing: 0;
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.testimonial-source-company {
  font-size: 24px;
}

.large-list-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  align-items: baseline;
  display: flex;
}

.number-circle {
  background-color: var(--butter);
  text-align: center;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 124px;
  padding-top: 12px;
  font-size: 72px;
  line-height: 110%;
  display: flex;
}

.large-list {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4em;
  display: flex;
}

.margin-bottom-extra {
  margin-bottom: 2em;
}

.h1 {
  font-size: 96px;
}

.h1.margin-top-zero {
  margin-top: 0;
}

.paragraph-width {
  width: 40ch;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-width.margin-top-extra {
  padding-top: 1.5em;
}

.svg-icon {
  height: 28px;
  display: inline-block;
}

.column-list {
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  display: flex;
}

.column-list-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.svg-arrow-wrapper {
  background-color: var(--butter);
  text-align: center;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
}

.mouse-text {
  color: #00264080;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 16px;
  font-weight: 700;
}

.h2 {
  letter-spacing: -.01em;
  text-indent: -.3em;
  margin-top: .75em;
  margin-bottom: .5em;
  font-size: 72px;
  line-height: 110%;
}

.collection-list {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  display: flex;
}

.svg-arrow {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 32px;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.splide__list {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider {
  z-index: 9;
  cursor: grab;
}

.my-slider-progress {
  color: #e8e2da;
  background-color: #2e2a27;
  border-radius: 20px;
  height: 4px;
  margin-top: 64px;
  display: none;
  overflow: hidden;
}

.section-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  padding: 128px 2rem;
}

.section-2.overflow-none {
  overflow: hidden;
}

.container-5 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-5.left-aligned {
  align-items: flex-start;
}

.my-slider-progress-bar {
  background-color: #4997df;
  border-radius: 15px;
  width: 30vw;
  height: 7px;
}

.splide__slide {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  min-width: 400px;
  display: flex;
}

.person-upper-image-wrapper {
  border-radius: 100%;
  width: 288px;
  height: 288px;
  overflow: hidden;
}

.team-text-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.other-d-label {
  color: #000;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
}

.heading-2.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.team-photo {
  object-fit: cover;
  width: 100%;
  height: 620px;
}

.margin-top-zero {
  margin-top: 0;
}

.margin-top-zero.margin-bottom-zero {
  margin-bottom: 0;
}

.divider-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg-lightning {
  width: 45px;
  height: 56px;
  color: var(--butter);
}

.google-map {
  border-radius: 1.5em;
  height: 680px;
  margin-top: 2.25em;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  margin-top: 1.5em;
  display: grid;
}

.footer-block {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-weight: 700;
}

.footer-link {
  color: var(--midnight-blue);
  text-decoration: none;
}

.footer-link:hover {
  color: #002640b3;
}

.footer-link.hidden {
  display: none;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright {
  color: #00264080;
  margin-top: 3em;
}

.footer-column {
  width: 100%;
}

.footer-contact {
  margin-top: 1.5em;
}

.play-button-wrapper {
  z-index: 10;
  opacity: .9;
  width: 72px;
  height: 72px;
  color: var(--sand);
  mix-blend-mode: hard-light;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.svg-play {
  width: 100%;
  height: 100%;
}

.video-embed {
  border-radius: 1.5em;
  overflow: hidden;
}

.video-embed.hidden {
  display: none;
}

.sticky-parent {
  height: 100%;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 30px;
  }

  h1 {
    font-size: 84px;
  }

  h2 {
    font-size: 64px;
  }

  h3 {
    font-size: 42px;
  }

  img {
    border-radius: 1em;
  }

  blockquote {
    font-size: 30px;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-logo {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    background-color: var(--sand);
    border-radius: 100%;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .square.logo {
    width: auto;
    height: 48px;
  }

  .container-3 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .testimonial-grid {
    grid-column-gap: 30px;
  }

  .testimonial-source {
    flex-direction: column;
  }

  .testimonial-image-wrapper {
    width: 191px;
    height: 191px;
  }

  .h1 {
    font-size: 84px;
  }

  .icon {
    color: var(--midnight-blue);
  }

  .svg-arrow-wrapper {
    width: 84px;
    height: 84px;
  }

  .h2 {
    font-size: 64px;
  }

  .svg-arrow {
    width: 24px;
    height: 28px;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .splide__list {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .section-2 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .team-photo {
    height: 480px;
  }

  .svg-lightning {
    width: 38px;
    height: 48px;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .video-embed {
    border-radius: 1em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 28px;
  }

  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 36px;
  }

  img {
    border-radius: 1em;
  }

  blockquote {
    font-size: 28px;
  }

  .section.large {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section.medium {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .navbar-logo {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    color: var(--midnight-blue);
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.start {
    margin-left: .5em;
    padding-left: 5px;
  }

  .nav-link.end {
    margin-right: .5em;
    padding-right: 5px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: var(--sand);
    border-radius: 100%;
  }

  .square {
    height: 48px;
  }

  .square.logo {
    width: auto;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-title {
    font-size: 28px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-card {
    text-align: center;
    padding-right: 0;
  }

  .testimonial-text {
    text-indent: 0;
  }

  .testimonial-source {
    flex-direction: column;
    align-items: center;
  }

  .large-list-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .number-circle {
    width: 96px;
    height: 96px;
    padding-top: 10px;
    font-size: 48px;
  }

  .h1 {
    font-size: 72px;
  }

  .body {
    font-size: 28px;
  }

  .icon {
    color: var(--midnight-blue);
  }

  .column-list {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .column-list-item {
    flex-wrap: wrap;
  }

  .svg-arrow-wrapper {
    width: 72px;
    height: 72px;
  }

  .mouse-text {
    font-size: 14px;
  }

  .h2 {
    font-size: 48px;
  }

  .svg-arrow {
    width: 20px;
    height: 24px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .my-slider-progress {
    margin-top: 32px;
  }

  .svg-lightning {
    width: 29px;
    height: 36px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    grid-template-columns: 1fr;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    font-size: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .menu-button.w--open {
    background-color: var(--sand);
  }

  .square.logo {
    width: auto;
    height: 48px;
  }

  .container-3 {
    max-width: none;
  }

  .clients-title {
    font-size: 20px;
  }

  .clients-image {
    width: auto;
    max-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 2em;
  }

  .marquee-horizontal {
    height: 40px;
  }

  .track-horizontal {
    max-height: 100%;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .large-list-item {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .number-circle {
    padding-top: 8px;
    font-size: 36px;
  }

  .h1, .h1.margin-top-zero {
    font-size: 48px;
  }

  .icon {
    color: var(--midnight-blue);
  }

  .heading {
    font-size: 56px;
  }

  .column-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .column-list-item {
    flex-wrap: nowrap;
  }

  .svg-arrow-wrapper {
    width: 48px;
    height: 48px;
  }

  .mouse-text {
    font-size: 12px;
  }

  .h2 {
    font-size: 36px;
  }

  .svg-arrow {
    width: 17px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .splide__list {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .section-2 {
    padding: 80px 1.4rem;
  }

  .splide__slide {
    min-width: 90%;
  }

  .person-upper-image-wrapper {
    width: 144px;
    height: 144px;
  }

  .team-photo {
    height: 320px;
  }

  .svg-lightning {
    width: 22px;
    height: 28px;
  }

  .container-6 {
    max-width: none;
  }
}

#w-node-d0897b64-f7d3-d89e-bc29-9e0482db78d1-53f83458, #w-node-e879a3c9-15de-bc95-6045-b5e6c37f09c6-53f83458, #w-node-_76a606e8-9e26-d026-53fd-b4df317df1ea-53f83458, #w-node-d6d38f09-b805-77a5-c7df-f391ca8f926f-ca8f925a, #w-node-d6d38f09-b805-77a5-c7df-f391ca8f9273-ca8f925a, #w-node-d6d38f09-b805-77a5-c7df-f391ca8f9278-ca8f925a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Aeonik Pro';
  src: url('../fonts/AeonikPro-Bold.woff2') format('woff2'), url('../fonts/AeonikPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik Pro';
  src: url('../fonts/AeonikPro-Regular.woff2') format('woff2'), url('../fonts/AeonikPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}