@font-face {
  font-family: Red Hat Display;
  src: url('../fonts/RedHatDisplay-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Red Hat Display Italic;
  src: url('../fonts/RedHatDisplay-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Nexa Bold;
  src: url('../fonts/Nexa-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir Next;
  src: url('../fonts/AvenirNextLTPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Bodoni 72";
  src: url('../fonts/1574087879938-Bodoni-72-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --medium-sea-green: #5ab963;
  --blue: #2589bd;
  --secondary-blue: #002a4b;
  --primary-blue: #007ad4;
  --bg: #f4f5f0;
  --dark-grey: #b3b3b3;
  --bg-grey: #fafafa;
  --black: black;
  --grey: #707070;
  --text-grey: #636363;
  --yellow: #d5ac5c;
  --white-2-3: #f5f3f0;
  --light-1: #eff3f6;
  --blue-1: #091057;
  --blue-2: #0446f1;
  --blue-3: #0495f1;
  --blue-4: #77cdff;
  --dark-2: #2e3a44;
  --dark-1: #151f27;
  --dark-grey-2: #999;
  --sea-green: #48944f;
  --white-2: #333;
  --font-family: "Red Hat Display", sans-serif;
  --font-family-2: "Red Hat Display Italic", sans-serif;
}

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

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

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

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

p {
  margin-bottom: 10px;
}

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

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

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.navigation {
  z-index: 1;
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation.v2 {
  background-color: var(--secondary-blue);
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90vw;
  min-height: 80vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
  display: flex;
}

.header.v2 {
  min-height: auto;
  padding: 40px 60px;
}

.header.v2.mb0px {
  padding-bottom: 0;
}

.navigation-logo, .navigation-logo.w--current {
  text-decoration: none;
}

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

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  background-color: var(--white);
  color: var(--blue);
  border: 0 solid #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-left: 15px;
  font-family: Nexa Bold, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

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

.navigation-button.hide-button {
  display: none;
}

.navigation-button.v2 {
  background-color: var(--primary-blue);
  color: var(--bg);
  border-radius: 60px;
  width: 200px;
  height: 45px;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
}

.navigation-button.v2:hover {
  opacity: .94;
}

.navigation-button.v3 {
  border-width: 2px;
  border-color: var(--primary-blue);
  color: var(--bg);
  background-color: #0000;
  border-radius: 60px;
  width: 120px;
  height: 45px;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
}

.navigation-button.v3:hover {
  opacity: .94;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  max-width: 770px;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.paragraph {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #999;
}

.button {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 4px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #48944f;
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

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

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container.cc-contact {
  display: flex;
}

.reviews {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px 120px;
  display: flex;
}

.h2 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2.cc-center {
  margin-bottom: 40px;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--medium-sea-green);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  background-color: #0000;
  flex: 1;
  max-width: 1440px;
  height: auto;
  margin-top: 0;
}

.slide {
  background-color: var(--white);
  object-fit: fill;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.slide-nav {
  background-color: var(--white);
  font-size: 6px;
  display: none;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-3 {
  border-bottom: 0px solid var(--blue);
  border-left: 0px solid var(--blue);
  background-image: url('../images/pexels-pavel-danilyuk-5520322.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-2 {
  border-bottom: 0px solid var(--blue);
  border-left: 0px solid var(--blue);
  background-image: url('../images/pexels-fauxels-31844651.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.body.bg {
  background-color: var(--bg);
  max-width: 100%;
}

.about {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: #0000;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: block;
}

.cta-line {
  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  padding: 120px 30px 150px;
  display: flex;
}

.footer-column {
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
  width: 45%;
  margin-top: auto;
  margin-bottom: auto;
}

.text-footer-credits {
  color: var(--white);
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner-content {
  width: 57%;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--medium-sea-green);
  max-width: 370px;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 #0000;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  background-color: #0000;
  border: 0 solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
  display: block;
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.logo.w--current {
  text-decoration: none;
}

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

.nav-menu.button-menu, .nav-menu.hide-desktop {
  display: none;
}

.nav-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.nav-link:hover {
  opacity: .8;
  font-weight: 400;
}

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

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.heading {
  color: #f7f7ff;
  font-family: Nexa Bold, sans-serif;
  font-size: 28px;
  line-height: 30px;
  text-decoration: none;
}

.header-block {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.header-block.centered {
  justify-content: center;
  padding-bottom: 20px;
}

.header-left-block {
  width: 50%;
  padding-right: 140px;
}

.header-right-block {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.button-2 {
  background-color: var(--blue);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.button-2:hover {
  color: var(--black);
  font-weight: 600;
}

.button-2.v2 {
  background-color: var(--primary-blue);
  text-align: left;
  border-radius: 60px;
  justify-content: center;
  width: 200px;
  height: 45px;
  margin-top: 15px;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button-2.v2.mt-30px {
  margin-top: 30px;
}

.section-header {
  color: var(--blue);
  font-family: Nexa Bold, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.section-header.black {
  color: var(--black);
  font-family: "Bodoni 72", sans-serif;
  font-size: 55px;
  line-height: 62px;
}

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

.section-header.black.centered.small {
  font-size: 50px;
  line-height: 55px;
}

.section-header.white {
  color: var(--white);
  font-family: "Bodoni 72", sans-serif;
  font-size: 55px;
  line-height: 60px;
}

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

.section-header.white.centered.mb-0px {
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 55px;
}

.paragraph-2 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-3 {
  color: var(--text-grey);
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.paragraph-3.margin {
  max-width: 550px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-3.width {
  color: var(--text-grey);
  text-align: left;
  max-width: 600px;
  font-family: Avenir, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.paragraph-3.white {
  color: var(--white);
}

.paragraph-3.white.centered {
  color: var(--white);
  text-align: center;
  max-width: 800px;
  padding-top: 30px;
}

.paragraph-3.white.centered.mt-0px {
  padding-top: 0;
}

.paragraph-3.white.mt20px {
  margin-top: 10px;
}

.paragraph-3.grey.mr {
  padding-right: 2vw;
}

.heading-2 {
  color: var(--blue);
  font-family: Nexa Bold, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.heading-2.v2 {
  color: var(--black);
  font-family: "Bodoni 72", sans-serif;
  line-height: 110%;
}

.heading-2.v2.centered {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Bodoni 72", sans-serif;
  line-height: 50px;
}

.reviews-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.paragraph-4 {
  color: var(--grey);
  max-width: 550px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.slide-div {
  padding-bottom: 20px;
}

.slide-heading {
  color: var(--blue);
  margin-top: 10px;
  padding-left: 35px;
  font-family: Nexa Bold, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.slide-name {
  color: var(--grey);
  margin-top: 20px;
  padding-left: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.slide-title {
  color: var(--grey);
  padding-bottom: 20px;
  padding-left: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.reviews-slider {
  max-width: 900px;
  margin-top: 20px;
  padding: 40px 60px 20px;
  box-shadow: 4px 4px 20px #0000002e;
}

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

.section {
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px 100px;
}

.section.filter-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px 100px 140px;
  display: flex;
}

.section-heading {
  color: var(--blue);
  margin-bottom: 20px;
  font-family: Nexa Bold, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.section-heading.black {
  color: var(--black);
  font-family: "Bodoni 72", sans-serif;
  line-height: 110%;
}

.div-block {
  background-color: #0000;
  width: auto;
  height: auto;
  padding-left: 0%;
}

.div-block-2 {
  background-color: #0000;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
}

.section-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-block.v2 {
  align-items: center;
}

.section-left-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-width: 400px;
  max-width: none;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.section-right-block {
  width: 50%;
  height: auto;
  padding-left: 0;
}

.section-right-block.about-us-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 0;
  display: block;
}

.section-right-block.right {
  width: auto;
  padding-left: 0;
}

.section-right-block.v2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.slide-4, .slider-2 {
  min-height: 600px;
}

.image-slide {
  border-bottom: 12px solid var(--blue);
  border-left: 12px solid var(--blue);
  background-color: var(--white);
  background-image: url('../images/pexels-fauxels-3184430.jpg');
  background-position: 50%;
  background-size: cover;
}

.features {
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.features.v2 {
  background-color: var(--white);
  border-radius: 30px;
  max-width: 90vw;
  box-shadow: 0 0 31px -5px #0003;
}

.features.v2.mb-100px {
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.features-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
  display: block;
}

.features-header {
  text-align: center;
  margin-bottom: 60px;
}

.features-contents {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  max-width: none;
  display: grid;
}

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

.heading-3 {
  color: var(--blue);
  font-family: Nexa Bold, sans-serif;
}

.button-3 {
  border: 1px solid var(--bg-grey);
  background-color: var(--blue);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 70px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  display: flex;
}

.button-3:hover {
  color: var(--black);
  font-weight: 600;
}

.feature-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--blue);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 250px;
  display: flex;
}

.feature-item.v2 {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
}

.icon-div {
  background-color: #0000;
  width: 100px;
  height: 100px;
}

.icon-div.last-icon-div {
  margin-top: -25px;
}

.icon-div.v2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.icon-div.v2.left {
  align-items: flex-start;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-5.v2 {
  color: var(--text-grey);
  letter-spacing: -.02em;
  font-family: Avenir, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.button-4 {
  background-color: var(--blue);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  display: flex;
}

.button-4:hover {
  color: var(--black);
  text-align: left;
  font-weight: 600;
}

.portrait {
  background-color: var(--white);
  width: auto;
  height: auto;
}

.paragraph-6 {
  color: var(--grey);
  text-align: center;
  margin-top: 30px;
}

.pricing-content {
  margin-top: 40px;
  box-shadow: 4px 4px 20px #0000004a;
}

.pricing-columns {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.column-1 {
  background-color: var(--bg-grey);
  width: 300px;
  height: 350px;
  box-shadow: 7px 7px 18px #0000004d;
}

.column-2 {
  background-color: var(--bg-grey);
  width: 800px;
  height: 350px;
  box-shadow: 7px 7px 18px #0000;
}

.column-header {
  color: var(--blue);
  text-align: center;
  padding-left: 0;
  font-family: Nexa Bold, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.column-header.left {
  text-align: left;
  padding-left: 40px;
}

.paragraph-7 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  padding: 40px;
  display: block;
  box-shadow: 4px 4px 20px #0000002e;
}

.form.v2 {
  box-shadow: none;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

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

.text-field-2 {
  border: 0 solid #000;
  height: 60px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  box-shadow: 4px 4px 20px #0000002b;
}

.text-field-2.v2 {
  border-bottom-width: 2px;
  border-bottom-color: var(--primary-blue);
  box-shadow: none;
  color: var(--black);
  background-color: #0000;
  padding-left: 0;
  font-family: Avenir, sans-serif;
}

.textarea {
  border: 0 solid #000;
  height: 300px;
  padding-top: 10px;
  padding-bottom: 250px;
  font-family: Montserrat, sans-serif;
  box-shadow: 4px 4px 20px #0000002b;
}

.textarea.v2 {
  border-bottom-width: 2px;
  border-bottom-color: var(--primary-blue);
  box-shadow: none;
  background-color: #0000;
  height: auto;
  padding-bottom: 10px;
  padding-left: 0;
}

.submit-button {
  background-color: var(--blue);
  border-radius: 24px;
  width: 200px;
  height: 55px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.submit-button:hover {
  color: var(--black);
  font-weight: 600;
}

.submit-button.v2 {
  width: 70%;
  height: 45px;
  font-family: Avenir Next, sans-serif;
  font-size: 17px;
}

.form-block {
  width: 90vw;
  margin: 100px auto;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}

.form-column-right {
  width: 50%;
  height: 280px;
}

.form-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  display: flex;
}

.form-column.v2 {
  width: 70%;
  display: block;
}

.form-column-left {
  width: 50%;
}

.form-header {
  color: var(--blue);
  margin-bottom: 20px;
  font-family: Nexa Bold, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.heading-4 {
  color: var(--white);
  margin-top: 0;
  font-family: Nexa Bold, sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
}

.footer-header {
  color: var(--white);
  margin-bottom: 30px;
  font-family: Nexa Bold, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.image-3 {
  border-right: 0 solid #000;
  border-bottom: 12px solid var(--blue);
  border-left: 12px solid var(--blue);
  width: auto;
  height: auto;
  min-height: auto;
  margin-right: 0;
  padding: 0;
}

.image-4 {
  width: 90%;
  height: 600px;
  min-height: auto;
}

.image-5 {
  width: 90%;
  height: 600px;
}

.left-block-div {
  max-width: none;
  padding-right: 0;
}

.image-6 {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: -260px;
  margin-left: 140px;
  display: inline-block;
}

.image-7 {
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
}

.slide-1 {
  border-bottom: 0px solid var(--blue);
  border-left: 0px solid var(--blue);
  background-image: url('../images/pexels-fauxels-3184430.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.rich-text-block {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 40px;
}

.left-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #000;
  border-right-color: #0000004f;
  margin-bottom: 10px;
  display: flex;
}

.left-item.v2 {
  border-bottom-width: 1px;
  border-bottom-color: #0000004f;
}

.image-8 {
  width: 30px;
  height: 30px;
  margin-top: 0;
}

.image-9 {
  border-bottom: 12px solid var(--blue);
  border-left: 12px solid var(--blue);
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-10 {
  width: 80px;
  max-width: none;
  height: 80px;
}

.image-11 {
  border-bottom: 12px solid var(--blue);
  border-left: 12px solid var(--blue);
  width: 100%;
  max-width: none;
  height: auto;
  display: none;
}

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

.section-left-block-2 {
  width: 50%;
  padding-right: 100px;
}

.section-right-block-2 {
  width: 50%;
}

.left-block-div-2 {
  width: auto;
}

.image-12 {
  width: 30px;
  margin-left: 95%;
}

.image-13 {
  width: 30px;
}

.div-block-4 {
  border-style: solid;
  border-width: 0;
  border-color: black black var(--blue) var(--blue);
  background-image: url('../images/pexels-edmond-dantès-4342493.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 700px;
}

.div-block-5 {
  width: auto;
  height: auto;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-left: 40px;
  display: flex;
}

.image-14 {
  width: 30px;
  height: 30px;
  margin-top: 0;
}

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

.header-inner-2 {
  background-image: url('../images/DT1.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 300px;
  margin-bottom: 40px;
  display: flex;
}

.heading-5 {
  color: var(--bg-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Bodoni 72", sans-serif;
  font-size: 60px;
}

.review-div {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.review-item {
  background-color: var(--blue);
  height: auto;
  padding-left: 40px;
  display: flex;
  box-shadow: 4px 4px 20px #00000045;
}

.review-item.right {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 40px;
  box-shadow: 4px 4px 20px #0000003d;
}

.icon-block {
  background-color: var(--bg-grey);
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 200px;
  margin-top: -40px;
  display: flex;
  box-shadow: 4px 4px 20px #0000003b;
}

.content-block {
  width: 70%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-6 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-8 {
  color: var(--white);
  text-align: right;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-9 {
  color: var(--white);
  text-align: right;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  color: var(--grey);
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

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

.image-16 {
  height: auto;
}

.nav-link-2 {
  color: var(--bg-grey);
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.nav-link-2:hover {
  color: var(--primary-blue);
}

.nav-link-2.hide-nav {
  display: none;
}

.text-span-bg1 {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 2px;
}

.arrow-icon {
  width: 8px;
}

.image-17 {
  margin-top: -50px;
}

.image-18 {
  margin-left: -80px;
}

.item-title {
  color: var(--black);
  font-family: Avenir Next, sans-serif;
}

.div-block-7 {
  display: flex;
}

.form-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.form-row.message-field {
  display: block;
}

.footer-v2 {
  background-color: var(--secondary-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  min-height: auto;
  display: flex;
  position: relative;
}

.foooter-text {
  color: var(--white);
  text-align: center;
  font-family: Avenir, sans-serif;
}

.div-block-8 {
  background-color: var(--secondary-blue);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: -30px;
  padding-bottom: 10px;
  display: block;
}

.tab-link-tab-1 {
  display: block;
}

.tab-link-tab-1.w--current {
  background-color: var(--black);
  display: inline-block;
}

.tab-link {
  background-color: var(--white);
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link.hide-tab-link {
  display: none;
}

.image-19 {
  color: var(--white);
  display: inline-block;
}

.image-20 {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
}

.image-21 {
  opacity: 1;
}

.html-embed {
  color: var(--white);
  background-color: #0000;
}

.html-embed:active {
  color: var(--black);
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-bottom: 0 solid #dedede;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-22 {
  color: #0000;
}

.client-icon {
  opacity: .6;
  background-color: #0000;
  border-radius: 0;
  width: 60%;
}

.image-23 {
  opacity: .51;
}

.image-23.client-icon {
  opacity: .3;
}

.image-24 {
  opacity: .37;
}

.image-24.client-icon {
  opacity: .24;
}

.image-25 {
  opacity: .72;
}

.image-25.client-icon {
  opacity: .55;
}

.image-26 {
  background-color: var(--white);
  opacity: 1;
}

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

.client-icon-lg {
  filter: invert();
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.client-icon-lg.v2 {
  width: 250px;
}

.quote-div-left {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: none;
  height: auto;
  min-height: 100px;
  max-height: none;
  padding: 20px;
  display: flex;
}

.quote-div-left.v2 {
  width: 850px;
}

.quote-div-right {
  width: 80%;
}

.quote-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.quote {
  color: var(--secondary-blue);
  text-align: center;
  font-family: Avenir, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 115%;
}

.quote-name {
  text-align: right;
  padding-top: 20px;
}

.quote-title {
  color: var(--secondary-blue);
  text-align: right;
  padding-top: 5px;
  font-family: Avenir, sans-serif;
}

.quote-tabs {
  background-color: var(--white);
  max-width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.tabs-content {
  max-width: 100vw;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.italic-text-2 {
  font-style: normal;
  line-height: 40px;
}

.bold-text {
  color: var(--secondary-blue);
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
}

.italic-text-3 {
  font-family: Avenir, sans-serif;
  font-style: normal;
}

.italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11 {
  font-style: normal;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  color: var(--secondary-blue);
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
}

.text-span-2 {
  cursor: pointer;
}

.image-27 {
  width: auto;
  max-width: 100%;
}

.html-embed-2 {
  width: auto;
  max-width: 800px;
}

.reviews-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px;
  display: grid;
}

.italic-text-12 {
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
  display: block;
}

.client-quote {
  color: var(--secondary-blue);
  margin-bottom: 20px;
}

.bold-text-11 {
  color: var(--secondary-blue);
  font-family: Avenir Next, sans-serif;
}

.italic-text-13 {
  color: var(--secondary-blue);
  font-family: Avenir, sans-serif;
}

.client-name {
  color: var(--secondary-blue);
  padding-top: 10px;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
}

.client-title {
  color: var(--secondary-blue);
  font-family: Avenir, sans-serif;
  font-size: 15px;
  font-style: italic;
}

.company-logo {
  opacity: .56;
  padding-bottom: 20px;
}

.company-logo.revlon {
  opacity: .3;
}

.company-logo.coty {
  opacity: .36;
}

.company-logo.phd {
  opacity: .26;
}

.company-logo.selter {
  opacity: 1;
}

.company-logo.don-mgt {
  opacity: .69;
}

.company-logo.g-b {
  opacity: .39;
}

.company-logo.evolution {
  opacity: .4;
}

.company-logo.bien {
  opacity: .43;
}

.company-logo.ad {
  opacity: .46;
}

.body-2 {
  background-color: var(--bg);
}

.review {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.review.hide-review {
  display: none;
}

.heading-7 {
  color: var(--secondary-blue);
  font-family: "Bodoni 72", sans-serif;
  font-size: 45px;
}

.content-header {
  color: var(--secondary-blue);
  margin-bottom: 40px;
  font-family: "Bodoni 72", sans-serif;
  font-size: 50px;
}

.paragraph-10 {
  color: var(--black);
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.review-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  display: flex;
}

.image-28 {
  opacity: .54;
}

.image-29 {
  opacity: 1;
}

.heading-8 {
  color: var(--secondary-blue);
  text-transform: capitalize;
  font-family: Avenir Next, sans-serif;
}

.bold-text-12 {
  text-transform: capitalize;
}

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

.client-slide {
  object-fit: fill;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-3 {
  background-color: #0000;
  top: auto;
}

.mask {
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  overflow: hidden;
}

.image-30 {
  margin-top: -55px;
  margin-left: 30px;
}

.image-31 {
  margin-left: -60px;
}

.image-32 {
  opacity: .65;
  filter: none;
  background-color: #0000;
  border-radius: 0;
}

.image-32.opacity {
  opacity: 1;
}

.image-32.invert {
  filter: invert();
}

.image-33 {
  opacity: .33;
}

.image-33.client-icon {
  opacity: .21;
}

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

.right-arrow-3 {
  border: 2px solid var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 51%;
  display: flex;
  position: absolute;
  top: 100%;
}

.right-arrow-3:hover {
  border-color: var(--black);
  transform: translate(0, -2px);
}

.left-arrow-3 {
  border: 2px solid var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 51%;
  display: flex;
  position: absolute;
  top: 100%;
}

.left-arrow-3:hover {
  border-color: var(--black);
  transform: translate(0, -2px);
}

.arrow_icon {
  padding-left: 5px;
  padding-right: 5px;
}

.tab-container {
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.tabs {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center start;
  width: 100%;
  display: flex;
}

.tabs_menu {
  width: 40%;
  margin: 0 -24px;
  padding-top: 0;
}

.tabs_link {
  background-color: var(--bg);
  padding: 24px;
  display: block;
}

.tabs_link.w--current {
  background-color: var(--white);
  border-radius: 8px;
  padding: 24px;
  display: block;
}

.tabs-link_title {
  color: var(--black);
  font-family: "Bodoni 72", sans-serif;
}

.tabs-link_item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 0 solid #0000004f;
  display: flex;
}

.tab-link_text {
  color: var(--text-grey);
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.tabs-link_content {
  max-width: none;
}

.tabs_content {
  width: 60%;
}

.slide-nav-4 {
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: relative;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.section-2.v1 {
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

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

.tab_slider {
  background-color: #0000;
  height: 100%;
}

.bold-text-13 {
  color: var(--black);
  font-size: 40px;
  line-height: 44px;
}

.bold-text-14, .bold-text-15 {
  font-size: 40px;
  line-height: 44px;
}

.image-35 {
  opacity: .72;
  box-shadow: 0 2px 5px #0003;
}

.image-36 {
  opacity: .33;
}

.right-arrow-4 {
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.right-arrow-4:hover {
  transform: translate(0, -2px);
}

.image-37 {
  width: 30px;
  height: 30px;
}

.left-arrow-4 {
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.left-arrow-4:hover {
  transform: translate(0, -2px);
}

.image-38 {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #000000f2;
}

.image-38.no-border {
  border-width: 0;
}

.section-3 {
  text-align: left;
  padding-top: 0;
  padding-bottom: 60px;
}

.landing {
  background-color: var(--black);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: auto;
  margin-top: -7.5vw;
  position: relative;
}

.landing-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: flex;
}

.landing-first-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

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

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

.section-white-bg {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-white-bg.mt {
  padding-top: 0;
}

.section-white-bg.mt.mb {
  max-width: none;
  padding-bottom: 40px;
}

.section-white-bg.mt.mb.hide-section {
  display: none;
}

.container-2 {
  background-color: var(--white-2-3);
  border-radius: 30px;
  max-width: 1400px;
  position: relative;
}

.two-column-container {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.left-column {
  width: 40%;
}

.right-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.image-40 {
  max-width: 80%;
  margin-top: -40px;
}

.image-41 {
  margin-bottom: -60px;
}

.div-block-9 {
  padding: 40px 0 60px 60px;
  position: relative;
}

.div-block-10 {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 2vw;
  position: relative;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 120%;
  margin-top: 0;
  margin-left: 3vw;
  display: flex;
  position: absolute;
  top: 0%;
  right: 0;
}

.div-block-11.v2 {
  margin-top: -40px;
}

.div-block-11.v3 {
  margin-right: 10px;
}

.div-block-11.v3.v4 {
  height: auto;
}

.image-42 {
  max-width: 560px;
  height: 100%;
  max-height: 560px;
  margin-top: -90px;
  margin-left: 0;
  position: relative;
}

.image-43 {
  max-width: 80%;
  max-height: 225px;
  margin-top: -50px;
}

.image-44 {
  max-width: 620px;
  max-height: 130px;
  margin-bottom: -60px;
}

.image-45 {
  height: 100%;
  margin-top: -65px;
}

.icon-3, .icon-4 {
  color: var(--black);
}

.slider-4 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.heading-9 {
  color: var(--primary-blue);
  text-align: center;
  text-transform: uppercase;
  font-family: Avenir Next, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.italic-text-14 {
  font-family: "Bodoni 72", sans-serif;
  font-style: normal;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.heading-10 {
  color: var(--secondary-blue);
  text-align: center;
  font-family: "Bodoni 72", sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-11 {
  color: var(--secondary-blue);
  text-align: center;
  padding-top: 10px;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
}

.text-span-3 {
  font-size: 18px;
  font-style: normal;
}

.div-block-13 {
  padding-bottom: 40px;
}

.slide-nav-5 {
  margin-top: 0;
  display: block;
  position: relative;
}

.mask-2 {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  overflow: hidden;
}

.slide-5, .slide-6 {
  height: 100%;
}

.left-arrow-5 {
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 40px;
  display: flex;
  top: 0%;
}

.right-arrow-5 {
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 40px;
  display: flex;
  top: 0%;
}

.arrow {
  width: 35px;
  height: 35px;
}

.utility-page-wrap {
  background-color: var(--bg-grey);
  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;
}

.video-container {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

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

.page-header {
  color: #000;
  text-align: center;
  font-family: "Bodoni 72", sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.button-div {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.page-sub-header {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-family: "Bodoni 72", sans-serif;
  line-height: 115%;
}

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

.header-nav-desktop {
  border-bottom: 1.5px solid var(--light-1);
  background-color: var(--blue-1);
  outline-offset: 0px;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  max-width: 2880px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.header_logo__wrapper {
  flex: 0 auto;
}

.header-logo {
  vertical-align: middle;
  width: 100%;
  max-width: 300px;
}

.nav-menu__items {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu__links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-menu__buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: stretch;
  display: flex;
}

.header-nav-mobile {
  border-bottom: 2px solid var(--light-1);
  background-color: var(--blue-1);
  justify-content: center;
  align-items: center;
  display: none;
}

.header-button {
  background-color: var(--light-1);
  color: var(--blue-2);
  text-align: center;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  display: flex;
}

.header-button:hover {
  opacity: .75;
}

.header-button.login {
  border-top-style: solid;
  border-top-width: 1.5px;
  border-top-color: var(--light-1);
  border-right-style: solid;
  border-right-width: 1.5px;
  border-right-color: var(--light-1);
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-bottom-color: var(--light-1);
  border-left-style: solid;
  border-left-width: 1.5px;
  border-left-color: var(--light-1);
  color: var(--light-1);
  background-color: #0000;
  min-width: 120px;
}

.header-button.login:hover {
  border-color: var(--blue-2);
  background-color: var(--blue-2);
}

.header-nav-item {
  color: var(--light-1);
  padding-left: 15px;
  padding-right: 15px;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
}

.header-nav-item:hover {
  opacity: .75;
}

.header-nav-item.w--current {
  color: var(--light-1);
  padding-left: 15px;
  padding-right: 15px;
  font-family: Red Hat Display, sans-serif;
  font-weight: 500;
}

.cta-section-left {
  background-color: var(--blue-3);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--blue-4), var(--blue-2));
  -webkit-text-fill-color: inherit;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
  clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 0;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.div-block-15 {
  background-color: var(--blue-1);
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(-90deg);
}

.div-block-16 {
  background-color: var(--blue-2);
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-right: -20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-4 {
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-section {
  background-color: var(--blue-1);
  width: 100%;
  max-width: 2880px;
  min-height: auto;
  padding: 60px 30px;
  position: relative;
}

.page-section.small {
  min-height: 30vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-section.small.white-bg {
  background-color: var(--light-1);
  color: var(--bg-grey);
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-section.small.white-bg.logo-carousel {
  max-width: 100vw;
  padding: 20px 0;
}

.page-section.small.dark {
  background-color: var(--dark-2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-section.small.light {
  background-color: var(--light-1);
}

.page-section.small.light.no-padding {
  max-width: none;
  min-height: 30vh;
  padding: 0;
}

.page-section.small.no-padding {
  padding: 0;
}

.page-section.large.light {
  background-color: var(--light-1);
}

.page-section.blue-2 {
  background-color: var(--blue-2);
}

.page-section.dark {
  background-color: var(--dark-1);
}

.page-section.dark.logo-carousel {
  padding: 40px 0 20px;
}

.page-section.full-height {
  min-height: 100vh;
}

.div-block-17 {
  background-color: var(--blue-1);
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
  clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
  transform-origin: 100%;
  width: 100vw;
  height: 80vh;
  position: absolute;
  top: 25%;
  right: 0;
  transform: translateY(-50%)rotate(-45deg);
}

.gradient-shape-wrapper {
  background-color: var(--blue-1);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--blue-1), var(--blue-1));
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.gradient-shape-wrapper.image-shape {
  width: 100%;
  height: auto;
}

.gradient-shpae-div {
  background-color: var(--blue-1);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--blue-1) 4%, var(--blue-2) 69%, var(--blue-4));
  -webkit-text-fill-color: inherit;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 70%, 85% 100%, 0% 100%);
  clip-path: polygon(50% 0%, 100% 0, 100% 70%, 85% 100%, 0% 100%);
  background-clip: border-box;
  width: 75%;
  height: 75%;
  display: none;
  position: relative;
}

.header-1 {
  color: var(--light-1);
  font-family: Red Hat Display, sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.1em;
}

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

.header-1.dark.mb-40px {
  padding-bottom: 40px;
}

.gradient-shape-bg {
  z-index: 1;
  position: absolute;
  inset: 17% 0% 0;
}

.hero-left {
  z-index: 3;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 510px;
  max-width: 55%;
  display: flex;
  position: relative;
}

.paragraph-primary {
  color: var(--light-1);
  font-family: Red Hat Display, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-primary.dark {
  color: var(--dark-1);
}

.primary-button {
  background-color: var(--light-1);
  color: var(--blue-2);
  border-radius: 300px;
  padding: 8px 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}

.primary-button:hover {
  opacity: .75;
}

.primary-button.dark {
  background-color: var(--blue-1);
  color: var(--light-1);
}

.primary-button.dark.mt-20px {
  margin-top: 20px;
}

.list-grid-container {
  z-index: 3;
  padding-top: 180px;
  position: relative;
}

.header-2 {
  color: var(--light-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.1em;
}

.header-2.dark {
  color: var(--blue-1);
  margin-bottom: 40px;
  font-weight: 600;
}

.header-2.dark.no-mb {
  margin-bottom: 0;
}

.header-2.dark.mb-20px {
  margin-bottom: 20px;
}

.header-2.large {
  font-size: 2.5rem;
}

.header-2.center {
  text-align: center;
  line-height: 1.3em;
}

.header-2.xxl {
  color: var(--light-1);
  word-break: normal;
  font-size: 3.8rem;
}

.list-grid-wrapper {
  z-index: 3;
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.list-grid-item {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-family: Red Hat Display, sans-serif;
  display: flex;
}

.header-div {
  z-index: 3;
  width: 680px;
  max-width: 60%;
  position: relative;
}

.bg-container {
  z-index: 2;
  background-color: var(--blue-1);
  background-image: linear-gradient(90deg, var(--blue-1), var(--blue-1));
  width: 75%;
  min-height: 50vh;
  margin-top: 140px;
  position: absolute;
  top: 0;
}

.list-grid-shape {
  background-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: auto;
  position: relative;
}

.list-grid-text-wrapper {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--blue-1);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
}

.header-3 {
  color: var(--light-1);
  font-family: Red Hat Display, sans-serif;
  font-size: 2rem;
  line-height: 1.1em;
}

.header-3.no-mg {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1em;
}

.header-3.feature-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
}

.header-3.dark {
  color: var(--blue-1);
  font-size: 1.5rem;
}

.new-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-small {
  color: var(--light-1);
  border-radius: 6px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-small.blue {
  color: var(--blue-2);
  border-radius: 0;
  padding: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.paragraph-small.footer-copyright {
  padding-left: 0;
  font-size: .9rem;
  line-height: 1.3em;
}

.new-tab {
  background-color: var(--light-1);
  box-shadow: none;
  border-radius: 30px;
  padding: 5px 13px;
  font-size: .8rem;
  line-height: 1.1em;
}

.slide-nav-6 {
  color: var(--dark-1);
}

.paragraph-medium {
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
}

.paragraph-medium.testimonials-text {
  color: var(--blue-1);
  text-align: center;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 1.1rem;
  line-height: 1.6em;
}

.paragraph-medium.dark {
  color: var(--dark-1);
  line-height: 1.5em;
}

.paragraph-medium.dark.dark-2 {
  color: var(--blue-1);
  font-weight: 500;
}

.paragraph-medium.dark.dark-2.pl {
  padding-right: 100px;
}

.paragraph-medium.light {
  color: var(--light-1);
  line-height: 1.5em;
}

.paragraph-medium.light.pl, .paragraph-medium.light.center {
  text-align: center;
}

.italic-text-15 {
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.5em;
}

.icon-5 {
  color: var(--blue-1);
}

.icon-6 {
  color: var(--text-grey);
}

.slide-7 {
  background-color: var(--light-1);
}

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

.testimonials-slide {
  background-color: var(--light-1);
  max-width: none;
  padding-left: 60px;
  padding-right: 60px;
}

.slider-5 {
  background-color: var(--light-1);
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.cta-section-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.footer-dark {
  border-top: 1.5px solid var(--light-1);
  background-color: var(--blue-1);
  outline-color: var(--light-1);
  outline-offset: 0px;
  border-bottom: 0 solid #e4ebf3;
  outline-width: 1.5px;
  outline-style: none;
  max-width: 2880px;
  padding: 60px 30px;
  position: relative;
}

.footer-container {
  width: 100%;
  max-width: 2880px;
  margin-left: 0;
  margin-right: 0;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--light-1);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Red Hat Display, sans-serif;
  font-size: 1.1rem;
  line-height: 1em;
  text-decoration: none;
}

.footer-link:hover {
  opacity: .88;
  color: var(--light-1);
}

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-title {
  color: var(--light-1);
  margin-bottom: 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3em;
}

.footer-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gradient-shape-image {
  max-width: 70%;
}

.mask-3 {
  height: 100%;
  padding-bottom: 60px;
}

.testimonials-control-left, .testimonials-control-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.linkedin-icon {
  background-color: var(--light-1);
  color: var(--blue-1);
  border-radius: 4px;
  padding: 5px;
}

.section-left-container {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
}

.section-right-container {
  background-image: linear-gradient(233deg, var(--blue-1), var(--blue-2));
  background-position: 0 0;
  border-radius: 20px;
  width: 60%;
}

.form-field-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form-fields {
  grid-column-gap: 4rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.form-fields.large {
  grid-column-gap: 4rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
}

.form-item {
  width: 50%;
}

.form-item.large {
  width: 100%;
  min-height: auto;
}

.section-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-label {
  color: var(--light-1);
  font-family: Red Hat Display, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5em;
}

.submit-button-2 {
  background-color: var(--light-1);
  color: var(--blue-2);
  border-radius: 300px;
  margin-top: 20px;
  padding: 8px 25px;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3em;
}

.form-input-field {
  border: 0px solid var(--dark-2);
  background-color: var(--blue-1);
  opacity: 1;
  outline-color: var(--light-1);
  outline-offset: 0px;
  color: var(--light-1);
  border-radius: 10px;
  outline-width: 1.5px;
  outline-style: solid;
  min-height: 50px;
  font-family: Red Hat Display, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5em;
}

.form-textarea-field {
  border: 0px solid var(--dark-2);
  background-color: var(--blue-1);
  opacity: 1;
  outline-color: var(--light-1);
  outline-offset: 0px;
  color: var(--light-1);
  border-radius: 10px;
  outline-width: 1.5px;
  outline-style: solid;
  min-height: 80px;
  font-family: Red Hat Display, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5em;
}

.schedule-a-demo-form {
  margin-bottom: 0;
  padding: 60px;
}

.section-logo {
  overflow: hidden;
}

.logo-container {
  padding: 1.5em 5%;
}

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

.vertical-padding {
  padding: 0;
}

.logo-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: row;
  align-items: center;
  width: 2200px;
  display: flex;
}

.image-48, .logo-slider-image {
  width: 120px;
}

.logo-slider-image.white {
  filter: brightness(0) invert();
}

.footer-copyright-mobile {
  display: none;
}

.section-container {
  max-width: 100%;
}

.section-container.small {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-container.list-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-success-message {
  color: var(--light-1);
  background-color: #0000;
  font-family: Red Hat Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5em;
}

.form-error-message {
  color: var(--light-1);
  font-family: Red Hat Display, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.error-message {
  background-color: #0000;
}

.section-container-div {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 45%;
  display: flex;
  position: relative;
}

.section-right {
  width: 55%;
}

.about-hero {
  border-radius: 30px;
  box-shadow: 0 2px 12px 11px #0003;
}

.superscript {
  color: var(--blue-4);
}

.list-item-header {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.list-item-description.plr {
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.header-4 {
  color: var(--light-1);
  font-family: Red Hat Display, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2em;
}

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

.testimonials-control-icon {
  border: 2px solid var(--blue-1);
  color: var(--light-1);
  border-radius: 6px;
  max-width: 38px;
  height: auto;
  margin: auto 0;
  padding: 5px;
  display: block;
}

.testimonials-control-icon:hover {
  opacity: .8;
}

.list-image {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .navigation-container {
    max-width: none;
  }

  .header-right-block {
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 0;
    display: flex;
  }

  .section-header.black {
    line-height: 62px;
  }

  .features-header {
    margin-bottom: 80px;
  }

  .features-contents {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .client-icon {
    width: 60%;
  }

  .header-button {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
  }

  .header-button.login {
    font-weight: 700;
  }

  .page-section {
    color: var(--light-1);
    padding-left: 30px;
    padding-right: 30px;
    font-family: Red Hat Display, sans-serif;
    font-weight: 500;
  }

  .page-section.large.light {
    background-color: var(--light-1);
  }

  .page-section.dark.logo-carousel {
    padding-bottom: 40px;
  }

  .gradient-shpae-div {
    background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--blue-1), var(--blue-2) 59%, var(--blue-4));
    position: relative;
  }

  .header-1 {
    font-size: 3.8rem;
  }

  .hero-left {
    width: 510px;
    max-width: 45%;
  }

  .paragraph-primary {
    font-size: 1.1rem;
  }

  .list-grid-container {
    padding-top: 180px;
  }

  .header-2 {
    font-size: 1.9rem;
    line-height: 1.2em;
  }

  .header-div {
    width: 680px;
    max-width: 60%;
  }

  .header-3.no-mg, .header-3.feature-title {
    font-size: 1.5rem;
    line-height: 1.2em;
  }

  .header-3.dark {
    font-size: 1.5rem;
  }

  .slide-nav-6 {
    background-color: var(--light-1);
  }

  .paragraph-medium.testimonials-text {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .paragraph-medium.dark.dark-2.pl {
    padding-right: 100px;
  }

  .slider-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content {
    grid-column-gap: 100px;
  }

  .list-item-description.plr {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .header-right-block {
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 0;
    display: flex;
  }

  .button-2.v2 {
    margin-top: 15px;
  }

  .section-header.black {
    line-height: 62px;
  }

  .features-header {
    margin-bottom: 100px;
  }

  .features-contents {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .tab-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-icon {
    width: 50%;
  }

  .quote-div-left {
    width: 15%;
  }

  .quote-div-right {
    width: 85%;
  }

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

  .video-container {
    max-width: 70vw;
  }

  .page-header {
    font-size: 65px;
    line-height: 70px;
  }

  .page-sub-header {
    font-size: 34px;
  }

  .header-nav-desktop {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header-logo {
    max-width: 320px;
  }

  .header-button {
    font-size: 1rem;
    font-weight: 700;
  }

  .page-section {
    padding: 100px 60px;
  }

  .page-section.blue-2 {
    background-color: var(--blue-2);
  }

  .page-section.dark.logo-carousel {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .gradient-shpae-div {
    background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--blue-1), var(--blue-2) 61%, var(--blue-4));
  }

  .header-1 {
    font-size: 4rem;
  }

  .hero-left {
    width: 510px;
    max-width: 35%;
  }

  .paragraph-primary {
    font-size: 1.1rem;
  }

  .paragraph-primary.ml-20px {
    margin-right: 20px;
  }

  .header-2 {
    font-size: 2.1rem;
    line-height: 1.2em;
  }

  .header-2.large.dark.no-mb {
    font-size: 2.8rem;
  }

  .header-2.xxl {
    font-size: 4rem;
  }

  .list-grid-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .header-div {
    width: 680px;
    max-width: 45%;
  }

  .header-3.no-mg, .header-3.feature-title {
    font-size: 1.6rem;
    line-height: 1.2em;
  }

  .header-3.dark {
    font-size: 1.6rem;
  }

  .new-tab {
    padding-right: 13px;
  }

  .paragraph-medium.testimonials-text {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .paragraph-medium.dark.dark-2.pl {
    padding-right: 180px;
  }

  .slider-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-dark {
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer-content {
    grid-column-gap: 150px;
  }

  .mask-3 {
    padding-bottom: 40px;
  }

  .section-left-container {
    padding-right: 140px;
  }

  .section-container.small {
    width: 780px;
  }

  .section-container.list-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .list-item-description.plr {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .header-4 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1920px) {
  .header-block {
    justify-content: space-around;
    align-items: center;
  }

  .header-right-block {
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 0;
    display: flex;
  }

  .button-2.v2 {
    margin-top: 15px;
  }

  .section-header.black {
    line-height: 62px;
  }

  .features.v2.mb-100px {
    max-width: 80vw;
    padding-left: 100px;
    padding-right: 100px;
  }

  .features-header {
    margin-bottom: 100px;
  }

  .features-contents {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    place-items: center;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .client-icon {
    width: 40%;
  }

  .client-icon.v2 {
    width: 50%;
  }

  .quote-div-left {
    width: 15%;
  }

  .quote-div-right {
    width: 85%;
  }

  .quote-container {
    max-width: 80vw;
  }

  .quote {
    text-align: center;
  }

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

  .quote-tabs {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .italic-text-6.right {
    text-align: center;
  }

  .section-2.v1 {
    max-width: 80vw;
  }

  .video-container {
    justify-content: center;
    align-items: center;
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .page-sub-header {
    font-size: 34px;
  }

  .header-nav-desktop {
    padding-left: 100px;
    padding-right: 100px;
  }

  .header-logo {
    max-width: 350px;
  }

  .header-button {
    font-size: 1rem;
    font-weight: 700;
  }

  .cta-section-left {
    width: 70%;
  }

  .page-section {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 100px;
    display: block;
    position: relative;
  }

  .page-section.small.light {
    background-color: var(--light-1);
  }

  .page-section.small.light.no-padding {
    padding: 0;
  }

  .page-section.dark.logo-carousel {
    max-width: 100%;
    padding: 60px 0 40px;
  }

  .div-block-17 {
    width: 60vw;
    height: 80vh;
    top: 20%;
    transform: translateY(-50%)rotate(-45deg);
  }

  .gradient-shape-wrapper {
    width: 100%;
    height: 100vh;
  }

  .gradient-shape-wrapper.image-shape {
    z-index: 1;
  }

  .gradient-shpae-div {
    background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--blue-1), var(--blue-2) 65%, var(--blue-4));
    opacity: .91;
    -webkit-clip-path: polygon(60% 0%, 100% 0, 100% 84%, 93% 100%, 0% 100%);
    clip-path: polygon(60% 0%, 100% 0, 100% 84%, 93% 100%, 0% 100%);
    width: 90%;
    height: 70%;
    position: relative;
  }

  .div-block-20 {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .div-block-21 {
    border-top-style: solid;
    border-top-width: 200px;
    border-top-color: var(--blue-1);
    border-bottom-style: solid;
    border-bottom-width: 200px;
    border-right: 200px solid #0000;
    border-bottom-color: var(--blue-1);
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-1 {
    font-size: 4rem;
    line-height: 1.1em;
  }

  .gradient-shape-bg {
    top: 16%;
  }

  .hero-left {
    width: 510px;
    max-width: 30%;
  }

  .paragraph-primary {
    font-size: 1.1rem;
  }

  .paragraph-primary.ml-20px {
    margin-right: 0;
  }

  .list-grid-container {
    padding-top: 220px;
  }

  .header-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.1rem;
    line-height: 1.2em;
  }

  .list-grid-wrapper {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .header-div {
    width: 680px;
    max-width: 45%;
  }

  .bg-container {
    width: 80%;
    min-height: 60vh;
    margin-top: 140px;
  }

  .list-grid-text-wrapper {
    z-index: 3;
    background-color: var(--blue-1);
    position: relative;
  }

  .header-3.no-mg, .header-3.feature-title {
    font-size: 1.6rem;
    line-height: 1.2em;
  }

  .header-3.dark {
    font-size: 1.6rem;
  }

  .paragraph-small.blue {
    border-radius: 0;
  }

  .new-tab {
    box-shadow: none;
    border-radius: 30px;
    padding-right: 13px;
  }

  .paragraph-medium.testimonials-text {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .paragraph-medium.dark.dark-2.pl {
    padding-right: 220px;
  }

  .paragraph-medium.light.pl {
    padding-right: 140px;
  }

  .paragraph-medium.light.center {
    font-weight: 400;
  }

  .slider-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-dark {
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer-content {
    grid-column-gap: 200px;
  }

  .gradient-shape-image {
    z-index: 1;
    max-width: 60%;
    position: relative;
    overflow: hidden;
  }

  .section-left-container {
    padding-right: 220px;
  }

  .section-right-container {
    background-image: linear-gradient(235deg, var(--blue-1), var(--blue-2));
    background-position: 0 0;
    border-radius: 30px;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo-container {
    padding: 2em 5%;
  }

  .logo-slider {
    flex-flow: row;
  }

  .section-container.small {
    width: 780px;
  }

  .section-left {
    width: 45%;
    max-width: none;
  }

  .section-right {
    width: 55%;
  }

  .list-item-description.plr {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-control-icon:hover {
    opacity: .8;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    justify-content: center;
    align-items: flex-start;
    padding-right: 10px;
  }

  .navigation-container {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
  }

  .header {
    padding: 100px 20px;
  }

  .header.v2 {
    padding-left: 60px;
  }

  .header.v2.mb0px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navigation-logo.w--current {
    padding-bottom: 20px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 10px 0 10px 140px;
  }

  .navigation-button.v2 {
    margin-left: 10px;
    font-size: 17px;
  }

  .navigation-button.v3 {
    margin-top: 25px;
    margin-left: 10px;
    font-size: 17px;
  }

  .container.cc-footer {
    flex-direction: column;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .reviews {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 400px;
    margin-top: 0;
  }

  .slide {
    margin-bottom: 40px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-column {
    flex-direction: column;
  }

  .text-footer-credits {
    display: none;
  }

  .footer-links-list {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin: 10px 0;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--secondary-blue);
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    display: flex;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-menu.button-menu {
    box-shadow: none;
    background-color: #0000;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    display: none;
  }

  .nav-menu.hide-desktop {
    display: flex;
  }

  .nav-link {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 40px;
    display: flex;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

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

  .menu-button.w--open {
    background-color: var(--secondary-blue);
  }

  .header-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-left-block {
    width: 100%;
    padding-right: 40px;
  }

  .header-right-block {
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .button-2.v2 {
    margin-top: 15px;
  }

  .section-header.black {
    font-size: 50px;
    line-height: 55px;
  }

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

  .section-header.black.centered.small {
    font-size: 45px;
  }

  .section-header.white {
    font-size: 50px;
  }

  .paragraph-3.grey {
    text-align: center;
  }

  .heading-2.v2.centered {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-heading {
    line-height: 30px;
  }

  .slide-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .reviews-slider {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    padding: 0 20px 100px 0;
  }

  .section.filter-section {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.margin {
    padding-bottom: 20px;
  }

  .section-block {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
  }

  .section-left-block {
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-left: 0;
  }

  .section-right-block {
    width: 100%;
    max-width: 90vw;
    margin-top: 40px;
    padding-left: 0;
  }

  .section-right-block.about-us-block {
    min-height: auto;
    padding-left: 10px;
  }

  .slider-2 {
    min-height: auto;
  }

  .features.v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features.v2.mb-100px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .features-block {
    padding-bottom: 40px;
  }

  .features-contents {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-3 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-item {
    width: 300px;
    height: 200px;
  }

  .feature-item.v2 {
    justify-content: center;
    align-items: flex-start;
  }

  .icon-div {
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: flex;
  }

  .portrait {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .pricing-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 480px;
  }

  .column-1 {
    width: 200px;
    height: 400px;
  }

  .column-2 {
    width: 400px;
    height: 400px;
  }

  .column-header {
    text-align: left;
    padding-left: 10px;
  }

  .column-header.left {
    padding-left: 30px;
  }

  .form.v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button.v2 {
    width: 90%;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .form-column.v2 {
    width: 90%;
  }

  .image-6 {
    width: 100%;
    max-width: none;
    margin-left: 100px;
  }

  .image-7 {
    width: 100%;
    max-width: none;
  }

  .image-9 {
    width: 100%;
  }

  .image-10 {
    width: 60px;
    height: 60px;
  }

  .image-11 {
    width: 100%;
    height: auto;
  }

  .section-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .section-left-block-2 {
    width: 100%;
    padding-right: 60px;
  }

  .section-right-block-2 {
    width: 100%;
  }

  .div-block-4 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-5 {
    width: 700px;
    height: 700px;
  }

  .div-block-6 {
    padding-top: 5px;
    padding-left: 30px;
  }

  .header-inner-2 {
    margin-bottom: 20px;
  }

  .review-div {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .review-item {
    height: auto;
  }

  .icon-block {
    height: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-9 {
    padding-bottom: 40px;
  }

  .nav-link-2 {
    padding-left: 20px;
    font-size: 18px;
  }

  .footer-v2 {
    background-image: none;
    min-height: auto;
    display: block;
  }

  .div-block-8 {
    background-color: var(--secondary-blue);
    margin-top: 0;
  }

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

  .client-icon {
    width: 100%;
  }

  .quote-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .italic-text-3 {
    font-size: 25px;
    line-height: 80%;
  }

  .html-embed-2 {
    width: 700px;
    display: block;
    overflow: hidden;
  }

  .reviews-div {
    grid-template-columns: 1fr 1fr;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .content-header {
    font-size: 45px;
  }

  .paragraph-10 {
    font-family: Avenir, sans-serif;
  }

  .heading-8 {
    font-size: 25px;
  }

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

  .tabs_menu, .tabs_content {
    width: 100%;
  }

  .bold-text-13, .bold-text-14, .bold-text-15 {
    font-size: 32px;
  }

  .landing {
    background-position: 50%;
  }

  .landing-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 60px;
  }

  .landing-first-block {
    padding-left: 20px;
  }

  .image-39 {
    max-width: 70%;
  }

  .section-white-bg {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-white-bg.mt.mb {
    padding-bottom: 60px;
  }

  .container-2 {
    max-width: 90vw;
  }

  .two-column-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .right-column {
    width: 100%;
  }

  .image-40 {
    margin-top: 0;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 40px 40px;
    display: flex;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
    display: flex;
  }

  .div-block-11 {
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: relative;
    top: auto;
    right: auto;
  }

  .div-block-11.v2 {
    margin-top: 0;
  }

  .image-42 {
    max-width: 100%;
    max-height: none;
    margin-top: 0;
  }

  .image-43 {
    max-height: none;
    margin-top: 0;
  }

  .image-44 {
    max-width: 100%;
    max-height: none;
    margin-bottom: 0;
  }

  .image-45 {
    margin-top: 0;
  }

  .slider-4 {
    overflow: visible;
  }

  .italic-text-14 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-12 {
    max-width: 700px;
  }

  .heading-10 {
    line-height: 35px;
  }

  .div-block-13 {
    padding-bottom: 0;
  }

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

  .left-arrow-5 {
    margin-left: 0;
    top: 100%;
    left: 42%;
  }

  .right-arrow-5 {
    margin-right: 0;
    top: 100%;
    right: 42%;
    overflow: hidden;
  }

  .video-container {
    max-width: 90vw;
  }

  .page-header {
    font-size: 55px;
    line-height: 115%;
  }

  .page-sub-header {
    font-size: 30px;
  }

  .header-nav-desktop, .nav-menu__links, .nav-menu__buttons {
    display: none;
  }

  .header-nav-mobile {
    border-bottom-width: 1.5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-3 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .header-nav-container {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hamburger-menu {
    padding-right: 0;
  }

  .hamburger-menu.w--open {
    background-color: var(--blue-1);
  }

  .mobile-menu {
    background-color: var(--blue-1);
    color: var(--light-1);
    align-items: flex-start;
    margin-top: 1.5px;
    padding: 20px 20px 40px;
    display: flex;
  }

  .header-button {
    max-width: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 1rem;
  }

  .header-button.w--current {
    max-width: 200px;
    margin: 10px 20px;
  }

  .header-button.login {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .header-nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .page-section.small.white-bg.logo-carousel {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-section.dark.logo-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-17 {
    top: 25%;
  }

  .header-1 {
    font-size: 3.5rem;
  }

  .gradient-shape-bg {
    top: 16%;
  }

  .hero-left {
    width: auto;
    max-width: 68%;
    padding-bottom: 40px;
  }

  .paragraph-primary {
    font-size: 1rem;
  }

  .list-grid-container {
    padding-top: 100px;
  }

  .header-2 {
    font-size: 1.8rem;
  }

  .header-2.large.dark.no-mb {
    font-size: 2.4rem;
  }

  .header-2.xxl {
    font-size: 3.5rem;
  }

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

  .list-grid-item {
    display: flex;
  }

  .header-div {
    width: auto;
    max-width: 70%;
  }

  .bg-container {
    width: 80%;
    min-height: 50vh;
    margin-top: 10px;
    top: 20px;
  }

  .list-grid-text-wrapper {
    padding-top: 60px;
  }

  .header-3 {
    font-size: 1.5rem;
  }

  .header-3.no-mg {
    font-size: 1.4rem;
    line-height: 1.1em;
  }

  .header-3.feature-title, .header-3.dark {
    font-size: 1.4rem;
  }

  .paragraph-small.blue {
    line-height: .9em;
  }

  .paragraph-small.footer-copyright {
    font-size: .85rem;
  }

  .paragraph-medium.testimonials-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .paragraph-medium.dark.dark-2.pl {
    padding-right: 0;
  }

  .cta-section-right {
    padding-left: 60px;
    padding-right: 20px;
  }

  .footer-dark {
    outline-color: var(--light-1);
    outline-offset: 0px;
    outline-width: 1.5px;
    outline-style: none;
  }

  .footer-container {
    max-width: 100%;
  }

  .footer-content {
    grid-column-gap: 50px;
  }

  .footer-link {
    font-size: 1rem;
  }

  .footer-title {
    font-size: 1.1rem;
  }

  .footer-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .gradient-shape-image {
    max-width: 80%;
  }

  .footer-logo {
    max-width: 70%;
  }

  .section-left-container {
    width: 100%;
  }

  .section-right-container {
    background-image: linear-gradient(90deg, var(--blue-1), var(--blue-2));
    background-position: 0 0;
    width: 100%;
  }

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

  .hamburger-icon {
    width: 40px;
    height: auto;
  }

  .section-container.list-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-container-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .list-item-description.plr {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header.v2.mb0px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-links {
    display: none;
  }

  .navigation-button {
    width: 200px;
    height: 50px;
    margin-left: 0;
    font-size: 20px;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .reviews {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: auto;
    margin-top: 0;
  }

  .slide {
    max-width: none;
    margin-bottom: 40px;
    overflow: visible;
  }

  .slide-2 {
    min-height: auto;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .pricing-block {
    width: 90vw;
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .nav-menu {
    padding-top: 20px;
  }

  .nav-link {
    margin-left: 20px;
  }

  .header-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .header-left-block {
    width: 100%;
  }

  .header-left-block.v2 {
    padding-right: 20px;
  }

  .header-right-block {
    width: 100%;
    min-height: auto;
  }

  .button-2.v2.mt-30px {
    margin-top: 20px;
  }

  .section-header.black {
    font-size: 45px;
    line-height: 50px;
  }

  .section-header.black.centered.small {
    font-size: 40px;
    line-height: 45px;
  }

  .section-header.white {
    font-size: 45px;
    line-height: 55px;
  }

  .paragraph-3.white.centered {
    padding-top: 20px;
  }

  .heading-2.v2 {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-2.v2.centered {
    line-height: 45px;
  }

  .reviews-slider {
    max-width: 90vw;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-bottom: 20px;
  }

  .section.filter-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading.black {
    font-size: 35px;
    line-height: 45px;
  }

  .section-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .section-block.v2 {
    flex-direction: column-reverse;
  }

  .section-left-block {
    width: 90%;
    padding-top: 0;
    padding-left: 0;
  }

  .section-right-block {
    width: 90%;
  }

  .slider-2 {
    min-height: auto;
  }

  .features.v2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .features.v2.mb-100px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-contents {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-item {
    width: 250px;
    height: 220px;
  }

  .feature-item.v2 {
    justify-content: center;
    align-items: flex-start;
  }

  .icon-div {
    width: 60px;
    height: 80px;
  }

  .pricing-content {
    width: 90vw;
  }

  .pricing-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 480px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-1 {
    width: 150px;
    height: 400px;
  }

  .column-2 {
    width: 350px;
    height: 400px;
  }

  .column-header {
    text-align: center;
    padding-left: 0;
    font-size: 28px;
  }

  .column-header.left {
    padding-left: 20px;
  }

  .paragraph-7 {
    padding-left: 10px;
  }

  .form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    width: 100%;
    max-width: none;
    margin-top: -150px;
    margin-left: 80px;
  }

  .image-7 {
    width: 100%;
    max-width: none;
  }

  .image-10 {
    width: 50px;
    height: 50px;
  }

  .image-11 {
    width: 400px;
  }

  .section-block-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .section-left-block-2 {
    width: 100%;
    padding-right: 20px;
  }

  .section-right-block-2 {
    width: 100%;
  }

  .div-block-4 {
    width: 500px;
    height: 600px;
    margin-top: 0;
  }

  .div-block-5 {
    width: 500px;
    height: 600px;
  }

  .div-block-6 {
    padding-left: 20px;
  }

  .icon-block {
    height: 120px;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 26px;
  }

  .tabs-menu {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .client-icon {
    width: 100%;
  }

  .quote-div-left {
    width: 50%;
  }

  .quote-div-right {
    width: 100%;
  }

  .quote-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quote {
    font-size: 30px;
  }

  .quote-tabs {
    padding-bottom: 40px;
  }

  .tabs-content {
    padding-top: 40px;
  }

  .html-embed-2 {
    width: 500px;
  }

  .reviews-div {
    grid-template-columns: 1fr;
  }

  .content-header {
    font-size: 40px;
  }

  .client-slide {
    height: 230px;
  }

  .right-arrow-3, .left-arrow-3 {
    top: 250px;
  }

  .section-2.v2 {
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .section-3 {
    padding-bottom: 20px;
  }

  .landing-container {
    padding-top: 60px;
  }

  .landing-first-block {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-39 {
    max-width: 90%;
  }

  .section-white-bg {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .two-column-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9 {
    padding: 10px 20px 30px;
  }

  .slider-4 {
    overflow: visible;
  }

  .heading-9 {
    font-size: 25px;
  }

  .italic-text-14 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-12 {
    max-width: 500px;
  }

  .heading-10 {
    line-height: 30px;
  }

  .paragraph-11 {
    font-size: 14px;
  }

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

  .div-block-13 {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

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

  .left-arrow-5 {
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    top: 100%;
    left: 40%;
  }

  .right-arrow-5 {
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    top: 100%;
    right: 40%;
  }

  .arrow {
    width: 35px;
  }

  .video-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-header {
    font-size: 50px;
    line-height: 55px;
  }

  .page-sub-header {
    font-size: 28px;
  }

  .header-nav-desktop {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hamburger-menu {
    padding-right: 0;
  }

  .header-button.login {
    margin-top: 20px;
  }

  .cta-section-left {
    height: 300px;
  }

  .page-section {
    padding-top: 60px;
  }

  .page-section.small.white-bg.logo-carousel {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-section.dark.logo-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .header-1 {
    font-size: 3.2rem;
  }

  .hero-left {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    max-width: 90%;
  }

  .paragraph-primary, .primary-button {
    font-size: 1rem;
  }

  .list-grid-container {
    padding-top: 60px;
  }

  .header-2 {
    font-size: 1.8rem;
  }

  .header-2.xxl {
    font-size: 3.4rem;
  }

  .list-grid-wrapper {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bg-container {
    margin-top: 20px;
  }

  .list-grid-text-wrapper {
    padding-top: 30px;
  }

  .header-3, .header-3.no-mg, .header-3.feature-title {
    font-size: 1.3rem;
  }

  .header-3.dark {
    font-size: 1.2rem;
  }

  .paragraph-small.footer-copyright {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-small.copyright-text {
    padding-left: 0;
    font-size: .9rem;
    line-height: 1.2em;
  }

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

  .testimonials-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-5 {
    color: var(--blue-1);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-section-right {
    padding-left: 40px;
  }

  .footer-dark {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-content {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 40px;
    display: grid;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-link:hover {
    color: var(--light-1);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .footer-title {
    margin-bottom: 10px;
  }

  .footer-logo {
    max-width: 90%;
  }

  .mask-3 {
    height: auto;
    padding-top: 65px;
  }

  .testimonials-control-left {
    align-items: flex-start;
    width: 38px;
    height: 40px;
    margin: 0 45px auto auto;
    right: 0;
  }

  .testimonials-control-right {
    align-items: flex-start;
    width: 38px;
    height: 40px;
    margin-top: 0;
    margin-bottom: auto;
  }

  .section-right-container {
    background-image: linear-gradient(135deg, var(--blue-1), var(--blue-2));
    background-position: 0 0;
  }

  .form-fields {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .schedule-a-demo-form {
    padding: 40px;
  }

  .logo-slider {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .logo-slider-image {
    width: 80px;
  }

  .hamburger-icon {
    width: 35px;
  }

  .footer-copyright {
    display: none;
  }

  .footer-copyright-mobile {
    padding-top: 40px;
    display: flex;
    position: relative;
  }

  .section-container.list-container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-container-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .section-left {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    width: 100%;
  }

  .section-right {
    width: 100%;
  }

  .list-item-header {
    margin-bottom: 10px;
  }

  .list-item-description.plr {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-4 {
    font-size: 1.2rem;
  }

  .testimonials-control-icon {
    max-width: 35px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 10px;
  }

  .navigation-container {
    max-width: 95vw;
    height: 60px;
  }

  .header {
    max-width: none;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding: 0 20px 60px;
  }

  .header.v2 {
    padding: 20px 10px;
  }

  .header.v2.mb0px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-button {
    display: none;
  }

  .navigation-button.hide-button {
    margin-left: 20px;
    display: block;
  }

  .navigation-button.v2 {
    margin-left: 0;
    display: block;
  }

  .navigation-button.v3 {
    margin-bottom: 10px;
    margin-left: 0;
    display: block;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

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

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: auto;
    margin-top: 0;
  }

  .slide {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-links-list {
    width: 50%;
    padding-right: 0;
  }

  .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .nav-menu {
    padding-left: 10px;
  }

  .menu-button {
    margin-right: -10px;
  }

  .heading {
    font-size: 25px;
  }

  .header-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .header-left-block {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }

  .header-left-block.v2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-right-block {
    width: auto;
    min-height: auto;
  }

  .button-2.v2.mt-30px {
    margin-top: 20px;
  }

  .section-header {
    font-size: 55px;
    line-height: 60px;
  }

  .section-header.black {
    font-size: 35px;
    line-height: 40px;
  }

  .section-header.black.centered.small {
    font-size: 30px;
    line-height: 35px;
  }

  .section-header.white {
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-3 {
    padding-left: 10px;
    font-size: 16px;
  }

  .paragraph-3.width {
    padding-left: 0;
    font-size: 16px;
  }

  .paragraph-3.white.centered {
    padding-top: 20px;
  }

  .heading-2.v2 {
    font-family: "Bodoni 72", sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-2.v2.centered {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Bodoni 72", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
  }

  .reviews-header {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-heading {
    padding-left: 20px;
    line-height: 28px;
  }

  .reviews-slider, .reviews-block {
    max-width: 90vw;
  }

  .section {
    padding-bottom: 40px;
  }

  .section.filter-section {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-heading.black {
    font-size: 30px;
    line-height: 40px;
  }

  .section-block.v2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-left-block {
    width: 100%;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .section-right-block {
    width: 100%;
    min-height: auto;
    margin-top: 20px;
    padding-left: 0;
  }

  .slider-2 {
    min-height: auto;
  }

  .features, .features.v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .features.v2.mb-100px {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-block {
    width: auto;
    max-width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features-header {
    margin-bottom: 40px;
  }

  .features-contents {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-3 {
    width: 280px;
  }

  .feature-item.v2 {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-5.v2 {
    font-size: 16px;
  }

  .pricing-columns {
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-1 {
    width: 250px;
    height: 100px;
  }

  .column-2 {
    width: 250px;
    height: auto;
    padding-bottom: 20px;
  }

  .column-header.left {
    padding-left: 10px;
  }

  .paragraph-7 {
    line-height: 30px;
  }

  .form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form.v2 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button.v2 {
    width: 100%;
  }

  .form-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .form-column-right {
    width: 100%;
    height: 200px;
  }

  .form-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-column.v2, .form-column-left {
    width: 100%;
  }

  .image-6 {
    width: 100%;
    max-width: none;
    height: 100%;
    margin-top: -100px;
    margin-left: 50px;
  }

  .image-7 {
    width: 100%;
    max-width: none;
  }

  .image-11 {
    width: 100%;
    height: auto;
  }

  .section-block-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .section-left-block-2 {
    width: 100%;
    padding-right: 0;
  }

  .section-right-block-2 {
    width: 100%;
  }

  .div-block-4 {
    width: 300px;
    height: 600px;
    margin-left: 20px;
  }

  .div-block-5 {
    width: 300px;
    height: 350px;
  }

  .div-block-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-14 {
    width: 20px;
    height: 20px;
  }

  .header-inner-2 {
    background-size: auto;
    height: 250px;
  }

  .review-item, .review-item.right {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-block {
    width: 100%;
  }

  .content-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-16 {
    max-width: 90%;
  }

  .nav-link-2 {
    padding-left: 10px;
  }

  .image-17 {
    margin-top: -20px;
  }

  .image-18 {
    margin-left: -30px;
  }

  .form-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .form-row.message-field {
    margin-top: 10px;
  }

  .div-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .client-icon {
    width: 100%;
  }

  .client-icon-lg {
    max-width: 140px;
  }

  .quote-div-left {
    width: 280px;
    padding: 0;
  }

  .quote-div-left.v2 {
    width: 90vw;
  }

  .quote-div-right {
    width: 100%;
    padding-top: 20px;
  }

  .quote-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quote {
    font-size: 16px;
    line-height: 110%;
  }

  .quote-tabs {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .tabs-content {
    height: auto;
  }

  .italic-text-3 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .italic-text-6 {
    line-height: 24px;
  }

  .italic-text-7, .italic-text-9, .italic-text-10 {
    font-size: 16px;
  }

  .html-embed-2 {
    width: 90vw;
  }

  .reviews-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .italic-text-12 {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-8 {
    font-size: 22px;
  }

  .client-slide {
    height: 140px;
  }

  .image-30 {
    margin-top: -25px;
  }

  .image-31 {
    margin-left: -20px;
  }

  .right-arrow-3, .left-arrow-3 {
    width: 40px;
    height: 40px;
    top: 160px;
  }

  .tabs {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .tabs_menu {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link_text {
    padding-left: 10px;
    font-size: 15px;
    line-height: 24px;
  }

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

  .section-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-2.v1 {
    padding: 10px 0 30px;
  }

  .bold-text-13, .bold-text-14, .bold-text-15 {
    font-size: 30px;
    line-height: 36px;
  }

  .right-arrow-4 {
    width: 30px;
    height: 30px;
  }

  .image-37 {
    width: 20px;
    height: 20px;
  }

  .left-arrow-4 {
    width: 30px;
    height: 30px;
  }

  .section-3 {
    padding-bottom: 20px;
  }

  .landing-container {
    max-width: 99vw;
    padding-top: 60px;
  }

  .landing-first-block {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-39 {
    max-width: 90%;
  }

  .section-white-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-white-bg.mt.mb {
    padding-bottom: 60px;
  }

  .two-column-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-40 {
    max-width: 90%;
  }

  .icon-3, .icon-4 {
    width: 30px;
    height: 30px;
  }

  .slider-4 {
    max-width: 90vw;
    display: block;
    overflow: visible;
  }

  .heading-9 {
    line-height: 30px;
  }

  .div-block-13 {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

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

  .mask-2 {
    height: auto;
  }

  .left-arrow-5 {
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    top: 100%;
    left: 30%;
  }

  .right-arrow-5 {
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    top: 100%;
    right: 30%;
  }

  .arrow {
    width: 35px;
  }

  .video-container {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .page-header {
    font-size: 45px;
    line-height: 50px;
  }

  .page-sub-header {
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 30px;
  }

  .header-nav-desktop {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hamburger-menu {
    padding-right: 0;
  }

  .mobile-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-section-left {
    width: 40%;
    height: 100%;
    min-height: 100vw;
    max-height: 100vw;
    margin-top: -30%;
    display: block;
    position: relative;
    top: 0;
    transform: rotate(-270deg);
  }

  .page-section {
    padding: 40px 20px;
  }

  .page-section.small.white-bg {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .page-section.small.white-bg.logo-carousel {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-section.small.no-padding {
    min-height: 30vh;
  }

  .page-section.dark.logo-carousel {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.8rem;
  }

  .header-1.dark.mb-40px {
    padding-bottom: 10px;
  }

  .gradient-shape-bg {
    top: 16%;
  }

  .hero-left {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    max-width: 100%;
    padding-bottom: 40px;
  }

  .paragraph-primary {
    font-size: .95rem;
  }

  .primary-button {
    z-index: 3;
    font-size: .95rem;
    position: relative;
  }

  .header-2 {
    font-size: 1.5rem;
  }

  .header-2.large.dark.no-mb {
    font-size: 2.2rem;
  }

  .header-2.xxl {
    font-size: 3.2rem;
  }

  .list-grid-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .header-div {
    max-width: 90%;
  }

  .bg-container {
    width: 95%;
    min-height: 30vh;
    margin-top: 20px;
    top: 0;
  }

  .list-grid-text-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .header-3.no-mg, .header-3.feature-title {
    font-size: 1.2rem;
  }

  .paragraph-small.blue {
    font-size: .95rem;
  }

  .paragraph-medium.testimonials-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .95rem;
  }

  .icon-5 {
    width: 30px;
    margin-right: 10px;
    padding-right: 0;
  }

  .icon-6 {
    width: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonials-content-div {
    position: relative;
  }

  .testimonials-slide {
    vertical-align: middle;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-5 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cta-section-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    display: flex;
    position: relative;
  }

  .cta-section-right {
    margin-top: -60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-dark {
    outline-color: var(--light-1);
    outline-offset: 0px;
    outline-width: 1.5px;
    outline-style: none;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .footer-link {
    margin-bottom: 0;
    font-size: .95rem;
  }

  .footer-title {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

  .gradient-shape-image, .footer-logo {
    max-width: 90%;
  }

  .mask-3 {
    background-color: var(--light-1);
    align-self: auto;
    height: auto;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .testimonials-control-left {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 38px;
    height: 40px;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 45px;
    display: flex;
    left: auto;
    right: 0;
  }

  .testimonials-control-right {
    justify-content: center;
    align-items: flex-start;
    width: 38px;
    height: 40px;
    margin-top: 0;
    margin-bottom: auto;
  }

  .section-right-container {
    background-image: linear-gradient(135deg, var(--blue-1), var(--blue-2));
    background-position: 0 0;
  }

  .form-field-wrapper {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .form-fields {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: column;
  }

  .form-item {
    width: 100%;
  }

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

  .form-input-field {
    min-height: 42px;
    font-size: 1rem;
  }

  .form-textarea-field {
    min-height: 120px;
    font-size: 1rem;
    font-weight: 500;
  }

  .schedule-a-demo-form {
    padding: 40px 20px;
  }

  .logo-slider-image {
    width: 80px;
  }

  .hamburger-icon {
    width: 35px;
  }

  .footer-copyright-mobile {
    flex-flow: column;
    display: block;
  }

  .section-container.list-container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .section-left {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .testimonials-control-icon {
    max-width: 35px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

#w-node-ddf5aadf-52af-ba1a-baff-c5c3839b01ea-1227efea, #w-node-d74165be-ee0c-44d4-8543-af36a3254d93-5f27eff0, #w-node-_1ca6a785-e0f8-e55e-f094-f2bea650e891-5f27eff0, #w-node-_407d4232-9390-a385-90df-c62e2c319861-5f27eff0, #w-node-b8785b7e-fe33-eee3-f625-24a52779a3a3-2779a397, #w-node-b8785b7e-fe33-eee3-f625-24a52779a3aa-2779a397, #w-node-b8785b7e-fe33-eee3-f625-24a52779a3b1-2779a397 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2977a07-cb1a-f23c-2462-8db0dffda232-6a0deead {
  align-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-b8785b7e-fe33-eee3-f625-24a52779a3a3-2779a397 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Red Hat Display';
  src: url('../fonts/RedHatDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Red Hat Display Italic';
  src: url('../fonts/RedHatDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa Bold';
  src: url('../fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bodoni 72';
  src: url('../fonts/1574087879938-Bodoni-72-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}