:root {
  --off-white: #eaeaea;
  --green: #7cc96b;
  --border-gray: #484848;
  --black-text: #1b1b1b;
  --text-color: #eaeaeae6;
  --font-family: "Funnel Sans", sans-serif;
}

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

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

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

body {
  color: #333;
  background-color: #1b1b1b;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  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;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #eaeeee;
  text-decoration: none;
}

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

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

.image {
  display: block;
}

.nav-menu {
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  background-color: #1b1b1b;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu:where(.w-variant-d7525c2a-97e9-c3dc-695d-58e306cb2b60) {
  display: none;
}

.flex-block {
  clear: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #eaeaea;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  max-width: 115rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #eaeaea26;
  padding: 1.4rem 2.5rem;
}

.body {
  color: var(--off-white);
  background-color: #1b1b1b;
  font-family: Funnel Sans, sans-serif;
}

.nav-link {
  color: #eaeaeacc;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: .5rem 0;
  font-family: Funnel Sans, sans-serif;
  font-size: .875rem;
  line-height: 150%;
  display: flex;
}

.nav-link:hover {
  color: #7cc96b;
}

.nav-link.w--current {
  color: var(--green);
  text-decoration: none;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  vertical-align: sub;
  background-color: #0000;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .625rem 2.5rem;
  display: flex;
}

.button:where(.w-variant-ada12337-a0b9-091e-7166-e37728bf1ac8) {
  border-color: var(--green);
}

.button:where(.w-variant-a2c26771-0e68-56a7-ddd8-6e7b78cde8f1) {
  padding: .5rem 1.5rem;
}

