@font-face {
  font-family: Forma DJR Display;
  src: url('../fonts/FormaDJRDisplay-Regular-Testing.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Forma DJR Display;
  src: url('../fonts/FormaDJRDisplay-Medium-Testing.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Forma DJR Display;
  src: url('../fonts/FormaDJRDisplay-Bold-Testing.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Nunito sans;
  src: url('../fonts/NunitoSans_10pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito sans;
  src: url('../fonts/NunitoSans_10pt-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #262634;
  --slate-700: #535757;
  --primary: #20514d;
  --white: white;
  --slate-600: #707070;
  --white-smoke: #f7f7f7;
  --slate-500: #9ea3a3;
  --slate-400: #cbd5e1;
}

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

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

body {
  color: var(--black);
  font-family: Nunito sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Neue Haas Display, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Neue Haas Display, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Neue Haas Display, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Neue Haas Display, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 15px;
  font-family: Nunito sans, sans-serif;
  line-height: 1.5;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: all .25s ease-in;
}

a:hover {
  color: var(--slate-700);
  text-decoration: none;
}

a.w--current {
  color: #76a92c;
}

label {
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 700;
  display: block;
}

.body {
  font-family: Open Sans, sans-serif;
}

.footer {
  background-color: #f8f8f8;
  border-top: .5px solid #92a0aa;
  padding: 100px 60px 50px;
}

.footer-logo {
  width: 100%;
}

.footer-copyright {
  justify-content: space-between;
  font-size: .8rem;
  display: flex;
}

.footer-brand {
  max-width: 180px;
  margin-bottom: 15px;
}

.social-proof-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-proof-logo {
  filter: grayscale();
  display: inline-block;
}

.lightbox-video-wrapper {
  background-color: #f8f8f8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-study-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.container-medium {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.container-medium.testimonial {
  margin-top: 40px;
}

.button {
  background-color: var(--primary);
  min-width: 145px;
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  padding: 15px 30px;
  font-family: Nunito sans, sans-serif;
  font-weight: 600;
  line-height: 1;
  transition: all .3s;
}

.button:hover {
  filter: contrast(130%);
  color: var(--white);
  background-color: #1e4d49;
  transform: scale(1.02);
}

.button:focus, .button:visited {
  color: var(--white);
}

.button.submit {
  margin-top: 10px;
}

.button.margin-top-30 {
  margin-top: 30px;
}

.button.footer-sign-up-button {
  background-color: var(--black);
  border-radius: 0 6px 6px 0;
  min-width: auto;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.button.nav-cta-mobile {
  display: none;
}

.text-area {
  border: 1px solid #dde1e9;
  border-radius: 6px;
  min-height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9rem;
}

.hero-subtitle {
  margin-bottom: 0;
  font-family: proxima-nova;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
}

.hero-wrapper {
  z-index: 1000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.hero-image-wrapper {
  width: 100%;
  position: static;
  inset: auto 50px 15% auto;
}

.video-play-icon-wrapper {
  z-index: 5000;
  color: #2e4c64cc;
  justify-content: center;
  width: 60px;
  display: flex;
  position: absolute;
}

.video-play-icon-wrapper.large {
  color: #0009;
  width: 60px;
  position: relative;
}

.case-study-image-wrapper {
  border-radius: 6px;
  transition: all .3s;
  overflow: hidden;
}

.overtitle {
  opacity: .5;
  color: #262634;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.case-study-link {
  width: 100%;
  text-decoration: none;
  transition: color .3s;
}

.case-study-link:hover {
  color: var(--black);
}

.case-study-link:visited {
  color: #333;
}

.footer-grid {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.footer-menu {
  padding-left: 0;
  list-style-type: none;
}

.footer-link {
  align-items: center;
}

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

.footer-menu-item {
  align-items: center;
  min-height: 1.4rem;
  margin-bottom: 10px;
  display: flex;
}

.footer-menu-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._404-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 50px;
  display: flex;
}

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

.logo-wrapper {
  width: 100%;
  max-width: 180px;
  margin-top: 20px;
}

.different-wrapper {
  flex-direction: column;
  transition: all .3s;
  display: flex;
}

.lightbox-different-video {
  object-fit: cover;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 190px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-card {
  text-align: left;
  background-color: #f8faff;
  border-radius: 6px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
  transition: transform .6s;
  transform: rotate(-1deg);
  box-shadow: 0 6px 8px 3px #e8e9e5;
}

.testimonial-person-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.testimonial-quote {
  color: #26263499;
  margin-bottom: 60px;
  font-family: Neue Haas Display, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.testimonial-company {
  color: #90a5b6;
  margin-top: 2px;
  font-weight: 300;
}

.testimonial-logo-wrapper {
  width: auto;
  height: auto;
}

.testimonial-logo {
  object-fit: cover;
  width: 100%;
}

.inner-container {
  align-items: center;
  display: flex;
}

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

.section {
  padding: 90px 50px;
  position: relative;
  overflow: hidden;
}

.section.narrow {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.narrow.tes {
  display: none;
}

.section.home-hero {
  min-height: 90vh;
  color: var(--white);
  text-align: left;
  background-image: linear-gradient(#0003, #0003);
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section.footer {
  color: var(--black);
  background-color: #0000;
  border-top-style: none;
  padding-top: 0;
  padding-bottom: 30px;
}

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

.section.faq {
  display: none;
}

.section.hero-scorecard {
  min-height: 80vh;
  color: var(--white);
  background-image: linear-gradient(#0003, #0003), url('../images/score-card-video-thumbnail.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.thin-hero {
  min-height: 20vh;
  color: var(--white);
  text-align: left;
  background-image: linear-gradient(108deg, #4bb56f, #0ea79b 87%);
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section.hero-win-scorecard {
  min-height: 100vh;
  color: var(--white);
  background-image: url('../images/real_estate_energyraters_service.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section._7-star-header {
  min-height: 80vh;
  color: var(--white);
  background-image: linear-gradient(#0003, #0003);
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.cta {
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-featured {
  background-color: var(--primary);
  color: var(--white);
}

.section.g-hero {
  padding-top: 120px;
}

.section.service-process {
  padding-left: 0;
  padding-right: 0;
}

.service-process-wave-large {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.heading-large {
  color: #262634;
  letter-spacing: 0;
  margin-bottom: 30px;
  font-family: Fsme;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.15;
}

.container-small {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-text {
  color: #92a0aa;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.hero-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.video-icon {
  width: 100%;
}

.social-proof-title {
  text-align: center;
  letter-spacing: .3px;
  font-size: 2rem;
  font-weight: 600;
}

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

.align-center.mt-30 {
  margin-top: 30px;
}

.arrow-link {
  color: #000;
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.arrow-link:hover {
  opacity: .8;
}

.arrow-link-inner-wrapper {
  align-items: center;
  display: flex;
}

.link-arrow {
  width: 12px;
  margin-left: 5px;
  display: inline-block;
}

.bold {
  font-weight: 700;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.5;
}

.scorecard-grid-text-wrao {
  z-index: 999;
  max-width: 800px;
  position: relative;
}

.scorecard-benifit-grid {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .75fr;
  display: block;
}

.bottom-margin-large {
  text-align: left;
  margin-bottom: 60px;
}

.bottom-margin-large.align-center {
  text-align: center;
}

.accordion-item {
  background-color: var(--white-smoke);
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-heading-wrapper {
  cursor: auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.accordion-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.achieved-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: block;
}

.grid-scorecard-book {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.book-now-text-wrap {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.butting-div {
  flex: 0 auto;
  display: block;
}

.scorecard-book-title {
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
}

.video-wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
  box-shadow: 0 0 56px 16px #00000012;
}

.achieved-card-heading-wrapper {
  background-image: url('../images/count-marker_green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 15px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 25px;
  display: inline-block;
}

.achieved-card-heading-wrapper.purple {
  background-image: url('../images/count-marker_purple.svg');
  background-size: 100%;
}

.achieved-card-heading {
  margin-bottom: 0;
  font-family: Fsme;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline;
}

.handle_number-text {
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  display: flex;
}

.slider-top {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.handle_back {
  z-index: -2;
  background-color: #58c45c;
  width: 100vw;
  height: .4em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1em;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.slider_cover {
  z-index: 6;
  justify-content: flex-end;
  align-items: stretch;
  width: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-track {
  background-color: #dfdfdf;
  width: 100%;
  height: .4em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.position_wrap {
  margin-left: -2em;
  margin-right: -2em;
  padding-top: 2em;
}

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

.slider_cover-fill {
  background-color: #fff;
  flex: none;
  width: 100vw;
  height: 100%;
}

.slider {
  text-align: center;
  max-width: 100%;
  margin-top: 30px;
  padding-right: .4em;
}

.handle {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.position_item {
  opacity: .4;
  width: 6em;
  transition: all .2s;
}

.handle_count {
  margin-right: 10px;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}

.handle_fill {
  z-index: 5;
  cursor: grab;
  background-color: #fff;
  border: 2em solid #7549b4;
  border-radius: .8em;
  flex: none;
  width: 90%;
  height: 90%;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  inset: 0%;
}

.handle_fill.release {
  border-width: .4em;
  border-color: #58c45c;
  border-radius: 2.3em;
  width: 100%;
  height: 100%;
}

.position-cost {
  display: none;
}

.slider-rating-label {
  opacity: .4;
  margin-top: 30px;
  font-size: 1.1rem;
}

.slider-star {
  width: 30px;
  margin-bottom: 10px;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr .5fr;
}

.achieved-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.testimontials-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 60px;
  display: flex;
}

.what-we-do-video-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  box-shadow: 0 0 56px 16px #00000012;
}

.what-we-do-video-wrapper.hidden {
  display: none;
}

.what-we-do-lightbox-wrapper {
  background-color: #f8f8f8;
  border-radius: 6px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-image {
  width: 100%;
  height: 100%;
}

.video-details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.video-name-wrapper {
  color: var(--white);
  background-color: #262f3699;
  border-radius: 20px;
  padding: 6px 10px;
  font-size: 1rem;
  font-weight: 600;
}

.home-featured-wrapper.last {
  margin-bottom: 0;
}

.what-we-do-services-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}

.services-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 90px;
  display: grid;
}

.services-item {
  text-align: left;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
}

.services-icon {
  width: 60px;
  margin-bottom: 15px;
  display: block;
}

.slider-wrapper {
  margin-top: 60px;
}

.benefit-card-heading {
  margin-bottom: 10px;
  font-family: Fsme;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.benefit-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
}

.benefits-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 60px;
  display: grid;
}

.benefits-icon {
  width: 60px;
  margin-bottom: 15px;
}

.benefits-text {
  line-height: 1.6;
}

.services-title {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

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

.container.nav {
  border-bottom: 1px solid var(--slate-600);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
  position: static;
}

.container.cta-container {
  border-top: 1px solid var(--slate-600);
  border-bottom: 1px none var(--slate-600);
  padding-top: 90px;
  padding-bottom: 90px;
}

.container.footer-container {
  border-top: 1px solid var(--slate-600);
  padding-top: 60px;
}

.container.service-process-content {
  padding-left: 50px;
  padding-right: 50px;
}

.achieved-card-desc {
  font-weight: 600;
}

.heading-medium {
  margin-bottom: 30px;
  font-size: 2.3rem;
  font-weight: 700;
}

.hero-wave-wrapper {
  z-index: 10;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-wave-image {
  width: 100%;
  transform-style: preserve-3d;
  margin-bottom: -5px;
  transform: rotateX(0)rotateY(180deg)rotateZ(180deg);
}

.scorecard-book-text {
  margin-bottom: 30px;
}

.small-fine-print {
  font-size: .9rem;
}

.slider-x-axis-label {
  margin-top: 60px;
}

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

.form-fields-wrapper {
  margin-bottom: 30px;
}

.input-field {
  background-color: var(--white);
  border: 1px solid #dde1e9;
  border-radius: 6px;
  width: 100%;
  height: 44px;
  margin-bottom: 0;
  padding: 10px 0 10px 15px;
  font-size: .9rem;
}

.input-field.text-area {
  min-height: 100px;
}

.home-featured-image {
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}

.scorecard-book-info-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}

.form-heading {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 700;
}

.form-address-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.scorecard-booking-form {
  max-width: 800px;
  margin-top: 60px;
}

.form-success-message {
  background-color: #0000;
  padding: 0;
}

.margin-bottom-large {
  margin-bottom: 60px;
}

.win-entry-form {
  text-align: left;
  max-width: 600px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.home-image-win {
  border-radius: 6px;
}

.home-win-link {
  border-radius: 6px;
  transition: all .2s;
  overflow: hidden;
}

.image-hover-enlarge {
  width: 100%;
  transition: all .2s;
}

.home-win-image-mobile-down.image-hover-enlarge {
  display: none;
}

.winner-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.winner-grid-text-wrap {
  text-align: left;
}

.image-winner-wrapper {
  overflow: hidden;
}

.hero-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000008f, #0000008f);
  position: absolute;
  inset: 0%;
}

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

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

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

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

.nav-link {
  padding: 15px 50px 15px 25px;
  font-weight: 600;
}

.nav-link:hover {
  opacity: .8;
}

.nav-link.w--current {
  color: #222;
}

.nav-brand {
  align-items: center;
  width: 100%;
  max-width: 180px;
  padding-left: 0;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.navbar {
  background-color: #0000;
  align-items: center;
  width: 100%;
  padding: 15px 50px 0;
  display: flex;
}

.grid-col-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-col-2.gap-90 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
}

.mb-0 {
  margin-bottom: 0;
}

.home-hero-grid {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

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

.aspect-16x9 {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.aspect-2x1 {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

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

.home-tab-menu {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.home-tabs-content {
  margin-top: 5px;
  margin-left: 55%;
}

.home-tab-link {
  color: #26263473;
  background-color: #0000;
  padding: 5px 0;
  font-family: Neue Haas Display, sans-serif;
  font-size: 1.6rem;
  transition: all .25s ease-in;
}

.home-tab-link:hover {
  color: var(--black);
}

.home-tab-link.w--current {
  color: var(--black);
  background-color: #0000;
  font-family: Neue Haas Display, sans-serif;
}

.home-tab {
  border-bottom: 1px solid var(--slate-600);
  margin-bottom: 60px;
  padding-bottom: 90px;
}

.mb-15 {
  margin-bottom: 15px;
}

.home-featured-subtitle {
  color: var(--slate-500);
  margin-bottom: 60px;
  font-family: Forma DJR Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.home-featured-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-bold {
  font-weight: 700;
}

.container-xsmall {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.mb-30 {
  margin-bottom: 30px;
}

.footer-sign-up-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 50px;
  display: grid;
}

.footer-sign-up-input {
  background-color: var(--white);
  border: 1px solid #dde1e9;
  border-radius: 6px 0 0 6px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 10px 0 10px 15px;
  font-size: .9rem;
}

.footer-sign-up-input::placeholder {
  color: var(--black);
}

.text-size-0-8 {
  font-size: .8rem;
}

.mb-10 {
  margin-bottom: 10px;
}

.g-hero-subtitle {
  font-size: 1.5rem;
}

.about-page-stat {
  font-family: Neue Haas Display, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.about-page-stats-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
  display: flex;
}

.faq-item-wrapper {
  border-top: 1px solid var(--slate-600);
  margin-bottom: 0;
  padding: 20px 0 0;
}

.faq-item-title-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-icon {
  font-family: Neue Haas Display, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.faq-item-content {
  margin-top: 20px;
  margin-right: 30px;
  overflow: hidden;
}

.faq-answer {
  margin-bottom: 15px;
}

.g-section-header {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.h4 {
  margin-bottom: 15px;
  font-family: Neue Haas Display, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.h3 {
  margin-bottom: 15px;
  font-family: Neue Haas Display, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.h3.margin-bottom-none {
  margin-bottom: 0;
}

.max-width-700 {
  max-width: 700px;
}

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

.aspect-4x5 {
  width: 100%;
  height: 0;
  padding-top: 124.99%;
  position: relative;
  overflow: hidden;
}

.rounded-large {
  border-radius: 25px;
}

.rounded {
  border-radius: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.resources-page-hero-links {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.resources-page-section-header {
  border-bottom: 1px solid var(--slate-600);
  margin-bottom: 60px;
}

.resources-page-featured-article-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-bottom: 30px;
  display: grid;
}

.g-text-link-inner {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  font-weight: 700;
  transition: all .25s ease-in;
  display: flex;
}

.g-text-link-arrow {
  width: 15px;
  height: 15px;
  line-height: 1;
}

.resources-hero-text-link-inner {
  align-items: center;
  font-family: Neue Haas Display, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all .25s ease-in;
  display: flex;
}

.resources-hero-text-link-arrow {
  width: 25px;
  height: 25px;
  line-height: 1;
}

.resources-page-articles-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.resources-page-article-title {
  margin-bottom: 5px;
  font-family: Neue Haas Display, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.aspect-68 {
  width: 100%;
  height: 0;
  padding-top: 68%;
  position: relative;
  overflow: hidden;
}

.contact-page-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  margin-bottom: 3px;
  font-size: .9rem;
}

.checkbox {
  border-color: var(--slate-400);
  background-color: var(--white);
  border-radius: 4px;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: -10px;
}

.checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.contact-form-checkbox-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 70%;
  margin-top: 15px;
  margin-bottom: 30px;
  display: grid;
}

.contact-from-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.h2 {
  margin-bottom: 15px;
  font-family: Neue Haas Display, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.h2.mb-0 {
  margin-bottom: 0;
}

.collection-empty {
  background-color: #0000;
}

.display-block {
  display: block;
}

.display-block.w--current {
  color: var(--black);
}

.aspect-1x1 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.resources-play-icon-wrapper {
  background-color: #26263473;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.resources-play-icon {
  height: 30px;
  color: var(--white);
  margin-right: -1px;
}

.mb-60 {
  margin-bottom: 60px;
}

.article-cms-content-grid {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-1-5 {
  font-size: 1.5rem;
}

.hidden {
  display: none;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
  padding-right: 60px;
  position: relative;
}

.testimonial-arrow-left {
  width: 30px;
  height: 20px;
  color: var(--primary);
  justify-content: center;
  align-items: center;
  inset: -100px 30px auto auto;
}

.testimonial-arrow-right {
  width: 30px;
  height: 20px;
  color: var(--primary);
  inset: -90px 0 auto auto;
}

.testimonial-arrow {
  width: 100%;
  height: 100%;
}

.testimonial-container {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 60px;
  display: block;
  position: relative;
}

.mask {
  height: auto;
}

.service-cms-hero-attributes-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid var(--slate-600);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 60px;
  display: flex;
}

.service-cms-attribute-item {
  max-width: 25%;
  padding-top: 45px;
  padding-left: 20px;
  position: relative;
}

.service-cms-attribute-icon-wrapper {
  border: 1px solid var(--slate-600);
  background-color: var(--white);
  border-radius: 50px;
  width: 52px;
  height: 52px;
  position: absolute;
  top: -26px;
  left: 0;
}

.inline-block {
  display: inline-block;
}

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

.container-large {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.nav {
  border-bottom: 1px solid var(--slate-600);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 15px;
  display: grid;
  position: static;
}

.container-large.cta-container {
  border-top: 1px solid var(--slate-600);
  border-bottom: 1px none var(--slate-600);
  padding-top: 90px;
  padding-bottom: 90px;
}

.container-large.footer-container {
  border-top: 1px solid var(--slate-600);
  padding-top: 60px;
}

.max-width-1000 {
  max-width: 1000px;
}

.checkbox-label {
  font-size: .9rem;
}

.service-process-heading {
  padding-left: 50px;
  padding-right: 50px;
}

.div-block {
  position: relative;
}

.service-process-block-1 {
  max-width: 27%;
  position: absolute;
  top: 23%;
  left: 8%;
}

.service-process-number {
  color: #26263499;
  margin-bottom: 5px;
  font-family: Neue Haas Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.service-process-text {
  font-size: .9rem;
  line-height: 1.3;
}

.service-process-block-2 {
  max-width: 25%;
  position: absolute;
  top: 10.5%;
  left: 39%;
}

.service-process-block-3 {
  max-width: 25%;
  position: absolute;
  top: 0%;
  left: 70.5%;
}

.service-process-wrapper {
  margin-bottom: -160px;
  position: relative;
}

.service-process-wave-mobile {
  display: none;
}

.heading {
  font-size: 1.2rem;
  line-height: 1.2px;
}

.animation-image {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 120%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.animation-image.aspect-image {
  z-index: 999;
  background-color: #fff;
  left: -100%;
}

.section-2 {
  padding: 120px 75px;
  position: relative;
  overflow: hidden;
}

.section-2.intro-logos {
  padding: 70px 0;
  overflow: hidden;
}

.home-intro-logos-overflow {
  width: 100%;
  display: flex;
}

.home-intro-logos-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.intro-logo-item {
  filter: invert() brightness(0%);
  height: 40px;
  margin-left: 32px;
  margin-right: 32px;
  display: block;
}

.intro-logo-item.garling {
  width: 180px;
}

.intro-logo-item.homebase-pets {
  width: 240px;
}

.intro-logo-item.six-degrees {
  width: 120px;
}

.container-xxlarge {
  width: 100%;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.container-xxlarge.nav {
  border-bottom: 1px solid var(--slate-600);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 15px;
  display: grid;
  position: static;
}

.container-xxlarge.cta-container {
  border-top: 1px solid var(--slate-600);
  border-bottom: 1px none var(--slate-600);
  padding-top: 90px;
  padding-bottom: 90px;
}

.container-xxlarge.footer-container {
  border-top: 1px solid var(--slate-600);
  padding-top: 60px;
}

.dropdown-list.w--open {
  background-color: var(--white-smoke);
  padding: 15px 0;
}

@media screen and (min-width: 1280px) {
  .nav-link:hover {
    opacity: .8;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1.1rem;
  }

  h1 {
    font-size: 4.2rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  label {
    font-size: 1rem;
  }

  .footer-brand {
    max-width: 220px;
  }

  .button {
    min-width: 160px;
    font-size: 1.1rem;
  }

  .testimonial-quote {
    font-size: 2.1rem;
  }

  .section {
    padding: 120px 75px;
  }

  .container.nav {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-brand {
    max-width: 220px;
  }

  .navbar {
    padding-left: 75px;
    padding-right: 75px;
  }

  .grid-col-2.gap-90 {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .home-hero-grid {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

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

  .home-tabs-content {
    margin-left: 60%;
  }

  .home-tab {
    margin-bottom: 90px;
  }

  .home-featured-subtitle {
    font-size: 1.3rem;
  }

  .home-featured-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .text-size-0-8 {
    font-size: .9rem;
  }

  .g-hero-subtitle {
    font-size: 1.6rem;
  }

  .h4 {
    font-size: 1.2rem;
  }

  .h3 {
    font-size: 1.8rem;
  }

  .collection-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .resources-page-featured-article-grid {
    margin-bottom: 60px;
  }

  .resources-hero-text-link-inner {
    font-size: 1.8rem;
  }

  .resources-page-articles-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .resources-page-article-title {
    font-size: 1.2rem;
  }

  .field-label {
    font-size: 1rem;
  }

  .contact-form-checkbox-grid {
    max-width: 60%;
  }

  .contact-from-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h2 {
    font-size: 3.2rem;
  }

  .body-2 {
    font-size: 1.1rem;
  }

  .service-process-text {
    font-size: .9rem;
  }

  .intro-logo-item {
    filter: brightness(0%) invert(0%);
  }

  .container-xxlarge {
    max-width: 2400px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .footer {
    padding-left: 50px;
    padding-right: 50px;
  }

  .social-proof-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .lightbox-video-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .case-study-grid {
    grid-column-gap: 60px;
    grid-template-columns: 1fr;
  }

  .button.nav-cta-desktop {
    display: none;
  }

  .button.nav-cta-mobile {
    max-width: 145px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-image-wrapper {
    max-width: 500px;
  }

  .case-study-image-wrapper {
    max-height: 350px;
  }

  .case-study-image-wrapper.fade-in {
    object-fit: cover;
    object-position: 50% 50%;
  }

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

  .lightbox-different-video {
    height: 180px;
  }

  .testimonial-quote {
    font-size: 1.7rem;
  }

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

  .section {
    padding-left: 35px;
    padding-right: 35px;
  }

  .section.hero-win-scorecard {
    background-image: url('../images/win-scorecard-hero-02.png');
    min-height: 80vh;
  }

  .service-process-wave-large {
    display: none;
  }

  .grid-scorecard-book {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .achieved-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .what-we-do-lightbox-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .container.nav {
    justify-content: space-between;
    display: flex;
  }

  .container.service-process-content {
    padding-left: 35px;
    padding-right: 35px;
  }

  .form-success-message {
    background-color: #0000;
  }

  .home-win-image-mobile-down.image-hover-enlarge {
    display: none;
  }

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

  .nav-link {
    color: var(--black);
    text-align: center;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #0000;
    padding: 30px 35px 45px;
    box-shadow: 0 20px 20px #0000001a;
  }

  .nav-menu-button {
    color: #000;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .navbar {
    padding-left: 35px;
    padding-right: 35px;
  }

  .home-hero-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .home-tab-menu {
    margin-bottom: 45px;
    position: static;
  }

  .home-tabs-content {
    max-width: 85%;
    margin-top: 0;
    margin-left: 0;
  }

  .home-tab-link {
    font-size: 1.5rem;
  }

  .home-tab {
    padding-bottom: 75px;
  }

  .home-featured-grid {
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .g-hero-subtitle {
    font-size: 1.4rem;
  }

  .about-page-stat {
    font-size: 2.8rem;
  }

  .about-page-stats-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 30px;
    text-align: center;
    justify-content: center;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .resources-page-featured-article-grid {
    grid-template-columns: 1fr .5fr;
  }

  .resources-hero-text-link-inner {
    font-size: 1.5rem;
  }

  .resources-hero-text-link-arrow {
    width: 24px;
    height: 24px;
  }

  .resources-page-articles-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-page-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: .5fr 1fr;
  }

  .contact-form-checkbox-grid {
    max-width: 80%;
  }

  .h2 {
    font-size: 2.6rem;
  }

  .service-cms-attribute-item {
    max-width: 28%;
  }

  .container-large.nav {
    justify-content: space-between;
    display: flex;
  }

  .service-process-heading {
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block {
    margin-bottom: -100px;
  }

  .service-process-block-1 {
    max-width: 100%;
    top: auto;
    left: 0%;
  }

  .service-process-block-2 {
    max-width: 100%;
    top: 32%;
    left: 0%;
  }

  .service-process-block-3 {
    max-width: 100%;
    top: 64%;
    left: 0%;
  }

  .service-process-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 90px;
    padding-right: 35px;
    display: grid;
  }

  .service-process-wave-mobile {
    display: block;
  }

  .service-process-blocks-wrapper {
    position: relative;
  }

  .section-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-xxlarge.nav {
    justify-content: space-between;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.2rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 2.3rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  .footer {
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer-logo {
    width: 180px;
  }

  .video-play-icon-wrapper.large {
    width: 40px;
  }

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

  .lightbox-different-video {
    height: 140px;
  }

  .testimonial-quote {
    font-size: 1.6rem;
  }

  .section.hero-win-scorecard {
    min-height: 70vh;
  }

  .heading-large {
    font-size: 2.2rem;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

  .slider-star {
    width: 20px;
  }

  .video-details-wrapper {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-name-wrapper {
    font-size: .8rem;
  }

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

  .benefit-card-heading {
    font-size: 1.6rem;
  }

  .home-win-image-tablet-up.image-hover-enlarge {
    display: none;
  }

  .home-win-image-mobile-down.image-hover-enlarge {
    display: block;
  }

  .nav-link {
    color: var(--black);
  }

  .nav-brand {
    margin-right: 0;
  }

  .nav-menu {
    background-color: #0000;
    padding-left: 35px;
    padding-right: 35px;
  }

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

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

  .grid-col-2.gap-90 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .home-tabs-content {
    max-width: none;
  }

  .home-tab-link {
    font-size: 1.4rem;
  }

  .home-featured-grid {
    grid-column-gap: 30px;
  }

  .g-hero-subtitle {
    font-size: 1.3rem;
  }

  .about-page-stat {
    font-size: 2.6rem;
  }

  .about-page-stats-wrapper {
    grid-column-gap: 90px;
  }

  .faq-item-content {
    margin-right: 0;
  }

  .h4 {
    font-size: 1.1rem;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .resources-page-hero-links {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .resources-page-featured-article-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .resources-hero-text-link-inner {
    font-size: 1.4rem;
  }

  .resources-hero-text-link-arrow {
    width: 22px;
    height: 22px;
  }

  .resources-page-articles-grid {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .contact-page-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .contact-form-checkbox-grid {
    max-width: 90%;
  }

  .h2 {
    font-size: 2.3rem;
  }

  .testimonials-slider {
    padding-right: 30px;
  }

  .testimonial-container {
    padding-left: 30px;
  }

  .service-cms-hero-attributes-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-left: 1px solid var(--slate-600);
    border-top-style: none;
    flex-direction: column;
    max-width: 70%;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-cms-attribute-item {
    max-width: none;
    padding-top: 20px;
    padding-left: 60px;
  }

  .service-cms-attribute-icon-wrapper {
    top: 0;
    left: -26px;
  }

  .div-block {
    margin-bottom: -60px;
  }

  .section-2 {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  .footer-copyright {
    grid-column-gap: 60px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .social-proof-grid {
    grid-template-columns: 1fr;
  }

  .button.footer-sign-up-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .hero-image-wrapper {
    max-width: none;
  }

  .video-play-icon-wrapper {
    width: 40px;
  }

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

  .footer-menu-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .lightbox-different-video {
    height: 160px;
  }

  .testimonial-quote {
    font-size: 1.4rem;
  }

  .section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.hero-win-scorecard {
    background-image: url('../images/win-scorecard-hero-03.png');
    min-height: 70vh;
  }

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

  .achieved-card-heading-wrapper {
    margin-bottom: 10px;
  }

  .achieved-card-heading {
    font-size: 2.8rem;
  }

  .position_item {
    width: 4em;
  }

  .achieved-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .video-details-wrapper {
    padding-bottom: 10px;
  }

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

  .container.service-process-heading, .container.service-process-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link {
    color: var(--black);
  }

  .nav-brand {
    margin-right: 0;
    padding-left: 0;
  }

  .nav-menu {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu-button {
    margin-left: 0;
  }

  .navbar {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-tab-link {
    font-size: 1.3rem;
  }

  .home-featured-subtitle {
    font-size: 1.1rem;
  }

  .home-featured-grid {
    grid-template-columns: 1fr;
  }

  .g-hero-subtitle {
    font-size: 1.2rem;
  }

  .about-page-stat {
    font-size: 2.4rem;
  }

  .h3 {
    font-size: 1.2rem;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .resources-page-hero-links {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .resources-hero-text-link-inner {
    font-size: 1.3rem;
  }

  .resources-hero-text-link-arrow {
    width: 20px;
    height: 20px;
  }

  .contact-page-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-form-checkbox-grid {
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .contact-from-grid {
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: 2.1rem;
  }

  .contact-form-fill-div {
    display: none;
  }

  .testimonials-slider {
    padding-right: 0;
  }

  .testimonial-container {
    padding-left: 0;
  }

  .service-cms-hero-attributes-wrapper {
    max-width: 100%;
    margin-left: 20px;
  }

  .div-block {
    margin-bottom: -30px;
  }

  .service-process-block-2 {
    top: 32%;
  }

  .service-process-block-3 {
    top: 64%;
  }

  .service-process-wrapper {
    padding-right: 25px;
  }

  .service-process-wave-mobile {
    object-fit: none;
    object-position: 100% 0%;
    max-width: 120px;
    height: 1478px;
  }

  .section-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-2 {
    font-size: 3rem;
  }
}

#w-node-f02b23d4-7aa4-de7f-125b-a95697a139d6-f88160e2, #w-node-_2e16abb5-66e5-99b1-0664-0d149549217f-f88160e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57cbe841-0d14-826b-f210-c2dad8fcf2a3-f88160e2, #w-node-_82c0c82c-80d6-80dc-fda8-05e288927e5c-f88160e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_467073f3-bc75-13e0-48c2-57f7695fde0a-f88160e2, #w-node-_5d04a1fb-6c8c-e6b8-8aaa-0eea21c8cf0e-f88160e2, #w-node-_014672b4-a677-e224-878c-a3667a403aa5-f88160e2, #w-node-_6c2b6b0b-b65a-3457-5395-e70f79421528-f88160e2, #w-node-_90ae6884-6e59-8593-70b0-e07905b235af-f88160e2, #w-node-fd8a8ee9-af5f-b76f-e2be-b0dbcac14df8-998160e4, #w-node-_126ff715-b8e2-af24-e957-c867393f171d-778160e6, #w-node-_0862b9fc-2cb3-ff5e-62b3-8c13e03eabc0-778160e6, #w-node-_91ab564c-1b2f-f9ba-0320-7f5749f0b7fd-fe766f5a, #w-node-dd3b86f8-e0e0-bdec-6fad-be72f6f6b7d9-fe766f5a, #w-node-cd85ea4e-66c3-7b8e-93bd-69573656bbcf-674c6157, #w-node-cc1078fc-913a-7617-d048-cfa483d1d13c-674c6157, #w-node-_07bdcc56-c99a-2663-e5d7-7a60017ee4c3-674c6157 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a014901-8dd9-84a5-28db-ad5467dc88eb-674c6157, #w-node-_24c174a1-617a-b019-495a-e08f8a42229c-674c6157, #w-node-_6eec0f86-e34a-5047-2be6-7d226fb41224-674c6157 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_82658070-cc23-b9c2-64ca-6ad73a0779f8-674c6157 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-a05c26f6-b40e-6bbf-0d03-0b53decffde0-674c6157, #w-node-f68d2fc8-43d9-3c83-d240-2246f78c0afd-2d3781dd, #w-node-_7b082bb2-ce54-0b70-bce4-c572925b6e6f-2d3781dd, #w-node-_3b223b69-ba6d-daf6-d940-b3e0c57b679b-2d3781dd, #w-node-cc1078fc-913a-7617-d048-cfa483d1d13c-37309d6e, #w-node-_7a9b2bf8-f4fc-9ced-9e47-f4024f1a1d2c-6e476153, #w-node-d2a1a1eb-815b-0b4c-4cb4-daf356c3db88-6e476153, #w-node-db2d6e2b-5406-477e-0fe9-379719b30324-6e476153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db2d6e2b-5406-477e-0fe9-379719b30325-6e476153, #w-node-db2d6e2b-5406-477e-0fe9-379719b3032b-6e476153, #w-node-db2d6e2b-5406-477e-0fe9-379719b30331-6e476153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-bbb693ca-b5e6-5f1c-5a10-988adeaf1d82-6e476153 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_92efe323-39e5-93c4-da39-0f7523136b8c-6e476153, #w-node-cd85ea4e-66c3-7b8e-93bd-69573656bbcf-9107e68b, #w-node-cc1078fc-913a-7617-d048-cfa483d1d13c-9107e68b, #w-node-_07bdcc56-c99a-2663-e5d7-7a60017ee4c3-9107e68b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a014901-8dd9-84a5-28db-ad5467dc88eb-9107e68b, #w-node-_24c174a1-617a-b019-495a-e08f8a42229c-9107e68b, #w-node-_6eec0f86-e34a-5047-2be6-7d226fb41224-9107e68b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_82658070-cc23-b9c2-64ca-6ad73a0779f8-9107e68b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-a05c26f6-b40e-6bbf-0d03-0b53decffde0-9107e68b, #w-node-ad66154d-af41-2945-a6c2-b7c405570d1a-5030dd34, #w-node-_1880b4b9-38a1-8f03-53db-65331735c9ea-5030dd34, #w-node-_762923ad-3b9b-f862-5de7-2b38af5bc61e-5030dd34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_762923ad-3b9b-f862-5de7-2b38af5bc61f-5030dd34, #w-node-_762923ad-3b9b-f862-5de7-2b38af5bc625-5030dd34, #w-node-_762923ad-3b9b-f862-5de7-2b38af5bc62b-5030dd34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_29181807-5189-7b3c-a02b-1c6c6a45eb36-5030dd34 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_7ef3a679-b7e9-9be8-eeec-2ec27c02a643-5030dd34, #w-node-_96fc12df-a7fc-1ef7-daec-e99c7c3cb727-c25d0ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13249434-7d46-64da-015e-c6887a62cff7-c25d0ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5e28cb9b-7207-c106-9f53-291d16c45535-c25d0ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_5e28cb9b-7207-c106-9f53-291d16c4553b-c25d0ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5e28cb9b-7207-c106-9f53-291d16c45541-c25d0ee3, #w-node-_54c4eaca-efb5-2b14-e4ea-147d08dbacbf-c25d0ee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-eda5acd9-c850-7cf8-8319-242088af99b1-80a04ac9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93efdee7-2aba-a044-3091-d8ab223ebefe-80a04ac9 {
  justify-self: end;
}

#w-node-_03d3182d-2d8f-4155-15ce-ae964cb1e3d1-80a04ac9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03d3182d-2d8f-4155-15ce-ae964cb1e3d6-80a04ac9 {
  justify-self: end;
}

#w-node-_4eca7490-f975-7253-635c-35ba210a0a0a-f8af9075 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a04009df-fe0d-464e-5488-425e7313d359-f8af9075, #w-node-f02b23d4-7aa4-de7f-125b-a95697a139d6-f8af9075 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57cbe841-0d14-826b-f210-c2dad8fcf2a3-f8af9075 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_57cbe841-0d14-826b-f210-c2dad8fcf2a3-f88160e2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_81698e30-3bea-2ea9-0417-9f32a5e9dd30-26f2cbdc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_96fc12df-a7fc-1ef7-daec-e99c7c3cb727-c25d0ee3 {
    order: 9999;
  }

  #w-node-_57cbe841-0d14-826b-f210-c2dad8fcf2a3-f8af9075 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_81698e30-3bea-2ea9-0417-9f32a5e9dd30-26f2cbdc {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Forma DJR Display';
  src: url('../fonts/FormaDJRDisplay-Regular-Testing.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Forma DJR Display';
  src: url('../fonts/FormaDJRDisplay-Medium-Testing.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Forma DJR Display';
  src: url('../fonts/FormaDJRDisplay-Bold-Testing.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito sans';
  src: url('../fonts/NunitoSans_10pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito sans';
  src: url('../fonts/NunitoSans_10pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito sans';
  src: url('../fonts/NunitoSans_10pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito sans';
  src: url('../fonts/NunitoSans_10pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}