:root {
  --lynx--white: white;
  --lynx--black: #1f2022;
  --lynx--medium-purple: #167070;
  --dark-blue: #303b4e;
  --white: white;
  --lynx--grey: #797c83;
  --lynx--deep-pink: #1ec8c8;
  --walsh--black: #2c2c2c;
  --light-blue: #b7eceb;
  --black: black;
  --lynx--medium-sea-green: #67d3d3;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-01: rgba(20, 20, 43, .06);
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.cf-testimonial-logos {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos._3 {
  margin-right: 20px;
}

.cf-hero-logos-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cf-logos-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-testimonial-logos-contain {
  width: 90%;
  max-width: 1130px;
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin: 70px auto;
  display: flex;
}

.cf-hero-layer-blur {
  width: 100%;
  height: 140px;
  filter: blur(25px);
  background-color: #f3f3f3;
  position: absolute;
  top: auto;
  bottom: -12%;
  left: 0%;
  right: 0%;
}

.cf-testimonial-name-position {
  color: #0d0e10;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.cf-testimonial-text---italic {
  color: #0d0e10;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.cf-hero-testimonial-contain {
  z-index: 1;
  max-width: 360px;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 32px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 24px 94px rgba(0, 0, 0, .08);
}

.cf-image-review-container {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.cf-testimonial-logo-image {
  margin-left: 16px;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-star-image {
  margin-right: 16px;
}

.cf-testmonial-text-wrapper {
  color: rgba(13, 14, 16, .9);
  align-items: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: 0%;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-cta-arrow-div {
  z-index: 1;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-cta-button.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cf-18px-paragraph {
  max-width: 510px;
  color: rgba(0, 0, 0, .9);
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-64px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 105%;
}

.home-left-wrapper {
  width: 50%;
  max-width: 540px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.cf-1140px-wrapper {
  width: 90%;
  max-width: 1140px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-2 {
  background-color: #f3f3f3;
  overflow: hidden;
}

.lynx-button-white {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-heading-white-small {
  max-width: 740px;
  color: var(--lynx--white);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Exo, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-subtitle-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-hero {
  width: 44%;
  background-color: var(--lynx--medium-purple);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 110px;
  padding: 60px;
  display: flex;
}

.lynx-hero {
  width: 100%;
  min-height: 650px;
  background-image: url('../images/phage_4kbackground.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-content-hero {
  width: 100%;
  max-width: 1392px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  display: flex;
}

.lynx-nav-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

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

.lynx-nav-link {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--lynx--medium-purple);
}

.lynx-logo {
  width: 250px;
  height: 82px;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-block {
  width: 100%;
  max-width: 1080px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lynx-navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  min-height: 82px;
  min-width: 250px;
  object-fit: none;
  overflow: visible;
}

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

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

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.image {
  min-height: 82px;
  min-width: 250px;
  object-fit: none;
}

.text-block {
  text-align: left;
  font-family: Varela, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.text-block-2 {
  font-family: Varela, sans-serif;
  font-size: 13px;
}

.text-block-3 {
  font-size: 13px;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

.text-block-4, .text-block-5, .text-block-6 {
  font-size: 13px;
}

.testimonial-stack {
  background-color: #303b4e;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: -23px;
  padding: 80px 30px;
  font-size: 14px;
  display: flex;
  position: relative;
}

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

.testimonial-card-three {
  text-align: center;
  background-color: #f2f2f2;
  padding: 64px 42px;
}

.testimonial-card-content {
  max-width: 1920px;
  flex-flow: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  color: #167070;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 45px;
}

.testimonial-text-three {
  text-align: justify;
  margin-top: 27px;
  font-family: Varela, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.testimonial-card-three-2 {
  text-align: center;
  background-color: #f2f2f2;
  padding: 64px 42px;
}

.testimonial-card-heading-2 {
  color: var(--lynx--medium-purple);
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 45px;
}

.testimonial-text-three-2 {
  text-align: justify;
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.testimonial-card-three-3 {
  text-align: center;
  background-color: #f2f2f2;
  padding: 64px 42px;
}

.testimonial-card-heading-3 {
  color: #167070;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 45px;
}

.testimonial-text-three-3 {
  text-align: justify;
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.testimonial-card-three-4 {
  text-align: center;
  background-color: #b7eceb;
  border-radius: 20px;
  padding: 64px 42px;
}

.testimonial-card-heading-4 {
  color: var(--white);
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 30px;
}

.testimonial-text-three-4 {
  max-width: 800px;
  color: #fff;
  text-align: justify;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 32px;
  display: flex;
}

.testimonial-card-three-5 {
  text-align: center;
  background-color: #f2f2f2;
  padding: 64px 42px;
}

.testimonial-card-heading-5 {
  color: #167070;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 45px;
}

.testimonial-text-three-5 {
  text-align: justify;
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.testimonial-card-three-6 {
  text-align: center;
  background-color: #f2f2f2;
  padding: 64px 42px;
}

.testimonial-card-heading-6 {
  color: #167070;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 45px;
}

.testimonial-text-three-6 {
  text-align: justify;
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.testimonial-card-three-7 {
  text-align: center;
  background-color: #f2f2f2;
  padding: 64px 42px;
}

.testimonial-card-heading-7 {
  color: #167070;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 45px;
}

.testimonial-text-three-7 {
  text-align: justify;
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.testimonial-card-three-8 {
  text-align: center;
  background-color: rgba(48, 59, 78, 0);
  padding: 64px 42px;
}

.testimonial-card-heading-8 {
  color: #167070;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 45px;
  line-height: 40px;
}

.testimonial-text-three-8 {
  color: #fff;
  text-align: justify;
  -webkit-text-stroke-color: #fff;
  padding-left: 92px;
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-span, .text-span-2 {
  color: #167070;
}

.testimonial-card-three-9 {
  text-align: center;
  background-color: #f2f2f2;
  padding: 64px 42px;
}

.testimonial-card-heading-9 {
  color: #167070;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 45px;
}

.testimonial-text-three-9 {
  aspect-ratio: auto;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  object-fit: fill;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  position: relative;
}

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

.testimonial-card-three-10 {
  text-align: center;
  background-color: #f2f2f2;
  padding: 64px 42px;
}

.testimonial-card-heading-10 {
  color: #167070;
  margin-bottom: 24px;
  font-size: 45px;
}

.testimonial-text-three-10 {
  aspect-ratio: auto;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 32px;
  display: flex;
}

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

.testimonial-card-three-11 {
  text-align: center;
  background-color: #f2f2f2;
  padding: 64px 42px;
}

.testimonial-card-heading-11 {
  color: #167070;
  margin-bottom: 24px;
  font-size: 45px;
  line-height: 40px;
}

.testimonial-text-three-11 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 32px;
  display: flex;
}

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

.testimonial-card-three-12 {
  text-align: center;
  background-color: #f2f2f2;
  padding: 64px 42px;
}

.testimonial-card-heading-12 {
  color: #167070;
  margin-bottom: 24px;
  font-size: 45px;
}

.testimonial-text-three-12 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 32px;
  display: flex;
}

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

.bold-text {
  font-family: Varela, sans-serif;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-family: Exo, sans-serif;
}

.lynx-icon-social {
  width: 18px;
  height: 18px;
  display: block;
}

.lynx-link-block {
  width: 44px;
  height: 44px;
  background-color: var(--lynx--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-link-block:hover {
  background-color: rgba(31, 32, 34, .1);
}

.lynx-social {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.lynx-link-footer {
  color: rgba(31, 32, 34, .5);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer:hover {
  color: var(--lynx--black);
}

.lynx-logo-footer-center {
  width: 64px;
  margin-left: 30px;
  margin-right: 30px;
}

.lynx-text-footer {
  color: rgba(31, 32, 34, .5);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-center {
  border-top: 1px solid #dfdad2;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.lynx-footer {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.cf-bold-span {
  font-weight: 700;
}

.cf-testimonial-names {
  letter-spacing: -.16px;
  font-size: 24px;
  line-height: 140%;
}

.cf-testimonial-text-32px {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 144%;
}

.cf-testimonial-tab-wrapper {
  width: 100%;
  max-width: 705px;
}

.cf-tabs-content-testimonial {
  width: 100%;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-image-tab-link {
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 10px;
  display: flex;
}

.cf-image-tab-link.w--current {
  background-color: #fff;
  border-color: #ff5e69;
}

.cf-tabs-menu-testimonial {
  width: 100%;
  max-width: 100px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-testimonial-tabs {
  width: 90%;
  max-width: 1040px;
  flex-direction: row-reverse;
  display: flex;
}

.cf-testimonial-haeding-48px {
  margin-top: 0;
  margin-bottom: 80px;
}

.cf-testimonial-wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

.walsh-footer-link {
  color: rgba(0, 0, 0, .54);
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-inner-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

.walsh-icon-social {
  max-height: 18px;
  margin-right: 158px;
}

.walsh-footer-link-social {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: start;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-footer-legal-link {
  color: #a5a5a5;
  text-decoration: none;
}

.walsh-footer-legal-link:hover {
  color: #000;
}

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
}

.walsh-logo-footer {
  max-height: 32px;
  margin-bottom: 0;
}

.walsh-main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template: "Area-4 . . Area . Area-3"
  / 2fr 1.75fr 2fr 1.75fr 2fr 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 51px;
  padding-right: 20px;
  position: relative;
}

.walsh-content-wrapper-white {
  background-color: #fff;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

.heading {
  color: #167070;
  padding-left: 51px;
  font-family: Varela, sans-serif;
}

.lynx-paragraph-process {
  max-width: 294px;
  color: var(--lynx--grey);
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-process {
  color: var(--lynx--medium-purple);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-process-number {
  color: var(--lynx--white);
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 110%;
}

.lynx-block-process-green {
  width: 70px;
  height: 70px;
  background-color: var(--lynx--medium-purple);
  box-shadow: inset 0 0 0 15px var(--lynx--medium-purple);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  font-family: Exo, sans-serif;
  display: flex;
}

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

.lynx-block-process-purple {
  width: 70px;
  height: 70px;
  background-color: var(--lynx--medium-purple);
  box-shadow: inset 0 0 0 15px var(--lynx--medium-purple);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.lynx-block-process-pink {
  width: 70px;
  height: 70px;
  background-color: var(--lynx--medium-purple);
  box-shadow: inset 0 0 0 15px var(--lynx--medium-purple);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.lynx-grid-process {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-top: 14px;
}

.lynx-heading {
  max-width: 740px;
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-content {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block, .link-block-2, .link-block-3 {
  text-decoration: none;
}

.list-item, .list-item-2, .list-item-3 {
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 35px;
}

.list {
  margin-left: 119px;
  margin-right: 116px;
  padding-left: 200px;
  padding-right: 89px;
  list-style-type: disc;
}

.lynx-text-check {
  color: var(--white);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  color: #fff;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-heading-2 {
  max-width: 740px;
  color: var(--lynx--white);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 36px;
  padding-top: 26px;
  font-family: Varela, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 45px;
  line-height: 140%;
}

.lynx-block-right {
  padding-left: 10%;
}

.lynx-image {
  min-height: 500px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-paragraph-features {
  max-width: 294px;
  color: var(--lynx--grey);
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-icon-heading {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: var(--lynx--white);
  border-radius: 30px;
  padding: 30px 35px;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: -4%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-grid-image-left {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.lynx-content-2 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-item-4 {
  color: #fff;
  padding-top: 14px;
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.list-item-5 {
  color: #fff;
  border-radius: 0;
  padding-top: 14px;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
}

.list-item-6 {
  color: #fff;
  padding-top: 14px;
  font-size: 24px;
  line-height: 24px;
}

.lynx-image-customer {
  max-height: 40px;
}

.lynx-customer {
  min-height: 120px;
  background-color: var(--lynx--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 20px 45px;
  display: flex;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-grid-4-customers {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.lynx-grid-5-customers {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.lynx-heading-3 {
  max-width: 740px;
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-3 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-heading-4 {
  max-width: 740px;
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-4 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.walsh-image-logo {
  width: 100%;
  max-height: 24px;
  max-width: 132px;
  object-fit: contain;
}

.walsh-logo-wrapper-transparent {
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 2.5em 2em;
  display: flex;
}

.walsh-logo-wall-wrapper-no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.walsh-heading-medium {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-main-grid-2 {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-container-block {
  width: 100%;
  padding: 4.5em;
  position: relative;
  overflow: hidden;
}

.walsh-container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.lynx-text-check-2 {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check-2 {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-heading-5 {
  max-width: 740px;
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-5 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-right-2 {
  padding-left: 10%;
}

.lynx-image-2 {
  min-height: 500px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-paragraph-features-2 {
  max-width: 294px;
  color: var(--lynx--grey);
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-icon-heading-2 {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon-2 {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-absolute-2 {
  z-index: 50;
  background-color: var(--lynx--white);
  border-radius: 30px;
  padding: 30px 35px;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: -4%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-block-image-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-grid-image-left-2 {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.lynx-content-3 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-image-absolute {
  z-index: 50;
  max-width: 56%;
  object-fit: cover;
  border-radius: 30px;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: -12%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-paragraph {
  max-width: 820px;
  color: var(--lynx--grey);
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-grid-image-right {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

.lynx-text-message {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  background-color: rgba(253, 75, 139, .65);
  border-radius: 30px;
  margin-top: 15px;
  padding: 20px 30px;
}

.lynx-success-message {
  background-color: rgba(50, 183, 122, .65);
  border-radius: 50px;
  padding: 20px 29px;
}

.lynx-submit-button {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  transition: background-color .3s, color .3s;
}

.lynx-submit-button:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-text-field {
  height: 46px;
  min-width: 200px;
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 10px;
  padding: 8px 0;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.lynx-text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .6);
}

.lynx-text-field::placeholder {
  color: rgba(255, 255, 255, .6);
}

.lynx-form {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.lynx-heading-white-small-2 {
  max-width: 740px;
  color: var(--lynx--white);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-subtitle-white-2 {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-newsletter {
  width: 100%;
  background-color: var(--light-blue);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 50px;
  display: flex;
}

.lynx-content-4 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-6 {
  color: var(--dark-blue);
  font-family: Exo, sans-serif;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-heading-medium-2 {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-icon-small {
  width: 80px;
  height: auto;
}

.walsh-icon-wrapper-circle-large {
  width: 120px;
  height: 120px;
  background-color: var(--light-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-rounded-box-center-large {
  grid-row-gap: 2em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 7em 40px 7.3em;
  display: flex;
}

.walsh-main-grid-3 {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.walsh-container-3 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  background-image: url('../images/image-1.png');
  background-position: 0 0;
  background-size: auto;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.quick-stack {
  background-color: #f0f0f0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.lynx-slide-nav {
  display: none;
}

.lynx-right-arrow {
  width: 55px;
  height: 55px;
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  right: -20px;
}

.lynx-left-arrow {
  width: 55px;
  height: 55px;
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  left: -20px;
}

.lynx-client-info {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-client {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-image-client {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-paragraph-slide {
  color: var(--lynx--grey);
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-block-slide {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 8%;
  display: flex;
}

.lynx-image-slide {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 30px 200px;
  margin-left: 56px;
  display: inline-block;
}

.lynx-block-slide-reviews {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lynx-slider {
  width: 100%;
  height: 380px;
  background-color: var(--lynx--white);
  border-radius: 30px;
  margin-top: 14px;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-heading-6 {
  max-width: 740px;
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-6 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-content-5 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cell {
  flex-flow: wrap;
  align-content: flex-end;
  justify-content: flex-start;
  align-items: stretch;
}

.image-2 {
  border-radius: 20px 0 200px 20px;
  flex: 0 auto;
}

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

.container-4 {
  background-color: rgba(240, 240, 240, 0);
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -42px;
  display: flex;
}

.image-3 {
  border-radius: 20px;
}

.image-4 {
  width: 600px;
  text-align: center;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 200px;
  margin-left: 200px;
}

.body {
  color: var(--dark-blue);
}

.bold-text-7 {
  color: #fff;
}

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

.bold-text-8 {
  color: var(--white);
}

.bold-text-9 {
  color: var(--lynx--white);
}

.heading-2, .heading-3 {
  color: var(--lynx--deep-pink);
  font-family: Exo, sans-serif;
}

.heading-4 {
  color: var(--lynx--deep-pink);
  margin-left: 400px;
  font-family: Exo, sans-serif;
}

.image-5 {
  margin-top: 21px;
}

.link-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  padding-top: 19px;
  padding-bottom: 16px;
}

.image-7 {
  margin-top: 18px;
}

.cf-logo-image {
  opacity: .8;
  object-fit: contain;
}

.cf-logos-2---image-contain {
  width: 20%;
  height: 100px;
  max-width: 178px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-logos-2--wrapper {
  width: 100%;
  grid-column-gap: 120px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.cf-logo-2-heading {
  color: var(--lynx--medium-purple);
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.cf-logo-2---wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-logo-section-2 {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1280px) {
  .cf-testimonial-logos {
    max-width: 130px;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    font-family: Varela, sans-serif;
  }

  .lynx-subtitle-3 {
    font-family: Exo, sans-serif;
    font-size: 25px;
  }

  .lynx-block-center-2 {
    opacity: 1;
    background-color: #303b4e;
    border-radius: 20px;
  }

  .container-4 {
    align-items: center;
    margin-top: -42px;
  }

  .image-4 {
    width: 600px;
  }

  .heading-4 {
    margin-left: 400px;
  }

  .cf-logos-2--wrapper {
    align-self: auto;
  }

  .cf-logo-2-heading {
    align-self: flex-start;
  }

  .cf-logo-section-2 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .cf-testimonial-logos {
    max-width: 140px;
  }

  .lynx-hero {
    width: 106.5%;
    padding-right: 0;
  }

  .testimonial-stack {
    aspect-ratio: auto;
    color: var(--dark-blue);
  }

  .testimonial-card-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .testimonial-text-three-8 {
    padding-left: 200px;
  }

  .lynx-heading-white-small-2 {
    color: var(--dark-blue);
    margin-bottom: 40px;
    font-family: Exo, sans-serif;
  }

  .lynx-newsletter {
    background-color: var(--light-blue);
  }

  .walsh-container-3 {
    width: auto;
  }

  .image-4 {
    margin-left: 450px;
  }

  .heading-4 {
    margin-left: 400px;
  }
}

@media screen and (max-width: 991px) {
  .cf-testimonial-logos._3 {
    margin-right: 0;
  }

  .cf-hero-logos-wrap {
    width: 70%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .cf-hero-logos-wrap.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .cf-image-review-container {
    width: 80%;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph.header-2 {
    margin-bottom: 40px;
  }

  .cf-64px-heading {
    font-size: 54px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .lynx-heading-white-small {
    font-size: 38px;
  }

  .lynx-block-hero {
    width: 56%;
    padding: 45px;
  }

  .lynx-hero {
    min-height: 590px;
  }

  .lynx-menu-button {
    background-color: var(--lynx--white);
    color: var(--lynx--black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px rgba(31, 32, 34, .2);
  }

  .lynx-menu-button.w--open {
    background-color: var(--lynx--black);
    color: var(--lynx--white);
  }

  .lynx-nav-menu {
    background-color: var(--lynx--white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

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

  .text-span-3 {
    font-size: 30px;
  }

  .cf-testimonial-text-32px {
    font-size: 26px;
  }

  .cf-testimonial-tab-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .cf-tabs-menu-testimonial {
    max-width: none;
    flex-direction: row;
  }

  .cf-testimonial-tabs {
    flex-direction: column-reverse;
  }

  .cf-testimonial-wrapper {
    padding-top: 140px;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

  .lynx-heading-process {
    font-size: 22px;
  }

  .lynx-grid-process {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading, .lynx-heading-2 {
    font-size: 38px;
  }

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .bold-text-5 {
    font-size: 35px;
  }

  .lynx-customer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lynx-grid-4-customers {
    margin-top: 10px;
  }

  .lynx-grid-5-customers {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .lynx-heading-3, .lynx-heading-4 {
    font-size: 38px;
  }

  .walsh-image-logo {
    height: 100%;
    max-height: 50px;
    max-width: 120px;
  }

  .walsh-logo-wrapper-transparent {
    width: auto;
  }

  .walsh-logo-wall-wrapper-no-gap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .walsh-container-block {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .walsh-container-2 {
    width: auto;
    flex: 0 auto;
  }

  .lynx-heading-5 {
    font-size: 38px;
  }

  .lynx-icon-heading-2 {
    font-size: 19px;
  }

  .lynx-grid-image-left-2, .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-text-field {
    min-width: 110px;
  }

  .lynx-heading-white-small-2 {
    font-size: 38px;
  }

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

  .walsh-container-3 {
    width: auto;
    flex: 0 auto;
  }

  .lynx-heading-6 {
    font-size: 38px;
  }

  .image-4 {
    margin-left: 44px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cf-hero-logos-wrap {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-hero-logos-wrap.header-2 {
    justify-content: center;
  }

  .cf-logos-text {
    margin-bottom: 20px;
  }

  .cf-testimonial-logos-contain {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0;
  }

  .cf-image-review-container {
    width: 100%;
  }

  .cf-button-gradient, .cf-cta-button {
    font-size: 20px;
  }

  .cf-64px-heading {
    font-size: 50px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .lynx-heading-white-small {
    font-size: 34px;
  }

  .lynx-block-hero {
    width: 100%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three, .testimonial-text-three-2, .testimonial-text-three-3, .testimonial-text-three-4, .testimonial-text-three-5, .testimonial-text-three-6, .testimonial-text-three-7, .testimonial-text-three-8, .testimonial-text-three-9, .testimonial-text-three-10, .testimonial-text-three-11, .testimonial-text-three-12 {
    font-size: 20px;
    line-height: 28px;
  }

  .lynx-block-footer-center {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-testimonial-names {
    font-size: 20px;
  }

  .cf-testimonial-text-32px {
    font-size: 22px;
  }

  .cf-testimonial-wrapper {
    padding-bottom: 100px;
  }

  .walsh-logo-footer {
    max-height: 32px;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .lynx-heading-process {
    font-size: 20px;
  }

  .lynx-grid-process {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-heading, .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-grid-4-customers, .lynx-grid-5-customers {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lynx-heading-3, .lynx-heading-4 {
    max-width: 540px;
    font-size: 34px;
  }

  .walsh-logo-wall-wrapper-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-container-block {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .lynx-heading-5 {
    max-width: 540px;
    font-size: 34px;
  }

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

  .lynx-block-absolute-2 {
    bottom: -2%;
    left: -2%;
  }

  .lynx-grid-image-left-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-heading-white-small-2 {
    font-size: 34px;
  }

  .walsh-heading-medium-2 {
    font-size: 2.4em;
  }

  .walsh-rounded-box-center-large {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid-3 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .lynx-right-arrow {
    top: auto;
    bottom: -5%;
    left: auto;
    right: 7%;
  }

  .lynx-left-arrow {
    top: auto;
    bottom: -5%;
    left: 7%;
    right: auto;
  }

  .lynx-block-slide {
    width: 100%;
    height: 100%;
    padding: 40px 10%;
  }

  .lynx-image-slide {
    width: 100%;
    height: 250px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lynx-block-slide-reviews {
    flex-direction: column;
  }

  .lynx-slider {
    height: 620px;
  }

  .lynx-heading-6 {
    max-width: 540px;
    font-size: 34px;
  }

  .image-4 {
    margin-left: -5px;
  }

  .heading-4 {
    margin-left: 200px;
  }

  .cf-logos-2---image-contain {
    width: 30%;
    height: 70px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .cf-logo-2-heading {
    text-align: center;
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .cf-hero-logos-wrap {
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-testimonial-logos-contain, .cf-testimonial-logos-contain.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-testimonial-text---italic {
    font-size: 16px;
  }

  .cf-hero-testimonial-contain {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }

  .cf-testimonial-logo-image {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .cf-star-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-testmonial-text-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-64px-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .lynx-heading-white-small {
    font-size: 29px;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two, .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-text-three {
    font-size: 13px;
    line-height: 20px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .testimonial-card-three-2, .testimonial-card-three-3, .testimonial-card-three-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-card-heading-4 {
    margin-left: 26px;
  }

  .testimonial-text-three-4 {
    margin-left: 29px;
  }

  .testimonial-card-three-5, .testimonial-card-three-6, .testimonial-card-three-7, .testimonial-card-three-8 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-text-three-8 {
    padding-left: 29px;
  }

  .testimonial-card-three-9 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-span-3 {
    font-size: 20px;
  }

  .testimonial-card-three-10, .testimonial-card-three-11 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-span-5 {
    font-size: 20px;
    line-height: 100%;
  }

  .testimonial-card-three-12 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cf-testimonial-names {
    font-size: 18px;
  }

  .cf-testimonial-text-32px {
    font-size: 22px;
  }

  .cf-testimonial-haeding-48px {
    text-align: center;
    font-size: 36px;
  }

  .walsh-footer-grid-social {
    width: 100%;
    justify-content: center;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-logo-footer {
    max-height: 24px;
  }

  .walsh-container {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .lynx-heading-process {
    font-size: 19px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-heading-2 {
    margin-left: 14px;
    font-size: 29px;
  }

  .lynx-icon-heading {
    font-size: 18px;
  }

  .list-item-4 {
    font-size: 20px;
  }

  .bold-text-5 {
    text-align: left;
    font-size: 22px;
  }

  .lynx-grid-4-customers, .lynx-grid-5-customers {
    grid-template-columns: 1fr;
  }

  .lynx-heading-3, .lynx-heading-4 {
    font-size: 29px;
  }

  .walsh-image-logo {
    max-height: 20px;
    max-width: none;
  }

  .walsh-logo-wrapper-transparent {
    flex: 0 50%;
    order: 1;
    padding: 35px 10px;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-container-block {
    padding: 3em 1em;
  }

  .walsh-container-2 {
    width: 100%;
    flex: 0 auto;
  }

  .lynx-heading-5 {
    font-size: 29px;
  }

  .lynx-icon-heading-2 {
    font-size: 18px;
  }

  .lynx-text-field {
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-form {
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .lynx-heading-white-small-2 {
    font-family: Exo, sans-serif;
    font-size: 29px;
  }

  .lynx-newsletter {
    padding: 50px 20px;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-heading-medium-2 {
    font-size: 1.8em;
  }

  .walsh-rounded-box-center-large {
    margin-top: 0;
  }

  .walsh-main-grid-3 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .walsh-container-3 {
    width: 100%;
    flex: 0 auto;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .lynx-image-slide {
    margin-left: 20px;
  }

  .lynx-heading-6 {
    font-size: 29px;
  }

  .cell {
    flex-wrap: wrap;
    align-content: center;
  }

  .image-4 {
    margin-left: -8px;
  }

  .heading-2 {
    margin-left: 44px;
    font-size: 30px;
  }

  .heading-4 {
    margin-left: 50px;
  }

  .cf-logos-2---image-contain {
    width: 29%;
    height: 50px;
    min-width: 100px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 120px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-logo-2-heading {
    font-size: 20px;
  }
}

#w-node-_84e5196e-c550-6714-4717-1046a263276a-9ff95062, #w-node-_84e5196e-c550-6714-4717-1046a2632774-9ff95062, #w-node-_84e5196e-c550-6714-4717-1046a263277e-9ff95062 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-be2ca597-3604-25f8-6f79-a027c942a901-9ff95062 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
  justify-self: end;
}

#w-node-a7a30fc4-3e28-123d-2b3d-6b365f856b09-2b9e6a2f, #w-node-_11136955-f4a7-7040-3ce2-64650465ba98-2b9e6a2f, #w-node-_529b1d78-50ab-8eeb-e6b2-59bb86e76f65-2b9e6a2f, #w-node-_11136955-f4a7-7040-3ce2-64650465baa0-2b9e6a2f, #w-node-e1606b4f-e1f1-3412-53f3-813aa8a7b104-2b9e6a2f, #w-node-_11136955-f4a7-7040-3ce2-64650465baa8-2b9e6a2f, #w-node-_083b9527-1365-a800-0c47-7ed1848df2ef-4ba925f2, #w-node-_083b9527-1365-a800-0c47-7ed1848df2f8-4ba925f2, #w-node-_54e34b89-5822-bf6f-cfde-9a8fd174406b-8d186da1, #w-node-_54e34b89-5822-bf6f-cfde-9a8fd1744053-8d186da1, #w-node-_083b9527-1365-a800-0c47-7ed1848df2f8-10bb3b44, #w-node-_083b9527-1365-a800-0c47-7ed1848df2ef-10bb3b44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_84e5196e-c550-6714-4717-1046a263276a-9ff95062 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-be2ca597-3604-25f8-6f79-a027c942a901-9ff95062 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}
