@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --elements-webflow-library--neutral--100: white;
  --walsh--walsh-dark-green: var(--_red---color);
  --_red---dark-red: #4b0e19;
  --walsh--walsh-light-green: var(--_red---color);
  --_red---color: #f0462c;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--300: #fff;
  --walsh--walsh-dark-green-2: #204f58;
  --walsh--walsh-mid-green: #fdef70;
}

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

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

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 0;
  display: flex;
}

.margin-bottom-24px-4 {
  clear: both;
  opacity: 1;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: capitalize;
  column-count: 1;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  outline: 0 #333;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  min-width: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 11%;
  padding-left: 21px;
  padding-right: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
  position: relative;
  top: auto;
  left: -2%;
}

.image-4 {
  text-align: left;
  margin-bottom: 27px;
  margin-left: 64%;
  margin-right: -17px;
  padding-left: 0;
  font-size: 15%;
  line-height: 6px;
}

.hero-wrapper-3-copy {
  -webkit-text-stroke-width: 0px;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: normal;
  background-color: #fff;
  border-radius: 13.664px;
  justify-content: space-between;
  align-items: center;
  width: 64%;
  max-width: 871px;
  height: 1%;
  min-height: 10.4em;
  margin-top: 2%;
  padding-left: 0%;
  padding-right: 12%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  display: flex;
}

.text-block-5 {
  opacity: 1;
  width: 60%;
  min-width: 41%;
  color: var(--elements-webflow-library--neutral--100);
  text-align: left;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 26px;
}

