@font-face {
  font-family: "Atkinson hyperlegible 102";
  src: url('../fonts/Atkinson-Hyperlegible-Bold-102.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson hyperlegible 102";
  src: url('../fonts/Atkinson-Hyperlegible-BoldItalic-102.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson hyperlegible 102";
  src: url('../fonts/Atkinson-Hyperlegible-Italic-102.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson hyperlegible 102";
  src: url('../fonts/Atkinson-Hyperlegible-Regular-102.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --transparent: #122031;
  --red: #e2010e;
  --white: white;
  --dark-navy: #000f22;
  --gradient: #1d2234;
  --second-heading-colour: #373e50;
  --deep-orange: #d93f04;
  --forest-green: #248533;
  --dark-blue: #1c2947;
  --deep-purple: #4a428e;
  --deep-orange-hover: #af3506;
  --deep-green: #356904;
  --xlight-purple: #f0f0f8;
  --light-purple: #e1e2f2;
  --yellow: #ffc26f;
  --green: #b5d19b;
  --light-04: #dcdcc4;
  --light-green: #eaf6de;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--dodger-blue: #1378d1;
  --light-yellow: #fbf0db;
  --blue20: #d2d4da;
  --color: white;
  --light-03: #f3f3eb;
  --blue-80: #49546c;
  --blue50: #8d94a3;
  --color-2: #dcdcc4;
  --main-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../images/wf-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.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: #333;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  line-height: 1.5;
}

a {
  color: var(--transparent);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

label {
  font-weight: 700;
  display: block;
}

strong {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: padding-box;
  border-radius: 5px;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navbar-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  max-height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.brand {
  border-bottom-style: none;
  width: 300px;
}

.brand.w--current {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
}

.nav-link {
  color: #fff;
  border-bottom-style: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 14px 10px;
  font-family: supria-sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.nav-link:hover {
  border-bottom: 4px solid var(--red);
  color: #ffffffbf;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link.w--current {
  color: #1c23a5;
  display: inline-block;
}

.nav-link.button {
  background-color: var(--red);
  color: var(--white);
  background-image: none;
  border-radius: 6px;
  padding: 13px 30px 14px;
}

.nav-link.button:hover {
  background-color: #ff3843;
}

.nav-link.mobile-home, .menu-button-close {
  display: none;
}

.nav-menu {
  margin-top: 0;
}

.logo-white {
  height: 40px;
}

.logo-white.logo-mobile {
  display: none;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 80px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.body {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--transparent), var(--transparent));
  flex-direction: column;
  align-items: center;
  font-family: neue-haas-grotesk-text, sans-serif;
  display: flex;
}

.hero-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 15%;
  margin-bottom: 10%;
  display: flex;
  position: relative;
}

.h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 120px;
  padding-right: 120px;
  font-family: supria-sans;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.hero-b-28-40 {
  width: 100%;
  max-width: 1028px;
  color: var(--white);
  margin-bottom: 20px;
  padding-left: 120px;
  padding-right: 120px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.hero-button-div {
  z-index: 1;
  align-items: center;
  height: 100%;
  min-height: 90px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.button-primary {
  border: 2px solid var(--red);
  background-color: #e6010e;
  border-radius: 3px;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto 0;
  padding: 20px;
  font-family: supria-sans;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.button-primary:hover {
  border: 2px solid var(--dark-navy);
  background-color: var(--dark-navy);
  height: 60px;
  color: var(--white);
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 0;
}

.arrow-div {
  justify-content: center;
  width: 100vw;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.text-block-4 {
  z-index: -5;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  font-family: supria-sans;
  font-size: 16px;
  display: flex;
  position: relative;
}

.text-block-4.white {
  z-index: 1;
}

.text-block-4.dark {
  z-index: 1;
  color: var(--transparent);
  background-color: #ffffff78;
  margin-bottom: 0;
  padding: 10px;
}

.gradient {
  z-index: 0;
  background-color: #000f2200;
  background-image: linear-gradient(to bottom, #000f2200, #000f22b3 30%, var(--dark-navy));
  width: 100%;
  height: 40vh;
  margin-top: -231px;
  display: none;
  position: absolute;
}

.wrapper {
  flex-direction: column;
  align-items: center;
  width: 1366px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.sec-solution {
  background-image: linear-gradient(to bottom, var(--dark-navy), var(--dark-navy));
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -10px;
  padding: 60px 100px 80px;
  display: flex;
}

.sec-hero {
  background-image: linear-gradient(to bottom, var(--dark-navy), var(--dark-navy));
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.sec-hero.hero {
  background-color: #0000;
  background-image: linear-gradient(to bottom, transparent, var(--dark-navy) 90%);
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 100%;
  padding-top: 75px;
}

.sec-hero.hero.video-test {
  background-image: none;
  padding-top: 0;
  display: block;
}

.mock-up-img {
  display: block;
}

.h3 {
  max-width: 100%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: supria-sans;
  font-size: 46px;
  font-weight: 700;
  line-height: 54px;
}

.h3.landing-page {
  margin-bottom: 40px;
  font-size: 44px;
  line-height: 54px;
}

.sub-heading {
  max-width: 100%;
  color: var(--white);
  margin-bottom: 50px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.underline {
  border-bottom: 4px solid var(--red);
  line-height: 36px;
  display: inline-block;
}

.list-item {
  color: var(--white);
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 26px;
  line-height: 44px;
}

.list {
  margin-bottom: 60px;
  padding-left: 20px;
  list-style-type: disc;
}

.text-button {
  color: var(--white);
  margin-right: 20px;
  font-family: supria-sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.learn-more-button {
  background-color: var(--red);
  color: #fff;
  border-radius: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 240px;
  height: auto;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 202px;
  text-decoration: none;
  display: flex;
}

.learn-more-button:hover {
  border: 2px solid var(--white);
  background-color: var(--dark-navy);
  color: var(--white);
}

.cred-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-credibility {
  background-image: linear-gradient(to bottom, #000f22, #122031 75%), linear-gradient(to bottom, var(--dark-navy), var(--dark-navy));
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 120px 60px;
  display: flex;
}

.solution-grid {
  grid-column-gap: 50px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-auto-flow: row;
  width: 1366px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.credit-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-columns: 1fr 1fr 1fr;
}

.h5 {
  color: var(--white);
  font-family: supria-sans;
  font-size: 28px;
  font-weight: 700;
  line-height: 48px;
}

.heading-box {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.cred-body-text {
  max-width: 450px;
  color: var(--white);
  margin-bottom: 40px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.icon {
  height: 70px;
  margin-right: 30px;
}

.solution-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  margin-right: auto;
  padding-top: 190px;
  display: flex;
}

.solution-text.landing-page {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin-right: 0;
  padding-top: 0;
  display: block;
}

.solution-text.landing-page.right-to-left {
  display: none;
}

.vector {
  margin-bottom: -73px;
  margin-right: 592px;
}

.fixed-down-arrow {
  z-index: 2;
  max-height: 40px;
  display: block;
  position: static;
  bottom: 2.5vw;
  left: auto;
  right: auto;
}

.sec-cta {
  background-image: linear-gradient(to bottom, var(--dark-navy), var(--dark-navy));
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 120px;
  display: flex;
}

.h2 {
  max-width: 800px;
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 44px;
  line-height: 60px;
}

.text-field {
  border: 1px solid #00000054;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 300px;
  max-width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 22px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 22px;
}

.submit-button {
  background-color: var(--red);
  border: 2px #000;
  width: 160px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: supria-sans;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}

.submit-button:hover {
  border: 2px solid var(--dark-navy);
  background-color: var(--dark-navy);
}

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

.footer {
  background-image: linear-gradient(to bottom, var(--dark-navy), var(--dark-navy));
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: auto;
  padding: 60px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: 0;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  text-decoration: none;
}

.footer-logo {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50px;
  display: flex;
}

.social-media-icon {
  margin-left: 14px;
  margin-right: 14px;
}

.logo-grid {
  width: 100%;
}

.social-media-block {
  align-items: center;
  display: flex;
}

.footer-text-block {
  color: var(--white);
  font-family: supria-sans;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.footer-text-block.bold-text {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

.footer-link-box {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.footer-link-div {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.copyright {
  color: var(--white);
  font-family: supria-sans;
  font-size: 18px;
}

.sticky-btn-icon {
  max-height: 18px;
}

.form-block {
  margin-bottom: 0;
  display: block;
}

.footer-category {
  font-family: supria-sans;
  line-height: 24px;
}

.footer-category:hover {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
  line-height: 24px;
}

.nav-logo-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-logo-wrap.drop-down-nav-ver {
  display: none;
}

.nav-logo {
  height: 40px;
}

.nav-right-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: var(--white);
  text-transform: lowercase;
  border-bottom: 4px #000;
  margin-left: 5px;
  margin-right: 30px;
  padding: 0;
  font-family: supria-sans;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.nav-link-2:hover {
  border-bottom: 3px solid var(--red);
  height: 40px;
  color: var(--white);
  margin-left: 5px;
  margin-right: 35px;
  padding: 10px 0;
  line-height: 18px;
}

.nav-link-2:focus {
  border-bottom: 4px solid var(--red);
}

.nav-link-2.w--current {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: transparent transparent var(--red);
  color: var(--white);
}

.nav-link-2.cta {
  background-color: var(--red);
  color: #fff;
  letter-spacing: 0;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 50px;
  margin-left: 0;
  margin-right: 30px;
  font-size: 16px;
  line-height: 20px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.nav-link-2.cta:hover {
  background-color: #ff3843;
  border-bottom-style: none;
  align-items: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link-2.drop-down-nav-ver {
  display: none;
}

.nav-cont {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-cont:active {
  border: 0 #000;
}

.nav-cont.drop-down-nav-ver {
  display: none;
}

.pp-hero {
  flex-direction: column;
  align-items: center;
  padding: 80px 120px 20px;
  display: flex;
  overflow: hidden;
}

.features-heading {
  color: #122031;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: supria-sans;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.wrapper-hero {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1366px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.wrapper-hero.ft-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  padding-bottom: 40px;
  display: block;
}

.hero-grid {
  grid-template-rows: auto;
  justify-content: space-between;
  display: flex;
}

.hero-grid.ft-hero {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.pp-benefits {
  flex-direction: column;
  align-items: center;
  padding-bottom: 180px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.pp-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 140px;
  margin-right: 140px;
  display: flex;
}

.heading-3 {
  max-width: 1300px;
  color: var(--dark-navy);
  text-align: center;
  margin-bottom: 115px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.benefits-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1366px;
  display: grid;
}

.benefits-img {
  margin-left: -24px;
  margin-right: 24px;
  display: block;
}

.benefits-list {
  margin-left: 24px;
}

.image-5 {
  width: 100%;
  margin-right: 0;
  display: none;
}

.red-dots {
  margin-top: 12px;
  margin-left: 24px;
  margin-right: 12px;
}

.pp-benefits-box {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-right: -10px;
  padding: 24px 5px 24px 0;
  display: flex;
}

.pp-benefits-box:hover {
  box-shadow: 6px 6px 30px 1px #0000001a;
}

.cred-body-text-2 {
  color: #fff;
  max-width: 650px;
  margin-bottom: 40px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.pp-why {
  background-image: linear-gradient(#000f22, #122031 75%), linear-gradient(#000f22, #000f22);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 130px 120px 120px;
  display: flex;
}

.pp-why-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pp-why-grid {
  grid-column-gap: 150px;
  grid-row-gap: 170px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1366px;
}

.heading-box-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.pp-icon {
  height: 70px;
  margin-right: 24px;
}

.heading-5 {
  color: #fff;
  font-family: supria-sans;
  font-size: 42px;
  line-height: 50px;
}

.pp-features {
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 140px 120px 400px;
  display: flex;
  overflow: hidden;
}

.pp-features.original {
  display: none;
}

.heading-2 {
  color: var(--dark-navy);
  text-align: center;
  margin-bottom: 115px;
  font-family: supria-sans;
  font-size: 56px;
  line-height: 60px;
}

.features-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1366px;
  display: grid;
}

.features-text-box {
  width: 100%;
  max-width: 640px;
  height: 480px;
  max-height: 960px;
  margin-left: 0;
  position: relative;
}

.features-copy {
  color: #122031;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 26px;
  line-height: 38px;
}

.feature-img {
  margin-top: 0;
  margin-right: 0;
}

.feature-colum-box {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  max-width: 580px;
  margin-top: 170px;
  position: absolute;
}

.feature-colum-box._2 {
  max-width: 560px;
}

.feature-colum-box._3 {
  margin-left: -163px;
  left: 15%;
}

.feature-colum-box._4 {
  margin-left: 32px;
}

.feature-colum-box.third-box {
  margin-left: -20px;
}

.bg1 {
  width: 572px;
  max-width: 85%;
  height: 958px;
  display: block;
  position: absolute;
  left: -25%;
}

.bg2 {
  width: 656px;
  max-width: 90%;
  height: 856px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% 33%;
}

.bg2.bg3 {
  width: 600px;
  max-width: 83%;
  height: 958px;
  inset: 0% auto auto 0;
}

.bg2.bg4 {
  width: 572px;
  height: 805px;
  margin-left: 90px;
  inset: 10% auto auto -40px;
}

.bg2.bg5 {
  width: 572px;
  height: 958px;
  margin-left: 140px;
  inset: 0% auto auto -136px;
}

.solution-image {
  max-width: 100%;
  margin-left: auto;
}

.solution-image.right-scroll, .solution-image.left-scroll {
  display: none;
}

.solution-image.new-animation {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.solution-image.new-animation-2 {
  display: none;
  position: relative;
}

.benefits-copy {
  color: #122031;
  width: 100%;
  max-width: 600px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: supria-sans;
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
}

.h2-2 {
  color: #fff;
  text-align: left;
  max-width: 640px;
  margin-bottom: 40px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 44px;
  line-height: 56px;
}

.pp-cta {
  object-fit: cover;
  background-image: linear-gradient(#000f22, #000f22);
  border-top-left-radius: 250px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 640px;
  padding: 200px 120px 0;
  display: flex;
}

.pp-cta-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1366px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.pp-cta-button {
  text-align: center;
  background-color: #e6010e;
  border-radius: 3px;
  align-self: center;
  width: 220px;
  height: 60px;
  margin-bottom: auto;
  margin-right: 20px;
  padding: 20px 12px 0;
  font-family: supria-sans;
  font-size: 22px;
  font-weight: 500;
}

.pp-cta-button:hover {
  background-color: var(--white);
  color: #ff212e;
  box-shadow: 0 8px 30px #00000029;
}

.pp-cta-button.pp-tff {
  border: 2px none var(--white);
  background-color: var(--red);
  width: 210px;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  font-weight: 500;
}

.pp-cta-button.pp-tff:hover {
  background-color: var(--white);
}

.pp-cta-button-box {
  align-items: center;
  display: flex;
}

.pp-cta-box {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 360px;
  max-width: 750px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.pp-cta-copy {
  max-width: 640px;
  color: var(--white);
  margin-bottom: 60px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.pp-cta-image {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top-right-radius: 250px;
  border-bottom-left-radius: 250px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 500px;
  height: 100%;
  min-height: 720px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  bottom: 40%;
  left: 0%;
  right: 5vw;
}

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

.form-div {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 90px;
  margin-left: auto;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 4px 4px 30px #00000029;
}

.form-div.priceofcheap {
  margin-top: 75px;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-div.free-trial {
  width: 100%;
  min-width: 480px;
  max-width: 640px;
  margin-top: 60px;
  margin-left: 0;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  display: grid;
}

.con-label {
  font-family: supria-sans;
  font-size: 18px;
  font-weight: 400;
}

.con-text {
  border-style: none solid solid;
  border-width: 0 0 2.5px;
  border-color: black black var(--dark-navy);
  height: 40px;
  color: var(--transparent);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 20px;
  margin-right: 18px;
  padding: 0;
  font-family: supria-sans;
  font-size: 16px;
  line-height: 20px;
}

.con-text:hover, .con-text:active {
  border-bottom-color: var(--second-heading-colour);
}

.con-text:focus {
  border-bottom-color: var(--second-heading-colour);
  color: var(--second-heading-colour);
}

.con-text.message {
  height: 70px;
  margin-bottom: 10px;
}

.div-block-6 {
  justify-content: space-between;
  font-family: supria-sans;
  display: flex;
}

.text-block-13 {
  color: var(--red);
  font-family: supria-sans;
  font-size: 16px;
}

.send-message-button {
  background-color: var(--red);
  color: #fff;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: supria-sans;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.send-message-button:hover {
  background-color: var(--dark-navy);
  color: var(--white);
}

.checkbox-field {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.checkbox-label-2 {
  color: #122031bf;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: supria-sans;
  font-size: 16px;
  line-height: 24px;
}

.checkbox {
  border: 1px solid var(--second-heading-colour);
  background-color: var(--white);
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox:hover {
  border-color: var(--dark-navy);
}

.checkbox:active {
  border-color: var(--dark-navy);
  background-color: var(--dark-navy);
}

.checkbox.w--redirected-checked {
  border-color: var(--transparent);
  background-color: var(--transparent);
}

.checkbox.w--redirected-focus {
  border-color: var(--dark-navy);
}

.red-colour {
  color: var(--red);
}

.form-block-2 {
  width: 100%;
}

.second-heading-2 {
  color: #373e50;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: supria-sans;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.hero-heading-2 {
  color: #000f22;
  max-width: 700px;
  margin-bottom: 40px;
  font-family: supria-sans;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
}

.hero-heading-2.ft-heading {
  max-width: 100%;
  line-height: 54px;
}

.hero-heading-2.title {
  font-size: 50px;
}

.connect-body {
  color: #000f22;
  max-width: 620px;
  margin-bottom: 40px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.connect-body.direct-contact {
  font-size: 22px;
  line-height: 42px;
}

.connect-body.direct-contact.thepriceofcheap {
  margin-bottom: 0;
  margin-right: 10px;
  line-height: 22px;
}

.connect-body.bold-text-3 {
  max-width: 100%;
  color: var(--transparent);
  font-size: 30px;
  line-height: 36px;
}

.connect-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.connect-text.priceofcheap {
  background-color: #fffffff2;
  padding: 45px 30px;
  box-shadow: 4px 4px 30px #00000029;
}

.form-left {
  margin-left: 10px;
}

.form-right {
  margin-right: 10px;
}

.pp-hero-text-box {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.pp-subheading {
  color: #373e50;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: supria-sans;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.pp-hero-heading {
  color: #000f22;
  max-width: none;
  margin-bottom: 30px;
  font-family: supria-sans;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.pp-hero-body {
  color: #000f22;
  max-width: none;
  margin-top: 0%;
  margin-bottom: 40px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
}

.ft-sec {
  flex-direction: column;
  align-items: center;
  min-height: 1080px;
  padding: 40px 120px 20px;
  display: flex;
}

.ft-sec.mobile {
  padding-bottom: 80px;
  font-family: neue-haas-grotesk-text, sans-serif;
}

.ft-image-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 400px;
  max-width: 640px;
  margin-top: 40px;
  margin-right: auto;
  display: grid;
}

.ft-image-1 {
  background-image: url('../images/AdobeStock_420386525scale-down.png');
  background-position: 84%;
  background-size: cover;
  border-radius: 0 150px;
  width: 400px;
  min-width: auto;
  max-width: none;
  height: 500px;
  margin-right: -81px;
  position: static;
}

.ft-image-1._3 {
  background-image: url('../images/leon-0K7GgiA8lVE-unsplash.jpg'), url('../images/AdobeStock_420386525scale-down.png');
  background-position: 30%, 84%;
  background-size: cover, cover;
  width: 400px;
  min-width: auto;
  height: 350px;
  min-height: 350px;
  margin-top: -120px;
  margin-right: -45px;
  padding-left: 0;
  position: static;
}

.ft-vector-1 {
  min-width: 112px;
  min-height: 112px;
  margin-right: 0;
}

.ft-vector-box {
  align-items: flex-end;
  min-height: 372px;
  display: flex;
}

.ft-vector-2 {
  min-width: 92px;
  min-height: 92px;
  margin-bottom: 47px;
  margin-left: 10px;
}

.ft-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 720px;
  min-width: 480px;
  max-width: 100%;
  margin-bottom: auto;
  margin-right: 30px;
  padding-top: 140px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.ft-body {
  color: #000f22;
  max-width: 640px;
  margin-bottom: 45px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.body-2 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-10 {
  background-color: var(--red);
  border-radius: 3px;
  width: 180px;
  height: 6px;
  margin-bottom: 60px;
  display: none;
}

.div-block-11 {
  background-color: var(--second-heading-colour);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100px;
  max-width: none;
  height: 70px;
  min-height: 100px;
  max-height: none;
  margin-bottom: 15px;
  margin-left: 15px;
}

.div-block-11-copy {
  background-color: var(--second-heading-colour);
  border-radius: 0 80px;
  width: 170px;
  height: 150px;
}

.petals {
  z-index: -2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: -15%;
}

.petals.priceofcheap {
  z-index: -20;
  flex-direction: column;
  position: absolute;
  inset: auto 25% 56% 84%;
}

.petals.right-top {
  position: absolute;
  inset: 5% -5% auto auto;
}

.ft-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1366px;
  display: grid;
}

.ft-grid-box {
  width: 100%;
  max-width: 640px;
  height: 480px;
  max-height: 960px;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.ft-grid-box.second-box {
  margin-top: -5%;
  margin-left: 60px;
}

.ft-vt-1 {
  z-index: -1;
  background-color: #f4f4f480;
  border-top-left-radius: 150px;
  width: 572px;
  height: 958px;
  position: absolute;
  left: -110px;
}

.ft-vt-1._1366px {
  background-color: #f4f4f4;
  width: 100%;
  min-width: 500px;
  max-width: 572px;
  height: auto;
  min-height: 900px;
  max-height: 958%;
}

.ft-vt-2 {
  z-index: -1;
  background-color: #f4f4f4;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
  width: 100%;
  max-width: 656px;
  height: auto;
  min-height: 800px;
  max-height: 856px;
  position: absolute;
  left: 140px;
}

.ft-vt-3 {
  z-index: -1;
  background-color: #f4f4f4;
  border-radius: 0 150px;
  width: 100%;
  max-width: 600px;
  height: auto;
  min-height: 850px;
  max-height: 958px;
  position: absolute;
  left: 40px;
}

.ft-vt-4 {
  z-index: -1;
  background-color: #f4f4f4;
  border-radius: 0 150px;
  width: 100%;
  min-width: 400px;
  max-width: 600px;
  height: auto;
  min-height: 900px;
  max-height: 958px;
  position: absolute;
  left: 60px;
}

.ft-vt-5 {
  z-index: -1;
  background-color: #f4f4f4;
  border-radius: 0 150px;
  width: 100%;
  min-width: 450px;
  max-width: 580px;
  height: auto;
  min-height: 850px;
  max-height: 958px;
  position: absolute;
  left: -100px;
}

.div-block-15 {
  z-index: 2;
  color: var(--white);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: auto;
  right: auto;
}

.div-block-16 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: relative;
}

.product-tour-btn {
  background-color: var(--red);
  color: #fff;
  border-radius: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: none;
}

.product-tour-btn:hover {
  color: var(--white);
  background-color: #ff3843;
}

.about-video-heading {
  color: #000f22;
  max-width: none;
  margin-bottom: 40px;
  font-family: supria-sans;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.employee-group {
  width: 100%;
  padding-right: 0;
}

.employee-group-title {
  color: #122031;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: supria-sans;
  font-size: 44px;
  line-height: 60px;
}

.value-text-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stkicky-product-tour-btn {
  background-color: var(--red);
  color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 0;
  font-family: supria-sans;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.stkicky-product-tour-btn:hover {
  border: 2px solid var(--dark-navy);
  background-color: var(--dark-navy);
  color: var(--white);
  transform: translate(0);
}

.stkicky-product-tour-btn.original {
  display: none;
}

.stkicky-product-tour-btn.people {
  border-radius: 3px;
  width: auto;
  height: auto;
  padding: 20px;
}

.sticky-btn-text {
  color: var(--white);
  margin-right: 10px;
  font-family: supria-sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.mobile-icon {
  display: none;
}

.sticky-button {
  z-index: 10;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-self: center;
  width: 195px;
  max-width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 2.5vw 50% auto;
}

.footer-logo-icon {
  height: 40px;
  margin-right: 30px;
}

.upper-arrow-box {
  z-index: 1;
  background-color: var(--red);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  bottom: 2.5vw;
  right: 2.5vw;
}

.upper-arrow {
  min-width: 24px;
  max-width: none;
  min-height: 48px;
  transform-style: preserve-3d;
  padding-left: 0;
  padding-right: 0;
  display: block;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

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

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

.div-nav {
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 90%;
  padding-top: 5px;
  display: flex;
}

.navbar-main {
  background-color: #122031;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-main {
  color: var(--white);
  letter-spacing: .5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 0 5px;
  font-family: supria-sans;
  font-size: 16px;
  font-weight: 500;
}

.nav-link-main:hover {
  border-bottom: 2px solid var(--red);
  border-radius: 1px;
  width: auto;
  padding-bottom: 5px;
}

.nav-link-main.w--current {
  border-bottom: 2px solid var(--red);
  color: var(--white);
  border-radius: 1px;
}

.button-small {
  border: 2px solid var(--red);
  background-color: var(--red);
  letter-spacing: .5px;
  border-radius: 2px;
  margin-top: 0;
  font-family: supria-sans;
  font-size: 16px;
  font-weight: 500;
}

.button-small:hover {
  border: 2px solid var(--white);
  background-color: var(--dark-navy);
}

.brand-2 {
  align-self: center;
}

.nav-menu-main {
  align-self: center;
  align-items: center;
  display: flex;
}

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

.navbar-transperant {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 75px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.m-nav-link-div.only-mobile {
  display: none;
}

.burger-button-animated {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.burger-button-animated.w--open {
  background-color: #0000;
}

.top-line-2 {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-line-2 {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-line-2 {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.column {
  padding-left: 0;
  padding-right: 10px;
}

.column-2 {
  padding-left: 10px;
  padding-right: 0;
}

.product-pg-hero-div-blk {
  width: 80%;
  margin-top: 75px;
  display: flex;
}

.hero-about-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10%;
  display: flex;
}

.column-3 {
  flex-direction: column;
  align-items: flex-start;
  padding: 9% 20px 5% 0;
  display: flex;
}

.columns-2 {
  width: auto;
  height: auto;
  display: flex;
}

.pp-image {
  display: none;
}

.keystone-habbit-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 0;
  display: flex;
}

.div-block-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.columns-3 {
  align-items: center;
  margin-left: 10%;
  display: flex;
}

.image-13 {
  margin-bottom: -5px;
  display: none;
}

.image-14 {
  border-bottom-left-radius: 150px;
}

.image-14.hide-class {
  display: none;
}

.image-15 {
  border-bottom-left-radius: 150px;
}

.column-5 {
  border-bottom-left-radius: 20%;
}

.b-24-36-ah {
  color: var(--dark-navy);
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.column-6 {
  padding-top: 5%;
}

.column-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0% 30px 33.3% 0;
  display: flex;
  right: 75px;
}

.link {
  color: #122031bf;
  border-bottom: 1px solid #0000;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.link:hover {
  border-bottom-width: 2px;
  border-bottom-color: var(--red);
  border-radius: 1px;
}

.section {
  flex-direction: column;
  align-items: center;
  min-height: auto;
  margin: 75px 0 0;
  padding-bottom: 60px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  overflow: visible;
}

.section.ft-sec {
  padding-left: 0;
  padding-right: 0;
}

.section.poc {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

.email-link:hover {
  border-bottom: 2px solid var(--red);
  border-radius: 1px;
}

.columns-4 {
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.columns-4.thepriceofcheap {
  width: 80%;
}

.text-span-4 {
  color: var(--transparent);
}

.text-span-5 {
  color: var(--dark-navy);
}

.column-10.priceofcheap {
  align-self: flex-start;
  margin-top: -75px;
}

.pp-cta-image-people {
  background-image: url('../images/charles-deluvio-rRWiVQzLm7k-unsplash.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-top-right-radius: 250px;
  border-bottom-left-radius: 250px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 500px;
  height: 100%;
  min-height: 720px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  bottom: 40%;
  left: 0%;
  right: 5vw;
}

.pop-up {
  z-index: 22;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.pop-up-wrapper {
  z-index: 20;
  background-color: #00000059;
  width: 858px;
  height: 480px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.product-tour-video {
  z-index: 70;
  width: 100%;
  height: 100%;
  display: none;
}

.exit-box {
  z-index: 20;
  cursor: pointer;
  padding: 12px;
  position: absolute;
  inset: -7% -5% auto auto;
}

.background {
  z-index: -1;
  background-color: #f4f4f4;
  border-radius: 150px 0;
  width: 560px;
  height: 800px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0% 0% 0% -50%;
}

.play-button {
  cursor: pointer;
  min-width: 50px;
  max-width: 100px;
  min-height: 50px;
  padding: 12px;
  display: block;
  position: absolute;
}

.play-button-div {
  object-fit: contain;
  background-image: url('../images/about-image-1.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 675px;
  max-width: 50%;
  height: 434px;
  max-height: 50%;
  display: flex;
  position: absolute;
  top: 40%;
  left: 55%;
  right: 0%;
}

.success-message-2 {
  background-color: #0000;
  margin-top: 40px;
}

.div-block-20 {
  color: var(--dark-navy);
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 16px;
}

.div-block-21 {
  padding: 10px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
}

.success-message-3 {
  background-color: var(--white);
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-21 {
  color: var(--dark-navy);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
}

.mailto-link, .phone-call {
  color: var(--white);
  text-decoration: none;
}

.about-employee-cms-sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 60px 0;
  display: block;
}

.about-employee-cms-sec.flex-ver {
  background-color: #f9f9f9;
  align-items: center;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.about-employee-cms-sec.flex-ver.hover-test {
  display: none;
}

.about-employee-cms-sec.grid-ver {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 120px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.wrapper-employee-cmsver {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  min-width: 1024px;
  max-width: 1366px;
  margin: 0 0 70px;
  display: block;
}

.wrapper-employee-cmsver.our-team {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 1024px;
  max-width: 1566px;
  margin-left: 10%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper-employee-cmsver.flex-ver {
  min-width: 0;
  margin-left: 0%;
  display: block;
}

.profile-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 360px;
  padding: 0 20px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  display: flex;
  box-shadow: 1px 1px 5px #373e5033;
}

.profile-box.hover2 {
  position: relative;
}

.profile-box.hover3 {
  display: flex;
  position: relative;
}

.employee-name {
  text-align: center;
  height: 36px;
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.employee-job-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
}

.employee-image-box {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 230px;
  display: flex;
}

.employee-image {
  filter: grayscale();
  border-radius: 100%;
  width: 100%;
  min-width: 150px;
  max-width: 180px;
  height: auto;
}

.about-employee-cms {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin-left: 0;
  margin-right: auto;
  display: grid;
}

.employee-info-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.section---general {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section---general.section---price-of-cheap {
  margin-bottom: -110px;
  padding-bottom: 0;
  display: none;
}

.background-video-poc {
  object-fit: scale-down;
  background-color: #0000001a;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  min-height: 700px;
  margin-top: -3%;
  transition: text-shadow .2s;
  display: flex;
}

.form---connect-with-us {
  height: auto;
  font-family: supria-sans;
}

.text---error-message {
  color: #e02d02;
  background-color: #fff;
  font-size: 18px;
}

.title_black {
  color: #122031;
  text-align: left;
  font-family: supria-sans;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.button---blue {
  -webkit-text-fill-color: inherit;
  background-color: #1c22a5;
  background-clip: border-box;
  border: 2px solid #0000;
  border-radius: 6px;
  align-self: flex-start;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-radius .2s, color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button---blue:hover {
  color: #1c22a5;
  background-color: #fff;
  border: 2px solid #1c22a5;
}

.button---blue:active {
  border-color: #686fff;
}

.button---blue.w--current {
  color: #1c23a5;
  background-color: #fff;
  border-color: #b9bfc5;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

.button---blue.form-copy {
  background-color: var(--red);
  border-style: none;
  border-radius: 0 3px 3px 0;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 22px;
}

.button---blue.form-copy:hover {
  background-color: var(--dark-navy);
  color: #fff;
}

.wci-intro-wrapper {
  text-align: center;
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.text---success-message {
  color: var(--red);
  font-size: 18px;
}

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

.panel---semi-transp {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 4px #0003;
}

.container---general {
  flex-direction: column;
  flex: 0 auto;
  max-width: 1366px;
  margin-top: 50px;
  display: flex;
}

.page-content---wci {
  z-index: 1;
  opacity: 1;
  max-width: 100vw;
  display: none;
  position: relative;
}

.container---error-message {
  background-color: var(--white);
  border: 3px solid #ffb7a6;
  border-radius: 8px;
  padding: 20px;
}

.paragraph-2 {
  text-align: center;
  font-family: supria-sans;
  font-size: 20px;
  display: block;
}

.section---wci-intro {
  z-index: 2;
  margin-bottom: 50px;
  display: block;
}

.container---success-message {
  background-color: #fff;
  border: 3px solid #ff6e77;
  border-radius: 8px;
  margin-bottom: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.section---video-modal {
  z-index: 9999;
  display: none;
  position: fixed;
}

.modal-wrapper {
  z-index: 50;
  background-image: linear-gradient(#1c23a5f7, #294bb9f7);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-content {
  background-color: #fff;
  flex: 1;
  max-width: 800px;
  padding: 30px;
  box-shadow: 0 30px 50px #00000080;
}

.button---close-modal {
  z-index: 99999;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: 0;
  display: flex;
  position: fixed;
}

.btn-close-modal---icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button---icon---down {
  z-index: 2;
  opacity: 1;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.button---icon---hover {
  z-index: 1;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.video {
  display: block;
}

.bold-text-2 {
  color: var(--second-heading-colour);
  text-align: left;
  font-style: normal;
  font-weight: 400;
}

.bold-text-3 {
  color: var(--second-heading-colour);
  text-align: left;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-23 {
  z-index: -20;
  background-color: var(--dark-navy);
  border-top-right-radius: 250px;
  width: 45vw;
  height: 700px;
  position: absolute;
  inset: 30% auto 0% 0%;
}

.image-17 {
  color: var(--second-heading-colour);
}

.div-block-24 {
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.list-item-label {
  margin-bottom: 10px;
  font-size: 16px;
}

.bullet {
  margin-bottom: 0;
  padding-right: 6px;
  font-size: 10px;
}

.h3---all-caps---black {
  text-transform: uppercase;
  background-color: #b9bfc580;
  margin: 0 -10px 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 16px;
}

.list---main-wrapper {
  flex-direction: column;
  display: flex;
}

.columns---table {
  align-items: stretch;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.basic-paragraph {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.table-block {
  border: 1px solid #b9bfc580;
  padding-bottom: 5px;
}

.columns---contact-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.h3---red {
  color: var(--deep-orange);
  margin-top: 0;
  margin-bottom: 20px;
}

.column---label, .table-bullets {
  flex-direction: column;
  display: flex;
}

.content-block {
  color: var(--dark-navy);
  margin-bottom: 2rem;
}

.bullet---small {
  margin-bottom: 0;
  padding-right: 6px;
  font-size: 10px;
  line-height: 20px;
}

.text-link {
  color: var(--second-heading-colour);
  font-size: 16px;
  font-weight: 700;
}

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

.list-item-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.list-content-bottom-spacer {
  margin-bottom: 10px;
}

.list-item---small {
  flex: 1;
  margin-bottom: 0;
}

.h2-3.general-headline {
  color: var(--dark-navy);
}

.text-link---small {
  color: var(--second-heading-colour);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

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

.h6-subhead {
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 18px;
}

.column---detail {
  flex-direction: row;
}

.list-item-wrapper {
  flex-direction: row;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.container---general-2 {
  flex-direction: column;
  flex: 0 auto;
  margin-top: 50px;
  display: flex;
}

.basic-paragraph-2 {
  color: var(--dark-navy);
  margin-bottom: 1rem;
  padding-left: 0;
  font-size: 18px;
  line-height: 28px;
}

.h3---red-2 {
  color: var(--deep-orange);
  margin-top: 0;
  margin-bottom: 20px;
}

.text-link-2 {
  color: var(--second-heading-colour);
  font-weight: 700;
}

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

.h6-subhead-2 {
  color: var(--dark-navy);
  font-size: 18px;
}

.paragraph-3 {
  color: var(--transparent);
  font-size: 18px;
}

.paragraph-4 {
  font-size: 18px;
  line-height: 28px;
}

.container-2 {
  max-width: none;
  height: 100vh;
  max-height: none;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.html-embed {
  max-width: none;
  height: 100vh;
  max-height: none;
}

.start-trial-form-copy {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-button-wrapper-copy {
  text-align: left;
  object-fit: contain;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
}

.text-field-copy {
  width: 100%;
  height: 60px;
  color: var(--gradient);
  border: 1px solid #0000;
  border-radius: 3px 0 0 3px;
  flex: none;
  align-self: center;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
}

.text-field-copy:focus {
  border: 1px solid #07f;
}

.investor-cont {
  flex-direction: column;
  flex: 0 auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 15%;
  display: block;
}

.image-18 {
  align-self: center;
  width: 60px;
  margin-bottom: 20px;
}

.heading-pw {
  color: #1b242d;
  text-align: center;
  white-space: normal;
  width: 300px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  overflow: visible;
}

.text-field-3 {
  color: #b9bfc5;
  text-align: center;
  background-color: #fff;
  width: 300px;
  height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
}

.submit-button-2 {
  color: #fff;
  background-color: #1c22a5;
  width: 300px;
  height: 50px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.body-invest {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--transparent), var(--transparent));
  flex-direction: column;
  align-items: center;
  display: block;
}

.cookie-banner {
  z-index: 2147483004;
  background-color: var(--forest-green);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Lato, sans-serif;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.image-11 {
  margin-left: 30px;
  margin-right: 30px;
}

.cookie-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

.accept-cookie {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 6px;
  align-items: center;
  min-width: 72px;
  min-height: 40px;
  margin-left: 30px;
  padding: 1px 20px 0;
  font-family: supria-sans;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.accept-cookie:hover {
  background-color: var(--white);
  color: var(--second-heading-colour);
  border-bottom-color: #fff;
  padding: 1px 20px 0;
  font-family: supria-sans;
  line-height: 16px;
  text-decoration: none;
}

.decline-cookie {
  border-bottom-style: none;
  margin-bottom: 8px;
  margin-left: 30px;
  margin-right: 30px;
  position: absolute;
  inset: 15% 0% auto auto;
}

.text-span-7 {
  display: inline-block;
}

.text-block-22 {
  font-family: supria-sans;
  font-size: 16px;
}

.cookie-banner-cont {
  align-items: center;
  display: flex;
}

.about-image-1 {
  background-image: url('../images/brooke-cagle-g1Kr4Ozfoac-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 150px 0;
  width: 640px;
  min-width: auto;
  max-width: 100%;
  height: 640px;
  margin-left: 10%;
  margin-right: 0;
  display: none;
  position: static;
  transform: rotate(0);
}

.about-vector {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 2.5vw -10% auto auto;
}

.about-employee-cms-flex {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  display: flex;
}

.profile-box-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 240px;
  height: 360px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 20px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  display: flex;
  box-shadow: 1px 1px 5px #373e5033;
}

.profile-box-flex.hover1:hover {
  box-shadow: none;
}

.wrapper-employee-cmsver-2 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1560px;
  margin: 0 0 70px;
  display: flex;
}

.employee-image-box-flex {
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 240px;
  display: flex;
}

.employee-info-box-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.columns-6 {
  display: none;
}

.profile-box-hover-box1 {
  z-index: 100;
  background-color: var(--dark-navy);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 240px;
  height: 360px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 45px 20px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  display: none;
  position: absolute;
  box-shadow: 1px 1px 5px #373e5033;
}

.name {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.job-title {
  color: #ffffffe6;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-24 {
  color: var(--red);
  border-bottom: 1px #000;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  align-self: flex-end;
  margin-top: auto;
  text-decoration: none;
}

.profile-box-hover-box2 {
  z-index: 100;
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 360px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 60px 20px 45px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  display: none;
  position: absolute;
  box-shadow: 1px 1px 5px #373e5033;
}

.team-type {
  color: #ffffffe6;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.hover1-name {
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.hover1-teamtype {
  color: var(--white);
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.linkedin-git {
  color: var(--red);
  border-bottom: 1px #000;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  display: flex;
}

.profile-box-hover-box3 {
  z-index: 100;
  background-color: var(--transparent);
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10%;
  padding-bottom: 10%;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  display: none;
  position: absolute;
  bottom: 0;
  box-shadow: 1px 1px 5px #373e5033;
}

.link-block-3 {
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.text-block-25 {
  color: var(--red);
  border-bottom: 1px #000;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.mock-up-img-bg {
  z-index: auto;
  margin-bottom: 20px;
  display: block;
  position: static;
  inset: 0%;
}

.top-image-box {
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: 70% 0% -20% 35%;
}

.top-image-box._2 {
  align-items: flex-start;
  bottom: -38%;
  left: -5%;
  right: 58%;
}

.image-22, .image-23 {
  width: 35%;
  max-width: 45%;
  margin-right: 5px;
}

.image-24 {
  width: 35%;
  max-width: 45%;
}

.mock-up-bg-2 {
  display: block;
}

.image-25 {
  width: 50%;
  max-width: 60%;
  margin-right: 5px;
}

.image-26 {
  width: 50%;
  max-width: 60%;
}

.top-image-box-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: -20% 3% auto 55%;
}

.image-27 {
  max-width: 60%;
  margin-bottom: 5px;
  margin-right: 0;
}

.image-28 {
  max-width: 60%;
  margin-bottom: 5px;
}

.image-29 {
  max-width: 60%;
}

.key-feature-imagebox {
  flex-direction: row;
  max-width: 100%;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.key-feature-imagebox.vertical-flex {
  flex-direction: column;
}

.kf1-2 {
  height: 175px;
  max-height: 75%;
  padding-right: 5px;
  display: block;
  position: static;
  bottom: 0%;
  left: auto;
}

.kf1-1 {
  margin-top: 0;
  margin-right: 0;
}

.kf2 {
  width: 38%;
  max-width: 45%;
  margin-top: 0;
  margin-right: 0;
  padding-right: 10px;
}

.kf3 {
  margin-top: 0;
  margin-right: 0;
}

.kf4 {
  max-width: 28%;
  margin-top: 0;
  margin-right: 5px;
}

.kf5 {
  max-width: 90%;
  margin-top: 0;
  margin-right: 0;
}

.kf5-2 {
  width: 40%;
  max-width: 50%;
  display: block;
  position: absolute;
  inset: 30% auto 0% 60%;
}

.kf1-1-top-image-box {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 64% 4% -25% 0%;
}

.kf2-1-pp {
  margin-top: 0;
  margin-right: 0;
}

.kf2-2-pp {
  max-width: 35%;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  inset: auto 6% -8% auto;
}

.kf3-1 {
  max-width: 33%;
  margin-top: 0;
  margin-right: 10px;
}

.kf4-1, .kf5-1, .kf1 {
  margin-top: 0;
  margin-right: 0;
}

.kf1-top-image {
  max-width: 85%;
  padding-right: 5px;
  display: block;
  position: absolute;
  bottom: -25%;
  left: 50%;
}

.hero-resources-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 75px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.video-resrouces-cont {
  background-color: var(--dark-navy);
  justify-content: center;
  max-width: 100vw;
  height: 720px;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.left-column-content-wrapper {
  padding-bottom: 100px;
  display: block;
  position: static;
  top: 0;
}

.read-article-button {
  background-color: var(--red);
  color: #fff;
  border-radius: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 240px;
  height: auto;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 202px;
  text-decoration: none;
  display: flex;
}

.read-article-button:hover {
  border: 2px solid var(--white);
  background-color: var(--dark-navy);
  color: var(--white);
}

.read-article-button.read-for-3-coloum {
  margin-top: auto;
  margin-bottom: 0;
}

.small-text-block {
  justify-content: space-between;
  margin-top: 40px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 22px;
  line-height: 22px;
  display: flex;
}

.right-column-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 180px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  display: flex;
  position: static;
  top: 0;
}

.featured-article-image {
  background-image: url('../images/wf-background-image.svg');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  display: block;
  position: relative;
}

.collection-item {
  margin-bottom: 100px;
}

.featured-article-heading {
  color: var(--dark-navy);
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: flex;
}

.text-block {
  width: 100%;
  max-width: 100%;
  color: var(--dark-navy);
  font-family: "Atkinson hyperlegible 102", sans-serif;
  text-decoration: none;
}

.collection-item-3 {
  grid-column-gap: 20px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 375px;
  margin-bottom: 60px;
  display: grid;
}

.right-small-text-block {
  justify-content: space-between;
  margin-bottom: 15px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.div-block-29 {
  object-fit: cover;
  background-image: url('../images/wf-background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.right-coloumn-article-heading {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
}

.summary-text-box {
  color: var(--dark-navy);
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
}

.summary-text-box.video-text {
  color: var(--white);
}

.collection-list-wrapper-2 {
  position: static;
  top: 0;
}

.collection-list-wrapper-3 {
  position: sticky;
  top: 0;
}

.div-block-30 {
  border-style: solid none none;
  border-width: 1px 0 0;
  border-color: var(--second-heading-colour) black;
  background-color: #373e4f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  display: none;
}

.grid-3-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
  display: none;
  position: relative;
}

.collection-list-2 {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.square-image-box {
  object-fit: cover;
  background-image: url('../images/wf-background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 0;
  margin-bottom: 30px;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

._3-column-article-heading {
  color: var(--dark-navy);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.video-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  display: flex;
}

.collection-item-4 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 3.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.collection-list-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-33 {
  width: 80%;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 40px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  display: flex;
}

.video-heading {
  margin-bottom: 40px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.video-thumanil {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-34 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  font-size: 18px;
  display: flex;
}

.link-3 {
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  border-style: none;
  align-items: center;
  margin-left: 0;
  margin-right: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.link-3.right {
  cursor: pointer;
  margin-left: 0%;
}

.next-image {
  border: 1px #000;
  width: 100%;
  max-width: 24px;
  margin-left: 40px;
  transform: rotate(-90deg);
}

.collection-item-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.image-32 {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.article-large-image {
  z-index: 300;
  object-fit: cover;
  background-image: url('../images/wf-background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 10vw;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.article-cont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  margin-bottom: 0;
  display: flex;
}

.article-grid-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative;
}

.article-grid-main.article-hero {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  margin-bottom: 100px;
}

.flex-box {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 18px;
  display: flex;
}

.heading-13 {
  color: var(--transparent);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
  font-size: 20px;
  font-weight: 400;
}

.heading-14 {
  color: var(--dark-navy);
  text-align: left;
  align-self: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 50px;
}

.summary-text {
  color: var(--dark-navy);
  text-align: left;
  margin-bottom: 30px;
  margin-right: 0;
  font-size: 24px;
  line-height: 30px;
}

.article-left-column {
  object-fit: fill;
  background-image: url('../images/wf-background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 10vw;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  display: block;
  position: relative;
  top: 0;
}

.article-left-column.noneed {
  background-image: none;
}

.article-right-column {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10% 0%;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  display: flex;
}

.article-contents {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  width: 100%;
  position: relative;
}

.article-cotent-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 700px;
  padding-top: 0%;
  padding-bottom: 10%;
  padding-right: 20%;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  display: flex;
}

.related-posts {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90vw;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.readmore-collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: start;
  display: grid;
}

.collection-item-55 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.heading-15 {
  color: var(--dark-navy);
  margin-bottom: 40px;
  font-family: supria-sans;
  font-size: 64px;
  line-height: 64px;
}

.about-hero-image {
  object-fit: cover;
  background-image: url('../images/ilyuza-mingazova-HaTIYO87qWQ-unsplash.png');
  background-position: 50%;
  background-size: auto;
  border-bottom-left-radius: 225px;
  width: 100%;
  margin-top: 0;
  padding-top: 50%;
  padding-bottom: 75%;
  position: absolute;
  inset: 0%;
}

.play-imgae-background {
  z-index: -1;
  background-image: url('../images/1-Muuvment-Toronto-team.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-right-radius: 10vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 33.3%;
  display: flex;
  position: absolute;
  top: -20%;
  bottom: 0%;
  left: 0%;
}

.video-caption {
  color: var(--dark-navy);
  margin-top: 60px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.column-7-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0%;
  padding-left: 0;
  padding-right: 140px;
  display: flex;
}

.column-8-1 {
  padding-top: 0%;
  padding-bottom: 33.3%;
}

.columns-3-left {
  align-items: center;
  margin-top: 120px;
  margin-bottom: 140px;
  margin-left: 0%;
  display: flex;
}

.play-imgae-background-2 {
  background-image: url('../images/daria-gordova-v2uKKL0vnNY-unsplash.png');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 10vw;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 66.6%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.about-last-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.play-imgae-background-3 {
  background-image: url('../images/AdobeStock_287561211.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10vw;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10vw;
  justify-content: center;
  align-items: center;
  padding-top: 66.6%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.column-8-2 {
  padding: 0% 0 33.3%;
  right: 60px;
}

.our-team-heading {
  color: #000f22;
  text-align: center;
  max-width: none;
  margin-bottom: 40px;
  font-family: supria-sans;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

.b-24-36-ah-2 {
  width: 640px;
  color: var(--dark-navy);
  text-align: center;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.column-8-first {
  margin-top: 150px;
  padding-top: 0;
  padding-right: 140px;
}

.about-third-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 140px;
  display: flex;
}

.summary-text-right {
  max-height: 7.4ch;
  color: var(--dark-navy);
  object-fit: fill;
  margin-top: auto;
  padding-top: 0;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}

.load-more-button {
  color: #fff;
  background-color: #000f22;
  border-radius: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 202px;
  text-decoration: none;
  display: flex;
}

.load-more-button:hover {
  border: 2px solid var(--transparent);
  color: var(--dark-navy);
  background-color: #f8f8f8;
}

.load-more-text {
  font-family: supria-sans;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.body-poc {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  max-width: 100vw;
  display: block;
}

.section-3 {
  display: flex;
}

.section-3.hide {
  display: none;
}

.columns-poc {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-5 {
  flex-wrap: nowrap;
  justify-content: center;
  display: block;
}

.previous {
  display: none;
}

.pagination {
  margin-top: 100px;
}

._2-0horizontal-section {
  background-color: #f9f9f9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

._2-0horizontal-section.about2-0 {
  flex-direction: column;
  align-items: center;
  display: none;
  position: static;
}

.team_list {
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: space-between flex-start;
  width: 100%;
  display: flex;
}

.team_list.about2-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky_top {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0;
}

.scroll-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0%;
  padding-top: 0;
  display: flex;
}

.scroll-wrapper.about2-0 {
  flex-direction: column;
  justify-content: center;
  margin-right: 0;
  display: flex;
}

.horizontal-item {
  flex-direction: column;
  justify-content: space-between;
  width: 17.5vw;
  max-width: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
  box-shadow: 13px 13px 30px 8px #000f220f;
}

.profile-info {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  height: 170px;
  padding: 30px 20px;
  display: flex;
}

.profile-info.hover-profile-infos {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  height: 5ch;
  margin-top: 30px;
  padding: 0;
}

.profile-info.about3-0.co-founders {
  width: auto;
  min-width: 27.5vw;
  height: auto;
}

.name-text {
  letter-spacing: -.15px;
  max-width: 245px;
  margin-bottom: 10px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.name-text.hover-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.position-text {
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 18px;
}

.position-text.hover-position {
  color: var(--white);
  margin-top: 0;
  font-size: 16px;
  line-height: 18px;
  display: block;
}

.profile-image {
  background-image: url('../images/wf-background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 17.5vw;
  padding-top: 50%;
  padding-bottom: 50%;
  display: block;
}

.profile-image.about3-0.co-founders {
  width: 17.5vw;
  min-width: 17.5vw;
  height: auto;
  padding: 0 22%;
}

.sticky-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
  display: flex;
  position: relative;
  top: 0;
}

.sticky-container.about2-0 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sticky {
  width: 100%;
  position: sticky;
  top: 0;
}

.sticky.about2-0 {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 120px;
  display: block;
  position: static;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.profile-hover-box {
  z-index: 5;
  background-color: var(--transparent);
  color: var(--transparent);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.social-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.social-icon.no-margin {
  margin-right: 0;
}

.social-icon-box {
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: 20px;
  margin-left: auto;
  display: block;
}

.social-link {
  margin-bottom: 20px;
}

._300-quote {
  max-width: 360px;
  color: var(--white);
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: block;
  overflow: visible;
}

.hover-profile-box-bottom {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 16px;
  display: flex;
}

.image-34 {
  padding-top: 20px;
}

.heading-17 {
  margin-bottom: 0;
  font-family: "Atkinson hyperlegible 102", sans-serif;
}

.resources-copy-box {
  color: var(--dark-navy);
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.resources-copy-box a {
  border-bottom: 1.5px solid var(--red);
  color: var(--dark-navy);
  font-weight: 400;
  line-height: 18px;
  display: inline;
}

.resources-copy-box a:hover {
  color: var(--dark-navy);
  font-weight: 700;
}

.resources-copy-box h2 {
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.resources-copy-box h4 {
  font-size: 22px;
  font-weight: 700;
}

.link-5 {
  color: var(--dark-navy);
  text-decoration: none;
}

.link-5:hover {
  border-bottom: 2px solid var(--red);
  border-radius: 1px;
}

.link-box-resources {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 375px;
  margin-bottom: 0;
  text-decoration: none;
  display: grid;
}

.link-block-4 {
  color: var(--dark-navy);
  text-decoration: none;
}

.text-block-30 {
  text-decoration: none;
}

.link-block-5 {
  color: var(--dark-navy);
  text-decoration: none;
}

.link-block-5.white {
  color: var(--white);
}

.link-block-6 {
  color: var(--dark-navy);
  text-decoration: none;
}

.pre-image {
  width: 100%;
  max-width: 24px;
  margin-right: 40px;
  padding-top: 0;
  padding-left: 0;
  transform: rotate(90deg);
}

.collection-list-wrapper-4 {
  flex: 1;
}

.current-category-collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  display: grid;
}

.link-block-8 {
  color: var(--dark-navy);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.hero-resources-category-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  padding-top: 75px;
  padding-bottom: 100px;
  display: block;
}

.link-7 {
  color: var(--dark-navy);
  text-decoration: none;
}

.link-block-9 {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.pagination-2 {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 50%;
  margin-top: -50px;
  display: flex;
}

.video-thumanil-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-right: 0;
  padding-top: 20%;
  padding-bottom: 20%;
  display: none;
  position: relative;
}

.video-play-button-div {
  z-index: 10;
  object-fit: contain;
  background-image: url('../images/wf-background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20%;
  padding-bottom: 20%;
  display: flex;
  position: relative;
  right: auto;
}

.the-last-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 75px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.div-block-38 {
  color: #373e4f;
  background-color: #373e4f;
  width: 100%;
  height: 1.5px;
  margin-bottom: 61px;
}

.section-4 {
  background-color: #373e50;
  flex-direction: column;
  padding: 80px;
  display: flex;
}

.heading-18 {
  color: var(--white);
  text-align: center;
  margin-bottom: 60px;
  font-family: supria-sans;
  font-size: 44px;
}

.columns-7 {
  display: flex;
}

.column-11, .column-12, .column-13, .column-14, .column-15 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-39 {
  border-bottom-left-radius: 250px;
  min-height: auto;
}

.pp-hero-bg-video {
  background-image: linear-gradient(#0000, #0000);
  border-bottom-left-radius: 150px;
  width: 100%;
  height: 75vh;
  min-height: 50vh;
}

.testimonials {
  background-color: #f4f4f4;
  border-radius: 0 150px 0 0;
  margin-top: 100px;
  margin-bottom: 140px;
  padding: 180px 50px;
  display: flex;
}

.columns-8 {
  display: flex;
}

.column-16 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  display: flex;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.text-block-31 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-family: supria-sans;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

.div-block-40 {
  background-color: var(--white);
  width: 100px;
  height: 3px;
}

.testimonial {
  background-color: #373e50;
  flex-direction: column;
  align-items: center;
  height: 460px;
  padding: 40px 70px 50px;
  display: flex;
}

.image-37 {
  border-radius: 100px;
  margin-top: -50px;
  padding-top: 0;
  display: none;
}

.column-17 {
  padding-left: 40px;
  padding-right: 40px;
}

.pp-section-bg-video {
  z-index: 0;
  background-image: linear-gradient(#0000, #0000);
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  width: 100%;
  min-width: 500px;
  height: 75vh;
  min-height: 720px;
}

.pp-hero-mobile-image {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top-right-radius: 250px;
  border-bottom-left-radius: 250px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 500px;
  height: 100%;
  min-height: 720px;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: relative;
  bottom: 40%;
  left: 0%;
  right: 5vw;
}

.pp-hero-bg-vid {
  z-index: 0;
  background-image: linear-gradient(#0000, #0000);
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  width: 100%;
  min-width: 500px;
  height: 75vh;
  min-height: 720px;
}

.div-block-41 {
  justify-content: flex-end;
  display: flex;
}

.background-video {
  z-index: -3;
  background-color: var(--dark-navy);
  background-image: linear-gradient(to bottom, white, var(--dark-navy));
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
}

.div-block-42 {
  z-index: -2;
  background-image: linear-gradient(to bottom, transparent 74%, var(--dark-navy) 94%);
  width: 100vw;
  height: 100%;
  position: absolute;
}

.employee-profile-section {
  background-color: #f9f9f9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.employee-profile-section.about3-0 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
}

.employee-profile-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
  display: flex;
  position: relative;
  top: 0;
}

.employee-profile-container.about3-0 {
  align-items: center;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.employee-profile-container.about3-0.display-none {
  display: none;
}

.ep-container-scroll-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0%;
  padding-top: 0;
  display: flex;
}

.ep-container-scroll-wrapper.about3-0 {
  flex-direction: column;
  justify-content: center;
  margin-right: 0;
  display: flex;
}

.ep_team_list {
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: space-between flex-start;
  width: 100%;
  display: flex;
}

.ep_team_list.about3-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ep_team_list.about3-0.co-founders {
  display: flex;
}

.ep-horizontal-item {
  flex-direction: column;
  justify-content: space-between;
  width: 17.5vw;
  max-width: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
  box-shadow: 13px 13px 30px 8px #000f220f;
}

.ep-horizontal-item.about2-0.co-founders {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 20vw;
  min-height: 20vw;
  display: flex;
}

.team-type-box.co-founders-mobile, .team-type-box.co-founder-pc {
  display: none;
}

.team-type-h1 {
  color: var(--transparent);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 36px;
}

.div-block-43 {
  width: 100%;
  margin: 0 0 60px;
}

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

.client-logo {
  width: 120px;
}

.client-logos {
  margin-left: 100px;
  margin-right: 100px;
}

.image-38 {
  width: 70px;
}

.image-39 {
  width: 200px;
}

.image-40 {
  width: 120px;
}

.column-18, .column-19, .column-20, .column-21, .column-22, .column-23 {
  justify-content: center;
  display: flex;
}

.media-mentions {
  margin-bottom: 100px;
  padding-left: 140px;
  padding-right: 140px;
}

.columns-10 {
  align-items: center;
  display: flex;
}

.paragraph-6 {
  color: var(--gradient);
  font-family: "Atkinson hyperlegible 102", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.column-24 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-item-2 {
  font-size: 18px;
  line-height: 26px;
}

.list-item-3, .list-2, .list-3 {
  font-size: 18px;
  line-height: 28px;
}

.recaptcha {
  margin-left: auto;
}

.sticky_top-left {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0;
}

.companies-heading {
  color: #000f22;
  text-align: center;
  max-width: none;
  margin-bottom: 40px;
  font-family: supria-sans;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

.div-block-43-zero-top {
  width: 100%;
  margin: 0 0 60px;
}

.padding-top, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-huge, .padding-top.padding-xhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-mid {
  padding-top: 4.5rem;
}

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

.text-rich-text {
  color: var(--dark-blue);
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-rich-text p {
  margin-bottom: 1.5rem;
}

.text-rich-text h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-rich-text figure {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.text-rich-text blockquote {
  border-left-color: var(--deep-orange);
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  font-size: 20px;
  line-height: 1.5;
}

.text-rich-text h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text img {
  border-radius: 16px;
}

.text-rich-text figcaption {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
}

.text-rich-text h2 {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  scroll-margin-top: calc(80px + 4rem);
  font-size: 1.75rem;
  line-height: 1.25;
}

.text-rich-text ul {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.text-rich-text a {
  color: var(--deep-purple);
  font-weight: 500;
  text-decoration: underline;
}

.text-rich-text.is-legal {
  text-wrap: pretty;
  margin-top: 0;
  font-size: 1rem;
}

.text-rich-text.is-legal ol {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.text-rich-text.is-tos {
  font-size: 1rem;
}

.text-rich-text.is-tos ol {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: lower-roman;
  display: flex;
}

.text-rich-text.v2-faqs {
  font-size: 1.125rem;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

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

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2.is-pricing {
  font-size: clamp(2rem, 3vw, 3rem);
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.background-color-secondary {
  background-color: #2d62ff;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.margin-xsmall {
  margin: .5rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.padding-bottom, .padding-bottom.padding-xxlarge, .padding-bottom.padding-huge, .padding-bottom.padding-xhuge, .padding-bottom.padding-xxhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-small {
  padding: 1rem;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.padding-vertical, .padding-vertical.padding-xxlarge, .padding-vertical.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: #222;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.text-color-alternate {
  color: #fff;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.spacer-medium {
  width: 100%;
}

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

.margin-custom1 {
  margin: 1.5rem;
}

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

.text-size-regular {
  line-height: 1.5;
}

.fs-styleguide_spacing-all {
  display: none;
}

.form_component {
  margin-bottom: 0;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

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

.hide {
  display: none;
}

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

.heading-style-h1.v2-pricing {
  font-size: 3rem;
  font-weight: 400;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-tiny {
  margin: .125rem;
}

.padding-xhuge {
  padding: 8rem;
}

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

.icon-height-small {
  height: 1rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-color-primary {
  color: #000;
}

.padding-large {
  padding: 3rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

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

.button-group.is-center {
  justify-content: center;
}

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

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

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

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

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

.padding-custom1 {
  padding: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

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

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

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

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

.margin-xxhuge {
  margin: 12rem;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

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

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

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

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-color-secondary {
  color: #222;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

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

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

.icon-height-large {
  height: 3rem;
}

.icon-height-large.filter-opacitry {
  mix-blend-mode: multiply;
}

.margin-xxsmall {
  margin: .25rem;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.background-color-alternate {
  background-color: #fff;
}

.heading-style-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading-style-h3.text-weight-normal {
  font-weight: 400;
}

.heading-style-h3.lh-1 {
  line-height: 1;
}

.heading-style-h3.is-pricing {
  font-size: clamp(1rem, 3vw, 2rem);
  line-height: 1.25;
}

.heading-style-h3.is-pricing.v2-pricing {
  font-weight: 400;
}

.heading-style-h3.v2-faqs {
  color: var(--dark-blue);
  font-size: 1.5rem;
  font-weight: 400;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.button {
  border: 2px solid var(--deep-orange);
  background-color: var(--deep-orange);
  color: #fff;
  text-align: center;
  border-radius: 20rem;
  padding: 1rem 3rem;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.button:hover {
  border-color: var(--deep-orange-hover);
  background-color: var(--deep-orange-hover);
}

.button:focus {
  outline-color: var(--deep-orange);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.button.is-text {
  color: var(--dark-blue);
  background-color: #0000;
  border: 2px #0000;
  border-bottom: 2px solid #d93f0400;
  border-radius: 0;
  padding: 0 0 6px;
  position: relative;
}

.button.is-text:hover {
  color: var(--deep-orange);
}

.button.is-text.is-icon {
  text-align: left;
  flex-flow: wrap;
}

.button.is-text.is-icon.is-white {
  color: var(--white);
  text-decoration: none;
}

.button.is-text.is-icon.is-white.is-cookie {
  border-style: none;
  border-color: #000;
  padding-bottom: 0;
}

.button.is-text.is-icon.is-white.is-cookie:hover {
  opacity: .8;
}

.button.is-text.is-icon.is-dark-blue:hover, .button.is-text.is-icon.no-red-on-hover:hover, .button.is-text.no-hover-red:hover {
  color: var(--dark-blue);
}

.button.is-text.no-hover-red:focus {
  outline-color: var(--deep-green);
  border-radius: 4px;
}

.button.is-secondary {
  border: 2px solid var(--deep-orange);
  color: var(--dark-blue);
  background-color: #0000;
}

.button.is-secondary:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
}

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

.button.is-secondary.is-alternate {
  color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
  background-color: #0000;
}

.button.is-secondary.is-icon.is-white {
  border-color: var(--white);
  color: var(--white);
}

.button.is-secondary.is-icon.is-white:hover {
  background-color: var(--white);
  color: var(--dark-blue);
}

.button.is-secondary.is-icon.is-white:focus {
  outline-color: var(--white);
}

.button.is-secondary.is-white {
  border-color: var(--white);
  color: var(--white);
}

.button.is-secondary.is-white:hover {
  background-color: var(--white);
  color: var(--dark-blue);
}

.button.is-secondary.is-white:focus {
  outline-color: var(--white);
}

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

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

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

.button.is-link {
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button.is-sign-in {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  color: var(--dark-blue);
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  display: inline-flex;
}

.button.is-sign-in:hover {
  background-color: var(--deep-orange);
  color: var(--white);
}

.button.max-width-full {
  padding-left: 1rem;
  padding-right: 1rem;
}

.button.max-width-full.v2-pricing {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  border-radius: 8px;
}

.margin-medium {
  margin: 2rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #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;
}

.margin-custom2 {
  margin: 2.5rem;
}

.nav_button {
  padding: 1rem;
}

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

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

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

.text-size-large.v2-pricing {
  font-size: .875rem;
}

.text-size-large.v2-version {
  font-size: 1.125rem;
}

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.padding-xsmall {
  padding: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

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

.container-large.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px 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;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.margin-huge {
  margin: 6rem;
}

.page-wrapper {
  max-width: 100%;
  position: relative;
  overflow: clip;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.padding-xxsmall {
  padding: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.margin-top, .margin-top.margin-xxsmall, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

.text-style-link {
  color: var(--deep-purple);
  text-decoration: underline;
}

.text-style-link:hover {
  color: var(--deep-orange);
}

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

.padding-tiny {
  padding: .125rem;
}

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

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

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

.background-color-tertiary {
  background-color: #dd23bb;
}

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

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

.padding-xlarge {
  padding: 4rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-large {
  padding-top: 3rem;
}

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

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

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

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_logo {
  width: 10rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.margin-bottom, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar5_component {
  z-index: 999;
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 8px 40px #1c294714;
}

.navbar5_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 105rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar5_logo-link {
  margin-right: 2rem;
  padding-left: 0;
}

.navbar5_menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #c8c8c800;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.navbar5_menu-links {
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar5_link {
  height: 100%;
  color: var(--dark-blue);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  font-weight: 500;
  display: inline-flex;
}

.navbar5_link:hover {
  color: var(--deep-orange);
}

.navbar5_link.w--current {
  border-bottom: 2px solid var(--deep-orange);
  height: auto;
  color: var(--dark-blue);
  margin-top: .25rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0 0 .25rem;
}

.navbar5_menu-dropdown {
  height: 100%;
  position: static;
}

.navbar5_dropdown-toggle {
  grid-column-gap: .5rem;
  height: 100%;
  color: var(--dark-blue);
  align-items: center;
  padding: 1.5rem 1rem;
  font-weight: 500;
  display: flex;
}

.navbar5_dropdown-toggle:hover {
  color: var(--deep-orange-hover);
}

.navbar5_dropdown-toggle:focus {
  outline-color: var(--dark-blue);
  outline-offset: -3px;
  outline-width: 3px;
  outline-style: solid;
}

.navbar5_dropdown-toggle.w--open {
  color: var(--deep-orange);
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar5_dropdown-list.w--open {
  background-color: var(--xlight-purple);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
  box-shadow: 0 8px 32px #1c294714;
}

.navbar5_dropdown-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.navbar5_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar5_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.navbar5_icon-wrapper {
  flex: none;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.navbar5_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar5_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.navbar5_dropdown-content-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar5_dropdown-content-wrapper.z-index-1 {
  z-index: 1;
  position: relative;
}

.navbar5_blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

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

.navbar5_blog-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar5_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar5_dropdown-background-layer {
  background-color: var(--\<unknown\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar5_menu-button {
  padding: 0;
}

.section_header3 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.header3_component {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.header3_content {
  background-color: var(--xlight-purple);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  padding: 56px 32px;
  display: flex;
}

.header3_lightbox {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #000000bf;
  position: absolute;
  inset: 0%;
}

.section_layout1 {
  background-color: var(--white);
}

.layout1_component {
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.layout1_content {
  background-color: var(--deep-purple);
  width: 100%;
  height: 100%;
  min-height: 42rem;
  color: var(--white);
  background-image: url('../images/product_card_img-bg.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 3rem;
  display: flex;
}

.layout1_content.is-green {
  background-color: var(--deep-green);
  background-image: url('../images/green_product_card_img-bg.svg');
  background-position: 0 100%;
}

.layout1_image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  max-height: 42rem;
  overflow: hidden;
}

.layout1_image-wrapper.is-assessment {
  border-top-right-radius: 72px;
}

.layout1_image-wrapper.is-assessment.is-hero {
  height: 700px;
}

.layout1_image-wrapper.is-action {
  border-bottom-right-radius: 72px;
}

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

.tab2_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 5rem;
  display: flex;
}

.tab2_tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  margin-bottom: 4rem;
  display: flex;
  overflow: auto;
}

.tab2_tabs-menu.no-scrollbar {
  margin-left: 0;
  overflow: visible;
}

.tab2_tab-link {
  opacity: .5;
  color: var(--deep-purple);
  background-color: #0000;
  flex: none;
  padding: .5rem 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.tab2_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.tab2_tabs-content {
  overflow: visible;
}

.tab-content-replace-this-div {
  text-align: center;
  border: 2px dashed #0000001a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_tabs1 {
  background-color: var(--light-purple);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section_header70 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: clip;
}

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

.header70_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.header70_background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.section_layout132 {
  background-color: var(--white);
  position: relative;
}

.layout132_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--dark-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 50ch;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout132_content {
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 32rem;
  color: var(--white);
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout132_content:focus {
  outline-color: var(--deep-orange);
  outline-offset: 2px;
  outline-width: 3px;
  outline-style: solid;
}

.layout132_content.is-casestudy {
  aspect-ratio: 1088 / 635;
  min-height: 0;
}

.layout132_image-wrapper {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.layout132_image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_gallery14 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/c1453744335a81e2075cab27216ca76f.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  overflow: hidden;
}

.gallery14_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
}

.gallery14_mask {
  overflow: visible;
}

.gallery14_slide {
  padding-left: 6rem;
  padding-right: 6rem;
}

.gallery14_image-wrapper {
  width: 100%;
  height: 100%;
  color: var(--dark-blue);
  text-align: center;
  text-wrap: pretty;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 6rem;
  display: flex;
  box-shadow: 0 4px 40px #1c294714;
}

.gallery14_image-wrapper:focus {
  opacity: .5;
}

.gallery14_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery14_arrow {
  background-color: var(--deep-orange);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.gallery14_arrow.hide-mobile-landscape:focus {
  outline-offset: 3px;
  outline: 3px solid #fff;
}

.gallery14_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery14_slide-nav {
  height: 8px;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 0;
  inset: 100% 0% 0%;
}

.section_header65 {
  background-color: var(--deep-purple);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  position: relative;
}

.header65_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.header65_background-image {
  object-fit: contain;
  width: 100%;
}

.testimonial_quote {
  max-width: 40ch;
  color: var(--deep-purple);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.testimonial_quote.is-smaller {
  font-size: 2rem;
}

.display1 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.05;
}

.text-color-deep-purple {
  color: var(--deep-purple);
}

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

.consulting-services_block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--yellow);
  width: 100%;
  min-height: 42rem;
  color: var(--dark-blue);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 72px 60px;
  display: grid;
}

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

.full-cover.is-parallax {
  height: 120%;
}

.full-cover.scale-down {
  object-fit: scale-down;
  object-position: 100% 100%;
}

.full-cover.is-reduced {
  margin-top: 80px;
}

.consulting-services_img {
  border-radius: 24px;
  width: 100%;
  height: 135%;
  margin-top: -32px;
  overflow: hidden;
}

.cta_text1 {
  color: var(--white);
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(3rem, 10vw, 8rem);
  line-height: 1;
}

.heading-style-h25 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h25.is-pricing {
  font-size: clamp(1.75rem, 2vw, 2.5rem);
}

.heading-style-h25.is-pricing.v2-pricing {
  font-weight: 400;
}

.heading-style-h25.lh-115 {
  line-height: 1.15;
}

.heading-style-h25.lh-115.text-weight-bold {
  font-weight: 700;
}

.padding-section-huge {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.text-size-xmedium {
  font-size: 1.125rem;
  line-height: 1.5;
}

.flip-x {
  transform: rotate(-180deg);
}

.section_layout3 {
  background-color: var(--white);
}

.layout3_component {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout3_content {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  color: var(--dark-blue);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  padding: 2.5rem 3rem;
  display: flex;
  position: relative;
}

.layout3_image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.layout3_image {
  width: 100%;
}

.text-color-dark-purple {
  color: var(--deep-purple);
}

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

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

.flex-vertical.flex-align-start {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-vertical.flex-align-start.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-vertical.flex-align-center {
  align-items: center;
}

.flex-vertical.flex-align-center.flex-y-center {
  justify-content: center;
  align-items: center;
}

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

.flex-vertical.gap-1.no-padding {
  padding-left: 0;
}

.flex-vertical.gap-1.list-no-padding {
  padding-left: 24px;
}

.flex-vertical.gap-05 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.circle-button {
  background-color: var(--deep-orange);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--white);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout3_card_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start stretch;
  max-width: 62rem;
  height: 100%;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.section_cta40 {
  background-color: var(--white);
}

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

.cta40_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--deep-purple);
  color: var(--white);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.cta40_card-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5rem 4rem;
  display: flex;
}

.cta40_card-content-top {
  flex-flow: column;
}

.cta40_form_component {
  max-width: 30rem;
  margin-bottom: 0;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.button-2 {
  border: 2px solid var(--deep-orange);
  background-color: var(--deep-orange);
  color: #fff;
  text-align: center;
  border-radius: 20rem;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 500;
}

.button-2:hover {
  border-color: var(--deep-orange-hover);
  background-color: var(--deep-orange-hover);
}

.button-2:focus {
  outline-color: var(--deep-orange);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.text-link-3 {
  color: var(--second-heading-colour);
  font-size: 16px;
  font-weight: 700;
}

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

.success-message {
  background-color: var(--\<unknown\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  padding: 1.5rem;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.cta40_image-wrapper {
  border-bottom-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: -4rem;
  display: flex;
  position: relative;
}

.cta40_image-wrapper.is-purpose {
  max-width: 80%;
  margin-top: -29%;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #d93f04;
  border: 2px solid #d93f04;
  border-radius: 20rem;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 500;
}

.button-3:hover {
  background-color: #af3506;
  border-color: #af3506;
}

.button-3:focus {
  outline-offset: 2px;
  outline: 2px solid #d93f04;
}

.button-3.is-text {
  color: #1c2947;
  background-color: #0000;
  border: 2px #0000;
  border-bottom: 2px solid #d93f04;
  border-radius: 0;
  padding: 0 0 6px;
}

.button-3.is-text:hover {
  color: #d93f04;
}

.button-3.is-text.is-icon.is-white {
  color: #fff;
  border-bottom-color: #fff;
}

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

.footer3_component {
  background-color: var(--dark-blue);
  color: var(--white);
}

.footer3_top-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr 1fr;
  align-items: start;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer3_social-link {
  background-color: var(--white);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--dark-blue);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer3_social-link:hover {
  background-color: var(--deep-orange);
  color: var(--white);
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}

.footer3_link {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  text-decoration: none;
}

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

.line-divider {
  background-color: var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  width: 100%;
  height: 1px;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer3_credit-text {
  text-align: right;
  font-size: 1.125rem;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3_legal-link {
  color: var(--\<unknown\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>);
  font-size: .875rem;
  text-decoration: underline;
}

.subnav_link {
  color: var(--deep-purple);
  text-wrap: balance;
  padding: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

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

.subnav_link:focus {
  outline-offset: 1px;
  outline: 3px solid #4a428e;
}

.subnav_link.w--open {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subnav_link.is-purpose:focus {
  outline-color: var(--deep-orange);
  outline-offset: 1px;
  outline-width: 3px;
  outline-style: solid;
}

.subnav_link_info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 200px minmax(200px, 320px);
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.subnav_link_thumb {
  aspect-ratio: 1;
  border-radius: 12px;
  width: 200px;
  position: relative;
  overflow: hidden;
}

.section_faq3 {
  background-color: var(--white);
}

.faq3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-4 {
  border: 2px solid var(--deep-orange);
  background-color: var(--deep-orange);
  color: #fff;
  text-align: center;
  border-radius: 20rem;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.button-4:hover {
  border-color: var(--deep-orange-hover);
  background-color: var(--deep-orange-hover);
}

.button-4:focus {
  outline-color: var(--deep-orange);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.button-4.is-secondary {
  border: 2px solid var(--deep-orange);
  color: var(--dark-blue);
  background-color: #0000;
}

.button-4.is-secondary:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
}

.faq3_list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--light-purple);
  flex-flow: column;
  display: flex;
}

.faq3_list.v2-faqs {
  background-color: var(--light-04);
}

.faq3_accordion {
  background-color: var(--white);
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq3_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq3_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq3_answer {
  border-bottom: 1px #000;
  overflow: hidden;
}

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

.grid-2-col.grid-align-center {
  place-items: center;
}

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

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

.grid-2-col.ratio-3-2 {
  grid-template-columns: 3fr 2fr;
}

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

.breadcrumb_component {
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumb-link {
  color: var(--dark-blue);
  text-decoration: none;
}

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

.breadcrumb-link.is-active {
  font-weight: 500;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.section_layout252 {
  background-color: var(--xlight-purple);
}

.layout252_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout252_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.layout252_item {
  background-color: var(--white);
  width: 100%;
  color: var(--dark-blue);
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2rem;
}

.layout252_image-wrapper {
  width: 100%;
  position: relative;
}

.layout252_image {
  width: 4rem;
  height: 4rem;
}

.button-5 {
  border: 2px solid var(--deep-orange);
  background-color: var(--deep-orange);
  color: #fff;
  text-align: center;
  border-radius: 20rem;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.button-5:hover {
  border-color: var(--deep-orange-hover);
  background-color: var(--deep-orange-hover);
}

.button-5:focus {
  outline-color: var(--deep-orange);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.button-5.is-link {
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.section_gallery17 {
  background-color: var(--white);
  overflow: hidden;
}

.gallery17_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery17_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 6rem;
  display: none;
  position: relative;
}

.gallery17_mask {
  width: 50%;
  overflow: visible;
}

.gallery17_slide {
  padding-right: 1rem;
}

.gallery17_lightbox-link, .gallery17_image-wrapper {
  width: 100%;
}

.gallery17_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery17_arrow {
  background-color: var(--deep-orange);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: background-color .2s;
  display: flex;
  inset: auto auto 0% 0%;
}

.gallery17_arrow.is-second {
  inset: auto 0% 0% auto;
}

.gallery17_arrow.is-second:hover {
  background-color: var(--deep-orange-hover);
}

.gallery17_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery17_slide-nav {
  height: 1.75rem;
  padding-top: 0;
  font-size: .5rem;
}

.key-features_slider_card {
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 40rem;
  color: var(--white);
  background-image: linear-gradient(0deg, #000, #fff0);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.absolute-full-cover.z-index--1 {
  z-index: -1;
}

.video-full {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.full-width {
  width: 100%;
}

.relative {
  position: relative;
}

.feature-card1 {
  z-index: 1;
  aspect-ratio: 4.3 / 5.5;
  width: 100%;
  max-width: 400px;
  color: var(--white);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2.5rem;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 40px #1c294740;
}

.feature-card-2 {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.feature-card-3 {
  position: absolute;
  inset: 0% auto 0% -200%;
}

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

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

.heading-style-h0 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.05;
}

.text-color-deep-green {
  color: var(--deep-green);
}

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

.grid-4-col.gap-y-2 {
  grid-row-gap: 2rem;
}

.grid-4-col.gap-y-3 {
  grid-row-gap: 3rem;
}

.company-card {
  background-color: var(--white);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px 72px;
  display: flex;
}

.company-card.is-bermuda {
  padding-left: 32px;
  padding-right: 32px;
}

.company-card-img {
  object-fit: scale-down;
  width: 100%;
  max-height: 80px;
}

.heading-style-h00 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.05;
}

.team_profile-card {
  aspect-ratio: 320 / 436;
  background-color: var(--light-purple);
  border-radius: 24px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.profile-card-img {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  transition: transform .2s;
  position: relative;
  overflow: hidden;
}

.profile-card-img.is-modal {
  aspect-ratio: 2 / 3;
  width: auto;
  max-height: calc(70vh - 80px);
}

.team_profile-icon {
  background-color: var(--deep-orange);
  width: 4rem;
  height: 4rem;
  color: var(--white);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.team_profile {
  width: 100%;
  min-width: 32px;
}

.news_card {
  aspect-ratio: 656 / 424;
  background-color: var(--light-purple);
  border-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news_card-img {
  border-radius: 0;
  width: 100%;
  max-width: 80%;
  max-height: 80%;
  transition: all .2s;
  position: relative;
}

.partner-initiatives {
  flex-flow: column;
  display: flex;
}

.partner-initiative_card {
  aspect-ratio: 3 / 2;
  background-color: var(--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 3rem;
  display: flex;
}

.partner-initiative_img {
  object-fit: scale-down;
  width: 100%;
  max-height: 6rem;
}

.partner-initiative_img.is-abolish {
  max-height: 12rem;
}

.button-6 {
  border: 2px solid var(--deep-orange);
  background-color: var(--deep-orange);
  color: #fff;
  text-align: center;
  border-radius: 20rem;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.button-6:hover {
  border-color: var(--deep-orange-hover);
  background-color: var(--deep-orange-hover);
}

.button-6:focus {
  outline-color: var(--deep-orange);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.modal1_component {
  z-index: 9999;
  background-color: #f5f6f8;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 80px);
  position: fixed;
  inset: 80px auto auto 100%;
  overflow: auto;
}

.modal1_component.this-one {
  width: 100vw;
  transition: all .2s;
  left: 100vw;
  right: 0;
}

.modal1_content-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: auto;
}

.modal-content-replace-this-div {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.modal1_close-button {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.profile_img {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  max-height: 40rem;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.profile_right {
  color: var(--dark-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.profile_text-sizer {
  height: 100%;
  overflow: auto;
}

.profile_close-btn {
  color: var(--deep-purple);
  cursor: pointer;
}

.profile_close-btn:focus {
  outline-offset: 0px;
  outline: 3px solid #4a428e;
}

.background-color-xlight-purple {
  background-color: var(--xlight-purple);
}

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

.flex-y-center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-y-center.gap-05 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.contact_card {
  background-color: var(--white);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 2.5rem 2rem;
  display: flex;
}

.input-field {
  max-width: 100%;
  height: auto;
  color: var(--dark-blue);
  border: 2px solid #4a428e6e;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.input-field:focus {
  border-color: #4a428e;
}

.input-field::placeholder {
  color: #1c294780;
}

.contact_checkbox_box {
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: -16px;
}

.contact_checkbox_box.w--redirected-checked {
  background-color: var(--deep-orange);
  background-size: auto;
}

.contact_checkbox_field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: .5rem;
  display: flex;
}

.contact_error-message {
  color: #a22607;
  border-radius: 4px;
}

.contact_form-block {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.success-block {
  background-color: var(--light-green);
  color: var(--deep-green);
  border-radius: 4px;
}

.journey_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
  inset: 0%;
}

.journey_center {
  aspect-ratio: 1;
  width: 100%;
  color: var(--deep-purple);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 32px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.journey-circle {
  aspect-ratio: 1;
  pointer-events: none;
  border: 2px dashed #4a428e;
  border-radius: 50%;
  width: 100%;
  position: absolute;
  inset: 0%;
}

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

.journey_right {
  text-align: right;
}

.journey-text {
  border-top: 1px solid var(--deep-purple);
  opacity: 0;
  padding-top: 1rem;
}

.journey-text.is-active {
  opacity: 1;
}

.journey-timer {
  background-color: var(--light-purple);
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100% 0% auto;
}

.journey-timer_fill {
  background-color: var(--deep-orange);
  border-radius: 0;
  width: 0%;
  height: 2px;
}

.insights_link {
  width: 100%;
  color: var(--white);
  padding-top: 20%;
  text-decoration: none;
  position: relative;
}

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

.button-underline {
  background-color: currentColor;
  flex: none;
  width: 100%;
  height: 2px;
  transition-property: left;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: relative;
}

.button-underline.is-orange {
  background-color: var(--deep-orange);
}

.button-underline_pos {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  width: 100%;
  height: 2px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.button-underline_pos.is-green {
  color: var(--deep-green);
}

.header3_video {
  z-index: 1;
  border-radius: 24px;
  width: 100%;
  height: 680px;
  position: relative;
  overflow: hidden;
}

.customer-controls {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-button {
  background-color: var(--white);
  width: 3rem;
  height: 3rem;
  color: var(--deep-orange);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.show-tablet {
  display: none;
}

.dropdown {
  width: 100%;
  display: flex;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  position: relative;
}

.subnav_side {
  min-height: 200px;
}

.text-pretty {
  text-wrap: pretty;
}

.purpose_anim2_main {
  aspect-ratio: auto;
  border-radius: 24px;
  width: 30rem;
  height: 30rem;
  position: relative;
  overflow: hidden;
}

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

.purpose_anim2 {
  position: relative;
}

.purpose_anim2_img1_pos {
  width: 50%;
  position: absolute;
  inset: 50% 75% auto auto;
}

.purpose_anim2_pointer_pos {
  width: 15%;
  position: absolute;
  inset: auto auto -2% 29%;
}

.purpose_anim2_img2_pos {
  width: 75%;
  position: absolute;
  inset: auto auto -16% -33%;
}

.purpose_anim2_play {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.anim_holder {
  background-color: var(--light-purple);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.purpose_anim3_img1_pos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 25rem;
  display: flex;
}

.purpose_anim3_img2_pos {
  width: 66%;
  position: absolute;
  inset: auto -23% -12% auto;
}

.rounded-8-shadow {
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 4px 40px #00000014;
}

.purpose_anim3_pointer1_pos {
  width: 15%;
  position: absolute;
  inset: 67% 9% auto auto;
}

.purpose_anim3_img4_pos {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.purpose_anim3_pointer2_pos {
  width: 10%;
  position: absolute;
  inset: auto 0% 11% 45%;
}

.iq_anim1_bubble {
  background-color: var(--deep-purple);
  color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
  display: inline-block;
}

.iq_anim1_bubble.is-purple {
  border-bottom-right-radius: 0;
  align-self: flex-end;
}

.iq_anim1_bubble.is-white {
  background-color: var(--white);
  color: var(--dark-blue);
  border-bottom-left-radius: 0;
  align-self: flex-start;
}

.iq_anim1_img2 {
  margin-bottom: -1%;
}

.iq_anim_img3_pos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.iq_anim1_img2_pos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: inline-flex;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.iq_anim1_img2_pointer_pos {
  z-index: 1;
  width: 15%;
  position: absolute;
  inset: auto 0% -41% 44%;
}

.iq_anim1_img2_pointer_pos.is-1 {
  width: 15%;
  bottom: 0%;
}

.iq_anim1_img1_pos1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: inline-flex;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.iq_anim_img4_pos {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: inline-flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.iq_anim_img4_pointer-pos {
  width: 5%;
  position: absolute;
  inset: auto 26% 12% auto;
}

.image-46, .iq_anim_img4_img {
  width: 100%;
}

.iq_anim1_img2-1 {
  position: relative;
}

.iq_anim2_report {
  background-color: var(--white);
  color: #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2rem;
  box-shadow: 0 4px 40px #00000014;
}

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

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

.iq_anim2_checkbox {
  border: 2px solid #000;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

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

.iq_anim2_img1_pos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: absolute;
  inset: 0%;
}

.iq_anim2_img2_pos {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.iq_anim2_pointer_pos {
  width: 15%;
  position: absolute;
  inset: auto auto -51% 47%;
}

.iq_anim2_pointer_pos.is-2 {
  width: 7.5%;
  bottom: 3%;
}

.iq_anim_text-container {
  flex-flow: column;
  max-height: 10rem;
  display: flex;
  overflow: hidden;
}

.div-block-45 {
  position: relative;
  transform: translate(0);
}

.iq_anim3_chat1 {
  position: relative;
}

.iq_anim3_img1_pos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0%;
}

.iq_anim4_img_pos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.iq_anim4_img1 {
  width: 80%;
}

.iq_anim4_upload {
  background-color: var(--white);
  border-radius: 20px;
  width: 50%;
  height: 12px;
  overflow: hidden;
}

.iq_anim4_fill {
  background-color: var(--deep-purple);
  width: 2%;
  height: 100%;
}

.iq_anim4_img-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.rounded-24 {
  border-radius: 24px;
  overflow: hidden;
}

.section_anim {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 7.75rem;
  padding-bottom: 7.75rem;
  display: flex;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.gap-1.justify-center {
  justify-content: center;
}

.flex-horizontal.gap-1.justify-center.flex-wrap {
  flex-flow: wrap;
}

.flex-horizontal.gap-1.justify-center.flex-wrap.gap-y-3 {
  grid-row-gap: 3rem;
}

.flex-horizontal.gap-1.opacity-70 {
  opacity: .7;
}

.flex-horizontal.align-right {
  justify-content: flex-end;
}

.flex-horizontal.space-between {
  justify-content: space-between;
}

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

.flex-horizontal.gap-05 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.team_profile_block {
  width: 100%;
}

.team_profile_block.is-static {
  max-width: 24rem;
}

.header3_video_overlay {
  z-index: 1;
  opacity: 0;
  background-color: #00000040;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: transform .2s, opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(1.1);
}

.header3_video_overlay:hover {
  opacity: 1;
  transform: scale(1);
}

.button-play {
  background-color: var(--white);
  color: var(--deep-orange);
  border-radius: 50%;
  padding: 1.5rem;
}

.button-7 {
  border: 2px solid var(--deep-orange);
  background-color: var(--deep-orange);
  color: #fff;
  text-align: center;
  border-radius: 20rem;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.button-7:hover {
  border-color: var(--deep-orange-hover);
  background-color: var(--deep-orange-hover);
}

.button-7:focus {
  outline-color: var(--deep-orange);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.button-7.is-secondary {
  border: 2px solid var(--deep-orange);
  color: var(--dark-blue);
  background-color: #0000;
}

.button-7.is-secondary:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
}

.fs_modal-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-1_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-1_close {
  color: var(--white);
  cursor: pointer;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_description {
  margin-bottom: 0;
}

.fs_modal-1_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_modal-1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.fs_modal-1_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-1_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: 100%;
  max-width: 83rem;
  display: block;
  position: relative;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_popup {
  z-index: 9999;
  background-color: #081127e6;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-1_button {
  background-color: var(--accessible-components--dodger-blue);
  color: #fff;
  cursor: pointer;
  padding: .5rem 1rem;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_embed {
  margin-bottom: 0;
}

.fs_modal-1_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.hover-pointer {
  cursor: pointer;
}

.video-2 {
  width: 100%;
}

.gallery17_slider2 {
  display: flex;
}

.swiper-container {
  width: 100%;
}

.swiper-container.basic-swiper-container {
  overflow: visible;
}

.swiper-container.swiper-testimonials {
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.swiper-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  left: 0%;
}

.swiper-wrapper.basic-swiper-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  overflow: visible;
}

.swiper-wrapper.swipper-testimonials {
  overflow: hidden;
}

.swiper-wrapper.swiper-profiles-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}

.swiper-slide {
  flex: none;
  width: 100%;
}

.swiper-slide.slide-testimonial {
  flex: none;
  max-width: 100%;
  display: block;
}

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

.basic-swiper-image-wrapper {
  border-radius: .25rem;
  width: 100%;
  height: 28.25rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

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

.column-26 {
  padding-left: 0;
  padding-right: 10px;
}

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

.basic-swiper-title {
  color: #0000;
  font-size: 1.375rem;
  line-height: 1.1em;
}

.basic-social-icon {
  z-index: 0;
  color: #0000;
  cursor: pointer;
  border: .0625rem solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.icon-s {
  object-fit: contain;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.basic-slider-icon-inner {
  z-index: -1;
  background-color: #0000;
  border-radius: 50%;
  width: 0%;
  height: 0%;
  position: absolute;
}

.basic-swiper-role {
  color: #0000;
  font-size: 1rem;
  line-height: 1.1em;
}

.basic-swiper-arrows-wrapper {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.basic-swiper-arrows-wrapper.align-center {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.basic-swiper-arrows-wrapper.is-team {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
}

.basic-swiper-arrows-wrapper.v2-landing {
  margin-top: 0;
}

.basic-swiper-arrow {
  background-color: var(--deep-orange);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.basic-swiper-arrow:hover {
  background-color: var(--deep-orange-hover);
}

.basic-swiper-arrow.about-page {
  background-color: #d93f0400;
  padding: .5rem;
}

.basic-swiper-arrow.about-page.v2 {
  width: auto;
  height: auto;
}

.swiper-pagination {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-pagination-bullet {
  background-color: var(--deep-orange);
  opacity: .2;
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  min-width: 6rem;
  height: 8px;
  padding-bottom: 0;
  transition: all .2s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.fs_accordion-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_accordion-1_paragraph {
  margin-bottom: 0;
}

.fs_accordion-1_body {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-1_content {
  overflow: hidden;
}

.fs_accordion-1_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-1_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header:focus-visible, .fs_accordion-1_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_embed {
  margin-bottom: 0;
}

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

.div-block-49 {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.navbar1_component {
  border-bottom: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
  padding: .5rem;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button-8 {
  border: 2px solid var(--deep-orange);
  background-color: var(--deep-orange);
  color: #fff;
  text-align: center;
  border-radius: 20rem;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.button-8:hover {
  border-color: var(--deep-orange-hover);
  background-color: var(--deep-orange-hover);
}

.button-8:focus {
  outline-color: var(--deep-orange);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.button-8.is-secondary {
  border: 2px solid var(--deep-orange);
  color: var(--dark-blue);
  background-color: #0000;
}

.button-8.is-secondary:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
}

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

.navbar1_menu-button {
  padding: 0;
}

.blog-post1-header_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post1-header_breadcrumb {
  width: 100%;
  color: var(--dark-blue);
  align-items: center;
  display: flex;
}

.blog-post1-header_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blog-post1-header_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post1-header_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post1-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post1-header_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post-header1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post1-header_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post1-header_social-link {
  background-color: var(--\<unknown\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post1-header_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-post1-header_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.blog-post1-header_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.blog-post1-content_content {
  margin-bottom: 4rem;
}

.blog-post1-content_content.is-casestudy {
  max-width: 650px;
}

.blog-post1-content_content-bottom {
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-end;
  display: flex;
  position: sticky;
  inset: 7rem auto auto;
}

.blog-post1-content_content-bottom.is-casestudy {
  justify-content: space-between;
  align-items: flex-start;
}

.blog-post1-content_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-post1-content_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.blog-post1-content_share.v2-share, .blog-post1-content_share.is-v2 {
  flex-flow: row;
}

.blog-post1-content_social-link {
  background-color: var(--deep-orange);
  width: 40px;
  height: 40px;
  color: var(--white);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .7rem;
  display: flex;
}

.blog-post1-content_social-link.v2-link, .blog-post1-content_social-link.is-v2 {
  background-color: var(--deep-green);
}

.blog-post1-content_social-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-post1-content_tag-list-wrapper {
  width: 50%;
}

.blog-post1-content_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.blog-post1-content_tag-item {
  background-color: var(--\<unknown\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post1-content_tag-item.w--current {
  border-bottom: 2px solid var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
}

.blog-post1-content_divider {
  background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-post1-content_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post1-content_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post1-content_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.section_blog-post1-cta {
  position: relative;
}

.blog-post1-cta_form {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-link-4 {
  color: var(--second-heading-colour);
  font-size: 16px;
  font-weight: 700;
}

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

.section_blog-post1-related {
  display: block;
}

.blog-post1-related_component {
  flex-direction: column;
  align-items: center;
}

.blog-post1-related_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.blog-post1-related_item {
  max-width: 540px;
  color: var(--dark-blue);
}

.blog-post1-related_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog-post1-related_image-wrapper {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}

.blog-post1-related_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .2s;
}

.blog-post1-related_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post1-related_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
}

.blog-post1_title-link {
  margin-bottom: 1rem;
  text-decoration: none;
  display: block;
}

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

.blog-post1-related_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog-post1-related_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post1-related_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog-post1-related_date-wrapper {
  display: flex;
}

.blog-post1-related_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer1_logo-link {
  padding-left: 0;
}

.footer1_form_component {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.button-9 {
  border: 2px solid var(--deep-orange);
  background-color: var(--deep-orange);
  color: #fff;
  text-align: center;
  border-radius: 20rem;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.button-9:hover {
  border-color: var(--deep-orange-hover);
  background-color: var(--deep-orange-hover);
}

.button-9:focus {
  outline-color: var(--deep-orange);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.button-9.is-secondary {
  border: 2px solid var(--deep-orange);
  color: var(--dark-blue);
  background-color: #0000;
}

.button-9.is-secondary:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
}

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

.text-link-5 {
  color: var(--second-heading-colour);
  font-size: 16px;
  font-weight: 700;
}

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

.heading-19 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  font-size: 1.75rem;
}

.case-study_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.case-study_content-wrapper.is-casestudy {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: minmax(110px, 250px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab2_dropdown {
  display: none;
}

.lightbox-link {
  width: 100%;
  height: 680px;
  display: block;
}

.header3_spacing {
  padding-top: 3.5rem;
}

.icon-height-xlarge {
  height: 60px;
}

.div-block-51 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 2rem;
  display: flex;
}

.dropdown-list-2 {
  inset: 0% auto auto 0%;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  top: auto;
  bottom: 100%;
}

.dropdown-list-3 {
  padding: 20px;
  position: absolute;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top-style: none;
  border-radius: 0 0 8px 8px;
  display: flex;
  top: 100%;
}

.dropdown-list-3.is-sign-in {
  inset: 3.75rem auto auto 0%;
}

.dropdown-list-3.is-sign-in.w--open {
  background-color: var(--xlight-purple);
  top: 3.875rem;
  left: -4rem;
}

.locales-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  display: flex;
}

.dropdown-toggle:hover {
  background-color: #f5f5f5;
}

.dropdown-toggle:focus {
  outline-color: var(--dark-blue);
  outline-offset: -10px;
  border-radius: 12px;
  outline-width: 2px;
  outline-style: solid;
}

.dropdown-toggle.w--open {
  background-color: var(--white);
}

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

.dropdown-2 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.lang-link {
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding: 4px 16px;
  font-weight: 500;
  transition: all .2s;
}

.lang-link:hover {
  color: var(--deep-orange);
}

.lang-link.w--current {
  background-color: var(--light-purple);
}

.play-pause-btn {
  aspect-ratio: 1;
  border: 3px solid var(--deep-orange);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: #ffffff96;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  display: inline-flex;
}

.training_img {
  width: 423px;
}

.layout132_overlay {
  background-image: linear-gradient(45deg, #000, #fff0 80%);
  position: absolute;
  inset: 0%;
}

.section_testimonials {
  border-top: 1px solid var(--light-purple);
  border-bottom: 1px solid var(--light-purple);
  background-color: var(--white);
}

.testimonial_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 3fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.swiper-wrapper.is-user-test {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
}

.testimonial_quote-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-wrap: pretty;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 72ch;
}

.testimonial_slider-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.sustain-success_component {
  margin-top: 4rem;
}

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

._60_block-left {
  aspect-ratio: 1;
  border-radius: 16px;
  width: 100%;
  max-width: 50vh;
  position: relative;
  overflow: hidden;
}

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

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

.text {
  opacity: .4;
  color: var(--dark-blue);
  font-size: clamp(2rem, 3vw, 3.5rem);
}

._60_block-right_block {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

._60_block-right {
  height: 100%;
  max-height: 50vh;
  position: relative;
  overflow: hidden;
}

.image-48 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.box {
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.box._2 {
  position: absolute;
  inset: 0%;
}

.box.box-1 {
  z-index: 1;
  transform: translate(0);
}

.img-1, .img-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_60 {
  background-color: #fff;
  flex-flow: column;
  height: 500vh;
  position: relative;
}

.div-block-61 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-62 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.lang-code {
  text-transform: uppercase;
  width: 2ch;
  overflow: hidden;
}

.locales-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.icon-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.mobile-menu {
  display: none;
}

.section_60_sticky {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 80px);
  display: flex;
  position: sticky;
  inset: 80px 0% auto;
}

._60_block_grad {
  background-image: linear-gradient(180deg, var(--white), #f5f5fb00 25%, #f8f8fc00 75%, var(--white));
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

._60_block-right_list {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
  top: 0%;
}

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

.section-7 {
  background-color: var(--white);
}

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

.layout3_overlay {
  background-image: linear-gradient(45deg, #000, #fff0);
  position: absolute;
  inset: 0%;
}

.full-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.full-contain.origin-bot {
  object-position: 50% 100%;
}

._60_block-left_block {
  aspect-ratio: 1;
  border-radius: 16px;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

._60_block-left_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.fs_accordion-1_message-2 {
  color: var(--accessible-components--dark-grey);
}

.fs_accordion-1_paragraph-2 {
  margin-bottom: 0;
}

.fs_accordion-1_body-2 {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-1_content-2 {
  overflow: hidden;
}

.fs_accordion-1_icon-2 {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-1_label-2 {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-1_header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header-2:focus-visible, .fs_accordion-1_header-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_embed-2 {
  margin-bottom: 0;
}

.fs_accordion-1_component-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-70 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.testimonial_slider-left {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.swiper-pagination.is-users {
  width: auto;
  color: var(--dark-blue);
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  bottom: 0;
}

.testimonial_separator {
  background-color: var(--light-purple);
  width: 1px;
  height: 100%;
}

.hr-color-light-purple {
  border-top: 1px solid var(--light-purple);
}

.text-wrap-balance {
  text-wrap: balance;
}

.text-color-med-green {
  color: var(--green);
}

.key-features_slider-overlay {
  z-index: -1;
  background-image: linear-gradient(0deg, #000, #fff0);
  position: absolute;
  inset: 0%;
}

.swiper.customers {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.user-testimonial_card {
  background-color: var(--xlight-purple);
  width: 100%;
  height: 100%;
  min-height: 280px;
  color: var(--dark-blue);
  text-align: center;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  display: flex;
}

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

.button-orange {
  background-color: var(--deep-orange);
  width: 4rem;
  height: 4rem;
  color: var(--white);
  border-radius: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.button-orange:hover {
  transform: scale(1.125);
}

.video_wrapper {
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video_wrapper.is-square {
  border-radius: 0;
}

.video-player_overlay {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.slick-slider.cms-slider {
  display: flex;
}

.card-slider_item {
  flex: none;
}

.div-block-72 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.section_faq_home {
  background-color: var(--white);
}

.faq_home_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq_home_list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--light-purple);
  flex-flow: column;
  display: flex;
}

.section-8 {
  height: 700px;
}

.cta40_nameplate {
  background-color: var(--green);
  min-width: 320px;
  max-width: 80%;
  color: var(--dark-blue);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 20px 24px 20px 32px;
  position: absolute;
  inset: auto 0% 2rem auto;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.pricing26_tabs {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pricing26_tabs-menu {
  background-color: var(--xlight-purple);
  border-radius: 16px;
  align-self: center;
  margin-bottom: 3rem;
  padding: 4px;
  display: flex;
}

.pricing26_tabs-menu.v2-pricing {
  background-color: var(--light-04);
  color: var(--dark-blue);
}

.pricing26_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 230px;
  min-height: 48px;
  color: var(--dark-blue);
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.pricing26_tab-link.w--current {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--light-purple);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--light-purple);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--light-purple);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--light-purple);
  color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
  background-color: #fff;
  box-shadow: 0 4px 16px #00000014;
}

.pricing26_tabs-content {
  width: 100%;
  overflow: visible;
}

.pricing26_plans {
  border-style: solid solid none;
  border-width: 2px;
  border-color: var(--light-purple);
  width: 100%;
  position: relative;
}

.pricing26_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid var(--light-purple);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: static;
  top: 80px;
}

.pricing26_empty-space {
  border-top: 2px solid #fff;
  border-left: 2px solid var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -2px;
  margin-left: -2px;
  padding-bottom: 1rem;
  display: flex;
}

.pricing26_top-header {
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--light-purple);
  height: 100%;
  color: var(--dark-blue);
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem clamp(1rem, 1vw, 1.5rem);
  display: flex;
}

.pricing26_top-row-price-wrapper {
  text-align: center;
}

.pricing26_top-row-price {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.button-10 {
  border: 2px solid var(--deep-orange);
  background-color: var(--deep-orange);
  color: #fff;
  text-align: center;
  border-radius: 20rem;
  padding: 1rem 3rem;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.button-10:hover {
  border-color: var(--deep-orange-hover);
  background-color: var(--deep-orange-hover);
}

.button-10:focus {
  outline-color: var(--deep-orange);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

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

.pricing26_heading-row {
  border-bottom: 2px solid var(--light-purple);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pricing26_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid var(--light-purple);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing26_feature {
  border: 2px none var(--light-purple);
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem 1rem 1rem;
  display: flex;
}

.pricing26_feature.v2-pricing {
  color: var(--dark-blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.pricing26_row-content {
  border-left: 2px solid var(--light-purple);
  color: var(--dark-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pricing26_row-content.is-pro {
  z-index: 1;
}

.pricing26_icon-wrapper {
  background-color: var(--light-green);
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: inline-flex;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.pricing26_tab-discount {
  background-color: var(--deep-green);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: 8px 12px;
  font-weight: 500;
}

.inline-block {
  display: inline-block;
}

.text-block-32 {
  background-color: var(--light-green);
  color: var(--deep-green);
  border-radius: 20px;
  padding: 4px 8px;
  font-weight: 500;
  display: block;
}

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

.layout237_item {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--light-purple);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--light-purple);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--light-purple);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--light-purple);
  width: 100%;
  color: var(--dark-blue);
  border-radius: 24px;
  padding: 1.5rem 1.5rem 2rem;
  box-shadow: 0 4px 40px #00000014;
}

.layout237_item-icon-wrapper {
  display: inline-block;
}

.button-11 {
  border: 2px solid var(--deep-orange);
  background-color: var(--deep-orange);
  color: #fff;
  text-align: center;
  border-radius: 20rem;
  padding: 1rem 3rem;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.button-11:hover {
  border-color: var(--deep-orange-hover);
  background-color: var(--deep-orange-hover);
}

.button-11:focus {
  outline-color: var(--deep-orange);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.button-11.is-secondary {
  border: 2px solid var(--deep-orange);
  color: var(--dark-blue);
  background-color: #0000;
}

.button-11.is-secondary:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
}

.button-11.is-link {
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-11.is-text {
  color: var(--dark-blue);
  background-color: #0000;
  border: 2px #0000;
  border-bottom: 2px solid #d93f0400;
  border-radius: 0;
  padding: 0 0 6px;
  position: relative;
}

.button-11.is-text:hover {
  color: var(--deep-orange);
}

.button-11.is-text.no-hover-red:hover {
  color: var(--dark-blue);
}

.button-11.is-text.no-hover-red:focus {
  outline-color: var(--deep-green);
  border-radius: 4px;
}

.button-11.is-text.is-icon {
  text-align: left;
  flex-flow: wrap;
}

.button-11.is-text.is-icon.is-white {
  color: var(--white);
  text-decoration: none;
}

.button-11.is-text.is-icon.is-white.is-cookie {
  border-style: none;
  border-color: #000;
  padding-bottom: 0;
}

.button-11.is-text.is-icon.is-white.is-cookie:hover {
  opacity: .8;
}

.button-11.max-width-full {
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-11.max-width-full.v2-pricing {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  border-radius: 8px;
}

.section_blog6 {
  color: var(--dark-blue);
}

.blog6_featured-item-link {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: grid;
}

.blog6_image-wrapper {
  border-radius: 24px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog6_featured-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog6_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--\<unknown\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  background-color: var(--\<unknown\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.w--current {
  border-bottom: 2px solid var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
}

.blog6_category-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog6_category-menu.no-scrollbar {
  margin-left: 0;
  overflow: visible;
}

.blog6_menu-link {
  border: 2px solid var(--light-purple);
  white-space: nowrap;
  border-radius: 20px;
  flex: none;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
}

.blog6_menu-link.w--current {
  border-style: solid;
  border-width: 1px;
}

.blog6_menu-link.current {
  border-width: 2px;
}

.blog6_menu-link.current.w--current {
  border-color: var(--dark-blue);
}

.blog6_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

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

.blog6_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog6_badge {
  background-color: var(--deep-purple);
  color: var(--white);
  border-radius: 20rem;
  padding: 4px 12px;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.section_layout504 {
  background-color: var(--white);
}

.layout504_tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout504_tabs-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 6rem;
  display: flex;
  overflow: auto;
}

.layout504_tabs-menu.no-scrollbar {
  margin-left: 0;
  overflow: visible;
}

.layout504_tab-link {
  border-bottom: 2px solid var(--light-purple);
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .5rem 4rem;
  font-size: 1.5rem;
  transition: all .2s;
  display: flex;
}

.layout504_tab-link.w--current {
  border-bottom-width: 2px;
  border-bottom-color: var(--dark-blue);
  background-color: #0000;
  flex: none;
  font-weight: 500;
}

.layout504_tab-card {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout504_image-wrapper {
  aspect-ratio: 768 / 572;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 768px;
  display: flex;
  position: relative;
}

.layout504_image {
  aspect-ratio: 3 / 2;
}

.layout504_tab-card-content {
  flex-flow: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.layout504_bg-video {
  z-index: 1;
  object-fit: contain;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: relative;
}

.pricing26_plans-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.pricing26_highlight {
  z-index: 2;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--deep-purple);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--deep-purple);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--deep-purple);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--deep-purple);
  opacity: 0;
  pointer-events: none;
  width: calc(22.22% + 2px);
  height: calc(100% + 2px);
  margin-top: -2px;
  position: absolute;
  inset: 0% 0% auto 25%;
}

.pricing26_highlight.is-starter {
  opacity: 0;
  left: 33.3333%;
}

.pricing26_highlight.is-pro {
  opacity: 0;
  pointer-events: none;
  left: 55.5556%;
}

.pricing26_highlight.is-enterprise {
  left: 77.7778%;
}

.spinner {
  text-indent: 0;
  vertical-align: baseline;
  width: 50px;
  display: block;
}

.spinner-container {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.features1_card {
  background-color: var(--light-purple);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.features1_card.is-green {
  background-color: var(--light-green);
  color: var(--dark-blue);
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 32px;
  display: flex;
}

.features1_card.is-green.is-long {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.features1_card1_overlay {
  pointer-events: none;
  background-image: linear-gradient(#000000e6, #f0f0f00f 49%, #fff0 70%);
  position: absolute;
  inset: 0%;
}

.image-49 {
  width: calc(100% + 64px);
  position: relative;
}

.purpose-features_vid {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 76%;
}

.purpose-features_vid.is-interactive {
  padding-top: 91.5%;
}

.purpose-features_vid.is-inspiring {
  padding-top: 67.75%;
}

.purpose-features_vid.is-engagement {
  padding-top: 93.5%;
}

.background-video-3 {
  z-index: 1;
}

.purpose-card1 {
  background-color: var(--light-green);
  width: 100%;
  height: 100%;
  color: var(--dark-blue);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.purpose-card1.is-purple {
  background-color: var(--light-purple);
}

.purpose-card1.is-yellow {
  background-color: var(--light-yellow);
}

.purpose-card1.is-square {
  aspect-ratio: 1;
}

.icon-1x1-xlarge {
  width: 3rem;
  height: 3rem;
}

.features1_card-overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--light-purple), #fff0 3%);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.features1_card-overlay.is-green {
  background-image: linear-gradient(180deg, var(--light-green), #fff0 3%);
}

.features1_card-overlay.is-green.is-right {
  background-image: linear-gradient(90deg, var(--light-green), #fff0 3%);
}

.section_support {
  background-color: var(--white);
}

.support_comp1 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.support_comp1_img {
  width: 250px;
}

.v2-navbar5_component {
  z-index: 990;
  border-bottom: 1px solid var(--light-04);
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 3.8%;
  padding-right: 3.8%;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 8px 40px #1c294714;
}

.v2-navbar5_menu-dropdown {
  height: 100%;
  position: static;
}

.v2-dropdown-chevron {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: opacity .2s;
  display: flex;
}

.v2-navbar5_dropdown-toggle {
  grid-column-gap: .5rem;
  height: 100%;
  color: var(--dark-blue);
  align-items: center;
  padding: 1.5rem 1rem;
  font-weight: 400;
  display: flex;
}

.v2-navbar5_dropdown-toggle:focus {
  outline-color: var(--dark-blue);
  outline-offset: -3px;
  color: var(--dark-blue);
  outline-width: 3px;
  outline-style: none;
}

.v2-dropdown-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--dark-blue);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 7px;
  font-weight: 400;
  display: flex;
}

.v2-dropdown-toggle:hover {
  background-color: #f5f5f5;
}

.v2-dropdown-toggle:focus {
  background-color: var(--dark-blue);
  outline-color: var(--dark-blue);
  outline-offset: -10px;
  color: var(--white);
  outline-width: 2px;
  outline-style: none;
  font-weight: 400;
}

.v2-dropdown-toggle.w--open {
  background-color: var(--dark-blue);
  color: var(--white);
  font-weight: 400;
}

.v2-dropdown-list-3 {
  padding: 20px;
  position: absolute;
}

.v2-dropdown-list-3.w--open {
  border: 1px solid var(--light-04);
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  display: flex;
  top: 100%;
  left: -100%;
}

.v2-dropdown-list-3.is-sign-in {
  inset: 3.75rem auto auto 0%;
}

.v2-dropdown-list-3.is-sign-in.w--open {
  background-color: var(--xlight-purple);
  top: 3.875rem;
  left: -4rem;
}

.v2-lang-link {
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding: 4px 16px;
  font-weight: 400;
  transition: all .2s;
}

.v2-lang-link.w--current {
  background-color: var(--blue20);
}

.v2-locales-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.v2-popup_link {
  color: var(--dark-blue);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 7px;
  font-weight: 400;
  transition: background-color .2s;
  display: inline-flex;
}

.v2-popup_link:hover {
  background-color: var(--light-04);
}

.v2-popup_link.w--current {
  color: var(--dark-blue);
}

.v2-popup_link.iq-btn {
  border: 2px solid var(--deep-green);
  background-color: var(--deep-green);
  color: var(--color);
  padding: 12px 32px;
}

.v2-popup_link.iq-btn:hover {
  border: 2px solid var(--deep-green);
  background-color: var(--color);
  color: var(--deep-green);
}

.v2-popup_link.iq-btn:focus {
  border-color: var(--white);
  outline-color: var(--deep-green);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.v2-popup_link.footer-btn {
  background-color: #fff;
  padding: 12px 24px;
  font-weight: 500;
}

.v2-div-block-51 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: none;
}

.v2-dropdown-navbar_wrapper {
  width: 100%;
  padding-top: 0;
  padding-left: 240px;
}

.v2-nb-text {
  color: #000000b3;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.16;
}

.v2-nb-text2 {
  color: #000000b3;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.16;
}

.v2-nb-img {
  opacity: 0;
  width: 50%;
  max-width: 634.5px;
  height: auto;
  transition: opacity .32s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.v2-dropdown_inner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.v2-dropdown-menu_list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.dd-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dd-link.labs-dd {
  padding-bottom: 24px;
}

.v2-dm_list-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.v2-nb-arrow {
  opacity: 0;
  transition: opacity .32s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.v2-navbar5_dropdown-list.w--open {
  border-bottom: 1px solid var(--light-04);
  background-color: var(--white);
  width: 100vw;
  max-width: 100%;
  height: 496px;
  box-shadow: none;
  padding-left: 3.8%;
  padding-right: 3.8%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.v2-nb-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.opacity-0 {
  opacity: 0;
}

.labs-divider-line-wrapper {
  background-color: var(--light-04);
  height: 1px;
  padding-left: 32px;
  position: absolute;
  inset: auto 0% 0% 10%;
}

.v2-mobile-locales-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.v2-dropdown-2 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.v2-dropdown-list3 {
  padding: 20px;
  position: absolute;
}

.v2-dropdown-list3.w--open {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top-style: none;
  border-radius: 0 0 8px 8px;
  display: flex;
  top: 100%;
}

.v2-dropdown-list3.is-sign-in {
  inset: 3.75rem auto auto 0%;
}

.v2-dropdown-list3.is-sign-in.w--open {
  background-color: var(--xlight-purple);
  top: 3.875rem;
  left: -4rem;
}

.v2-dropdown-toggle2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  display: flex;
}

.v2-dropdown-toggle2:hover {
  background-color: #f5f5f5;
}

.v2-dropdown-toggle2:focus {
  outline-color: var(--dark-blue);
  outline-offset: -10px;
  border-radius: 12px;
  outline-width: 2px;
  outline-style: solid;
}

.v2-dropdown-toggle2.w--open {
  background-color: var(--white);
}

.v2-icon-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.div-block-51-copy {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 2rem;
  display: flex;
}

.v2-navbar5_menu-links {
  align-items: center;
  height: 100%;
  display: flex;
}

.v2-navbar5_menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #c8c8c800;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.v2-navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: flex;
}

.v2-lang-code {
  text-transform: uppercase;
  width: 2ch;
  overflow: hidden;
}

.v2-mobile-lang-link {
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding: 4px 16px;
  font-weight: 500;
  transition: all .2s;
}

.v2-mobile-lang-link:hover {
  color: var(--deep-orange);
}

.v2-mobile-lang-link.w--current {
  background-color: var(--light-purple);
}

.v2-nb-padding-vertical {
  padding-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
}

.v2-nb-padding-vertical.padding-xxlarge, .v2-nb-padding-vertical.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

.test-long-section {
  height: 200vh;
}

.v2-popup-wrapper {
  z-index: 995;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.v2-popup-inner {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000001a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.v2-login-popup_content {
  z-index: 1;
  background-color: #fff;
  width: 76%;
  max-width: 1104px;
  padding: 32px;
  position: relative;
}

.hero-span {
  text-transform: none;
  font-weight: 400;
}

.popup-close {
  position: absolute;
  inset: 32px 32px auto auto;
}

.v2-login-popup_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.v2-login-popup_heading.bold {
  font-weight: 500;
}

.lp-hero-icon {
  width: 100%;
}

.lp-hero-icon-wrapper {
  flex: none;
  width: 48px;
}

.flex-h-16gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.v2-login-popup_links-wrapper {
  padding-top: 116px;
}

.log-in_link-heading {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.15;
}

.v2-login-popup_link {
  color: #333;
  border-top: 1px solid #dcdcc4;
  justify-content: space-between;
  padding: 32px 12px 32px 16px;
  text-decoration: none;
  transition: padding .32s, background-color .2s;
  display: flex;
}

.v2-login-popup_link:hover {
  background-color: #f3f3eb;
  padding-left: 26px;
  padding-right: 20px;
}

.v2-login-popup-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.v2-hide-desktop {
  display: none;
}

.v2-footer-padding {
  padding-left: 3.8%;
  padding-right: 3.8%;
}

.v2-footer_top-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--dark-blue);
  border-bottom: 1px solid #49546c;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.v2-footer_top-text {
  color: var(--white);
  font-size: 2rem;
  line-height: 1.32;
}

.v2-footer3_social-link {
  background-color: var(--white);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--dark-blue);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.v2-footer3_social-link:hover {
  background-color: var(--deep-green);
  color: var(--white);
}

.text-block-44 {
  color: #d60303;
}

.su-tf {
  color: #1c2947;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1;
}

.su-tf:focus {
  border: 1px solid #bbbfc8;
}

.su-tf.rounded {
  border-radius: 4px;
}

.su-tf.rounded.text-area {
  min-height: 93px;
}

.field-label {
  background-color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: -9% auto auto 16px;
}

.field-label.v2-contact {
  background-image: linear-gradient(#f3f3eb, #f3f3eb 50%, #fff 50%, #fff);
}

.v2-form-field-label_wrapper {
  flex: 1;
  position: relative;
}

.v2-signup-form_wrapper {
  padding-top: 48px;
}

.v2-form-cta_wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
  display: flex;
}

.v2-form-fields_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.v2-su-form_error-msg {
  background-color: #ffdede00;
}

.su-register_btn {
  background-color: #1c2947;
  border: 2px solid #1c2947;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 18px;
  line-height: 1;
  transition: color .2s, border .2s, background-color .2s;
}

.su-register_btn:hover {
  color: #1c2947;
  background-color: #1c294700;
  border: 2px solid #1c2947;
}

.su-register_btn:focus {
  outline-offset: 0px;
  border-color: #fff;
  outline: 2px solid #356904;
}

.v2-from-text {
  font-size: 18px;
  line-height: 1.3;
}

.section_next-steps {
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}

.v2-padding {
  padding-left: 3.8%;
  padding-right: 3.8%;
}

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

.v2-next-grid_left-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.v2-next-grid_right-wrapper {
  position: relative;
}

.place-holder-img {
  opacity: 0;
  width: 100%;
}

.next-grid_low-img {
  width: 53.4%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.next-grid_high-img {
  width: 53%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.v2-h2 {
  color: var(--dark-blue);
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.15;
}

.v2-h2.compressed {
  letter-spacing: -1.8px;
}

.v2-h2.white-text {
  color: var(--white);
}

.v2-h2.white-text.max-w_20ch {
  max-width: 20ch;
}

.v2-h2.white-text.max-w_20ch:lang(es) {
  max-width: 18ch;
}

.v2-h2.white-text.max-w_20ch:lang(fr-fr) {
  max-width: 17ch;
}

.v2-btn_blue {
  border: 2px solid var(--dark-blue);
  background-color: #1c2947;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 1.125rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.v2-btn_blue:hover {
  color: var(--dark-blue);
  background-color: #1c294700;
}

.v2-btn_blue:focus {
  border-color: var(--white);
  outline-color: var(--deep-green);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

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

.v2-small-text {
  color: #49546c;
  font-size: .875rem;
  font-weight: 400;
}

.v2-small-text.white {
  color: var(--white);
}

.max-w-ch {
  max-width: 54ch;
}

.section_our-clients {
  background-color: var(--light-03);
  padding-top: 124px;
  padding-bottom: 124px;
}

.flex-vertical-1-5rem {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.v2-home_clients-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3.5rem;
  display: grid;
}

.block-3 {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 259px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.block-3.is-link {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

.section_full-video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  position: relative;
}

.iq-video_pill {
  z-index: 12;
  background-color: #fcfcf9;
  border-radius: 100px;
  padding: 8px 12px;
  position: absolute;
  inset: 64px auto auto 44px;
}

.section_v2-hero {
  padding-top: 104px;
  padding-bottom: 104px;
}

.v2-hero_grid {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 86px 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.v2-hero_grid.is-resources {
  grid-column-gap: 7.5rem;
  grid-template-columns: 320px 1fr;
}

.hero-grid_left {
  padding-top: 12px;
}

.hero-grid_left.case-studies {
  padding-top: 0;
}

.v2-h1 {
  color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.15;
}

.v2-h1.bold {
  font-weight: 500;
}

.div-block-73 {
  padding-top: 4.5rem;
}

.v2-small_h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.15;
}

.v2-small_h2.bold {
  font-weight: 500;
}

.v2-small_h2.mobile {
  display: none;
}

.full-video_pill-wrapper {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 3.8%;
}

.full-video_pill-tag {
  background-color: #fcfcf9;
  border-radius: 100px;
  padding: 8px 12px;
}

.section_un {
  background-color: var(--light-03);
  padding-top: 48px;
  padding-bottom: 48px;
}

.un_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
  grid-auto-columns: 1fr;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.un_p {
  color: var(--dark-blue);
  font-size: 1.125rem;
}

.un-grid_right {
  justify-content: flex-start;
  align-items: center;
  padding-left: 68px;
  display: flex;
}

.un-grid_left {
  padding-left: 60px;
}

.v2-navbar-login_wrapper {
  z-index: 998;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-close2 {
  position: absolute;
  inset: 32px 32px auto auto;
}

.v2-login-popup-background2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.v2-popup-login_link {
  color: var(--dark-blue);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 7px;
  font-weight: 400;
  transition: background-color .2s;
  display: inline-flex;
}

.v2-popup-login_link:hover {
  background-color: var(--light-04);
}

.v2-popup-login_link.w--current {
  border-bottom: 2px solid var(--deep-orange);
  height: auto;
  color: var(--dark-blue);
  margin-top: .25rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0 0 .25rem;
}

.v2-popup-login_link.iq-btn {
  border: 2px solid var(--deep-green);
  background-color: var(--deep-green);
  color: var(--color);
  padding: 12px 32px;
}

.v2-popup-login_link.iq-btn:hover {
  border: 2px solid var(--deep-green);
  background-color: var(--color);
  color: var(--deep-green);
}

.v2-popup-login_link.iq-btn:focus {
  border-color: var(--white);
  outline-color: var(--deep-green);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.v2-popup-login_link.footer-btn {
  background-color: #fff;
  padding: 12px 24px;
  font-weight: 500;
}

.section_real-impact {
  padding-top: 62px;
  padding-bottom: 62px;
}

.real-impact_extra-padding {
  padding-left: 90px;
  padding-right: 90px;
  display: block;
}

.v2-real-impact-grid {
  grid-column-gap: 101px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 56px;
  display: grid;
}

.real-impact-grid_left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  overflow: hidden;
}

.real-impact-grid_right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.new-testimonial-quote {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--dark-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quote-p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.3;
}

.quote-p.mw-35ch {
  max-width: 35ch;
}

.quote-p.maxw-30ch, .quote-p.mw-30ch {
  max-width: 30ch;
}

.quote-p.mw-32ch {
  max-width: 32ch;
}

.quote-p.mw-38ch {
  max-width: 38ch;
}

.read-more-btn {
  color: #000;
  background-color: #3898ec03;
  padding: 0;
  text-decoration: underline;
}

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

.ri-grid_pagination-wrapper {
  padding-top: 88px;
}

.ri-grid_pagination-wrapper.single-item {
  opacity: 0;
}

.v2-client_name {
  line-height: 1.32;
}

.v2-client_name.bold {
  font-weight: 500;
}

.modal__btn-close-bar {
  background-color: currentColor;
  width: .125em;
  height: 40%;
  position: absolute;
  transform: rotate(45deg);
}

.modal__btn-close-bar.is--second {
  transform: rotate(-45deg);
}

.modal__content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  padding: 5.125rem 1.625rem 1.625rem;
  display: flex;
}

.quotes-small-p {
  font-size: 1.125rem;
  line-height: 1.48;
}

.modal {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.quotes-big-p {
  font-size: 1.5rem;
  line-height: 1.24;
}

.modal__card {
  pointer-events: auto;
  background-color: #fff;
  width: 100%;
  max-width: 30.5em;
  height: 100%;
  max-height: 100%;
  padding: .75em;
  display: none;
  position: relative;
}

.quotes-name-title {
  line-height: 1.32;
}

.quotes-name-title.bold {
  font-weight: 500;
}

.modal__scroll {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  border-radius: 1.25em;
  flex-flow: column;
  width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: scroll;
}

.modal__btn-close {
  background-color: #efeeec00;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}

.modal__dark {
  opacity: .5;
  pointer-events: auto;
  cursor: pointer;
  background-color: #131313;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.quotes-2rem-top-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #1c2947;
  flex-flow: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.section_iq-highlights {
  padding-top: 62px;
  padding-bottom: 62px;
}

.v2-tabs-wrapper {
  padding-top: 56px;
}

.v2-tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.v2-tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.content-grid_left {
  background-color: var(--light-03);
  color: var(--dark-blue);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.v2-h3 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.15;
}

.tabs-p {
  text-wrap: pretty;
  font-size: 1.125rem;
  line-height: 1.4;
}

.v2-tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.v2-tab-link.w--current {
  background-color: #ddd0;
}

.v2-tabs_arrow {
  opacity: 0;
  transition: opacity .2s;
}

.section_v2-realimpact {
  padding-top: 62px;
  padding-bottom: 62px;
}

.v2-realimpact-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.real-impact-top_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ri-top-grid_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-03);
  color: var(--dark-blue);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ri-top-grid_left.align-bottom {
  justify-content: flex-end;
}

.ri-top-grid_left.align-bottom.is-set-height {
  min-height: 320px;
}

.ri-top-grid_left.align-bottom.is-set-height.white-text {
  color: #fff;
}

.ri-top-grid_left.align-bottom.is-set-height.is-dark-green {
  background-color: var(--light-04);
}

.real-impact_quote {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.32;
}

.real-impact_quote.small {
  font-size: 1.5rem;
}

.real-impact_quote-author {
  line-height: 1.32;
}

.real-impact-grid_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.real-impact-img_wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.real-impact-img_wrapper.is-absolute {
  position: absolute;
  inset: 0%;
}

.real-impact-middle_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.real-impact-middle-grid_right {
  border-radius: 8px;
  position: relative;
}

.real-impact-middle-grid_right.set-height {
  min-height: 320px;
}

.real-impact-middle-grid_right.set-height.is-dark_green {
  background-color: #dcdcc4;
}

.ri-flex-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.ri-flex-bottom.is-blue_text {
  color: #1c2947;
}

.real-impact-bottom_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .47fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.real-impact-bottom_grid.is-three-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.real-impact-bottom_grid.is-2col {
  grid-template-columns: 1fr 1fr;
}

.real-impact-bottom_grid.is-reversed {
  grid-template-columns: .6fr 1fr;
}

.text-block-45 {
  font-size: 3.5rem;
  line-height: 1.08;
}

.section_explore-news {
  color: #000;
  padding-top: 62px;
  padding-bottom: 124px;
}

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

.explore-news_grid.single-cell {
  grid-template-columns: 1fr;
  width: 100%;
}

.explore-news_grid._3-col {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.explore-news-grid_left {
  min-height: 444px;
  color: var(--white);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.explore-news-grid_right {
  color: var(--white);
  padding: 0;
}

.size-image {
  width: 100%;
}

.div-block-74 {
  width: 100%;
  height: 100%;
}

.v2-news-heading {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.15;
}

.v2-news-heading.max-with_18ch {
  max-width: 18ch;
}

.v2-news-heading.max-with_16ch {
  max-width: 16ch;
}

.v2-news-heading.max-with_22ch {
  max-width: 22ch;
}

.v2-news-heading.max-with_20ch {
  max-width: 20ch;
}

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

.v2-wrapp_landing {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.v2-btn_white {
  border: 2px solid var(--white);
  background-color: #1c294700;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 1.125rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.v2-btn_white:hover {
  color: var(--dark-blue);
  background-color: #fff;
}

.v2-btn_white:focus {
  border-color: var(--white);
  outline-color: var(--deep-green);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.more-news_btn-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  display: flex;
}

.v2-btn_green {
  border: 2px solid var(--deep-green);
  color: var(--dark-blue);
  background-color: #35690400;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 1.125rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.v2-btn_green:hover {
  color: var(--white);
  background-color: #356904;
}

.v2-btn_green:focus {
  border-color: var(--white);
  outline-color: var(--deep-green);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.section_product-highlights {
  padding-top: 124px;
  padding-bottom: 62px;
}

.div-block-76 {
  aspect-ratio: 16 / 9;
  background-color: #d9d9d9;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.block-text {
  color: #49546c;
  font-size: .875rem;
  font-weight: 400;
}

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

.block-link {
  opacity: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: opacity .2s linear;
  display: flex;
  position: absolute;
  inset: 0%;
}

.block-link:hover {
  opacity: 100;
}

.v2-recaptcha_wrapper {
  padding-top: 1rem;
}

.v2-footer3_component {
  background-color: var(--dark-blue);
  color: var(--white);
}

.v2-pricing-dropdown {
  width: 100%;
}

.v2-pricing_dropdown-icon {
  inset: 0% auto 0% 0%;
  transform: rotate(-90deg);
}

.v2-pricing_dropdown-list {
  position: static;
}

.v2-pricing_dropdown-list.w--open {
  background-color: #ddd0;
  padding-left: 1.125rem;
}

.dropdown-toggle-2 {
  font-size: 1.125rem;
  font-weight: 500;
  display: block;
}

.text-block-46 {
  line-height: 1.32;
}

.pre-line {
  white-space: pre-wrap;
}

.light-span {
  font-weight: 400;
}

.alt-nav-bar {
  z-index: 800;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
}

.alt-nav-bar.is-faqs {
  background-color: #fff;
}

.alt-nav_height-div {
  height: 80px;
}

.alt-navbar_bottom-wrapper {
  color: var(--dark-blue);
  padding-top: 24px;
  padding-bottom: 24px;
}

.section_iq-product {
  padding-top: 104px;
  padding-bottom: 107px;
}

.v2-cta-wrapper {
  text-align: center;
  padding-top: 2.5rem;
}

.alt-navbar-flex-div {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.list-4 {
  margin-bottom: 0;
}

.alt-navbar_heading {
  color: var(--blue-80);
  font-weight: 500;
}

.alt-navbar_link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--dark-blue);
  flex: none;
  display: flex;
}

.alt-navbar_links-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: auto;
}

.alt-navbar_tittle-wrapper {
  padding-right: 134px;
}

.alt-navbar_tittle-wrapper.mobile-only {
  display: none;
}

.alt-navbar_tittle-wrapper.purpose-only {
  padding-right: 114px;
}

.alt-navbar_tittle-wrapper.lens {
  padding-right: 60px;
}

.alt-navbar_tittle-wrapper.labs {
  padding-right: 116px;
}

.alt-navbar_tittle-wrapper.ai, .alt-navbar_tittle-wrapper.sustain {
  padding-right: 78px;
}

.alt-navbar_tittle-wrapper.advisory {
  padding-right: 162px;
}

.alt-navbar_tittle-wrapper.faqs {
  padding-right: 32px;
}

.alt-navbar_tittle-wrapper.about {
  padding-right: 180px;
}

.alt-navbar_tittle-wrapper.iq-features-cms {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.section_iq-features {
  padding-top: 124px;
  padding-bottom: 124px;
}

.iq-features_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  display: grid;
}

.iq-features_grid._2-col {
  grid-template-columns: 1fr 1fr;
}

.iq-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #49546c;
  background-color: #f3f3eb;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 390px;
  padding: 40px 32px;
  font-size: 1.125rem;
  display: flex;
}

._1q-features-h3 {
  color: var(--dark-blue);
  margin-top: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

._1q-features-h3.narrow {
  letter-spacing: -1.4px;
}

.iq-features_content-wrapper {
  padding-top: 3rem;
}

.ctas-horizontal_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.section_v2-pricing {
  padding-top: 124px;
  padding-bottom: 124px;
}

.alt-arrow {
  opacity: 0;
  transition: opacity .2s;
}

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

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

.section_iq-corporate-hero {
  padding-top: 104px;
  padding-bottom: 0;
}

.full-img_wrapper {
  padding-top: 104px;
}

.full-img_wrapper.iq-features {
  padding-top: 72px;
}

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

.corp-block {
  color: #49546c;
  background-color: #f3f3eb;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 290px;
  padding: 40px 32px;
  font-size: 1.125rem;
  display: flex;
}

.section_v2-case-studies {
  padding-top: 62px;
  padding-bottom: 62px;
}

.case-studites_wrapper {
  width: 100%;
  height: 511px;
  color: var(--white);
  border-radius: 8px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

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

.case-studies_content-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.paragraph-7 {
  font-size: 2rem;
  line-height: 1.24;
}

.paragraph-7.max-w_45ch {
  max-width: 45ch;
}

.case-studies_arrow-div {
  background-color: var(--deep-green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.v2-btn_blue-outline {
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  background-color: #35690400;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 1.125rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.v2-btn_blue-outline:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.v2-btn_blue-outline:focus {
  border-color: var(--white);
  outline-color: var(--deep-green);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.section_faqs-cta {
  padding-top: 62px;
  padding-bottom: 124px;
}

.img-mobile-only {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.toogle-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.purpose-toogle {
  background-color: #49546c;
  border-radius: 133.33px;
  justify-content: flex-start;
  align-items: center;
  width: 58px;
  height: 32px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.purpose-toogle.is-educational {
  justify-content: flex-end;
  align-items: center;
}

.div-block-81 {
  display: flex;
}

.purpose-toogle_text {
  color: var(--dark-blue);
  font-weight: 700;
}

.div-block-82 {
  background-color: #fff;
  border-radius: 505px;
  width: 29px;
  height: 28px;
}

.div-block-83 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section_lens-hero {
  padding-top: 104px;
  padding-bottom: 0;
}

.section_lens-overview {
  padding-top: 124px;
  padding-bottom: 124px;
}

.section_lens-capabilities {
  padding-top: 62px;
  padding-bottom: 62px;
}

.alt-navbar_long-text {
  white-space: pre;
}

.section_3-col-cta {
  padding-top: 62px;
  padding-bottom: 124px;
}

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

.section_faqs {
  padding-top: 72px;
  padding-bottom: 72px;
}

.faqs-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr .6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faqs-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  color: var(--dark-blue);
  flex-flow: column;
  display: flex;
}

.section_faqs-hero {
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  height: 46vh;
  padding: 40px 0;
  display: flex;
  position: relative;
}

.faqs-hero_content-wrapper {
  padding-left: 112px;
  position: relative;
}

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

.section_contact-hero {
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 46vh;
  padding: 40px 0;
  display: flex;
  position: relative;
}

.section_contact_form {
  color: var(--dark-blue);
  padding-top: 40px;
  padding-bottom: 124px;
}

.v2-form_grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.v2-form-grid_left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.v2-form-grid_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-03);
  border-radius: 12px;
  flex-flow: column;
  min-height: 540px;
  margin-top: -184px;
  padding: 1.5rem;
  display: flex;
}

.v2-contact-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.v2-contact_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-area-label {
  background-color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: -5% auto auto 16px;
}

.text-area-label.bi-color {
  background-image: linear-gradient(#f3f3eb, #f3f3eb 50%, #fff 50%, #fff);
}

.contact-form_submit-btn {
  background-color: #1c2947;
  border: 2px solid #1c2947;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 18px;
  line-height: 1;
  transition: color .2s, border .2s, background-color .2s;
}

.contact-form_submit-btn:hover {
  color: #1c2947;
  background-color: #1c294700;
  border: 2px solid #1c2947;
}

.contact-form_submit-btn:focus {
  outline-offset: 0px;
  border-color: #fff;
  outline: 2px solid #356904;
}

.contact-checkbox {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  display: flex;
}

.checkbox-2 {
  border-radius: 4px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--forest-green);
}

.checkbox-label-3 {
  margin-left: 1rem;
  font-size: 1.125rem;
}

.error-message-2 {
  color: #a22607;
  background-color: #ffdede00;
}

.section_v2-about {
  color: var(--dark-blue);
  padding-top: 104px;
  padding-bottom: 56px;
}

.section_about-marquee {
  padding-top: 56px;
  padding-bottom: 124px;
}

.section_careers {
  background-color: var(--light-03);
  padding-top: 124px;
  padding-bottom: 124px;
}

.careers-item {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: #333;
  border-top: 1px #dcdcc4;
  justify-content: space-between;
  align-items: center;
  padding: 32px 12px 32px 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.careers-item:hover {
  background-color: #fff;
}

.careers-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.div-block-85 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.careers-wrapper {
  border-bottom: 1px solid var(--light-04);
}

.text-block-51 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.empty-state {
  background-color: #ddd0;
}

.empty-careers_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 235px;
  padding-top: 40px;
  display: flex;
}

.careers-collection-item:last-child {
  border-bottom: 1px solid var(--light-04);
}

.section-spacer {
  height: 3.9375rem;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.marquee {
  grid-column-gap: 1rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-img {
  height: 524px;
}

.caption-text {
  margin-top: 16px;
  font-size: .875rem;
}

.caption-text.maxed-w3 {
  max-width: 780px;
}

.caption-text.maxed-w2 {
  max-width: 752px;
}

.caption-text.maxed-w {
  max-width: 320px;
}

.team-collection-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-content_wrapper {
  cursor: pointer;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 346px;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.team-name_wrapper {
  color: var(--color);
  line-height: 1.32;
  position: relative;
}

.team-name {
  font-weight: 700;
}

.plus-circle {
  background-color: var(--deep-green);
  opacity: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 28px 12px auto auto;
}

.section_team {
  padding-top: 62px;
  padding-bottom: 62px;
}

.team-modal-wrapper {
  z-index: 999;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.team-modal-inner {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.team-modal_content {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 488px;
  color: var(--dark-blue);
  background-color: #f8f8f8;
  flex-flow: column;
  padding: 82px 26px 26px;
  display: flex;
  position: relative;
}

.team-modal-name {
  font-weight: 700;
  line-height: 1.32;
}

.team-modal-title {
  line-height: 1.32;
}

.clos-tex-modal {
  z-index: 2;
  position: absolute;
  top: 24px;
  right: 24px;
}

.team-modal-background {
  z-index: 0;
  background-color: #ffffff14;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.static-block {
  width: 100%;
  height: 346px;
  color: var(--dark-blue);
  background-color: #c3ddaa;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  display: flex;
}

.team-gradient-overlay {
  background-image: linear-gradient(#fff0, #000);
  height: 42%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-86 {
  display: flex;
}

.team-text_mobile-only, .careers-arrow2 {
  display: none;
}

.articles-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .67fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.articles-grid_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--light-03);
  flex-flow: column;
  justify-content: space-between;
  min-height: 314px;
  padding: 24px;
  display: flex;
}

.articles-grid_right {
  min-height: 314px;
  position: relative;
  overflow: hidden;
}

.ag-left_top-content {
  color: #49546c;
  flex-flow: wrap;
  justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1.32;
  display: flex;
}

.ag-left_bottom-content {
  color: #1c2947;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.32;
}

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

.div-block-88 {
  background-color: var(--deep-green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto 16px 16px auto;
}

.section_articles-filter {
  padding-top: 104px;
  padding-bottom: 104px;
}

.iq-rte {
  color: var(--dark-blue);
  font-size: 1.5rem;
  line-height: 1.48;
}

.iq-rte h2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.48;
}

.iq-rte p {
  color: var(--dark-blue);
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.48;
}

.iq-rte strong {
  font-weight: 500;
}

.iq-features_h1 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.15;
}

.iq-features_h1.compressed {
  letter-spacing: -1.8px;
}

.iq-features_h1.white-text {
  color: var(--white);
}

.iq-features_h1.white-text.max-w_20ch {
  max-width: 20ch;
}

.section_iq-features-cms {
  padding-top: 104px;
  padding-bottom: 0;
}

.section_features-cms-content {
  color: var(--dark-blue);
  padding-top: 72px;
  padding-bottom: 62px;
}

.iq-features-cms_grid {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.iq-features_big-p {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 1.24;
}

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

.iq-features-cms-grid_left {
  position: relative;
}

.left_sticky-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 5rem;
}

.rte-toc-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-left: 20px;
  display: flex;
}

.toc-arrow {
  opacity: 0;
}

.section_iq-cms-prev-next {
  padding-bottom: 3.875rem;
}

.iq-prev-next_grid {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.iq-prev-next_wrapper {
  border-top: 1px solid var(--light-04);
  color: var(--dark-blue);
  justify-content: space-between;
  padding-top: 2.5rem;
  display: flex;
}

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

.iq-prev-next_text {
  margin-top: 4px;
  font-size: 2rem;
  line-height: 1.15;
}

.case-studies_rte {
  color: var(--dark-blue);
  font-size: 1.5rem;
  line-height: 1.48;
}

.case-studies_rte h2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.48;
}

.case-studies_rte p {
  color: var(--dark-blue);
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.48;
}

.case-studies_rte strong {
  font-weight: 500;
}

.case-studies_rte blockquote {
  border-left-color: var(--deep-green);
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.48;
}

.case-studies_rte a {
  text-decoration: underline;
}

.case-studies_rte figure {
  text-align: left;
  max-width: none;
}

.case-studies_rte img {
  margin-bottom: 4.5rem;
}

.section_case-study-hero {
  padding-top: 104px;
  padding-bottom: 0;
}

.section_case-study-content {
  padding-top: 4.5rem;
  padding-bottom: 7.75rem;
}

.case-study-content_grid {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr .3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-89 {
  background-color: var(--light-03);
  border-radius: 12px;
  width: 320px;
  min-height: 449px;
  padding: 2rem 1.5rem;
}

.case-study-logo.zedra {
  width: 102px;
  height: 42px;
}

.company-size {
  white-space: pre;
  line-height: 1.6;
}

.div-block-90 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-bottom: 1rem;
  display: flex;
}

.text-block-52 {
  line-height: 1.64;
}

.cs-card-box {
  border-top: 1px solid #bbbfc8;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cs-card-title {
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.64;
}

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

.collection-list-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.is-active {
  font-weight: 700;
}

.radio-button {
  display: none;
}

.resrc_filters_field {
  padding-left: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  transition: font-variation-settings .2s;
}

.rsrc_full-bleed_img {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
}

.text-block-53 {
  background-color: var(--light-green);
  color: var(--deep-green);
  border-radius: 20px;
  padding: 4px 8px;
  font-weight: 500;
  display: block;
}

.text-block-54 {
  line-height: 1.32;
}

.text-block-55 {
  font-size: 3.5rem;
  line-height: 1.08;
}

.text-block-56 {
  color: #d60303;
}

.case-study_sidebar_rte {
  background-color: #f3f3eb;
  border-radius: 12px;
  padding: 32px 24px;
}

.case-study_sidebar_rte_body {
  color: var(--dark-blue);
}

.heading-20 {
  font-weight: 500;
  line-height: 1.6;
}

.v2-nb-img-wrap {
  opacity: 1;
}

.v2-nb-img-arrow {
  z-index: 1;
  opacity: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 40px 24px auto auto;
}

.text-block-57 {
  text-align: left;
  text-indent: 13px;
  order: -9999;
  align-self: flex-start;
  padding-left: 0;
  display: block;
}

.heading-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  justify-content: center;
  align-self: center;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 30px;
  line-height: 35px;
  display: flex;
}

.bold-text-5 {
  opacity: 1;
  color: #356904;
}

.text-span-8 {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 27px;
  font-weight: 400;
}

.text-block-58 {
  padding-top: 20px;
}

.heading-22 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 0;
}

.fs_accordion-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header:focus-visible, .fs_accordion-2_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_body {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-2_paragraph {
  color: var(--dark-blue);
  letter-spacing: 0;
  word-break: normal;
  margin-bottom: 0;
  font-size: 15px;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_label {
  color: var(--dark-blue);
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_message {
  color: var(--accessible-components--dark-grey);
}

.code-embed, .code-embed-2 {
  color: #000;
  font-size: 15px;
}

.image-54 {
  vertical-align: bottom;
  max-height: 100%;
  display: inline-block;
}

.collection-item-56 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.collection-list-6 {
  display: flex;
}

.collection-item-57 {
  position: static;
}

.collection-list-wrapper-6 {
  display: none;
}

.methodology-table {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #0000001a;
  border-radius: 8px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: grid;
  overflow: hidden;
}

.methodology-table-cell {
  background-color: #fff;
  padding: .625rem .75rem;
}

.methodology-table-header {
  background-color: #f3f4f6;
  padding: .625rem .75rem;
  font-weight: 600;
}

.methodology-card {
  background-color: #f9fafb;
  border: 1px solid #00000014;
  border-radius: 8px;
  margin-bottom: .75rem;
  padding: 1rem;
}

.methodology-label {
  color: #6b7280;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: .75rem;
  font-weight: 600;
}

.methodology-value {
  color: #111827;
  overflow-wrap: break-word;
  font-size: .9375rem;
}

.methodology-code {
  color: #e5e7eb;
  white-space: pre;
  background-color: #1f2937;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  padding: 1rem;
  font-family: monospace;
  font-size: .8125rem;
  line-height: 1.6;
  overflow-x: auto;
}

.methodology-note {
  background-color: #eff6ff;
  border-left: 3px solid #3b82f6;
  border-radius: 0 6px 6px 0;
  margin-bottom: 1.5rem;
  padding: .75rem 1rem;
  font-size: .875rem;
}

.methodology-table-3col {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #0000001a;
  border-radius: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: grid;
  overflow: hidden;
}

.v2-h1-2 {
  color: #1c2947;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.15;
}

.v2-btn_blue-2 {
  text-align: center;
  background-color: #1c2947;
  border: 2px solid #1c2947;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 1.125rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.v2-btn_blue-2:hover {
  color: #1c2947;
  background-color: #1c294700;
}

.v2-btn_blue-2:focus {
  outline-offset: 0px;
  border-color: #fff;
  outline: 2px solid #356904;
}

.v2-footer_top-content-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #1c2947;
  border-bottom: 1px solid #49546c;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.footer3_link-2 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  text-decoration: none;
}

.footer3_link-2:hover {
  text-decoration: underline;
}

.v2-footer3_social-link-2 {
  color: #1c2947;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.v2-footer3_social-link-2:hover {
  color: #fff;
  background-color: #356904;
}

.text-block-59 {
  color: #d60303;
}

.v2-footer3_component-2 {
  color: #fff;
  background-color: #1c2947;
}

.button-12 {
  color: #fff;
  text-align: center;
  background-color: #d93f04;
  border: 2px solid #d93f04;
  border-radius: 20rem;
  padding: 1rem 3rem;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.button-12:hover {
  background-color: #af3506;
  border-color: #af3506;
}

.button-12:focus {
  outline-offset: 2px;
  outline: 2px solid #d93f04;
}

.button-12.is-text {
  color: #1c2947;
  background-color: #0000;
  border: 2px #0000;
  border-bottom: 2px solid #d93f0400;
  border-radius: 0;
  padding: 0 0 6px;
  position: relative;
}

.button-12.is-text:hover {
  color: #d93f04;
}

.button-12.is-text.is-icon {
  text-align: left;
  flex-flow: wrap;
}

.button-12.is-text.is-icon.is-white {
  color: #fff;
  text-decoration: none;
}

.button-12.is-text.is-icon.is-white.is-cookie {
  border-style: none;
  border-color: #000;
  padding-bottom: 0;
}

.button-12.is-text.is-icon.is-white.is-cookie:hover {
  opacity: .8;
}

.v2-popup_link-2 {
  color: #1c2947;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 7px;
  font-weight: 400;
  transition: background-color .2s;
  display: inline-flex;
}

.v2-popup_link-2:hover {
  background-color: #dcdcc4;
}

.v2-popup_link-2.w--current {
  color: #1c2947;
}

.v2-popup_link-2.footer-btn {
  background-color: #fff;
  padding: 12px 24px;
  font-weight: 500;
}

.v2-popup_link-2.iq-btn {
  color: #fff;
  background-color: #356904;
  border: 2px solid #356904;
  padding: 12px 32px;
}

.v2-popup_link-2.iq-btn:hover {
  color: #356904;
  background-color: #fff;
  border: 2px solid #356904;
}

.v2-popup_link-2.iq-btn:focus {
  outline-offset: 0px;
  border-color: #fff;
  outline: 2px solid #356904;
}

.v2-footer_top-text-2 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.32;
}

.bold-text-6 {
  color: #198427;
}

.v2-dropdown-toggle2-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  display: flex;
}

.v2-dropdown-toggle2-2:hover {
  background-color: #f5f5f5;
}

.v2-dropdown-toggle2-2:focus {
  outline-offset: -10px;
  border-radius: 12px;
  outline: 2px solid #1c2947;
}

.v2-dropdown-toggle2-2.w--open {
  background-color: #fff;
}

.v2-navbar5_component-2 {
  z-index: 990;
  background-color: #fff;
  border-bottom: 1px solid #dcdcc4;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 3.8%;
  padding-right: 3.8%;
  display: none;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 8px 40px #1c294714;
}

.v2-mobile-lang-link-2 {
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding: 4px 16px;
  font-weight: 500;
  transition: all .2s;
}

.v2-mobile-lang-link-2:hover {
  color: #d93f04;
}

.v2-mobile-lang-link-2.w--current {
  background-color: #e1e2f2;
}

.v2-dropdown-list-4 {
  padding: 20px;
  position: absolute;
}

.v2-dropdown-list-4.w--open {
  background-color: #fff;
  border: 1px solid #dcdcc4;
  border-radius: 0 0 8px 8px;
  display: flex;
  top: 100%;
  left: -100%;
}

.navbar5_dropdown-toggle-2 {
  grid-column-gap: .5rem;
  color: #1c2947;
  align-items: center;
  height: 100%;
  padding: 1.5rem 1rem;
  font-weight: 500;
  display: flex;
}

.navbar5_dropdown-toggle-2:hover {
  color: #af3506;
}

.navbar5_dropdown-toggle-2:focus {
  outline-offset: -3px;
  outline: 3px solid #1c2947;
}

.navbar5_dropdown-toggle-2.w--open {
  color: #d93f04;
}

.v2-dropdown-toggle-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #1c2947;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 7px;
  font-weight: 400;
  display: flex;
}

.v2-dropdown-toggle-2:hover {
  background-color: #f5f5f5;
}

.v2-dropdown-toggle-2:focus {
  outline-offset: -10px;
  color: #fff;
  background-color: #1c2947;
  outline: 2px #1c2947;
  font-weight: 400;
}

.v2-dropdown-toggle-2.w--open {
  color: #fff;
  background-color: #1c2947;
  font-weight: 400;
}

.subnav_link-2 {
  color: #4a428e;
  text-wrap: balance;
  padding: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.subnav_link-2:hover {
  text-decoration: underline;
}

.subnav_link-2:focus {
  outline-offset: 1px;
  outline: 3px solid #4a428e;
}

.subnav_link-2.w--open {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.v2-navbar5_menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #c8c8c800;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.navbar5_dropdown-list-2.w--open {
  background-color: #f0f0f8;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
  box-shadow: 0 8px 32px #1c294714;
}

.v2-navbar5_dropdown-toggle-2 {
  grid-column-gap: .5rem;
  color: #1c2947;
  align-items: center;
  height: 100%;
  padding: 1.5rem 1rem;
  font-weight: 400;
  display: flex;
}

.v2-navbar5_dropdown-toggle-2:focus {
  outline-offset: -3px;
  color: #1c2947;
  outline: 3px #1c2947;
}

.v2-navbar5_dropdown-list-2.w--open {
  width: 100vw;
  max-width: 100%;
  height: 496px;
  box-shadow: none;
  background-color: #fff;
  border-bottom: 1px solid #dcdcc4;
  padding-left: 3.8%;
  padding-right: 3.8%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.v2-lang-link-2 {
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding: 4px 16px;
  font-weight: 400;
  transition: all .2s;
}

.v2-lang-link-2.w--current {
  background-color: #d2d4da;
}

.v2-dropdown-list3-2 {
  padding: 20px;
  position: absolute;
}

.v2-dropdown-list3-2.w--open {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top-style: none;
  border-radius: 0 0 8px 8px;
  display: flex;
  top: 100%;
}

.labs-divider-line-wrapper-2 {
  background-color: #dcdcc4;
  height: 1px;
  padding-left: 32px;
  position: absolute;
  inset: auto 0% 0% 10%;
}

.v2-popup-login_link-2 {
  color: #1c2947;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 7px;
  font-weight: 400;
  transition: background-color .2s;
  display: inline-flex;
}

.v2-popup-login_link-2:hover {
  background-color: #dcdcc4;
}

.v2-popup-login_link-2.w--current {
  color: #1c2947;
  border-bottom: 2px solid #d93f04;
  height: auto;
  margin-top: .25rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0 0 .25rem;
}

.code-embed-3 {
  margin-top: 40px;
}

.image-55 {
  width: 50%;
  max-width: 50%;
  height: auto;
}

.partner_logo-link {
  float: none;
  padding-left: 0;
}

.margin-right-home, .margin-right-home.margin-tiny, .margin-right-home.margin-small, .margin-right-home.margin-xsmall, .margin-right-home.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 1920px) {
  .navbar-wrap {
    max-width: 1920px;
  }

  .nav-link {
    font-size: 20px;
  }

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

  .hero-wrap {
    margin-top: 375px;
  }

  .h1 {
    font-size: 110px;
  }

  .hero-b-28-40 {
    margin-top: 30px;
    font-size: 36px;
    line-height: 48px;
  }

  .hero-button-div {
    height: 70px;
    margin-top: 50px;
  }

  .button-primary {
    padding-top: 20px;
  }

  .gradient {
    height: 50vh;
    margin-top: -310px;
  }

  .wrapper {
    width: 100%;
    max-width: 1920px;
    margin-left: 140px;
    margin-right: 140px;
  }

  .sec-hero.hero {
    background-image: linear-gradient(to bottom, transparent, var(--dark-navy) 90%);
    background-position: 0 0;
    background-size: auto;
    font-size: 100px;
  }

  .sec-hero.hero.video-test {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .h3 {
    font-size: 50px;
    line-height: 60px;
  }

  .h3.landing-page {
    font-size: 50px;
  }

  .sub-heading {
    font-size: 34px;
    line-height: 44px;
  }

  .list-item {
    font-size: 30px;
    line-height: 48px;
  }

  .text-button {
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
  }

  .sec-credibility {
    padding-bottom: 100px;
  }

  .solution-grid {
    grid-column-gap: 70px;
    grid-row-gap: 200px;
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr) 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    width: 1920px;
    display: grid;
  }

  .h5 {
    font-size: 36px;
    line-height: 50px;
  }

  .cred-body-text {
    font-size: 28px;
    line-height: 36px;
  }

  .fixed-down-arrow {
    bottom: 2%;
  }

  .sec-cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .h2 {
    font-size: 60px;
    line-height: 70px;
  }

  .text-field {
    border: 1px solid #00000054;
    height: 70px;
    padding-top: 9px;
    font-size: 22px;
  }

  .submit-button {
    width: 200px;
    height: 70px;
    padding-top: 0;
    padding-bottom: 1px;
    font-size: 26px;
  }

  .form {
    justify-content: flex-start;
  }

  .footer {
    width: 100vw;
    height: auto;
    min-height: 480px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-2 {
    margin-right: 35px;
  }

  .pp-hero {
    width: 100vw;
    min-height: 1080px;
    max-height: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 140px;
    padding-right: 140px;
  }

  .features-heading {
    font-size: 36px;
    line-height: 48px;
  }

  .wrapper-hero {
    max-width: 1920px;
  }

  .wrapper-hero.ft-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
    display: block;
  }

  .hero-grid {
    width: 100%;
  }

  .pp-benefits {
    padding-left: 140px;
    padding-right: 140px;
  }

  .pp-wrapper {
    max-width: 1920px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-3 {
    max-width: 1366px;
    margin-bottom: 65px;
  }

  .benefits-wrapper {
    max-width: 1920px;
  }

  .cred-body-text-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .pp-why {
    padding: 150px 140px 130px;
  }

  .pp-why-grid {
    max-width: 1920px;
  }

  .heading-5 {
    font-size: 50px;
    line-height: 50px;
  }

  .pp-features {
    margin-left: 140px;
    margin-right: 140px;
  }

  .features-wrapper {
    max-width: 1920px;
  }

  .features-copy {
    font-size: 30px;
    line-height: 48px;
  }

  .benefits-copy {
    max-width: 960px;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
  }

  .h2-2 {
    min-width: 720px;
    max-width: 960px;
    font-size: 60px;
    line-height: 72px;
  }

  .pp-cta {
    min-height: 670px;
    margin-bottom: -300px;
    padding-bottom: 0;
    padding-left: 140px;
    padding-right: 140px;
  }

  .pp-cta-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr .75fr;
    justify-items: start;
    max-width: 1920px;
  }

  .pp-cta-button {
    justify-content: center;
    align-items: center;
    width: 270px;
    padding-top: 0;
    font-size: 26px;
    display: flex;
  }

  .pp-cta-button.pp-tff {
    padding-top: 0;
  }

  .pp-cta-box {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    margin-left: auto;
  }

  .pp-cta-copy {
    max-width: 850px;
    font-size: 28px;
    line-height: 38px;
  }

  .pp-cta-image {
    min-width: 720px;
    max-width: 100%;
    min-height: 960px;
    max-height: 100%;
  }

  .form-div {
    width: 770px;
    height: auto;
    padding: 40px 50px 60px;
  }

  .con-label {
    font-size: 24px;
    line-height: 24px;
  }

  .con-text {
    height: 70px;
    margin-bottom: 50px;
  }

  .con-text.message {
    height: 130px;
  }

  .text-block-13 {
    font-size: 18px;
  }

  .send-message-button {
    height: 60px;
    margin-top: 20px;
  }

  .checkbox-label-2 {
    font-size: 16px;
  }

  .checkbox {
    width: 22px;
    height: 22px;
  }

  .second-heading-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-heading-2 {
    max-width: 700px;
    font-size: 56px;
    line-height: 68px;
  }

  .hero-heading-2.ft-heading {
    width: 830px;
  }

  .connect-body {
    font-size: 28px;
    line-height: 40px;
  }

  .connect-body.direct-contact {
    font-size: 26px;
    line-height: 44px;
  }

  .connect-text.priceofcheap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pp-hero-text-box {
    margin-right: 0;
  }

  .pp-subheading {
    font-size: 46px;
    line-height: 50px;
  }

  .pp-hero-heading {
    max-width: 760px;
    font-family: "Atkinson hyperlegible 102", sans-serif;
    font-size: 72px;
    line-height: 72px;
  }

  .pp-hero-body {
    max-width: 700px;
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 46px;
  }

  .ft-image-block {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .ft-text {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: auto;
  }

  .ft-body {
    font-size: 26px;
    line-height: 36px;
  }

  .div-block-11 {
    width: 125px;
    height: 100px;
  }

  .div-block-11-copy {
    width: 200px;
    height: 175px;
  }

  .ft-wrapper {
    max-width: 1920px;
  }

  .product-tour-btn {
    justify-content: center;
    width: 270px;
    margin-bottom: 65px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .about-video-heading {
    max-width: 760px;
    font-family: supria-sans;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
  }

  .employee-group-title {
    font-size: 40px;
  }

  .stkicky-product-tour-btn {
    justify-content: center;
    width: 185px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .sticky-btn-text {
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 20px;
    display: flex;
  }

  .div-nav {
    background-color: #0000;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .navbar-main {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .product-pg-hero-div-blk {
    justify-content: space-around;
    width: 90%;
  }

  .hero-about-section {
    padding-bottom: 60px;
  }

  .column-3 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 40px;
    display: flex;
    position: relative;
  }

  .columns-2 {
    justify-content: flex-start;
    align-self: center;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .b-24-36-ah {
    padding-right: 60px;
    font-size: 36px;
    line-height: 48px;
  }

  .link {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .section {
    margin-bottom: 100px;
  }

  .pp-cta-image-people {
    min-width: 720px;
    max-width: 100%;
    min-height: 960px;
    max-height: 100%;
  }

  .wrapper-employee-cmsver {
    max-width: 1920px;
  }

  .container---general {
    max-width: 1440px;
  }

  .div-block-23 {
    width: 50vw;
    height: 1000px;
  }

  .wrapper-employee-cmsver-2 {
    max-width: 1920px;
  }

  .bold-text-4 {
    font-size: 64px;
  }

  .hero-resources-section {
    padding-bottom: 60px;
  }

  .video-resrouces-cont {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 900px;
  }

  .container-3 {
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .grid-2-columns {
    grid-column-gap: 60px;
    grid-row-gap: 0px;
  }

  .small-text-block {
    text-transform: uppercase;
  }

  .featured-article-heading {
    font-size: 64px;
    line-height: 72px;
  }

  .right-small-text-block {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
  }

  .right-coloumn-article-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .summary-text-box {
    padding-top: 10px;
    font-size: 26px;
    line-height: 34px;
  }

  .summary-text-box.video-text {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 36px;
  }

  .grid-3-columns {
    display: none;
  }

  ._3-column-article-heading {
    font-size: 34px;
    line-height: 36px;
  }

  .video-container {
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .video-heading {
    font-size: 56px;
    line-height: 56px;
  }

  .video-thumanil {
    background-repeat: repeat;
    background-size: cover;
  }

  .link-3.right {
    font-size: 24px;
  }

  .article-cont {
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .article-grid-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-13 {
    font-size: 22px;
    line-height: 22px;
  }

  .heading-14 {
    font-size: 64px;
    line-height: 72px;
  }

  .summary-text {
    font-size: 36px;
    line-height: 50px;
  }

  .article-contents, .related-posts {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-hero-image {
    background-size: cover;
    padding-bottom: 50%;
  }

  .video-caption {
    font-size: 30px;
    line-height: 30px;
  }

  .our-team-heading {
    max-width: 760px;
    font-family: supria-sans;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
  }

  .b-24-36-ah-2 {
    width: 900px;
    font-size: 34px;
    line-height: 48px;
  }

  .column-8-first {
    padding-left: 40px;
  }

  .summary-text-right {
    max-height: 8.9ch;
    padding-top: 10px;
    font-size: 26px;
    line-height: 34px;
  }

  .load-more-text {
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 24px;
    display: flex;
  }

  .team_list.about2-0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .horizontal-item.about2-0 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .link-block-5.white {
    font-size: 20px;
  }

  .hero-resources-category-section {
    padding-bottom: 60px;
  }

  .video-thumanil-box {
    background-repeat: repeat;
    background-size: cover;
  }

  .video-play-button-div {
    padding-top: 16%;
    padding-bottom: 16%;
  }

  .the-last-section {
    padding-bottom: 60px;
  }

  .pp-hero-bg-video {
    height: 80vh;
  }

  .pp-hero-mobile-image {
    min-width: 720px;
    max-width: 100%;
    min-height: 960px;
    max-height: 100%;
  }

  .ep_team_list.about3-0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .ep-horizontal-item.about2-0 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .client-logos {
    text-align: center;
    margin-bottom: 140px;
  }

  .sticky_top-left {
    text-align: center;
    padding-top: 0;
    display: block;
  }

  .companies-heading {
    text-align: center;
    max-width: none;
    font-family: supria-sans;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
  }

  .layout1_image-wrapper.is-assessment {
    aspect-ratio: 1;
  }

  .gallery14_component {
    z-index: 1;
    position: static;
  }

  .consulting-services_block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .blog-post1-content_content.is-casestudy {
    max-width: 800px;
  }

  .columns-11 {
    object-fit: fill;
    margin-right: 15px;
  }

  .flex-vertical-1-5rem {
    margin-top: 40px;
  }

  .v2-navbar5_component-2 {
    display: none;
  }

  .partner_logo-link {
    float: right;
    clear: none;
    position: static;
  }

  .margin-right-home.margin-medium {
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    flex-direction: column;
    align-items: center;
    margin-top: 165px;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-wrap {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
  }

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

  .brand.mobile-brand {
    margin-top: 3px;
  }

  .nav-link {
    color: #fff;
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    display: block;
  }

  .nav-link.w--current {
    color: #fff;
    display: flex;
  }

  .nav-link.button {
    background-color: var(--red);
    color: var(--white);
    text-align: center;
    margin-top: 60px;
    padding: 17px 95px 18px;
  }

  .menu-button {
    padding: 0;
    line-height: 20px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #0000;
    line-height: 20px;
    position: static;
    inset: 0% 0% auto auto;
  }

  .menu-button-close {
    margin-top: 0;
    line-height: 20px;
    display: block;
    position: static;
    inset: 0% 0% auto auto;
  }

  .menu-button-close.w--open {
    color: #000;
    background-color: #0000;
    max-width: 100%;
    max-height: 36px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    display: block;
    position: static;
    inset: 0% 0% auto auto;
  }

  .nav-menu {
    background-color: #1c23a5;
    background-image: linear-gradient(to top, #212e51 92%, var(--dark-navy));
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .logo-white {
    height: 36px;
    margin-top: 3px;
  }

  .logo-white.logo-mobile {
    display: block;
  }

  .navbar {
    justify-content: center;
    height: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .body {
    flex-wrap: wrap;
    max-width: 100%;
    display: block;
  }

  .hero-wrap {
    margin-top: 30%;
    margin-bottom: 10%;
  }

  .h1 {
    width: 100%;
    max-width: 875px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 100px;
    line-height: 90px;
  }

  .hero-b-28-40 {
    width: 80%;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 24px;
    line-height: 34px;
  }

  .hero-button-div {
    min-height: 60px;
    margin-top: 50px;
  }

  .button-primary {
    width: 195px;
    height: 56px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
    font-weight: 500;
  }

  .button-primary:hover {
    height: 54px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .arrow-div {
    margin-top: 12%;
    display: none;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .gradient {
    background-image: linear-gradient(to bottom, #000f2200, #000f22b3 30%, var(--dark-navy));
    height: 20vh;
    margin-top: 0;
  }

  .sec-solution {
    padding: 80px 40px 120px;
  }

  .sec-hero.hero {
    padding-top: 75px;
    overflow: visible;
  }

  .h3 {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 56px;
  }

  .h3.landing-page {
    margin-top: 20px;
    font-size: 44px;
    line-height: 52px;
  }

  .sub-heading {
    max-width: 90%;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 36px;
  }

  .underline {
    border-bottom-width: 3px;
  }

  .list-item {
    font-size: 22px;
    line-height: 40px;
  }

  .list {
    margin-bottom: 40px;
  }

  .text-button {
    margin-bottom: 2px;
    margin-right: 15px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 500;
  }

  .learn-more-button {
    width: 195px;
    height: 50px;
    font-family: supria-sans;
    font-size: 22px;
    font-weight: 500;
  }

  .sec-credibility {
    padding-bottom: 120px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .solution-grid {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }

  .credit-grid {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .h5 {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-box {
    align-items: center;
    margin-bottom: 30px;
  }

  .cred-body-text {
    margin-bottom: 0;
    font-size: 22px;
  }

  .icon {
    height: 56px;
  }

  .solution-text.landing-page {
    padding-top: 20px;
  }

  .solution-text.landing-page.right-to-left {
    padding-top: 40px;
  }

  .vector {
    max-width: 70%;
    margin-bottom: -119px;
    margin-right: 376px;
  }

  .fixed-down-arrow {
    max-width: 22px;
    position: fixed;
    bottom: 10%;
    left: auto;
    right: auto;
  }

  .sec-cta {
    padding: 90px 60px;
  }

  .h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .text-field {
    height: 60px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .submit-button {
    text-align: center;
    border-style: none;
    height: 60px;
    padding-top: 17px;
    padding-bottom: 18px;
    font-size: 22px;
    font-weight: 500;
  }

  .footer {
    margin-top: auto;
    margin-bottom: 0;
    padding: 40px;
    position: static;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }

  .footer-logo {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 36px;
    display: flex;
  }

  .social-media-icon {
    max-height: 24px;
  }

  .social-media-block {
    align-items: center;
    height: 36px;
    display: flex;
  }

  .footer-text-block {
    color: var(--white);
    margin-top: 10px;
    font-size: 14px;
  }

  .footer-text-block.bold-text {
    font-size: 16px;
  }

  .copyright {
    font-size: 14px;
  }

  .sticky-btn-icon {
    display: none;
  }

  .form-block {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 30px;
    display: flex;
  }

  .footer-category {
    font-size: 14px;
  }

  .image-3 {
    max-height: 36px;
  }

  .nav-top-box {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1366px;
    height: 120px;
    max-height: 100px;
    display: flex;
    position: static;
  }

  .nav-logo-wrap {
    padding-left: 0;
  }

  .nav-logo-wrap.drop-down-nav-ver {
    display: block;
  }

  .nav-logo {
    height: 36px;
  }

  .nav-menu-2 {
    background-color: var(--transparent);
    background-image: linear-gradient(to bottom, var(--gradient), #212e51);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
    box-shadow: 0 0 20px #0000001a;
  }

  .nav-link-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    position: static;
  }

  .nav-link-2:hover {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    transform: none;
  }

  .nav-link-2.w--current {
    flex-flow: column;
    place-content: center;
    align-items: center;
    height: 60px;
    display: flex;
  }

  .nav-link-2.cta {
    width: auto;
    max-width: 80%;
    height: 60px;
    margin: 5% auto 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
  }

  .nav-link-2.cta:hover {
    border-bottom-style: none;
    height: 60px;
  }

  .nav-link-2.drop-down-nav-ver {
    flex-direction: row;
    align-self: center;
    align-items: center;
    width: 100px;
    max-width: 100px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .menu-button-2 {
    margin-left: 20px;
    padding: 0;
    font-size: 26px;
    line-height: 26px;
  }

  .menu-button-2.w--open {
    color: #6cc551;
    background-color: #0000;
    margin-left: 20px;
  }

  .nav-cont {
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-cont:hover {
    border: 0 #000;
  }

  .nav-cont.drop-down-nav-ver {
    display: flex;
  }

  .pp-hero {
    padding: 60px 60px 0;
  }

  .features-heading {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }

  .wrapper-hero {
    flex-direction: column;
    max-width: none;
  }

  .wrapper-hero.ft-wrapper {
    max-width: 1366px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-left: 60px;
    display: grid;
  }

  .hero-grid.ft-hero {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .pp-benefits {
    margin-top: 0;
    padding: 100px 60px 140px;
  }

  .pp-wrapper {
    margin: 0 60px 60px;
  }

  .heading-3 {
    max-width: none;
    margin-bottom: 60px;
    font-size: 36px;
  }

  .benefits-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .benefits-img {
    justify-content: center;
    margin-bottom: 120px;
    margin-right: 0;
    display: flex;
  }

  .benefits-list {
    width: 100%;
    max-width: 90%;
    margin-left: 0;
  }

  .image-5 {
    height: auto;
  }

  .pp-benefits-box {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-right: 12px;
  }

  .cred-body-text-2 {
    max-width: 540px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .pp-why {
    padding: 100px 60px 90px;
  }

  .pp-why-grid {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-box-copy {
    margin-bottom: 20px;
  }

  .heading-5 {
    font-size: 36px;
  }

  .pp-features {
    background-color: #0000;
    padding: 120px 60px;
    overflow: hidden;
  }

  .heading-2 {
    margin-bottom: 80px;
    font-size: 48px;
    line-height: 50px;
  }

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

  .features-text-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 470px;
    display: grid;
  }

  .features-copy {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
  }

  .feature-img {
    max-width: 90%;
    margin-bottom: 40px;
  }

  .feature-colum-box {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    max-width: 700px;
    margin-top: 0;
    display: grid;
  }

  .feature-colum-box._2 {
    text-align: center;
    justify-items: center;
    max-width: 700560px;
    margin-top: 0;
  }

  .feature-colum-box.third-box {
    justify-items: center;
    margin-top: 0;
  }

  .bg1 {
    max-width: 75%;
  }

  .solution-image.new-animation {
    align-items: center;
    display: flex;
  }

  .benefits-copy {
    max-width: 100%;
    font-size: 24px;
    line-height: 42px;
  }

  .h2-2 {
    max-width: 720px;
    font-size: 36px;
    line-height: 50px;
  }

  .pp-cta {
    border-top-left-radius: 200px;
    margin-bottom: -5px;
    padding: 90px 60px 200px;
  }

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

  .pp-cta-button {
    width: 210px;
    height: 56px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }

  .pp-cta-button.pp-tff {
    height: 54px;
    margin-right: 20px;
    padding-top: 16px;
    padding-bottom: 17px;
  }

  .pp-cta-box {
    align-items: flex-start;
    max-width: 800px;
  }

  .pp-cta-copy {
    max-width: 700px;
    font-size: 24px;
  }

  .pp-cta-image {
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;
    width: 400px;
    min-width: 300px;
    min-height: 500px;
    margin-top: -179px;
    padding-top: 0;
    position: static;
  }

  .form-div {
    width: 100%;
    min-width: 740px;
    max-width: 100%;
    height: 740px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: static;
    left: 10%;
    right: 0%;
  }

  .form-div.priceofcheap {
    width: auto;
    min-width: 100%;
    height: auto;
    margin-left: 0;
  }

  .contact-form-grid {
    grid-column-gap: 10px;
  }

  .con-label {
    font-size: 20px;
  }

  .con-text {
    height: 55px;
    margin-bottom: 40px;
    padding-top: 5px;
  }

  .con-text.message {
    padding-top: 10px;
  }

  .send-message-button {
    width: 240px;
    height: 50px;
  }

  .second-heading-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 26px;
  }

  .hero-heading-2 {
    text-align: left;
    max-width: 600px;
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 44px;
  }

  .hero-heading-2.ft-heading {
    max-width: 85%;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-heading-2.title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 44px;
  }

  .connect-body {
    text-align: left;
    max-width: 600px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 34px;
  }

  .connect-body.direct-contact {
    margin-bottom: 40px;
  }

  .connect-body.bold-text-3 {
    text-align: center;
    font-size: 28px;
  }

  .connect-text {
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-right: 60px;
  }

  .connect-text.priceofcheap {
    align-items: center;
    margin-right: 0;
    padding: 30px;
  }

  .form-left {
    margin-left: 5px;
  }

  .form-right {
    margin-right: 5px;
  }

  .pp-hero-text-box {
    align-items: flex-start;
    margin-bottom: 45px;
    margin-right: 0;
    padding-top: 30px;
    padding-right: 0;
  }

  .pp-subheading {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 46px;
  }

  .pp-hero-heading {
    text-align: left;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 46px;
    font-weight: 700;
    line-height: 48px;
  }

  .pp-hero-body {
    text-align: left;
    max-width: none;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 38px;
  }

  .ft-sec {
    width: 100vw;
    padding: 80px 0 0;
  }

  .ft-image-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 0 210px;
    padding-left: 0;
    display: grid;
  }

  .ft-image-1 {
    max-width: 100%;
    max-height: 100%;
    margin-right: 0;
  }

  .ft-image-1._3 {
    background-image: url('../images/leon-0K7GgiA8lVE-unsplash.jpg');
    background-position: 30%;
    background-size: cover;
    margin-right: 0;
  }

  .ft-vector-1 {
    min-width: 100px;
    min-height: 100px;
  }

  .ft-vector-box {
    max-width: 90%;
    max-height: 90%;
  }

  .ft-vector-2 {
    min-width: 80px;
    min-height: 80px;
  }

  .ft-text {
    flex-direction: column;
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-right: 0;
    display: flex;
  }

  .ft-body {
    text-align: left;
    max-width: 85%;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
  }

  .body-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .petals.priceofcheap {
    bottom: 25px;
    left: 90%;
    right: 0%;
  }

  .ft-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .ft-grid-box {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 470px;
    min-height: 840px;
    max-height: 960px;
    display: flex;
  }

  .ft-grid-box.second-box {
    margin-left: 0;
  }

  .ft-vt-1._1366px {
    z-index: 0;
    background-color: #f4f4f4a6;
    width: 80%;
    min-height: 750px;
    max-height: 958px;
    left: -90px;
  }

  .ft-vt-2 {
    z-index: 1;
    background-color: #f4f4f4a6;
    width: 90%;
    min-height: 700px;
    left: 110px;
  }

  .ft-vt-3 {
    z-index: 1;
    background-color: #f4f4f4a6;
    width: 90%;
    min-height: 720px;
    left: 110px;
  }

  .ft-vt-4 {
    z-index: 1;
    background-color: #f4f4f4a6;
    width: 90%;
    min-height: 750px;
    left: -40px;
  }

  .ft-vt-5 {
    z-index: 1;
    background-color: #f4f4f4a6;
    width: 90%;
    min-height: 700px;
  }

  .div-block-15 {
    justify-content: space-around;
  }

  .div-block-16 {
    position: static;
  }

  .product-tour-btn {
    justify-content: center;
    width: 230px;
    height: 50px;
    margin-bottom: 60px;
  }

  .about-video-heading {
    text-align: left;
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 44px;
  }

  .image-9 {
    min-height: 26px;
    margin-top: 2px;
  }

  .image-10 {
    min-height: 20px;
  }

  .employee-group-title {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 42px;
  }

  .stkicky-product-tour-btn {
    background-color: var(--white);
    border: 1px #000;
    border-radius: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: auto;
    margin-bottom: 0;
    box-shadow: 0 0 16px #00000014;
  }

  .stkicky-product-tour-btn:hover {
    background-color: var(--second-heading-colour);
    border: 2.5px solid #0000;
  }

  .sticky-btn-text {
    margin-bottom: 2px;
    margin-right: 15px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 20px;
    display: none;
  }

  .mobile-icon {
    min-width: 22px;
    height: auto;
    margin-top: 1px;
    margin-left: 4px;
    padding-left: 0;
    display: block;
  }

  .sticky-button {
    background-color: var(--white);
    border-radius: 100%;
    flex-direction: row;
    width: 60px;
    height: 60px;
    bottom: 90px;
  }

  .footer-logo-icon {
    height: 36px;
  }

  .upper-arrow-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .upper-arrow {
    min-width: 22px;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .div-nav {
    position: fixed;
  }

  .navbar-main {
    justify-content: center;
  }

  .nav-link-main {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    display: flex;
  }

  .button-small {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .nav-menu-main {
    background-color: var(--dark-navy);
    object-fit: fill;
    background-image: linear-gradient(#212e51, #1d2234);
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 100%;
    min-height: 500px;
    padding-top: 40px;
    font-family: supria-sans;
    display: flex;
    position: absolute;
  }

  .navbar-transperant {
    position: fixed;
  }

  .m-nav-link-div {
    flex-direction: column;
    align-self: center;
    align-items: center;
    padding: 5px 0 0;
    display: flex;
  }

  .m-nav-link-div.only-mobile {
    display: flex;
  }

  .burger-button-animated {
    align-self: auto;
    margin-top: 0;
    margin-right: 0;
    position: relative;
  }

  .top-line-2, .middle-line-2, .bottom-line-2 {
    width: 30px;
  }

  .product-pg-hero-div-blk {
    width: 100%;
  }

  .hero-about-section {
    flex-direction: column;
    margin-bottom: 0%;
    padding-left: 50px;
    padding-right: 30px;
    display: flex;
  }

  .column-3 {
    padding-top: 5%;
    padding-left: 0;
    padding-right: 10px;
  }

  .columns-2 {
    width: auto;
  }

  .keystone-habbit-section {
    margin-top: 0;
    padding: 0 0 0 60px;
  }

  .columns-3 {
    margin-left: 0%;
  }

  .image-13 {
    border-top-left-radius: 100px;
    min-width: 100%;
  }

  .column-4, .column-5 {
    padding-right: 0;
  }

  .b-24-36-ah {
    font-size: 20px;
    line-height: 32px;
  }

  .column-7 {
    padding-top: 10%;
    padding-bottom: 33.3%;
    padding-right: 0;
    right: 60px;
  }

  .link {
    display: block;
  }

  .section {
    min-height: auto;
  }

  .section.poc {
    top: -75px;
  }

  .columns-4 {
    width: 90%;
    display: block;
  }

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

  .column-10.priceofcheap {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: -149px;
    display: flex;
  }

  .pp-cta-image-people {
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;
    width: 400px;
    min-width: 300px;
    min-height: 500px;
    margin-top: -179px;
    padding-top: 0;
    position: static;
  }

  .pop-up {
    display: none;
  }

  .pop-up-wrapper {
    width: 600px;
    height: 480px;
  }

  .exit-box {
    top: -8%;
    right: -7%;
  }

  .background {
    background-color: #f4f4f4a6;
    width: 500px;
    left: -20%;
  }

  .play-button {
    min-width: 40px;
    max-width: 80px;
    min-height: 40px;
  }

  .play-button.play-another {
    min-width: 60px;
    max-width: 84px;
    min-height: 60px;
    padding: 6px;
  }

  .play-button-div {
    max-width: 55%;
    max-height: 50%;
  }

  .about-employee-cms-sec {
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0 40px;
  }

  .about-employee-cms-sec.flex-ver {
    padding-left: 60px;
    padding-right: 0;
    display: block;
  }

  .wrapper-employee-cmsver {
    flex-direction: column;
    max-width: none;
    margin-bottom: 60px;
  }

  .wrapper-employee-cmsver.our-team {
    min-width: auto;
  }

  .wrapper-employee-cmsver.flex-ver {
    max-width: 100vw;
    margin-left: -5px;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .profile-box {
    flex-wrap: nowrap;
    align-content: space-around;
    min-height: 340px;
    margin-bottom: 0;
  }

  .employee-name {
    height: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .employee-job-title {
    font-size: 18px;
  }

  .employee-image-box {
    width: 100%;
    height: 100%;
    min-height: 180px;
  }

  .employee-image {
    width: 150px;
  }

  .about-employee-cms {
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center stretch;
    place-items: stretch stretch;
  }

  .employee-info-box {
    margin-top: 0;
  }

  .section---general {
    justify-content: center;
    align-items: center;
    padding-top: 92px;
    padding-bottom: 60px;
  }

  .section---general.section---price-of-cheap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .background-video-poc {
    align-content: stretch;
    min-height: 500px;
    display: flex;
  }

  .form---connect-with-us {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .button---blue.w--current {
    opacity: 0;
    color: #1c23a5;
    background-color: #fff;
  }

  .panel---semi-transp {
    max-width: 640px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container---general {
    margin-top: 0;
    padding: 40px;
  }

  .div-block-23 {
    width: 80vw;
    height: 960px;
    top: auto;
    bottom: -75px;
  }

  .image-17 {
    transform: rotate(90deg);
  }

  .div-block-24 {
    align-self: center;
  }

  .list-item-label {
    text-align: left;
  }

  .columns---table {
    max-width: 120%;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

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

  .container---general-2 {
    margin-top: 0;
    padding: 40px;
  }

  .start-trial-form-copy {
    flex-wrap: nowrap;
  }

  .investor-cont {
    margin-top: 0;
    padding: 40px;
  }

  .body-invest {
    flex-wrap: wrap;
    max-width: 100%;
    display: block;
  }

  .cookie-banner {
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
  }

  .image-11 {
    min-height: 36px;
  }

  .cookie-link {
    font-weight: 700;
  }

  .accept-cookie {
    justify-content: center;
    min-width: 96px;
    min-height: 40px;
    margin-right: 30px;
  }

  .about-image-1 {
    width: 480px;
    max-width: 100%;
    height: 480px;
    max-height: 100%;
    margin-right: 0;
  }

  .about-vector {
    max-width: 90%;
    max-height: 90%;
    top: 1vw;
    right: 2%;
  }

  .about-employee-cms-flex {
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center stretch;
    place-items: stretch stretch;
    max-width: 100vw;
    margin-left: -5px;
  }

  .profile-box-flex {
    flex-wrap: nowrap;
    align-content: space-around;
    max-width: 220px;
    min-height: 320px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-employee-cmsver-2 {
    flex-direction: column;
    max-width: none;
    margin-bottom: 60px;
  }

  .employee-image-box-flex {
    width: 215px;
    height: 215px;
  }

  .employee-info-box-flex {
    margin-top: 0;
  }

  .profile-box-hover-box1, .profile-box-hover-box2, .profile-box-hover-box3 {
    flex-wrap: nowrap;
    align-content: space-around;
    min-height: 340px;
    margin-bottom: 0;
  }

  .mock-up-img-bg {
    width: auto;
  }

  .top-image-box {
    max-width: 100%;
    left: 30%;
  }

  .top-image-box._2 {
    justify-content: flex-start;
    align-items: flex-start;
    top: 55%;
    left: -3%;
    right: 50%;
  }

  .image-22 {
    width: 35%;
    max-width: 45%;
    margin-right: 0;
    padding-right: 5px;
  }

  .image-23 {
    max-width: 45%;
    margin-right: 0;
    padding-right: 5px;
  }

  .image-24 {
    max-width: 45%;
    margin-right: 5px;
  }

  .image-25, .image-26 {
    width: 40%;
    max-width: 50%;
  }

  .key-feature-imagebox {
    margin-right: 0;
  }

  .kf1-1 {
    margin-bottom: 40px;
  }

  .kf2 {
    width: 35%;
    margin-bottom: 40px;
    padding-right: 5px;
  }

  .kf3 {
    margin-bottom: 40px;
  }

  .kf4 {
    max-width: 25%;
    margin-bottom: 40px;
  }

  .kf5 {
    margin-bottom: 40px;
  }

  .kf5-2 {
    width: 35%;
    max-width: 45%;
  }

  .kf2-1-pp, .kf2-2-pp {
    margin-bottom: 40px;
  }

  .kf3-1 {
    width: 35%;
    max-width: 33%;
    margin-bottom: 40px;
  }

  .kf4-1, .kf5-1, .kf1 {
    margin-bottom: 40px;
  }

  .kf1-top-image {
    max-width: 85%;
    bottom: -15%;
    left: 50%;
  }

  .hero-resources-section {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 60px;
    display: flex;
  }

  .video-resrouces-cont {
    width: 100%;
    height: 640px;
  }

  .container-3 {
    max-width: 90vw;
  }

  .read-article-button {
    width: 175px;
    height: 44px;
    font-family: supria-sans;
    font-size: 22px;
    font-weight: 500;
  }

  .read-article-button.read-for-3-coloum {
    margin-top: auto;
  }

  .small-text-block {
    font-size: 16px;
  }

  .featured-article-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .right-small-text-block {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .div-block-29 {
    padding-top: 66%;
    padding-bottom: 66%;
  }

  .right-coloumn-article-heading {
    font-size: 22px;
    line-height: 24px;
  }

  .summary-text-box {
    margin-top: 10px;
    font-size: 18px;
  }

  .summary-text-box.video-text {
    margin-bottom: 10px;
  }

  .collection-list-2 {
    grid-column-gap: 20px;
  }

  ._3-column-article-heading {
    height: auto;
    font-size: 20px;
    line-height: 24px;
  }

  .video-container {
    max-width: 90vw;
  }

  .collection-item-4 {
    grid-column-gap: 10px;
    grid-template-columns: 1.75fr 2.5fr;
  }

  .div-block-33 {
    margin-right: 15px;
  }

  .video-heading {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .video-thumanil {
    min-height: 360px;
  }

  .div-block-34 {
    margin-bottom: 0;
  }

  .link-3 {
    margin-left: 0;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 60px;
  }

  .next-image {
    max-width: 20px;
    margin-left: 20px;
  }

  .article-cont {
    max-width: 90vw;
  }

  .article-grid-main {
    grid-row-gap: 20px;
  }

  .heading-13 {
    font-size: 18px;
    line-height: 18px;
  }

  .heading-14 {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 42px;
  }

  .summary-text {
    font-size: 20px;
    line-height: 26px;
  }

  .article-left-column {
    padding-bottom: 100%;
  }

  .article-right-column {
    color: var(--dark-navy);
  }

  .article-contents {
    grid-template-columns: .25fr 2fr;
  }

  .article-cotent-box {
    min-width: 640px;
    max-width: 700px;
    padding-right: 10%;
  }

  .related-posts {
    width: 90vw;
    margin-left: 60px;
    margin-right: 60px;
  }

  .readmore-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }

  .heading-15 {
    margin-top: 60px;
    font-size: 60px;
  }

  .play-imgae-background {
    top: -19%;
  }

  .video-caption {
    font-size: 18px;
    line-height: 30px;
  }

  .column-7-1 {
    padding-right: 60px;
  }

  .columns-3-left {
    margin-top: 0;
    margin-left: 0%;
  }

  .about-last-section {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-left: 60px;
    padding-right: 0;
  }

  .play-imgae-background-3 {
    margin-left: 20px;
  }

  .our-team-heading {
    text-align: left;
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 46px;
  }

  .b-24-36-ah-2 {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 34px;
  }

  .column-8-first {
    margin-top: 60px;
    padding-top: 60px;
    padding-right: 40px;
  }

  .about-third-section {
    margin-top: 0;
    margin-bottom: 70px;
    padding: 0 0 40px 60px;
  }

  .summary-text-right {
    max-height: 8.2ch;
    font-size: 16px;
    line-height: 22px;
  }

  .load-more-button {
    width: 195px;
    height: 50px;
    font-family: supria-sans;
    font-size: 22px;
    font-weight: 500;
  }

  .load-more-text {
    margin-bottom: 2px;
    margin-right: 15px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 20px;
    font-weight: 500;
  }

  .body-poc {
    flex-wrap: wrap;
    max-width: 100%;
    display: block;
  }

  .columns-poc {
    width: 90%;
    display: block;
  }

  ._2-0horizontal-section {
    flex-flow: column wrap;
    place-content: flex-start;
    align-items: center;
    padding: 0 40px;
    display: flex;
    position: relative;
  }

  ._2-0horizontal-section.about2-0 {
    background-color: #f9f9f9;
    background-image: linear-gradient(#f9f9f9, #f9f9f9);
    display: none;
  }

  .team_list {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    justify-items: center;
    display: flex;
  }

  .team_list.about2-0 {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: start;
  }

  .sticky_top {
    background-color: #0000;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .scroll-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .scroll-wrapper.about2-0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .horizontal-item {
    width: 27.5vw;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .horizontal-item.about2-0 {
    width: 22.5vw;
  }

  .profile-info {
    background-color: var(--white);
    height: 150px;
    padding: 20px;
  }

  .profile-info.about2-0 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .profile-info.hover-profile-infos {
    background-color: #0000;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .profile-info.about3-0 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .name-text {
    font-size: 20px;
    line-height: 22px;
  }

  .name-text.hover-name {
    font-size: 20px;
    line-height: 20px;
  }

  .position-text {
    font-size: 16px;
    line-height: 18px;
  }

  .position-text.hover-position {
    font-size: 16px;
  }

  .profile-image {
    width: 27.5vw;
    font-size: 20vw;
  }

  .profile-image.about2-0, .profile-image.about3-0, .profile-image.about3-0 {
    width: 22.5vw;
  }

  .sticky-container {
    align-items: center;
    padding: 0;
  }

  .sticky-container.about2-0 {
    padding: 20px 20px 60px;
    display: none;
  }

  .sticky {
    background-color: #f9f9f9;
    position: sticky;
  }

  .horizontal-trigger {
    display: none;
  }

  .profile-hover-box {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  ._300-quote {
    line-height: 20px;
  }

  .hover-profile-box-bottom {
    margin-top: 0;
    margin-bottom: 0;
  }

  .link-block-5.white {
    color: var(--white);
    font-size: 16px;
  }

  .pre-image {
    max-width: 20px;
    margin-right: 20px;
  }

  .current-category-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 40px;
  }

  .hero-resources-category-section {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 60px;
    display: flex;
  }

  .link-7 {
    color: var(--dark-navy);
    text-decoration: none;
  }

  .link-block-9 {
    flex-direction: column;
    text-decoration: none;
    display: flex;
  }

  .video-thumanil-box {
    min-height: 360px;
    display: none;
  }

  .video-play-button-div {
    width: 100%;
    height: auto;
    min-height: 360px;
    padding-top: 20%;
    padding-bottom: 20%;
    position: relative;
    inset: 0;
  }

  .the-last-section {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 60px;
    display: flex;
  }

  .section-4 {
    padding: 40px 40px 60px;
  }

  .heading-18 {
    font-size: 36px;
  }

  .columns-7 {
    display: flex;
  }

  .column-15 {
    flex-direction: column;
    display: flex;
  }

  .testimonials {
    border-top-right-radius: 100px;
    padding: 100px 20px;
  }

  .column-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-5 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-31 {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial {
    height: 450px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pp-section-bg-video {
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;
    min-width: 300px;
    height: auto;
    min-height: 500px;
  }

  .pp-hero-mobile-image {
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;
    width: 400px;
    min-width: 300px;
    min-height: 500px;
    margin-top: -179px;
    padding-top: 0;
    position: static;
  }

  .pp-hero-bg-vid {
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;
    min-width: 300px;
    height: auto;
    min-height: 500px;
  }

  .employee-profile-section {
    flex-flow: column wrap;
    place-content: flex-start;
    align-items: center;
    padding: 0 40px;
    display: flex;
    position: relative;
  }

  .employee-profile-section.about3-0 {
    background-color: #f9f9f9;
    background-image: linear-gradient(#f9f9f9, #f9f9f9);
    display: inline;
  }

  .employee-profile-container {
    align-items: center;
    padding: 0;
  }

  .employee-profile-container.about3-0 {
    padding: 20px 20px 60px;
  }

  .ep-container-scroll-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .ep-container-scroll-wrapper.about3-0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .ep_team_list {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    justify-items: center;
    display: flex;
  }

  .ep_team_list.about3-0 {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: start;
  }

  .ep_team_list.about3-0.co-founders {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ep-horizontal-item {
    width: 27.5vw;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .ep-horizontal-item.about2-0 {
    width: 22.5vw;
  }

  .team-type-h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .columns-9 {
    flex-direction: row;
    justify-content: center;
  }

  .client-logos {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-38 {
    width: 50px;
  }

  .image-40 {
    width: 90px;
  }

  .column-18, .column-19 {
    justify-content: center;
    display: flex;
  }

  .media-mentions {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .recaptcha {
    margin-left: auto;
  }

  .sticky_top-left {
    background-color: #0000;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .companies-heading {
    text-align: left;
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 46px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-rich-text p {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .text-rich-text h2 {
    font-size: 1.5rem;
  }

  .text-rich-text ul {
    font-size: 1rem;
  }

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

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge {
    order: -1;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .heading-style-h1.v2-pricing {
    font-size: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .icon-height-large.filter-opacitry {
    mix-blend-mode: darken;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .button {
    justify-content: center;
    align-self: auto;
    align-items: center;
    min-height: 56px;
    display: inline-flex;
  }

  .button.is-text.is-icon {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    min-height: auto;
  }

  .button.is-text.is-icon.is-white, .button.is-text.is-icon.is-dark-blue {
    align-self: flex-start;
  }

  .button.is-text.no-hover-red {
    min-height: auto;
  }

  .button.is-secondary, .button.is-icon {
    align-self: stretch;
  }

  .button.is-sign-in {
    background-color: #fff0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: 250px;
  }

  .button.is-sign-in.w--open {
    min-width: 250px;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_button {
    color: #fff;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

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

  .container-large.px-120 {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    margin-top: 2rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-tablet {
    display: none;
  }

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

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar5_menu {
    background-color: var(--xlight-purple);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    align-items: flex-start;
    height: calc(100dvh - 80px);
    margin-left: 0;
    padding: 1rem 5% 2rem;
    transition-property: height;
    transition-duration: .5s;
    transition-timing-function: ease;
    position: absolute;
    overflow: auto;
    box-shadow: 0 4px 40px #1c294714;
  }

  .navbar5_menu-links {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: #1c294780;
    flex-flow: column;
    height: auto;
  }

  .navbar5_link {
    background-color: var(--xlight-purple);
    width: 100%;
    height: auto;
    color: var(--deep-purple);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 0;
    font-size: 1.5rem;
    display: inline-flex;
  }

  .navbar5_link.w--current {
    color: var(--deep-purple);
    margin-top: 0;
    margin-bottom: -1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar5_menu-dropdown {
    width: 100%;
    height: auto;
    position: relative;
  }

  .navbar5_dropdown-toggle {
    background-color: var(--xlight-purple);
    height: auto;
    color: var(--deep-purple);
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    font-size: 1.5rem;
    display: flex;
  }

  .navbar5_dropdown-toggle.is-first {
    padding-left: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar5_dropdown-list.w--open {
    min-width: auto;
    box-shadow: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar5_dropdown-content {
    flex-direction: column;
    display: block;
  }

  .navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar5_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
  }

  .navbar5_dropdown-content-wrapper, .navbar5_blog-list, .navbar5_blog-item, .navbar5_large-item-content {
    width: 100%;
  }

  .navbar5_dropdown-background-layer {
    min-width: 100%;
  }

  .navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 1.5rem;
  }

  .navbar5_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--deep-orange);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--deep-orange);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--deep-orange);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header3_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header3_content {
    padding: 2rem 1rem;
  }

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

  .layout1_component {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .layout1_content {
    padding: 2rem 1rem;
  }

  .layout1_image-wrapper.is-assessment {
    order: -1;
  }

  .layout1_image-wrapper.is-assessment.is-hero {
    aspect-ratio: 1;
    height: auto;
  }

  .layout1_image-wrapper.is-action {
    aspect-ratio: 1;
    order: -1;
  }

  .tab2_tabs-menu.no-scrollbar {
    z-index: 5;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: var(--xlight-purple);
    border-radius: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .tab2_tab-link {
    opacity: 1;
    padding: 1rem;
    font-size: 1rem;
    display: block;
  }

  .tab2_tabs-content {
    margin-top: 2rem;
  }

  .layout132_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .layout132_content {
    aspect-ratio: 3.4 / 2.5;
    min-height: 0;
    padding: 2rem 1rem;
  }

  .gallery14_slider {
    transition: all .2s;
  }

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

  .gallery14_image-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .gallery14_arrow {
    margin-top: 1rem;
    inset: 100% auto auto 0%;
  }

  .gallery14_arrow.is-right {
    inset: 100% 0% auto auto;
  }

  .gallery14_slide-nav {
    margin-top: 2.5rem;
  }

  .display1 {
    font-size: 2rem;
  }

  .consulting-services_block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding: 40px 20px;
    display: flex;
  }

  .consulting-services_img {
    margin-top: -10%;
  }

  .layout3_component {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .layout3_content {
    padding: 1.5rem 1rem 1rem;
  }

  .layout3_image-wrapper, .flex-vertical.flex-align-center.flex-y-center {
    order: -1;
  }

  .flex-vertical.gap-1.flex-stretch {
    align-items: stretch;
  }

  .layout3_card_layout {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .cta40_card {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta40_card-content {
    padding: 1.5rem 1rem 1rem;
  }

  .cta40_image-wrapper {
    max-width: 80%;
    margin-top: 0;
    margin-left: auto;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .subnav_link {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    text-decoration: underline;
  }

  .subnav_link_info {
    display: none;
  }

  .faq3_component {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

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

  .grid-2-col.grid-align-center.gap-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-2-col.tablet-gap-32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .layout252_component {
    align-items: stretch;
  }

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

  .layout252_list, .grid-3-col {
    flex-flow: column;
    display: flex;
  }

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

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

  .company-card {
    aspect-ratio: 2.39;
  }

  .company-card-img.is-small {
    max-height: 120px;
  }

  .heading-style-h00 {
    font-size: 3rem;
  }

  .profile-card-img.is-modal {
    aspect-ratio: 1;
    align-self: center;
    width: 100%;
    max-width: 25rem;
    height: auto;
  }

  .partner-initiative_card {
    aspect-ratio: 2.39;
  }

  .modal1_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .profile_right {
    padding-top: 0%;
  }

  .journey_block {
    height: auto;
    display: flex;
  }

  .journey_center {
    margin-top: 1rem;
    font-size: 2rem;
  }

  .journey_right {
    text-align: left;
    order: -1;
  }

  .journey-text {
    font-size: 1rem;
    display: none;
  }

  .journey-text.is-active {
    border-left: 2px solid var(--deep-purple);
    opacity: 1;
    border-top-style: none;
    padding-top: 0;
    padding-left: 1rem;
    display: block;
  }

  .journey-timer {
    display: none;
  }

  .insights_link {
    aspect-ratio: auto;
    padding-top: 0%;
    padding-bottom: 100%;
  }

  .header3_video {
    aspect-ratio: 1;
    height: auto;
  }

  .show-tablet {
    display: block;
  }

  .subnav_side {
    display: none;
  }

  .iq_anim1_bubble {
    font-size: 1rem;
  }

  .mobile-journey-text {
    position: relative;
  }

  .div-block-47 {
    background-color: var(--white);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .div-block-48 {
    border-bottom: 2px dashed var(--deep-purple);
    background-color: var(--deep-purple);
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .purple-line {
    border-bottom: 2px dashed var(--deep-purple);
    flex: none;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .purple-line-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    overflow: hidden;
  }

  .mobile-journey-block {
    background-color: var(--xlight-purple);
    text-wrap: pretty;
    border-radius: 8px;
    padding: 1rem;
  }

  .button-7 {
    align-self: auto;
  }

  .button-7.is-secondary {
    align-self: stretch;
  }

  .fs_modal-1_image {
    max-height: 30vh;
    display: none;
  }

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

  .swiper-container.swiper-testimonials.hide-tablet {
    display: none;
  }

  .swiper-wrapper.is-top-aligned {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
    background-color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .button-8 {
    align-self: auto;
  }

  .button-8.is-secondary {
    align-self: stretch;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 4rem;
  }

  .blog-post1-header_image-wrapper {
    margin-bottom: 3rem;
  }

  .blog-post1-header_image {
    aspect-ratio: 1;
  }

  .blog-post1-content_content {
    margin-bottom: 3rem;
  }

  .blog-post1-content_content-bottom.is-casestudy {
    position: static;
  }

  .blog-post1-content_share {
    flex-flow: row;
  }

  .blog-post1-related_list {
    grid-template-columns: 1fr 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .button-9 {
    align-self: auto;
  }

  .button-9.is-secondary {
    align-self: stretch;
  }

  .case-study_content-wrapper.is-casestudy {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: minmax(200px, 250px);
    display: flex;
  }

  .tab2_dropdown {
    border: 2px solid var(--deep-orange);
    background-color: var(--xlight-purple);
    width: 100%;
    color: var(--deep-purple);
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 16px;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
  }

  .lightbox-link {
    aspect-ratio: 1;
    height: auto;
  }

  .dropdown-list-3.w--open {
    background-color: var(--xlight-purple);
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translate(-50%);
  }

  .dropdown-list-3.is-sign-in.w--open {
    background-color: var(--white);
    border-style: none;
    border-radius: 12px;
    width: 90vw;
    position: absolute;
    inset: auto 0% 4rem 50%;
    transform: translate(-50%);
  }

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

  .sustain-success_component {
    display: none;
  }

  .section_60 {
    height: auto;
  }

  .mobile-menu {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .section_60_sticky {
    height: auto;
  }

  .div-block-66 {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .fs_accordion-1_body-2 {
    background-color: #fff0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs_accordion-1_label-2 {
    color: var(--dark-blue);
    font-size: 2rem;
    font-weight: 400;
  }

  .fs_accordion-1_header-2 {
    opacity: .4;
    background-color: #f5f5f500;
    padding-left: 0;
    padding-right: 0;
    transition: opacity .2s;
  }

  .fs_accordion-1_header-2.is-active-accordion {
    opacity: 1;
  }

  .div-block-69 {
    aspect-ratio: 16 / 9;
    border-radius: 24px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .testimonial_separator {
    display: none;
  }

  .text-wrap-balance {
    text-wrap: balance;
  }

  .faq_home_component {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .pricing26_top-header {
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: black black var(--light-purple);
    padding: 1.5rem 1rem;
  }

  .pricing26_top-row-price {
    font-size: 3.25rem;
  }

  .button-10 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    min-height: 56px;
    display: inline-flex;
  }

  .button-10.max-width-full.is-pricing26-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing26_row-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    border-bottom: 2px solid var(--light-purple);
    text-align: left;
    border-left-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .pricing26_row-content.is-starter {
    padding-left: 0;
  }

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

  .button-11 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    min-height: 56px;
    display: inline-flex;
  }

  .button-11.is-secondary {
    align-self: stretch;
  }

  .button-11.is-text.no-hover-red {
    min-height: auto;
  }

  .button-11.is-text.is-icon {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    min-height: auto;
  }

  .button-11.is-text.is-icon.is-white {
    align-self: flex-start;
  }

  .blog6_featured-item-link {
    grid-template-columns: 1fr;
  }

  .blog6_category-menu.no-scrollbar {
    z-index: 5;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    overflow: scroll;
  }

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

  .layout504_tabs {
    display: none;
  }

  .layout504_tabs-menu.no-scrollbar {
    z-index: 5;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: scroll;
  }

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

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

  .layout504_image-wrapper {
    max-width: none;
  }

  .layout504_tab-card-content {
    padding: 2rem 0;
  }

  .pricing26_highlight {
    width: calc(100% + 4px);
    height: calc(100% + 2px);
    left: -2px;
  }

  .pricing26_highlight.is-starter, .pricing26_highlight.is-pro, .pricing26_highlight.is-enterprise {
    left: -2px;
  }

  .features1_card.is-green.is-long {
    grid-template-columns: 1fr;
  }

  .v2-navbar5_menu-dropdown {
    width: 100%;
    height: auto;
    position: relative;
  }

  .v2-dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .v2-navbar5_dropdown-toggle {
    height: auto;
    color: var(--dark-blue);
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    font-size: 2rem;
    display: flex;
  }

  .v2-navbar5_dropdown-toggle.is-first {
    padding-left: 0;
  }

  .v2-dropdown-list-3.w--open {
    background-color: var(--xlight-purple);
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translate(-50%);
  }

  .v2-dropdown-list-3.is-sign-in.w--open {
    background-color: var(--white);
    border-style: none;
    border-radius: 12px;
    width: 90vw;
    position: absolute;
    inset: auto 0% 4rem 50%;
    transform: translate(-50%);
  }

  .v2-popup_link {
    width: 100%;
    height: auto;
    color: var(--dark-blue);
    text-align: left;
    background-color: #0000;
    border-bottom: 1px solid #000;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 0;
    font-size: 2rem;
    display: inline-flex;
  }

  .v2-popup_link.w--current {
    color: var(--deep-purple);
    margin-top: 0;
    margin-bottom: -1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .v2-popup_link.iq-btn {
    text-align: center;
    padding: 8px 24px;
    font-size: .874rem;
  }

  .v2-popup_link.iq-btn.w--current {
    color: var(--color);
  }

  .v2-popup_link.iq-btn.hide-mobile {
    display: none;
  }

  .v2-popup_link.footer-btn {
    font-size: 1.5rem;
  }

  .v2-menu-icon_line-top {
    background-color: var(--dark-blue);
    border-radius: 100px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .v2-menu-icon_line-middle {
    background-color: var(--dark-blue);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .v2-menu-icon_line-bottom {
    background-color: var(--dark-blue);
    border-radius: 100px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .v2-dropdown-navbar_wrapper {
    padding-top: 24px;
    padding-left: 0;
  }

  .v2-nb-img {
    display: none;
  }

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

  .v2-dropdown-menu_list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .v2-dm_list-item {
    border-top: 1px solid #dcdcc4;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 24px;
  }

  .v2-dm_list-item.last {
    border-bottom: 1px solid var(--light-04);
    border-bottom: 1px solid #dcdcc4;
    padding-bottom: 24px;
  }

  .v2-nb-arrow {
    display: none;
  }

  .v2-navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .v2-navbar5_dropdown-list.w--open {
    min-width: auto;
    height: auto;
    box-shadow: none;
    border-bottom-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    inset: 0 0 0;
  }

  .v2-nb-text-wrapper.mobile {
    flex-flow: row;
    align-items: center;
  }

  .labs-divider-line-wrapper {
    display: none;
  }

  .v2-mobile-locales-wrapper {
    height: auto;
    margin-top: 44vh;
    display: flex;
    position: static;
    inset: auto 16px 26px;
  }

  .v2-dropdown-2 {
    width: 100%;
  }

  .v2-dropdown-list3.w--open {
    border-color: var(--light-04);
    background-color: var(--white);
    border-top-style: solid;
    border-bottom-style: solid;
    border-radius: 8px 8px 0 0;
    justify-content: center;
    align-items: flex-start;
    margin-top: -130px;
    top: 0%;
  }

  .v2-dropdown-list3.is-sign-in.w--open {
    background-color: var(--white);
    border-style: none;
    border-radius: 12px;
    width: 90vw;
    position: absolute;
    inset: auto 0% 4rem 50%;
    transform: translate(-50%);
  }

  .v2-dropdown-toggle2 {
    border: 1px solid var(--dark-blue);
    background-color: var(--white);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .v2-dropdown-toggle2:focus {
    background-color: var(--dark-blue);
    outline-color: var(--dark-blue);
    outline-offset: -10px;
    color: var(--white);
    border-radius: 4px;
    outline-width: 2px;
    outline-style: none;
  }

  .v2-icon-2 {
    margin-left: 0;
  }

  .v2-navbar5_menu-links {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    height: auto;
  }

  .v2-navbar5_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    align-items: flex-start;
    height: calc(100dvh - 80px);
    margin-left: 0;
    padding: 1rem 5% 2rem;
    transition-property: height;
    transition-duration: .5s;
    transition-timing-function: ease;
    position: absolute;
    overflow: auto;
    box-shadow: 0 4px 40px #1c294714;
  }

  .v2-navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .v2-lang-code {
    width: auto;
  }

  .v2-mobile-lang-link {
    font-weight: 400;
  }

  .v2-mobile-lang-link:hover {
    color: var(--transparent);
  }

  .v2-mobile-lang-link.w--current {
    background-color: var(--blue20);
  }

  .v2-nb-padding-vertical {
    padding: 1.5rem 0;
  }

  .v2-nb-padding-vertical.padding-huge {
    order: -1;
  }

  .lp-hero-icon {
    width: 40px;
  }

  .v2-login-popup_links-wrapper {
    padding-top: 24px;
  }

  .v2-login-popup_link {
    padding: 24px 0;
  }

  .v2-login-popup_link:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .v2-hide-mobile {
    display: none;
  }

  .v2-hide-desktop {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .v2-footer_top-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .v2-footer_top-text {
    font-size: 1.5rem;
  }

  .v2-h2 {
    font-size: 2rem;
  }

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

  .iq-video_pill {
    top: 4.4%;
    left: 3%;
  }

  .v2-hero_grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .v2-hero_grid.is-resources {
    grid-column-gap: 7.5rem;
    grid-template-columns: 125px 1fr;
    grid-auto-columns: 1fr;
  }

  .hero-grid_left {
    padding-top: 0;
  }

  .hero-grid_left.case-studies {
    box-sizing: border-box;
    width: auto;
  }

  .v2-h1 {
    font-size: 2rem;
  }

  .v2-small_h2 {
    font-size: 1.125rem;
  }

  .full-video_pill-wrapper {
    padding-top: 4.4%;
  }

  .v2-popup-login_link {
    width: 100%;
    height: auto;
    color: var(--dark-blue);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 0;
    font-size: 2rem;
    display: inline-flex;
  }

  .v2-popup-login_link.w--current {
    color: var(--deep-purple);
    margin-top: 0;
    margin-bottom: -1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .v2-popup-login_link.iq-btn {
    text-align: center;
    padding: 8px 24px;
    font-size: .874rem;
  }

  .v2-popup-login_link.iq-btn.hide-mobile {
    display: none;
  }

  .v2-popup-login_link.footer-btn {
    font-size: 1.5rem;
  }

  .real-impact_extra-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .v2-real-impact-grid {
    grid-column-gap: 48px;
    grid-template-columns: 1fr 1fr;
    padding-top: 48px;
  }

  .ri-grid_pagination-wrapper {
    padding-top: 40px;
  }

  .ri-grid_pagination-wrapper.single-item {
    display: none;
  }

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

  .v2-tabs-menu {
    flex-flow: row;
    overflow: scroll;
  }

  .v2-h3 {
    font-size: 1.5rem;
  }

  .v2-tab-link {
    flex: none;
  }

  .explore-news_grid, .explore-news_grid._3-col {
    grid-template-columns: 1fr;
  }

  .block-link {
    opacity: 100;
  }

  .v2-pricing_dropdown-icon {
    inset: 0% 0% 0% auto;
  }

  .v2-pricing_dropdown-list.w--open {
    padding-left: 0;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
  }

  .text-block-47 {
    padding-left: 1.125rem;
  }

  .alt-navbar-flex-div {
    grid-column-gap: 18px;
    grid-template-columns: .25fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .alt-navbar-flex-div.has-toggle {
    flex-flow: column;
  }

  .alt-navbar_heading {
    white-space: pre;
  }

  .alt-navbar_link-block {
    flex: none;
  }

  .alt-navbar_tittle-wrapper {
    padding-right: 60px;
  }

  .alt-navbar_tittle-wrapper.mobile-only {
    display: block;
  }

  .alt-navbar_tittle-wrapper.purpose-only {
    display: none;
  }

  .alt-navbar_tittle-wrapper.about {
    padding-right: 140px;
  }

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

  .iq-features_grid._2-col {
    grid-template-columns: 1fr;
  }

  ._1q-features-h3 {
    font-size: 1.5rem;
  }

  .section_iq-corporate-hero {
    padding-top: 144px;
  }

  .toogle-wrapper {
    border-bottom: 1px solid var(--light-04);
    order: -1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-bottom: 8px;
  }

  .purpose-toogle {
    width: 43px;
    height: 24px;
  }

  .div-block-82 {
    width: 22px;
    height: 21px;
  }

  .div-block-83 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section_lens-hero {
    padding-top: 104px;
  }

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

  .faqs-hero_content-wrapper {
    padding-left: 60px;
  }

  .section_contact-hero {
    padding-bottom: 80px;
  }

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

  .v2-form-grid_right {
    margin-top: -92px;
  }

  .careers-item {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 24px 0;
  }

  .careers-item:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .empty-careers_content-wrapper {
    margin-bottom: 140px;
    padding-top: 20px;
  }

  .team-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .iq-features_h1 {
    font-size: 2rem;
  }

  .iq-features-cms_grid {
    grid-template-columns: .5fr 1fr;
  }

  .section_case-study-hero {
    padding-top: 104px;
  }

  .case-study-content_grid {
    grid-column-gap: 16px;
    grid-template-columns: .65fr 1fr;
  }

  .v2-nb-img-arrow {
    display: none;
  }

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

  .v2-h1-2 {
    font-size: 2rem;
  }

  .v2-footer_top-content-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .v2-footer3_component-2 {
    display: none;
  }

  .button-12 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    min-height: 56px;
    display: inline-flex;
  }

  .button-12.is-text.is-icon {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    min-height: auto;
  }

  .button-12.is-text.is-icon.is-white {
    align-self: flex-start;
  }

  .v2-popup_link-2 {
    color: #1c2947;
    text-align: left;
    background-color: #0000;
    border-bottom: 1px solid #000;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    font-size: 2rem;
    display: inline-flex;
  }

  .v2-popup_link-2.w--current {
    color: #4a428e;
    margin-top: 0;
    margin-bottom: -1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .v2-popup_link-2.footer-btn {
    font-size: 1.5rem;
  }

  .v2-popup_link-2.iq-btn {
    text-align: center;
    padding: 8px 24px;
    font-size: .874rem;
  }

  .v2-popup_link-2.iq-btn.w--current {
    color: #fff;
  }

  .v2-popup_link-2.iq-btn.hide-mobile {
    display: none;
  }

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

  .v2-menu-icon_line-top-2 {
    background-color: #1c2947;
    border-radius: 100px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .v2-dropdown-toggle2-2 {
    background-color: #fff;
    border: 1px solid #1c2947;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .v2-dropdown-toggle2-2:focus {
    outline-offset: -10px;
    color: #fff;
    background-color: #1c2947;
    border-radius: 4px;
    outline: 2px #1c2947;
  }

  .v2-navbar5_component-2 {
    display: none;
  }

  .v2-mobile-lang-link-2 {
    font-weight: 400;
  }

  .v2-mobile-lang-link-2:hover {
    color: #122031;
  }

  .v2-mobile-lang-link-2.w--current {
    background-color: #d2d4da;
  }

  .v2-dropdown-list-4.w--open {
    background-color: #f0f0f8;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translate(-50%);
  }

  .navbar5_dropdown-toggle-2 {
    color: #4a428e;
    background-color: #f0f0f8;
    align-items: center;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    font-size: 1.5rem;
    display: flex;
  }

  .subnav_link-2 {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    text-decoration: underline;
  }

  .v2-menu-icon_line-bottom-2 {
    background-color: #1c2947;
    border-radius: 100px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .v2-navbar5_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    flex-flow: column;
    align-items: flex-start;
    height: calc(100dvh - 80px);
    margin-left: 0;
    padding: 1rem 5% 2rem;
    transition-property: height;
    transition-duration: .5s;
    transition-timing-function: ease;
    position: absolute;
    overflow: auto;
    box-shadow: 0 4px 40px #1c294714;
  }

  .navbar5_dropdown-list-2 {
    position: relative;
    overflow: hidden;
  }

  .navbar5_dropdown-list-2.w--open {
    min-width: auto;
    box-shadow: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .v2-navbar5_dropdown-toggle-2 {
    color: #1c2947;
    align-items: center;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    font-size: 2rem;
    display: flex;
  }

  .v2-navbar5_dropdown-list-2 {
    position: relative;
    overflow: hidden;
  }

  .v2-navbar5_dropdown-list-2.w--open {
    min-width: auto;
    height: auto;
    box-shadow: none;
    border-bottom-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    inset: 0 0 0;
  }

  .v2-menu-icon_line-middle-2 {
    background-color: #1c2947;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .v2-dropdown-list3-2.w--open {
    background-color: #fff;
    border-color: #dcdcc4;
    border-top-style: solid;
    border-bottom-style: solid;
    border-radius: 8px 8px 0 0;
    justify-content: center;
    align-items: flex-start;
    margin-top: -130px;
    top: 0%;
  }

  .labs-divider-line-wrapper-2 {
    display: none;
  }

  .v2-popup-login_link-2 {
    color: #1c2947;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    font-size: 2rem;
    display: inline-flex;
  }

  .v2-popup-login_link-2.w--current {
    color: #4a428e;
    margin-top: 0;
    margin-bottom: -1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-right-home {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    padding-right: 0;
  }

  .navbar-wrap {
    height: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    font-size: 22px;
    line-height: 20px;
  }

  .menu-button {
    margin-top: 0;
    padding: 0;
    line-height: 20px;
  }

  .menu-button-close {
    line-height: 20px;
  }

  .menu-button-close.w--open {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-white {
    height: 28px;
  }

  .navbar {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .body {
    display: flex;
    overflow: visible;
  }

  .hero-wrap {
    margin-top: 20%;
  }

  .h1 {
    margin: 20px 0 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 70px;
    line-height: 70px;
  }

  .hero-b-28-40 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 22px;
    line-height: 34px;
  }

  .button-primary {
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
  }

  .arrow-div {
    margin-top: 12%;
  }

  .gradient {
    background-image: linear-gradient(to bottom, #000f2200, #000f22b3 30%, var(--dark-navy));
    height: 30vh;
  }

  .sec-solution {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sec-hero.hero {
    max-width: 100%;
  }

  .mock-up-img {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .h3 {
    font-size: 40px;
    line-height: 44px;
  }

  .h3.landing-page {
    margin-bottom: 30px;
  }

  .sub-heading {
    max-width: 480px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 34px;
  }

  .list-item {
    font-size: 20px;
    line-height: 36px;
  }

  .text-button {
    font-size: 18px;
    line-height: 20px;
  }

  .learn-more-button {
    width: 190px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec-credibility {
    padding: 0 20px 90px;
  }

  .solution-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .credit-grid {
    grid-row-gap: 40px;
  }

  .h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .heading-box {
    align-items: center;
    margin-top: 20px;
  }

  .icon {
    height: 48px;
    margin-right: 30px;
  }

  .solution-text.landing-page {
    width: 100%;
    max-width: 600px;
    padding-top: 40px;
  }

  .vector {
    margin-bottom: -133px;
    margin-right: 199px;
  }

  .sec-cta {
    padding: 90px 20px 140px;
  }

  .h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .text-field {
    height: 60px;
    padding-left: 12px;
    font-size: 20px;
  }

  .submit-button {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
  }

  .form {
    justify-content: flex-start;
    width: 100%;
  }

  .footer {
    height: auto;
    min-height: 480px;
    padding: 40px 30px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-logo {
    justify-content: center;
    align-items: center;
  }

  .social-media-icon {
    max-height: 24px;
  }

  .footer-text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-text-block.bold-text {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .footer-link-box {
    margin-bottom: 10px;
  }

  .copyright {
    font-size: 14px;
  }

  .form-block {
    width: 100%;
    margin-bottom: 0;
  }

  .footer-category {
    font-size: 14px;
  }

  .image-3 {
    max-width: 90%;
    max-height: 24px;
  }

  .image-4 {
    max-height: 24px;
  }

  .nav-top-box {
    height: 90px;
    max-height: 90px;
  }

  .nav-logo {
    height: 32px;
  }

  .nav-menu-2 {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .menu-button-2 {
    padding: 0;
    font-size: 18px;
  }

  .nav-cont {
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-cont.drop-down-nav-ver {
    height: 60px;
    margin-top: 0;
  }

  .pp-hero {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .features-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .wrapper-hero.ft-wrapper {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-grid {
    grid-column-gap: 0px;
    grid-row-gap: 90px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .pp-benefits {
    margin-top: 0;
    padding: 100px 30px 80px;
  }

  .pp-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-3 {
    color: var(--transparent);
    margin-top: 0;
    font-size: 34px;
    line-height: 44px;
  }

  .benefits-img {
    margin-left: 0;
  }

  .red-dots {
    margin-left: 12px;
  }

  .pp-why {
    padding: 60px 29px;
  }

  .pp-why-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pp-icon {
    height: 60px;
    margin-right: 0;
  }

  .pp-features {
    padding: 60px 30px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .features-copy {
    font-size: 22px;
    line-height: 32px;
  }

  .benefits-copy {
    font-size: 20px;
    line-height: 36px;
  }

  .h2-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .pp-cta {
    padding: 90px 20px 140px;
  }

  .pp-cta-button {
    margin-right: 0;
  }

  .pp-cta-box {
    max-width: 570px;
  }

  .pp-cta-image {
    width: 350px;
    min-height: 450px;
  }

  .italic-text {
    color: #000f22;
  }

  .form-div {
    min-width: 450px;
    height: 690px;
    margin-top: 0;
    padding-left: 30px;
  }

  .form-div.priceofcheap {
    margin-top: 0;
  }

  .con-text {
    margin-bottom: 20px;
  }

  .send-message-button {
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .second-heading-2 {
    font-size: 24px;
    line-height: 24px;
  }

  .hero-heading-2 {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-heading-2.ft-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-heading-2.title {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .connect-body {
    max-width: 95%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 34px;
  }

  .connect-body.direct-contact {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 40px;
  }

  .connect-body.bold-text-3 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .connect-text {
    margin-bottom: 40px;
    padding-top: 90px;
    padding-right: 30px;
  }

  .connect-text.priceofcheap {
    padding: 30px 20px;
  }

  .pp-hero-text-box {
    margin-bottom: 0;
    padding-top: 0;
  }

  .pp-subheading {
    margin-top: 40px;
    font-size: 32px;
    line-height: 44px;
  }

  .pp-hero-heading {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 50px;
  }

  .pp-hero-body {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 34px;
  }

  .ft-sec {
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .ft-image-block {
    min-width: 400px;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .ft-image-1 {
    min-width: 375px;
    max-width: 100%;
  }

  .ft-image-1._3 {
    max-width: 100%;
    max-height: 100%;
  }

  .ft-vector-box {
    justify-content: flex-end;
  }

  .ft-text {
    min-width: 0;
    padding-top: 75px;
  }

  .ft-body {
    max-width: 95%;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 34px;
  }

  .div-block-10 {
    width: 120px;
    max-width: 120%;
    height: 4px;
  }

  .div-block-11 {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    max-width: 110px;
    min-height: 96px;
    max-height: 96px;
    margin-left: 20px;
  }

  .div-block-11-copy {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    max-width: 166px;
    max-height: 146px;
  }

  .petals {
    width: 100%;
    max-width: 120px;
    height: auto;
    display: none;
  }

  .petals.priceofcheap {
    left: 80%;
  }

  .ft-grid-box {
    justify-content: center;
    align-items: center;
    min-height: 750px;
    margin-bottom: 25px;
  }

  .ft-grid-box.second-box {
    min-height: 500px;
  }

  .ft-vt-1._1366px {
    width: 90%;
    min-height: 600px;
    max-height: 650px;
  }

  .ft-vt-2 {
    min-height: 550px;
  }

  .ft-vt-3 {
    min-height: 650px;
  }

  .ft-vt-4 {
    min-height: 550px;
  }

  .ft-vt-5 {
    min-height: 600px;
  }

  .product-tour-btn {
    width: 190px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-video-heading {
    text-align: left;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 40px;
  }

  .image-9 {
    min-height: 24px;
  }

  .image-10 {
    min-height: 18px;
  }

  .employee-group-title {
    font-size: 36px;
    line-height: 36px;
  }

  .stkicky-product-tour-btn {
    width: 48px;
    height: 48px;
  }

  .sticky-btn-text {
    font-size: 18px;
    line-height: 20px;
  }

  .mobile-icon {
    min-width: 16px;
  }

  .sticky-button {
    width: 48px;
    height: 48px;
    bottom: 72px;
  }

  .footer-logo-icon {
    height: 36px;
    max-height: 100%;
    margin-right: 0;
  }

  .upper-arrow {
    min-width: 22px;
    max-width: 23px;
    min-height: 25px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .product-pg-hero-div-blk {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .hero-about-section {
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-3 {
    margin-bottom: 0;
    padding: 70px 0 0%;
  }

  .columns-2 {
    flex-direction: column;
    display: flex;
  }

  .pp-image {
    border-bottom-left-radius: 125px;
    margin-top: -25px;
    margin-bottom: 40px;
    display: none;
  }

  .pp-image.about-page {
    margin-bottom: 20px;
  }

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

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

  .image-13 {
    border-top-left-radius: 80px;
  }

  .column-4 {
    display: none;
  }

  .column-5 {
    order: -1;
    display: none;
  }

  .column-6 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-6.mobile-ver {
    padding-top: 5%;
  }

  .column-7 {
    padding-top: 0%;
    padding-bottom: 66.6%;
  }

  .column-10.priceofcheap {
    margin-top: -150px;
  }

  .pp-cta-image-people {
    width: 350px;
    min-height: 450px;
  }

  .pop-up-wrapper {
    width: 400px;
    height: 300px;
  }

  .exit-box {
    top: -13%;
    right: -10%;
  }

  .background {
    width: 400px;
    height: 720px;
  }

  .play-button-div {
    max-width: 50%;
    top: 66%;
    left: 60%;
  }

  .about-employee-cms-sec {
    padding-left: 22px;
    padding-right: 22px;
  }

  .about-employee-cms-sec.flex-ver {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-employee-cmsver {
    min-width: auto;
  }

  .wrapper-employee-cmsver.flex-ver {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .profile-box {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .employee-image-box {
    min-height: 120px;
  }

  .employee-image {
    width: 100%;
    min-width: 120px;
    max-width: 150px;
    min-height: 120px;
  }

  .about-employee-cms {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section---general {
    padding-bottom: 40px;
  }

  .section---general.section---price-of-cheap {
    padding-bottom: 20px;
  }

  .background-video-poc {
    flex: 0 auto;
    height: 50vw;
    min-height: 50vw;
    margin-bottom: 0;
  }

  .panel---semi-transp {
    max-width: 95%;
    margin-top: 20px;
    padding: 40px 30px;
  }

  .container---general {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-content---wci {
    z-index: 10;
  }

  .div-block-23 {
    border-top-right-radius: 125px;
    height: 900px;
  }

  .list---main-wrapper {
    text-align: left;
  }

  .columns---link-list {
    margin-bottom: 20px;
  }

  .basic-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .h3---red {
    font-size: 22px;
  }

  .column---label {
    margin-left: -10px;
  }

  .h2-3.general-headline {
    text-align: left;
  }

  .column---detail {
    margin-left: -10px;
    padding-left: 23px;
  }

  .list-item-wrapper {
    margin-bottom: 0;
  }

  .container---general-2, .investor-cont {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .body-invest {
    display: block;
    overflow: visible;
  }

  .cookie-banner {
    z-index: 200;
    background-color: var(--forest-green);
    border-radius: 3px;
    flex-direction: column;
    max-width: 90%;
    padding-left: 50px;
    padding-right: 50px;
    top: 35vh;
    bottom: 40vh;
    box-shadow: 0 0 18px #0000004d;
  }

  .image-11 {
    margin-bottom: 20px;
  }

  .accept-cookie {
    margin: 30px auto 10px;
  }

  .decline-cookie {
    top: 10%;
  }

  .about-image-1 {
    max-width: 80%;
    max-height: 80%;
  }

  .about-vector {
    justify-content: flex-end;
    width: 100%;
    max-width: none;
    inset: 0% 0% auto auto;
  }

  .about-employee-cms-flex {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .profile-box-flex {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .employee-image-box-flex {
    min-height: 120px;
  }

  .profile-box-hover-box1, .profile-box-hover-box2, .profile-box-hover-box3 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mock-up-img-bg {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .top-image-box {
    left: 30%;
  }

  .top-image-box._2 {
    bottom: -14%;
    left: -3%;
  }

  .mock-up-bg-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .kf5 {
    max-width: 100%;
  }

  .kf5-2 {
    left: 68%;
  }

  .kf5-1 {
    max-width: 100%;
  }

  .kf1-top-image {
    max-width: 85%;
    bottom: -15%;
    left: 52%;
  }

  .bold-text-4 {
    display: inline-block;
  }

  .video-resrouces-cont {
    height: 80vh;
    margin-top: 0;
    margin-bottom: 40px;
  }

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

  .read-article-button {
    width: 190px;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .summary-text-box {
    font-size: 18px;
  }

  .collection-list-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  ._3-column-article-heading {
    height: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .collection-item-4 {
    flex-direction: column;
    grid-template-columns: 1.75fr;
  }

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

  .video-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .div-block-34 {
    margin-bottom: 40px;
  }

  .article-large-image {
    background-image: url('../images/wf-background-image.svg');
    background-position: 50%;
    background-size: cover;
    display: none;
  }

  .article-grid-main {
    grid-row-gap: 0px;
  }

  .article-grid-main.article-hero {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
    display: flex;
  }

  .article-left-column {
    border-bottom-right-radius: 20vw;
    padding-bottom: 50%;
    display: block;
  }

  .article-right-column {
    margin-top: 0;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .article-contents {
    flex-direction: row;
    display: flex;
  }

  .article-cotent-box {
    flex-wrap: nowrap;
    min-width: auto;
    padding-left: 10%;
    padding-right: 0%;
  }

  .related-posts {
    width: 90vw;
    margin-left: 30px;
    margin-right: 30px;
  }

  .readmore-collection-list {
    grid-template-columns: 1fr;
  }

  .about-hero-image {
    margin-top: 0;
    padding-top: 66.6%;
    padding-bottom: 66.6%;
    display: none;
    position: static;
  }

  .play-imgae-background {
    top: 0%;
  }

  .video-caption {
    margin-top: 40px;
    font-size: 16px;
  }

  .column-7-1 {
    padding-top: 5%;
    padding-right: 20px;
  }

  .column-8-1 {
    order: -1;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3-left {
    flex-flow: column;
    justify-content: center;
    display: block;
  }

  .play-imgae-background-2 {
    padding-top: 0%;
    padding-bottom: 66.6%;
    top: -86%;
  }

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

  .play-imgae-background-3 {
    position: static;
  }

  .column-8-2 {
    order: -1;
    padding-bottom: 0%;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }

  .our-team-heading {
    text-align: left;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 40px;
  }

  .b-24-36-ah-2 {
    width: 400px;
    font-size: 20px;
    line-height: 30px;
  }

  .column-8-first {
    order: -1;
    margin-top: 0;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-third-section {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 0;
  }

  .load-more-button {
    width: 190px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .load-more-text {
    font-size: 18px;
    line-height: 20px;
  }

  .body-poc {
    display: flex;
    overflow: visible;
  }

  ._2-0horizontal-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  ._2-0horizontal-section.about2-0 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team_list, .team_list.about2-0 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .horizontal-item {
    width: 40vw;
  }

  .horizontal-item.about2-0 {
    width: 30vw;
  }

  .profile-info.about2-0, .profile-info.about3-0, .profile-info.about3-0 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .name-text {
    font-size: 18px;
    line-height: 20px;
  }

  .name-text.hover-name {
    font-size: 18px;
  }

  .profile-image {
    width: 40vw;
  }

  .profile-image.about2-0, .profile-image.about3-0, .profile-image.about3-0 {
    width: 30vw;
    font-size: 30vw;
  }

  .sticky-container {
    justify-content: flex-start;
    padding-top: 60px;
  }

  .current-category-collection-list {
    grid-template-columns: 1fr;
  }

  .hero-resources-category-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pagination-2 {
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
  }

  .video-thumanil-box {
    display: none;
  }

  .video-play-button-div {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 33%;
    padding-bottom: 33%;
    position: relative;
    inset: 0%;
  }

  .pp-hero-bg-video {
    height: 45vh;
    margin-top: -25px;
    margin-bottom: 0;
  }

  .testimonials {
    padding-bottom: 10px;
  }

  .columns-8 {
    display: block;
  }

  .testimonial {
    height: 380px;
    margin-bottom: 100px;
  }

  .pp-hero-mobile-image {
    border-top-right-radius: 0;
    width: 90vw;
    margin-top: -25px;
    display: block;
  }

  .pp-hero-bg-vid {
    border-top-right-radius: 0;
  }

  .employee-profile-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .employee-profile-section.about3-0 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .employee-profile-container {
    justify-content: flex-start;
    padding-top: 60px;
  }

  .ep_team_list, .ep_team_list.about3-0 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ep-horizontal-item {
    width: 40vw;
  }

  .ep-horizontal-item.about2-0 {
    width: 30vw;
  }

  .team-type-box.co-founders-mobile {
    flex-direction: column;
    display: none;
  }

  .team-type-box.co-founder-pc {
    display: none;
  }

  .div-block-43 {
    padding-bottom: 40px;
  }

  .media-mentions {
    padding-left: 10px;
    padding-right: 10px;
  }

  .recaptcha {
    margin-left: auto;
  }

  .companies-heading {
    text-align: left;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-43-zero-top {
    padding-bottom: 40px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-rich-text h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }

  .text-rich-text ul {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.v2-pricing {
    font-size: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .button {
    width: 100%;
    font-size: 1rem;
  }

  .button.is-text {
    align-self: auto;
    width: auto;
  }

  .button.is-text.is-icon {
    align-self: flex-start;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .text-size-small.hide-mobile-landscape {
    display: none;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

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

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar5_component {
    min-height: 4rem;
  }

  .navbar5_logo {
    max-width: 164px;
  }

  .navbar5_menu {
    padding-bottom: 6rem;
  }

  .navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

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

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

  .layout1_content {
    min-height: 24rem;
  }

  .tab2_tabs-menu {
    justify-content: flex-start;
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .tab2_tabs-menu.no-scrollbar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section_tabs1 {
    min-height: auto;
  }

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

  .layout132_content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .gallery14_slider {
    padding-bottom: 3rem;
  }

  .gallery14_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery14_image-wrapper {
    padding: 3rem 2rem;
  }

  .gallery14_arrow {
    width: 2rem;
    height: 2rem;
    margin-top: .25rem;
    margin-left: 2rem;
  }

  .gallery14_arrow.hide-mobile-landscape {
    display: none;
  }

  .gallery14_arrow.is-right {
    margin-right: 2rem;
  }

  .gallery14_slide-nav {
    margin-top: 1rem;
  }

  .testimonial_quote {
    font-size: 2rem;
  }

  .testimonial_quote.is-smaller {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .heading-style-h25 {
    font-size: 2rem;
  }

  .padding-section-huge.mobile-reduce {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-size-xmedium.text-color-dark-blue.mobile-smaller, .text-size-xmedium.text-color-deep-purple.text-weight-medium.mobile-smaller, .text-size-xmedium.text-color-deep-purple.mobile-sm {
    font-size: 1rem;
  }

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

  .flex-vertical.gap-05.mobile-gap-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .faq3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq3_icon-wrapper {
    width: 1.75rem;
  }

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

  .layout252_list {
    grid-row-gap: 1rem;
  }

  .gallery17_slider {
    padding-bottom: 3rem;
  }

  .gallery17_mask {
    width: 100%;
  }

  .gallery17_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery17_arrow.hide-mobile-landscape {
    display: none;
  }

  .heading-style-h0 {
    font-size: 3rem;
  }

  .company-card-img {
    max-width: 50%;
  }

  .profile-card-img.is-modal {
    aspect-ratio: 1;
    width: 100%;
    max-height: none;
  }

  .modal1_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 2fr;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    height: auto;
    max-height: none;
    display: flex;
  }

  .show-mobile-landscape {
    display: block;
  }

  .profile_img {
    max-width: 15rem;
  }

  .profile-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
  }

  .profile_right {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0%;
  }

  .profile_text-sizer {
    height: auto;
    min-height: auto;
  }

  .contact_card {
    padding: 2rem 1rem;
  }

  .input-field, .input-field::placeholder {
    font-size: 1rem;
  }

  .purpose_anim2_main {
    width: 15rem;
    height: 15rem;
  }

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

  .team_profile_block {
    max-width: 16rem;
  }

  .button-7 {
    width: 100%;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .fs_modal-1_heading {
    font-size: 2rem;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .basic-swiper-image-wrapper {
    height: 20rem;
  }

  .basic-swiper-title {
    font-size: 1rem;
  }

  .basic-social-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .basic-swiper-role {
    font-size: .75rem;
  }

  .basic-swiper-arrows-wrapper {
    justify-content: center;
    align-items: center;
  }

  .basic-swiper-arrows-wrapper.v2-landing {
    justify-content: flex-start;
    align-items: center;
  }

  .swiper-pagination-bullet {
    min-width: 2rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .button-8 {
    width: 100%;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 3rem;
  }

  .blog-post1-content_content {
    margin-bottom: 2rem;
  }

  .blog-post1-content_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-post1-related_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .button-9 {
    width: 100%;
  }

  .case-study_content-wrapper.is-casestudy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .header3_spacing {
    padding-top: 3rem;
  }

  .mobile-menu {
    height: 100%;
  }

  .layout3_overlay {
    background-image: linear-gradient(#000, #fff0);
  }

  .faq_home_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta40_nameplate {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .pricing26_tabs-menu {
    flex-flow: column;
    margin-bottom: 3rem;
  }

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

  .pricing26_empty-space {
    display: none;
  }

  .pricing26_top-row-price {
    font-size: 2.5rem;
  }

  .button-10 {
    width: 100%;
  }

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

  .pricing26_feature {
    border-bottom: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
    padding-right: 1rem;
  }

  .pricing26_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .layout237_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .button-11 {
    width: 100%;
    font-size: 1rem;
  }

  .button-11.is-text {
    align-self: auto;
    width: auto;
  }

  .button-11.is-text.is-icon {
    align-self: flex-start;
  }

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

  .blog6_category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog6_category-menu.no-scrollbar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .blog6_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog6_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout504_tabs-menu {
    width: 100vw;
    margin-bottom: 3rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .layout504_tabs-menu.no-scrollbar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .layout504_tab-card-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .v2-navbar5_component {
    min-height: 4rem;
  }

  .v2-popup_link.footer-btn {
    font-size: 1.125rem;
  }

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

  .v2-nb-text-wrapper.mobile {
    flex-flow: column;
    align-items: stretch;
  }

  .v2-navbar5_menu {
    padding-bottom: 6rem;
  }

  .v2-nb-padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .l-a {
    display: none;
  }

  .v2-login-popup_content {
    padding: 32px 16px 16px;
  }

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

  .popup-close {
    top: 16px;
    right: 16px;
  }

  .flex-h-16gap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .log-in_link-heading {
    font-size: 18px;
  }

  .v2-footer-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .v2-footer_top-text {
    font-size: 1.125rem;
  }

  .v2-form-cta_wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .v2-form-fields_wrapper {
    flex-flow: column;
  }

  .v2-next-grid {
    grid-row-gap: 2.875rem;
    grid-template-columns: 1fr;
  }

  .v2-hero_grid.is-resources {
    grid-template-columns: 1fr;
  }

  .v2-small_h2 {
    font-size: 18px;
    display: block;
  }

  .v2-small_h2.mobile {
    display: block;
  }

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

  .un-grid_right, .un-grid_left {
    padding-left: 0;
  }

  .popup-close2 {
    top: 16px;
    right: 16px;
  }

  .v2-popup-login_link.footer-btn {
    font-size: 1.125rem;
  }

  .v2-real-impact-grid {
    grid-template-columns: 1fr;
  }

  .ri-grid_pagination-wrapper {
    padding-top: 20px;
  }

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

  .content-grid_left {
    grid-column-gap: 9.5rem;
    grid-row-gap: 9.5rem;
  }

  .real-impact-top_grid {
    grid-template-columns: 1fr;
  }

  .real-impact_quote {
    font-size: 1.5rem;
  }

  .real-impact-middle_grid, .real-impact-bottom_grid, .real-impact-bottom_grid.is-three-col, .real-impact-bottom_grid.is-2col, .real-impact-bottom_grid.is-reversed {
    grid-template-columns: 1fr;
  }

  .explore-news-grid_left {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 584px;
  }

  .v2-news-heading {
    font-size: 2rem;
  }

  .zoom-img {
    object-position: 72% 50%;
  }

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

  .alt-navbar_heading {
    white-space: pre;
  }

  .alt-navbar_tittle-wrapper {
    padding-right: 0;
  }

  .alt-navbar_tittle-wrapper.lens {
    padding-right: 20px;
  }

  .alt-navbar_tittle-wrapper.labs, .alt-navbar_tittle-wrapper.sustain {
    padding-right: 40px;
  }

  .alt-navbar_tittle-wrapper.about {
    padding-right: 60px;
  }

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

  .iq-block {
    min-height: auto;
  }

  .iq-features_content-wrapper {
    padding-top: 3rem;
  }

  .ctas-horizontal_wrapper {
    flex-flow: column;
  }

  .corp-block {
    min-height: auto;
  }

  .case-studites_wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .case-studies_content-wrapper {
    padding-right: 0;
  }

  .paragraph-7 {
    font-size: 1.5rem;
  }

  .case-studies_arrow-div {
    inset: 0% auto auto 0%;
  }

  .img-mobile-only {
    object-position: 72% 50%;
    display: block;
  }

  .div-block-81 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .purpose-toogle_text {
    white-space: pre;
  }

  .faqs-hero_content-wrapper {
    padding-left: 40px;
  }

  .faqs-hero_content-wrapper.contact {
    padding-left: 0;
  }

  .image-53 {
    object-position: 70% 50%;
  }

  .image-53.contact {
    object-position: 18% 50%;
  }

  .careers-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-85 {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .careers-arrow {
    display: none;
  }

  .empty-careers_content-wrapper {
    margin-bottom: 60px;
  }

  .section-spacer {
    height: 1rem;
  }

  .team-modal_content {
    width: 100%;
    max-width: none;
  }

  .div-block-86 {
    justify-content: space-between;
  }

  .team-text_mobile-only {
    display: block;
  }

  .team-text_desktop-only {
    display: none;
  }

  .careers-arrow2 {
    display: inline-flex;
  }

  .div-block-87 {
    justify-content: space-between;
    display: flex;
  }

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

  .articles-grid_left {
    padding: 16px;
  }

  .ag-left_bottom-content {
    font-size: 1.125rem;
  }

  .ag-right_img {
    object-fit: cover;
    position: relative;
  }

  .iq-rte {
    font-size: 1.125rem;
  }

  .iq-rte h2 {
    font-size: 1.5rem;
  }

  .iq-rte p {
    font-size: 1.125rem;
  }

  .iq-features-cms_grid {
    grid-template-columns: 1fr;
  }

  .iq-features_big-p {
    font-size: 1.875rem;
  }

  .left_sticky-div {
    display: none;
  }

  .iq-prev-next_grid {
    grid-template-columns: 1fr;
  }

  .iq-prev-next_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .iq-prev-next_text {
    font-size: 1.5rem;
  }

  .case-studies_rte {
    font-size: 1.125rem;
  }

  .case-studies_rte h2 {
    font-size: 1.5rem;
  }

  .case-studies_rte p, .case-studies_rte blockquote {
    font-size: 1.125rem;
  }

  .case-study-content_grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .div-block-89, .dropdown-toggle-3 {
    width: 100%;
  }

  .dropdown-3 {
    display: block;
  }

  .select-field {
    border: 1px solid var(--blue50);
    background-color: var(--white);
    height: auto;
    color: var(--dark-blue);
    margin-bottom: 0;
    padding: 18px 16px;
    font-size: 1.125rem;
    position: relative;
  }

  .methodology-table, .methodology-table-3col {
    grid-template-columns: 1fr;
  }

  .button-12 {
    width: 100%;
    font-size: 1rem;
  }

  .button-12.is-text {
    align-self: auto;
    width: auto;
  }

  .button-12.is-text.is-icon {
    align-self: flex-start;
  }

  .v2-popup_link-2.footer-btn, .v2-footer_top-text-2 {
    font-size: 1.125rem;
  }

  .v2-navbar5_component-2 {
    min-height: 4rem;
  }

  .v2-navbar5_menu-2 {
    padding-bottom: 6rem;
  }

  .margin-right-home {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    flex-direction: column;
    align-items: center;
    margin-top: 215px;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-wrap {
    flex: 0 auto;
    align-items: center;
    height: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    width: 210px;
    margin-top: 0;
    padding-left: 0;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .nav-link {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
  }

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

  .nav-link.button {
    background-color: var(--red);
    color: var(--white);
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 13px 60px;
    line-height: 24px;
  }

  .menu-button {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    inset: 0% 0% auto auto;
  }

  .menu-button-close {
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button-close.w--open {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    display: block;
    position: static;
    top: 2%;
    right: 5%;
  }

  .nav-menu {
    background-color: #000;
    background-image: linear-gradient(to top, #212e51 92%, var(--gradient));
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .logo-white {
    width: 165px;
    height: 32px;
  }

  .logo-white.logo-mobile {
    margin-top: 0;
  }

  .navbar {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrap {
    height: auto;
    margin-top: 50%;
    margin-bottom: 5%;
  }

  .h1 {
    width: 100%;
    max-width: none;
    margin: 0 0 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .hero-b-28-40 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .hero-button-div {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }

  .button-primary {
    width: 45vw;
    height: 50px;
    margin-right: 0;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 21px;
  }

  .button-primary:hover {
    height: 50px;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .gradient {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    height: 20vh;
    margin-top: auto;
    margin-bottom: 0;
  }

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

  .sec-solution {
    padding: 0 10px;
  }

  .sec-hero.hero {
    background-image: linear-gradient(to bottom, transparent, var(--dark-navy) 90%), url('../images/joel-filipe-_AjqGGafofE-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 75px 20px 25%;
  }

  .sec-hero.hero.video-test {
    background-image: none;
    display: none;
  }

  .h3 {
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 38px;
  }

  .h3.landing-page {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 32px;
  }

  .sub-heading {
    max-width: 500px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .underline {
    border-bottom-width: 3px;
    line-height: 18px;
  }

  .list-item {
    font-size: 16px;
    line-height: 26px;
  }

  .list {
    margin-bottom: 30px;
  }

  .text-button {
    margin-right: 6px;
    font-size: 18px;
    line-height: 18px;
  }

  .learn-more-button {
    width: 165px;
    padding-left: 15px;
    padding-right: 14px;
  }

  .learn-more-button:hover {
    border: 2px solid var(--white);
    background-color: var(--dark-navy);
    border-radius: 3px;
  }

  .cred-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sec-credibility {
    padding: 80px 10px;
  }

  .solution-grid {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .credit-grid {
    grid-row-gap: 50px;
  }

  .h5 {
    font-size: 24px;
    line-height: 34px;
  }

  .cred-body-text {
    font-size: 18px;
    line-height: 28px;
  }

  .icon {
    height: 42px;
    margin-right: 20px;
    display: block;
  }

  .solution-text.landing-page {
    padding-top: 20px;
  }

  .vector {
    max-width: 40%;
    margin-bottom: -65px;
    margin-right: 213px;
  }

  .fixed-down-arrow {
    width: 100%;
    min-width: 14px;
    max-width: 16px;
  }

  .sec-cta {
    padding: 90px 10px;
    overflow: hidden;
  }

  .h2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
  }

  .text-field {
    opacity: 1;
    border-radius: 0;
    width: 100%;
    min-width: 170px;
    max-width: 310px;
    height: 50px;
    padding-top: 12px;
    padding-left: 12px;
    font-size: 18px;
  }

  .submit-button {
    width: 100%;
    min-width: 110px;
    max-width: 190px;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .submit-button:hover {
    border-style: none;
  }

  .form {
    border: 18px #000;
    flex-direction: row;
    justify-content: center;
    width: auto;
    min-width: 240px;
    max-width: 441px;
  }

  .footer {
    min-height: 420px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-logo {
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .social-media-icon {
    max-height: 28px;
  }

  .footer-text-block {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-text-block.bold-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .footer-link-box {
    margin-bottom: 10px;
  }

  .copyright {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .sticky-btn-icon {
    padding-top: 2px;
  }

  .form-block {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-category {
    font-size: 14px;
  }

  .image-4 {
    max-height: 22px;
  }

  .nav-top-box {
    align-items: center;
    max-width: 100%;
    height: 48px;
    margin-top: 20px;
    padding: 14px 20px;
  }

  .nav-logo-wrap {
    justify-content: flex-start;
  }

  .nav-logo {
    flex: 0 auto;
    height: 22px;
  }

  .nav-menu-2 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .nav-link-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .nav-link-2.cta {
    min-width: 0;
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .nav-link-2.drop-down-nav-ver {
    font-size: 16px;
  }

  .menu-button-2 {
    padding: 0;
  }

  .nav-cont {
    flex-direction: row;
    justify-content: space-between;
    align-self: auto;
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .nav-cont.drop-down-nav-ver {
    flex: none;
  }

  .pp-hero {
    width: 100vw;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-heading {
    padding-top: 25px;
    font-size: 24px;
    line-height: 28px;
  }

  .wrapper-hero {
    align-items: center;
  }

  .wrapper-hero.ft-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hero-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .pp-benefits {
    padding: 20px 20px 60px;
  }

  .pp-wrapper {
    margin-bottom: 20px;
  }

  .heading-3 {
    margin-bottom: 65px;
    font-size: 24px;
    line-height: 34px;
  }

  .benefits-wrapper {
    flex-direction: column;
  }

  .benefits-img {
    margin-bottom: 60px;
    margin-left: 0;
  }

  .benefits-list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .red-dots {
    margin-top: 6px;
    margin-left: 12px;
  }

  .pp-benefits-box {
    width: 100%;
    min-width: 300px;
    margin-right: 0;
    padding-right: 4px;
  }

  .cred-body-text-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .pp-why {
    background-image: linear-gradient(#000f22 7%, #122031 58%);
    padding: 60px 20px;
  }

  .pp-why-box {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .pp-why-grid {
    grid-row-gap: 0px;
  }

  .pp-icon {
    border: 0 solid #000;
    border-radius: 0;
    height: 48px;
    min-height: 32px;
    margin-right: 0;
    display: block;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 34px;
  }

  .pp-features {
    padding: 45px 20px 20px;
    overflow: hidden;
  }

  .heading-2 {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .features-copy {
    font-size: 18px;
    line-height: 28px;
  }

  .feature-colum-box.third-box {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .solution-image.right-scroll, .solution-image.left-scroll {
    margin-left: 0;
  }

  .solution-image.new-animation, .solution-image.new-animation-2 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefits-copy {
    letter-spacing: -.25px;
    min-width: 270px;
    max-width: 390px;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .h2-2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .pp-cta {
    border-top-left-radius: 125px;
    height: auto;
    min-height: 640px;
    margin-bottom: 0;
    padding: 90px 20px;
  }

  .pp-cta-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .pp-cta-button {
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 50px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    display: flex;
  }

  .pp-cta-button.pp-tff {
    width: 70%;
    height: 50px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pp-cta-button-box {
    flex-wrap: wrap;
    width: 100%;
    display: block;
  }

  .pp-cta-box {
    min-width: 250px;
    max-width: 450px;
  }

  .pp-cta-copy {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .pp-cta-image {
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    width: 180px;
    min-width: 180px;
    min-height: 240px;
    margin-top: -150px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 20px;
  }

  .form-div {
    width: 95%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: 0;
    padding: 40px 20px 30px;
  }

  .form-div.priceofcheap {
    margin-top: 40px;
    padding-top: 30px;
  }

  .form-div.free-trial {
    min-width: 280px;
  }

  .contact-form-grid {
    padding-top: 0;
  }

  .con-label {
    font-size: 18px;
  }

  .con-text {
    height: 40px;
    margin-bottom: 40px;
    margin-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .con-text.message {
    height: 40px;
  }

  .text-block-13 {
    font-size: 14px;
  }

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

  .send-message-button {
    width: 200px;
    height: 48px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .checkbox-field {
    margin-bottom: 40px;
  }

  .checkbox-label-2 {
    font-size: 14px;
  }

  .form-block-2 {
    width: 100%;
  }

  .second-heading-2 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .hero-heading-2 {
    max-width: 95%;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 28px;
  }

  .hero-heading-2.ft-heading {
    max-width: 100%;
    font-size: 26px;
    line-height: 36px;
  }

  .hero-heading-2.title {
    font-size: 30px;
    line-height: 32px;
  }

  .connect-body {
    max-width: none;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .connect-body.direct-contact {
    max-width: none;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .connect-body.direct-contact.thepriceofcheap {
    font-size: 16px;
    line-height: 24px;
  }

  .connect-body.bold-text-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .connect-text {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .connect-text.priceofcheap {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 11px;
    padding-right: 11px;
  }

  .form-left {
    margin-left: 0;
  }

  .form-right {
    margin-right: 0;
  }

  .pp-hero-text-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .pp-hero-text-box.mobile-top-75px {
    margin-top: 0%;
  }

  .pp-subheading {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .pp-hero-heading {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    font-family: supria-sans;
    font-size: 34px;
    font-weight: 700;
    line-height: 36px;
  }

  .pp-hero-body {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .ft-sec {
    min-height: 100vh;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .ft-sec.mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .ft-image-block {
    width: 100%;
    min-width: 240px;
    max-width: 480px;
    overflow: visible;
  }

  .ft-image-1 {
    border-top-right-radius: 75px;
    border-bottom-left-radius: 75px;
    min-width: 226px;
    max-width: 100%;
    max-height: 320px;
  }

  .ft-image-1._3 {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    width: 300px;
    min-width: auto;
    max-width: 80%;
    min-height: 192px;
    max-height: 230px;
    margin-top: 50px;
  }

  .ft-vector-1 {
    min-width: 56px;
    min-height: 56px;
    margin-right: 4px;
  }

  .ft-vector-box {
    max-width: 70%;
    min-height: auto;
    max-height: 155px;
  }

  .ft-vector-2 {
    min-width: 48px;
    min-height: 48px;
    margin-bottom: 24px;
  }

  .ft-text {
    padding-top: 0;
  }

  .ft-body {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .body-2 {
    overflow: visible;
  }

  .div-block-10 {
    width: 90px;
    height: 3px;
    margin-bottom: 20px;
  }

  .div-block-11 {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: 55px;
    min-height: 48px;
    max-height: 48px;
  }

  .div-block-11-copy {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    max-width: 84px;
    max-height: 73px;
  }

  .ft-grid-box {
    min-height: 500px;
    max-height: 640px;
    margin-bottom: 30px;
  }

  .ft-grid-box.second-box {
    height: 480px;
    min-height: 480px;
    margin-top: 0%;
  }

  .ft-grid-box.people {
    margin-bottom: 30px;
  }

  .ft-vt-1._1366px {
    background-color: #f4f4f4b3;
    min-width: 300px;
    min-height: 447px;
  }

  .ft-vt-2 {
    background-color: #f4f4f4b3;
    width: 100%;
    min-width: 300px;
    min-height: 480px;
    left: 71px;
    right: 0;
  }

  .ft-vt-3 {
    background-color: #f4f4f4a6;
    width: 100%;
    min-width: 300px;
    min-height: 497px;
    right: 0;
  }

  .ft-vt-4 {
    background-color: #f4f4f4a6;
    width: 100%;
    min-width: 300px;
    min-height: 440px;
    max-height: 700px;
    left: 0;
  }

  .ft-vt-5 {
    background-color: #f4f4f4a6;
    min-width: 296px;
    min-height: 450px;
    max-height: 900px;
    left: 0;
  }

  .product-tour-btn {
    width: 165px;
    margin-bottom: 65px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .about-video-heading {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
  }

  .image-9 {
    min-height: 20px;
  }

  .image-10 {
    min-height: 16px;
  }

  .employee-group {
    display: none;
  }

  .employee-group-title {
    margin-top: 20px;
    font-size: 36px;
    line-height: 30px;
  }

  .value-text-div {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .stkicky-product-tour-btn {
    width: 165px;
    margin-bottom: 65px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .sticky-btn-text {
    margin-right: 6px;
    font-size: 18px;
    line-height: 18px;
  }

  .footer-logo-icon {
    height: 30px;
    display: block;
  }

  .div-nav {
    align-self: center;
    align-items: center;
  }

  .nav-link-main {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .nav-link-main.w--current {
    font-size: 18px;
    display: inline-block;
  }

  .button-small {
    align-self: center;
    width: 200px;
    height: 44px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .nav-menu-main {
    width: 100%;
    min-height: 460px;
    margin-bottom: auto;
    padding-top: 50px;
    overflow: visible;
  }

  .navbar-transperant {
    position: fixed;
  }

  .m-nav-link-div {
    padding-bottom: 5px;
  }

  .m-nav-link-div.only-mobile {
    display: flex;
  }

  .burger-button-animated {
    margin-right: 0;
  }

  .link-block {
    margin-top: 10px;
  }

  .column {
    flex-direction: column;
    align-items: stretch;
    padding-right: 7px;
    display: flex;
  }

  .column-2 {
    padding-left: 7px;
  }

  .columns {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    align-self: auto;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .product-pg-hero-div-blk {
    margin-top: 0;
    margin-bottom: 40px;
  }

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

  .column-3 {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    display: block;
  }

  .pp-image {
    border-bottom-left-radius: 100px;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .keystone-habbit-section {
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .div-block-17 {
    margin-top: 0;
  }

  .columns-3 {
    order: 0;
    margin-left: 0;
    display: flex;
  }

  .image-13 {
    border-top-left-radius: 75px;
  }

  .column-4, .column-5 {
    display: none;
  }

  .b-24-36-ah {
    font-size: 18px;
    line-height: 28px;
  }

  .column-6 {
    margin-bottom: 0;
    padding-top: 15%;
    padding-left: 0;
  }

  .column-6.mobile-ver {
    display: none;
  }

  .column-7 {
    padding-bottom: 75%;
    padding-left: 0;
    padding-right: 0;
    right: 20px;
  }

  .link {
    font-size: 14px;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .section.ft-sec {
    padding-top: 20px;
  }

  .section.poc {
    top: auto;
  }

  .columns-4 {
    width: auto;
  }

  .columns-4.thepriceofcheap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-10 {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-10.priceofcheap {
    margin-top: 0;
  }

  .pp-cta-image-people {
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    width: 180px;
    min-width: 180px;
    min-height: 240px;
    margin-top: -150px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 20px;
  }

  .pop-up {
    display: none;
  }

  .pop-up-wrapper {
    width: 300px;
    max-width: 100%;
    height: 225px;
    max-height: 100%;
  }

  .exit-box {
    padding: 6px;
    top: -15%;
    right: -9%;
  }

  .background {
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    width: 274px;
    height: 430px;
    margin-left: 78px;
  }

  .play-button {
    border-top-left-radius: 100px;
    max-width: 80px;
  }

  .play-button-div {
    border-bottom-right-radius: 5vw;
  }

  .about-employee-cms-sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-employee-cms-sec.flex-ver {
    padding-right: 0;
  }

  .wrapper-employee-cmsver {
    align-items: flex-start;
  }

  .profile-box {
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    max-width: 160px;
    height: 240px;
    min-height: 240px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .employee-name {
    color: #122031;
    letter-spacing: -.5px;
    max-width: 105%;
    height: auto;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .employee-job-title {
    color: #122031;
    letter-spacing: -.15px;
    margin-top: 5px;
    font-size: 13px;
    line-height: 14px;
  }

  .employee-image-box {
    width: 120px;
    height: 120px;
  }

  .employee-image {
    width: 100px;
  }

  .about-employee-cms {
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .employee-info-box {
    width: 105%;
  }

  .section---general.section---price-of-cheap {
    margin-bottom: -92px;
    padding-top: 75px;
    padding-bottom: 0;
  }

  .background-video-poc {
    min-height: 50vw;
    margin-top: -6%;
  }

  .button---blue.form-copy {
    flex: 1;
    align-items: center;
  }

  .panel---semi-transp {
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container---general {
    padding: 20px;
  }

  .modal-content {
    padding: 15px;
  }

  .button---close-modal {
    margin-top: -10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .video {
    margin-top: 15px;
  }

  .div-block-23 {
    width: 100%;
    min-width: 320px;
    max-width: 390px;
    bottom: 0;
  }

  .columns---table {
    margin-left: 21px;
    margin-right: 21px;
  }

  .basic-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .table-block {
    padding-bottom: 10px;
  }

  .column---label {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column---detail {
    margin-left: 0;
    padding-left: 13px;
    padding-right: 0;
  }

  .container---general-2 {
    padding: 20px;
  }

  .basic-paragraph-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .start-trial-form-copy {
    flex-wrap: nowrap;
    display: block;
  }

  .investor-cont {
    padding: 20px;
  }

  .cookie-banner {
    justify-content: flex-end;
    height: auto;
    min-height: 360px;
    padding: 0% 20px;
    font-family: supria-sans;
    font-size: 16px;
    line-height: 28px;
    display: none;
    top: 30vh;
  }

  .decline-cookie {
    margin-left: 0;
    margin-right: 0;
    top: 5%;
    right: 7.5%;
  }

  .cookie-banner-cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 360px;
    display: flex;
    position: static;
  }

  .about-image-1 {
    border-top-right-radius: 75px;
    border-bottom-left-radius: 75px;
    min-width: 226px;
    max-width: 100%;
    max-height: 320px;
  }

  .about-vector {
    max-width: 70%;
    min-height: auto;
    max-height: 155px;
  }

  .about-employee-cms-flex {
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .profile-box-flex {
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    max-width: 160px;
    height: 240px;
    min-height: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-employee-cmsver-2 {
    align-items: flex-start;
  }

  .employee-image-box-flex {
    width: 120px;
    height: 140px;
    min-height: 140px;
  }

  .employee-info-box-flex {
    width: 105%;
    max-width: 160px;
    margin-bottom: 10px;
  }

  .profile-box-hover-box1, .profile-box-hover-box2, .profile-box-hover-box3 {
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    max-width: 160px;
    height: 240px;
    min-height: 240px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-image-box {
    left: 25%;
  }

  .image-23, .image-24 {
    max-width: 40%;
  }

  .key-feature-imagebox {
    margin-left: 10px;
    margin-right: 10px;
  }

  .kf1-2 {
    height: 125px;
    max-height: 70%;
    right: -40%;
  }

  .kf1-1 {
    max-width: 100%;
  }

  .kf2 {
    max-width: 35%;
    margin-right: 3px;
    padding-right: 0;
  }

  .kf2._2-1 {
    max-width: 35%;
    margin-right: 0;
    padding-right: 3px;
  }

  .kf2._2-2 {
    margin-right: 0;
    padding-right: 3px;
  }

  .kf2._2-3 {
    padding-right: 0;
  }

  .kf3, .kf5 {
    max-width: 100%;
  }

  .kf5-2 {
    min-width: 35%;
    max-width: 35%;
    top: 26%;
    left: 68%;
  }

  .kf1-1-top-image-box {
    top: 52%;
    bottom: -15%;
  }

  .kf2-1-pp {
    max-width: 100%;
  }

  .kf3-1 {
    max-width: 100%;
    margin-right: 3px;
  }

  .kf3-1._3-3 {
    margin-right: 5px;
    padding-right: 0;
  }

  .kf1 {
    max-width: 100%;
  }

  .kf1-top-image {
    bottom: -5%;
    left: 50%;
  }

  .hero-resources-section {
    justify-content: flex-start;
    width: 100vw;
    margin-top: -25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-resrouces-cont {
    height: 100vh;
    margin-top: 0;
    margin-bottom: 40px;
  }

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

  .left-column-content-wrapper {
    padding-bottom: 0;
  }

  .read-article-button {
    width: 165px;
    padding-left: 15px;
    padding-right: 14px;
    font-size: 20px;
  }

  .read-article-button:hover {
    border: 2px solid var(--white);
    background-color: var(--dark-navy);
    border-radius: 3px;
  }

  .read-article-button.read-for-3-coloum {
    margin-bottom: 20px;
  }

  .right-column-content-wrapper {
    margin-top: 90px;
  }

  .collection-item {
    margin-bottom: 0;
  }

  .featured-article-heading {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .right-small-text-block {
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-29 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .summary-text-box {
    margin-top: 0;
    padding-top: 0;
    font-size: 16px;
    line-height: 26px;
    display: flex;
  }

  .grid-3-columns {
    width: auto;
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .square-image-box {
    object-fit: cover;
    height: auto;
    overflow: hidden;
  }

  ._3-column-article-heading {
    height: auto;
    font-size: 20px;
    line-height: 26px;
  }

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

  .video-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .article-large-image {
    position: absolute;
  }

  .article-grid-main {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 90vw;
    display: flex;
  }

  .article-grid-main.article-hero {
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 75px;
    top: 0;
  }

  .flex-box {
    font-size: 16px;
  }

  .heading-14 {
    font-size: 36px;
  }

  .summary-text {
    font-size: 20px;
  }

  .article-left-column {
    margin-top: 0;
    margin-bottom: 40px;
    display: block;
  }

  .article-left-column.noneed {
    display: none;
  }

  .article-contents {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .article-cotent-box {
    padding-left: 0%;
  }

  .related-posts {
    width: 90vw;
    margin-left: 0;
    margin-right: 0;
  }

  .readmore-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-55 {
    justify-content: center;
  }

  .heading-15 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 54px;
  }

  .play-imgae-background {
    border-bottom-right-radius: 75px;
  }

  .video-caption {
    font-size: 16px;
    line-height: 26px;
  }

  .column-7-1 {
    padding-left: 0;
    padding-right: 20px;
  }

  .column-8-1 {
    flex-direction: column;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-3-left {
    flex-direction: column-reverse;
    order: 0;
    margin-left: 0;
    display: flex;
  }

  .play-imgae-background-2 {
    border-bottom-right-radius: 75px;
  }

  .about-last-section {
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .play-imgae-background-3 {
    border-bottom-right-radius: 75px;
    margin-bottom: 20px;
  }

  .column-8-2 {
    flex-direction: column;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .our-team-heading {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
  }

  .b-24-36-ah-2 {
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .column-8-first {
    flex-direction: column;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .about-third-section {
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .summary-text-right {
    max-height: 6.2ch;
  }

  .load-more-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 14px;
  }

  .load-more-button:hover {
    border: 2px solid var(--white);
    background-color: var(--dark-navy);
    border-radius: 3px;
  }

  .load-more-text {
    margin-right: 6px;
    font-size: 18px;
    line-height: 18px;
  }

  .columns-poc {
    width: auto;
  }

  .pagination {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  ._2-0horizontal-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-0horizontal-section.about2-0 {
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    overflow: hidden;
  }

  .team_list.about2-0 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky_top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-wrapper.about2-0 {
    align-items: stretch;
    display: block;
  }

  .horizontal-item.about2-0 {
    width: 45vw;
    margin-bottom: 0;
    margin-right: 0;
  }

  .name-text {
    font-size: 20px;
  }

  .profile-image.about2-0, .profile-image.about3-0, .profile-image.about3-0 {
    width: 45vw;
  }

  .sticky-container.about2-0 {
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .sticky.about2-0 {
    align-items: center;
    padding-bottom: 30px;
    display: block;
  }

  .link-block-4 {
    margin-top: 75px;
  }

  .current-category-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-resources-category-section {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-9 {
    color: var(--transparent);
    flex-direction: column;
    align-items: stretch;
    text-decoration: none;
    display: flex;
  }

  .video-play-button-div {
    border-bottom-right-radius: 5vw;
    min-height: 240px;
  }

  .the-last-section {
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-38 {
    height: 1px;
  }

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

  .heading-18 {
    font-size: 30px;
  }

  .columns-7 {
    display: block;
  }

  .column-11, .column-12, .column-14, .column-15 {
    padding-bottom: 40px;
  }

  .testimonials {
    margin-top: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial {
    height: auto;
    margin-bottom: 60px;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .pp-section-bg-video {
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    min-width: 180px;
    min-height: 240px;
  }

  .pp-hero-mobile-image {
    border-bottom-left-radius: 70px;
    min-width: 240px;
    min-height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .pp-hero-bg-vid {
    border-bottom-left-radius: 70px;
    min-width: 100%;
    min-height: 300px;
  }

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

  .employee-profile-section.about3-0 {
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    overflow: hidden;
  }

  .employee-profile-container.about3-0 {
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .ep-container-scroll-wrapper.about3-0 {
    align-items: stretch;
    display: block;
  }

  .ep_team_list.about3-0 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ep-horizontal-item.about2-0 {
    width: 45vw;
    margin-bottom: 0;
    margin-right: 0;
  }

  .team-type-box.co-founders-mobile {
    display: none;
  }

  .team-type-h1 {
    font-size: 26px;
  }

  .div-block-43 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    margin-bottom: 80px;
    padding-bottom: 0;
    display: block;
  }

  .columns-9 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .client-logo {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .client-logos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-39 {
    overflow: scroll;
  }

  .column-18, .column-19, .column-20, .column-21, .column-22, .column-23 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    display: flex;
  }

  .columns-10 {
    flex-direction: column;
    display: flex;
  }

  .paragraph-6 {
    font-size: 20px;
  }

  .column-24 {
    flex-direction: column;
  }

  .image-41 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-42 {
    width: 200px;
  }

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

  .recaptcha {
    margin-left: -24px;
    margin-right: 0;
  }

  .image-43, .image-44 {
    max-width: 70%;
  }

  .link-block-10, .link-block-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sticky_top-left {
    flex: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .companies-heading {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-43-zero-top {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 80px;
    padding-bottom: 0;
    display: block;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-rich-text h6 {
    font-size: 12px;
  }

  .text-rich-text h2 {
    font-size: 1.25rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .button {
    padding: .75rem 1rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar5_logo {
    width: 100%;
  }

  .navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar5_dropdown-link {
    padding-left: 0;
  }

  .navbar5_blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar5_blog-item {
    flex-direction: column;
    display: flex;
  }

  .navbar5_large-item-content {
    margin-top: 1rem;
  }

  .header3_component, .layout1_component, .layout132_component {
    grid-template-columns: 1fr;
  }

  .gallery14_image-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gallery14_arrow {
    width: 2rem;
    margin-left: .5rem;
  }

  .gallery14_arrow.is-right {
    margin-right: .5rem;
  }

  .testimonial_quote {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .testimonial_quote.is-smaller {
    font-size: 1rem;
  }

  .consulting-services_block {
    min-height: 24rem;
  }

  .heading-style-h25 {
    font-size: 1.5rem;
  }

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

  .text-size-xmedium.text-color-deep-purple.mobile-sm {
    font-size: .75rem;
  }

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

  .flex-vertical.flex-align-center {
    order: -1;
  }

  .circle-button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .layout3_card_layout {
    padding: 2rem 1rem;
  }

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

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cta40_image-wrapper.is-gaelle {
    max-width: 100%;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

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

  .layout252_content, .layout252_list {
    grid-template-columns: 1fr;
  }

  .layout252_item {
    padding: 2rem 1rem;
  }

  .key-features_slider_card {
    aspect-ratio: 2 / 3;
    min-height: 28rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feature-card1 {
    border-radius: 12px;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
    display: inline-flex;
  }

  .heading-style-h0 {
    font-size: 2rem;
  }

  .company-card-img {
    max-width: 90%;
  }

  .profile-card-img.is-modal {
    max-height: 50vh;
  }

  .flex-y-center.gap-1.flex-wrap {
    flex-flow: wrap;
  }

  .flex-y-center.gap-1.flex-wrap.mobile-gap-025 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .journey_center {
    font-size: 1.5rem;
  }

  .purpose_anim2 {
    justify-content: space-between;
    align-items: center;
  }

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

  .iq_anim1_bubble {
    border-radius: 1rem;
    padding: 1rem;
    font-size: .75rem;
  }

  .iq_anim1_img2_pointer_pos {
    bottom: -2%;
  }

  .iq_anim_img4_pointer-pos {
    bottom: 33%;
  }

  .iq_anim2_report {
    padding: 1rem;
    font-size: .75rem;
  }

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

  .iq_anim2_pointer_pos {
    bottom: 12%;
  }

  .section_anim {
    min-height: auto;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .swiper-slide.basic-swiper-slide {
    max-width: 100%;
  }

  .basic-swiper-image-wrapper {
    height: 110vw;
  }

  .column-26 {
    flex-direction: column;
    align-items: stretch;
    padding-right: 7px;
    display: flex;
  }

  .basic-swiper-arrows-wrapper {
    justify-content: center;
    align-items: center;
  }

  .basic-swiper-arrow {
    width: 2rem;
    height: 2rem;
    padding: 12px;
  }

  .basic-swiper-arrow.about-page {
    padding: 0;
  }

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

  .swiper-pagination-bullet {
    min-width: 2rem;
  }

  .button-8 {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
  }

  .blog-post1-header_breadcrumb {
    flex-flow: wrap;
  }

  .blog-post1-header_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post1-header_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post1-content_content-bottom {
    flex-direction: column;
    align-items: flex-start;
    position: static;
  }

  .blog-post1-content_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-post1-content_share {
    flex-flow: row;
  }

  .blog-post1-content_tag-list-wrapper {
    width: 100%;
  }

  .blog-post1-content_tag-list {
    justify-content: flex-start;
  }

  .blog-post1-content_author-wrapper {
    margin-bottom: 1rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .button-9 {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
  }

  .case-study_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .case-study_content-wrapper.is-casestudy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .header3_spacing {
    padding-bottom: 1.5rem;
  }

  .dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
    font-size: .8725rem;
  }

  .dropdown-toggle:focus {
    background-color: var(--xlight-purple);
    outline-color: var(--dark-blue);
    outline-offset: -10px;
    border-radius: 0;
    outline-width: 2px;
    outline-style: none;
  }

  .testimonial_slider-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

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

  .cta40_nameplate {
    max-width: 90%;
  }

  .pricing26_top-header {
    padding: 1rem .5rem;
  }

  .pricing26_top-row-price {
    font-size: 1.5rem;
  }

  .button-10 {
    padding: .75rem 1rem;
  }

  .button-10.max-width-full.is-pricing26-button {
    padding: .25rem .75rem;
  }

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

  .button-11 {
    padding: .75rem 1rem;
  }

  .layout504_bg-video {
    border-radius: 12px;
  }

  .support_comp1_img {
    width: 160px;
  }

  .v2-dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
    font-size: .8725rem;
  }

  .v2-dropdown-toggle:focus {
    background-color: var(--xlight-purple);
    outline-color: var(--dark-blue);
    outline-offset: -10px;
    border-radius: 0;
    outline-width: 2px;
    outline-style: none;
  }

  .v2-popup_link.iq-btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .v2-nb-text {
    font-size: 1.125rem;
  }

  .v2-dropdown-toggle2 {
    padding-left: 0;
    padding-right: 0;
    font-size: .8725rem;
  }

  .v2-dropdown-toggle2:focus {
    outline-color: var(--dark-blue);
    outline-offset: -10px;
    outline-width: 2px;
    outline-style: none;
  }

  .div-block-51-copy {
    margin-left: 0;
  }

  .v2-nb-padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .v2-nb-padding-vertical.padding-huge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .v2-login-popup_content {
    width: 100%;
    height: 100vh;
    padding-top: 140px;
  }

  .v2-login-popup_heading {
    font-size: 24px;
    line-height: 1.3;
  }

  .log-in_link-heading {
    font-size: 18px;
  }

  .v2-login-popup_link.last {
    border-bottom: 1px solid #dcdcc4;
  }

  .v2-small_h2 {
    font-size: 18px;
  }

  .v2-popup-login_link.iq-btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .real-impact_quote.small {
    font-size: 1.2rem;
  }

  .explore-news-grid_left {
    padding-top: 4.3125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .zoom-img {
    object-position: 72% 100%;
  }

  .alt-navbar-flex-div {
    grid-template-columns: .5fr 1fr;
  }

  .alt-navbar_links-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .alt-navbar_tittle-wrapper.ai, .alt-navbar_tittle-wrapper.advisory {
    padding-right: 40px;
  }

  .alt-navbar_tittle-wrapper.faqs {
    padding-right: 20px;
  }

  .alt-navbar_tittle-wrapper.about {
    padding-right: 40px;
  }

  .img-mobile-only {
    object-position: 72% 100%;
    display: block;
  }

  .purpose-toogle_text {
    font-size: .75rem;
  }

  .div-block-83 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-48 {
    white-space: pre;
  }

  .faqs-hero_content-wrapper {
    padding-left: 0;
  }

  .no-break, .text-block-50 {
    white-space: pre;
  }

  .careers-item.last {
    border-bottom: 1px solid #dcdcc4;
  }

  .team-collection-list {
    grid-template-columns: 1fr;
  }

  .button-12 {
    padding: .75rem 1rem;
  }

  .v2-popup_link-2.iq-btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .v2-dropdown-toggle2-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: .8725rem;
  }

  .v2-dropdown-toggle2-2:focus {
    outline-offset: -10px;
    outline: 2px #1c2947;
  }

  .v2-dropdown-toggle-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: .8725rem;
  }

  .v2-dropdown-toggle-2:focus {
    outline-offset: -10px;
    background-color: #f0f0f8;
    border-radius: 0;
    outline: 2px #1c2947;
  }

  .margin-right-home {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_2a7f7111-c16c-2c7c-133b-6d55b5ceaf31-18045e5f, #w-node-f46ffbea-03f8-7b73-731a-55f44c7329f6-18045e5f {
  align-self: center;
}

#w-node-_99e44968-8bcd-2f43-cff8-552e8f7f637f-18045e5f, #w-node-_9e1fabcd-32bd-5e53-ce8c-933a2b7c12dd-18045e5f {
  place-self: center start;
}

#w-node-_30c6d596-f1d8-3399-6375-390073f3fad4-18045e5f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-b8079cb2-9790-dfbd-3da6-479024a342fd-24a342fa {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-b8079cb2-9790-dfbd-3da6-479024a34301-24a342fa {
  grid-area: 1 / 4 / 2 / 6;
  justify-self: end;
}

#w-node-b8079cb2-9790-dfbd-3da6-479024a34332-24a342fa {
  place-self: end;
}

#w-node-_294ee66d-a692-cd7c-df64-b4e482e6f2bf-61a57345 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_06029dc7-4c69-98c7-d379-696b10e433a9-61a57345 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_74f479db-baa0-94af-1af0-74021e87b5fa-61a57345 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_1e0eb885-0789-c1fe-f343-cf611afade83-61a57345 {
  grid-area: 7 / 3 / 8 / 5;
}

#w-node-ff4a0b91-bed7-cb78-cafe-3bdb34134796-61a57345 {
  grid-area: 9 / 1 / 10 / 4;
}

#w-node-b6265215-f870-4fea-d85f-14961e065187-61a57345 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b6265215-f870-4fea-d85f-14961e06518f-61a57345 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b6265215-f870-4fea-d85f-14961e065197-61a57345 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b6265215-f870-4fea-d85f-14961e06519f-61a57345 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-b6265215-f870-4fea-d85f-14961e0651a7-61a57345 {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-eaab6fba-2b32-2a4c-145c-1542c6832aff-61a57345 {
  justify-self: start;
}

#w-node-_8a5978cb-31cf-5c06-fc3b-87b4708ae558-4349a854, #w-node-_8a5978cb-31cf-5c06-fc3b-87b4708ae575-4349a854, #w-node-_8a5978cb-31cf-5c06-fc3b-87b4708ae579-4349a854 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_184121a8-e80a-c0b2-25cd-6c6336fcc25a-4349a854 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_7ab3edcc-4d47-4402-7b86-94b6b466239b-ef259cc5, #w-node-_7ab3edcc-4d47-4402-7b86-94b6b46623b8-ef259cc5, #w-node-_7ab3edcc-4d47-4402-7b86-94b6b46623bc-ef259cc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7ab3edcc-4d47-4402-7b86-94b6b46623c1-ef259cc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_7d2bec1d-341b-bed5-a005-f4fbbf7aec20-ef259cc5 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_3d459307-afa2-c995-ffc9-ea622f21a96c-ef259cc5 {
  align-self: end;
}

#w-node-d3ec3bb7-f6ef-6702-d924-f39406981854-ef259cc5 {
  grid-area: 2 / 2 / 4 / 4;
  place-self: center end;
}

#w-node-_0bbbb493-662c-2bdd-fe57-1346a0411ecb-a0411eb8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bbbb493-662c-2bdd-fe57-1346a0411eec-a0411eb8 {
  justify-self: end;
}

#w-node-b64a7e52-66a8-3061-d880-f1df0c8396fa-0c8396e7, #w-node-b54e69ae-c6e4-928a-8812-c0782fb3e3b4-0c8396e7, #w-node-_507f71ae-00a9-8f54-dcbf-b97718622921-0c8396e7 {
  align-self: center;
}

#w-node-_294ee66d-a692-cd7c-df64-b4e482e6f2bf-c7dcd962 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_06029dc7-4c69-98c7-d379-696b10e433a9-c7dcd962 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_74f479db-baa0-94af-1af0-74021e87b5fa-c7dcd962 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_1e0eb885-0789-c1fe-f343-cf611afade83-c7dcd962 {
  grid-area: 7 / 3 / 8 / 5;
}

#w-node-ff4a0b91-bed7-cb78-cafe-3bdb34134796-c7dcd962 {
  grid-area: 9 / 1 / 10 / 4;
}

#w-node-b6265215-f870-4fea-d85f-14961e065187-c7dcd962 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b6265215-f870-4fea-d85f-14961e06518f-c7dcd962 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-b6265215-f870-4fea-d85f-14961e065197-c7dcd962 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-b6265215-f870-4fea-d85f-14961e06519f-c7dcd962 {
  grid-area: 7 / 3 / 8 / 5;
}

#w-node-b6265215-f870-4fea-d85f-14961e0651a7-c7dcd962 {
  grid-area: 9 / 1 / 10 / 4;
}

#w-node-eaab6fba-2b32-2a4c-145c-1542c6832aff-c7dcd962 {
  justify-self: start;
}

#w-node-b4b19ec0-cddb-0f47-3e95-b26777964ca8-e118adb4, #w-node-b4b19ec0-cddb-0f47-3e95-b26777964cc5-e118adb4, #w-node-b4b19ec0-cddb-0f47-3e95-b26777964cc9-e118adb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b4b19ec0-cddb-0f47-3e95-b26777964cce-e118adb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_5106ce24-ddcc-251d-33e9-0a895dacde0b-5dacddc6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5106ce24-ddcc-251d-33e9-0a895dacde2c-5dacddc6 {
  justify-self: end;
}

#w-node-f0d0b596-a072-73e1-398a-27d76c9058f1-6c905855 {
  align-self: center;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a07541b1-c4c902a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a07541d0-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07541d5-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07541da-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07541df-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07541e5-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07541eb-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07541f1-c4c902a4 {
  justify-self: start;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a07542d3-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07542db-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07542f2-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a075430b-c4c902a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a075430e-c4c902a4 {
  justify-self: start;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a0754310-c4c902a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a0754313-c4c902a4 {
  justify-self: start;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a0754363-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a075436d-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a075436e-c4c902a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a07543e0-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07543e5-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07543ea-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07543ef-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07543f4-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07543f9-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754403-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754408-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a075440d-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754412-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754417-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a075441c-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754421-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754426-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a075442b-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754430-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754435-c4c902a4 {
  justify-self: start;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a0754439-c4c902a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a075443a-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a075443f-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754444-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754449-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a075445d-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754462-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754467-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a075446c-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754471-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754476-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754480-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754485-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a075448a-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a075448f-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754494-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754499-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a075449e-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544a3-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544a8-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544ad-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544b2-c4c902a4 {
  justify-self: start;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a07544b6-c4c902a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a07544b7-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544bc-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544c1-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544c6-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544d7-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544dc-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544e1-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544e6-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544eb-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544f0-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544f5-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544fa-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07544ff-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a0754504-c4c902a4 {
  justify-self: start;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a0754508-c4c902a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a0754509-c4c902a4 {
  justify-self: start;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a075450c-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a075458d-c4c902a4, #w-node-fa59855b-746f-a0a5-fc9b-9813a07545ba-c4c902a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa59855b-746f-a0a5-fc9b-9813a07545f8-c4c902a4 {
  justify-self: start;
}

#w-node-_971d770a-c819-e806-989a-e99fd3fde600-ed95640f, #w-node-_971d770a-c819-e806-989a-e99fd3fde6a3-ed95640f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_971d770a-c819-e806-989a-e99fd3fde735-ed95640f {
  place-self: center start;
}

#w-node-d614192d-dbf2-249c-424b-593a3a0e7d60-3a0e7d56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f923f37-737e-8646-2aec-ca62979d94b2-09504e3b, #w-node-_48eaa5a9-12c7-8e81-7f40-de52bc6ef47d-09504e3b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_77489f56-4073-8709-5824-68c4d707abf9-09504e3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adbad6e2-5584-10ab-0dae-d20de5168ee3-09504e3b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a792eca9-0987-3250-6a0d-a525851b1dda-09504e3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#card-3.w-node-_40c144fe-c316-c0f8-3063-a9756ae81bb5-09504e3b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_40c144fe-c316-c0f8-3063-a9756ae81bb6-09504e3b, #w-node-_1fcd1fca-c4bc-1b24-3aec-b9ef3606e814-09504e3b, #w-node-d6f5ac31-4491-2141-be61-1dc43d545cc0-09504e3b, #w-node-_068341d2-04de-e1fe-c9c7-822d25cca930-09504e3b {
  align-self: center;
}

#w-node-c1e83a2b-ac40-95ec-5461-2a5a21268f70-09504e3b {
  justify-self: end;
}

#w-node-_8d02524f-6e72-852d-d171-3b0a77d41257-93881db8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_386b463d-a1c0-e1b1-daca-1af5199c9327-bddd6acd {
  place-self: center;
}

#w-node-_8c1afb61-507f-08c7-b7c0-6fb75e6f6493-bddd6acd {
  align-self: center;
}

#w-node-d144ee28-9d24-1df7-1e75-0b469af9f8e4-5c60de37 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d144ee28-9d24-1df7-1e75-0b469af9f973-5c60de37 {
  place-self: center start;
}

#w-node-eed6817a-a74c-de61-6282-947179c5d041-e3802401 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a7f7111-c16c-2c7c-133b-6d55b5ceaf31-65834694, #w-node-f46ffbea-03f8-7b73-731a-55f44c7329f6-65834694 {
  align-self: center;
}

#w-node-_99e44968-8bcd-2f43-cff8-552e8f7f637f-65834694, #w-node-_9e1fabcd-32bd-5e53-ce8c-933a2b7c12dd-65834694 {
  place-self: center start;
}

#w-node-_30c6d596-f1d8-3399-6375-390073f3fad4-65834694 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-eed6817a-a74c-de61-6282-947179c5d041-47d7d662 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_797a2f16-fb76-8602-9739-0e65efff4d66-5af820ae {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1d80ca7e-bf9d-fd39-874a-c41c30e74326-5af820ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f54fd31-22e9-e270-90d6-3010249374de-5af820ae {
  place-self: center start;
}

#w-node-ed14192a-7cce-ea56-27e9-c578d1e0b57e-69f37f2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6bb1345-028d-cb4c-f6b7-4c65cc40d825-69f37f2d {
  place-self: center start;
}

#w-node-_25e15d53-fccd-043b-fa97-dfe570e11c7f-b5e9e5f3, #w-node-_38f80078-5e64-d527-7e01-ec85f20098bc-d18ea464, #w-node-_77158209-df74-e5cd-1f54-c937ca67be13-b731d989, #w-node-_7461762e-ff71-9df8-c84c-8696e5414c2b-b756e3ed, #w-node-_6ef5925e-b50b-7ac6-5eda-909e37f5f283-a1055526, #w-node-ea926007-db11-cc66-40a2-12c68b07bd51-7389161e, #w-node-_7e8a34c0-a378-39ba-f77e-df23538467ba-3a373dbd, #w-node-_7bd0da99-8751-bc89-e559-1531721e0508-024525a3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a0888164-83c9-54a4-9f4f-b54051c99366-b925ef1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6410b22-ddf4-0ce5-9ae4-871ecddf1746-b925ef1f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_11c8c013-31dd-ed16-fe74-f644076844e2-b925ef1f {
  place-self: center start;
}

#w-node-c752f007-881c-1c6e-b10e-ea835d36c692-40763148 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_25e15d53-fccd-043b-fa97-dfe570e11c7f-14337733 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9cf4f9c0-c9f6-28c1-aaa8-81146f85a21e-f40e14bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86991af5-6146-ebdd-3a90-238f274ad0db-d915f8a8, #w-node-_1fcd1fca-c4bc-1b24-3aec-b9ef3606e814-d915f8a8, #w-node-d6f5ac31-4491-2141-be61-1dc43d545cc0-d915f8a8 {
  align-self: center;
}

#w-node-_068341d2-04de-e1fe-c9c7-822d25cca91f-d915f8a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_068341d2-04de-e1fe-c9c7-822d25cca930-d915f8a8, #w-node-_531f00ec-f585-42df-7328-656f611fa5d8-d915f8a8, #w-node-_7ee6bbc2-b075-5e9d-0d80-f0e01edf3682-760cd1dd, #w-node-eb3efcb1-4ea2-dd54-8a8b-cb1c155a974a-760cd1dd {
  align-self: center;
}

#w-node-_2d9e9a0f-160a-3ef8-57eb-d1cdab518c87-760cd1dd, #w-node-b6353492-0b94-c5b7-40df-a5cb71488e79-760cd1dd, #w-node-ff6d7bcc-1e84-f0b1-7a07-ca762bc053b1-760cd1dd, #w-node-_7cf6caa2-0f89-4066-6a1c-8aa1146a2fd5-760cd1dd, #w-node-cf592c44-46cf-e29e-3d6b-55593c6147cc-760cd1dd, #w-node-_41a02464-7bba-adb5-7e6c-ffb17f47333e-760cd1dd, #w-node-_0274d2c0-57af-a29f-6af1-0415ecece40b-760cd1dd, #w-node-_59307bc1-72dd-600d-58a4-e8bd94d63246-353c2cad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24f8b948-7604-c959-9b66-48a985b6e002-14a0b164 {
  align-self: center;
}

#w-node-_59307bc1-72dd-600d-58a4-e8bd94d63246-14a0b164 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91095e04-1b2e-c9d2-1878-eaadd74fff1d-14a0b164 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91095e04-1b2e-c9d2-1878-eaadd74fff40-14a0b164 {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_44c4178f-c084-c383-dd09-0b5c19a4134e-61a57345, #w-node-eaab6fba-2b32-2a4c-145c-1542c6832aff-61a57345, #w-node-_44c4178f-c084-c383-dd09-0b5c19a4134e-c7dcd962, #w-node-eaab6fba-2b32-2a4c-145c-1542c6832aff-c7dcd962 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_74db71a3-0699-b7f9-616c-82ba2d0a40a1-18045e5f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2a7f7111-c16c-2c7c-133b-6d55b5ceaf31-18045e5f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f46ffbea-03f8-7b73-731a-55f44c7329f6-18045e5f {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_30c6d596-f1d8-3399-6375-390073f3fad4-18045e5f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b8079cb2-9790-dfbd-3da6-479024a34301-24a342fa {
    align-self: start;
  }

  #w-node-_38a7804d-f664-c47d-9ff0-8cffc61e782c-61a57345 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_648d39cf-de8b-75c7-2d12-63146602ffed-61a57345 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_06029dc7-4c69-98c7-d379-696b10e433a9-61a57345 {
    grid-column: 1 / 3;
  }

  #w-node-_74f479db-baa0-94af-1af0-74021e87b5fa-61a57345 {
    grid-column-end: 3;
  }

  #w-node-_1e0eb885-0789-c1fe-f343-cf611afade83-61a57345 {
    grid-column: 1 / 3;
  }

  #w-node-ff4a0b91-bed7-cb78-cafe-3bdb34134796-61a57345 {
    grid-column-end: 3;
  }

  #w-node-b6265215-f870-4fea-d85f-14961e065189-61a57345 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-b6265215-f870-4fea-d85f-14961e06518a-61a57345, #w-node-b6265215-f870-4fea-d85f-14961e06518c-61a57345 {
    justify-self: center;
  }

  #w-node-b6265215-f870-4fea-d85f-14961e06518f-61a57345 {
    grid-column: 1 / 3;
  }

  #w-node-b6265215-f870-4fea-d85f-14961e065197-61a57345 {
    grid-column-end: 3;
  }

  #w-node-b6265215-f870-4fea-d85f-14961e06519f-61a57345 {
    grid-column: 1 / 3;
  }

  #w-node-b6265215-f870-4fea-d85f-14961e0651a7-61a57345 {
    grid-column-end: 3;
  }

  #w-node-_44c4178f-c084-c383-dd09-0b5c19a4134e-61a57345 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-eaab6fba-2b32-2a4c-145c-1542c6832aff-61a57345 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_3d459307-afa2-c995-ffc9-ea622f21a96c-ef259cc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_38a7804d-f664-c47d-9ff0-8cffc61e782c-c7dcd962 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_648d39cf-de8b-75c7-2d12-63146602ffed-c7dcd962 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_06029dc7-4c69-98c7-d379-696b10e433a9-c7dcd962 {
    grid-column: 1 / 3;
  }

  #w-node-_74f479db-baa0-94af-1af0-74021e87b5fa-c7dcd962 {
    grid-column-end: 3;
  }

  #w-node-_1e0eb885-0789-c1fe-f343-cf611afade83-c7dcd962 {
    grid-column: 1 / 3;
  }

  #w-node-ff4a0b91-bed7-cb78-cafe-3bdb34134796-c7dcd962 {
    grid-column-end: 3;
  }

  #w-node-b6265215-f870-4fea-d85f-14961e065189-c7dcd962 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-b6265215-f870-4fea-d85f-14961e06518a-c7dcd962, #w-node-b6265215-f870-4fea-d85f-14961e06518c-c7dcd962 {
    justify-self: center;
  }

  #w-node-b6265215-f870-4fea-d85f-14961e06518f-c7dcd962 {
    grid-column: 1 / 3;
  }

  #w-node-b6265215-f870-4fea-d85f-14961e065197-c7dcd962 {
    grid-column-end: 3;
  }

  #w-node-b6265215-f870-4fea-d85f-14961e06519f-c7dcd962 {
    grid-column: 1 / 3;
  }

  #w-node-b6265215-f870-4fea-d85f-14961e0651a7-c7dcd962 {
    grid-column-end: 3;
  }

  #w-node-_44c4178f-c084-c383-dd09-0b5c19a4134e-c7dcd962 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-eaab6fba-2b32-2a4c-145c-1542c6832aff-c7dcd962 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_35cf1769-d11e-bc98-5a1c-0e121a09f654-1a09f63e {
    justify-self: end;
  }

  #w-node-_4b58220f-4765-65cb-4e72-e61f0e0df7fa-5c6ff2c9 {
    order: -9999;
  }

  #w-node-_74db71a3-0699-b7f9-616c-82ba2d0a40a1-65834694 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2a7f7111-c16c-2c7c-133b-6d55b5ceaf31-65834694 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f46ffbea-03f8-7b73-731a-55f44c7329f6-65834694 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_30c6d596-f1d8-3399-6375-390073f3fad4-65834694 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7b1a420d-0ae3-4f3e-40f1-79a2fadab292-49c31f67, #w-node-da045f82-c363-b87a-9310-24af090adc2f-78256920 {
    order: -9999;
  }

  #w-node-_2301a785-2722-12bf-76d3-638086ba5588-ae2cb0a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7efcb141-ae51-6b36-f140-68982f780957-d915f8a8, #w-node-_0dc57837-0b87-e578-61a5-f69a6f451aad-d915f8a8, #w-node-_9835a0b2-da1c-acf1-fb44-64a2670b6d1a-d915f8a8, #w-node-d369aa1f-e946-348b-9506-0f86bc9ae66e-d915f8a8 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_74db71a3-0699-b7f9-616c-82ba2d0a40a1-18045e5f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b8079cb2-9790-dfbd-3da6-479024a34301-24a342fa {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-b8079cb2-9790-dfbd-3da6-479024a34307-24a342fa {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-b8079cb2-9790-dfbd-3da6-479024a34332-24a342fa {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end center;
  }

  #w-node-d3ec3bb7-f6ef-6702-d924-f39406981854-ef259cc5 {
    grid-area: 2 / 2 / 4 / 4;
    place-self: center end;
  }

  #w-node-b4b19ec0-cddb-0f47-3e95-b26777964cb1-e118adb4, #w-node-b4b19ec0-cddb-0f47-3e95-b26777964cb7-e118adb4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b4b19ec0-cddb-0f47-3e95-b26777964cbd-e118adb4, #w-node-b4b19ec0-cddb-0f47-3e95-b26777964cc1-e118adb4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_8d02524f-6e72-852d-d171-3b0a77d4154c-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d41559-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d4156c-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d4157f-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d41592-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d415a5-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d415b8-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d415cb-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d415de-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d415f2-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d41605-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d41612-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d4161f-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d41681-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d4168e-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d416a1-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d416b4-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d416c7-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d416da-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d416ed-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d41700-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d41713-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d41727-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d4173a-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d41747-93881db8, #w-node-_8d02524f-6e72-852d-d171-3b0a77d41754-93881db8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_74db71a3-0699-b7f9-616c-82ba2d0a40a1-65834694 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_85673783-370f-bd16-c474-064d54ccafaa-0328d129, #w-node-_85673783-370f-bd16-c474-064d54ccafb7-0328d129, #w-node-_85673783-370f-bd16-c474-064d54ccafc6-0328d129, #w-node-_85673783-370f-bd16-c474-064d54ccafd3-0328d129, #w-node-_85673783-370f-bd16-c474-064d54ccafe0-0328d129, #w-node-_85673783-370f-bd16-c474-064d54ccafed-0328d129, #w-node-_85673783-370f-bd16-c474-064d54ccaffa-0328d129, #w-node-_85673783-370f-bd16-c474-064d54ccb007-0328d129, #w-node-_85673783-370f-bd16-c474-064d54ccb014-0328d129, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb05-0328d129, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb12-0328d129, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb21-0328d129, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb2e-0328d129, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb3b-0328d129, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb48-0328d129, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb55-0328d129, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb62-0328d129, #w-node-c5bcdf8f-4814-0429-23fa-aeed7bf32469-0328d129, #w-node-_7293f402-09fb-34cf-931c-b8c9d979fb83-0328d129, #w-node-_7293f402-09fb-34cf-931c-b8c9d979fb90-0328d129, #w-node-_7293f402-09fb-34cf-931c-b8c9d979fb9f-0328d129, #w-node-_7293f402-09fb-34cf-931c-b8c9d979fbac-0328d129, #w-node-_7293f402-09fb-34cf-931c-b8c9d979fbb9-0328d129, #w-node-_7293f402-09fb-34cf-931c-b8c9d979fbc6-0328d129, #w-node-_7293f402-09fb-34cf-931c-b8c9d979fbd3-0328d129, #w-node-_7293f402-09fb-34cf-931c-b8c9d979fbe0-0328d129, #w-node-_0e662b72-8934-ef84-5987-ecee9636a5e7-0328d129, #w-node-_9908c8a4-0ed9-b58a-3f2b-f1eb9e3e417d-0328d129, #w-node-_44e13838-e674-90cf-66fa-e54b378d563d-0328d129, #w-node-_520391b8-fb40-89f8-547a-b84a2d51b0cb-0328d129, #w-node-a4dbab65-e3ab-e7a8-e18a-50db9492e305-0328d129, #w-node-e929086c-7079-90dd-519f-eea9dd3cf590-0328d129, #w-node-_7d97f15a-94f2-ef61-6d27-6b42f3a689c3-0328d129, #w-node-b478ec50-2069-1863-abdf-fe6e55a4f97f-0328d129, #w-node-_86b527d1-8852-eba9-8bd1-521475661ce2-0328d129, #w-node-_66ab1a44-1e45-a9f5-e96c-378a24fdb160-0328d129, #w-node-_85216ec0-7dc0-5213-b48e-18583d167ba8-0328d129, #w-node-d08bd3ab-b468-5020-2e53-49cb453e93d9-0328d129, #w-node-_159cf7bf-f072-a0ea-1d6c-f575b9f62109-0328d129, #w-node-_0c2b30b9-519f-1450-ef18-ca430c178d9b-0328d129, #w-node-_3cf18770-5389-5852-7217-be55246041b7-0328d129, #w-node-_91dbd7fd-21ab-3bce-5c35-5f347c123311-0328d129, #w-node-_9077c8d8-599f-4df5-e2a9-12a771673aa6-0328d129, #w-node-_897f2df2-56bd-3c17-f4d9-cd9d0e00469b-0328d129, #w-node-_85673783-370f-bd16-c474-064d54ccafaa-9eb15f03, #w-node-_85673783-370f-bd16-c474-064d54ccafb7-9eb15f03, #w-node-_85673783-370f-bd16-c474-064d54ccafc6-9eb15f03, #w-node-_85673783-370f-bd16-c474-064d54ccafd3-9eb15f03, #w-node-_85673783-370f-bd16-c474-064d54ccafe0-9eb15f03, #w-node-_85673783-370f-bd16-c474-064d54ccafed-9eb15f03, #w-node-_85673783-370f-bd16-c474-064d54ccaffa-9eb15f03, #w-node-_85673783-370f-bd16-c474-064d54ccb007-9eb15f03, #w-node-_85673783-370f-bd16-c474-064d54ccb014-9eb15f03, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb05-9eb15f03, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb12-9eb15f03, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb21-9eb15f03, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb2e-9eb15f03, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb3b-9eb15f03, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb48-9eb15f03, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb55-9eb15f03, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb62-9eb15f03, #w-node-c5bcdf8f-4814-0429-23fa-aeed7bf32469-9eb15f03, #w-node-_36cce4e9-0ce8-18c1-11f4-9c96baf5dc1c-e7cd0afb, #w-node-_36cce4e9-0ce8-18c1-11f4-9c96baf5dc29-e7cd0afb, #w-node-_36cce4e9-0ce8-18c1-11f4-9c96baf5dc38-e7cd0afb, #w-node-_36cce4e9-0ce8-18c1-11f4-9c96baf5dc45-e7cd0afb, #w-node-_36cce4e9-0ce8-18c1-11f4-9c96baf5dc52-e7cd0afb, #w-node-_36cce4e9-0ce8-18c1-11f4-9c96baf5dc5f-e7cd0afb, #w-node-_36cce4e9-0ce8-18c1-11f4-9c96baf5dc6c-e7cd0afb, #w-node-_36cce4e9-0ce8-18c1-11f4-9c96baf5dc79-e7cd0afb, #w-node-_235804a0-ac11-9b1a-67ca-54920f25a559-e7cd0afb, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb05-e7cd0afb, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb12-e7cd0afb, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb21-e7cd0afb, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb2e-e7cd0afb, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb3b-e7cd0afb, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb48-e7cd0afb, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb55-e7cd0afb, #w-node-_7ac64edf-0bff-33a5-c4a1-ff68af6cbb62-e7cd0afb, #w-node-c5bcdf8f-4814-0429-23fa-aeed7bf32469-e7cd0afb, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f93b0-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f93bd-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f93d0-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f93e3-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f93f6-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9409-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f941c-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f942f-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9442-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9458-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f946b-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9478-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9485-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f94e7-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f94f4-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9507-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f951a-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f952d-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9540-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9553-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9566-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9579-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f958f-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f95a2-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f95af-b5e9e5f3, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f95bc-b5e9e5f3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c752f007-881c-1c6e-b10e-ea835d36c692-40763148 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f93b0-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f93bd-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f93d0-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f93e3-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f93f6-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9409-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f941c-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f942f-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9442-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9458-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f946b-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9478-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9485-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f94e7-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f94f4-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9507-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f951a-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f952d-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9540-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9553-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9566-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f9579-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f958f-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f95a2-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f95af-14337733, #w-node-_04a7a2a7-48cf-8f6f-dcc6-7797134f95bc-14337733 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_74db71a3-0699-b7f9-616c-82ba2d0a40a1-18045e5f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b8079cb2-9790-dfbd-3da6-479024a34301-24a342fa {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-b8079cb2-9790-dfbd-3da6-479024a34307-24a342fa {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b8079cb2-9790-dfbd-3da6-479024a34332-24a342fa {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end center;
  }

  #w-node-eaab6fba-2b32-2a4c-145c-1542c6832aff-61a57345 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_8a5978cb-31cf-5c06-fc3b-87b4708ae558-4349a854, #w-node-_8a5978cb-31cf-5c06-fc3b-87b4708ae561-4349a854, #w-node-_8a5978cb-31cf-5c06-fc3b-87b4708ae567-4349a854, #w-node-_8a5978cb-31cf-5c06-fc3b-87b4708ae56d-4349a854, #w-node-_8a5978cb-31cf-5c06-fc3b-87b4708ae571-4349a854, #w-node-_7ab3edcc-4d47-4402-7b86-94b6b466239b-ef259cc5, #w-node-_7ab3edcc-4d47-4402-7b86-94b6b46623a4-ef259cc5, #w-node-_7ab3edcc-4d47-4402-7b86-94b6b46623aa-ef259cc5, #w-node-_7ab3edcc-4d47-4402-7b86-94b6b46623b0-ef259cc5, #w-node-_7ab3edcc-4d47-4402-7b86-94b6b46623b4-ef259cc5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eaab6fba-2b32-2a4c-145c-1542c6832aff-c7dcd962 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-b4b19ec0-cddb-0f47-3e95-b26777964ca8-e118adb4, #w-node-b4b19ec0-cddb-0f47-3e95-b26777964cb1-e118adb4, #w-node-b4b19ec0-cddb-0f47-3e95-b26777964cb7-e118adb4, #w-node-b4b19ec0-cddb-0f47-3e95-b26777964cbd-e118adb4, #w-node-b4b19ec0-cddb-0f47-3e95-b26777964cc1-e118adb4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_74db71a3-0699-b7f9-616c-82ba2d0a40a1-65834694 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Atkinson hyperlegible 102';
  src: url('../fonts/Atkinson-Hyperlegible-Bold-102.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atkinson hyperlegible 102';
  src: url('../fonts/Atkinson-Hyperlegible-BoldItalic-102.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atkinson hyperlegible 102';
  src: url('../fonts/Atkinson-Hyperlegible-Italic-102.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atkinson hyperlegible 102';
  src: url('../fonts/Atkinson-Hyperlegible-Regular-102.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}