:root {
  --beige-01: #fff;
  --inter: Inter, sans-serif;
  --black: #101011;
  --body-text: 20px;
  --h1: 70px;
  --h1-mobile: 48px;
  --h2: 48px;
  --h2-mobile: 36px;
  --h3: 38px;
  --h4: 32px;
  --h5: 28px;
  --h6: 24px;
  --mobile-body-text: 16px;
  --beige-02: #e0e0d6;
  --light-pink: #f2c3d3;
  --yellow: #f7d56f;
  --light-purple: #bfacf9;
  --large-body-text: 28px;
  --livvic: Livvic, sans-serif;
  --blue: #17688f;
  --blue-2: #20b4fc;
  --green: #3dcd86;
}

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

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

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

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

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

body {
  background-color: var(--beige-01);
  font-family: var(--inter);
  color: var(--black);
  font-size: var(--body-text);
  line-height: 120%;
}

h1 {
  font-family: var(--inter);
  font-size: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  font-family: var(--inter);
  font-size: var(--h2);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  font-family: var(--inter);
  font-size: var(--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  font-family: var(--inter);
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  font-family: var(--inter);
  font-size: var(--h5);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  font-family: var(--inter);
  font-size: var(--h6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

p {
  font-family: var(--inter);
  font-size: var(--body-text);
  margin-bottom: 10px;
  line-height: 150%;
}

.style-guide-font-row-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: center;
  margin-bottom: 40px;
  display: flex;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section {
  padding: 100px 20px;
}

.color-card-text-block {
  color: #727272;
  margin-bottom: 10px;
  font-size: 14px;
}

.color-card {
  border: 1px solid #6f6f6f;
  overflow: hidden;
}

.spacer-30px-height {
  width: 20px;
  height: 30px;
}

.spacer-30px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.style-guide-font-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 100px;
}

.color-block {
  background-color: #eaeaea;
  border: 1px solid #444445;
  width: 100%;
  height: 225px;
}

.color-block.biege-02 {
  background-color: var(--beige-02);
}

.color-block.beige-01 {
  background-color: var(--beige-01);
  border-color: #727272;
}

.color-block.light-pink {
  background-color: var(--light-pink);
}

.color-block.yellow {
  background-color: var(--yellow);
}

.color-block.light-purple {
  background-color: var(--light-purple);
}

.color-block.black {
  background-color: var(--black);
}

.content-container {
  max-width: 1310px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.spacer-40px-height {
  width: 20px;
  height: 40px;
}

.spacer-40px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.style-guide-heading-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 626px;
}

.colors-card-text-wrapper {
  background-color: #0000;
  border: 1px solid #727272;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.spacer-64px-height {
  width: 20px;
  height: 64px;
}

.spacer-64px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.style-guide-font-grid-left {
  padding-top: 20px;
  padding-right: 20px;
}

.grey-text {
  color: #727272;
}

.spacer-10px-height {
  width: 20px;
  height: 10px;
}

.spacer-10px-height:hover {
  background-color: #fffc;
}

.spacer-10px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.spacer-20px-height {
  width: 20px;
  height: 20px;
}

.spacer-20px-height:hover {
  background-color: #fffc;
}

.spacer-20px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.page-hero-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 240px 20px 100px;
}

.spacer-80px-height {
  width: 20px;
  height: 80px;
}

.spacer-80px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.large-text {
  font-family: var(--inter);
  font-size: var(--large-body-text);
}

.style-guide-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.primary-button {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #f5f4ed;
  background-color: #171719;
  border-radius: 80px;
  flex-flow: row;
  flex: none;
  padding: 16px 25px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

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

.nav-logo-wrapper {
  z-index: 9;
  justify-content: center;
  align-items: flex-start;
  height: 160px;
  margin-top: 36px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  background-image: url('../images/Iftech.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: auto;
  max-width: 50vw;
  height: 25%;
}

.navbar-wrapper {
  z-index: 99999;
  position: relative;
}

.navbar {
  z-index: 11;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1310px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.livvic-text {
  font-family: var(--livvic);
  font-weight: 400;
}

.hero-section-paragraph-wrapper {
  max-width: 860px;
}

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

.hero-section-image {
  background-image: url('../images/hero-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1310px;
  height: 100vh;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.sticky-section-wrapper {
  position: relative;
}

.light-pink-container {
  background-color: var(--blue);
  padding: 64px;
  position: sticky;
  top: 65px;
}

.features-grid {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.features-grid-image-wrapper {
  border-radius: 8px;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.features-grid-image {
  background-image: url('../images/frame_10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.features-grid-image._2 {
  background-image: url('../images/frame_11-1.webp');
}

.features-grid-image._3 {
  background-image: url('../images/frame_12-2.webp');
}

.yellow-container {
  background-color: var(--blue-2);
  padding: 64px;
  position: sticky;
  top: 65px;
}

.light-purple-container {
  background-color: var(--green);
  padding: 64px;
  position: sticky;
  top: 65px;
}

.dark-section {
  background-color: var(--blue);
  color: var(--beige-01);
  padding: 100px 20px;
}

.industries-content-wrapper {
  margin-top: 60px;
  position: relative;
}

.industry-text-wrapper {
  cursor: default;
  margin-bottom: 60px;
}

.industries-image-wrapper {
  border-radius: 12px;
  width: 378px;
  height: 480px;
  position: absolute;
  inset: 10% 0% auto auto;
  overflow: hidden;
}

.industry-image {
  z-index: 1;
  background-image: url('../images/pexels-life-of-pix-8159.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.industry-image._2 {
  background-image: url('../images/pexels-pixabay-73833.jpg');
}

.industry-image._3 {
  background-image: url('../images/pexels-edward-jenner-4033148.jpg');
}

.industry-image._4 {
  background-image: url('../images/pexels-troy-squillaci-1303476-2516588.jpg');
}

.industry-image._5 {
  background-image: url('../images/pexels-tiger-lily-4487422.jpg');
}

.industry-image._6 {
  background-image: url('../images/pexels-mikhail-nilov-7988115.jpg');
}

.navbar-bg {
  background-color: var(--beige-01);
  height: 126px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-button-icon-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-right: 0;
}

.navbar-button-icon-line {
  background-color: var(--beige-01);
  width: 17px;
  height: 2px;
  margin-bottom: 5px;
}

.text-carousel-second-row-wrapper {
  z-index: 0;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  width: 105%;
  margin-top: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-carousel-second-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  display: flex;
}

.text-carousel-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.carousel-section {
  background-color: var(--light-purple);
  overflow: hidden;
}

.carousel-section.white-background {
  background-color: var(--beige-01);
}

.carousel-text {
  font-size: var(--h1);
  white-space: nowrap;
  font-weight: 600;
  line-height: 120%;
}

.faq-question-text {
  text-transform: none;
  font-size: 38px;
}

.faq-paragraph {
  margin-bottom: 30px;
}

.faq-answer {
  margin-top: 10px;
  overflow: hidden;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.faq-sticky-section {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 110px;
}

.faq-seciton-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.faq-sticky-section-wrapper {
  position: relative;
}

.faq-wrapper {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-bottom: 1px solid #e0e0d6;
  margin-bottom: 20px;
  padding: 0 0 5px;
  overflow: hidden;
}

.faq-wrapper.cursor-hover-animation {
  cursor: default;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.plus-line-animated {
  color: #171719;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.testimonials-section {
  background-color: var(--beige-02);
  padding: 100px 20px 220px;
  overflow: hidden;
}

.testimonials-section-heading-wrapper {
  max-width: 710px;
}

.portrait-slide {
  background-color: var(--beige-01);
  border-radius: 8px;
  width: 300px;
  height: 450px;
  margin-right: 32px;
  padding: 40px 24px;
}

.testimonial-slider {
  background-color: #fff0;
  height: 100%;
  margin-top: 60px;
}

.testimonials-slider-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.left-arrow {
  width: 54px;
  height: 54px;
  transition: transform .2s;
  inset: auto auto -30% 0%;
}

.left-arrow:hover {
  transform: translate(-10px);
}

.right-arrow {
  width: 65px;
  height: 54px;
  transition: transform .2s;
  inset: auto auto -30% 5%;
}

.right-arrow:hover {
  transform: translate(10px);
}

.slide-nav {
  inset: auto 0% -25%;
}

.landscape-slide {
  background-color: var(--beige-01);
  border-radius: 8px;
  width: 470px;
  height: 310px;
  margin-right: 32px;
  padding: 40px 24px;
}

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

.testimonials-grey-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #101011bf;
  flex-flow: column;
  display: flex;
}

.testimonial-slider-mask {
  overflow: visible;
}

.cta-section {
  background-color: var(--light-purple);
  background-image: url('../images/Subtract.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 20px;
}

.cta-content-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-heading {
  margin-bottom: 54px;
  font-size: 48px;
  line-height: 130%;
}

.footer {
  background-color: var(--light-pink);
  padding: 100px 20px 20px;
}

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

.link-wrapper {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.footer-link {
  color: var(--black);
  font-size: var(--h3);
  margin-top: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.footer-link-underline {
  background-color: var(--black);
  color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
  display: block;
}

.footer-left-side {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrapper {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  background-image: url('../images/Iftech.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 210px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.powerd-by {
  z-index: 1;
  color: var(--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  position: relative;
}

.webflow-link {
  color: #101011bf;
  transition: color .2s;
}

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

.dropdown-toggle {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: var(--black);
  color: var(--beige-01);
  border-radius: 80px;
  padding: 16px 25px;
  display: flex;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: auto;
}

.dropdown-list {
  background-color: var(--black);
}

.dropdown-list.w--open {
  background-color: var(--black);
  border-radius: 20px;
  min-width: 120%;
  min-height: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.dropdown-link {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--beige-01);
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

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

.utility-page-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 1310px;
  display: flex;
}

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

.submit-button {
  background-color: var(--black);
  border-radius: 12px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--black);
  color: var(--black);
  background-color: #fff0;
}

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

.license-link {
  color: #101011bf;
  text-decoration: underline;
}

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

.numbers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1310px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.divider {
  background-color: var(--beige-02);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.numbers-text {
  font-size: var(--h1);
  line-height: 120%;
}

.demo-video {
  height: 100vh;
}

.section-heading-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.services-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.services-card {
  background-color: var(--blue-2);
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  color: var(--black);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 800px;
  display: flex;
}

.services-card.yellow {
  background-color: var(--green);
}

.services-card.light-purple {
  background-color: var(--beige-02);
}

.services-card-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.services-card-image {
  height: 360px;
}

.clients-carousel-section {
  background-color: var(--yellow);
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.partners-animation-wrapper {
  margin-top: 20px;
  overflow: hidden;
}

.partners-animator {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.partners-logo-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.partners-logo {
  height: 35px;
}

.secotion-fade-out-blur {
  background-image: linear-gradient(95deg, #101011, #10101100);
  width: 500px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.secotion-fade-out-blur.right {
  background-image: linear-gradient(263deg, #101011, #10101100);
  inset: 0% 0% 0% auto;
}

.italic-text, .paragraph, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5 {
  font-style: normal;
}

.counter-text {
  text-align: center;
  padding-top: 16px;
}

.counter-text.color-secondary {
  color: var(--blue);
  text-align: left;
  font-weight: 700;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(218deg, var(--green) 56%, var(--green));
  color: #fff;
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 162%;
  display: inline-flex;
}

.button-primary:hover {
  background-image: linear-gradient(to bottom, #176890, #176890), linear-gradient(218deg, var(--green) 56%, var(--green));
}

.about-show-column-02 {
  flex: 1;
}

.about-show-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

.about-show-row-02 {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  margin-top: -20px;
  padding: 24px;
  display: flex;
  position: relative;
  left: -50px;
  box-shadow: 0 4px 60px #0003;
}

.about-show-counter-divider {
  border-right: 1px solid var(--blue-2);
  opacity: .28;
  width: 100%;
  max-width: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.background-grey {
  background-color: #f7f7f7;
}

.about-show-row-02-content {
  width: 100%;
  max-width: 394px;
}

.button-link-text-absolute {
  position: absolute;
}

.padding-primary {
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-custom-h2 {
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 140%;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.bottom-margin-big {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.about-show-column-01 {
  border-radius: 4px;
  flex: 1;
  width: 100%;
  max-width: 398px;
  overflow: hidden;
}

.about-show-row-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-show-heading {
  color: var(--blue);
  width: 100%;
  max-width: 815px;
}

.button-link-box {
  position: relative;
  overflow: hidden;
}

.bottom-margin-small {
  margin-bottom: 16px;
  padding-bottom: 0;
  display: inline-block;
}

.global-section-caption {
  color: #ff196e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.about-show-row-01-image {
  border-radius: 4px;
  width: 100%;
  max-width: 242px;
  overflow: hidden;
}

.about-stats-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.button-icon {
  max-width: 20px;
  height: 20px;
}

.italic-text-6, .italic-text-7 {
  font-style: normal;
}

.footer-menu-wrapper {
  grid-column-gap: 124px;
  grid-row-gap: 124px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.footer-cta-title {
  margin-bottom: 16px;
  font-size: 30px;
}

.footer-menu-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-logo-wrapper {
  width: 100%;
  max-width: 218px;
}

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

.heading-custom-h6 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.footer-bottom {
  border-top: 1px solid var(--blue-2);
  padding-top: 32px;
  padding-bottom: 32px;
}

.fa-font {
  color: #220b13;
  font-size: 20px;
}

.fa-font:hover {
  color: #ff196e;
}

.footer-menu-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #220b13;
  flex-flow: column;
  display: flex;
}

.footer-brand {
  margin-bottom: 40px;
}

.global-link {
  color: #220b13;
  text-decoration: underline;
}

.footer-privacy-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  display: flex;
}

.footer-link-2 {
  color: #220b13;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 162%;
}

.margin-y-medium {
  margin-top: 16px;
  margin-bottom: 30px;
}

.global-social-icon {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  display: flex;
}

.footer-cta {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px #000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.footer-menu-list-wrapper.footer-contact-manu-wrapper {
  width: 100%;
  max-width: 300px;
}

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

.footer-content-wrapper {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  display: flex;
}

.copyright-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-logo-2 {
  max-width: 180px;
}

.italic-text-8 {
  color: var(--beige-01);
  font-style: normal;
}

.paragraph-2 {
  max-width: 500px;
}

.footer-logo-3 {
  width: 200px;
  max-width: 180px;
}

.contact-us-column-02 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-wrapper {
  width: 100%;
}

.field-wrapper.message {
  max-width: 100%;
}

.contact-main-heading {
  font-size: 40px;
}

.section-contact-us {
  margin-top: 300px;
}

.contact-main-image {
  border-radius: 8px;
  overflow: hidden;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.contact-field-label {
  font-weight: 400;
  line-height: 162%;
}

.error-empty-state {
  color: #ff1948;
  background-color: #ffeef1;
  background-image: url('../images/alert-circle.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #ff1948;
  border-radius: 8px;
  max-width: 100%;
  padding: 14px 16px 14px 44px;
}

.contact-us-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.contact-us-column-01 {
  flex: 1;
  max-width: 470px;
  overflow: hidden;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.contact-field-input {
  border: 1px solid #d8d0d2;
  border-radius: 6px;
  height: 50px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.contact-field-input:focus {
  border-color: #ff196e;
}

.contact-field-input.message {
  width: 100%;
  height: 142px;
  margin-bottom: 16px;
}

.contact-field-input.message:focus {
  border-color: #ff196e;
}

.state-message-text {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: wrap;
  margin-top: -195px;
  padding: 40px;
  display: flex;
  position: relative;
  inset: auto;
  box-shadow: 0 4px 60px #00000014;
}

.success-state {
  color: #027a48;
  background-color: #6ce9a633;
  background-image: url('../images/check-circle.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #6ce9a6;
  border-radius: 8px;
  padding: 14px 16px 14px 44px;
}

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

.subhead {
  color: var(--beige-01);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.subhead.color-secondary-light {
  color: #afb6c0;
}

.max-w-40-5 {
  max-width: 40.5rem;
}

.gap-3-navbar {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
}

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

.container-2 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: block;
}

.mobile-button-wrapper {
  display: none;
}

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

.background-image.mobile {
  display: none;
}

.menu-item {
  color: #afb6c0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .25s;
}

.menu-item:hover {
  color: #fff;
}

.menu-item.w--current {
  color: #afb6c0;
}

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

.button-navbar {
  color: #1a1c1f;
  background-color: #fff;
  border-radius: 6.25rem;
  padding: .69rem 1.5rem .56rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: background-color .25s;
}

.button-navbar:hover {
  background-color: #f4f5f6;
}

.brand-image {
  width: 120px;
}

.navbar-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: center stretch;
}

.button {
  background-color: var(--green);
  color: #1a1c1f;
  border-radius: 6.25rem;
  padding: .69rem 1.5rem .56rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: background-color .25s;
}

.button:hover {
  background-color: #f4f5f6;
}

.menu-button-close-icon {
  display: none;
}

.padding-6 {
  margin-top: 140px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.layout-left {
  width: 100%;
  max-width: 55rem;
  margin-right: auto;
}

.margin-top-1-5 {
  margin-top: 1.5rem;
}

.absolute-top-wrapper {
  position: absolute;
  inset: 0% 0% auto;
}

.mobile-none {
  display: block;
}

.padding-right-5 {
  padding-right: 5rem;
  position: relative;
}

.navbar-2 {
  background-color: #0000;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.section-2.full-screen {
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.brand, .brand.w--current {
  padding-left: 0;
}

.fixed-wrapper {
  z-index: 100;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #17688fbf;
  position: fixed;
  inset: 0% 0% auto;
}

.italic-text-9, .italic-text-10, .italic-text-11 {
  font-style: normal;
}

.text-block-2 {
  color: var(--beige-01);
}

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

.bold-text-2 {
  color: var(--beige-01);
}

.paragraph-3 {
  max-width: 500px;
}

.bold-text-3 {
  font-family: var(--inter);
  color: var(--beige-01);
}

.lightbeige-container {
  background-color: var(--beige-02);
  background-image: linear-gradient(#0c85ff, #0c85ff);
  padding: 64px;
  position: sticky;
  top: 65px;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  font-family: var(--inter);
  color: var(--beige-01);
}

.bold-text-7 {
  color: var(--green);
}

.list-item {
  margin-top: 20px;
}

.list-item-2, .list-item-3 {
  margin-top: 10px;
}

.italic-text-13 {
  color: var(--beige-01);
  font-style: normal;
}

.list, .text-block-3 {
  color: var(--beige-01);
}

.features-grid-image-copy {
  background-image: url('../images/frame_10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.features-grid-image-copy._2 {
  background-image: url('../images/frame_11-1.webp');
}

.features-grid-image-copy._3 {
  background-image: url('../images/frame_13-2.webp');
}

.list-2, .list-3 {
  color: var(--beige-01);
}

.list-item-4 {
  margin-top: 20px;
}

.list-item-5, .list-item-6 {
  margin-top: 10px;
}

.list-item-7 {
  margin-top: 20px;
}

.list-item-8, .list-item-9 {
  margin-top: 10px;
}

.list-item-10 {
  margin-top: 20px;
}

.list-item-11 {
  margin-top: 10px;
}

.list-4 {
  color: var(--beige-01);
}

.link {
  color: var(--blue);
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 400px;
  margin-top: 60px;
  margin-left: 140px;
  text-decoration: none;
  display: block;
}

.bold-text-9 {
  max-width: 400px;
}

.link-2 {
  color: var(--blue);
  max-width: 400px;
  margin-top: 60px;
  text-decoration: none;
  display: block;
}

.div-block-2 {
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .livvic-text {
    font-size: var(--h3);
    max-width: 650px;
  }

  .light-pink-container {
    background-color: var(--blue);
    top: 80px;
  }

  .yellow-container {
    background-color: var(--blue-2);
    top: 80px;
  }

  .light-purple-container {
    background-color: var(--green);
    top: 80px;
  }

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

  .services-card {
    background-color: var(--blue-2);
  }

  .services-card.yellow {
    background-color: var(--green);
  }

  .services-card.light-purple {
    background-color: var(--beige-02);
  }

  .button-primary {
    background-image: linear-gradient(218deg, var(--green) 56%, var(--green));
  }

  .about-show-counter-divider {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .global-section-caption {
    color: var(--green);
  }

  .italic-text-6 {
    color: var(--blue);
  }

  .footer-2 {
    background-color: var(--blue);
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom {
    border-top-color: var(--blue-2);
  }

  .footer-top {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .italic-text-8, .paragraph-2 {
    color: var(--beige-01);
  }

  .form-wrapper {
    border-radius: 8px;
  }

  .fade-in-heading {
    margin-top: 100px;
  }

  .brand-image {
    width: 180px;
  }

  .button {
    background-color: var(--green);
  }

  .navbar-2 {
    background-image: linear-gradient(#17688f80, #17688f80);
  }

  .italic-text-10 {
    color: var(--beige-01);
  }

  .italic-text-11 {
    max-width: 700px;
    display: block;
  }

  .italic-text-12 {
    font-size: var(--h5);
  }

  .bold-text-2 {
    color: var(--beige-01);
  }

  .paragraph-3 {
    font-size: var(--h4);
    max-width: 550px;
  }

  .paragraph-4 {
    font-size: var(--mobile-body-text);
  }

  .bold-text-3 {
    font-family: var(--inter);
    color: var(--beige-01);
  }

  .paragraph-5 {
    color: var(--black);
    margin-top: 30px;
    font-size: 20px;
  }

  .div-block {
    margin-top: 140px;
  }

  .lightbeige-container {
    background-color: var(--beige-02);
    top: 80px;
  }

  .bold-text-4 {
    font-family: var(--inter);
    color: var(--beige-01);
  }

  .paragraph-6 {
    color: var(--black);
    margin-top: 30px;
  }

  .bold-text-5 {
    font-family: var(--inter);
    font-size: var(--h3);
    line-height: 80%;
  }

  .paragraph-7 {
    font-size: var(--body-text);
    margin-top: 30px;
  }

  .bold-text-6 {
    font-family: var(--inter);
  }

  .paragraph-8 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .spacer-30px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-font-grid {
    grid-template-columns: 1fr;
  }

  .spacer-40px-height, .spacer-64px-height, .spacer-10px-height, .spacer-20px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .page-hero-section {
    padding-top: 220px;
    padding-bottom: 40px;
  }

  .spacer-80px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-logo-wrapper {
    height: 200px;
  }

  .features-grid-image-wrapper {
    height: 220px;
  }

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

  .industries-image-wrapper {
    display: none;
  }

  .text-carousel-image {
    width: 34px;
  }

  .carousel-text {
    font-size: 42px;
  }

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

  .faq-seciton-grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .testimonials-section {
    padding-top: 60px;
    padding-bottom: 220px;
  }

  .right-arrow {
    left: 10%;
  }

  .cta-section {
    background-position: 50%;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-heading {
    margin-bottom: 20px;
    font-size: 36px;
  }

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

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

  .footer-link {
    font-size: var(--h5);
  }

  .numbers-wrapper {
    grid-row-gap: 33px;
    grid-template-columns: 1fr 1fr;
  }

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

  .partners-logo-wrapper {
    min-width: 160%;
  }

  .partners-logo {
    height: 30px;
  }

  .secotion-fade-out-blur {
    width: 250px;
  }

  .counter-text {
    line-height: 120%;
  }

  .button-primary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-show-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .about-show-row-02 {
    margin-top: 30px;
    margin-left: 0;
    padding: 20px;
  }

  .about-show-counter-divider {
    margin-left: 16px;
    margin-right: 16px;
  }

  .about-show-row-02-content {
    max-width: 66%;
  }

  .padding-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-custom-h2 {
    font-size: 38px;
  }

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

  .about-show-row-01 {
    max-width: 100%;
  }

  .about-show-heading {
    max-width: 600px;
  }

  .about-show-row-01-image {
    max-width: 32%;
  }

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

  .heading-custom-h6 {
    flex-flow: wrap;
    display: flex;
  }

  .footer-link-2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .footer-top {
    padding-top: 80px;
  }

  .footer-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .copyright-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .field-wrapper {
    max-width: 100%;
  }

  .form-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 50px;
    padding: 24px;
  }

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

  .background-image {
    display: none;
  }

  .background-image.mobile {
    display: block;
  }

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

  .padding-right-5 {
    padding-right: 0;
  }

  .navbar-2 {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .menu-button {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--h1-mobile);
  }

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

  .spacer-30px-height, .spacer-40px-height, .spacer-64px-height, .spacer-10px-height, .spacer-20px-height {
    background-color: #fff0;
  }

  .page-hero-section {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .spacer-80px-height {
    background-color: #fff0;
  }

  .nav-logo-wrapper {
    height: 100px;
    margin-top: 50px;
  }

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

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

  .carousel-text {
    font-size: 36px;
  }

  .faq-question-text {
    font-size: 28px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-section {
    padding-top: 60px;
    padding-bottom: 220px;
  }

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

  .cta-heading {
    font-size: 32px;
  }

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

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

  .link-wrapper {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    display: flex;
    overflow: hidden;
  }

  .footer-link {
    margin-top: 10px;
    font-size: 18px;
  }

  .footer-link-underline {
    display: none;
  }

  .footer-left-side {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .numbers-wrapper, .section-heading-grid {
    grid-template-columns: 1fr;
  }

  .partners-logo-wrapper {
    min-width: 180%;
  }

  .partners-logo {
    height: 30px;
  }

  .about-show-content-wrapper {
    flex-flow: column;
  }

  .about-show-row-02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
    margin-top: 20px;
    left: 0;
  }

  .about-show-row-02-content {
    max-width: 64%;
  }

  .padding-primary {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-custom-h2 {
    font-size: 32px;
  }

  .about-show-column-01 {
    flex: 1;
    max-width: none;
  }

  .about-show-row-01-image {
    flex: 0 auto;
    max-width: 34%;
  }

  .about-stats-item {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .footer-menu-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .footer-cta-title {
    font-size: 24px;
  }

  .footer-privacy-wrapper {
    order: -1;
  }

  .footer-link-2 {
    font-size: 18px;
  }

  .footer-cta {
    margin-bottom: 24px;
    padding-top: 24px;
  }

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

  .footer-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .copyright-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-us-column-02, .contact-us-column-01 {
    max-width: 100%;
  }

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

  .subhead {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .gap-3-navbar {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mobile-button-wrapper {
    display: block;
  }

  .nav-menu {
    background-color: #000;
    width: 100%;
    padding: 3rem 1.5rem;
  }

  .background-image {
    display: none;
  }

  .menu-item {
    margin-left: 0;
    margin-right: 0;
  }

  .button-navbar {
    padding: .44rem 1.25rem .31rem;
  }

  .navbar-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto 1fr auto;
  }

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

  .mobile-none {
    display: none;
  }

  .menu-button {
    background-color: #0000;
    padding: 0;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: var(--h2-mobile);
  }

  h3 {
    margin-bottom: 10px;
  }

  p {
    font-size: var(--mobile-body-text);
  }

  .section {
    padding: 60px 10px 40px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .style-guide-heading-wrapper {
    margin-top: 40px;
  }

  .page-hero-section {
    padding: 140px 10px 20px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr;
  }

  .primary-button.mobile-hidden {
    display: none;
  }

  .nav-logo-wrapper {
    justify-content: flex-end;
  }

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

  .livvic-text {
    font-size: var(--h6);
  }

  .download-links-wrapper {
    margin-top: 40px;
  }

  .light-pink-container, .yellow-container, .light-purple-container {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dark-section {
    padding: 60px 10px 100px;
  }

  .text-carousel-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .carousel-text {
    font-size: 35px;
    font-style: italic;
  }

  .faq-question-text {
    font-size: 24px;
    line-height: 120%;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .plus-line-animated {
    width: 20px;
  }

  .testimonials-section {
    padding: 60px 10px 220px;
  }

  .portrait-slide {
    width: 100%;
    height: 380px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow {
    left: 20%;
  }

  .landscape-slide {
    width: 100%;
    height: 300px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-section {
    padding: 60px 10px 40px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .footer {
    padding: 60px 10px 40px;
  }

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

  .footer-logo {
    height: 100px;
    margin-bottom: 0;
  }

  .powerd-by {
    color: var(--black);
  }

  .dropdown-toggle {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px 20px 10px;
    font-size: 14px;
  }

  .dropdown-list.w--open {
    min-width: 140%;
  }

  .text-block {
    font-size: var(--mobile-body-text);
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .numbers-text {
    font-size: var(--h1);
  }

  .demo-video {
    height: 360px;
  }

  .services-card, .services-card.yellow, .services-card.light-purple {
    height: 600px;
  }

  .services-card-text-wrapper {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .services-card-image {
    flex: 1;
    margin-top: 30px;
  }

  .partners-logo-wrapper {
    min-width: 300%;
  }

  .partners-logo {
    height: 30px;
  }

  .secotion-fade-out-blur {
    width: 25px;
    display: none;
  }

  .secotion-fade-out-blur.right {
    width: 25px;
  }

  .testimonials-slide-heading {
    font-size: 32px;
  }

  .paragraph {
    font-size: var(--mobile-body-text);
  }

  .counter-text.color-secondary {
    color: var(--blue);
    font-size: var(--mobile-body-text);
  }

  .button-primary {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section-about-show {
    text-align: center;
  }

  .about-show-row-02 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .about-show-counter-divider {
    display: none;
  }

  .about-show-row-02-content {
    max-width: 100%;
  }

  .padding-primary {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-custom-h2 {
    font-size: 28px;
    line-height: 118%;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-show-row-01 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .about-show-heading {
    text-align: left;
  }

  .bottom-margin-small {
    display: flex;
  }

  .about-show-row-01-image {
    max-width: 100%;
    display: none;
  }

  .footer-menu-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 30px;
  }

  .footer-logo-wrapper {
    max-width: 100%;
  }

  .button-container {
    width: 100%;
  }

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

  .footer-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .footer-logo-3 {
    width: 150px;
    max-width: 200px;
  }

  .section-contact-us {
    margin-top: 100px;
  }

  .padding-bottom-120 {
    padding-bottom: 60px;
  }

  .form-wrapper {
    padding: 16px;
  }

  .gap-3-navbar {
    margin-top: 60px;
  }

  .color-text-primary {
    font-size: var(--h2-mobile);
  }

  .mobile-button-wrapper {
    margin-top: 40px;
  }

  .nav-menu {
    background-color: #17688f;
    background-image: none;
    height: 100vh;
  }

  .menu-item {
    font-size: var(--h2-mobile);
    margin-top: 40px;
  }

  .button-navbar {
    background-color: var(--green);
    width: 250px;
    height: 50px;
    padding-top: .8rem;
    font-size: 25px;
  }

  .navbar-grid {
    grid-template-columns: auto 1fr;
  }

  .padding-6 {
    margin-top: 0;
    padding-top: 0;
  }

  .italic-text-11 {
    font-size: 32px;
  }

  .text-block-2 {
    font-size: var(--mobile-body-text);
  }

  .italic-text-12 {
    letter-spacing: -1px;
    display: block;
  }

  .paragraph-4 {
    text-align: left;
  }

  .lightbeige-container {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-5 {
    font-size: var(--h6);
  }

  .list {
    font-size: var(--mobile-body-text);
    padding-left: 20px;
  }

  .text-block-3 {
    font-size: var(--mobile-body-text);
    line-height: 110%;
  }

  .list-2, .list-3, .list-4 {
    font-size: var(--mobile-body-text);
    padding-left: 20px;
  }

  .heading, .bold-text-8 {
    font-size: var(--h2-mobile);
  }

  .image {
    object-fit: fill;
    overflow: clip;
  }

  .link {
    font-size: var(--mobile-body-text);
    margin-top: 40px;
    margin-left: 0;
  }

  .link-2 {
    font-size: var(--mobile-body-text);
  }

  .div-block-2 {
    flex-flow: column;
  }
}

#w-node-f8fcb5bf-b97b-0f9f-dc3a-1a624c276139-56140357 {
  justify-self: end;
}

#w-node-_11e0387f-be5a-100b-936c-2e22648a4a5c-56140357, #w-node-_11e0387f-be5a-100b-936c-2e22648a4a60-56140357 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fcf-56140359, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fd0-56140359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fd4-56140359, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fdc-56140359, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fe4-56140359, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206fec-56140359, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206ff4-56140359, #w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3206ffc-56140359 {
  justify-self: start;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c320700a-56140359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c320700c-56140359 {
  justify-self: start;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3207002-56140359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3207004-56140359 {
  justify-self: start;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3207018-56140359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c2a5a9f9-6d0b-d18b-7877-6a78c3207021-56140359, #w-node-_6b133147-6918-3c27-56cc-bfd9b7be107c-56140359, #w-node-_8eaa3020-2c40-57a8-cf09-6ad9ec524fa7-56140359, #w-node-_74b27bdb-0b9a-a542-cb32-b6db9947efa1-56140359, #w-node-_93930051-4b10-10b6-5010-7f2810110b65-56140359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-f8fcb5bf-b97b-0f9f-dc3a-1a624c276144-56140357 {
    justify-self: end;
  }

  #w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f8fcb5bf-b97b-0f9f-dc3a-1a624c276139-56140357 {
    justify-self: stretch;
  }

  #w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1242cae7-a054-cc1d-f1dd-8cf2441cd726-56140357 {
    order: -9999;
  }

  #w-node-_5f4a4a78-e551-acfb-5c78-5a7ee2a1d3a7-56140357 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11e0387f-be5a-100b-936c-2e22648a4a4c-56140357, #w-node-_11e0387f-be5a-100b-936c-2e22648a4a50-56140357, #w-node-_11e0387f-be5a-100b-936c-2e22648a4a54-56140357, #w-node-_11e0387f-be5a-100b-936c-2e22648a4a58-56140357 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