.walsh-button-circle {
  background-color: #ff715b;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

.walsh-button-circle:hover {
  background-color: #fcb55e;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.column-small.column-center {
  justify-content: center;
  align-items: center;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.h1-heading {
  letter-spacing: -.03em;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 80%;
  margin: 17px auto 21px;
  padding-right: 0;
  font-size: 65px;
  font-weight: 700;
  line-height: 66px;
  display: block;
  position: static;
}

.column-regular {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.column-regular.column-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-transform: none;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 76%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 23px;
  line-height: 1.5;
  display: block;
  position: static;
  overflow: auto;
}

.section-regular-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: center;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-color: #c7e8ff;
  background-clip: border-box;
  flex-flow: column;
  flex: none;
  order: 9999;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-left: -4px;
  display: flex;
}

.image-cover-3 {
  object-fit: contain;
  width: 70%;
  max-width: 80%;
  margin: 0 auto 69px;
  padding-bottom: 0;
  display: block;
}

.header-5-stars {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #f2c202;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.header-5-rating {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 24px auto auto;
  padding-top: 0;
  display: block;
}

.header-5-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-5-title.top-cta {
  box-sizing: content-box;
  overflow-wrap: anywhere;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.h6-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.h6-heading.text-weight-medium {
  color: #fff;
}

.row-x-small {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-top: 24px;
  font-size: 16px;
  display: flex;
}

.paragraph-regular-1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-regular-1.text-color-secondary-light {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 93px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 23px;
  font-weight: 400;
  display: flex;
  position: static;
}

.paragraph-regular-1.text-color-secondary-light.cta-4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.paragraph-regular-1.text-color-secondary-light.cta-centre {
  text-align: center;
}

.header-5-component {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
}

.header-5-image {
  color: #fff;
  background-color: #000;
  width: 88%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.testimonial_carousel-embed {
  display: none;
}

.testimonial_carousel-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(to right, #fff, #fff 0%, #fff0 10% 90%, #fff 101%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-size-small {
  letter-spacing: -.08px;
  font-size: .875rem;
  line-height: 1.5rem;
}

.text-size-small.text-color-secondary {
  color: #000;
}

.icon-embed-custom1 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

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

.testimonial_carousel-group {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: flex;
}

.testimonial_carousel-group.reverse {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.padding-global {
  background-image: linear-gradient(#1a5524de, #0d110e), url('../images/Untitled-design-19.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 10px;
}

.padding-global.padding-section-medium {
  background-color: #ee8d5d;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.testimonial_author {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--walsh--walsh-dark-green);
  align-items: center;
  display: flex;
}

.avatar-2xl {
  border-radius: 100%;
  flex: none;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.image-cover-4 {
  object-fit: cover;
  width: 100%;
  max-width: 90%;
  height: 100%;
}

.text-size-xsmall {
  font-size: .75rem;
  line-height: 1.25rem;
}

.hero-heading-center-5 {
  background-color: #ffffff63;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
  position: relative;
}

.header-center-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  margin: 39px auto 4.75rem;
  display: block;
}

.testimonial_carousel-wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-cover-5 {
  float: none;
  text-align: left;
  vertical-align: middle;
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
  overflow: auto;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.testimonial_rating {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.testimonial_text-small {
  margin-bottom: .75rem;
}

.link {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.link.is-small {
  font-size: .875rem;
  line-height: 1.25rem;
}

.testimonial_header-large {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.container-large-2 {
  width: 100%;
  margin: 0 auto auto;
  padding-top: 0;
}

.logo_image {
  color: #020101;
}

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

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

.logo_carousel-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--_red---dark-red), #fff0);
  width: 6.875rem;
  height: 100%;
  position: absolute;
}

.logo_carousel-overlay.is-right {
  background-image: linear-gradient(270deg, #4b0e19, #fff0);
  inset: 0% 0% 0% auto;
}

.logo_carousel-overlay.is-right.scroll-light {
  background-image: linear-gradient(270deg, #fafafa, #fff0);
}

.logo_carousel-overlay.scroll-light {
  background-image: linear-gradient(90deg, #fbfcfd, #fff0);
}

.logo_image-wrapper {
  opacity: .35;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  transition: opacity .2s;
  display: flex;
}

.logo_image-wrapper:hover {
  opacity: 1;
}

.logo_carousel {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 322px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.logo_carousel-bottom {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin: 0 0 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% -10rem;
}

.logo_carousel-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 7vw;
  margin: 0 auto 39px;
  display: flex;
  position: relative;
  overflow: auto;
}

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

.logo_carousel-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 92%;
  margin: auto;
  display: grid;
  position: absolute;
}

.button-primary-large-3 {
  float: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff4949;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 10060%;
  height: 65px;
  margin: auto auto 0;
  padding: 12px 16px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.button-primary-large-3:hover {
  background-color: #a21616;
}

.button-primary-large-3.atf-button {
  width: 80%;
  margin-top: 0;
}

.button-primary-large-3.second-cta {
  width: 70%;
  margin-top: 42px;
}

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

.paragraph-large-3 {
  text-align: left;
  width: 70%;
  margin: 25px auto 0;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 1.5;
}

.section-regular-5 {
  text-align: left;
  background-color: #f5f0f0;
  background-image: linear-gradient(#ffffff87, #ffffffa3 100%, #fdfdfe), url('../images/soicy-bg-group.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  margin: 0 auto auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.title-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  margin-top: auto;
  margin-bottom: 80px;
  padding-top: 40px;
  display: flex;
}

.hiw-27-number {
  color: #fff;
  background-color: #aa2c2c;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.container-x-small {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  margin: 0 auto auto;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.h2-heading-3 {
  color: #fff;
  letter-spacing: -.03em;
  width: 75%;
  margin: 0 auto;
  padding-left: 0;
  font-size: 59px;
  font-weight: 700;
  line-height: 1;
}

.section-regular-6 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  background-color: #690a0a;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 58px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.section-regular-6.wrapper-list {
  background-color: var(--walsh--walsh-dark-green);
}

.paragraph-x-large-2 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.paragraph-x-large-2.text-color-secondary {
  color: #000;
  aspect-ratio: auto;
  text-transform: uppercase;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  font-family: Aeonik, Impact, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2;
}

.hiw-27-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #ffa3a3;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 164px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0 24px 41px;
  display: block;
}

.testimonial_container-4 {
  width: 100%;
  max-width: 120rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.testimonial_card-wide {
  border: 1px solid #dde3e8;
  border-radius: .5rem;
  width: 38.5rem;
  padding: 1.5rem 1.5rem 7rem;
}

.alert-banner-outline {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #4d88ef;
  background-color: #601b1b00;
  border: 2px solid #4d88ef;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 36px auto 17px;
  padding: 12px 10px;
  display: block;
}

.label-small {
  color: #4d88ef;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4em;
  line-height: 20px;
  display: block;
}

.label-small.text-color-tertiary {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  -webkit-text-stroke-color: #7c5454;
  text-transform: uppercase;
  overflow-wrap: normal;
  color: #ff4b0e;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 1.5em;
  display: flex;
}

.alert-banner-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.alert-banner-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-13 {
  object-fit: none;
  width: 52%;
  max-width: 0%;
  margin-left: auto;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.image-14 {
  box-sizing: content-box;
  overflow-wrap: normal;
  vertical-align: super;
  width: auto;
  margin: 37px auto auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: auto;
}

.heading-13 {
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 39px;
  line-height: 41px;
  display: inline-block;
}

.bold-text-5 {
  text-transform: capitalize;
  font-size: 45px;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 89%;
  height: 94%;
  display: flex;
}

.icon-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-10 {
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1;
}

.hero-heading-center-6 {
  background-color: #fff;
  background-image: url('../images/for-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 18px;
  padding: 10px 30px;
  position: relative;
}

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

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

.centered-heading-7.margin-bottom-32px {
  width: 43%;
  margin: 40px auto 27px;
  padding-top: 10px;
  font-size: 45px;
  line-height: 100%;
}

.hero-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.hero-split-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  line-height: 31px;
  display: flex;
}

.shadow-two-6 {
  max-width: none;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 24px #96a3b514;
}

.input-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  display: flex;
  position: relative;
}

.input-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: gray;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
  position: absolute;
  left: 12px;
}

.input-field {
  color: #000;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 48px;
  font-size: 16px;
  line-height: 1.5;
  transition: color .3s, border-color .3s;
}

.input-field:hover {
  border-color: #f83c3c;
}

.input-field:focus {
  border-color: var(--walsh--walsh-light-green);
}

.form-block-3 {
  width: 40%;
  margin-top: 87px;
  margin-left: auto;
  margin-right: auto;
}

.form-2 {
  margin-left: auto;
  margin-right: auto;
}

.form-field-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.code-embed-3 {
  display: none;
}

.submit-button-2 {
  text-align: center;
  background-color: #ec383b;
  border-radius: 10px;
  width: 100%;
  height: 65px;
  margin-top: 24px;
  margin-bottom: 15px;
  font-size: 1.5em;
  line-height: 1.1em;
}

.container-16 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.container-17 {
  width: 100%;
  height: auto;
}

.section-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fbfbfc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  margin-bottom: 39px;
  padding-top: 0;
  display: block;
}

.section-regular-7 {
  background-color: #fff;
  height: 52vh;
  margin: auto auto -96px;
  padding-top: 64px;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.logo-3-block {
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 24px 12px;
  display: flex;
}

.logo-3-title {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 628px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-3-content {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 14vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-3-carousel {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
}

.section-regular-8 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
  position: relative;
}

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

.row-x-small-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.icon-x-small-3 {
  width: 16px;
  height: 31px;
  color: var(--walsh--walsh-dark-green);
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  display: flex;
}

.h2-heading-5 {
  color: var(--_red---color);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #f6f5f300 50%, #f6f5f3cc 80%, #f6f5f3);
  position: absolute;
  inset: 0%;
}

.column-tiny {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.testimonial-card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--walsh--walsh-dark-green);
  -webkit-user-select: none;
  user-select: none;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.testimonial-wrapper-2 {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.caption-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.caption-regular.text-weight-medium {
  color: #fff;
  font-weight: 500;
}

.testimonial-avatar-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.badge-2 {
  color: #ff443d;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff7f5;
  border: 1px solid #ffeae6;
  border-radius: 96px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.badge-2.purple {
  color: #f0462c;
  background-color: #fcfaff;
  border-color: #f2ebff;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.avatar-small {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.paragraph-x-small-2 {
  color: #ff4e4e;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.section-small {
  padding: 80px 5%;
}

.section-small.background-gray-50 {
  background-color: #f6f5f3;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.title-center-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large-2.column-centre {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.body-2 {
  background-color: #fbfbfc;
}

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

.hero-heading-center-7 {
  float: none;
  clear: none;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 80px;
  position: relative;
  overflow: visible;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.body-3 {
  box-sizing: content-box;
  background-color: #fff;
}

.footer-dark {
  background-color: #fafafb00;
  border: 0 #000;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-copyright-center {
  text-align: center;
  margin-top: -69px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.paragraph-large-6 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.content-6-component {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.content-6-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-left: 0;
}

.section-regular-10 {
  background-color: #fff;
  padding-top: 0;
  position: relative;
}

.content-6-image {
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: -200px;
  overflow: auto;
}

.h2-heading-7 {
  letter-spacing: -.03em;
  text-transform: capitalize;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

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

.content-6-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 628px;
  display: block;
}

.content-5-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-left: 0;
}

.content-5-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 628px;
  display: flex;
}

.text-block-11 {
  color: var(--walsh--walsh-dark-green);
  font-size: 27px;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  font-weight: 700;
}

.text-span-7 {
  text-align: left;
  font-weight: 700;
}

.text-span-8 {
  color: var(--_red---color);
}

.max-width-large-2 {
  width: 100%;
  max-width: 588px;
}

.text-span-9, .text-span-10 {
  color: red;
}

.h5-heading-2 {
  color: red;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.h5-heading-2.text-color-inverse {
  color: red;
  line-height: 1;
}

.paragraph-small-3 {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-small-3.text-color-inverse {
  color: #fff;
}

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

.blog-image-large {
  aspect-ratio: 3.66 / 3.64;
  border-radius: 12px 16px 12px 12px;
  max-height: 364px;
  position: relative;
  overflow: hidden;
}

.blog-mask {
  max-width: 80%;
  overflow: visible;
}

.title-row-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-block-content {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container-large-10 {
  z-index: 2;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-regular-12 {
  background-color: #f6f6f6;
  padding: 64px 3%;
  position: relative;
}

.section-regular-12.overflow-hidden {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.blog-slider-button {
  color: #454545;
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  transition: color .3s, background-color .3s;
  display: flex;
}

.blog-slider-button:hover {
  color: #2b2b2b;
  background-color: #e7e7e7;
}

.blog-card-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f6f6f6;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular-3.column-left {
  justify-content: center;
  align-items: flex-start;
}

.blog-badge {
  z-index: 2;
  color: #6d6d6d;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  padding: 4px 8px 8px 12px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: 0 0 auto auto;
}

.blog-author-image {
  background-color: #deac4f;
  border-radius: 12px;
  flex: none;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.paragraph-x-small-3 {
  color: #454545;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small-3.text-color-tertiary {
  color: #6d6d6d;
}

.blog-slider-nav-link {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-slider-nav-link:hover, .blog-slider-nav-link.active {
  color: #000;
}

.blog-slider-nav-line {
  background-color: #d1d1d1;
  width: 100%;
  height: 1px;
  transition: background-color .3s;
}

.blog-slider-nav-line.active {
  background-color: #286efb;
}

.blog-author-detail {
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.blog-slider {
  background-color: #0000;
  height: auto;
}

.blog-card-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--walsh--walsh-dark-green);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.blog-card-block.blog-olive, .blog-card-block.block-gray {
  background-color: var(--walsh--walsh-dark-green);
}

.blog-card-slide {
  margin-right: 24px;
}

.image-cover-6 {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.button-wrapper {
  flex-flow: column;
  min-width: 180px;
  display: flex;
}

.blog-slider-actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 48px;
  display: flex;
}

.badge-substract {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -8px;
}

.badge-substract.bottom {
  inset: auto 0% -8px auto;
}

.blog-block-background {
  z-index: 0;
  opacity: .65;
  pointer-events: none;
  background-image: url('../images/Noise-Dark.png'), url('../images/Marble-Dark.webp');
  background-position: 0 0, 50%;
  background-size: 125px, 366px;
  position: absolute;
  inset: 0%;
}

.subheading-regular-2 {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-regular-2.text-color-yellow {
  color: red;
}

.subheading-regular-2.text-color-brand, .subheading-regular-2.text-color-inverse {
  color: #fff;
}

.h1-heading-3 {
  color: #2b2b2b;
  text-align: left;
  letter-spacing: normal;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  font-size: 41px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.style-embed {
  display: none;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

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

.image-cover-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-large-9 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-large-9.text-weight-medium {
  font-size: 1.3em;
}

.content-5-component-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-regular-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-left: 40px;
  display: block;
}

.column-regular-4.column-left {
  justify-content: center;
  align-items: flex-start;
}

.section-regular-14 {
  background-color: #fff;
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.content-5-image-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 520px;
  overflow: hidden;
}

.h2-heading-9 {
  letter-spacing: -.03em;
  margin: 0 auto;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

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

.hero-stack-2 {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e4ebf3;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  position: relative;
}

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

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-11 {
  margin-bottom: 24px;
}

.button-primary-16 {
  background-color: var(--walsh--walsh-light-green);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 70%;
  height: auto;
  padding: 30px 25px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-16:hover {
  background-color: var(--walsh--walsh-dark-green);
  color: #fff;
}

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.heading-14 {
  width: 100%;
  font-size: 46px;
  line-height: 50px;
}

.text-block-14 {
  margin-top: 10px;
}

.text-span-11 {
  color: #f44;
}

.heading-15 {
  text-align: center;
  flex: 1;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 19px;
}

.container-22 {
  max-width: 100%;
  padding-right: 0;
  overflow: auto;
}

.carousel-logo-wrapper {
  color: #b8b8b8;
  justify-content: center;
  align-items: center;
  transition: color .5s;
  display: flex;
}

.carousel-logo-wrapper:hover {
  color: #000;
}

.overline {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.logo-carousel {
  width: 100%;
  overflow: hidden;
}

.section-carousel {
  padding: 80px 5%;
  overflow: hidden;
}

.gradient-left {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-logo {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 52px;
  display: flex;
}

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

.logo-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-carousel-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-outline-large {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  transition: background-color .2s, color .2s;
}

.button-outline-large:hover {
  color: #fff;
  background-color: #000;
}

.button-outline-large:focus {
  border-color: #141414;
}

.gradient-right {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logo-carousel-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-carousel-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.h2-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.logo-16-block {
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 24px 12px;
  display: flex;
}

.logo-16-content {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 104%;
  margin-top: -18px;
  margin-bottom: 40px;
  display: flex;
}

.logo-16-icon {
  color: #000;
  max-width: 176px;
}

.h2-heading-10 {
  letter-spacing: normal;
  text-transform: capitalize;
  width: 100%;
  margin: 40px auto 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.logo-16-carousel {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
}

.logo-16-footnote {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 628px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-center-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  max-width: 846px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-regular {
  background-color: #fcfcfd;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.logo-16-carousels {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular.text-color-secondary {
  color: #000;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

.heading-16 {
  font-size: 45px;
}

.bold-text-6 {
  text-align: left;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  display: block;
}

.pattern {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.pattern.right-top {
  inset: 0% 0% auto auto;
}

.pattern.left-bottom {
  inset: auto auto 0% 0%;
}

.testimonial-avatar {
  background-color: #e7e7ea;
  border: 2px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.rating-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 24px;
  display: flex;
}

.rating-row-2.offer-cta-dark-optin {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.testimonial-ovelay {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(0deg, #f7f7f8 25%, #f7f7f800);
  height: 196px;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-small-dark {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: -.005em;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  font-size: 19px;
  line-height: 1.5;
  display: block;
}

.paragraph-small-dark.text-strong {
  color: var(--walsh--walsh-dark-green);
  text-align: center;
  background-color: #4b0e1900;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-small-dark.text-color-tertiary {
  color: #73737f;
}

.paragraph-small-dark.warning-light {
  width: 80%;
  color: var(--walsh--walsh-dark-green);
  text-align: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.rating-stars {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-strong {
  color: #1a1925;
  background-color: #ebff52;
  font-weight: 500;
}

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

.column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-text {
  color: #1a1925;
  letter-spacing: -.006em;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-x-small {
  color: #51515e;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small.text-color-tertiary {
  color: #73737f;
}

.icon-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-large-13 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-three-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.divider-secondary {
  background-color: #eeeef0;
  border-radius: 4px;
  flex: none;
  width: 100%;
  height: 1px;
}

.title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 716px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-award {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.testimonial-award.middle {
  margin-bottom: 24px;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-regular.row-space-between {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.testimonial-section {
  background-color: #f7f7f8;
  margin-bottom: auto;
  padding: 62px 5% 200px;
  position: relative;
  overflow: hidden;
}

.highlight-square {
  background-color: #eeeef0;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.badge-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.paragraph-regular-2 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-2.text-color-tertiary {
  color: #73737f;
}

.h5-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.3;
}

.testimonial-badge {
  color: #1a1925;
  background-color: #f7f7f8;
  border-radius: 99px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.testimonial-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.testimonial-awards {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 48px;
  display: flex;
}

.icon-x-small {
  color: #eaff72de;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.flourish-divider {
  background-color: #e7e7ea;
  border-radius: 4px;
  width: 1px;
  height: 16px;
}

.testimonial-wrapper {
  max-height: 466px;
  position: relative;
}

.star-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.star-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ebd214;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.star-wrapper-2 {
  display: flex;
}

.star-icon-2 {
  color: #ecc515;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12%;
  display: block;
  overflow: auto;
}

.image-15 {
  vertical-align: baseline;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-12 {
  text-decoration: underline;
}

.section-6 {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-13 {
  color: #fff4f4;
  text-transform: uppercase;
}

.image-cover-8 {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  aspect-ratio: auto;
  text-align: left;
  text-transform: uppercase;
  column-count: auto;
  object-fit: fill;
  object-position: 50% 50%;
  direction: ltr;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 452px;
  margin-left: -29px;
  padding-top: 0;
  padding-right: 0;
  line-height: 20%;
  display: inline-flex;
  position: static;
  inset: auto;
  overflow: hidden;
}

.content-16-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-16-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
}

.section-regular-15 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background-color: #fff0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 0%;
  position: relative;
}

.subheading-large {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.content-16-image {
  border-radius: 12px;
  margin-left: 0;
  margin-right: 200px;
  padding-left: 0;
  overflow: hidden;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-regular-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.h2-heading-11 {
  text-align: left;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.2;
}

.icon-wrapper-regular {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  border: 1px solid #ff5c5b;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 40px;
  display: flex;
}

.content-16-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 628px;
  display: flex;
}

.image-cover-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-regular-16 {
  background-color: #fff;
  padding: 64px 5%;
  position: relative;
}

.paragraph-regular-4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.h2-heading-12 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.image-cover-10 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: visible;
}

.content-15-component {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-15-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section-regular-17 {
  background-color: #fff;
  padding: 64px 5%;
  position: relative;
}

.content-15-image {
  object-fit: none;
  border-radius: 12px;
  width: 100%;
  max-width: 520px;
  overflow: hidden;
}

.paragraph-regular-5 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.h2-heading-13 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.content-15-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 628px;
  display: flex;
}

.testimonial_carousel-card-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #df7171;
  border: 1px solid #dde3e8;
  border-radius: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 40rem;
  padding: 1.5rem;
  display: flex;
  overflow: auto;
}

.testimonial_container {
  background-color: #fff;
  width: 100%;
  max-width: 120rem;
  margin-top: 78px;
  margin-left: auto;
  margin-right: auto;
}

.header-center {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 50rem;
  margin-bottom: .45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial_details-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.testimonial_carousel-card-small {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border: 1px solid #dde3e8;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding: 1.5rem;
  display: flex;
}

.testimonial_quote-icon {
  color: #fff;
  width: 3.5rem;
}

.label-medium {
  letter-spacing: -.18px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.testimonial_vertical-divider {
  background-color: #c8d1d9;
  width: 1px;
  height: .75rem;
}

.testimonial_carousel-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-large {
  letter-spacing: -.32px;
  font-size: 1.25rem;
  line-height: 2rem;
}

.text-size-large.text-weight-medium.text-color-secondary {
  color: var(--walsh--walsh-dark-green);
}

.text-size-large.text-color-secondary {
  color: #000;
}

.caption-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  display: flex;
}

.hiw-27-number-2 {
  color: #fff;
  background-color: #f0462c;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.container-x-small-2 {
  width: 100%;
  max-width: 628px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.h2-heading-14 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.section-regular-18 {
  -webkit-text-fill-color: inherit;
  background-color: #fefefe;
  background-image: linear-gradient(#ffffffb5, #fff0 60%, #fff 79%), linear-gradient(#ffffffd4 80%, #ffffff8a 100%, #ffffffb5), url('../images/digital-marketing-agency-in-melbourne_2025-05-23-051634_cwex.webp'), linear-gradient(#ffffff6b, #fff);
  background-position: 0 0, 0 0, 50% 0, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, cover, auto;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
  position: relative;
}

.paragraph-regular-6 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-6.text-color-secondary {
  color: #fff;
  font-size: 20px;
}

.subheading-large-2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

.column-large-4 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.hiw-27-card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #751515;
  border: 1px solid #c8d1d9;
  border-radius: 8px;
  flex-flow: row;
  margin-bottom: auto;
  padding: 24px;
  display: flex;
}

.image-cover-11 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: left;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.modal-card {
  z-index: 1;
  grid-row-gap: 32px;
  background-color: var(--_red---dark-red);
  border: 1.5px solid #131315;
  border-radius: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 914px;
  padding: 12px 0 12px 12px;
  display: block;
  position: relative;
  box-shadow: 3px 3px #131315;
}

.h4-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: -.04em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: -42px auto auto;
  font-size: 32px;
  line-height: 1.2;
  display: inline-flex;
}

.form-block-large {
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  margin-top: -28px;
  margin-bottom: 0;
}

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #610607;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.button-primary:hover {
  background-color: #e23d40;
}

.button-primary.moal-button {
  width: 100%;
}

.input {
  margin-bottom: 10px;
  position: relative;
}

.modal-background {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #e4c4c4cf;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-field-regular {
  letter-spacing: -.02em;
  border-radius: 6px;
  min-height: 48px;
  margin-top: 13px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.8;
}

.text-field-regular::placeholder {
  color: #9797a1;
}

.modal-image {
  border-radius: 8px;
  align-self: stretch;
  max-width: 336px;
  overflow: hidden;
}

.modal-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 67px 64px 28px;
  display: flex;
}

.text-color-purple {
  color: #8870d7;
}

.paragraph-small-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-4.text-color-gray-800 {
  color: #fff;
  text-align: left;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 19px;
  line-height: 1.3;
  display: block;
}

.section-regular-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
}

.modal-overlay {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 60px 3%;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: block;
}

.modal-close-button {
  color: #fff;
  flex: none;
  width: 24px;
  height: 24px;
  transition: all .3s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.modal-close-button:hover {
  color: #333338;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.modal-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.icon-regular-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  border-radius: 6px;
  min-height: 48px;
  margin-top: 13px;
  margin-bottom: 0;
  padding: 12px 24px;
  line-height: 1.8em;
}

.text-field-2 {
  border-radius: 6px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 12px 24px;
}

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

.modal-card-2 {
  z-index: 1;
  grid-row-gap: 32px;
  background-color: #592323;
  border: 1.5px solid red;
  border-radius: 16px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 840px;
  padding: 12px 0 12px 12px;
  display: flex;
  position: relative;
  box-shadow: 3px 3px #131315;
}

.h4-heading-2 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.2;
}

.button-primary-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #b41619;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 12px 32px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.modal-background-2 {
  cursor: pointer;
  background-color: #0006;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-field-regular-2 {
  letter-spacing: -.02em;
  border-radius: 6px;
  min-height: 48px;
  margin-bottom: 20px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.8;
}

.text-field-regular-2::placeholder {
  color: #9797a1;
}

.modal-image-2 {
  border-radius: 8px;
  align-self: stretch;
  width: 100%;
  max-width: 336px;
  overflow: hidden;
}

.modal-content-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #000;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 100px 64px;
  display: flex;
}

.button-full-2 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.icon-regular-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-field-3 {
  padding: 12px 24px;
}

.text-field-regular-2-copy {
  letter-spacing: -.02em;
  border-radius: 6px;
  min-height: 48px;
  margin-top: 9px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 1.8;
}

.text-field-regular-2-copy::placeholder {
  color: #9797a1;
}

.heading-17 {
  font-size: 93px;
}

.heading-18 {
  color: #000;
  text-transform: uppercase;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 54px;
  line-height: 59px;
}

.form-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.form-label {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.input-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.input-icon-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: gray;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
  position: absolute;
  left: 12px;
}

.input-field-2 {
  color: #000;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 48px;
  font-size: 16px;
  line-height: 1.5;
  transition: color .3s, border-color .3s;
}

.input-field-2:hover, .input-field-2:focus {
  border-color: #000;
}

.input-hint {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: gray;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.icon-x-small-4, .icon-x-small-5 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.form-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-regular-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.container-x-small-3 {
  z-index: 2;
  width: 100%;
  max-width: 628px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-toggle {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  color: #ff2e2e;
  cursor: pointer;
  background-color: #4b0e19;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.faq-footnote {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.paragraph-large-10 {
  color: #fff;
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.faq-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  -webkit-text-stroke-color: #4c0e19;
  background-color: #4b0e19;
  flex-flow: column;
  padding: 12px 32px;
  display: flex;
}

.section-large {
  background-color: var(--_red---dark-red);
  margin-top: 75px;
  padding: 112px 5%;
  position: relative;
}

.h6-heading-2 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.title-center-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 628px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.badge-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #49505b;
  border: 1px dashed #d8dbdf;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.18px;
  white-space: nowrap;
  background-color: #25272c;
  border: 2px solid #000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000080, inset 0 1px 1px 3px #3f444d;
}

.button-primary-large:hover {
  background-color: #000;
}

.faq-badge {
  background-color: var(--walsh--walsh-dark-green);
  border: 1px solid red;
  border-radius: 4px;
  flex: none;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.h2-heading-15 {
  color: #ff4545;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.faq-item {
  background-color: #4c0e19;
  border-bottom: 2px dashed #d8dbdf;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.faq-item:active {
  background-color: #4c0e19;
}

.faq-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-dropdown {
  transform: translate(0, -20px);
}

.icon-regular-6 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.msf-nav-trigger-active {
  -webkit-user-select: none;
  user-select: none;
  width: 24px;
}

.h5-heading-3 {
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.container-regular-2 {
  margin-left: auto;
  margin-right: auto;
}

.h6-heading-3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 70%;
  color: var(--_red---dark-red);
  text-align: center;
  letter-spacing: -.04em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
}

.msf-slider-mask {
  overflow: hidden;
}

.brand-highlight {
  background-color: #ff7171;
  padding-left: 4px;
  padding-right: 4px;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: url('../images/Noise--Texture.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.form-input {
  color: #000;
  background-color: #f7f8f8;
  border: 1px solid #edeef1;
  border-radius: 8px;
  min-height: 44px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  transition: border-color .3s;
}

.form-input:hover {
  border-color: #d8dbdf;
}

.form-input:focus {
  border-color: #ff4b0e;
}

.form-input.select {
  appearance: none;
}

.form-input.text-area {
  min-height: 160px;
}

.msf-form-block {
  background-color: #f7f8f8;
  width: 80%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form-checkbox-label {
  color: #40444c;
}

.msf-nav-trigger-inactive {
  -webkit-user-select: none;
  user-select: none;
  width: 24px;
}

.paragraph-small-5 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.form-field-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.msf-nav-triggers {
  z-index: 2;
  justify-content: space-between;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 32px 32px auto;
}

.column-large-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.form-checkbox-center {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.form-select-icon {
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-x-small-4 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-4.text-color-tertiary {
  color: #5b616e;
}

.form-radio-three {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.msf-slider {
  background-color: #0000;
  height: auto;
}

.button-primary-18 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff2121;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-18:hover {
  background-color: #ff4b0e;
}

.msf-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 740px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-radio-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
}

.form-checkbox {
  border: 2px solid #d8dbdf;
  border-radius: 100%;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
}

.form-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Checkbox-Fill.svg');
  background-position: 50%;
  background-size: 20px 20px;
  background-attachment: fixed;
  border-color: #ff4b0e;
  box-shadow: 0 0 #0000;
}

.msf-progress-bar {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.msf-slider-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.msf-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.msf-carousel {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
}

.msf-feature-grid {
  grid-template-rows: auto;
}

.form-field-label {
  color: #40444c;
  margin-bottom: 0;
  font-weight: 400;
}

.text-color-brand-orange {
  color: #ff4b0e;
}

.form-checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-error-message {
  text-align: center;
  background-color: #fff1f0;
  padding: 12px 24px;
  font-size: 14px;
}

.paragraph-regular-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-regular-7.text-color-tertiary {
  color: #5b616e;
}

.title-wrapper-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 40px auto 48px;
  display: flex;
}

.code-embed {
  text-align: center;
  display: none;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.form-input-wrapper {
  position: relative;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.form-radio-button {
  color: #5b616e;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #edeef1;
  border-radius: 99px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition-property: background-color, border-color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease, ease;
  position: absolute;
  inset: 0%;
}

.form-radio-button:hover {
  background-color: #f7f8f8;
  border-color: #d8dbdf;
}

.form-radio-button.w--redirected-checked {
  background-color: #fff0eb;
  border: 1px solid #ff4b0e;
  box-shadow: 0 0 #0000;
}

.row-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.msf-slider-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.msf-line {
  background-color: #edeef1;
  width: 100%;
  height: 2px;
}

.msf-line.active {
  background-color: #ff4b0e;
}

.section-regular-20 {
  background-color: #fff;
  background-image: url('../images/opt-in-offer-bg.jpg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% 100vh;
  width: 100%;
  margin-top: 0;
  padding: 40px 5% 80px;
  position: relative;
}

.column-regular-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.msf-carousel-content {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-radio-field {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  position: relative;
}

.msf-marker {
  color: #5b616e;
  background-color: #edeef1;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-weight: 600;
  display: flex;
}

.msf-marker.active {
  color: #fff;
  background-color: #ff4b0e;
}

.form-success-message {
  color: #000;
  text-align: center;
  background-color: #c1ff71;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 14px;
}

.form-radio-two {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.msf-slide {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.divider-secondary-2 {
  background-color: #edeef1;
  width: 100%;
  height: 1px;
}

.form-field-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.subheading-large-3 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-3.text-color-brand-purple {
  color: #6153bd;
}

.icon-x-small-6 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.icon-button-outline {
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d8dbdf;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.icon-button-outline:hover {
  background-color: #f7f8f8;
}

.image-cover-13 {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: contain;
  border-radius: 0;
  width: 25vw;
  max-width: 30vw;
  height: 50em;
  margin: auto 125px auto auto;
  padding-left: 0;
  display: block;
  position: static;
  overflow: visible;
}

.content-14-component {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-14-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section-regular-21 {
  background-color: #fff;
  padding: 64px 5%;
  position: relative;
}

.content-14-image {
  border-radius: 12px;
  width: 100%;
  max-width: 520px;
  overflow: hidden;
}

.paragraph-small-6 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.h2-heading-16 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.content-14-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 628px;
  display: flex;
}

.image-cover-14 {
  z-index: auto;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: inline-flex;
  position: static;
  inset: 0% auto auto;
  overflow: hidden;
}

.content-16-component-2 {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr;
  grid-auto-rows: 5fr;
  grid-auto-columns: 4.5fr;
  grid-auto-flow: column dense;
  place-content: center;
  place-items: center;
  width: 90%;
  height: auto;
  margin: 10px auto 40px;
  display: grid;
  overflow: hidden;
}

.section-regular-22 {
  background-color: #fff;
  padding: 64px 5%;
  position: relative;
}

.subheading-large-4 {
  color: #000;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.content-16-image-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 520px;
  overflow: hidden;
}

.h2-heading-17 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  letter-spacing: -.03em;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 11px;
  padding-top: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}

.content-16-title-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 100%;
  display: flex;
}

.image-16 {
  margin-bottom: 99px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-23 {
  max-width: 1006%;
}

.icon-small {
  color: #f84333;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 21px;
  display: flex;
}

.alert-banner-outline-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 3px solid var(--_red---color);
  background-color: #f4f5f700;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.alert-close-outline {
  color: #95a0b2;
  cursor: pointer;
  transition: color .3s;
}

.alert-close-outline:hover {
  color: #000;
}

.alert-outline-icon.error {
  color: #f63928;
}

.alert-banner-left-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.offer-page-button-1 {
  color: #000;
  text-align: center;
  background-color: #f9be16;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 65px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.4em;
  text-decoration: none;
  display: block;
}

.offer-page-button-1:hover {
  background-color: var(--walsh--walsh-dark-green);
  background-image: linear-gradient(#9ff892, #9ff892);
}

.paragraph {
  font-size: 21px;
  display: flex;
}

.paragraph-2 {
  font-size: 19px;
}

.paragraph-3 {
  text-align: center;
  text-transform: none;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 1.5em;
}

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

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

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

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

.form-4 {
  opacity: 1;
  background-color: #fff;
}

.bold-text-7 {
  width: 80%;
  font-size: 57px;
  line-height: 62px;
}

.avatar-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  width: 134px;
  display: flex;
}

.avatar-grouped {
  background-color: #e4e6f1;
  border: 6px solid #fff;
  border-radius: 100px;
  width: 72px;
  height: 72px;
  margin-right: -24px;
  position: relative;
}

.avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-17 {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.subheading-regular {
  color: #000;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.h6-heading-4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.h6-heading-4.text-color-brand-orange {
  color: #000;
  font-weight: 700;
}

.h1-heading-5 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 53px;
  font-weight: 600;
  line-height: 1.1;
}

.flourish-avatar-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.brand-highlight-2 {
  color: #fff;
  background-color: #ff7a71;
  padding-left: 4px;
  padding-right: 4px;
}

.testimonial-card-feature {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  background-image: linear-gradient(180deg, var(--_red---color), #fac2b947 67%, #fff0);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.avatar {
  background-color: #edeef1;
  border-radius: 100px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  overflow: hidden;
}

.flourish-avatar-large {
  z-index: 4;
  background-color: #edeef1;
  border: 4px solid #f7f8f8;
  border-radius: 99px;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-bottom: 8px;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
  overflow: hidden;
}

.flourish-block {
  opacity: 1;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0%;
  display: flex;
}

.caption-x-small {
  font-size: 12px;
  line-height: 16px;
}

.caption-x-small.text-color-tertiary {
  color: #5b616e;
}

.button-primary-19 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-19:hover {
  background-color: #ff4b0e;
}

.testimonial-card-header-large {
  justify-content: space-between;
  display: flex;
}

.flourish-star {
  color: #ca1703;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-regular-8 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.title-wrapper-small-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5b616e;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.testimonial-overlay-wrapper {
  position: relative;
}

.image-cover-15 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-regular-23 {
  background-color: #f1f3f7;
  margin-top: 51px;
  margin-bottom: -75px;
  padding: 0 5% 80px;
  position: relative;
}

.testimonial-card-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.column-regular-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.flourish-avatar {
  background-color: #edeef1;
  border: 4px solid #f7f8f8;
  border-radius: 99px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  overflow: hidden;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.column-2x-small.column-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  font-size: 19.4em;
  display: flex;
}

.flourish-decoration {
  color: #ff3636;
}

.testimonial-card-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.subheading-large-5 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-5.text-color-brand-purple {
  color: var(--walsh--walsh-dark-green);
  text-align: center;
  margin-top: 40px;
}

.text-span-14 {
  color: #fff;
  background-color: #ee4747;
  padding-left: 20px;
  padding-right: 20px;
}

.button-primary-optin {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #610607;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 65px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.button-primary-optin:hover {
  background-color: #d33032;
}

.button-primary-optin.moal-button {
  width: 100%;
}

.text-span-15 {
  flex: 0 auto;
}

.text-span-16 {
  color: #fff;
  background-color: #ee4747;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-small-black {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: -.005em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 18px;
  font-size: 19px;
  line-height: 1.5;
  display: block;
}

.paragraph-small-black.text-strong {
  color: var(--walsh--walsh-dark-green);
  text-align: center;
  background-color: #4b0e1900;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-small-black.text-color-tertiary {
  color: #73737f;
}

.paragraph-small-black.warning-light {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
}

.text-block-15 {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 21px;
}

.text-block-16 {
  text-align: left;
  flex: none;
  margin-right: 20px;
  font-size: 20px;
}

.container-24 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.offer-page-button-1-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  vertical-align: baseline;
  background-color: #ec4438;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-size: 1.4em;
  text-decoration: none;
}

.offer-page-button-1-copy {
  text-align: center;
  background-color: #05a9e6;
  width: 90%;
  height: 65px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.4em;
  text-decoration: none;
  display: block;
}

.offer-page-button-1-copy:hover {
  background-color: var(--walsh--walsh-dark-green);
}

.text-span-17 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-18 {
  color: #fff;
  background-color: #ff7b71;
}

.text-block-17 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  display: block;
}

.button-primary-smaller {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #610607;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 65px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.button-primary-smaller:hover {
  background-color: #e23d40;
}

.button-primary-smaller.moal-button {
  width: 100%;
}

.text-span-19 {
  color: #fff;
  background-color: #ee4747;
  padding-left: 20px;
  padding-right: 20px;
}

.section-regular-24 {
  background-color: #f7f8fa;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5% 80px;
  position: relative;
}

.testimonial-card-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.h1-heading-6 {
  color: #2b2b2b;
  text-align: left;
  letter-spacing: normal;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  font-size: 41px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.hero-heading-center-8 {
  background-color: #f5f7fa;
  background-image: linear-gradient(#ffffff6e, #ffffffb3), url('../images/for-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px #000;
  margin-bottom: 18px;
  padding: 60px 30px 10px;
  position: relative;
}

.testimonial-card-feature-2 {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f7f8fa;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.text-span-20 {
  color: #fff;
  background-color: #ff7b71;
}

.subheading-regular-3 {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-regular-3.text-color-brand, .subheading-regular-3.text-color-inverse {
  color: #fff;
}

.subheading-regular-3.text-color-yellow {
  color: red;
}

.paragraph-regular-9 {
  letter-spacing: -.02em;
  margin-top: 7px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-9.text-color-tertiary {
  color: #5b616e;
}

.container-large-14 {
  z-index: 2;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.code-embed-5 {
  display: none;
}

.paragraph-x-small-5 {
  color: #454545;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small-5.text-color-tertiary {
  color: #6d6d6d;
}

.image-cover-16 {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.title-wrapper-small-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-regular-7 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-small-7 {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-small-7.text-color-inverse {
  color: #fff;
}

.image-cover-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.subheading-large-6 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-6.text-color-brand-purple {
  color: #4b0e19;
  text-align: center;
  margin-top: 42px;
}

.section-regular-25 {
  background-color: #f6f6f6;
  padding: 64px 3%;
  position: relative;
}

.section-regular-25.overflow-hidden {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.column-regular-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.offer-page-button-1-2 {
  text-align: center;
  background-color: #ec4438;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 65px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-size: 1.4em;
  text-decoration: none;
  display: block;
}

.offer-page-button-1-2:hover {
  background-color: #4b0e19;
}

.blog-card-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #4b0e19;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.blog-card-block-2.blog-olive, .blog-card-block-2.block-gray {
  background-color: #4b0e19;
}

.image-cover-18 {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.modal-card-3 {
  z-index: 1;
  grid-row-gap: 32px;
  background-color: var(--walsh--walsh-dark-green);
  width: 100%;
  max-width: 840px;
  color: var(--_red---color);
  border: 1.5px solid #ff3516;
  border-radius: 16px;
  flex-direction: row;
  align-items: center;
  padding: 12px 0 12px 12px;
  display: flex;
  position: relative;
  box-shadow: 3px 3px #131315;
}

.h4-heading-3 {
  color: #fc2b2b;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  line-height: 1.2;
}

.form-block-large-2 {
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  margin-bottom: 0;
}

.button-primary--btm {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  background-color: #ec4438;
  border: 1px solid #fff;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 47%;
  margin: 47px auto 20px;
  padding: 12px 32px;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  display: block;
  box-shadow: -5px 13px 16px -1px #0003;
}

.button-primary--btm:hover {
  background-color: #5e0b18;
}

.modal-content-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 40px 64px;
  display: flex;
}

.section-regular-26 {
  padding: 96px 5%;
  position: relative;
}

.modal-overlay-2 {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  padding: 60px 3%;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-full-3 {
  color: #f0462c;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.modal-button-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-regular-8 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 24px;
  font-size: 29px;
  display: flex;
}

.button-primary-20-modal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ec4438;
  border: 1px solid #fff;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px auto;
  padding: 12px 32px;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

.button-primary-20-modal:hover {
  background-color: #5e0b18;
}

.button-primary-sml {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  background-color: #ec4438;
  border: 1px solid #fff;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 34px auto 20px;
  padding: 12px 32px;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
  box-shadow: -5px 13px 16px -1px #0003;
}

.button-primary-sml:hover {
  background-color: #5e0b18;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

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

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-logo-center {
  color: #d0edd5;
  background-color: #d0edd5;
}

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

.navbar-logo-center-container.shadow-three {
  max-width: 1140px;
  padding-top: 39px;
  padding-bottom: 10px;
}

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

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

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

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

.nav-menu-three {
  -webkit-text-stroke-color: var(--elements-webflow-library--neutral--300);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.nav-link:focus-visible, .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: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

.button-primary-21 {
  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-21:hover {
  color: #fff;
  background-color: #32343a;
}

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

.code-embed-6 {
  text-align: center;
  width: 100%;
  height: 20vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.walsh-background-darkgreen {
  background-color: var(--walsh--walsh-dark-green-2);
  position: relative;
}

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

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-paragraph-serif-left-hero {
  color: #fffc;
  max-width: 22em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-left-hero {
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-inner-float-image {
  background-color: #cfc2c2;
  border-top-left-radius: 45px;
  width: 100%;
  height: 100%;
}

.walsh-padding-image-hero {
  padding-top: 8em;
  padding-bottom: 8em;
  padding-left: 3em;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
}

.walsh-text-marker {
  color: #fff;
  background-image: url('../images/span-marker.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .05em .1em;
  display: inline-block;
}

.banner-03-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.08px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: underline;
  display: inline-flex;
}

.banner-line {
  background-color: #edeef1;
  width: 1px;
  height: 16px;
}

.banner-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-03-close {
  color: #fff;
  transition: color .3s;
}

.banner-hide {
  overflow: hidden;
}

.banner-left {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.icon-x-small-7 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.banner-03-section {
  color: #fff;
  background-color: #056308;
  padding: 12px 5%;
  font-size: 14px;
}

.banner-03-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: block;
}

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

.code-embed-7 {
  width: 180px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-18 {
  margin-top: 220px;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.form-mask {
  flex: 1;
}

.profile-process-bar {
  background-color: #f0f0f0;
  border-radius: 4px;
  flex: 1;
  align-items: center;
  height: 4px;
  display: flex;
}

.checkbox-text-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.multi-form-slider {
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-regular-9 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.multi-step-nav {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-color: #fff;
  border-radius: 99px;
  align-items: center;
  margin-bottom: -65px;
  padding: 16px;
  display: flex;
  box-shadow: 0 8px 32px #00000005, 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.checkbox-label {
  color: #3d3d3d;
  letter-spacing: -.006em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.form-step-slide {
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 100px;
  height: 0;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.section-2x-small {
  padding: 20px 5%;
}

.multi-step-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  padding: 40px 40px 20px;
  display: flex;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.step-checkbox {
  cursor: pointer;
  border-color: #0000000f;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: border-radius .3s, box-shadow .3s, border-color .3s;
}

.step-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #ff4b0f;
  border-radius: 12px;
}

.step-checkbox.w--redirected-focus {
  box-shadow: none;
}

.profile-process-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.field-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.multi-step-container {
  flex-direction: column;
  width: 100%;
  max-width: 652px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-label {
  color: #000;
  letter-spacing: -.006em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small.text-color-secondary {
  color: #666;
  font-size: 16px;
}

.step-slider-buttons {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.multi-step-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.multi-step-nav-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.multi-step-form-block {
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.multi-step-block {
  background-color: #f5f5f500;
  background-image: url('../images/Background-Pattern_1Background Pattern.webp');
  background-position: 0 0;
  background-size: 198px;
  border-radius: 24px;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 5% 0;
  font-size: 18px;
}

.multi-step-holder {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  width: 100%;
  padding: 1px;
  display: flex;
}

.step-checkbox-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-field-4 {
  color: #000;
  letter-spacing: -.006em;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 10px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  transition: color .3s, border-color .3s, box-shadow .3s;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000a;
}

.text-field-4:hover {
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #00000014;
}

.text-field-4:focus {
  border: 1px solid #ff4b0f;
}

.text-field-4::placeholder {
  color: #8f8f8f;
}

.checkbox-field-large {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 202px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 159px;
  height: 0;
  margin: auto auto 25px;
  display: none;
}

.date-field {
  color: #666;
  letter-spacing: -.006em;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #0000000a, 0 0 0 1px #0000000a;
}

.date-field:hover {
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #00000014;
}

.date-field:focus {
  border: 1px solid #000;
}

.date-field::placeholder {
  color: #8f8f8f;
}

.step-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.icon-x-small-8 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.small-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.label-large {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.column-regular-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.multi-step-icon-wrapper {
  color: #8f8f8f;
  border: 1px solid #e3e3e3;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.multi-step-icon-wrapper.active {
  color: #fff;
  background-color: #ff4b0f;
  border-color: #ff4b0f;
}

.column-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.text-color-brand {
  color: #ff4b0f;
}

.button-primary-22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary-22:hover {
  background-color: #141414;
}

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.multi-step-submit-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.button-outline:hover {
  background-color: #f0f0f0;
}

.step-form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.profile-process-bar-inner {
  background-color: #000;
  border-radius: 4px;
  width: 100%;
  height: 4px;
}

.profile-process-bar-inner._05, .profile-process-bar-inner._04 {
  width: 0%;
}

.horizontal-divider {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.icon-wrapper-small {
  background-color: #fff;
  border-radius: 10px;
  flex: none;
  padding: 12px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.multi-step-divider {
  background-color: #e3e3e3;
  width: 1px;
  height: 24px;
}

.code-embed-8 {
  display: none;
}

.checkbox {
  border: 1.2px solid #e3e3e3;
  border-radius: 40px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #ff4b0f;
  background-image: url('../images/check-line.svg');
  background-size: 16px;
  border: 1.2px solid #ff4b0f;
  border-radius: 40px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-content-large {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  left: 24px;
  right: 24px;
}

.heading-19 {
  font-size: 22px;
}

.h5-heading-4 {
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

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

.h1-heading-7 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.brand-highlight-3 {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.msf-form-block-2 {
  max-width: 558px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-small-8 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.column-large-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.paragraph-x-small-6 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-6.text-color-tertiary {
  color: #5b616e;
}

.button-primary-23 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-23:hover {
  background-color: #ff4b0e;
}

.code-embed-9 {
  text-align: center;
  display: none;
}

.row-x-small-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.msf-slider-wrapper-2 {
  position: relative;
}

.section-regular-27 {
  background-color: #f7f8f800;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.column-regular-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.msf-slide-2 {
  background-color: #fff;
  border-radius: 12px;
  margin-right: 24px;
  padding: 32px;
}

.form-field-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.subheading-large-7 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-7.text-color-brand-purple {
  color: #6153bd;
}

.icon-x-small-9 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-small-9 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-x-small-7 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-7.text-color-tertiary {
  color: #5b616e;
}

.button-primary-24 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-24:hover {
  background-color: #ff4b0e;
}

.code-embed-10 {
  text-align: center;
  display: none;
}

.row-x-small-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.msf-slider-wrapper-3 {
  position: relative;
}

.section-regular-28 {
  background-color: #f7f8f800;
  padding: 80px 5%;
  position: relative;
}

.column-regular-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.msf-slide-3 {
  background-color: #fff;
  border-radius: 12px;
  margin-right: 24px;
  padding: 32px;
}

.form-field-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.subheading-large-8 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-8.text-color-brand-purple {
  color: #6153bd;
}

.icon-x-small-10 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-small-10 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-x-small-8 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-8.text-color-tertiary {
  color: #5b616e;
}

.button-primary-25 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-25:hover {
  background-color: #ff4b0e;
}

.code-embed-11 {
  text-align: center;
  display: none;
}

.row-x-small-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.msf-slider-wrapper-4 {
  position: relative;
}

.section-regular-29 {
  background-color: #f7f8f8;
  padding: 80px 5%;
  position: relative;
}

.column-regular-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.form-field-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.subheading-large-9 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-9.text-color-brand-purple {
  color: #6153bd;
}

.paragraph-small-11 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-x-small-9 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-9.text-color-tertiary {
  color: #5b616e;
}

.button-primary-26 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-26:hover {
  background-color: #ff4b0e;
}

.code-embed-12 {
  text-align: center;
  display: none;
}

.row-x-small-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.msf-slider-wrapper-5 {
  position: relative;
}

.section-regular-30 {
  background-color: #f7f8f8;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 5%;
  position: relative;
}

.column-regular-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.form-field-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.subheading-large-10 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-10.text-color-brand-purple {
  color: #6153bd;
}

.title-center-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.hiw-28-line {
  background-color: #c94646;
  width: 2px;
  height: 100%;
}

.hiw-28-number {
  color: #fff;
  background-color: #e73434;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.container-x-small-4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.h2-heading-18 {
  color: #fff;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

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

.section-regular-31 {
  background-color: var(--walsh--walsh-dark-green);
  width: 100%;
  max-width: 100%;
  padding: 64px 5%;
  position: relative;
  overflow: visible;
}

.hiw-28-padding {
  color: #000;
  padding-bottom: 41px;
}

.paragraph-regular-10 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-10.text-color-secondary {
  width: 100%;
  font-size: 20px;
}

.subheading-large-11 {
  color: #e73434;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.paragraph-small-12 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.overline-small-2 {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.hiw-28-step {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  display: flex;
}

.button-primary-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  background-color: #ec4438;
  border: 1px solid #fff;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 33%;
  margin: 68px auto 20px;
  padding: 12px 32px;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
  box-shadow: -5px 13px 16px -1px #0003;
}

.button-primary-list:hover {
  background-color: #5e0b18;
}

.text-span-21 {
  font-weight: 700;
}

.button-primary-list--list-offer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  background-color: #ec4438;
  border: 1px solid #fff;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin: 68px auto 20px;
  padding: 12px 32px;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
  box-shadow: -5px 13px 16px -1px #0003;
}

.button-primary-list--list-offer:hover {
  background-color: #5e0b18;
}

.code-embed-13 {
  display: flex;
}

.container-26 {
  max-width: 90%;
  margin-top: 99px;
}

.heading-20 {
  text-align: center;
  width: 50%;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
}

.image-cover-19 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brand-highlight-4 {
  color: #fff;
  background-color: #ff7a71;
  padding-left: 4px;
  padding-right: 4px;
}

.testimonial-card-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.button-primary--btm-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  background-color: #ec4438;
  border: 1px solid #fff;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin: 47px auto 20px;
  padding: 12px 32px;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  display: block;
  box-shadow: -5px 13px 16px -1px #0003;
}

.button-primary--btm-copy:hover {
  background-color: #5e0b18;
}

.bold-text-8 {
  width: 1004%;
  font-size: 20px;
}

.banner-section {
  color: #fff;
  background-color: #3bd894;
  padding: 10px 5%;
  position: relative;
}

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

.banner-content-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-regular-11 {
  color: #000;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 24px;
}

.banner-button {
  background-color: #292929;
  border-radius: 8px;
  flex: none;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 24px;
  transition: background-color .3s;
}

.banner-button:hover {
  background-color: #3d3d3d;
}

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

.banner-image.left {
  inset: 0% auto 0% 0%;
}

.banner-image.right {
  inset: 0% 0% 0% auto;
}

.image-18 {
  max-width: 100%;
  display: block;
  position: relative;
}

.image-19 {
  margin: 20px auto;
  display: block;
}

.button {
  min-width: 50%;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 25px;
}

.hero-heading-center {
  box-sizing: border-box;
  background-color: #f5f7fa;
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 100% 30px 80px;
  display: flex;
  position: relative;
}

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

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

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-27 {
  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-27:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-7 {
  box-shadow: 0 4px 24px #96a3b514;
}

.section-7 {
  background-color: #c7e8ff;
  background-image: url('../images/.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 60vh;
}

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

.form_message-success {
  text-align: center;
  background-color: #d6ffe6;
  padding: .75rem 1.5rem;
  font-size: .875rem;
}

.column-large-7 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.column-large-7.column-left {
  justify-content: center;
  align-items: flex-start;
}

.column-medium {
  box-sizing: border-box;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-medium.column-center-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-medium {
  background-image: url('../images/headerbg-shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100vh;
  background-attachment: scroll;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 4rem 5%;
  position: relative;
}

.overline-2 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.newsletter_form-block {
  width: 100%;
  max-width: 28rem;
  margin-bottom: 0;
}

.form_message-error {
  text-align: center;
  background-color: #fff1f0;
  padding: .75rem 1.5rem;
  font-size: .875rem;
}

.container-2x-small {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h1 {
  letter-spacing: -.05em;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-2 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-2.is-secondary {
  color: #000;
  background-color: #f5f7f8;
}

.button-2.is-outline {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9d2d9;
}

.button-2.is-icon-only.is-secondary {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f5f7f800;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

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

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9d2d9;
  border-radius: .5rem;
  width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .625rem .75rem;
  font-size: 1rem;
  transition: border-color .3s;
}

.form_input:hover {
  border-color: #95a0b2;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #50555f;
}

.hero_image-landscape {
  border-radius: .75rem;
  width: 100%;
  height: 37.6rem;
  overflow: hidden;
}

.column-2x-large {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

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

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

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.hero_image-landscape-2 {
  border-radius: .75rem;
  width: 100%;
  height: 31.25rem;
  overflow: hidden;
}

.image-cover-20 {
  box-sizing: border-box;
  object-fit: fill;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-medium-2 {
  text-overflow: clip;
  background-color: #72a0f2;
  border: 1px #000;
  border-radius: 0;
  padding: 4rem 5%;
  position: relative;
  overflow: hidden;
}

.hero_image-landscape-3 {
  border-radius: .75rem;
  width: 100%;
  height: 31.25rem;
  overflow: hidden;
}

.image-cover-21 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-heading-center-9 {
  background-color: #6b9cf1;
  background-image: url('../images/cutout.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  min-height: 70vh;
  margin-bottom: 0;
  padding: 0 30px 220px;
  position: relative;
  overflow: hidden;
}

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

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

.centered-heading-8.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-12 {
  margin-bottom: 24px;
}

.button-primary-28 {
  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-28:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-8 {
  box-shadow: 0 4px 24px #96a3b514;
}

.section-8 {
  background-color: #6b9cf1;
}

.section-medium-3 {
  padding: 4rem 5% 0;
  position: relative;
}

.image-cover-22 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-20 {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  background-image: url('../images/cutout.svg'), linear-gradient(#6b9cf1, #6b9cf1);
  background-position: 50% 26%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  border-bottom: 1px solid #e4ebf3;
  min-height: 40vh;
  padding: 80px 30px;
  position: relative;
}

.header-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.vertical-divider {
  background-color: #d1bfbf;
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
}

.header-carousel-wrapper {
  z-index: 0;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 48px auto auto;
  overflow: hidden;
}

.badge-tail {
  color: #e5f589;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 6px;
  margin-top: -1px;
  display: flex;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.header-chart-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.header-carousel-group {
  color: #333;
  flex: none;
  align-items: center;
  font-size: 21px;
  display: flex;
}

.carousel-text {
  color: #e6e6e6;
  -webkit-text-stroke-color: #387218;
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.text-field-left-icon {
  color: #000;
  letter-spacing: -.006em;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 10px 10px 38px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.text-field-left-icon:focus {
  border: 1px solid #ff4b0f;
}

.text-field-left-icon::placeholder {
  color: #8f8f8f;
}

.image-cover-23 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.input-icon-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto 10px 10px;
}

.max-width-regular {
  width: 100%;
  max-width: 480px;
}

.chart-detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #200606;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.chart-detail.empty {
  flex: none;
  width: 350px;
}

.form-input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.email-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.text-color-tertiary {
  color: #8f8f8f;
}

.section-header {
  background-color: #fff;
  background-image: linear-gradient(#d0edd5b5, #eaf7ed 49%, #fff), url('../images/Untitled-design-21.jpg'), url('../images/tom-v2.jpg');
  background-position: 0 0, 50% 0, 100% 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, contain, auto;
  padding: 40px 5% 0;
  position: relative;
  overflow: hidden;
}

.chart-detail-badge-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -50px auto auto;
}

.chart-detail-wrapper {
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: -40px auto 0%;
}

.header-carousel {
  flex: none;
  align-items: center;
  display: flex;
}

.header-title-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 123px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.header-mockup {
  z-index: 2;
  pointer-events: none;
  position: relative;
}

.paragraph-regular-12 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f8f8f8;
  text-align: center;
  background-color: #e54b41;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 81px;
  padding: 8px 16px;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
  overflow: hidden;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary-29:hover {
  box-shadow: none;
  color: #e54b41;
  -webkit-text-stroke-width: 0px;
  background-color: #14141400;
  border: 1px solid #e54b41;
  transform: translate(0);
}

.email-form-block {
  width: 100%;
  max-width: 376px;
  margin-bottom: 0;
}

.header-chart {
  z-index: 0;
  flex: none;
  width: 100%;
}

.h1-heading-8 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  width: 70%;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Aeonik, Impact, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.badge-outline {
  color: #000;
  background-color: #ffcb6900;
  border: 2px #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 101%;
  min-height: 43px;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.chart-detail-badge {
  color: #ff9797;
  background-color: #000;
  border-radius: 6px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 24px;
}

.header-graph-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 44%;
  margin-top: 60px;
  display: flex;
  position: relative;
}

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

.image-cover-24 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-regular-13 {
  letter-spacing: 3px;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.container-regular-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  display: flex;
}

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.text-block-20 {
  color: #000;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.testimonial_mask-overflow {
  overflow: visible;
}

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

.testimonial18_slider {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #0000;
  flex-flow: column;
  height: auto;
  display: flex;
}

.text-size-large-2 {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.section-medium-4 {
  background-color: #f9f7f100;
  margin-top: -2px;
  margin-bottom: 40px;
  padding: 4rem 5% 5.4rem;
  position: relative;
}

.section-medium-4.overflow-hidden {
  background-color: #fff;
  overflow: hidden;
}

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

.text-size-medium.text-color-secondary {
  color: #000;
  width: 80%;
  font-size: 1.2rem;
  line-height: 26px;
}

.text-size-medium.text-color-secondary-copy {
  width: 46%;
  font-size: 1.2rem;
  line-height: 26px;
}

.text-size-medium.text-color-secondary {
  text-align: center;
}

.slider_slide {
  margin-right: 1.5rem;
}

.column-4x-large {
  grid-column-gap: 3.9rem;
  grid-row-gap: 3.9rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider_styles-embed {
  display: none;
}

.icon-medium {
  color: #3fa95b;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 1.9rem;
  margin-top: 12px;
  font-size: 1.3rem;
  display: flex;
}

.text-size-xlarge-2 {
  font-size: 1.25rem;
}

.column-3x-small {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  display: flex;
}

.testimonial_slider-nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem .5rem;
  display: flex;
  position: static;
}

.testimonial_stars {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f2c202;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card {
  background-color: #d0edd5;
  border: 1px solid #dde3e8;
  border-radius: .75rem;
  overflow: hidden;
}

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

.avatar-2 {
  text-align: center;
  background-color: #f5f7f8;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  overflow: hidden;
}

.padding-large {
  background-color: #d0edd5;
  padding: 1.5rem;
}

.image-cover-25 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial_logo {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  display: flex;
}

.heading-style-h2 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Aeonik, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.column-small-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-small-4.column-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: center;
}

.testimonial_button-center {
  width: auto;
  margin-left: -3.375rem;
  inset: auto auto 3.5rem 50%;
}

.testimonial_button-center.is-right {
  margin-right: -3.375rem;
  left: auto;
  right: 50%;
}

.nav_divider-vertical {
  background-color: #c9d2d9;
  width: 1px;
  height: 1rem;
}

.nav_bar {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  mix-blend-mode: normal;
  background-color: #d8efdc;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto auto;
  padding: 0 10% 1.7rem;
  display: flex;
  position: fixed;
  box-shadow: 10px 7px 5px #0003;
}

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

.nav_menu-line {
  transform-origin: center;
  background-color: currentColor;
  border-radius: .25rem;
  width: 1.25rem;
  height: 2px;
}

.nav_menu-line.is-bottom {
  bottom: 0;
}

.nav_menu-line.is-middle {
  top: 50%;
}

.nav_menu-lines {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav_button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.nav_link {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  color: #000;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.nav_link:hover {
  color: #000;
  background-color: #f5f7f8;
}

.nav_link.w--current {
  color: #000;
}

.nav_menu {
  background-color: #0000;
  position: static;
}

.nav_row {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.nav_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  overflow: hidden;
}

.nav_logo-link {
  flex: none;
  height: 1.75rem;
  padding-left: 0;
  padding-right: 0;
}

.nav_links {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_menu-button {
  color: #fff;
  background-color: #000;
  border-radius: .625rem;
  flex: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
}

.nav_menu-button.w--open {
  background-color: #000;
}

.nav_logo-image {
  object-fit: contain;
  width: 8.6em;
  max-width: none;
  height: 100%;
}

.heading-21 {
  width: 4.5em;
  height: 1.1em;
  padding-left: 0;
  padding-right: 10px;
  font-family: Aeonik, Impact, sans-serif;
  font-size: 2.7em;
  font-weight: 400;
  line-height: .8em;
}

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

.text-block-21 {
  color: #fdef70;
}

.text-block-22 {
  color: #b8ffc8;
}

.text-block-23 {
  color: #ece177;
}

.text-block-24 {
  color: #ff9696;
}

.text-block-25 {
  color: var(--walsh--walsh-mid-green);
}

.image-21 {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.bold-text-10 {
  font-size: 22px;
}

.section-large-2 {
  padding: 5rem 5%;
  position: relative;
}

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

.content_floral-icon {
  width: 3.5rem;
}

.count-up-script {
  display: none;
}

.content_feature-details {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  overflow: hidden;
}

.content_image-shape {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%, 100%;
  mask-size: 100%, 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.content_image-shape.has-border {
  background-color: #8acb9a;
  padding: .25rem;
}

.content_image-shape.is-shape-02 {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
}

.content_image-shape.is-outline {
  background-color: #fff;
  padding: .25rem;
}

.content_icon-small {
  color: #389154;
  background-color: #dbf0dd;
  border: 8px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.content_icon-small.is-top_right {
  inset: 0% 0% auto auto;
}

.content_icon-small.is-top_left {
  inset: 0% auto auto 0%;
}

.content_icon-small.is-bottom_right {
  inset: auto 0% 0% auto;
}

.content_slider-arrow {
  width: auto;
  inset: auto auto 0% 0%;
}

.content_slider-arrow.is-right {
  inset: auto auto 0% 3.75rem;
}

.content_image-oval {
  border-radius: 16rem;
  width: 100%;
  max-width: 24rem;
  height: 45rem;
  overflow: hidden;
}

.content_feature-image {
  border-radius: 1rem;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.grass-texture {
  z-index: 0;
  pointer-events: none;
  filter: url('../images/');
  background-image: none, linear-gradient(#389154, #389154);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 1rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-style-h5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

.content_image-left {
  width: 20%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading-style-h3 {
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.content_slider-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  min-height: 45rem;
  display: grid;
  position: relative;
}

.heading-style-h2-2 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.15;
}

.content_card-image {
  aspect-ratio: 1;
  width: 100%;
  max-width: 25rem;
}

.background-lines {
  z-index: 1;
  opacity: 1;
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 90%;
  height: 100%;
  position: absolute;
  inset: -40% auto 0%;
  -webkit-mask-image: linear-gradient(#000 0%, #0000 100%);
  mask-image: linear-gradient(#000 0%, #0000 100%);
}

.content_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content_image-right {
  width: 20%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-style-h1-2 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h1-2.text-balance {
  text-wrap: balance;
}

.content11_images {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  display: flex;
}

.container-xsmall-2 {
  z-index: 2;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.column-2x-large-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-2x-large-2.column-center-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.content_image-square {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.icon-medium-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.content_slider-slide {
  width: 100%;
  margin-right: 1.5rem;
}

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

.section-medium-5 {
  padding: 4rem 5%;
  position: relative;
}

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

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

.hide-2 {
  display: none;
}

.content_details {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 32rem;
  display: flex;
}

.content_banner-image {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0%;
}

.content1_image-wrapper {
  aspect-ratio: 1;
  width: 100%;
  max-width: 15rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.heading-style-h4 {
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h4.text-balance {
  text-wrap: balance;
}

.content_main {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  max-width: 33rem;
  display: flex;
}

.column-3x-large {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.column-3x-large.z-index-1 {
  z-index: 1;
  position: relative;
}

.content_slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: static;
}

.content_card-statistics {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

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

.row.row-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.page-wrapper {
  position: relative;
}

.content_card-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.content_slider-item {
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content_service-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 4px solid #8acb9a;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.content_image-wrapper {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  margin-bottom: -50%;
  position: relative;
  overflow: hidden;
}

.column-4x-large-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.content5_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

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

.container-medium-2.z-index-1 {
  z-index: 1;
  position: relative;
}

.content_banner {
  background-color: #f6f6f6;
  border-radius: .75rem;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.content_card {
  color: #fff;
  background-color: #8acb9a;
  border: 8px solid #8acb9a;
  border-radius: 1rem;
  padding: 5rem 5%;
  position: relative;
  overflow: hidden;
}

.content_image-top {
  aspect-ratio: 1;
  width: 100%;
  max-width: 12.5rem;
  position: absolute;
  inset: auto auto 10% 0%;
  overflow: hidden;
}

.content_section {
  background-color: #fff;
  padding: 11.25rem 5%;
  position: relative;
}

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

.text-size-medium-2 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-medium-2.text-color-secondary {
  color: #3d3d3d;
}

.text-size-medium-2.text-color-tertiary-2 {
  color: #5d5d5d;
}

.content_card-grid {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  display: grid;
  position: relative;
}

.content_image-bottom {
  border-top-left-radius: 99rem;
  border-bottom-left-radius: 99rem;
  height: 100%;
  overflow: hidden;
}

.content_left {
  width: 100%;
  max-width: 50%;
}

.content_image-small {
  aspect-ratio: 1;
  width: 100%;
  max-width: 12.5rem;
  height: 100%;
  position: relative;
}

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

.content_slider-mask {
  clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  width: 26rem;
  max-width: 80vw;
  overflow: visible;
}

.heading-style-h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
}

.heading-style-h6.text-color-orange {
  color: #ff5310;
}

.heading-style-h6.text-color-yellow {
  color: #ffcf7b;
}

.content_item {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.content_card-heading {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

.content_row {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content_image-icon {
  color: #389154;
  background-color: #dbf0dd;
  border: 8px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.content_image-icon.is-top_left {
  inset: 0% auto auto 0%;
}

.content_image-icon.is-bottom_right {
  inset: auto 0% 0% auto;
}

.content_image-icon.is-top_right {
  inset: 0% 0% auto auto;
}

.content5_card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.image-mask {
  width: 100%;
  height: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%, 100%;
  mask-size: 100%, 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.image-mask.is-shape-05 {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
}

.image-mask.is-shape-02 {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
}

.image-mask.is-shape-01 {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
}

.image-mask.is-shape-03 {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
}

.image-mask.is-shape-04 {
  -webkit-mask-image: url('../images/');
  mask-image: url('../images/');
}

.grass-texture-filter {
  display: none;
}

.button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #389154;
  background-image: none;
  background-size: auto;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-flex;
}

.button-3:hover {
  background-color: #5aae71;
}

.button-3.is-tertiary {
  color: #000;
  background-color: #f6f6f6;
}

.button-3.is-tertiary:hover {
  background-color: #fff;
}

.icon-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_floral-decoration {
  width: 8rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.content_floral-decoration.is-bottom {
  top: 33%;
}

.content_floral-decoration.is-small {
  width: 4rem;
}

.content_floral-decoration.is-left {
  inset: 19% auto auto 0%;
}

.text-size-large-3 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-large-3.text-color-secondary {
  color: #3d3d3d;
}

.content_column {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.grid-two-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.image-cover-26 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content_feature-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.text-color-tertiary-2 {
  color: #5d5d5d;
}

.content_banner-image-wrapper {
  width: 20%;
  position: relative;
}

.content_images {
  width: 100%;
  max-width: 45%;
  height: 100%;
  padding-left: 5%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

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

.content_feature {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-end;
  display: flex;
}

.column-xlarge {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.column-xlarge.column-center-2 {
  justify-content: center;
  align-items: center;
}

.content11_image {
  aspect-ratio: 2 / 3.5;
  border-radius: 99rem;
  width: 15%;
  height: 100%;
  overflow: hidden;
}

.content11_image.is-medium {
  width: 20%;
}

.content11_image.is-center {
  width: 25%;
  height: auto;
}

.icon-button {
  background-color: #389154;
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-button.is-outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #e7e7e7;
  transition: border-color .3s;
}

.icon-button.is-outline:hover {
  border-color: #d1d1d1;
}

.badge {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #389154;
  white-space: nowrap;
  background-color: #dbf0dd;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.container-small {
  z-index: 2;
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-size-xlarge-3 {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-xlarge-3.text-weight-semibold {
  font-weight: 600;
}

.text-size-xlarge-3.text-color-secondary {
  color: #3d3d3d;
}

.icon-large-2 {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.section-regular-32 {
  padding: 82px 5%;
  position: relative;
}

.content-tab-image-wrapper {
  background-color: #dfdfdf;
  border: 1px #999ba0;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 32px 32px 100px;
  display: flex;
}

.content-tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #4b5563;
  background-color: #0000;
  border-radius: 8px 8px 0 0;
  align-items: flex-start;
  padding: 24px 32px;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.content-tab-link:hover, .content-tab-link.w--current {
  background-color: #f9fafb;
}

.overline-regular {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.content-progress-bar-base {
  width: 100%;
  height: 5px;
  position: absolute;
  inset-block: auto 0;
  inset-inline: 0;
}

.content-tab-pane {
  height: 100%;
}

.content-tab-image {
  border: 1px #000;
  border-radius: 2px;
}

.subheading-large-12 {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large-12.text-color-gray-600 {
  color: #4b5563;
}

.paragraph-small-13 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.content-tabs-content {
  width: 100%;
  height: auto;
}

.code-embed-14 {
  display: none;
}

.content-tabs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: flex;
}

.h1-heading-9 {
  color: #030711;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.text-wrapper {
  overflow: hidden;
}

.column-x-small-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-x-small-4.column-center {
  text-align: center;
  align-items: center;
}

.title-center-regular-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-tiny-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.content-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: #d1d5db;
  height: 5px;
  padding: 0;
  transition: width .125s;
}

.content-tabs-menu {
  flex-direction: column;
  width: 100%;
  max-width: 638px;
  display: flex;
}

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

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

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

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

.section-regular-33 {
  padding: 82px 5%;
  position: relative;
}

.content-tab-image-wrapper-2 {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 32px;
  display: flex;
}

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

.subheading-large-13 {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large-13.text-color-gray-600 {
  color: #4b5563;
}

.code-embed-15 {
  display: none;
}

.h1-heading-10 {
  color: #030711;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.column-x-small-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-x-small-5.column-center {
  text-align: center;
  align-items: center;
}

.icon-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hiw_number-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.hiw_line-horizontal {
  background-color: #c9d2d9;
  width: 100%;
  height: 1px;
}

.hiw_line-horizontal.is-last-line {
  background-color: #0000;
}

.hiw_step-large {
  text-align: center;
  flex-flow: column;
  display: flex;
  position: relative;
}

.section-medium-7 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.logo_footnote {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hiw_details-bottom {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.text-size-xlarge-4 {
  font-size: 1.25rem;
}

.heading-style-h4-2 {
  letter-spacing: -.03em;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.hiw_header-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.text-block-26 {
  font-size: 22px;
}

.text-block-27 {
  line-height: 19px;
}

.text-block-28 {
  font-family: Vollkorn, serif;
  font-size: 22px;
}

.text-block-29 {
  font-size: 20px;
}

.text-block-30 {
  font-size: 25px;
}

.text-block-31 {
  font-size: 22px;
  line-height: 20%;
}

.text-block-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  line-height: 1.3em;
  display: block;
}

.button-4-b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  text-align: center;
  background-color: #e54b41;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2.1em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  line-height: 2.9em;
  display: block;
}

.hiw_number {
  color: #fff;
  letter-spacing: -.08px;
  background-color: #154ee0;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1rem;
  display: flex;
}

.hiw_button-icon {
  color: #8d95a3;
}

.heading-style-h1-3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h5-2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-size-medium-3 {
  letter-spacing: -.12px;
  font-size: 1rem;
  line-height: 1.5;
}

.section-medium-8 {
  background-color: #fffdf6;
  padding: 5rem 5%;
  position: relative;
}

.grid-three-column-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  display: grid;
}

.title-center-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 39.25rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hiw_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #49505b;
  letter-spacing: -.08px;
  border: 1px solid #d8dbdf;
  border-radius: .5rem;
  flex: auto;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1rem;
  display: flex;
}

.badge-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #49505b;
  border: 2px dashed #d8dbdf;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .35rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.hiw_image-wrapper {
  background-color: #edeef1;
  border: 1px dashed #d8dbdf;
  border-radius: .75rem;
  width: 100%;
  padding: .5rem;
}

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

.image-cover-27 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hiw_image-small {
  aspect-ratio: 3.48 / 2.4;
  background-color: #f7f8f8;
  border: 2px solid #fff;
  border-radius: .5rem;
  overflow: hidden;
}

.hiw_buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  display: flex;
}

.hiw_tile {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.youtube {
  width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-22 {
  color: #eb5353;
}

.text-block-33 {
  font-size: 18px;
}

.voice-visualiser-border {
  background-image: linear-gradient(52deg, #368cfb, #90cbff 57%, #ffeb85);
  border-radius: 62.4375rem;
  max-width: 4rem;
  height: 1.875rem;
  padding: .1875rem;
  overflow: hidden;
  box-shadow: 0 6.875rem 1.875rem #0000, 0 4.375rem 1.75rem #00000003, 0 2.5rem 1.5rem #0000000a, 0 1.0625rem 1.0625rem #00000012, 0 .25rem .5625rem #00000014;
}

.icon-small-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.circle-marquee {
  box-sizing: border-box;
  aspect-ratio: 1;
  width: 100%;
}

.about_lightbulb {
  background-color: #ff0b0b4a;
  border-radius: 62.4375rem;
  flex: 0 auto;
  margin-top: 3px;
  padding: .375%;
}

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

.circular-visualiser {
  z-index: 99;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.container-small-3 {
  z-index: 1;
  width: 100%;
  max-width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero_animations {
  position: absolute;
  inset: 0%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#000 40%, #0000 60%);
  mask-image: linear-gradient(#000 40%, #0000 60%);
}

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

.heading-style-h6-2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.35;
}

.about_images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-medium-9 {
  padding: 4rem 5%;
  position: relative;
}

.section-medium-9.background-gradient-fade-out {
  background-image: linear-gradient(#fffef9, #fefdf8);
  padding-bottom: 0;
}

.about_image {
  aspect-ratio: 1;
  border: .25rem solid #fff;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 6.25rem 1.875rem #0000, 0 4.375rem 1.6875rem #00000003, 0 2.5rem 1.5rem #0000000a, 0 1.0625rem 1.0625rem #00000012, 0 .25rem .5625rem #00000014;
}

.grid-two {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 5fr;
  display: grid;
}

.text-size-xlarge-5 {
  margin-bottom: 75px;
  padding-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.text-size-xlarge-5.text-underline {
  text-decoration: underline;
}

.about_graphic {
  padding-top: 7.5rem;
  position: relative;
}

.text-color-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 50%, #fb3639, var(--walsh--walsh-dark-green) 27%, #6b0f11);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.image-cover-28 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.badge-4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #18181b;
  background-color: #fafafa;
  border: 1px solid #fff;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.voice-visualiser {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: inherit;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  line-height: 38px;
  display: flex;
}

.voice-waveform {
  background-color: #368cfb;
  border-radius: 62.4375rem;
  width: 2px;
  animation: 1.5s ease-in-out infinite bounce;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.testimonial_text-highlight {
  background-color: #eeeef0;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
}

.badge-5 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #1a1925;
  background-color: #fff;
  border-radius: 999rem;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem .25rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
  display: flex;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.text-style-strong {
  color: #1a1925;
  font-weight: 500;
}

.container-large-20 {
  z-index: 2;
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial_rating-stars {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial_section {
  background-color: #f7f7f8;
  width: 100%;
  padding-top: 3.2rem;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

.text-size-xsmall-2 {
  margin-bottom: 0;
  font-size: .8125rem;
  line-height: 1.5;
}

.text-size-xsmall-2.text-color-tertiary {
  color: #73737f;
}

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

.testimonial_badge {
  color: #1a1925;
  background-color: #f7f7f8;
  border-radius: 999rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.text-size-medium-4 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-medium-4.text-color-tertiary {
  color: #73737f;
}

.testimonial_award {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #1a1925;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.testimonial_award.is-middle {
  margin-bottom: 1.5rem;
}

.grid-three-column-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.testimonial_awards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider-secondary-3 {
  background-color: #eeeef0;
  border-radius: .375rem;
  flex: none;
  width: 100%;
  height: 1px;
}

.background_pattern {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.background_pattern.is-top-right {
  inset: 0% 0% auto auto;
}

.background_pattern.is-bottom-left {
  inset: auto auto 0% 0%;
}

.heading-style-h5-3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}

.testimonial_rating-divider {
  background-color: #e7e7ea;
  border-radius: .375rem;
  width: 1px;
  height: 1rem;
}

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

.testimonial_avatar {
  background-color: #e7e7ea;
  border: 2px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.title-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 44.75rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-size-small-2 {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small-2.text-color-tertiary {
  color: #73737f;
}

.text-size-small-2.text-style-strong {
  color: #1a1925;
  font-weight: 500;
}

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

.row-medium.row-space-between {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.testimonial_card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.testimonial_overlay {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(0deg, #f7f7f8 25%, #f7f7f800);
  height: 12.25rem;
  position: absolute;
  inset: auto 0% 0%;
}

.background_wrapper {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-cover-29 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial_wrapper {
  max-height: 29.125rem;
  position: relative;
}

.testimonial_text {
  color: #1a1925;
  letter-spacing: -.006em;
  font-size: .875rem;
  line-height: 1.75;
}

.text-block-34 {
  width: 47%;
}

.text-block-35 {
  width: 52%;
}

.text-block-36 {
  width: 56%;
}

.title-center-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 36.75rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-style-h2-3 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.heading-style-h2-3.text-color-brand {
  color: #ff5805;
}

.logo_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 49.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-medium-10 {
  background-color: #fefdf8;
  padding: 4rem 5%;
  position: relative;
}

.logo_awards {
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.container-small-4 {
  z-index: 1;
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.overline-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-row {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: inline-flex;
}

.title-row.is-center {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.grid-three-column-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.relative {
  position: relative;
}

.title-doodle {
  z-index: 0;
  height: 1.375rem;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
}

.overline-medium {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.text-size-large-4 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-large-4.text-color-tertiary {
  color: #59595f;
}

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

.section-medium-11 {
  background-color: #fff;
  background-image: linear-gradient(#fff0, #fff0 0%, #fff 53%), linear-gradient(#fefcfb, #fffefdd1 29%, #ffffff3b 68%, #fff), url('../images/2.jpg');
  background-position: 0 0, 0 0, 0 100%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1.7rem 0% 4.3rem;
  position: relative;
  overflow: hidden;
}

.icon-medium-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.content_icon {
  border: 1px solid #c9d2d9;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.content_image-square-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  border-radius: .75rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.column-2x-large-3 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.content_grid {
  grid-column-gap: 3px;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  place-items: center stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container-medium-4 {
  width: 100%;
  margin-top: 40px;
}

.image-cover-30 {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: top;
  object-fit: cover;
  background-color: #fff0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.section-medium-12 {
  background-color: #fff;
  padding: 0 5%;
  position: relative;
}

.icon-medium-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.content_image-square-3 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.container-medium-5 {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.icon-button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 2rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.icon-button-2:hover {
  background-color: #ff4b0e;
}

.icon-button-2.is-large {
  width: 3rem;
  height: 3rem;
}

.flourish_avatar-right {
  background-color: #edeef1;
  border: .25rem solid #f7f8f8;
  border-radius: 6.188rem;
  flex: none;
  width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
}

.button-5 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #000;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s, border .3s, background-color .3s;
  display: flex;
}

.button-5:hover {
  background-color: #ff4b0e;
}

.button-5.is-large {
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 1.125rem;
}

.icon-xsmall-2 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hero_button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.flourish_avatars {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subheading-large-14 {
  letter-spacing: -.02em;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-large-14.text-color-purple {
  color: #6153bd;
}

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

.icon-medium-5 {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.hero_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-xlarge-6 {
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.65;
}

.hero_phone-gradient {
  background-image: linear-gradient(0deg, #f7f8f8 6%, #fff0);
  height: 18.125rem;
  position: absolute;
  inset: auto 0% 0%;
}

.noise-texture-2 {
  z-index: 4;
  pointer-events: none;
  background-image: url('../images/Noise--Texture.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.column-large-8 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

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

.slider-nav-styles {
  text-align: center;
  display: none;
}

.flourish_avatar-left {
  background-color: #edeef1;
  border: .25rem solid #f7f8f8;
  border-radius: 6.188rem;
  flex: none;
  width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
}

.hero_grid {
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.caption-small {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.25;
}

.caption-small.text-color-tertiary {
  color: #5b616e;
}

.hero_phone-image {
  width: 100%;
  height: 100%;
}

.hero3_section {
  background-color: #f7f8f8;
  padding: 7.5rem 5% 4.5rem;
  position: relative;
}

.feature_slider-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature_slider {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  background-color: #0000;
  flex-flow: column;
  height: auto;
  display: flex;
  overflow: hidden;
}

.hero_button-width {
  width: 100%;
  max-width: 15.625rem;
}

.flourish_wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-link-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #ff4b0e;
  justify-content: flex-start;
  align-items: center;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
}

.subheading-small {
  letter-spacing: -.02em;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-small.text-color-orange {
  color: #ff4b0e;
}

.hero_phone-accent-left {
  width: 7.5rem;
  position: absolute;
  inset: .5rem auto auto -3rem;
}

.flourish_stars {
  color: #ff4b0e;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_content-left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  max-width: 30rem;
  display: flex;
}

.column-small-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.flourish_caption {
  padding: .5rem .75rem;
}

.flourish_avatar-middle {
  z-index: 4;
  background-color: #edeef1;
  border: .25rem solid #f7f8f8;
  border-radius: 6.188rem;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  margin-bottom: .5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  overflow: hidden;
}

.feature_slider-image {
  width: 11.25rem;
}

.feature_slide-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  overflow-wrap: anywhere;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

.text-highlight {
  background-color: #c1ff71;
  padding-left: .25rem;
  padding-right: .25rem;
  display: inline-block;
  position: relative;
}

.hero_logo {
  color: #d8dbdf;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.hero_logo:hover {
  color: #000;
}

.feature_slide {
  margin-right: 1rem;
}

.slide-nav {
  margin-left: 0;
  padding: 1rem;
  position: static;
}

.heading-style-h1-4 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

.flourish_graphic {
  justify-content: center;
  align-items: flex-end;
  max-width: 23.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero_content-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.bold-text-11 {
  text-align: center;
  letter-spacing: 1px;
  width: 84%;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.smooth-triple-dot-loading-1 {
  background-color: #0000;
  width: 250px;
  height: 250px;
  display: block;
  position: relative;
}

.success {
  width: 2.5rem;
}

.money, .manage-money {
  width: 250px;
  height: 250px;
}

.text-block-37-a {
  box-sizing: border-box;
  text-align: center;
  align-self: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 20px;
}

.youtube-2 {
  margin-bottom: 40px;
}

.subheading-large-15 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.avatar-large {
  background-color: #f5f7f8;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 18px;
  display: flex;
  overflow: hidden;
}

.section-large-3 {
  background-color: #fff;
  padding: 90px 5%;
  position: relative;
}

.section-large-3.overflow-hide {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  overflow: hidden;
}

.image-cover-31 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column-small-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.column-small-6.column-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.testimonial-21-content {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-regular-14 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-14.text-color-secondary {
  color: #000;
}

.testimonial-21-wrapper {
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 424px;
}

.testimonial-21-stars {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f2c202;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-21-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fffdfd;
  border: 1px solid #c9d2d9;
  border-radius: 5px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.column-2x-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.testimonial-21-carousel {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 7% 93%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 7% 93%, #0000 100%);
}

.carousel-script {
  display: none;
}

.icon-regular-10 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.column-4x-large-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large-21 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.overline-small-3 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.column-large-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.testimonial-21-logo {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.text-span-23 {
  color: #e94646;
}

.text-span-24 {
  background-color: #f1ffb5;
}

.text-span-25 {
  background-color: #f4f8a2;
}

.column-large-10 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.text-size-large-5 {
  text-align: left;
  width: 63%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 28px;
}

.text-size-large-5.text-weight-semibold {
  text-align: center;
}

.heading-style-h6-3 {
  letter-spacing: -.03em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.section-medium-13 {
  background-color: #fff;
  background-image: url('../images/consultant-10-scaled-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 4rem 5%;
  position: relative;
}

.column-3x-large-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

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

.column-medium-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h2-4 {
  text-align: center;
  letter-spacing: -.03em;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.column-large-11 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.section-medium-14 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.image-auto {
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-auto-inner {
  position: absolute;
  inset: 0%;
}

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

.grid-three-column-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.image-cover-32 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h2-5 {
  letter-spacing: -.03em;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.bold-text-12 {
  font-size: 2.5rem;
  line-height: 1.1;
}

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

.heading-style-h3-3 {
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  width: 90%;
  margin: 0;
  font-family: Aeonik, Impact, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
}

.heading-style-h6-4 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.35;
}

.section-medium-15 {
  padding: 4rem 5%;
  position: relative;
}

.section-medium-15.background-gradient-fade-out {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-xlarge-7 {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  overflow: visible;
}

.text-size-xlarge-7.text-underline {
  color: #e24040;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.8rem;
  line-height: 1.1;
  text-decoration: none;
}

.text-color-gradient-2 {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #368cfb, #5caefe 27%, #ffeb85);
  -webkit-background-clip: text;
  background-clip: text;
}

.image-cover-33 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.badge-6 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #18181b;
  background-color: #d0edd5;
  border: 1px solid #3fa95b;
  border-radius: 6.6rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.column-2x-large-4 {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 60px;
  font-size: 1.4em;
  line-height: 1.2em;
  display: flex;
}

.text-block-37 {
  width: 100%;
}

.text-block-38 {
  font-size: .8rem;
  font-weight: 700;
}

.warning {
  aspect-ratio: auto;
  width: 80px;
  height: 80px;
  font-size: 9px;
  position: static;
}

.bold-text-13 {
  line-height: 1.2em;
}

.section-medium-16 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.text-size-xlarge-8 {
  font-size: 1.25rem;
}

.column-3x-large-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.logo_card {
  background-color: #f5f7f8;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

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

.logo_cards {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h2-6 {
  letter-spacing: -.03em;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-cover-34 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-regular-15 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.testimonial-21-wrapper-2 {
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 424px;
}

.column-2x-small-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.icon-regular-11 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.container-large-22 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.overline-small-4 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.button-4-b-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  text-align: center;
  background-color: #e54b41;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.4em;
  display: flex;
}

.button-4-b-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #e54b41;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 3.3em;
  margin: 51px auto 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.3em;
  line-height: 1em;
  display: flex;
}

.button-4-b-top:hover {
  background-color: #8d2922;
}

.heading-22 {
  margin-top: 20px;
}

.logo_testimonial {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: absolute;
}

.logo_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.logo_testimonial-blur {
  filter: blur(1.25rem);
  pointer-events: none;
  background-image: radial-gradient(circle, #b2e2bde8, #f4f4f5fa);
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-size-small-4 {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small-4.text-color-tertiary {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6;
}

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

.logo_carousel-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
}

.logo_block {
  justify-content: center;
  align-items: center;
  min-width: 12.5rem;
  padding: 1.5rem .75rem 1.5rem 0;
  display: flex;
}

.logo_embed {
  opacity: .53;
  text-align: left;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: 9.375rem;
  margin-left: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.icon-medium-6 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.logo_star {
  background-color: #ffeb85;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.logo_testimonial-content {
  z-index: 1;
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
}

.logo_testimonial-avatar {
  background-color: #fff;
  border: 2px solid #6d6867;
  border-radius: 62.4375rem;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
}

.logo_testimonial-avatar.is-grouped {
  margin-left: -.75rem;
}

.carousel-script-2 {
  display: none;
}

.section-xlarge {
  padding: 8rem 5%;
  position: relative;
}

.section-xlarge.background-secondary {
  background-color: #e9f7ed;
}

.image-cover-35 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.logo_wrapper-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-size-large-6 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-large-6.text-color-secondary-2 {
  color: #393837;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-5 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.process_step-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dot-outer {
  background-color: #ffeae6;
  border: 1px solid #ffc9bd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.process_step-count {
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.heading-style-h6-5 {
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-color-secondary-2 {
  color: #393837;
}

.process_step-line {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hiw_button-group {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: wrap-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

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

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

.process_step-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

.eyebrow-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: flex;
}

.hiw_title {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center stretch;
  margin-bottom: 4rem;
  margin-left: auto;
}

.process_step-row {
  padding-top: 1.5rem;
  display: flex;
}

.section-small-2 {
  padding: 5rem 5%;
}

.button-6 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  white-space: nowrap;
  background-color: #1f1e1e;
  border-radius: 6rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-6:hover {
  background-color: #ff443d;
}

.button-6.is-outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #d6d3d1;
}

.button-6.is-ghost {
  color: #000;
  background-color: #0000;
}

.process_line {
  background-color: #d6d3d1;
  width: 1px;
  height: 100%;
  position: absolute;
}

.dot-inner {
  background-color: #ff443d;
  border: 1px solid #fff;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  box-shadow: 0 12.229px 3.597px #201f1f00, 0 7.913px 2.877px #201f1f03, 0 4.316px 2.877px #201f1f0d, 0 2.158px 2.158px #201f1f17, 0 .719px 1.439px #201f1f1a;
}

.heading-style-h2-7 {
  letter-spacing: -.8px;
  width: 70%;
  margin: 0 auto;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.column-xsmall-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.process_step-image {
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.icon-xsmall-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section-medium-17 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.text-size-xlarge-9 {
  font-size: 1.25rem;
}

.text-size-xlarge-9.text-color-secondary {
  color: #000;
  width: 70%;
  font-size: 1.2rem;
  line-height: 23px;
}

.heading-style-h4-3 {
  letter-spacing: -.03em;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.heading-style-h2-8 {
  letter-spacing: -.03em;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-medium-17-howitworks {
  background-color: #fff;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 5%;
  position: relative;
}

.text-span-26 {
  color: #e54b41;
}

.text-span-27 {
  text-decoration: underline;
}

.text-span-28 {
  color: #e54b41;
}

.italic-text {
  color: #768b7a;
  font-size: 23px;
}

.block-quote {
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  border-left-color: #ff5757;
  width: 80%;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.4em;
}

.text-block-39 {
  width: 100%;
  margin-bottom: 42px;
  font-size: 1.1em;
  line-height: 1.3em;
}

.bold-text-14 {
  color: #000;
}

.section-medium-18 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.text-size-xlarge-10 {
  font-size: 1.25rem;
}

.logo_carousel-item {
  justify-content: center;
  align-items: center;
  min-width: 12.5rem;
  padding: 1.5rem .75rem;
  display: flex;
}

.logo_carousels {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.logo_carousel-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.column-3x-large-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #d9eedc;
  flex-flow: column;
  display: flex;
}

.carousel_script {
  display: none;
}

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

.heading-style-h2-9 {
  letter-spacing: -.03em;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-group-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.column-large-13 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.section-medium-19 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.text-size-xsmall-3 {
  font-size: .75rem;
}

.button-7 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-7.is-ghost {
  color: #000;
  background-color: #0000;
}

.button-7.is-outline {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9d2d9;
}

.icon-xlarge {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.text-size-xlarge-11 {
  font-size: 1.25rem;
}

.text-size-xlarge-11.text-color-secondary {
  color: #000;
  -webkit-text-stroke-color: #000;
}

.divider {
  color: #f0f0f0;
  -webkit-text-stroke-color: #f5f0f0;
  background-color: #000;
  width: 70%;
  height: 1px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.image-cover-36 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.column-medium-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  margin-top: 48px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  display: block;
}

.column-medium-3.column-center {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 156px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-style-h2-10 {
  letter-spacing: -.03em;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-22 {
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: #df5959;
  text-overflow: clip;
  white-space: nowrap;
  border-radius: 80px;
  width: 100px;
  max-width: none;
  height: 100px;
  overflow: hidden;
}

.text-block-40 {
  text-align: left;
  width: 77%;
  padding-top: 20px;
  padding-left: 20px;
}

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

.heading-style-h2-11 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.heading-style-h2-11.text-color-brand {
  color: #ff5805;
}

.section-medium-20 {
  background-color: #f5f5f6;
  padding: 4rem 5%;
  position: relative;
}

.container-small-5 {
  z-index: 1;
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-three-column-6 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.icon-xsmall-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.text-size-large-7 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-large-7.text-color-tertiary {
  color: #59595f;
}

.heading-style-h2-12 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.heading-style-h2-12.text-color-brand {
  color: #ff5805;
}

.section-medium-21 {
  background-color: #f5f5f6;
  padding: 4rem 5%;
  position: relative;
}

.grid-three-column-7 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.text-size-large-8 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-large-8.text-color-tertiary {
  color: #59595f;
}

.heading-style-h2-13 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.heading-style-h2-13.text-color-brand {
  color: #ff5805;
}

.section-medium-22 {
  background-color: #f5f5f6;
  padding: 4rem 5%;
  position: relative;
}

.text-size-large-9 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-large-9.text-color-tertiary {
  color: #59595f;
}

.countup-script {
  display: none;
}

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

.text-size-xlarge-12 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.6;
}

.container-medium-14 {
  z-index: 1;
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.text-size-medium-6.text-weight-semibold {
  font-weight: 600;
}

.content_subheading {
  max-width: 13rem;
}

.heading-style-h5-4 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

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

.eyebrow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.content1_heading {
  max-width: 60rem;
  margin-left: auto;
}

.text-size-small-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.6;
}

.content1_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.content1_main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.content1_about {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  max-width: 60rem;
  display: flex;
}

.eyebrow_base-bar {
  background-color: #d1d1d1;
  width: 0%;
  height: 1px;
}

.content1_component {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  display: flex;
}

.eyebrow_base {
  background-color: #e7e7e780;
  width: 100%;
  height: 1px;
  position: relative;
}

.section-medium-23 {
  padding: 3rem 5%;
  position: relative;
}

.overline-3 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.6;
}

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

.column-large-14 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.overline-4 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.text-size-large-10 {
  font-size: 1.125rem;
}

.testimonial17_slider {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #0000;
  flex-flow: column;
  height: auto;
  display: flex;
}

.section-medium-24 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.icon-medium-7 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.button-8 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f32424;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-8.is-outline {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9d2d9;
}

.button-8.is-secondary {
  color: #000;
  background-color: #f5f7f8;
}

.text-size-xlarge-13 {
  font-size: 1.25rem;
}

.padding-large-2 {
  padding: 1.5rem;
}

.image-cover-37 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h2-14 {
  letter-spacing: -.03em;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.overline-5 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.section-medium-25 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.text-size-xlarge-14 {
  font-size: 1.25rem;
}

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

.heading-style-h2-15 {
  letter-spacing: -.03em;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-cover-38 {
  color: #3fa95b;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-21-content-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-regular-16 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-16.text-color-secondary {
  color: #000;
  font-weight: 700;
}

.testimonial-21-wrapper-3 {
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 424px;
}

.testimonial-21-card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #d0edd54d;
  border: 1px solid #c9d2d9;
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.column-2x-small-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.icon-regular-12 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.container-large-23 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.overline-small-5 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.hiw_number-2 {
  color: #fff;
  background-color: #e54b41;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
}

.hiw_absolute {
  position: absolute;
  inset: 0%;
}

.overline-6 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.hiw_step-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.section-medium-26 {
  background-color: #fff;
  background-image: linear-gradient(#eeeeee94, #fff), url('../images/Untitled-design-22.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 80%;
  padding: 4rem 5%;
  position: relative;
}

.hiw_component-grid-small {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-content: center;
  width: 100%;
}

.hiw_line {
  color: #e05151;
  background-color: #a3a3a3;
  width: 2px;
  height: 100%;
}

.hiw_list {
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

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

.text-size-small-6.text-color-secondary {
  color: #242525;
}

.hiw_image-large {
  border-radius: 1rem;
  width: 100%;
  min-height: 25rem;
  position: relative;
  overflow: hidden;
}

.text-size-xlarge-15 {
  font-size: 1.25rem;
}

.text-size-xlarge-15.text-color-secondary {
  color: #000;
}

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

.hiw_padding {
  padding-bottom: 2.5rem;
}

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

.image-cover-39 {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.heading-style-h2-16 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  width: 70%;
  font-family: Aeonik, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-4-b--c {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  text-align: center;
  background-color: #e54b41;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-height: auto;
  max-height: 3.7em;
  margin: 57px auto 30px;
  font-size: 1.3em;
  line-height: 2.9em;
  display: block;
}

.features-metrics-2 {
  background-color: #fff0;
  border-bottom: 1px solid #e4ebf3;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  position: relative;
}

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

.features-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.features-title-2 {
  width: 99.9997%;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.text-style-link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

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

.footer_logo-link {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 6.5rem;
  display: flex;
}

.button-link {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #000;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-flex;
}

.button-link.is-small {
  font-size: .875rem;
}

.column-large-15 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.overline-7 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.footer_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.text-size-xsmall-4 {
  font-size: .75rem;
}

.text-size-xsmall-4.text-color-tertiary {
  color: #000;
  font-size: .9rem;
}

.footer_legal-link {
  color: #50555f;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.footer_legal-link:hover {
  color: #000;
}

.footer_links-four {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.form_input-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9d2d9;
  border-radius: .625rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .625rem .75rem;
  font-size: 1rem;
  transition: border-color .3s;
}

.form_input-2:hover {
  border-color: #95a0b2;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #50555f;
}

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

.footer_newsletter {
  width: 100%;
  max-width: 25.6875rem;
  margin-bottom: 0;
}

.footer_legal-links {
  grid-column-gap: 2rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 14px;
  display: flex;
}

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

.footer_section {
  background-color: #d0edd5;
  padding: 3rem 5%;
  position: relative;
}

.row-2x-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_label {
  margin-bottom: 0;
  font-weight: 500;
}

.footer_legal-copyright {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer_company {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 25rem;
  display: flex;
}

.image-23 {
  width: 11%;
  max-width: 15%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-41 {
  color: #000;
  font-size: 1.4em;
}

.image-cover-36-copy {
  object-fit: contain;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: block;
}

.text-span-29 {
  color: #e54b41;
}

.text-span-30 {
  color: #e54b41;
  text-align: left;
}

.text-span-31 {
  color: #e54b41;
}

.text-span-32 {
  color: #3fa95b;
}

.text-span-33, .text-span-34, .text-span-35 {
  color: #e54b41;
}

.cta_image-card {
  aspect-ratio: 1;
  border: .25rem solid #fff;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 6.25rem 1.875rem #0000, 0 4.375rem 1.6875rem #00000003, 0 2.5rem 1.5rem #0000000a, 0 1.0625rem 1.0625rem #00000012, 0 .25rem .5625rem #00000014;
}

.cta_card-large {
  background-color: #fff;
  border-radius: 1rem;
  padding: 4rem 5%;
}

.column-large-16 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.column-large-16.column-left {
  justify-content: center;
  align-items: flex-start;
}

.text-size-large-11 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.heading-style-h3-4 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-medium-7 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-medium-7.text-weight-medium {
  font-size: .8rem;
  font-weight: 500;
}

.text-size-medium-7.text-color-secondary {
  color: #3f3f46;
  font-size: 1rem;
}

.button-9 {
  color: #18181b;
  text-align: center;
  white-space: nowrap;
  background-color: #daecff;
  border: 1px solid #90cbff;
  border-radius: 6.1875rem;
  justify-content: center;
  align-items: center;
  padding: .375rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
  box-shadow: inset 0 1px 2px 2px #fff, 0 1px 1px #25252726;
}

.button-9:hover {
  background-color: #bddfff;
  box-shadow: inset 0 1px 2px 2px #eff7ff, 0 1px 1px #25252726;
}

.avatar-3 {
  background-color: #fafafa;
  border-radius: 62.4375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  overflow: hidden;
}

.avatar-3.is-group {
  outline-offset: 0px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  outline-offset: 0px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8rem;
  outline: .1rem #fff0;
  width: 2.7rem;
  height: 2.6rem;
  margin-right: -.5rem;
}

.cta_icon-wrapper {
  background-image: linear-gradient(66deg, #368cfb, #90cbff 57%, #ffeb85);
  border-radius: 62.4375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

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

.cta_avatar-row {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 42%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20%;
  display: flex;
}

.container-medium-18 {
  z-index: 1;
  width: 100%;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  min-height: 1.5rem;
  padding-left: .375rem;
  padding-right: .375rem;
  display: flex;
}

.cta_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: grid;
}

.avatar-group {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding-right: 0;
  display: flex;
}

.section-small-3 {
  padding: 3rem 5%;
  position: relative;
}

.section-small-3.background-secondary {
  background-color: #f4f4f5;
}

.button-icon-wrapper {
  background-color: #fff;
  border-radius: 62.4375rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  box-shadow: 0 1px 1px #0000000d;
}

.cta_circular-text {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-cover-40 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta_images {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.badge-7 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #18181b;
  background-color: #fafafa;
  border: 1px solid #fff;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.column-2x-large-5 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.section-9 {
  width: 70%;
}

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

.text-block-43, .text-block-44 {
  text-align: center;
}

.text-block-45 {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4em;
}

.youtube-3 {
  margin-bottom: 20px;
}

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

.bold-text-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: 0;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
}

.image-24 {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
}

.body-4 {
  display: block;
}

.code-embed-16 {
  text-align: center;
  width: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-25 {
  width: 16%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.success-2 {
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.confetti {
  width: 250px;
  height: 250px;
}

.body-5 {
  background-image: linear-gradient(#d3cccca1, #fff), url('../images/Untitled-design-21.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-23, .text-block-46 {
  text-align: center;
}

.button-4-b-last {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  text-align: center;
  background-color: #e54b41;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 35%;
  min-height: 3em;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  line-height: 2.9em;
  display: block;
}

.text-span-36 {
  color: #e54c40;
}

.text-block-47 {
  font-size: 14%;
}

.text-block-48, .text-block-49 {
  width: 60%;
  font-size: 1.2em;
}

.bold-text-18 {
  width: 60.0001%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  display: block;
}

.heading-24 {
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  text-indent: 0;
  text-transform: none;
  column-count: auto;
  font-family: Aeonik, Impact, sans-serif;
  font-size: 2.1em;
  font-style: normal;
  font-weight: 900;
  line-height: .9;
}

.heading-25 {
  text-align: center;
  letter-spacing: -1px;
  font-family: Aeonik, Impact, sans-serif;
  font-size: 2em;
  font-weight: 900;
  line-height: .9em;
}

.heading-26, .text-block-50, .text-block-51 {
  text-align: center;
}

.column-4 {
  font-family: Aeonik, Impact, sans-serif;
  font-weight: 900;
}

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

.overline-8 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.section-medium-27 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.text-size-xlarge-16 {
  font-size: 1.25rem;
}

.heading-style-h4-4 {
  letter-spacing: -.03em;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.hiw_grid-three {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.hiw_step-large-image {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

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

.image-cover-41 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hiw_image {
  border-radius: .5rem;
  width: 100%;
  height: 16rem;
  overflow: hidden;
}

.heading-style-h2-17 {
  letter-spacing: -.03em;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.overline-9 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
}

.section-medium-28 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.text-size-xlarge-17 {
  font-size: 1.25rem;
}

.text-size-xlarge-17.text-color-secondary {
  color: #000;
}

.text-size-xlarge-17.text-weight-semibold {
  text-align: center;
  font-size: 1.3rem;
}

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

.image-cover-42 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h2-18 {
  letter-spacing: -.03em;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  margin-bottom: 49px;
}

.container-medium-21 {
  z-index: 1;
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.process4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.process4_line-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.process4_line-wrapper.is-last {
  border-bottom: 1px solid #ff5310;
}

.process4_line-wrapper.is-first {
  border-top: 1px solid #ff5310;
  width: 1.5rem;
}

.process4_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.badge-8 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  white-space: nowrap;
  background-color: #dd2424;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.process4_list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.process4_image-wrapper {
  border-radius: 1.5rem;
  overflow: hidden;
}

.heading-style-h6-6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4;
}

.process4_badge-wrapper {
  z-index: 1;
  background-color: #fff0;
  padding-top: .25rem;
  padding-bottom: .25rem;
  position: absolute;
}

.process4_list-check {
  color: #ff5310;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.process4_image-space {
  max-width: 40%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.process4_step {
  grid-column-gap: 3.3rem;
  grid-row-gap: 3.3rem;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.process4_line {
  background-color: #ff1010;
  width: 1px;
  height: 100%;
}

.image-cover-43 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 50%;
  display: inline-block;
}

.section-medium-29 {
  background-color: #d0edd5;
  margin-top: 90px;
  padding: 3rem 5%;
  position: relative;
}

.overline-10 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.6;
}

.heading-27 {
  text-align: center;
  width: 74%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1em;
}

.image-26 {
  margin-bottom: 30px;
}

.bold-text-20 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: .7em;
  line-height: 27px;
  display: block;
}

.image-27 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-group-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

.column-large-17 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.column-large-17.column-center {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  width: 100%;
  padding-bottom: 92px;
}

.hero_carousel-content {
  box-sizing: border-box;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000;
  background-image: linear-gradient(#d9eedc, #fff);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 31px;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.hero_carousel-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overline-11 {
  color: #fff;
  text-align: center;
  letter-spacing: .8px;
  text-transform: uppercase;
  width: 90%;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-style-h1-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 100%;
  margin: 10px auto 40px;
  font-family: Aeonik, Impact, sans-serif;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1em;
}

.text-size-xlarge-18 {
  color: #fff;
  width: 90%;
  margin: 40px auto 36px;
  font-size: 1.3rem;
  line-height: 1.4em;
}

.hero_carousel-image {
  width: 18.75rem;
  height: 18.75rem;
}

.image-cover-44 {
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.image-28 {
  width: 80%;
  margin-bottom: 39px;
  margin-left: auto;
  margin-right: auto;
}

.overline-12 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.text-size-large-12 {
  letter-spacing: 0;
  width: 100%;
  margin-bottom: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.text-size-large-12.text-weight-semibold {
  text-align: center;
}

.section-medium-30 {
  background-color: #d9eedc;
  width: 100%;
  padding: 0 5% 4rem;
  position: relative;
}

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

.content_image-square-4 {
  aspect-ratio: 1;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.column-2x-large-6 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.content_grid-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 36px;
  padding-bottom: 61px;
  display: grid;
}

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

.image-cover-45 {
  vertical-align: baseline;
  object-fit: contain;
  width: 100%;
  margin-top: 69px;
  display: block;
  overflow: hidden;
}

.heading-style-h2-19 {
  letter-spacing: -.03em;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.overline-13 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.text-size-large-13 {
  font-size: 1.125rem;
}

.section-medium-31 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.content_image-square-5 {
  aspect-ratio: 1;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.column-2x-large-7 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

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

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

.image-cover-46 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 90%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-style-h2-20 {
  letter-spacing: -.03em;
  margin-bottom: 20px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.columns-2 {
  margin-left: 0;
  margin-right: auto;
}

.hiw_number-3 {
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
}

.container-2x-small-3 {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.column-large-18 {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  flex-flow: column;
  display: flex;
}

.overline-14 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.section-medium-32 {
  color: #fdfdfd;
  background-color: #343c35;
  background-image: linear-gradient(315deg, #131413, #303c32c4), url('../images/WIP-Leak.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 4rem 5%;
  position: relative;
}

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

.text-size-medium-9.text-color-secondary {
  color: #000;
  font-size: 1.1rem;
}

.text-size-xlarge-19 {
  font-size: 1.25rem;
}

.text-size-xlarge-19.text-weight-semibold {
  color: #000;
  text-align: left;
  margin-bottom: 6px;
  line-height: 22px;
}

.hiw_card-wide {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  background-color: #d0edd5;
  border: 2px solid #fff;
  border-radius: .5rem;
  flex-flow: row;
  margin-bottom: 6px;
  padding: 1.5rem;
  display: flex;
}

.heading-style-h2-21 {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.column-small-8.column-center {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100%;
  margin-top: auto;
  display: block;
}

.text-block-52 {
  color: #fff;
}

.container-32 {
  text-align: left;
  width: 80%;
  max-width: none;
}

.text-block-45-copy {
  text-align: center;
  color: #000;
  text-align: center;
  text-align: center;
  width: 77%;
  margin-left: 0;
  margin-right: auto;
  font-size: 1.1em;
}

.button-4-b-top-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 1;
  text-align: center;
  background-color: #e54b41;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 78%;
  min-height: 3.4em;
  margin: 20px auto 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.6em;
  line-height: 1em;
  display: flex;
}

.heading-28 {
  font-size: 27px;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-left: 10px;
  font-size: 1.8em;
}

.code-embed-17 {
  width: 2%;
  padding-top: 5px;
}

.image-29 {
  width: 46%;
  margin: 20px auto;
  display: block;
}

.hero-without-image {
  background-color: #d9eedc;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-13 {
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.7em;
  line-height: 1.1em;
}

.button-primary-30 {
  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-30:hover {
  color: #fff;
  background-color: #32343a;
}

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

.container-32-copy {
  text-align: left;
  width: 80%;
  max-width: none;
}

.heading-30 {
  color: #000;
  text-transform: capitalize;
  font-family: Aeonik, Impact, sans-serif;
  font-size: 3.4em;
  line-height: 1em;
}

.text-block-53 {
  text-align: center;
  font-size: 1.3em;
}

.text-block-54 {
  color: #fff;
  font-size: 1.2em;
}

.text-block-55, .text-block-56, .text-block-57 {
  text-align: center;
}

.content9_component {
  grid-column-gap: 2.7rem;
  grid-row-gap: 2.7rem;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-medium-24 {
  z-index: 1;
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.text-size-medium-10.text-weight-semibold {
  font-weight: 600;
}

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

.content9_subheading {
  max-width: 39rem;
  margin-left: auto;
}

.heading-style-h2-22 {
  text-align: center;
  letter-spacing: -.03em;
  text-transform: capitalize;
  width: 100%;
  margin: 0 auto 20px;
  font-family: Aeonik, Impact, sans-serif;
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 1;
}

.content9_service {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-right: 1px solid #e7e7e7;
  flex-flow: column;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.content9_service.is-first {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  padding-left: 2rem;
}

.content9_service.is-last {
  border-right-style: none;
}

.content9_heading {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.column-medium-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.content9_services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-medium-33 {
  margin-top: -39px;
  padding: 0 5%;
  position: relative;
}

.overline-15 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.6;
}

.text-block-58 {
  text-align: center;
  width: 80%;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6em;
  line-height: 1.4em;
}

.image-30 {
  object-fit: fill;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.container-34 {
  width: 59%;
  padding-left: 20px;
  padding-right: 20px;
}

.column-large-19 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.column-large-19.column-left {
  justify-content: center;
  align-items: flex-start;
}

.text-size-large-14 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.heading-style-h3-5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-medium-11 {
  text-align: left;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 1rem;
  line-height: 1.1;
}

.text-size-medium-11.text-weight-medium {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.text-size-medium-11.text-color-secondary {
  color: #fff9b9;
}

.text-size-medium-11.text-weight-medium-copy {
  color: #000;
  font-weight: 500;
}

.button-10 {
  color: #18181b;
  text-align: center;
  white-space: nowrap;
  background-color: #daecff;
  border: 1px solid #90cbff;
  border-radius: 6.1875rem;
  justify-content: center;
  align-items: center;
  padding: .375rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
  box-shadow: inset 0 1px 2px 2px #fff, 0 1px 1px #25252726;
}

.button-10:hover {
  background-color: #bddfff;
  box-shadow: inset 0 1px 2px 2px #eff7ff, 0 1px 1px #25252726;
}

.cta_avatar-row-2 {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: flex;
}

.container-medium-25 {
  z-index: 1;
  width: 100%;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.avatar-group-2 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 27%;
  padding-right: .75rem;
  display: flex;
}

.image-cover-47 {
  object-fit: contain;
  border: 1px #d9eedc;
  border-radius: 20px;
  max-width: 81%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.badge-9 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #18181b;
  background-color: #fafafa;
  border: 1px solid #fff;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.column-2x-large-8 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.container-35 {
  max-width: 53%;
}

.heading-31 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}

.image-31 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.modal-card-4 {
  z-index: 1;
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1.5px solid #131315;
  border-radius: 16px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 934px;
  margin-top: 100px;
  padding: 12px 0 12px 12px;
  display: flex;
  position: relative;
  box-shadow: 3px 3px #131315;
}

.h4-heading-4 {
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, Impact, sans-serif;
  font-size: 2.3em;
  line-height: .9em;
}

.form-block-large-3 {
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  margin-bottom: 0;
}

.container-regular-6 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-primary-31 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #131315;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.modal-background-3 {
  cursor: pointer;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.modal-content-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 100px 64px;
  display: flex;
}

.paragraph-small-14 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-14.text-color-gray-800 {
  color: #55555e;
  text-align: center;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 1.3;
}

.section-regular-34 {
  background-color: #30252500;
  padding: 96px 5%;
  position: relative;
}

.modal-overlay-3 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 60px 3%;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-full-4 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.modal-close-button-2 {
  color: #9797a1;
  flex: none;
  width: 32px;
  height: 32px;
  transition: all .3s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.modal-close-button-2:hover {
  color: #333338;
}

.button-group-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

.column-large-20 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.column-medium-5.column-center {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero_component {
  margin-top: auto;
  position: relative;
}

.overline-16 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

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

.heading-style-h1-6 {
  letter-spacing: -.05em;
  margin-top: auto;
  font-family: Aeonik, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

.button-11 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-11.is-secondary {
  color: #000;
  background-color: #f5f7f8;
}

.text-size-xlarge-20 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.hero_section-absolute {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  margin-top: 51px;
  padding: 0 5%;
  display: block;
}

.container-medium-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero_image-right {
  background-color: #2f593400;
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.text-block-60 {
  text-align: center;
  width: 100%;
  font-size: 18px;
}

.heading-32 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Aeonik, Impact, sans-serif;
}

.text-block-61 {
  text-align: center;
  width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4em;
  line-height: 1.2em;
}

.cell {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.button-group-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

.column-large-21 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.hero_component-2 {
  position: relative;
}

.overline-17 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 30px;
}

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

.heading-style-h1-7 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Aeonik, Impact, sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.1;
}

.button-12 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-12.is-secondary {
  color: #000;
  background-color: #f5f7f8;
}

.text-size-xlarge-21 {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.3em;
}

.hero_section-absolute-2 {
  background-color: #d9eedc;
  align-items: center;
  min-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 5%;
  display: block;
}

.container-medium-27 {
  width: 100%;
  max-width: 80rem;
  margin-top: 114px;
  margin-left: auto;
  margin-right: auto;
}

.image-cover-49 {
  box-sizing: content-box;
  object-fit: scale-down;
  max-width: 100%;
  max-height: 100%;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 14px;
  display: block;
}

.hero_image-right-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 49%;
  min-height: 100%;
  margin-top: 36px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 70px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.image-cover-50 {
  object-fit: contain;
  background-color: #d9eedc;
  width: 100%;
  height: 100%;
}

.modal-card-5 {
  z-index: 1;
  grid-row-gap: 32px;
  background-color: #d9eedc;
  border: 1.5px solid #131315;
  border-radius: 16px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 840px;
  margin-top: 87px;
  padding: 12px 0 12px 12px;
  display: flex;
  position: relative;
  box-shadow: 3px 3px #131315;
}

.h4-heading-5 {
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
}

.form-block-large-4 {
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  margin-bottom: 0;
}

.container-regular-7 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-primary-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-color: #db473b;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 74%;
  height: 3.2em;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.input-2 {
  margin-bottom: 16px;
  position: relative;
}

.modal-background-4 {
  cursor: pointer;
  background-color: #0d1d0fbf;
  position: absolute;
  inset: 0%;
}

.text-field-regular-3 {
  letter-spacing: -.02em;
  border-radius: 6px;
  min-height: 48px;
  margin-bottom: 15px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.8;
}

.text-field-regular-3::placeholder {
  color: #9797a1;
}

.modal-content-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #d9eedc;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 100px 64px;
  display: flex;
}

.button-full-5 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.container-36 {
  background-color: #d9eedc;
  width: 100%;
  max-width: 100%;
}

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

.modal-card-6 {
  z-index: 1;
  grid-row-gap: 32px;
  background-color: var(--elements-webflow-library--neutral--300);
  border: 1.5px solid #fff;
  border-radius: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  max-height: 70%;
  margin-top: 200px;
  padding: 12px 0 12px 12px;
  display: flex;
  position: relative;
  box-shadow: 4px 10px 19px -3px #13131554;
}

.h4-heading-6 {
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
}

.container-regular-8 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-primary-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #e54b41;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  padding: 12px 32px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.modal-background-5 {
  cursor: pointer;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.text-field-regular-4 {
  letter-spacing: -.02em;
  border-radius: 6px;
  min-height: 48px;
  margin-bottom: 15px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.8;
}

.text-field-regular-4::placeholder {
  color: #9797a1;
}

.modal-content-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 100px 64px;
  display: flex;
}

.button-full-6 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.icon-regular-13 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cta_avatar-row-2-copy {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 9px;
  margin-left: auto;
  display: flex;
}

.bold-text-21 {
  font-size: .9rem;
  line-height: .8;
}

.section-10 {
  margin-bottom: 24px;
}

.text-span-37 {
  color: #db473c;
}

.image-32 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-33 {
  text-align: center;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 4.4em;
  line-height: 1em;
}

.bold-text-22 {
  font-weight: 400;
}

.text-block-62 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: right;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 12%;
  margin-top: 0;
  margin-bottom: 36px;
  margin-right: 0;
  padding-right: 0;
  display: inline-flex;
  position: static;
}

@media screen and (max-width: 991px) {
  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-3-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .text-block-5 {
    width: 90%;
    margin-left: 26px;
    font-size: 16px;
  }

  .h1-heading {
    min-width: 600px;
    font-size: 44px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .paragraph-regular-1.text-color-secondary-light {
    text-align: left;
    word-break: keep-all;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .image-cover-5 {
    margin-top: auto;
    margin-bottom: 42px;
    display: block;
  }

  .column-large {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .button-primary-large-3 {
    clear: none;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    width: 100%;
  }

  .paragraph-large-3 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .title-center {
    margin-bottom: 60px;
  }

  .container-x-small {
    padding-left: 0;
  }

  .h2-heading-3 {
    width: 100%;
    max-width: 100%;
    font-size: 37px;
    line-height: 1.2;
  }

  .hiw-27-card {
    margin: auto auto 0;
    padding: 20px 0 20px 20px;
    display: flex;
  }

  .alert-banner-outline {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    object-fit: fill;
    justify-content: space-between;
    align-items: center;
    height: 51px;
    margin-bottom: 18px;
    padding-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 4em;
    display: block;
    position: static;
    left: auto;
    overflow: visible;
  }

  .label-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: flex;
  }

  .label-small.text-color-tertiary {
    text-align: center;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: 1.4em;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1em;
    display: block;
  }

  .alert-banner-left {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .icon-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .centered-heading-7.margin-bottom-32px {
    width: 100%;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .form-block-3 {
    width: 99.9998%;
  }

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

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

  .column-large-2.hide-tablet {
    display: none;
  }

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

  .icon-regular {
    display: flex;
  }

  .content-6-component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .content-6-image {
    max-width: none;
    height: 100%;
    margin-top: auto;
  }

  .text-span-3 {
    margin-top: 20px;
    display: block;
  }

  .blog-image-large {
    aspect-ratio: auto;
  }

  .blog-card-large {
    grid-template-columns: 1fr;
  }

  .h1-heading-3 {
    margin-bottom: 20px;
    font-size: 42px;
  }

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

  .image-cover-7 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    max-width: none;
    overflow: auto;
  }

  .paragraph-large-9.text-weight-medium {
    font-size: 1.1em;
  }

  .content-5-component-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .section-regular-14 {
    width: 100%;
    max-width: none;
    overflow: auto;
  }

  .content-5-image-2 {
    max-width: none;
    height: 520px;
  }

  .h2-heading-9 {
    text-align: left;
    width: 100%;
    max-width: 100%;
    font-size: 42px;
  }

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

  .logo-carousel-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .h2-heading-10 {
    font-size: 48px;
  }

  .logo-16-footnote {
    margin-top: 60px;
  }

  .title-center-large {
    margin-bottom: 60px;
  }

  .section-regular {
    padding-top: 47px;
  }

  .logo-16-carousels {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .bold-text-6 {
    margin-left: auto;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .content-16-component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .content-16-image {
    max-width: none;
    height: 520px;
  }

  .content-15-component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .content-15-image {
    max-width: none;
    height: 520px;
  }

  .h2-heading-14 {
    font-size: 48px;
  }

  .button-primary {
    display: flex;
  }

  .modal-content {
    padding: 64px 40px;
  }

  .modal-overlay {
    display: flex;
  }

  .h4-heading-2 {
    text-align: left;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    height: 77px;
    font-size: 26px;
    line-height: 1.2;
    display: block;
  }

  .button-primary-17 {
    display: flex;
  }

  .modal-content-2 {
    padding: 64px 40px;
  }

  .heading-18 {
    width: 80%;
    font-size: 30px;
    line-height: 49px;
  }

  .content-14-component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .content-14-image {
    max-width: none;
    height: 520px;
  }

  .image-cover-14 {
    width: 100%;
    height: 100%;
    margin-top: 43px;
    margin-bottom: 0;
    padding-bottom: 31px;
  }

  .content-16-component-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr 1.5fr;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .content-16-image-2 {
    max-width: none;
    height: 520px;
  }

  .alert-banner-outline-2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .alert-banner-left-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .offer-page-button-1 {
    width: 54%;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .button-primary-optin {
    display: flex;
  }

  .text-span-17 {
    font-size: 44px;
    line-height: 0;
  }

  .button-primary-smaller {
    width: 100%;
    display: flex;
  }

  .h1-heading-6 {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .icon-regular-7 {
    display: flex;
  }

  .offer-page-button-1-2 {
    width: 54%;
  }

  .button-primary--btm {
    display: flex;
  }

  .modal-content-3 {
    padding: 64px 40px;
  }

  .button-primary-20-modal, .button-primary-sml {
    display: flex;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .navbar-logo-center-container.shadow-three {
    padding-top: 0;
  }

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

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

  .navbar-brand-three {
    position: relative;
  }

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

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

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

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-padding-image-hero {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .button-primary-22, .multi-step-submit-button {
    display: flex;
  }

  .step-form-grid {
    grid-template-columns: 1fr;
  }

  .title-center-3 {
    margin-bottom: 60px;
  }

  .h2-heading-18 {
    font-size: 48px;
  }

  .button-primary-list, .button-primary-list--list-offer {
    display: flex;
  }

  .heading-20 {
    width: 72%;
  }

  .button-primary--btm-copy {
    display: flex;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .newsletter_form-block {
    align-items: center;
  }

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

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

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .chart-detail-wrapper {
    display: none;
  }

  .button-primary-29 {
    display: flex;
  }

  .container-regular-5 {
    width: 100%;
  }

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

  .heading-style-h2 {
    font-size: 3rem;
  }

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

  .nav_button-group {
    display: none;
  }

  .nav_menu {
    background-color: #fff;
    border-bottom: 1px solid #c9d2d9;
    padding-bottom: .5rem;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
  }

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

  .nav_links {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .heading-21 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-21 {
    width: 17%;
  }

  .content_feature-details {
    padding: 0;
  }

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

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

  .content_card-image {
    max-width: none;
  }

  .content_wrapper {
    flex-flow: column;
  }

  .content_image-square {
    order: -9999;
  }

  .content_slider {
    padding-bottom: 4rem;
  }

  .content_image-wrapper {
    margin-bottom: -35%;
  }

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

  .content_image-top {
    order: -9999;
  }

  .content_section {
    padding-top: 4rem;
    padding-bottom: 35.25rem;
  }

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

  .content_left {
    max-width: none;
  }

  .content_item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .content_column {
    order: 9999;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .content_feature-link {
    grid-auto-columns: 1fr;
  }

  .content_images {
    max-width: none;
    max-height: 31.25rem;
    inset: auto 0% 0%;
  }

  .content-tabs {
    flex-direction: column-reverse;
  }

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

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

  .hiw_line-horizontal {
    width: 1px;
    height: 5rem;
  }

  .hiw_line-horizontal.is-last-line {
    display: none;
  }

  .logo_footnote {
    margin-top: 3.75rem;
  }

  .hiw_details-bottom {
    padding-top: .5rem;
  }

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

  .hiw_header-top {
    flex-flow: column;
  }

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

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

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

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

  .features-wrapper {
    justify-content: space-between;
  }

  .grid-three-column-3, .grid-three-column-4 {
    grid-template-columns: 1fr 1fr;
  }

  .content_image-square-2 {
    max-height: 24rem;
  }

  .content_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .content_image-square-3 {
    max-height: 24rem;
  }

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

  .hero_phone-image {
    object-position: 50% 0%;
  }

  .hero3_section {
    padding-top: 3.75rem;
  }

  .hero_content-right {
    max-width: none;
  }

  .column-4x-large-3 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .column-3x-large-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-style-h2-4 {
    font-size: 3rem;
  }

  .image-auto {
    aspect-ratio: 3 / 2;
  }

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

  .heading-style-h2-5 {
    font-size: 3rem;
  }

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

  .column-3x-large-3 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

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

  .heading-style-h2-6 {
    font-size: 3rem;
  }

  .button-4-b-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .hiw_button-group {
    justify-content: flex-start;
    align-items: center;
  }

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

  .process_step-row {
    flex-flow: column;
  }

  .process_step-image {
    justify-content: flex-start;
    align-items: center;
  }

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

  .heading-style-h2-8 {
    font-size: 3rem;
  }

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

  .column-3x-large-4 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-style-h2-9 {
    font-size: 3rem;
  }

  .column-medium-3.column-center {
    width: 100%;
  }

  .heading-style-h2-10 {
    font-size: 3rem;
  }

  .text-block-40 {
    width: 97%;
    padding-left: 10%;
  }

  .grid-three-column-6, .grid-three-column-7, .content1_statistics {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h5-4 {
    font-size: 1.75rem;
  }

  .content1_about {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .heading-style-h2-14, .heading-style-h2-15 {
    font-size: 3rem;
  }

  .hiw_component-grid-small {
    grid-template-columns: 1fr;
  }

  .heading-style-h2-16 {
    font-size: 3rem;
  }

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

  .features-wrapper-2 {
    justify-content: space-between;
  }

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

  .footer_links-four {
    grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  }

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

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

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

  .hiw_grid-three {
    grid-template-columns: 1fr;
  }

  .heading-style-h2-17, .heading-style-h2-18 {
    font-size: 3rem;
  }

  .process4_line-wrapper {
    margin-right: 0;
  }

  .process4_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    order: -9999;
    max-width: none;
    padding-bottom: 0;
  }

  .process4_image-wrapper {
    max-height: 20rem;
  }

  .process4_badge-wrapper {
    top: 2rem;
    right: -.5rem;
  }

  .process4_image-space {
    max-width: none;
    padding-top: 0;
  }

  .process4_step {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-right: 5rem;
  }

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

  .content_image-square-4 {
    max-height: 24rem;
  }

  .content_grid-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-style-h2-19 {
    font-size: 3rem;
  }

  .content_image-square-5 {
    max-height: 24rem;
  }

  .content_grid-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-style-h2-20, .heading-style-h2-21 {
    font-size: 3rem;
  }

  .button-4-b-top-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

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

  .content9_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-style-h2-22 {
    font-size: 3rem;
  }

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

  .content9_service.is-first {
    border-bottom: 1px solid #e7e7e7;
    padding-left: 2rem;
  }

  .content9_service.is-second {
    border-bottom: 1px solid #e7e7e7;
    border-right-style: none;
  }

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

  .button-primary-31 {
    display: flex;
  }

  .modal-content-4 {
    padding: 64px 40px;
  }

  .hero_content-left-2 {
    max-width: none;
  }

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

  .hero_section-absolute {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero_image-right {
    max-width: none;
    height: 30rem;
    position: static;
  }

  .overline-17 {
    margin-top: -120px;
  }

  .hero_content-left-3 {
    max-width: none;
  }

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

  .hero_section-absolute-2 {
    height: 99%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-cover-49 {
    width: 100%;
    max-width: none;
    height: 70%;
    max-height: none;
    overflow: hidden;
  }

  .hero_image-right-2 {
    max-width: none;
    height: 30rem;
    position: static;
  }

  .button-primary-32 {
    display: flex;
  }

  .modal-content-5 {
    padding: 64px 40px;
  }

  .button-primary-33 {
    display: flex;
  }

  .modal-content-6 {
    padding: 64px 40px;
  }
}

@media screen and (max-width: 767px) {
  .h1-heading {
    min-width: 100%;
    min-height: 50px;
    margin-left: auto;
    font-size: 36px;
    line-height: 55px;
  }

  .column-regular {
    overflow: hidden;
  }

  .paragraph-large {
    font-size: 21px;
  }

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

  .image-cover-3 {
    width: 60%;
    margin-bottom: 0;
  }

  .header-5-stars {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .h6-heading {
    font-size: 20px;
  }

  .paragraph-regular-1 {
    font-size: 18px;
  }

  .paragraph-regular-1.text-color-secondary-light {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 2;
    color: #000;
    text-align: left;
    text-transform: capitalize;
    object-fit: contain;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 188px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 29px;
    display: block;
    overflow: visible;
  }

  .paragraph-regular-1.text-color-secondary-light.cta-4 {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    overflow: hidden;
  }

  .header-5-image {
    height: 350px;
  }

  .hero-heading-center-5 {
    padding: 60px 15px;
  }

  .image-cover-5 {
    box-sizing: border-box;
    color: red;
    text-overflow: clip;
    overflow-wrap: normal;
    object-fit: contain;
    width: 100%;
    max-width: none;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
    bottom: -20px;
    overflow: visible;
  }

  .column-large {
    width: auto;
    max-width: none;
  }

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

  .paragraph-large-3 {
    margin-top: 30px;
  }

  .section-regular-5 {
    position: static;
  }

  .title-center {
    margin-bottom: 40px;
  }

  .hiw-27-number {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: none;
  }

  .container-x-small {
    max-width: 100%;
  }

  .h2-heading-3 {
    width: auto;
    max-width: none;
    font-size: 36px;
    display: block;
    overflow: auto;
  }

  .section-regular-6 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-x-large-2 {
    font-size: 18px;
  }

  .hiw-27-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: auto auto 10px;
    padding: 22px 10px 0;
    display: block;
    overflow: visible;
  }

  .alert-banner-outline {
    clear: both;
    aspect-ratio: auto;
    min-width: auto;
    height: 65px;
    min-height: auto;
  }

  .label-small {
    line-height: 24px;
  }

  .label-small.text-color-tertiary {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 2.2em;
    font-size: 1.3em;
    line-height: 1.1em;
    display: flex;
  }

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

  .icon {
    display: none;
  }

  .text-block-10 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
  }

  .hero-heading-center-6 {
    padding: 60px 15px;
  }

  .centered-heading-7.margin-bottom-32px {
    font-size: 40px;
  }

  .input-field {
    min-width: 277px;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button-2 {
    min-width: 273px;
  }

  .logo-3-block {
    min-width: 150px;
  }

  .logo-3-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
    overflow: auto;
  }

  .section-regular-8 {
    margin-top: -33px;
    padding-top: 0;
  }

  .column-regular-2 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    margin-top: 42px;
    display: block;
  }

  .h2-heading-5 {
    font-size: 40px;
  }

  .section-small.background-gray-50 {
    padding-top: 40px;
  }

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

  .hero-heading-center-7 {
    padding: 60px 15px;
  }

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

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

  .paragraph-large-6 {
    margin-top: 33px;
  }

  .content-6-component {
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .section-regular-10 {
    margin-top: -117px;
  }

  .content-6-image {
    width: auto;
    max-width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: 9px;
    padding-bottom: 0;
    overflow: visible;
  }

  .h2-heading-7 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 36px;
  }

  .content-6-title {
    max-width: 100%;
    margin-top: auto;
  }

  .h5-heading-2 {
    font-size: 28px;
  }

  .h1-heading-3 {
    font-size: 56px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .image-cover-7 {
    display: block;
  }

  .content-5-image-2 {
    height: 350px;
  }

  .h2-heading-9 {
    font-size: 36px;
  }

  .hero-stack-2 {
    padding: 60px 15px;
  }

  .logo-carousel-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .logo-carousel-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .logo-16-block {
    min-width: 150px;
  }

  .logo-16-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo-16-icon {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-heading-10 {
    text-align: center;
    font-size: 46px;
  }

  .logo-16-footnote {
    margin-top: 40px;
  }

  .title-center-large {
    margin-bottom: 40px;
  }

  .section-regular {
    background-color: #f8f9f9;
    padding-top: 0;
  }

  .paragraph-small-dark.warning-light {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .background {
    display: none;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .testimonial-wrapper {
    max-height: none;
  }

  .image-15 {
    margin-top: -30px;
  }

  .content-16-features {
    grid-template-columns: 1fr;
  }

  .content-16-image {
    height: 350px;
  }

  .h2-heading-11, .h2-heading-12 {
    font-size: 36px;
  }

  .content-15-features {
    grid-template-columns: 1fr;
  }

  .content-15-image {
    height: 350px;
  }

  .h2-heading-13 {
    font-size: 36px;
  }

  .h2-heading-14 {
    font-size: 46px;
  }

  .image-cover-11 {
    width: 83%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 32px;
  }

  .modal-card {
    flex-direction: column;
    padding-right: 12px;
  }

  .h4-heading {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -42px;
    margin-bottom: auto;
    display: block;
  }

  .modal-image {
    max-width: 84%;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-content {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-regular-19 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .modal-overlay {
    display: none;
  }

  .modal-card-2 {
    flex-direction: column;
    padding-right: 12px;
  }

  .h4-heading-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    display: flex;
  }

  .modal-image-2 {
    max-width: none;
    height: 400px;
  }

  .modal-content-2 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .heading-18 {
    font-size: 37px;
    line-height: 46px;
  }

  .h2-heading-15, .h1-heading-4 {
    font-size: 48px;
  }

  .msf-feature-grid {
    grid-template-columns: 1fr;
  }

  .section-regular-20 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-14-features {
    grid-template-columns: 1fr;
  }

  .content-14-image {
    height: 350px;
  }

  .h2-heading-16 {
    font-size: 36px;
  }

  .image-cover-14 {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .content-16-component-2 {
    line-height: 15px;
  }

  .content-16-image-2 {
    height: 350px;
  }

  .h2-heading-17 {
    font-size: 36px;
  }

  .offer-page-button-1 {
    width: 100%;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .bold-text-7 {
    letter-spacing: 0;
    font-size: 36px;
    line-height: 39px;
  }

  .h1-heading-5 {
    font-size: 48px;
  }

  .section-regular-23 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .button-primary-optin {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-small-black.warning-light {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-span-17 {
    text-align: center;
    border-radius: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 42px;
    line-height: .9;
  }

  .section-regular-24 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-6 {
    font-size: 56px;
  }

  .hero-heading-center-8 {
    padding: 60px 15px;
  }

  .offer-page-button-1-2 {
    width: 100%;
  }

  .modal-card-3 {
    flex-direction: column;
    padding-right: 12px;
  }

  .button-primary--btm {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 19px;
    line-height: 19px;
  }

  .modal-content-3 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-regular-26 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .button-primary-20-modal, .button-primary-sml {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

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

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

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

  .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 #0000000d;
  }

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

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

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

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

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-left-hero {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .walsh-padding-image-hero {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .code-embed-7 {
    width: 120px;
  }

  .multi-step-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .multi-step-holder {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .multi-step-divider {
    display: none;
  }

  .h1-heading-7 {
    font-size: 48px;
  }

  .section-regular-27, .section-regular-28, .section-regular-29, .section-regular-30 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .title-center-3 {
    margin-bottom: 40px;
  }

  .h2-heading-18 {
    font-size: 46px;
  }

  .button-primary-list, .button-primary-list--list-offer, .button-primary--btm-copy {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 19px;
    line-height: 19px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

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

  .text-size-xlarge {
    font-size: 1.125rem;
  }

  .hero_image-landscape {
    height: 21.875rem;
  }

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

  .hero_image-landscape-2, .hero_image-landscape-3 {
    height: 21.875rem;
  }

  .hero-heading-center-9, .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .section-header {
    padding-top: 60px;
  }

  .h1-heading-8 {
    font-size: 2em;
    line-height: 1.2;
  }

  .header-graph-wrapper {
    width: 64%;
  }

  .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .text-block-20 {
    font-size: .8em;
    line-height: 1.2;
  }

  .column-4x-large {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

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

  .nav_divider-vertical {
    display: none;
  }

  .content_card-statistics {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

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

  .content_feature-link {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .text-size-xlarge-3 {
    font-size: 1.125rem;
  }

  .section-regular-32 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-9 {
    font-size: 54px;
    line-height: 62px;
  }

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

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

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

  .section-regular-33 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-10 {
    font-size: 54px;
    line-height: 62px;
  }

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

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

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

  .grid-three-column-2, .grid-two {
    grid-template-columns: 1fr;
  }

  .text-size-xlarge-5 {
    font-size: 18px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

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

  .background_wrapper {
    display: none;
  }

  .testimonial_wrapper {
    max-height: none;
  }

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

  .title-row {
    grid-column-gap: 8px;
  }

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

  .title-doodle {
    height: 1rem;
    bottom: -1rem;
  }

  .content_features-small {
    grid-template-columns: 1fr;
  }

  .column-2x-large-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero3_section {
    background-size: auto;
    padding-top: 4.5rem;
  }

  .hero_phone-accent-left {
    left: -4%;
  }

  .hero_content-left {
    padding-bottom: 2.5rem;
  }

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

  .testimonial-21-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .column-4x-large-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-style-h6-3 {
    font-size: 1.25rem;
  }

  .column-3x-large-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-style-h2-4, .heading-style-h2-5 {
    font-size: 2.25rem;
  }

  .heading-style-h3-3 {
    width: 100%;
  }

  .column-3x-large-3 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

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

  .logo_content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo_testimonial-blur {
    max-width: 200px;
    max-height: 200px;
  }

  .logo_block {
    min-width: 150px;
  }

  .process_step-content {
    padding-top: 0;
  }

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

  .heading-style-h4-3 {
    font-size: 1.75rem;
  }

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

  .logo_carousel-item {
    min-width: 9.375rem;
  }

  .logo_carousel-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .column-3x-large-4 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-style-h2-9, .heading-style-h2-10 {
    font-size: 2.25rem;
  }

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

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

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

  .grid-three-column-7 {
    grid-template-columns: 1fr;
  }

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

  .text-size-xlarge-12 {
    font-size: 1.125rem;
  }

  .heading-style-h5-4 {
    font-size: 1.5rem;
  }

  .heading-style-h2-14, .heading-style-h2-15 {
    font-size: 2.25rem;
  }

  .testimonial-21-content-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .features-metrics-2 {
    padding: 60px 15px;
  }

  .features-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block-2 {
    width: 50%;
    margin-bottom: 40px;
  }

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

  .heading-style-h4-4 {
    font-size: 1.75rem;
  }

  .heading-style-h2-17, .heading-style-h2-18 {
    font-size: 2.25rem;
  }

  .heading-style-h6-6 {
    font-size: 1.5rem;
  }

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

  .text-size-xlarge-18 {
    font-size: 1.125rem;
  }

  .hero_carousel-image {
    width: 12.5rem;
    height: 12.5rem;
  }

  .column-2x-large-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .column-2x-large-7 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h2-20, .heading-style-h2-21 {
    font-size: 2.25rem;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

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

  .modal-card-4 {
    flex-direction: column;
    padding-right: 12px;
  }

  .modal-content-4 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-regular-34 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .text-size-xlarge-20 {
    font-size: 1.125rem;
  }

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

  .text-size-xlarge-21 {
    font-size: 1.125rem;
  }

  .modal-card-5 {
    flex-direction: column;
    padding-right: 12px;
  }

  .modal-content-5 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .modal-card-6 {
    flex-direction: column;
    padding-right: 12px;
  }

  .modal-content-6 {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .margin-bottom-24px-4 {
    z-index: auto;
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin: auto auto 21px;
    padding-left: 17%;
    padding-right: 10%;
    font-size: 15px;
    display: block;
    position: relative;
    left: auto;
  }

  .image-4 {
    clear: both;
    max-width: 25%;
    margin: -24px auto 15px;
    display: block;
    position: relative;
  }

  .hero-wrapper-3-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: auto;
    margin-bottom: 45px;
    padding-right: 0%;
    display: block;
    position: relative;
  }

  .walsh-button-circle {
    width: 5em;
    height: 5em;
  }

  .h1-heading {
    z-index: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    letter-spacing: 0;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    margin: 0 0 30px;
    font-size: 2.3em;
    line-height: 1.2;
    display: block;
    position: static;
    right: 0;
    overflow: visible;
  }

  .column-regular {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .column-regular.column-center {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-large {
    text-overflow: clip;
    word-break: normal;
    direction: ltr;
    flex: 0 auto;
    align-self: center;
    width: 100%;
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 19px;
  }

  .section-regular-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .icon-large {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: left;
    overflow-wrap: normal;
    width: 23px;
    height: auto;
    margin-left: 0;
    display: block;
  }

  .image-cover-3 {
    width: 1004%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .header-5-stars {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .row-x-small {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
    display: block;
  }

  .paragraph-regular-1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .paragraph-regular-1.text-color-secondary-light {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: left;
    width: auto;
    min-width: auto;
    height: 137px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 17px;
    line-height: 23px;
    display: block;
    overflow: clip;
  }

  .paragraph-regular-1.text-color-secondary-light.cta-4 {
    width: 100%;
    max-width: 70%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: clip;
  }

  .paragraph-regular-1.text-color-secondary-light.cta-centre {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: auto;
  }

  .header-5-image {
    height: 38%;
  }

  .testimonial_carousel-group {
    width: 2470px;
  }

  .padding-global {
    margin-bottom: 0;
    padding-bottom: 34px;
  }

  .padding-global.padding-section-medium {
    padding-left: 0%;
    padding-right: 0%;
  }

  .avatar-2xl {
    order: -1;
  }

  .hero-heading-center-5 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
    position: static;
  }

  .header-center-2 {
    float: none;
    clear: none;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .image-cover-5 {
    box-sizing: border-box;
    vertical-align: top;
    object-fit: contain;
    width: 100vw;
    min-width: auto;
    max-width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .testimonial_header-large {
    flex-flow: wrap;
  }

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

  .logo_carousel-overlay {
    width: 1.875rem;
  }

  .logo_carousel {
    height: 20%;
    overflow: auto;
  }

  .logo_carousel-bottom {
    width: 60rem;
    margin-top: 18px;
  }

  .logo_carousel-top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-auto-flow: row;
    width: 60rem;
    height: 103px;
    margin-bottom: 0;
    display: grid;
    overflow: visible;
  }

  .button-primary-large-3 {
    width: 80%;
    margin-top: 0;
    margin-bottom: auto;
  }

  .button-primary-large-3.atf-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    height: 73%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 15px;
    display: block;
    overflow: auto;
  }

  .button-primary-large-3.light-button {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .button-primary-large-3.second-cta {
    white-space: normal;
    word-break: normal;
    width: 90%;
    font-size: 12px;
    line-height: 1.3;
  }

  .paragraph-large-3 {
    width: 90%;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em;
  }

  .section-regular-5 {
    float: none;
    width: 96%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .container-x-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    max-width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .section-regular-6.wrapper-list {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-x-large-2.text-color-secondary {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 27px;
  }

  .hiw-27-card {
    width: 100%;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    display: block;
  }

  .alert-banner-outline {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-left: auto;
    padding: 0;
    font-size: 19px;
    display: block;
  }

  .label-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: .6em;
    display: flex;
  }

  .label-small.text-color-tertiary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    text-align: center;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    height: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: .9em;
    line-height: 1.4em;
    display: block;
  }

  .image-14 {
    width: 47%;
    height: auto;
    margin-left: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-13 {
    white-space: break-spaces;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 100%;
    display: block;
  }

  .bold-text-5 {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .text-block-10 {
    text-align: center;
    text-transform: none;
    white-space: pre-wrap;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11px;
    padding-bottom: 0;
    font-size: 1.4em;
    text-decoration: none;
    display: block;
    overflow: auto;
  }

  .text-block-10.offer-cta {
    height: auto;
    font-size: 90%;
    display: block;
  }

  .hero-heading-center-6 {
    aspect-ratio: 2;
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: static;
    left: 50px;
    overflow: visible;
  }

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

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

  .centered-heading-7.margin-bottom-32px {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .margin-bottom-24px-8 {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
  }

  .shadow-two-6 {
    max-width: 90%;
    margin-top: 60px;
  }

  .input-icon {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: block;
    overflow: auto;
  }

  .input-field {
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 50px;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 45px;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .form-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-right: auto;
    display: block;
    overflow: auto;
  }

  .submit-button-2 {
    text-transform: capitalize;
    white-space: pre-wrap;
    height: 19%;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5em;
    display: block;
    position: static;
    overflow: hidden;
  }

  .section-regular-7 {
    height: 24.1em;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-regular-8 {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }

  .column-regular-2 {
    justify-content: center;
    align-items: center;
    height: 105vw;
    margin-top: auto;
    display: block;
  }

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

  .paragraph-large-6 {
    vertical-align: sub;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .h2-heading-7 {
    font-size: 23px;
  }

  .paragraph-small-3 {
    line-height: 21px;
  }

  .blog-mask {
    max-width: none;
  }

  .section-regular-12.overflow-hidden {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .blog-card-large {
    padding: 16px;
  }

  .column-regular-3.column-left {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-wrapper {
    width: 100%;
  }

  .blog-slider-actions {
    flex-flow: column;
    margin-top: 24px;
  }

  .h1-heading-3 {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
  }

  .hero-heading-left {
    width: auto;
    position: static;
  }

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

  .column-regular-4.column-left {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-stack-2 {
    padding: 0 10px;
  }

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

  .button-primary-16 {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
  }

  .heading-14 {
    font-size: 21px;
    line-height: 26px;
  }

  .heading-15 {
    white-space: pre-wrap;
    word-break: keep-all;
    overflow-wrap: normal;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: block;
    position: static;
  }

  .container-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .gradient-left {
    width: 40px;
  }

  .button-outline-large {
    width: 100%;
  }

  .gradient-right {
    width: 40px;
  }

  .logo-16-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-bottom: 0;
  }

  .h2-heading-10 {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 30px;
  }

  .logo-16-carousel {
    margin-top: 0;
    line-height: 16px;
  }

  .section-regular {
    margin-top: 0;
    padding-top: 53px;
  }

  .bold-text-6 {
    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    font-size: 21px;
    display: flex;
  }

  .rating-row-2 {
    grid-column-gap: 16px;
    margin-top: 0;
  }

  .rating-row-2.offer-cta-dark-optin {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .paragraph-small-dark {
    margin-top: 0;
    font-size: 15px;
    display: block;
  }

  .paragraph-small-dark.text-color-tertiary {
    padding-left: 8px;
    font-size: 15px;
  }

  .paragraph-small-dark.warning-light {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: block;
  }

  .testimonial-award.middle {
    margin-bottom: 0;
  }

  .testimonial-section {
    padding-bottom: 0;
  }

  .h5-heading {
    font-size: 30px;
  }

  .testimonial-awards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flourish-divider {
    display: none;
  }

  .star-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 108%;
    display: inline-flex;
  }

  .header-center {
    margin-bottom: 3.5rem;
  }

  .h2-heading-14 {
    font-size: 2.5em;
  }

  .column-x-small-2 {
    display: block;
  }

  .hiw-27-card-2 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding: 20px 10px;
  }

  .image-cover-11 {
    width: 100%;
    margin-top: 51px;
    margin-bottom: 57px;
  }

  .h4-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    font-size: 30px;
    display: block;
  }

  .button-primary {
    width: 100%;
    height: auto;
    margin-top: 25px;
    padding: 9px 0 12px;
    font-size: 19px;
    line-height: 1.2em;
    display: flex;
  }

  .modal-image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .modal-content {
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-small-4.text-color-gray-800 {
    color: #fff;
    font-size: 13px;
    display: flex;
  }

  .section-regular-19 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .modal-overlay {
    display: none;
  }

  .h4-heading-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    letter-spacing: 0;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3em;
    line-height: 1.4;
    display: flex;
  }

  .button-primary-17 {
    width: 100%;
    font-size: 15px;
    line-height: 21px;
  }

  .modal-image-2 {
    height: 320px;
  }

  .modal-content-2 {
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .icon-regular-4 {
    width: 30px;
    height: 30px;
    display: block;
  }

  .text-field-regular-2-copy {
    font-size: 16px;
  }

  .heading-18 {
    width: 95%;
    font-size: 25px;
    line-height: 36px;
  }

  .button-primary-large {
    width: 100%;
  }

  .h1-heading-4 {
    width: 100%;
    margin-left: auto;
    font-size: 27px;
    display: block;
  }

  .form-field-grid, .form-radio-three {
    grid-template-columns: 1fr;
  }

  .msf-slider-buttons {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .section-regular-20 {
    padding-top: 0;
  }

  .msf-carousel-content {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .form-radio-two {
    grid-template-columns: 1fr 1fr;
  }

  .msf-slide {
    padding: 24px;
  }

  .image-cover-14 {
    object-fit: fill;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content-16-component-2 {
    width: 95%;
  }

  .h2-heading-17 {
    width: 100%;
    font-size: 1.9em;
    line-height: 1.2;
  }

  .icon-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 9px;
    display: block;
  }

  .alert-banner-outline-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .offer-page-button-1 {
    width: 100%;
    height: 3.9em;
    font-size: 1em;
    line-height: 1em;
  }

  .paragraph-3 {
    width: 90%;
    font-size: 17px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .bold-text-7 {
    margin-left: auto;
    margin-right: auto;
    font-size: .9em;
  }

  .h1-heading-5 {
    font-size: 27px;
  }

  .column-regular-6 {
    display: block;
  }

  .button-primary-optin {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 19px;
    line-height: 1.2em;
    display: flex;
  }

  .paragraph-small-black {
    margin-top: 10px;
    font-size: 15px;
  }

  .paragraph-small-black.text-color-tertiary {
    padding-left: 8px;
    font-size: 15px;
  }

  .paragraph-small-black.warning-light {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .offer-page-button-1-copy {
    width: 100%;
    height: 3.9em;
    font-size: 1em;
    line-height: 1em;
  }

  .text-span-17 {
    font-size: 31px;
  }

  .text-block-17 {
    font-size: 18px;
  }

  .button-primary-smaller {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 1.2em;
  }

  .h1-heading-6 {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
  }

  .hero-heading-center-8 {
    aspect-ratio: 2;
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
    position: static;
    left: 50px;
    overflow: visible;
  }

  .paragraph-small-7 {
    line-height: 21px;
  }

  .section-regular-25.overflow-hidden {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .column-regular-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .offer-page-button-1-2 {
    width: 100%;
    height: 3.9em;
    font-size: 1em;
    line-height: 1em;
  }

  .h4-heading-3 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 23px;
  }

  .button-primary--btm {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    width: 100%;
    height: 3.9em;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .modal-content-3 {
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-primary-20-modal {
    width: 100%;
  }

  .button-primary-sml {
    width: 100%;
    font-size: 13px;
    line-height: 26px;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .navbar-logo-center-container.shadow-three {
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
  }

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

  .navbar-wrapper-three {
    margin-top: auto;
    display: block;
  }

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

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

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-left-hero {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .banner-left {
    width: 90%;
  }

  .banner-03-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .multi-form-slider {
    height: auto;
    min-height: 80vh;
  }

  .multi-step-nav {
    padding-left: 24px;
    padding-right: 24px;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .multi-step-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .msf-slide-2, .msf-slide-3 {
    padding: 24px;
  }

  .container-x-small-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5em;
    line-height: 20;
  }

  .h2-heading-18 {
    width: 100%;
    font-size: 28px;
    line-height: 1.4;
  }

  .hiw-28-padding {
    width: 100%;
    margin-bottom: 36px;
    padding-bottom: 0;
  }

  .paragraph-regular-10.text-color-secondary {
    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 39px;
    padding-left: 0;
    font-size: 16px;
    display: block;
    overflow: hidden;
  }

  .hiw-28-step {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: block;
    overflow: visible;
  }

  .button-primary-list, .button-primary-list--list-offer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 3.9em;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .heading-20 {
    width: 93%;
  }

  .text-block-19 {
    width: 100%;
    font-size: 12px;
  }

  .button-primary--btm-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 3.9em;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .image-18 {
    vertical-align: baseline;
    display: inline-block;
    overflow: clip;
  }

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

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

  .button-2.is-icon-only.is-secondary {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .newsletter_form {
    flex-flow: column;
  }

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

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

  .header-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
    overflow: hidden;
  }

  .header-carousel-wrapper {
    top: 0;
  }

  .email-form {
    flex-direction: column;
    align-items: stretch;
  }

  .section-header {
    background-image: linear-gradient(#bcd5ff, #eaf7ed 49%, #ccffd9), url('../images/Untitled-design-21.jpg'), url('../images/tom-v2.jpg');
    background-position: 0 0, 50% 0, 100% 0;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, contain, auto;
  }

  .header-title-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .header-chart {
    width: 1200px;
  }

  .h1-heading-8 {
    text-align: center;
    width: 100%;
    font-size: .9em;
    line-height: 1.2;
  }

  .badge-outline {
    min-height: 1em;
    line-height: 20px;
  }

  .text-block-20 {
    font-size: .9em;
    line-height: 1.3;
  }

  .text-size-large-2, .text-size-medium.text-color-secondary {
    font-size: 1.1rem;
  }

  .text-size-medium.text-color-secondary-copy {
    width: 100%;
    font-size: 1.1rem;
  }

  .column-4x-large {
    width: 100%;
    margin-left: auto;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .nav_bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .nav_row {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .nav_content {
    flex-flow: column;
    width: 100%;
    margin: auto 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-21 {
    width: 25%;
  }

  .content_image-oval {
    height: 10rem;
  }

  .content_feature-image {
    width: auto;
  }

  .content_banner {
    flex-flow: column;
  }

  .content5_card {
    padding: 1.5rem;
  }

  .content_feature-link {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .content_banner-image-wrapper {
    width: auto;
    height: 8rem;
  }

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

  .content-tab-link {
    flex-direction: column;
    padding: 16px;
  }

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

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .logo_footnote {
    margin-top: 2.5rem;
  }

  .text-block-32 {
    font-size: .6em;
  }

  .button-4-b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 103%;
    min-height: auto;
    max-height: 3.1em;
    margin-top: 20px;
    line-height: 1.2em;
    display: block;
  }

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

  .circle-marquee {
    overflow: visible;
  }

  .about_lightbulb {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: .375em;
    padding-right: .375em;
  }

  .hero_animations {
    padding-top: 4px;
  }

  .heading-style-h3-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-style-h6-2, .text-size-xlarge-5, .text-size-xlarge-5.text-underline {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .testimonial_award.is-middle {
    margin-bottom: 0;
  }

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

  .testimonial_awards {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial_rating-divider {
    display: none;
  }

  .testimonial_rating-2 {
    grid-column-gap: 1rem;
  }

  .title-center-5 {
    margin-bottom: 3.5rem;
  }

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

  .hero_button-group {
    flex-flow: wrap;
  }

  .hero_logo-row {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .feature_slider-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero_button-width {
    max-width: 13.125rem;
  }

  .hero_phone-accent-left {
    top: 1.25rem;
  }

  .feature_slider-image {
    width: auto;
  }

  .testimonial-21-wrapper {
    max-width: 80vw;
  }

  .heading-style-h3-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 1.7rem;
    display: block;
  }

  .section-medium-15.background-gradient-fade-out {
    width: 100%;
  }

  .text-size-xlarge-7 {
    font-size: 1.1rem;
  }

  .warning {
    text-align: center;
    width: 100%;
  }

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

  .testimonial-21-wrapper-2 {
    max-width: 80vw;
  }

  .button-4-b-top {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.1em;
    display: block;
  }

  .block-quote {
    width: 100%;
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .text-block-39 {
    font-size: 1em;
  }

  .column-medium-3.column-center {
    width: 100%;
  }

  .text-block-40 {
    font-size: .8em;
    font-weight: 400;
    line-height: 1.1em;
  }

  .italic-text-2 {
    display: block;
  }

  .grid-three-column-6, .grid-three-column-7, .content1_statistics {
    grid-template-columns: 1fr;
  }

  .button-8 {
    width: 89%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonial-21-wrapper-3 {
    max-width: 80vw;
  }

  .hiw_list {
    padding: .25rem;
  }

  .hiw_image-large {
    min-height: 15.625rem;
  }

  .heading-style-h2-16 {
    width: 100%;
    font-size: 2rem;
  }

  .button-4-b--c {
    width: 100%;
    min-height: auto;
    max-height: 4.1em;
    line-height: 1.5em;
  }

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

  .footer_newsletter-row {
    flex-flow: column;
  }

  .footer_newsletter {
    max-width: none;
  }

  .image-23 {
    width: 25%;
    max-width: 50%;
    font-size: 33px;
  }

  .avatar-3.is-group {
    width: 2rem;
    height: 2rem;
  }

  .bold-text-16 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.6em;
  }

  .italic-text-3 {
    justify-content: center;
    align-items: center;
    font-size: 1em;
    display: block;
  }

  .bold-text-17 {
    font-size: 1.2em;
  }

  .image-25 {
    width: 25%;
    margin-top: 10px;
  }

  .button-4-b-last {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 103%;
    min-height: auto;
    max-height: 3.1em;
    margin-top: 20px;
    line-height: 1.2em;
    display: block;
  }

  .heading-24 {
    font-size: 1.5em;
  }

  .heading-25 {
    font-size: 1.7em;
    line-height: 1em;
  }

  .bold-text-19 {
    font-size: .8em;
  }

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

  .heading-27 {
    font-size: 1.5em;
  }

  .bold-text-20 {
    width: 100%;
    font-size: .5em;
  }

  .column-large-17.column-center {
    padding-bottom: 0;
  }

  .overline-11 {
    width: 100%;
    margin-top: -51px;
    font-size: .8rem;
  }

  .heading-style-h1-5 {
    width: 100%;
    font-size: 1.8rem;
  }

  .text-size-xlarge-18 {
    width: 100%;
  }

  .text-size-large-12 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .column-2x-large-6 {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
  }

  .image-cover-45 {
    object-fit: contain;
    max-height: 84%;
  }

  .heading-style-h2-19 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.9rem;
  }

  .column-large-18 {
    display: block;
  }

  .section-medium-32 {
    padding-top: 1.7rem;
  }

  .text-size-medium-9.text-color-secondary {
    font-size: 1rem;
  }

  .text-size-xlarge-19.text-weight-semibold {
    margin-top: 13px;
    font-size: 1.2rem;
  }

  .hiw_card-wide {
    width: 90%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-style-h2-21 {
    font-size: 1.8rem;
  }

  .button-4-b-top-copy {
    font-size: 1.1em;
  }

  .heading-29 {
    padding-top: 0;
    font-size: 1.3em;
  }

  .code-embed-17 {
    width: 5%;
  }

  .image-29 {
    width: 80%;
  }

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

  .container-32-copy, .heading-style-h2-22 {
    width: 100%;
  }

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

  .content9_service.is-third {
    border-bottom: 1px solid #e7e7e7;
    border-right-style: none;
  }

  .content9_service.is-first {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    border-right-style: none;
    padding-left: 0;
  }

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

  .text-block-58, .container-34 {
    width: 100%;
  }

  .text-size-medium-11 {
    width: 100%;
    font-size: .9rem;
    line-height: 1.1;
  }

  .text-size-medium-11.text-weight-medium, .text-size-medium-11.text-weight-medium-copy {
    font-size: .9rem;
  }

  .cta_avatar-row-2 {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    margin-bottom: 18px;
    font-size: 1em;
  }

  .container-35 {
    width: 100%;
    max-width: 100%;
  }

  .button-primary-31 {
    width: 100%;
  }

  .modal-content-4 {
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .overline-17 {
    margin-top: -15px;
    font-size: 1rem;
  }

  .heading-style-h1-7 {
    width: 100%;
    font-size: 2.2rem;
  }

  .hero_section-absolute-2 {
    min-height: 100%;
    margin-top: -99px;
    padding-top: 0;
  }

  .image-cover-49 {
    width: 100%;
    max-width: none;
    height: 77%;
    max-height: none;
    margin-top: 87px;
  }

  .hero_image-right-2 {
    height: 26.8rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .button-primary-32 {
    width: 100%;
  }

  .modal-content-5 {
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-primary-33 {
    width: 100%;
  }

  .modal-content-6 {
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta_avatar-row-2-copy {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    margin-bottom: 18px;
    font-size: 1em;
  }
}

#w-node-_95065e71-8bdc-97e3-0734-30a674b6fb0b-7621d423, #w-node-_3bd96fc4-443c-1085-85ab-8a2263da08d6-7621d423 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_95065e71-8bdc-97e3-0734-30a674b6fb0b-7621d423, #w-node-_3bd96fc4-443c-1085-85ab-8a2263da08d6-7621d423 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}