.button:where(.w-variant-7bb52421-b70b-9bfc-ca6d-ce243c82612f) {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.width {
  z-index: 2;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: stretch start;
  width: 83.75rem;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.button-main {
  color: #eaeaea;
  background-color: #0000;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 14rem;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  line-height: 120%;
  transition: all .2s;
  display: flex;
}

.button-main:hover {
  color: #7cc96b;
  border-color: #7cc96b;
}

.button-main.padding-big {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.flex-v-32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  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;
}

.flex-v-32.is-100 {
  width: 100%;
}

.hero-img {
  object-fit: contain;
  flex: 0 auto;
  width: 43.5rem;
}

.hero {
  background-color: #000;
  border-bottom: 1px solid #eaeaea;
  margin-left: auto;
}

.text-20 {
  color: #eaeaea;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.section-block {
  border-bottom: 1px solid #eaeaea;
}

.section-block.no-border {
  border-bottom-style: none;
}

.section-block.black {
  background-color: #161616;
}

.logo-wrapper {
  grid-column-gap: 3.25rem;
  grid-row-gap: 2.75rem;
  border-bottom: 1px #eaeaea;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.partner-logo {
  object-fit: cover;
  flex: none;
  height: 3rem;
}

.text-15 {
  color: #eaeeee;
  margin-bottom: 0;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 120%;
}

.text-15.lh-150 {
  line-height: 150%;
}

.benefits-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 43.875rem;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.benefits-item {
  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;
  place-items: start;
  display: flex;
}

.benefit-img {
  aspect-ratio: 1;
  object-fit: contain;
  width: auto;
  height: 2rem;
}

.footer-links {
  z-index: 5;
  grid-column-gap: 13.75rem;
  grid-row-gap: 13.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.image-6 {
  pointer-events: none;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 6rem;
  margin-left: auto;
  position: absolute;
  inset: 4rem 0% auto;
}

.footer-list {
  color: #eaeeee;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
  line-height: 200%;
  list-style-type: none;
  position: relative;
}

.container-10 {
  flex-flow: column;
  justify-content: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-8 {
  color: #eaeeee;
  text-align: right;
}

.footer {
  padding-top: 2rem;
}

.footer-link {
  color: #eaeaeacc;
  cursor: pointer;
}

.footer-link:hover {
  color: #7cc96b;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.title-42 {
  color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Sans, sans-serif;
  font-size: 2.625rem;
  line-height: 120%;
}

.hero-title-width {
  width: 33.125rem;
  margin-top: auto;
  margin-bottom: auto;
}

.center-title-width {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 37.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.25rem;
  padding-bottom: 5rem;
  display: flex;
}

.partners-logo-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.title-width {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 37.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.25rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.title-width.tablet, .title-width.tablet-no-height {
  min-height: 45rem;
}

.fade-left-img {
  justify-content: flex-end;
  align-items: center;
  width: 50rem;
  height: 44.12rem;
  margin-left: -5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fade-left-img.auto-height, .fade-left-img.auto-height-tablet-100, .fade-left-img.auto-height-tablet-100w-100h {
  height: auto;
}

.width-full {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: stretch start;
  width: 100vw;
  max-width: 1600px;
  min-height: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.fade-left {
  z-index: 10;
  background-image: linear-gradient(90deg, #1c1c1c 7%, #1b1b1b00 46%);
  position: absolute;
  inset: 0%;
}

.center-title-margin-top {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 90vw;
  margin: 4.5rem auto 2rem;
  display: flex;
}

.title-34 {
  color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 120%;
}

.metric-1 {
  z-index: 2;
  max-width: 10.5rem;
  position: absolute;
  top: 18%;
  left: 20.7rem;
}

.icon-32 {
  width: 2rem;
  position: absolute;
}

.metric-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.8rem;
  padding-left: 2.1rem;
  display: flex;
}

.text-metric {
  font-size: 2.875rem;
  font-weight: 600;
  line-height: 120%;
}

.metric-description {
  color: #eaeeee;
  margin-bottom: 0;
  font-size: .875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.metric-2 {
  z-index: 2;
  max-width: 12rem;
  position: absolute;
  top: 47%;
  left: 8.5rem;
}

.metric-3 {
  z-index: 2;
  max-width: 13rem;
  position: absolute;
  top: 65%;
  left: 29.1rem;
}

.metric-4 {
  z-index: 2;
  max-width: 13rem;
  position: absolute;
  top: 23%;
  left: 48.5rem;
}

.metric-5 {
  z-index: 2;
  max-width: 10rem;
  position: absolute;
  top: 35%;
  left: 72.6rem;
}

.metric-5.wide {
  max-width: 12rem;
  left: 71.5rem;
}

.metric-6 {
  z-index: 2;
  max-width: 10rem;
  position: absolute;
  top: 63%;
  left: 61.7rem;
}

.metric-6.wide {
  max-width: 13rem;
}

.width-1400 {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center start;
  width: 87.5rem;
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

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

.collection-item {
  border-style: solid;
  border-width: 1px;
  border-color: #484848 #484848 var(--border-gray);
}

.case-link {
  width: 100%;
}

.case-img-div {
  border-bottom: 1px none var(--border-gray);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-img-div.case-page {
  height: 25rem;
}

.case-item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.case-title-div {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.625rem 2rem 2rem;
  display: flex;
}

.text-oswald {
  color: #666;
  padding: .5rem;
  font-family: Oswald, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.title-26-mob-20 {
  color: #b8bab2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 120%;
}

.footer-link {
  width: 10rem;
}

.footer-link.w--current {
  color: var(--green);
}

.fade-right-img {
  justify-content: flex-end;
  align-items: center;
  width: 55rem;
  height: 44.125rem;
  margin-right: -10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fade-right-img.auto-height, .fade-right-img.auto-height-tablet-100 {
  height: auto;
}

.fade-right {
  z-index: 10;
  background-image: linear-gradient(270deg, #1c1c1c 11%, #1b1b1b00 21%);
  position: absolute;
  inset: 0%;
}

.img-contain-right {
  mix-blend-mode: normal;
  object-fit: contain;
  object-position: 100% 50%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.fade-right-img-1vw {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 55rem;
  height: 40rem;
  margin-right: -1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fade-right-02 {
  z-index: 10;
  background-image: linear-gradient(270deg, #1c1c1c 3%, #1b1b1b00 9%);
  display: block;
  position: absolute;
  inset: 0%;
}

.fade-left-img-02 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 55rem;
  height: 40rem;
  margin-left: -1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fade-left-02 {
  z-index: 10;
  background-image: linear-gradient(90deg, #1c1c1c 6%, #1b1b1b00 12%);
  display: block;
  position: absolute;
  inset: 0% 0% 0% -4%;
}

.img-cover-left {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.img-contain-center {
  mix-blend-mode: normal;
  object-fit: contain;
  object-position: 50% 50%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.faq-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.faq-dropdown {
  border-bottom: 1px solid #eaeaea1a;
  width: 100%;
  overflow: hidden;
}

.faq-dd-toggle {
  width: 100%;
  color: var(--off-white);
  white-space: pre-wrap;
  border-bottom: 1px #eaeaea1a;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  display: flex;
}

.faq-dd-toggle.w--open {
  border-bottom-style: none;
  border-bottom-color: #000;
  display: flex;
}

.text-question {
  max-width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 114%;
}

.faq-icon {
  object-fit: contain;
  width: .75rem;
  position: relative;
  inset: auto 0% auto auto;
}

.dd-open {
  background-color: #ddd0;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.dd-open.w--open {
  padding: 0 4rem 0 0;
  position: relative;
}

.text-answer {
  color: var(--off-white);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.45;
}

.faq-width {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 43.875rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.faq-width.is-100 {
  width: 100%;
}

.fade-right-img-max-h {
  justify-content: flex-end;
  align-items: center;
  width: 38.9rem;
  height: 40rem;
  display: flex;
  position: relative;
  right: -10rem;
  overflow: hidden;
}

.img-cover-right-120 {
  mix-blend-mode: normal;
  object-fit: contain;
  object-position: 100% 0%;
  width: 120%;
  max-width: none;
  height: 120%;
  position: absolute;
  inset: 0% auto 0% -26%;
  overflow: hidden;
}

.flex-v-32-mob-0 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  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;
}

.f-logo-img {
  width: 100%;
  display: block;
}

.f-logo-img-mob {
  width: 100%;
  display: none;
}

.footer-links-mob-gap {
  z-index: 5;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.width-tab-vert {
  justify-content: space-between;
  width: 100vw;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.width-tab-vert.min-height {
  min-height: 45rem;
}

.link-block {
  width: 6.25rem;
}

.link-block.w--current:where(.w-variant-d7525c2a-97e9-c3dc-695d-58e306cb2b60) {
  pointer-events: none;
}

.text-wrapper-488 {
  width: 30.5rem;
}

.bg-title-width {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  pointer-events: auto;
  text-align: center;
  background-image: url('../images/background-asset.webp');
  background-position: 0%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5rem 1.5rem;
  display: flex;
  position: relative;
}

.title-32 {
  color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.text-wrapper-1400 {
  z-index: 5;
  width: 86.6rem;
  position: relative;
}

.fade-left-20 {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(90deg, #000 7%, #1b1b1b00 46%);
  width: 20%;
  position: absolute;
  inset: 0% 0% 0% -1px;
}

.section-black {
  background-color: #000;
  border-bottom: 1px solid #eaeaea;
}

.hero-about-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  pointer-events: auto;
  text-align: center;
  background-image: url('../images/Asset-100-4.webp');
  background-position: 100%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  min-height: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
  display: flex;
  position: relative;
}

.title-56 {
  color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 120%;
}

.text-wrapper-1000 {
  z-index: 5;
  width: 62.5rem;
  position: relative;
}

.collection-list-case {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.collection-item-case {
  border-style: solid;
  border-width: 1px;
  border-color: #484848 #484848 var(--border-gray);
  flex: 0 auto;
  width: 32.5%;
}

.collection-item-case:first-child {
  min-height: auto;
}

.form-block {
  border: 1px solid var(--border-gray);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding: 3rem;
  display: flex;
}

.form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border-gray);
  height: 4.5rem;
  color: var(--off-white);
  background-color: #0000;
  margin-bottom: 0;
}

.text-field:focus {
  border-bottom-color: var(--green);
}

.text-18 {
  color: #eaeeee;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
}

.button-form {
  color: #eaeaea;
  background-color: #0000;
  border: 2px solid #eaeaea;
  border-radius: 10px;
  padding: 1.25rem;
  font-size: .875rem;
  line-height: 120%;
  transition: all .2s;
}

.button-form:hover {
  color: #7cc96b;
  border-color: #7cc96b;
}

.collection-list-wrapper-2 {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.case-hero-content {
  background-image: url('../images/imgi_15_Asset-108.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 85vh;
  min-height: 650px;
  margin: auto;
  display: flex;
}

.title-42-mob-48 {
  color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 120%;
}

.case-inner-top {
  padding-top: 2.5rem;
}

.case-top-img {
  object-fit: cover;
  width: 76.875rem;
  height: 35rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.case-content {
  width: 47.25rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.gap-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

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

.author-img {
  border-radius: 100vw;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
}

.div-author-date {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-author-date {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-rich-text-o {
  line-height: 120%;
}

.case-rich-text-o h1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
}

.case-rich-text-o h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.case-rich-text-o h3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 120%;
}

.case-rich-text-o h4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.case-rich-text-o h5 {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 400;
}

.case-rich-text-o h6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
}

.case-rich-text-o p {
  margin-bottom: 1rem;
  font-size: .9375rem;
  line-height: 150%;
}

.case-rich-text-o ol, .case-rich-text-o ul {
  font-size: 1rem;
  line-height: 150%;
}

.case-rich-text-o a {
  transition: all .2s;
}

.case-rich-text-o a:hover {
  color: var(--green);
}

.case-rich-text-o blockquote {
  border-left-color: var(--green);
  color: var(--black-text);
  background-color: #fff;
  border-radius: 4px;
  margin: 2rem 2.75rem;
  padding: 1.5rem 1.5rem 3.5rem;
  font-size: 1.125rem;
  line-height: 150%;
}

.case-cta-link {
  width: 100%;
  margin-top: 9rem;
  margin-bottom: 8rem;
}

.share-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.share-links {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  display: flex;
}

.share-link {
  border: 1px solid var(--border-gray);
  border-radius: 1px;
  width: 3.25rem;
  height: 3.25rem;
}

.icon-hover {
  width: 100%;
  height: 100%;
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border-gray);
  background-color: #0000;
  height: 9rem;
  min-height: 9rem;
  margin-bottom: 0;
}

.text-area:focus {
  border-bottom-color: var(--green);
}

.form-spacer {
  height: 4rem;
}

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

.case-img-div-tall {
  border-bottom: 1px solid var(--border-gray);
  justify-content: center;
  align-items: center;
  height: 26.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.read-more-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 4.5rem;
  display: flex;
}

.legal-wrapper {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: stretch start;
  width: 45rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.success-message {
  width: 100%;
  color: var(--green);
  background-color: #7cc96b0d;
  font-size: 1rem;
  line-height: 120%;
}

.error-message {
  color: red;
  text-align: center;
  background-color: #ff00000d;
  font-size: 1rem;
  line-height: 120%;
}

.fade-left-img-auto-h {
  justify-content: flex-end;
  align-items: center;
  width: 50rem;
  height: auto;
  margin-left: -5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.width-mob-padding-0 {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: stretch start;
  width: 83.75rem;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.fade-right-visible {
  z-index: 10;
  background-image: linear-gradient(270deg, #1c1c1c 11%, #1b1b1b00 21%);
  position: absolute;
  inset: 0%;
}

.fade-left-img-mob-none {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 55rem;
  height: 37.5rem;
  margin-left: -5rem;
  margin-right: -5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-width-m-padding-btm-big {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.25rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.title-26 {
  color: #b8bab2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 120%;
}

.title-56-mob-46 {
  color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 120%;
}

.trusted-brands {
  z-index: 1;
  text-align: center;
  border-bottom: 1px #cdcdcd;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.625rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

.trusted-brands.padding-big {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.text-24 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 135%;
}

.logo-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: .8;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 3.75rem auto 0;
  display: flex;
}

.trusted-logos {
  object-fit: contain;
  object-position: 50% 100%;
  flex: 1;
  max-width: none;
  height: 100%;
}

.trusted-mobile {
  display: block;
  position: relative;
}

.marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.marquee-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: 1;
  max-width: 100%;
  display: flex;
}

.marquee-content:where(.w-variant-4f09dcbc-00e1-b299-52c9-268ff6cdab6d), .marquee-content:where(.w-variant-3a06c10e-cea5-1053-16d0-ff42a3cdbec7) {
  display: none;
}

.hero-background {
  background-color: #000;
  background-image: linear-gradient(82deg, #000 25%, #0000), url('../images/business-3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #eaeaea;
  align-items: center;
  height: 39.5rem;
  margin-left: auto;
  display: flex;
  position: relative;
}

.hero-background.auto-height {
  height: auto;
  min-height: 44rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.benefits-item-h {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

.benefit-img-small {
  aspect-ratio: 1;
  object-fit: contain;
  width: auto;
  height: 1.5rem;
}

.kieron-danilo-img {
  height: 11.25rem;
}

.center-title-width-big {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.25rem;
  padding-bottom: 5rem;
  display: flex;
}

.whatsapp-link {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  font-size: 1.5rem;
  transition: all .2s;
  display: flex;
}

.whatsapp-link:hover {
  color: var(--green);
}

.hero-title-width-big {
  width: 36rem;
  margin-top: auto;
  margin-bottom: auto;
}

.text-22 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 135%;
}

.case-img-div-small {
  border-bottom: 1px solid var(--border-gray);
  justify-content: center;
  align-items: center;
  height: 9rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-card {
  width: 100%;
}

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

.popup-form_wrapper {
  z-index: 1000;
  background-color: #1b1b1bfa;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-secondary {
  background-color: var(--off-white);
  min-width: 14rem;
  color: var(--black-text);
  text-transform: none;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  line-height: 120%;
  transition: all .2s;
  display: flex;
}

.button-secondary:where(.w-variant-df3c3d43-8556-2fcc-88a2-d8b123de3bc9) {
  min-width: 14rem;
}

.button-secondary:hover {
  color: #7cc96b;
  border-color: #7cc96b;
}

.two-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 2rem;
  display: flex;
}

.close-download-modal {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
}

.close-img {
  width: 100%;
  height: 100%;
}

.download-form {
  min-width: 100%;
}

.download-cta-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.download-cta-item:where(.w-variant-df3c3d43-8556-2fcc-88a2-d8b123de3bc9) {
  justify-content: flex-start;
  align-items: center;
}

.image-101, .hero-bg-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-20-green {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.hero-title-width-02 {
  width: 37rem;
  margin-top: auto;
  margin-bottom: auto;
}

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

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

.benefits-item-top {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}

.text-15-semibold {
  color: #eaeeee;
  margin-bottom: 0;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 120%;
}

.text-14 {
  color: #eaeeee;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 120%;
}

.img-contain-right-100 {
  mix-blend-mode: normal;
  object-fit: contain;
  object-position: 100% 0%;
  width: 90%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.service-cta-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  pointer-events: auto;
  text-align: center;
  background-image: url('../images/scta.webp');
  background-position: 0%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5rem 1.5rem;
  display: flex;
  position: relative;
}

.service-cta-center.no-image {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.service-cta-center.no-margin-top {
  background-image: none;
  background-size: auto;
  padding-top: 0;
}

.service-cta-text-wrapper {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 36rem;
  display: flex;
  position: relative;
}

.flex-v-32-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-background-auto-h {
  background-color: #000;
  background-image: linear-gradient(82deg, #000 25%, #0000);
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #eaeaea;
  align-items: center;
  height: 39.5rem;
  margin-left: auto;
  display: flex;
  position: relative;
}

.width-full-tablet-v {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: stretch start;
  width: 100vw;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-title-width-02-copy {
  width: 42.5rem;
  margin-top: auto;
  margin-bottom: auto;
}

.cta-d-max-width {
  max-width: 32rem;
}

.stats-line {
  grid-column-gap: 1.2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-columns: 1fr;
  display: flex;
}

.metric-1-line {
  z-index: 2;
  flex: none;
  max-width: 10.5rem;
  position: relative;
}

.dropdown-arrow-2 {
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: 0;
  display: flex;
  position: relative;
}

.nav-drodown-2 {
  z-index: 12;
  margin-top: 3rem;
  box-shadow: 0 4px 32px #00000014;
}

.nav-drodown-2.w--open {
  z-index: 9999;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--black-text);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-align: left;
  border: 1px #a0a0a0;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 1.375rem;
  display: flex;
  top: 2.8rem;
}

.section-8 {
  border-bottom: 1px solid #eaeaea;
}

.section-8.black {
  background-color: #161616;
}

.image-102 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.title-42-2 {
  color: #eaeaea;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Sans, sans-serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 120%;
}

.nav-link-dd {
  color: #eaeaea;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Funnel Sans, sans-serif;
  font-size: 1rem;
  line-height: 120%;
  display: flex;
}

.nav-link-dd:hover {
  color: #7cc96b;
}

.nav-link-dd.w--current {
  color: var(--green);
  text-decoration: none;
}

.code-embed-2 {
  width: 100%;
  min-width: 100%;
  min-height: auto;
}

.calc-wrapper {
  width: 100%;
}

.code-embed-3 {
  max-width: 50rem;
  margin: 4rem auto;
}

.meet-text-wrapper {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 51rem;
  display: flex;
  position: relative;
}

.button-main-no-popup {
  color: #eaeaea;
  background-color: #0000;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 14rem;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  line-height: 120%;
  transition: all .2s;
  display: flex;
}

.button-main-no-popup:hover {
  color: #7cc96b;
  border-color: #7cc96b;
}

.hero-title-width-45 {
  width: 39rem;
  margin-top: auto;
  margin-bottom: auto;
}

.img-cover-right-100 {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.video-embed-r {
  max-width: 50rem;
  margin: 4rem auto 4rem 0;
}

.fade-left-vid {
  justify-content: flex-end;
  align-items: center;
  width: 50rem;
  height: 44.12rem;
  margin-left: -5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fade-left-vid.auto-height-tablet-100w-100h {
  height: auto;
}

.video-embed-side {
  max-width: 50rem;
  margin: 4rem auto 4rem 9.9rem;
}

.metric-7 {
  z-index: 2;
  max-width: 13rem;
  position: absolute;
  top: 45%;
  left: 43.1rem;
}

.text-size-regular {
  color: var(--text-color);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

.text-size-regular.is-grey {
  color: #eaeaeacc;
}

.section {
  border-top: 1px #eaeaea26;
  border-bottom: 1px solid #eaeaea26;
  position: relative;
}

.section.is-grey {
  background-color: #292929;
  border-top: 1px #eaeaea26;
}

.section.border-top {
  border-top: 1px solid #eaeaea0d;
}

.section.borderless {
  border-bottom-style: none;
}

.section.is-grey-borderless {
  background-color: #292929;
  border-top: 1px #eaeaea26;
  border-bottom-style: none;
}

.section.ultrawide {
  aspect-ratio: 21 / 9;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.ultrawide:where(.w-variant-e8f0910b-2046-7284-13fb-659593ec0bcf) {
  aspect-ratio: auto;
  max-height: 80vh;
}

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

.padding-section-large {
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.padding-section-large.top-0 {
  padding-top: 0;
}

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

.max-width-medium.homepage {
  width: 47rem;
}

.heading-style-h1 {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 300;
  line-height: 95%;
}

.header_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  height: 33.75rem;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header_content.about-hero {
  height: 67.5rem;
  max-height: 100vh;
}

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

.background-image:where(.w-variant-762f2933-ad8c-8a4d-2fc6-f77d39fafc80) {
  object-position: 50% 0%;
}

.background-image.only-mob {
  display: none;
}

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

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

.header5_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.padding-global {
  z-index: 2;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.padding-global.ultriwide {
  width: 100%;
}

.image-overlay-layer {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

.span-green-gradient {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.margin-top.margin-medium {
  margin-top: 2rem;
}

.margin-top.margin-small {
  margin-top: 1.5rem;
}

.margin-top.margin-xxs {
  margin-top: .5rem;
}

.margin-top.margin-big {
  margin-top: 3.75rem;
}

.margin-top.margin-xs {
  margin-top: 1rem;
}

.margin-top.margin-large {
  margin-top: 7.5rem;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large, .margin-bottom.margin-large-mob-0 {
  margin-bottom: 7.5rem;
}

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

.text-align-center.side-paddings {
  padding-left: 3rem;
  padding-right: 3rem;
}

.text-tagline {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.text-tagline.is-green {
  color: var(--green);
}

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

.padding-section-case-layout {
  padding-top: 10rem;
  padding-bottom: 7.5rem;
}

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

.heading-style-h2:where(.w-variant-39b78bd0-da55-7e78-ce78-4143532a172e) {
  max-width: 20.3125rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-4 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

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

.benefit-card-img {
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  height: 11rem;
  padding: 1.25rem;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-element {
  background-color: #eaeaea26;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% + 1.25rem);
  height: 1px;
  display: flex;
  position: relative;
}

.line-element.big-gap {
  width: calc(100% + 10rem);
}

.line-element.margins {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.image-103 {
  width: .5rem;
  max-width: none;
  height: .5rem;
  position: absolute;
  left: 0%;
  right: auto;
}

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

.text-size-medium {
  color: #eaeaea;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.grid-3 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.grid-3.gap-medium {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  place-items: start center;
}

.element-outline {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #eaeaea26;
  border-radius: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.element-outline.top-aligne {
  justify-content: flex-start;
  align-items: flex-start;
}

.element-outline.gap-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-32-relative {
  height: 2rem;
  position: relative;
}

.benefit-card-number {
  position: relative;
  overflow: hidden;
}

.span-green {
  color: var(--green);
}

.layout3_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.layout3_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.section_layout3 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.layout3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.layout_content-left {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 41rem;
  max-width: 43%;
  display: flex;
}

.image-104 {
  height: 35rem;
}

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

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

.faq-container {
  max-width: 57rem;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-2.is-secondary.is-alternate {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.button-2.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.center_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 48rem;
  max-height: 90vh;
  display: flex;
  position: relative;
}

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

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

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

.heading-style-h1-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.section_header30 {
  position: relative;
}

.margin-top-2, .margin-top-2.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.text-16 {
  color: #eaeeee;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
}

.div-block-4 {
  justify-content: space-between;
  padding-right: 8.5rem;
  display: flex;
}

.legal-element {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  padding-right: 1rem;
  display: grid;
}

.padding-footer {
  padding-top: 3.75rem;
  padding-bottom: 9.5rem;
}

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

.div-block-6 {
  opacity: .3;
  justify-content: space-between;
  width: 100%;
  height: .5rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.image-105 {
  height: 100%;
}

.text-size-small {
  color: #eaeaeacc;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 120%;
}

.text-size-small.line-height-140 {
  line-height: 140%;
}

.grid-results {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

.image-106 {
  display: none;
}

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

.legal-text {
  color: #eaeeeecc;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
}

.grid-6 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.grid-6.gap-medium {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
}

.gradient-overlay {
  background-image: linear-gradient(90deg, #2a2a2a, #2a2a2a 77%, #2a2a2a00);
  width: 70%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.layout_content-left-50 {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 49.5rem;
  display: flex;
}

.section_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  height: 50rem;
  max-height: 96vh;
  display: flex;
  position: relative;
}

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

.mobile-background-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero_nzyte {
  opacity: .5;
  pointer-events: none;
  object-fit: contain;
  width: 2.625rem;
  position: absolute;
  inset: auto 0% 3.75rem auto;
}

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

.cta-width:where(.w-variant-11a4af3b-cbb3-e2d9-eada-9b4599f5d544) {
  max-width: 40rem;
}

.cta-width:where(.w-variant-762f2933-ad8c-8a4d-2fc6-f77d39fafc80) {
  max-width: 44.5rem;
}

.grid-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

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

.grey-gradient-btm {
  background-image: linear-gradient(0deg, #292929, #1b1b1b);
  height: 100%;
}

.testimonial_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-height: 34.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feedback-element {
  text-align: left;
  max-width: 51.875rem;
  padding: 1.25rem;
}

.text-size-big {
  color: #eaeaea;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.feedback-text {
  padding-right: 7rem;
  display: flex;
  position: relative;
}

.quote-icon {
  height: 2.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.case-title-div-copy {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-size-xxsmall {
  color: #eaeaea;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.collection-item-2 {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.home-hero {
  justify-content: space-between;
  align-items: center;
  height: 67.5rem;
  max-height: 100vh;
  display: flex;
}

.team-img-div {
  border-bottom: 1px none var(--border-gray);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-caption {
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75rem;
}

.text-caption.is-grey {
  color: #eaeaea80;
}

.about-team-title-div {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  padding-right: 1.75rem;
  display: flex;
}

.heading-style-h2-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 120%;
}

.div-block-8 {
  flex: 1;
}

.image-107 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.grey-gradient-top {
  background-image: linear-gradient(0deg, #1b1b1b, #292929);
  height: 100%;
}

.case-performance {
  color: #eaeaea;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
}

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

.div-block-10 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-size-regular-bold {
  color: var(--text-color);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
}

.max-width-case {
  width: 59rem;
  max-width: 100%;
}

.case-item-outline {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #eaeaea80;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.case-item-outline.top-aligne {
  justify-content: flex-start;
  align-items: flex-start;
}

.case-item-outline.is-green {
  border-color: var(--green);
}

.layout-2-case {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-108 {
  flex: 1;
}

.case-rich-text {
  line-height: 120%;
}

.case-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
}

.case-rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.case-rich-text h3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 120%;
}

.case-rich-text h4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.case-rich-text h5 {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 400;
}

.case-rich-text h6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
}

.case-rich-text p {
  color: #eaeaeacc;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
}

.case-rich-text ol, .case-rich-text ul {
  font-size: 1rem;
  line-height: 150%;
}

.case-rich-text a {
  transition: all .2s;
}

.case-rich-text a:hover {
  color: var(--green);
}

.case-rich-text blockquote {
  max-width: 57.5rem;
  color: var(--off-white);
  background-color: #0000;
  background-image: url('../images/quote.svg');
  background-position: 97% 40px;
  background-repeat: no-repeat;
  background-size: 3.5rem;
  border: 1px solid #eaeaea26;
  border-radius: .5rem;
  margin: 2rem auto;
  padding: 2.5rem 6rem 2.5rem 2.5rem;
  font-size: 1.5rem;
  line-height: 150%;
}

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

.section_content-auto-height {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.result-card-number {
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-5 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

.line-element-64 {
  background-color: #eaeaea26;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% + 4rem);
  height: 1px;
  display: flex;
  position: relative;
}

.line-element-64.big-gap {
  width: calc(100% + 10rem);
}

.div-block-12 {
  background-color: #eaeaea0d;
  border-radius: .5rem;
  padding: 3.75rem 2.5rem;
}

.div-block-13 {
  text-align: center;
}

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

.grey-gradient-top-ot-2 {
  background-image: linear-gradient(0deg, #1b1b1b, #292929);
  height: 100%;
}

.grid-4-tablet-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.grid-4-tablet-2.big-gap {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
}

.header_content-case {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  height: 33.75rem;
  max-height: 60rem;
  display: flex;
  position: relative;
}

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

.text-caption-case {
  color: #eaeaea80;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 100%;
}

.text-caption-case.is-grey {
  color: #eaeaea80;
}

.case-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 300;
  line-height: 120%;
}

.grid-4-tablet-2-mob-1 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.grid-4-tablet-2-mob-1.big-gap {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
}

.only-mobile {
  display: none;
}

.grid-results-5 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.grid-results-5.big-gap {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
}

.result-number {
  color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Sans, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 120%;
}

.home-hero-subtitle {
  max-width: 28rem;
}

.result-mob-line {
  display: none;
}

.text-size-small-mob-reg {
  color: #eaeaeacc;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 120%;
}

.subtitle-wrapper {
  max-width: 40.9375rem;
}

.hero-subtitle {
  max-width: 25rem;
}

.result-number-case {
  color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Sans, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 120%;
}

.home-hero-subtitle-copy {
  max-width: 28rem;
}

.cta-subtitle {
  max-width: 35.375rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-subtitle:where(.w-variant-11a4af3b-cbb3-e2d9-eada-9b4599f5d544), .pipeline-hero-subtitle {
  max-width: 33rem;
}

.data-hero-subtitle {
  max-width: 43.125rem;
}

.layout-comp-width:where(.w-variant-d079b5f1-0fcd-20ac-0a39-6030abf37cd5), .agents-hero-subtitle {
  max-width: 34rem;
}

.case-layout-title {
  max-width: 38.75rem;
}

.result-mob-line-copy {
  display: none;
}

.text-span {
  margin-bottom: .5em;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
}

.events-none {
  z-index: 10;
  pointer-events: auto;
  position: absolute;
  inset: 0%;
}

.result-description-width {
  max-width: 13rem;
}

.text-align-center-auto-width {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ns-description-width {
  max-width: 23rem;
}

.text-width-01 {
  max-width: 21.75rem;
}

.text-width-02 {
  max-width: 29.875rem;
}

.text-width-03 {
  max-width: 22rem;
}

.text-width-04 {
  max-width: 30.75rem;
}

.text-width-05 {
  max-width: 33.25rem;
}

.text-width-06 {
  max-width: 19.75rem;
}

.text-width-07 {
  max-width: 22.25rem;
}

.case-card-descr-width {
  max-width: 26rem;
}

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

.service-title-div {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  padding-right: 1.75rem;
  display: flex;
}

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

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

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

.serv-card-btn-wrapper {
  margin-top: 1rem;
}

.serv-img-div {
  border-bottom: 1px none var(--border-gray);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.serv-img-div.case-page {
  height: 25rem;
}

.service-hero-subtitle {
  max-width: 37rem;
}

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

@media screen and (max-width: 991px) {
  .flex-block {
    width: 94vw;
  }

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

  .width {
    width: 94vw;
  }

  .hero-img {
    width: 23rem;
  }

  .logo-wrapper {
    width: auto;
    max-width: 90vw;
  }

  .benefits-grid {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .footer-links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
    padding-top: 0;
  }

  .image-6 {
    object-position: 0% 50%;
    height: 4rem;
    display: none;
  }

  .title-42 {
    font-size: 2.5rem;
  }

  .hero-title-width {
    width: 25rem;
  }

  .title-width {
    flex: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .title-width.tablet {
    width: 100%;
  }

  .title-width.tablet.no-padding-top {
    padding-top: 0;
  }

  .title-width.tablet-no-height {
    width: 100%;
    min-height: auto;
  }

  .fade-left-img {
    flex: none;
    width: 45%;
    height: auto;
    margin-left: 0;
  }

  .fade-left-img.auto-height-tablet-100 {
    width: 100%;
    height: 50vw;
  }

  .fade-left-img.auto-height-tablet-100w-100h {
    width: 100%;
    height: 80vw;
  }

  .width-full {
    align-items: stretch;
    max-width: none;
  }

  .fade-left {
    display: none;
  }

  .metric-1 {
    max-width: 9rem;
    top: 18%;
    left: 12.2rem;
  }

  .icon-32 {
    width: 1.5rem;
  }

  .metric-content {
    padding-top: 1rem;
    padding-left: 1.5rem;
  }

  .text-metric {
    font-size: 1.8rem;
  }

  .metric-2 {
    left: 4.9rem;
  }

  .metric-3 {
    left: 17rem;
  }

  .metric-4 {
    max-width: 11rem;
    left: 29rem;
  }

  .metric-5 {
    left: 43rem;
  }

  .metric-5.wide {
    top: 26%;
    left: 40.2rem;
  }

  .metric-6 {
    left: 37rem;
  }

  .width-1400 {
    max-width: 94vw;
  }

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

  .case-img-div {
    height: 12rem;
  }

  .title-26-mob-20 {
    font-size: 1.2rem;
  }

  .fade-right-img {
    flex: none;
    width: 68%;
    height: auto;
    margin-right: 0;
  }

  .fade-right-img.tablet-hiden {
    display: none;
  }

  .fade-right-img.auto-height-tablet-100 {
    order: -9999;
    width: auto;
    height: 60vw;
  }

  .fade-right {
    flex: 1;
    display: none;
  }

  .img-contain-right {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .fade-right-img-1vw {
    width: 50%;
    margin-right: 0;
  }

  .fade-right-02 {
    display: none;
  }

  .fade-left-img-02 {
    width: 50%;
    margin-left: 0;
  }

  .fade-left-02 {
    display: none;
  }

  .img-cover-left {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .img-contain-center {
    object-fit: cover;
    object-position: 100% 50%;
  }

  .faq-wrapper {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 80vw;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-dd-toggle {
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-icon {
    margin-left: 10px;
  }

  .faq-width {
    width: auto;
  }

  .fade-right-img-max-h {
    flex: none;
    order: -1;
    width: auto;
    height: 22rem;
    max-height: none;
    right: 0;
  }

  .img-cover-right-120 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    left: 0%;
  }

  .f-logo-img, .f-logo-img-mob {
    display: block;
  }

  .footer-links-mob-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
  }

  .width-tab-vert {
    flex-flow: column;
  }

  .text-wrapper-488 {
    width: auto;
  }

  .bg-title-width {
    pointer-events: auto;
  }

  .title-32 {
    font-size: 2.5rem;
  }

  .text-wrapper-1400 {
    width: 90vw;
  }

  .fade-left-20 {
    display: none;
  }

  .hero-about-content {
    background-position: 50%;
  }

  .title-56 {
    font-size: 2.5rem;
  }

  .text-wrapper-1000 {
    width: 90vw;
  }

  .collection-list-case {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .collection-item-case {
    flex: 1;
    width: auto;
  }

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

  .case-hero-content {
    background-position: 50%;
    width: 100%;
  }

  .title-42-mob-48 {
    font-size: 2.5rem;
  }

  .case-top-img {
    width: 94vw;
    max-width: none;
    height: 30rem;
  }

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

  .case-img-div-tall {
    height: 12rem;
  }

  .legal-wrapper {
    width: 94vw;
  }

  .fade-left-img-auto-h {
    flex: none;
    width: 45%;
    height: auto;
    margin-left: 0;
  }

  .width-mob-padding-0 {
    width: 94vw;
  }

  .fade-right-visible {
    flex: 1;
    display: block;
  }

  .fade-left-img-mob-none {
    flex: none;
    width: 45%;
    height: auto;
    margin-left: 0;
  }

  .title-width-m-padding-btm-big {
    flex: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .title-26 {
    font-size: 1.2rem;
  }

  .title-56-mob-46 {
    font-size: 2.5rem;
  }

  .trusted-brands {
    width: 100vw;
    max-width: 100%;
  }

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

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

  .center-title-width-big {
    width: 80vw;
  }

  .hero-title-width-big {
    width: 25rem;
  }

  .case-img-div-small {
    height: 12rem;
  }

  .gap-24-h {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-title-width-02 {
    width: 25rem;
  }

  .img-contain-right-100 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }

  .service-cta-center {
    pointer-events: auto;
  }

  .service-cta-text-wrapper {
    width: 90vw;
  }

  .hero-background-auto-h {
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .width-full-tablet-v {
    flex-flow: column;
    align-items: stretch;
    max-width: none;
  }

  .hero-title-width-02-copy {
    width: 25rem;
  }

  .metric-1-line {
    max-width: 9rem;
    top: 0%;
  }

  .dropdown-arrow-2 {
    font-size: .9rem;
  }

  .nav-drodown-2.w--open {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    box-shadow: none;
    position: absolute;
    top: 4rem;
  }

  .title-42-2 {
    font-size: 2.5rem;
  }

  .code-embed-3 {
    max-width: 80vw;
  }

  .meet-text-wrapper {
    width: 90vw;
  }

  .hero-title-width-45 {
    width: 45rem;
  }

  .img-cover-right-100 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }

  .video-embed-r {
    max-width: 80vw;
  }

  .fade-left-vid {
    flex: none;
    width: 45%;
    height: auto;
    margin-left: 0;
  }

  .fade-left-vid.auto-height-tablet-100w-100h {
    width: 100%;
    height: auto;
  }

  .video-embed-side {
    flex: 1;
    max-width: 80vw;
    margin-left: auto;
  }

  .metric-7 {
    max-width: 11rem;
    left: 29rem;
  }

  .section.ultrawide {
    aspect-ratio: auto;
  }

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

  .max-width-medium {
    max-width: 60%;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .background-image.only-desktop {
    object-position: 100% 50%;
    display: block;
  }

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

  .text-align-center.side-paddings {
    padding-left: 0;
    padding-right: 0;
  }

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

  .benefit-card-img {
    height: 10rem;
  }

  .line-element.big-gap {
    width: calc(100% + 4rem);
  }

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

  .grid-3.gap-medium {
    place-items: center start;
  }

  .element-outline {
    flex: 1;
  }

  .icon-32-relative {
    width: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .layout3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout-content {
    flex-flow: column;
  }

  .layout_content-left {
    width: auto;
    max-width: none;
  }

  .image-104 {
    height: auto;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-4 {
    padding-right: 0;
  }

  .legal-element {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .padding-footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .grid-results, .grid-results.big-gap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .layout_content-left-50 {
    max-width: 80%;
  }

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

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

  .collection-item-2 {
    justify-content: flex-start;
  }

  .team-img-div {
    height: 17rem;
  }

  .max-width-case {
    max-width: 80%;
  }

  .layout-2-case {
    flex-flow: column;
    display: flex;
  }

  .image-108 {
    order: 9999;
  }

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

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

  .line-element-64.big-gap {
    width: calc(100% + 4rem);
  }

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

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

  .header_content-case {
    height: auto;
    max-height: none;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .grid-4-tablet-2-mob-1.big-gap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .only-mobile {
    display: flex;
  }

  .only-desktop {
    display: none;
  }

  .grid-results-5 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .grid-results-5.big-gap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .result-number {
    font-size: 2.5rem;
  }

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

  .result-number-case {
    font-size: 2.5rem;
  }

  .text-width-06, .text-width-07 {
    max-width: none;
  }

  .serv-img-div {
    height: 12rem;
  }

  .service-hero-subtitle {
    max-width: 29rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    justify-content: flex-end;
    align-items: center;
    min-height: 100vh;
    padding-left: 3vw;
    padding-right: 3vw;
  }

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

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

  .width {
    flex-flow: column;
  }

  .hero-img {
    width: auto;
  }

  .hero {
    padding-top: 0;
  }

  .partner-logo {
    max-width: 40%;
  }

  .benefits-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .footer-links {
    padding-top: 2rem;
  }

  .image-6 {
    display: none;
  }

  .paragraph-8 {
    margin-bottom: 2rem;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .menu-button:where(.w-variant-d7525c2a-97e9-c3dc-695d-58e306cb2b60) {
    display: none;
  }

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

  .hero-title-width {
    margin-left: 0;
    margin-right: auto;
    padding-top: 4rem;
  }

  .center-title-width {
    padding-top: 2rem;
  }

  .title-width {
    width: auto;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .title-width.mob-last {
    order: 9999;
  }

  .fade-left-img {
    width: 100%;
    height: 100vw;
  }

  .fade-left-img.auto-height, .fade-left-img.auto-height-tablet-100, .fade-left-img.auto-height-tablet-100w-100h {
    height: 100vw;
  }

  .width-full {
    flex-flow: column;
  }

  .metric-1 {
    inset: 5% 10rem auto auto;
  }

  .metric-2 {
    top: 15%;
  }

  .metric-3 {
    inset: 29% 2.8rem auto auto;
  }

  .metric-4 {
    top: 58%;
    left: 4.8rem;
  }

  .metric-5 {
    inset: 64% 3rem auto auto;
  }

  .metric-5.wide {
    top: 17%;
    left: 25.6rem;
  }

  .metric-6 {
    top: 77%;
    left: 12.3rem;
  }

  .collection-list {
    flex-flow: column;
    display: flex;
  }

  .case-img-div {
    height: 20rem;
  }

  .case-title-div {
    padding-bottom: 4rem;
  }

  .fade-right-img {
    order: 1;
    width: auto;
    height: 100vw;
  }

  .fade-right-img.auto-height, .fade-right-img.auto-height-tablet-100 {
    height: 100vw;
  }

  .img-contain-right {
    object-fit: cover;
    object-position: 0% 50%;
  }

  .fade-right-img-1vw, .fade-left-img-02 {
    width: 100%;
    height: 100vw;
  }

  .img-cover-left {
    object-position: 100% 0%;
    left: -2px;
  }

  .faq-wrapper {
    width: auto;
    padding-top: 2rem;
  }

  .faq-width {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .fade-right-img-max-h {
    flex: none;
    order: -1;
    height: 100vw;
    max-height: none;
  }

  .flex-v-32-mob-0 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .f-logo-img, .f-logo-img-mob {
    display: block;
  }

  .footer-links-mob-gap {
    padding-top: 0;
  }

  .link-block {
    width: 7rem;
  }

  .nav-btn-container {
    justify-content: flex-start;
    align-items: center;
    margin-top: 4rem;
    display: flex;
  }

  .burger-lottie {
    width: 2.25rem;
  }

  .burger-lottie:where(.w-variant-d7525c2a-97e9-c3dc-695d-58e306cb2b60) {
    display: none;
  }

  .collection-list-case {
    flex-flow: column;
  }

  .case-top-img {
    height: 25rem;
  }

  .case-content {
    width: 80vw;
  }

  .case-cta-link {
    margin-top: 4rem;
  }

  .collection-list-2 {
    flex-flow: column;
    display: flex;
  }

  .case-img-div-tall {
    height: 20rem;
  }

  .legal-wrapper {
    flex-flow: column;
  }

  .fade-left-img-auto-h {
    width: 100%;
    height: 100vw;
  }

  .width-mob-padding-0 {
    flex-flow: column;
  }

  .fade-left-img-mob-none {
    width: 100%;
    height: 100vw;
  }

  .title-width-m-padding-btm-big {
    width: auto;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .trusted-brands {
    width: auto;
    padding-bottom: 5rem;
  }

  .mob-display-none {
    display: none;
  }

  .logo-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: none;
    max-width: none;
    height: 4rem;
  }

  .trusted-mobile {
    display: flex;
  }

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

  .marquee-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex: none;
    max-width: none;
  }

  .marquee-content:where(.w-variant-4f09dcbc-00e1-b299-52c9-268ff6cdab6d), .marquee-content:where(.w-variant-3a06c10e-cea5-1053-16d0-ff42a3cdbec7) {
    display: flex;
  }

  .hero-background {
    padding-top: 0;
  }

  .center-title-width-big {
    padding-top: 2rem;
  }

  .hero-title-width-big {
    margin-left: 0;
    margin-right: auto;
    padding-top: 4rem;
  }

  .case-img-div-small {
    height: 20rem;
  }

  .image-101 {
    min-height: 100%;
  }

  .hero-bg-image {
    min-height: 100%;
    padding-bottom: 0;
    inset: 0%;
  }

  .hero-title-width-02 {
    margin-left: 0;
    margin-right: auto;
    padding-top: 4rem;
  }

  .hero-background-auto-h {
    padding-top: 0;
    padding-bottom: 5.2rem;
  }

  .width-full-tablet-v {
    flex-flow: column;
  }

  .hero-title-width-02-copy {
    margin-left: 0;
    margin-right: auto;
    padding-top: 4rem;
  }

  .stats-line {
    grid-column-gap: 1.2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .metric-1-line {
    top: 5%;
    bottom: auto;
    left: auto;
  }

  .nav-drodown-2.w--open {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-top: 0;
    padding-left: 0;
    position: relative;
    top: 0;
  }

  .image-102 {
    min-height: 100%;
  }

  .nav-link-dd {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-title-width-45 {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 4rem;
  }

  .fade-left-vid {
    width: 100%;
    height: 100vw;
  }

  .fade-left-vid.auto-height-tablet-100w-100h {
    height: auto;
  }

  .video-embed-side {
    max-width: none;
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .metric-7 {
    top: 61%;
    left: 22.6rem;
  }

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

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

  .max-width-medium {
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

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

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .layout3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .image-106 {
    display: none;
  }

  .grid-6 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .layout_content-left-50 {
    max-width: 100%;
  }

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

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

  .feedback-text {
    padding-right: 5.1rem;
  }

  .quote-icon {
    height: 2rem;
  }

  .case-title-div-copy {
    padding-bottom: 4rem;
  }

  .team-img-div {
    height: 20rem;
  }

  .about-team-title-div {
    padding-bottom: 4rem;
  }

  .div-block-8 {
    flex: 0 auto;
    height: 100%;
  }

  .image-107 {
    display: block;
  }

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

  .max-width-case {
    max-width: 90%;
  }

  .grid-5, .grid-4-tablet-2 {
    grid-template-columns: 1fr;
  }

  .max-width-medium-case {
    max-width: 100%;
  }

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

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

  .service-title-div {
    padding-bottom: 4rem;
  }

  .serv-img-div {
    height: 20rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: #1b1b1b;
    border-top: 1px solid #eaeaea33;
    justify-content: center;
    align-items: center;
    height: 100svh;
    min-height: auto;
    max-height: none;
    padding-top: 10rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: scroll;
  }

  .flex-block {
    width: auto;
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .nav-link {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem 0;
    font-size: .9375rem;
    font-weight: 400;
  }

  .nav-link.subpage {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-weight: 400;
  }

  .button {
    min-width: 45%;
    padding-left: .55rem;
    padding-right: .55rem;
  }

  .button:where(.w-variant-a2c26771-0e68-56a7-ddd8-6e7b78cde8f1) {
    min-width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .width {
    grid-template-rows: auto auto;
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-main {
    border-width: 1px;
    max-width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    position: relative;
  }

  .button-main.full-width {
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .hero-img {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .hero {
    padding-top: 0;
  }

  .text-20 {
    padding-top: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 120%;
  }

  .section-block {
    border-bottom-color: var(--off-white);
  }

  .logo-wrapper {
    grid-column-gap: 3.5rem;
    grid-row-gap: 6rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .partner-logo {
    object-fit: contain;
    max-width: 40%;
    height: 2rem;
  }

  .text-15 {
    padding-top: 0;
    line-height: 150%;
  }

  .text-15.lh-150 {
    line-height: 150%;
  }

  .benefits-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3rem;
    font-size: 12px;
  }

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

  .footer-links {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: 0;
    display: grid;
  }

  .image-6 {
    max-width: 45%;
  }

  .footer-list {
    font-size: .875rem;
  }

  .container-10 {
    grid-column-gap: 7.5rem;
    grid-row-gap: 7.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 12px;
    display: flex;
  }

  .paragraph-8 {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 3rem;
  }

  .menu-button {
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

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

  .title-42 {
    font-size: 1.9rem;
  }

  .hero-title-width {
    width: auto;
    max-width: 20rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3rem;
  }

  .center-title-width {
    width: auto;
    padding: 3.5rem 30px;
  }

  .title-width {
    padding: 2.5rem 30px 2rem;
  }

  .title-width.mob-last {
    order: 9999;
  }

  .fade-left-img.auto-height, .fade-left-img.auto-height-tablet-100, .fade-left-img.auto-height-tablet-100w-100h {
    height: 100vw;
  }

  .width-full {
    grid-template-rows: auto auto;
    padding-top: 0;
  }

  .center-title-margin-top {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-34 {
    font-size: 1.5625rem;
  }

  .metric-1 {
    top: 2rem;
    right: 5rem;
  }

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

  .metric-description {
    padding-top: 0;
    font-size: .75rem;
  }

  .metric-2 {
    max-width: 7rem;
    top: 10rem;
    left: 1.2rem;
  }

  .metric-3 {
    max-width: 9rem;
    top: 15rem;
  }

  .metric-3.position-1 {
    top: 11.5rem;
  }

  .metric-4 {
    max-width: 6rem;
    top: 24rem;
    left: 2.5rem;
  }

  .metric-4.position-1 {
    top: 18.6rem;
  }

  .metric-5 {
    max-width: 6rem;
    top: 28rem;
  }

  .metric-5.wide {
    top: 58%;
    left: 1.2rem;
  }

  .metric-6 {
    top: 35rem;
    left: 7.8rem;
  }

  .metric-6.wide {
    max-width: 10rem;
    left: 2.9rem;
  }

  .metric-6.wide.position-1 {
    left: 10.7rem;
  }

  .width-1400 {
    grid-template-rows: auto auto;
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .case-img-div {
    height: 14.25rem;
  }

  .case-img-div.case-page {
    border-bottom-style: none;
    height: 14.25rem;
  }

  .case-title-div {
    padding-bottom: 2rem;
  }

  .footer-link {
    width: 8.75rem;
    max-width: 38vw;
  }

  .fade-right-img.auto-height.mob-first {
    order: -9999;
  }

  .faq-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq-dd-toggle {
    padding: 1rem 0;
  }

  .faq-dd-toggle.w--open {
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-question {
    max-width: 90%;
    font-size: 1rem;
  }

  .faq-icon {
    width: .75rem;
  }

  .dd-open.w--open {
    padding-right: 1.5rem;
  }

  .text-answer {
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 150%;
  }

  .faq-width {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    font-size: 12px;
  }

  .f-logo-img, .f-logo-img-mob {
    display: block;
  }

  .footer-links-mob-gap {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .link-block {
    width: 5.625rem;
    padding-bottom: 0;
  }

  .nav-btn-container {
    justify-content: center;
    align-items: center;
    margin-top: 1.25rem;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .burger-lottie {
    width: 1.25rem;
  }

  .bg-title-width {
    background-position: 20%;
    width: auto;
    padding: 5.25rem 37px;
  }

  .title-32 {
    font-size: 1.5rem;
  }

  .text-wrapper-1400 {
    width: auto;
  }

  .hero-about-content {
    width: auto;
    min-height: 550px;
    padding: 3.5rem 1rem;
  }

  .title-56 {
    font-size: 2.125rem;
  }

  .collection-list-case {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .form-block {
    padding: 1.5rem;
  }

  .text-field {
    height: 2.5rem;
  }

  .text-18 {
    padding-top: 0;
  }

  .button-form {
    max-width: 100%;
    padding-top: .725rem;
    padding-bottom: .725rem;
    position: relative;
  }

  .collection-list-wrapper-2 {
    margin-top: 3rem;
    margin-bottom: 6rem;
  }

  .case-hero-content {
    background-position: 50% 0;
    background-size: auto 160%;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: 90vh;
    min-height: 550px;
    padding-top: 25rem;
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-42-mob-48 {
    font-size: 3rem;
  }

  .case-inner-top {
    padding-left: 30px;
    padding-right: 30px;
  }

  .case-top-img {
    width: 100%;
    max-width: 100%;
    height: 9.125rem;
  }

  .case-content {
    width: auto;
  }

  .text-14-semibold.mob-hidden {
    display: none;
  }

  .text-author-date {
    display: block;
  }

  .case-rich-text-o h1 {
    font-size: 2rem;
  }

  .case-rich-text-o h2 {
    font-size: 1.625rem;
  }

  .case-rich-text-o h3 {
    font-size: 1.25rem;
  }

  .case-rich-text-o h4 {
    font-size: 1.125rem;
  }

  .case-rich-text-o h5 {
    font-size: 1rem;
  }

  .case-rich-text-o h6 {
    font-size: .875rem;
  }

  .case-rich-text-o p {
    line-height: 150%;
  }

  .case-rich-text-o blockquote {
    margin-left: 0;
    margin-right: 0;
  }

  .case-cta-link {
    margin-bottom: 6.875rem;
  }

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

  .text-area {
    height: 2.5rem;
  }

  .case-img-div-tall {
    height: 13.75rem;
  }

  .read-more-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 3rem;
  }

  .legal-wrapper {
    grid-template-rows: auto auto;
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .width-mob-padding-0 {
    grid-template-rows: auto auto;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fade-left-img-mob-none {
    display: none;
  }

  .title-width-m-padding-btm-big {
    padding: 2.5rem 30px 5rem;
  }

  .title-26 {
    font-size: 1.625rem;
  }

  .title-56-mob-46 {
    font-size: 2.875rem;
  }

  .trusted-brands {
    width: 100vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    padding-bottom: 3.75rem;
  }

  .trusted-brands.padding-big {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .text-24 {
    font-size: 1.125rem;
  }

  .mob-display-none {
    display: none;
  }

  .logo-row {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: none;
    width: auto;
    max-width: 100%;
    height: 3rem;
    margin-top: .5rem;
    transform: none;
  }

  .trusted-logos {
    object-fit: contain;
    max-width: none;
    max-height: 100%;
  }

  .trusted-mobile {
    margin-top: 2rem;
    display: block;
  }

  .marquee {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
  }

  .marquee-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .marquee-content:where(.w-variant-3a06c10e-cea5-1053-16d0-ff42a3cdbec7) {
    display: flex;
  }

  .hero-background {
    padding-top: 0;
  }

  .benefits-item-h {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .kieron-danilo-img {
    height: auto;
  }

  .center-title-width-big {
    width: auto;
    padding: 3.5rem 30px;
  }

  .whatsapp-link {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hero-title-width-big {
    width: auto;
    max-width: 20rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3rem;
  }

  .text-22 {
    font-size: 1.125rem;
  }

  .case-img-div-small {
    height: 13.75rem;
  }

  .popup-form_wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 15rem;
    display: none;
    overflow: hidden;
  }

  .button-secondary {
    border-width: 1px;
    max-width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    position: relative;
  }

  .two-buttons {
    flex-flow: column;
    width: 100%;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 90%;
    max-height: 90vh;
    overflow: hidden;
  }

  .download-form {
    max-height: 80vh;
    padding-bottom: 15rem;
    overflow: scroll;
  }

  .code-embed {
    min-height: 90vh;
  }

  .image-101 {
    opacity: .63;
    object-position: 58% 50%;
  }

  .text-20-green {
    padding-top: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 120%;
  }

  .hero-title-width-02 {
    width: auto;
    max-width: 20rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3rem;
  }

  .benefits-item-top {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-15-semibold, .text-14 {
    padding-top: 0;
    line-height: 150%;
  }

  .service-cta-center {
    background-position: 20%;
    width: auto;
    padding: 5.25rem 37px;
  }

  .service-cta-text-wrapper {
    width: auto;
  }

  .hero-background-auto-h {
    padding-top: 0;
  }

  .width-full-tablet-v {
    grid-template-rows: auto auto;
    padding-top: 0;
  }

  .hero-title-width-02-copy {
    width: auto;
    max-width: 20rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3rem;
  }

  .nav-drodown-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    box-shadow: none;
    background-color: #ddd0;
    flex-flow: column;
    padding-left: 1rem;
    display: none;
    position: relative;
  }

  .nav-drodown-2.w--open {
    background-color: #1a372f00;
    border-style: none;
    margin-bottom: 0;
    padding: 0 0 2rem;
    display: block;
  }

  .section-8 {
    border-bottom-color: #eaeaea;
  }

  .image-102 {
    opacity: .63;
    object-position: 58% 50%;
  }

  .title-42-2 {
    font-size: 1.9rem;
  }

  .nav-link-dd {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: .9375rem;
    font-weight: 600;
  }

  .code-embed-2 {
    height: auto;
    min-height: auto;
  }

  .calc-wrapper {
    height: auto;
  }

  .code-embed-3 {
    max-width: 90vw;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .meet-text-wrapper {
    width: auto;
  }

  .button-main-no-popup {
    border-width: 1px;
    max-width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .8rem;
    position: relative;
  }

  .hero-title-width-45 {
    width: auto;
    max-width: 20rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3rem;
  }

  .video-embed-r {
    max-width: 90vw;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .fade-left-vid.auto-height-tablet-100w-100h {
    height: auto;
  }

  .video-embed-side {
    max-width: 90vw;
    margin: 4rem 30px 2rem;
  }

  .metric-7 {
    max-width: 6rem;
    top: 21.3rem;
    left: 12.2rem;
  }

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

  .max-width-medium {
    max-width: none;
  }

  .max-width-medium.homepage {
    max-width: 100%;
  }

  .heading-style-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .header_content {
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    max-height: none;
    padding-top: 14.25rem;
    padding-bottom: 2.5rem;
  }

  .header_content.home-hero {
    padding-top: 15.875rem;
  }

  .header_content.about-hero {
    padding-top: 13rem;
  }

  .header_content.pipelines {
    padding-top: 13.125rem;
  }

  .background-image.only-desktop {
    display: none;
  }

  .background-image.only-mob {
    display: block;
  }

  .button-group {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    display: flex;
  }

  .button-group.is-center {
    margin-left: auto;
    margin-right: auto;
  }

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

  .margin-top.margin-big {
    margin-top: 2.5rem;
    position: relative;
  }

  .margin-top.margin-large {
    margin-top: 5.25rem;
  }

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

  .margin-bottom.margin-large-mob-0 {
    margin-bottom: 0;
  }

  .text-align-center {
    max-width: 19rem;
    margin-left: auto;
    margin-right: auto;
  }

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

  .padding-section-case-layout {
    padding-top: 18.75rem;
    padding-bottom: 3.75rem;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
  }

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

  .grid-4.big-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
  }

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

  .benefit-card-img {
    height: 11rem;
  }

  .line-element {
    display: none;
  }

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

  .text-size-medium {
    padding-top: 0;
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 120%;
  }

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

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

  .icon-32-relative {
    width: auto;
  }

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

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

  .layout_content-left {
    width: auto;
  }

  .image-104 {
    order: -9999;
  }

  .center_content {
    height: auto;
    min-height: 27.875rem;
    max-height: none;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-16 {
    padding-top: 0;
  }

  .div-block-4 {
    flex-flow: column;
    padding-right: 0;
  }

  .legal-element {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    font-size: 1rem;
  }

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

  .text-size-small {
    opacity: .8;
    padding-top: 0;
    font-size: 1rem;
  }

  .grid-results {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-left: 1px #eaeaea26;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    overflow: visible;
  }

  .grid-results.big-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
  }

  .image-106 {
    width: .5rem;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% auto 0% -1.3rem;
  }

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

  .legal-text {
    padding-top: 0;
  }

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

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

  .gradient-overlay {
    background-image: linear-gradient(0deg, #2a2a2a, #2a2a2a 53%, #2a2a2a00 90%);
    width: 100%;
  }

  .layout_content-left-50 {
    text-align: center;
    width: auto;
    max-width: 100%;
  }

  .section_content {
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    max-height: none;
    padding-top: 18.75rem;
    padding-bottom: 3.75rem;
  }

  .desktop-background-image {
    display: none;
  }

  .mobile-background-image {
    display: block;
  }

  .mobile-background-image.auto-height {
    height: auto;
  }

  .hero_nzyte {
    width: 1.5rem;
    bottom: 2.5rem;
  }

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

  .grid-2.big-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
  }

  .feedback-element {
    padding: 0;
  }

  .text-size-big {
    padding-top: 0;
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 120%;
  }

  .feedback-text {
    padding-right: 13%;
  }

  .quote-icon {
    height: 1.25rem;
  }

  .case-title-div-copy {
    padding-bottom: 2rem;
  }

  .text-size-xxsmall {
    opacity: .8;
    padding-top: 0;
    font-size: 1rem;
  }

  .team-img-div {
    height: 13.75rem;
  }

  .team-img-div.case-page {
    border-bottom-style: none;
    height: 16.5rem;
  }

  .about-team-title-div {
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-style-h2-small {
    font-size: 1rem;
  }

  .div-block-8 {
    flex: none;
    max-width: 9.375rem;
    height: 100%;
  }

  .case-performance {
    padding-top: 0;
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 120%;
  }

  .text-size-regular-bold {
    font-size: .7rem;
  }

  .max-width-case {
    max-width: 100%;
  }

  .case-item-outline {
    justify-content: center;
    align-items: center;
    padding: .375rem .675rem;
  }

  .image-108 {
    mix-blend-mode: normal;
    order: -9999;
    max-width: 90%;
  }

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

  .case-rich-text h1 {
    font-size: 2rem;
  }

  .case-rich-text h2 {
    font-size: 1.625rem;
  }

  .case-rich-text h3 {
    font-size: 1.25rem;
  }

  .case-rich-text h4 {
    font-size: 1.125rem;
  }

  .case-rich-text h5 {
    font-size: 1rem;
  }

  .case-rich-text h6 {
    font-size: .875rem;
  }

  .case-rich-text p {
    line-height: 140%;
  }

  .case-rich-text blockquote {
    text-align: left;
    background-position: 97% 20px;
    background-size: auto 1.25rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    font-size: 1.25rem;
  }

  .section_content-auto-height {
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    max-height: none;
  }

  .result-card-number {
    padding-bottom: 0;
  }

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

  .grid-5.big-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
  }

  .line-element-64 {
    display: none;
  }

  .div-block-12 {
    padding: 2.5rem 1.25rem;
  }

  .div-block-13 {
    padding-top: 1.25rem;
  }

  .grid-4-tablet-2 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 2px;
  }

  .grid-4-tablet-2.big-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
  }

  .header_content-case {
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    max-height: none;
    padding-top: 13.5rem;
    padding-bottom: 2.5rem;
  }

  .max-width-medium-case {
    max-width: 100%;
  }

  .text-caption-case {
    font-size: .625rem;
  }

  .case-title {
    font-size: 2rem;
  }

  .grid-4-tablet-2-mob-1 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr;
    padding-bottom: 2px;
  }

  .grid-4-tablet-2-mob-1.big-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
  }

  .only-mobile {
    display: block;
  }

  .grid-results-5 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-left: 1px #eaeaea26;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 1rem;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .grid-results-5.big-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
  }

  .result-number {
    font-size: 2.625rem;
  }

  .home-hero-title-width {
    max-width: 19rem;
  }

  .result-mob-line {
    background-color: #eaeaea26;
    width: 1px;
    height: calc(100% - 6rem);
    display: block;
    position: absolute;
    inset: 3.3rem auto 0% -.1rem;
  }

  .text-size-small-mob-reg {
    opacity: .8;
    padding-top: 0;
    font-size: 1rem;
  }

  .hero-subtitle {
    max-width: 100%;
  }

  .result-number-case {
    font-size: 2.625rem;
  }

  .result-number-case.green_highlight {
    font-size: 2rem;
  }

  .pipeline-hero-subtitle, .data-hero-subtitle, .agents-hero-subtitle {
    max-width: 100%;
  }

  .result-mob-line-copy {
    background-color: #eaeaea26;
    width: 1px;
    height: calc(100% - 5.5rem);
    display: block;
    position: absolute;
    inset: 2.5rem auto 0% -.1rem;
  }

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

  .service-title-div {
    padding-bottom: 0;
    padding-right: 0;
  }

  .mob-btn-width-01 {
    width: 11.25rem;
  }

  .serv-card-btn-wrapper {
    width: 13rem;
    margin-top: .375rem;
  }

  .serv-img-div {
    height: 11.25rem;
  }

  .serv-img-div.case-page {
    border-bottom-style: none;
    height: 14.25rem;
  }

  .service-hero-subtitle {
    max-width: 100%;
  }

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

#w-node-f85e23e5-6a1d-89ff-cd10-fe6ace92488a-7b037473, #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-7b037473, #w-node-_877b9605-6cf3-4f2a-c223-7ae4ab52adef-7b037473 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53b99002-20dc-bf36-2427-3fdcaca328ed-7b037473 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d2f6aec-a0fa-5472-364f-e0355bb21b9a-7b037473 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6274434e-7718-be74-3084-0b38bf2b41d0-7b037473 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7a221d8a-5755-d6cd-0a5c-a98cec822b98-7b037473 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a221d8a-5755-d6cd-0a5c-a98cec822b99-7b037473 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7a221d8a-5755-d6cd-0a5c-a98cec822b9a-7b037473 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_6e776d6d-a779-ad84-09db-0c9eaa1cd804-7b037473 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e776d6d-a779-ad84-09db-0c9eaa1cd805-7b037473 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6e776d6d-a779-ad84-09db-0c9eaa1cd806-7b037473 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0e4ef826-d81d-005a-ded9-8870fe64f97d-7b037473 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e4ef826-d81d-005a-ded9-8870fe64f97e-7b037473 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0e4ef826-d81d-005a-ded9-8870fe64f97f-7b037473 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_657f6c2e-496f-87b9-7c76-06f5a5f57d0a-7b037473 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_657f6c2e-496f-87b9-7c76-06f5a5f57d0b-7b037473 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_657f6c2e-496f-87b9-7c76-06f5a5f57d0c-7b037473 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_4c471fc9-4e9b-374d-3f82-a391d94cd4df-7b037473 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c471fc9-4e9b-374d-3f82-a391d94cd4e0-7b037473 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c471fc9-4e9b-374d-3f82-a391d94cd4e1-7b037473 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d14c9122-4f1c-2ca8-b438-4406c9c77b3b-c9c77b38 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d14c9122-4f1c-2ca8-b438-4406c9c77b3d-c9c77b38 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-d14c9122-4f1c-2ca8-b438-4406c9c77b3f-c9c77b38 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d14c9122-4f1c-2ca8-b438-4406c9c77b40-c9c77b38 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d14c9122-4f1c-2ca8-b438-4406c9c77b55-c9c77b38 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d14c9122-4f1c-2ca8-b438-4406c9c77b60-c9c77b38 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a4949cf4-b310-339d-610b-3cd7115fce56-115fce4c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a4949cf4-b310-339d-610b-3cd7115fce57-115fce4c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a4949cf4-b310-339d-610b-3cd7115fce58-115fce4c {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_3452a7b0-4468-e8bf-4f87-3cd004bcb313-04bcb304 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3452a7b0-4468-e8bf-4f87-3cd004bcb343-04bcb304 {
  justify-self: center;
}

#w-node-_3452a7b0-4468-e8bf-4f87-3cd004bcb345-04bcb304 {
  justify-self: end;
}

#w-node-f6f9f187-461d-174a-345f-4d8676170f15-9eecc2cd, #w-node-_6a67fcad-68fb-e168-46b4-fbc24d57b7e1-9eecc2cd, #w-node-_396743df-44b8-29d6-fc3d-90a8325acdb7-9eecc2cd, #w-node-e04494d5-a9aa-7898-372c-b2de16bc0ff5-9eecc2cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-b3ac91b3, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-0b4cfcd3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee5790f2-d147-0470-d9d0-9f527359f68a-0b4cfcd3 {
  grid-row: span 2 / span 2;
}

#w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-defa693e, #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-defa693e, #w-node-_69e40d74-4f21-7dbc-57bc-3082effe2b16-defa693e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69e40d74-4f21-7dbc-57bc-3082effe2b17-defa693e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_480d2231-c14d-ea3c-0b54-ea241bf14253-defa693e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_480d2231-c14d-ea3c-0b54-ea241bf14254-defa693e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1974420e-b81e-c93e-f7b2-eb109931aecc-defa693e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1974420e-b81e-c93e-f7b2-eb109931aecd-defa693e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_25ee0258-ae29-2b5b-c24a-612fe7c1b238-defa693e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_25ee0258-ae29-2b5b-c24a-612fe7c1b239-defa693e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_48603fba-c65e-b692-1b5c-ef4f16a6c8d9-defa693e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_48603fba-c65e-b692-1b5c-ef4f16a6c8da-defa693e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_07d36862-47b5-e7ab-978f-b3479265aff7-defa693e, #w-node-eaa0f8aa-33ff-3829-feb7-8cdf1d5b4b57-1d5b4b56, #w-node-_30203025-11bb-2bf3-f73b-c46b6df16ed6-6df16ed4, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-ea4a8f67, #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-ea4a8f67, #w-node-_480d2231-c14d-ea3c-0b54-ea241bf14253-ea4a8f67 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_480d2231-c14d-ea3c-0b54-ea241bf14254-ea4a8f67 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1974420e-b81e-c93e-f7b2-eb109931aecc-ea4a8f67 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1974420e-b81e-c93e-f7b2-eb109931aecd-ea4a8f67 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_25ee0258-ae29-2b5b-c24a-612fe7c1b238-ea4a8f67 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_25ee0258-ae29-2b5b-c24a-612fe7c1b239-ea4a8f67 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_48603fba-c65e-b692-1b5c-ef4f16a6c8d9-ea4a8f67 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_48603fba-c65e-b692-1b5c-ef4f16a6c8da-ea4a8f67 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_084d6513-d7ef-5219-8ec9-9f55c4789e6c-ea4a8f67, #w-node-d1be34f1-4744-f6ca-a8d9-6df15a94423d-dad08ef1, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-d53d3b6e, #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-d53d3b6e, #w-node-_69e40d74-4f21-7dbc-57bc-3082effe2b16-d53d3b6e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e191b9bd-ace1-443d-30be-dcd607964e9f-d53d3b6e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3dc144f4-5fad-9509-291c-85feb73f2e0d-d53d3b6e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3dc144f4-5fad-9509-291c-85feb73f2e0e-d53d3b6e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c71a2aeb-1955-c640-1a19-616195392b1a-d53d3b6e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c71a2aeb-1955-c640-1a19-616195392b1b-d53d3b6e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_20fd1e7d-e48e-c699-a4be-fd1c575e28f0-d53d3b6e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_20fd1e7d-e48e-c699-a4be-fd1c575e28f1-d53d3b6e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_07d36862-47b5-e7ab-978f-b3479265aff7-d53d3b6e, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-f3de2e88, #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-f3de2e88, #w-node-_69e40d74-4f21-7dbc-57bc-3082effe2b16-f3de2e88, #w-node-e3006c70-6113-6537-361d-c4b32b9aafc9-f3de2e88, #w-node-c41ae4eb-146c-f74b-8176-b725e182a662-f3de2e88, #w-node-_9839b789-9887-0ee2-7e60-05e54beda12c-f3de2e88, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-76a3cf45, #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-76a3cf45, #w-node-_69e40d74-4f21-7dbc-57bc-3082effe2b16-76a3cf45, #w-node-adf09dd8-4b00-5943-6248-c7eb4f5eda81-76a3cf45, #w-node-_02d8709e-f84e-5e6d-66e7-855e36d77878-76a3cf45, #w-node-ff778ca1-a99a-aa62-bc29-ba3e91c35498-76a3cf45, #w-node-fe32c191-00c4-1445-a300-25c50ac66ed1-76a3cf45, #w-node-_07d36862-47b5-e7ab-978f-b3479265aff7-76a3cf45, #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db700f0-890d41c6, #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db7011c-890d41c6, #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db70144-890d41c6, #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db7014a-890d41c6, #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db70150-890d41c6, #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db70155-890d41c6, #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db70163-890d41c6, #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db7017b-890d41c6, #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db70181-890d41c6, #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db70187-890d41c6, #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db7018d-890d41c6, #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db70191-890d41c6, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-23bcb587, #w-node-a531234c-0db9-4640-38a4-de91db65bff5-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bff6-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bff9-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffa-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffd-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffe-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c001-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c002-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c005-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c006-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-23bcb587, #w-node-_8034b9e7-115e-c486-a745-0ae52f7eec9b-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eec9c-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eec9f-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eeca0-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eeca3-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eeca4-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eeca7-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eeca8-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eecab-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eecac-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-fb5d97db-5784-833a-25aa-52855e169413-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fb5d97db-5784-833a-25aa-52855e169414-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_045ef5d0-842f-2b87-2cd1-852778a8e743-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_045ef5d0-842f-2b87-2cd1-852778a8e744-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_69e40d74-4f21-7dbc-57bc-3082effe2b16-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69e40d74-4f21-7dbc-57bc-3082effe2b17-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_480d2231-c14d-ea3c-0b54-ea241bf14253-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_480d2231-c14d-ea3c-0b54-ea241bf14254-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1974420e-b81e-c93e-f7b2-eb109931aecc-23bcb587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1974420e-b81e-c93e-f7b2-eb109931aecd-23bcb587 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e49a7d48-5019-570d-b147-7dbfaa3a3a50-23bcb587, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-8b12ee78, #w-node-a531234c-0db9-4640-38a4-de91db65bff5-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bff6-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bff9-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffa-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffd-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffe-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c001-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c002-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c005-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c006-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_442d1d58-0214-a63b-ad82-fc21ff00a907-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_442d1d58-0214-a63b-ad82-fc21ff00a908-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2ad26e6d-43ad-a730-1fff-b872e7f47567-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2ad26e6d-43ad-a730-1fff-b872e7f47568-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3d0d5179-92bb-f7fe-55e6-f408d2a38196-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d0d5179-92bb-f7fe-55e6-f408d2a38197-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-8b12ee78, #w-node-_8034b9e7-115e-c486-a745-0ae52f7eec9b-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eec9c-8b12ee78, #w-node-_8034b9e7-115e-c486-a745-0ae52f7eeca0-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eeca3-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eeca4-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eeca7-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eeca8-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eecab-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8034b9e7-115e-c486-a745-0ae52f7eecac-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-fb5d97db-5784-833a-25aa-52855e169413-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fb5d97db-5784-833a-25aa-52855e169414-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_69e40d74-4f21-7dbc-57bc-3082effe2b16-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69e40d74-4f21-7dbc-57bc-3082effe2b17-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_480d2231-c14d-ea3c-0b54-ea241bf14253-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_480d2231-c14d-ea3c-0b54-ea241bf14254-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_755bcc13-7b58-df89-42b1-7d22001d1e08-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_755bcc13-7b58-df89-42b1-7d22001d1e09-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-fb169b38-3e0b-2c82-cd89-9b9ed6345666-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fb169b38-3e0b-2c82-cd89-9b9ed6345667-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e260b5f9-cda0-5cc3-571e-3c873c125894-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e260b5f9-cda0-5cc3-571e-3c873c125895-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_497a2701-9d18-7d64-40f1-2800b4fa56b7-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_497a2701-9d18-7d64-40f1-2800b4fa56b8-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca4c-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca4d-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca50-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca51-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca54-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca55-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca58-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca59-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca5c-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca5d-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca60-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca61-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca64-8b12ee78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca65-8b12ee78 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e49a7d48-5019-570d-b147-7dbfaa3a3a50-8b12ee78, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-35362e90, #w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3b3-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3b4-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3b7-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3b8-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3bb-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3bc-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3bf-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3c0-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3c3-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3c4-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3c7-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3c8-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bff5-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bff6-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bff9-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffa-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffd-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffe-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c001-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c002-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c005-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c006-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7f051f1e-d556-eb93-3c49-c0f571d42e64-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7f051f1e-d556-eb93-3c49-c0f571d42e65-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2a4686b2-c17a-996e-de3d-d81c06dd42e1-35362e90, #w-node-_49cdb1ca-2841-00c8-38e4-d6ac25fdc9b2-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_49cdb1ca-2841-00c8-38e4-d6ac25fdc9b3-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_00a41aef-4588-7a49-e680-7add2936efa7-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_00a41aef-4588-7a49-e680-7add2936efa8-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e49a7d48-5019-570d-b147-7dbfaa3a3a50-35362e90, #w-node-_76c1b812-031a-4c72-73a3-f350f40badd0-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76c1b812-031a-4c72-73a3-f350f40badd1-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_76c1b812-031a-4c72-73a3-f350f40badd4-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76c1b812-031a-4c72-73a3-f350f40badd5-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_76c1b812-031a-4c72-73a3-f350f40badd8-35362e90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76c1b812-031a-4c72-73a3-f350f40badd9-35362e90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-adca1bfa, #w-node-a531234c-0db9-4640-38a4-de91db65bff5-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bff6-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bff9-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffa-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffd-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffe-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c001-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c002-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c005-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c006-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_442d1d58-0214-a63b-ad82-fc21ff00a907-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_442d1d58-0214-a63b-ad82-fc21ff00a908-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-adca1bfa, #w-node-_69e40d74-4f21-7dbc-57bc-3082effe2b16-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69e40d74-4f21-7dbc-57bc-3082effe2b17-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_480d2231-c14d-ea3c-0b54-ea241bf14253-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_480d2231-c14d-ea3c-0b54-ea241bf14254-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_755bcc13-7b58-df89-42b1-7d22001d1e08-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_755bcc13-7b58-df89-42b1-7d22001d1e09-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-fb169b38-3e0b-2c82-cd89-9b9ed6345666-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fb169b38-3e0b-2c82-cd89-9b9ed6345667-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e260b5f9-cda0-5cc3-571e-3c873c125894-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e260b5f9-cda0-5cc3-571e-3c873c125895-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_497a2701-9d18-7d64-40f1-2800b4fa56b7-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_497a2701-9d18-7d64-40f1-2800b4fa56b8-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca4c-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca4d-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca50-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca51-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca54-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca55-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca58-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca59-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca5c-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca5d-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca60-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca61-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca64-adca1bfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77cf6fdd-46dd-5372-0a0a-bed56b61ca65-adca1bfa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e49a7d48-5019-570d-b147-7dbfaa3a3a50-adca1bfa, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-29a8e916, #w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3b3-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3b4-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3b7-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3b8-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3bb-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3bc-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3bf-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3c0-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3c3-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3c4-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3c7-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_814d04b9-c838-f1c3-cf20-a398f7b5a3c8-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bff5-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bff6-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bff9-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffa-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffd-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65bffe-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c001-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c002-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c005-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a531234c-0db9-4640-38a4-de91db65c006-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7f051f1e-d556-eb93-3c49-c0f571d42e64-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7f051f1e-d556-eb93-3c49-c0f571d42e65-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2a4686b2-c17a-996e-de3d-d81c06dd42e1-29a8e916, #w-node-_49cdb1ca-2841-00c8-38e4-d6ac25fdc9b2-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_49cdb1ca-2841-00c8-38e4-d6ac25fdc9b3-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_00a41aef-4588-7a49-e680-7add2936efa7-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_00a41aef-4588-7a49-e680-7add2936efa8-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e49a7d48-5019-570d-b147-7dbfaa3a3a50-29a8e916, #w-node-_205628e8-4843-574d-ea9d-ee76cd4174f3-29a8e916, #w-node-_09604c9b-ac43-c7a0-900e-cb9f57b999ce-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09604c9b-ac43-c7a0-900e-cb9f57b999cf-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_09604c9b-ac43-c7a0-900e-cb9f57b999d2-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09604c9b-ac43-c7a0-900e-cb9f57b999d3-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_09604c9b-ac43-c7a0-900e-cb9f57b999d6-29a8e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09604c9b-ac43-c7a0-900e-cb9f57b999d7-29a8e916 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_12fc8655-6884-509f-fcee-d9c7c84b45e0-103bd69e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d0045ccd-8391-db46-e753-f1947eb1bc05-103bd69e {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_2ede4d56-1eb2-5549-0a2a-cd7c11fee718-103bd69e {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_9607b6ef-23cb-389e-d084-4a3c3349e39c-103bd69e {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_76c74501-b784-2472-94d8-37aabe291314-103bd69e {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_12fc8655-6884-509f-fcee-d9c7c84b45e0-d3791075 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d0045ccd-8391-db46-e753-f1947eb1bc05-d3791075 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_2ede4d56-1eb2-5549-0a2a-cd7c11fee718-d3791075 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_9607b6ef-23cb-389e-d084-4a3c3349e39c-d3791075 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_76c74501-b784-2472-94d8-37aabe291314-d3791075 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-b5147d88-674c-a34b-c800-8b741e72d7c6-d3791075 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d4dd5c18-80f5-7f9d-7ad2-ed58a811395e-d3791075 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-aa9aed14-b571-0680-9487-c8a1074e8dbc-d3791075 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-adf42999-1c9d-fe3c-2670-cffd25ad4404-d3791075 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_653e33f5-6c9f-fdba-2ce7-9b4bd870293e-d3791075 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-fc762bd0-8322-3330-1fd3-813dddf9b2a4-2fd61b91 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-fc762bd0-8322-3330-1fd3-813dddf9b2a9-2fd61b91 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-fc762bd0-8322-3330-1fd3-813dddf9b2ae-2fd61b91 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-fc762bd0-8322-3330-1fd3-813dddf9b2b3-2fd61b91 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-fc762bd0-8322-3330-1fd3-813dddf9b2b8-2fd61b91 {
  grid-area: 2 / 4 / 3 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-_7baf1607-1923-0a62-4234-76c1abcc06a3-78fe9991 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3452a7b0-4468-e8bf-4f87-3cd004bcb343-04bcb304, #w-node-_3452a7b0-4468-e8bf-4f87-3cd004bcb345-04bcb304 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f85e23e5-6a1d-89ff-cd10-fe6ace92488a-7b037473 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f85e23e5-6a1d-89ff-cd10-fe6ace92489b-7b037473 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-7b037473 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-adf0f309-a8c8-9712-13ef-559e9bd8c0d9-7b037473 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_877b9605-6cf3-4f2a-c223-7ae4ab52adef-7b037473 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7a221d8a-5755-d6cd-0a5c-a98cec822b98-7b037473 {
    grid-row: 3 / 4;
  }

  #w-node-_6e776d6d-a779-ad84-09db-0c9eaa1cd804-7b037473 {
    grid-row: 5 / 6;
  }

  #w-node-_0e4ef826-d81d-005a-ded9-8870fe64f97d-7b037473 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_657f6c2e-496f-87b9-7c76-06f5a5f57d0a-7b037473 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4c471fc9-4e9b-374d-3f82-a391d94cd4df-7b037473 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-d14c9122-4f1c-2ca8-b438-4406c9c77b3a-c9c77b38 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d14c9122-4f1c-2ca8-b438-4406c9c77b3b-c9c77b38 {
    grid-column: 2 / 3;
  }

  #w-node-d14c9122-4f1c-2ca8-b438-4406c9c77b3d-c9c77b38 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-d14c9122-4f1c-2ca8-b438-4406c9c77b3e-c9c77b38 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d14c9122-4f1c-2ca8-b438-4406c9c77b3f-c9c77b38 {
    grid-column-start: 1;
  }

  #w-node-d14c9122-4f1c-2ca8-b438-4406c9c77b55-c9c77b38 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d14c9122-4f1c-2ca8-b438-4406c9c77b60-c9c77b38 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d14c9122-4f1c-2ca8-b438-4406c9c77b66-c9c77b38 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-a4949cf4-b310-339d-610b-3cd7115fce51-115fce4c, #w-node-a4949cf4-b310-339d-610b-3cd7115fce52-115fce4c {
    place-self: center;
  }

  #w-node-a4949cf4-b310-339d-610b-3cd7115fce53-115fce4c {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-a4949cf4-b310-339d-610b-3cd7115fce54-115fce4c {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-a4949cf4-b310-339d-610b-3cd7115fce55-115fce4c {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-a4949cf4-b310-339d-610b-3cd7115fce56-115fce4c {
    grid-row: 3 / 4;
    place-self: center;
  }

  #w-node-a4949cf4-b310-339d-610b-3cd7115fce57-115fce4c {
    grid-area: 4 / 1 / 5 / 2;
    place-self: center;
  }

  #w-node-a4949cf4-b310-339d-610b-3cd7115fce58-115fce4c {
    grid-area: 4 / 2 / 5 / 3;
    place-self: center;
  }

  #w-node-_3452a7b0-4468-e8bf-4f87-3cd004bcb312-04bcb304 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3452a7b0-4468-e8bf-4f87-3cd004bcb313-04bcb304 {
    grid-column-start: 1;
  }

  #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-b3ac91b3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-adf0f309-a8c8-9712-13ef-559e9bd8c0d9-b3ac91b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-0b4cfcd3, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-defa693e, #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-defa693e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-adf0f309-a8c8-9712-13ef-559e9bd8c0d9-defa693e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_07d36862-47b5-e7ab-978f-b3479265aff7-defa693e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_07d36862-47b5-e7ab-978f-b3479265b010-defa693e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30203025-11bb-2bf3-f73b-c46b6df16ed6-6df16ed4, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-ea4a8f67, #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-ea4a8f67 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-adf0f309-a8c8-9712-13ef-559e9bd8c0d9-ea4a8f67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_084d6513-d7ef-5219-8ec9-9f55c4789e6c-ea4a8f67 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_084d6513-d7ef-5219-8ec9-9f55c4789e7a-ea4a8f67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-d53d3b6e, #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-d53d3b6e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-adf0f309-a8c8-9712-13ef-559e9bd8c0d9-d53d3b6e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_07d36862-47b5-e7ab-978f-b3479265aff7-d53d3b6e, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-f3de2e88, #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-f3de2e88 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-adf0f309-a8c8-9712-13ef-559e9bd8c0d9-f3de2e88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9839b789-9887-0ee2-7e60-05e54beda12c-f3de2e88, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-76a3cf45, #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-76a3cf45 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-adf0f309-a8c8-9712-13ef-559e9bd8c0d9-76a3cf45 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_07d36862-47b5-e7ab-978f-b3479265aff7-76a3cf45, #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db700f0-890d41c6, #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db7011c-890d41c6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db70131-890d41c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8aeb39da-3ac0-972a-fcdc-bbaf9db70163-890d41c6, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-23bcb587, #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-23bcb587 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-adf0f309-a8c8-9712-13ef-559e9bd8c0d9-23bcb587 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e49a7d48-5019-570d-b147-7dbfaa3a3a50-23bcb587, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-8b12ee78, #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-8b12ee78 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-adf0f309-a8c8-9712-13ef-559e9bd8c0d9-8b12ee78 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e49a7d48-5019-570d-b147-7dbfaa3a3a50-8b12ee78, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-35362e90, #w-node-_2a4686b2-c17a-996e-de3d-d81c06dd42e1-35362e90 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2a4686b2-c17a-996e-de3d-d81c06dd42fb-35362e90 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e49a7d48-5019-570d-b147-7dbfaa3a3a50-35362e90, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-adca1bfa, #w-node-_517f1b8d-3dac-60ea-6118-9d04c8a5d0ed-adca1bfa {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-adf0f309-a8c8-9712-13ef-559e9bd8c0d9-adca1bfa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e49a7d48-5019-570d-b147-7dbfaa3a3a50-adca1bfa, #w-node-_1fd17285-0925-845b-6b6a-d1541d29023a-29a8e916, #w-node-_2a4686b2-c17a-996e-de3d-d81c06dd42e1-29a8e916 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2a4686b2-c17a-996e-de3d-d81c06dd42fb-29a8e916 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e49a7d48-5019-570d-b147-7dbfaa3a3a50-29a8e916, #w-node-_205628e8-4843-574d-ea9d-ee76cd4174f3-29a8e916 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_205628e8-4843-574d-ea9d-ee76cd417525-29a8e916 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


