:root {
  --black: #222;
  --light: #f7f7f7;
  --white: white;
  --color: #34ba49;
  --light-grey: #717171;
  --main-color: #039cac;
  --blue-hover: #004e56;
  --white-2: white;
  --blue: #0168fa;
  --black-2: black;
  --yellow: #fdbb00;
  --ultra-light-grey: #a1a2a4;
  --smoke: #4d4d4d;
  --turquoise: #039cac;
  --light-turquoise: #b3e1e6;
  --black-50: #909090;
  --almost-black: #25282b;
}

body {
  max-width: 100%;
  color: var(--black);
  font-family: Circularstd, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 103px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 48px;
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  color: #717171;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

a {
  text-decoration: underline;
  transition: all .2s;
}

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

ol {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 40px;
  font-family: Airbnbcereal W Bk, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

li {
  margin-bottom: 16px;
}

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

label {
  letter-spacing: -.04ch;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

strong {
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
}

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

.container.large {
  max-width: 1520px;
}

.container.max-900 {
  max-width: 900px;
}

.container.relative {
  position: relative;
}

.container.relative.new-nav {
  height: 36px;
}

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

.container.mod--pmchat {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 375px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container.mod--thank {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-heading {
  color: #25282b;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5.25rem;
}

.hero-heading.product {
  letter-spacing: -.3rem;
  max-width: 780px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 6rem;
  line-height: 5.75rem;
}

.hero-heading.new-home {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 4.75rem;
  line-height: 4.5rem;
}

.hero-heading.new-home.nhf {
  text-align: center;
  max-width: 900px;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading.new-home.mb-0 {
  margin-bottom: 0;
}

.hero-heading.new-home.centered {
  text-align: center;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading.new-home.centered.mw-550 {
  max-width: 550px;
}

.hero-heading.new-home.centered.mb-4rem {
  margin-bottom: 4rem;
}

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

.columns.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.columns.align-center {
  align-items: center;
}

.columns.align-center.mb-5rem {
  margin-bottom: 5rem;
}

.columns.gap-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.columns.gap-10p {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
}

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

.columns.tb.sticky {
  position: sticky;
  top: 10rem;
}

.columns.gap-2p {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
}

.columns.mod--reviews {
  background-color: #f6f8fa;
  width: 100%;
  height: 100%;
}

.columns.mod--pricing {
  z-index: 1;
  padding-top: 11rem;
  position: relative;
}

.columns.mod--careers-about {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
}

.columns.mod--jobs {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 5rem;
}

.columns.mod--feature {
  z-index: 1;
  position: relative;
}

.columns.mod--trust {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
}

.columns.mod--results {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.columns.mod--price {
  z-index: 1;
  padding-top: 5rem;
  position: relative;
}

.columns.mod--price.dh-two-columns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 0;
}

.columns.mod--footer {
  justify-content: space-between;
  align-items: center;
}

.page-wrapper.almost-white {
  background-color: #f6f8fa;
}

.big-section {
  padding: 152px 2rem;
}

.new-text {
  letter-spacing: -.3px;
  font-size: 16px;
  line-height: 24px;
}

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

.new-text.grey {
  color: #4d4d4d;
}

.new-text.grey.mb-32 {
  margin-bottom: 32px;
}

.full-width-image {
  width: 100%;
  display: block;
}

.faq-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 845px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
}

.faq-qustion {
  color: var(--smoke);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: .95;
}

.faq-arrow-wrapper {
  border: 1px solid #22222226;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  padding: 16px;
  display: flex;
  position: relative;
}

.white-arrow {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.grey-arrow {
  width: 1rem;
  height: 1rem;
  position: absolute;
}

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

.faq-bottom-wrapper.first, .faq-bottom-wrapper.forth, .faq-bottom-wrapper.third, .faq-bottom-wrapper.second, .faq-bottom-wrapper.fifth, .faq-bottom-wrapper.sixth, .faq-bottom-wrapper.seventh, .faq-bottom-wrapper.first, .faq-bottom-wrapper.forth, .faq-bottom-wrapper.third, .faq-bottom-wrapper.second, .faq-bottom-wrapper.fifth, .faq-bottom-wrapper.sixth, .faq-bottom-wrapper.seventh {
  display: none;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.mod--reviews, .swiper.mod--trust, .swiper.mod--trust {
  width: auto;
  margin-left: -.75rem;
  margin-right: -.75rem;
  overflow: visible;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.swiper-slide.mod--reviews {
  flex: none;
  width: 42%;
  height: auto;
  padding-left: .75rem;
  padding-right: .75rem;
}

.swiper-slide.mod--trust {
  flex: none;
  width: 50%;
  height: auto;
  padding-left: .75rem;
  padding-right: .75rem;
}

.swiper-nav {
  z-index: 2;
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-nav.mod--reviews {
  position: absolute;
  inset: -128px 0% auto auto;
}

.swiper-nav.mod--trust {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2.5rem;
  padding-right: .75rem;
}

.swiper-nav__arrow {
  cursor: pointer;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
}

.swiper-nav__arrow:hover {
  border-color: #1e1e2f4d;
}

.swiper-nav__arrow.swiper-button-disabled {
  opacity: .5;
  pointer-events: none;
  opacity: .5;
  pointer-events: none;
}

.swiper-nav__icon {
  width: 100%;
  height: 100%;
  display: block;
}

.swiper-nav__icon.is--next {
  transform: rotate(180deg);
}

.col {
  flex: 1;
}

.col.mod--reviews-col1 {
  flex: 0 auto;
  position: relative;
}

.col.mod--reviews-col2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.col.mod--pricing {
  display: flex;
}

.col.mod--careers-about {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.col.mod--careers-about.is--1 {
  flex: 0 auto;
  width: 25.75rem;
}

.col.mod--jobs {
  max-width: 34%;
}

.col.mod--feature {
  max-width: 17.5rem;
  display: flex;
}

.col.mod--trust.is--2 {
  max-width: 29rem;
  color: var(--smoke);
  font-size: 1.25rem;
}

.col.mod--price {
  display: flex;
}

.col.flex-shrink {
  flex: 0 auto;
}

.col.mod--footer-soc {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.h2 {
  letter-spacing: -.1ch;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: .95;
}

.h2.margin-bottom-32 {
  margin-bottom: 2rem;
  font-weight: 400;
}

.overflow-hidden {
  overflow: hidden;
}

.heading-center {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-center.margin-bottom-80 {
  margin-bottom: 0;
}

.main {
  background-color: #f6f8fa;
}

.logo-link {
  width: 8.9375rem;
  margin-top: -.2rem;
  margin-right: auto;
  padding: 0;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.content.mod--demo {
  z-index: 2;
}

.content.mod--footer {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  border-top: 1px solid #e1e3e4;
  flex-flow: column;
  padding-top: 5rem;
  display: flex;
}

.content.mod--trust {
  overflow: hidden;
}

.sec {
  padding: 7rem 2rem 9.5rem;
}

.sec.mod--careers-hero {
  padding-top: 3.5rem;
  overflow: hidden;
}

.sec.mod--home {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.sec.mod--home.is-background-light {
  background-color: #f6f8fa;
}

.sec.mod--integ {
  position: relative;
  overflow: hidden;
}

.sec.dh-pricing-wrapper {
  padding-bottom: 1rem;
}

.sec.dh-pricing-wrapper.dh-pricing-selection, .sec.dh-pricing-selection {
  padding-top: 2rem;
}

.sec.dh-pricing-primary-selection-path {
  height: 90vh;
}

.sec.is-testmonials {
  padding-bottom: 7.5rem;
}

.sec.mod--header {
  z-index: 99;
  background-color: #f6f8fa;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  position: sticky;
  inset: -1.5rem 0% auto;
}

.sec.mod--footer {
  background-color: #f6f8fa;
  padding-top: 0;
  padding-bottom: 5rem;
}

.navbar-menu-wrap {
  flex: 1;
}

.navbar-menu__link {
  letter-spacing: -.01ch;
  text-transform: uppercase;
  font-size: .875rem;
}

.navbar-menu__link:hover {
  color: var(--blue-hover);
}

.navbar-burger {
  margin-left: auto;
}

.button-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: -.01ch;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-right: .1rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.button-header:hover {
  color: var(--blue-hover);
}

.button-icon__icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: .1rem;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.subheading {
  color: var(--smoke);
  letter-spacing: -.04ch;
  font-size: 1.25rem;
  line-height: 1.4;
}

.subheading.width-max-600 {
  max-width: 37.5rem;
}

.subheading.margin-bottom-48 {
  margin-bottom: 3rem;
}

.subheading.width-max-400 {
  max-width: 34rem;
}

.footer-nav__link {
  letter-spacing: -.01ch;
  text-transform: uppercase;
  font-size: .875rem;
}

.footer-nav__link:hover {
  color: var(--main-color);
}

.footer-nav {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-soc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-soc__link {
  width: 2.25rem;
  height: 2.25rem;
}

.footer-soc__link:hover {
  color: var(--main-color);
}

.footer__link {
  color: #909090;
  letter-spacing: -.02ch;
  font-size: .875rem;
}

.footer__link:hover {
  color: var(--main-color);
}

.footer-soc__icon {
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}

.h4 {
  letter-spacing: -.1ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: .95;
}

.h4.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.h4.size-18_mobile {
  text-align: left;
}

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

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

.text-size-20 {
  text-align: left;
  letter-spacing: -.05ch;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-20.limitsize298 {
  max-width: 298px;
}

.text-size-20.text-color-black-50 {
  text-align: left;
}

.text-color-black-50 {
  color: var(--black-50);
}

.content-wrap {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -9.5rem;
  margin-bottom: -9.5rem;
  padding: 9.5rem 3rem;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.how-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: minmax(16.25rem, min-content);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(16.25rem, min-content);
  grid-auto-columns: 1fr;
  display: grid;
}

.how-grid__block {
  background-color: var(--white);
  letter-spacing: -.02ch;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.how-grid__block.bg-color-black {
  background-color: var(--black);
  color: var(--white);
}

.how-grid__block.bg-color-yellow {
  background-color: var(--yellow);
}

.how-grid__block.bg-color-green {
  background-color: var(--turquoise);
  color: var(--white);
}

.icon-32 {
  width: 2rem;
  height: 2rem;
  line-height: 0;
}

.how-grid__text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.opacity-70 {
  opacity: .7;
}

.swiper-trust__block {
  background-color: #f6f8fa;
  height: 100%;
  padding: 2.5rem 2.5rem 4rem;
}

.trust-author {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.trust-author__img {
  border-radius: 50%;
  width: 3.25rem;
}

.trust-author__text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.navbar-menu__buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  min-width: 23.8rem;
  display: flex;
}

.navbar-menu__divider {
  background-color: #e1e3e4;
  width: 1px;
  height: 1rem;
}

.navbar-menu__links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo {
  min-width: 23.8rem;
}

.navbar-menu {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.how-grid__title-wrap {
  max-width: 19rem;
}

.btn {
  background-color: var(--black);
  text-align: center;
  letter-spacing: -.02ch;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 1.5rem 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s;
  display: inline-flex;
}

.btn:hover {
  background-color: var(--main-color);
  color: var(--white);
}

.btn.is--hover-white:hover {
  background-color: var(--white);
  color: var(--black);
}

.btn.is--border-black {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #e1e3e4;
}

.btn.is--border-black:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: var(--white);
}

.footer__contant {
  color: #909090;
  letter-spacing: -.02ch;
  font-size: .875rem;
}

.footer__contant:hover {
  color: var(--main-color);
}

.heading-11 {
  text-align: left;
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.dh-icon-md {
  width: 48px;
  color: var(--turquoise);
}

.link-2 {
  -webkit-text-stroke-color: var(--blue);
  border-bottom: 1px solid #000;
}

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

.margin-bottom-80.dh-price-toggle-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 800px;
  padding-top: 40px;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .hero-persons-blocks {
    left: .75rem;
  }

  .bottom-calculator-wrapper {
    height: 104px;
  }

  .arrow-wrapper {
    left: 5rem;
  }

  .static-wrapper {
    left: 20%;
  }

  .about-us-mw-text {
    font-size: 3rem;
  }

  .about-hero-image {
    max-width: 4.5%;
    bottom: 8%;
    right: 4%;
  }

  .steps-arrow {
    width: 170px;
  }

  .shaded-wrapper-bottom-img {
    right: 20px;
  }

  .new-paragraph.in-s {
    font-size: 15px;
  }

  .new-paragraph.in-f, .new-paragraph.in-ff, .new-paragraph.in-sx, .new-paragraph.first, .new-paragraph.in-s {
    font-size: 15px;
  }

  .new-paragraph.in-t {
    font-size: 14px;
  }

  .new-paragraph.in-f, .new-paragraph.in-ff, .new-paragraph.in-sx, .new-paragraph.first {
    font-size: 15px;
  }

  .keuc-wrapper-heading, .coordinator-top-wrapper, .coordinator-bottom-wrapper.first, .coordinator-bottom-wrapper.second, .coordinator-bottom-wrapper.third, .coordinator-bottom-wrapper.forth, .coordinator-bottom-wrapper.fifth {
    height: auto;
  }

  .coordinator-bottom-wrapper.first, .coordinator-bottom-wrapper.second, .coordinator-bottom-wrapper.third, .coordinator-bottom-wrapper.forth, .coordinator-bottom-wrapper.fifth {
    height: auto;
  }

  .coordinator-bottom-wrapper.sixth {
    height: auto;
    min-height: 77px;
  }

  .bottom-out-line {
    width: 700%;
  }

  .integ-content {
    padding-top: 18rem;
  }

  .dh-pricing-toggle-description {
    font-size: 40px;
    font-weight: 500;
  }

  .header26_image-is-hero {
    aspect-ratio: auto;
    object-fit: cover;
  }
}

@media screen and (min-width: 1440px) {
  .container.mod--thank {
    text-align: center;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section.mod--thank {
    width: 100%;
    height: 100vh;
    padding: 40px;
  }

  .bottom-calculator-wrapper {
    height: 104px;
  }

  .arrow-wrapper {
    left: 6.5rem;
  }

  .static-wrapper {
    left: 21%;
  }

  .about-hero-image {
    max-width: 100%;
    bottom: 7%;
    right: 2%;
  }

  .keuc-wrapper-heading {
    font-size: 32px;
  }

  .contect-centered.mb-5rem.recruitment {
    max-width: 750px;
  }

  .bottom-out-line {
    width: 700%;
  }

  .h2 {
    font-size: 4.5rem;
  }

  .sec.dh-pricing-primary-selection-path {
    font-size: 14rem;
  }

  .subheading.size-18_mobile {
    color: var(--black);
  }

  .logo-wrap.mod--thank {
    width: 8.938rem;
  }

  .img.is-full {
    width: 100%;
  }

  .img.mod--thank__ico {
    width: 4rem;
  }

  .contact__col {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-2 {
    font-size: 72px;
    font-weight: 400;
    line-height: .9;
  }

  .dh-pricing-toggle-description {
    font-size: 40px;
    font-weight: 500;
  }

  .header26_image-is-hero {
    object-fit: contain;
    max-height: 550px;
  }

  .heading-style-h5 {
    font-weight: 500;
  }

  .heading-style-h4 {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .tab-col {
    border: 4px solid #fff;
    border-width: 4px 0;
  }

  .tab-col.center {
    border-width: 4px;
  }

  .tab-col-it {
    height: 8.25rem;
  }

  .hero-heading.product {
    max-width: 1055px;
  }

  .hero-main-wrapper {
    border-radius: 3.5rem;
  }

  .hero-persons-blocks.right {
    right: -7rem;
  }

  .bottom-calculator-wrapper {
    height: 82px;
  }

  .arrow-wrapper {
    left: 7.5rem;
  }

  .about-image {
    top: 150px;
  }

  .about-us-mw-text {
    font-size: 2.8rem;
  }

  .about-hero-image {
    right: 7%;
  }

  .steps-arrow {
    width: auto;
  }

  .big-heading.get-started-today {
    letter-spacing: -.5rem;
    letter-spacing: -.5rem;
    margin-top: 0;
    font-size: 5.5rem;
  }

  .full-height-image {
    object-fit: cover;
  }

  .ws-wrapper {
    display: none;
  }

  .contect-centered.mb-5rem.recruitment {
    max-width: 800px;
  }

  .rs-inner-wrapper {
    padding-top: 60px;
  }

  .sec.mod--home.is-background-light {
    display: flex;
  }

  .feature__logo-wrap {
    max-width: 75%;
  }

  .dh-price-toggle-option {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }

  .layout16_component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 48px;
  }

  h4 {
    font-size: 20px;
  }

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

  .container.relative.new-nav {
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
  }

  .caption {
    font-size: 20px;
  }

  .header-info-texts {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-lg {
    font-size: 20px;
  }

  .button-blue {
    height: 48px;
    font-size: 18px;
  }

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

  .section.bg-light.whitemb {
    background-color: var(--white);
    background-color: var(--white);
  }

  .section.padd-0 {
    padding-bottom: 0;
  }

  .tabs-menu {
    width: 100%;
    max-width: none;
  }

  .tabs-content {
    display: none;
  }

  .tab-link {
    padding: 0;
  }

  .tab-link.w--current {
    background-color: #f7f7f700;
  }

  .tab-link-content {
    padding: 30px 24px;
  }

  .banner {
    background-color: var(--light);
    background-image: none;
    flex-direction: column;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .banner-content {
    max-width: none;
    padding: 30px;
  }

  .contact {
    flex-direction: column;
    padding: 0;
  }

  .contact-form-w {
    width: 100%;
    max-width: none;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-shape {
    order: -1;
    width: 100%;
    max-width: none;
  }

  .layout {
    flex-direction: column;
  }

  .faq-left {
    width: 100%;
  }

  .av-img {
    display: none;
  }

  .faq-list {
    width: 100%;
    max-width: none;
    margin-top: 38px;
  }

  .tab-image {
    background-image: linear-gradient(356deg, #f3f3f3, #fff);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tb-icon {
    mix-blend-mode: multiply;
    height: 200px;
  }

  .banner-image {
    order: 1;
    display: block;
  }

  .apple-grid-block.tablet-hidden {
    display: none;
  }

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

  .box-item {
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .box-item.box-item-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .box-item-lg {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
  }

  .box-item-md {
    width: 100%;
  }

  .cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .card-image {
    margin-bottom: 24px;
  }

  .row {
    flex-direction: column;
  }

  .content-list {
    width: 100%;
    max-width: none;
  }

  .row-image {
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }

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

  .text-md {
    font-size: 20px;
  }

  .header-info-w {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .header-image {
    display: none;
  }

  .h-info {
    flex-direction: column;
    max-width: none;
    display: flex;
  }

  .header-w {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .header-wrap-2 {
    flex-direction: column;
    display: flex;
  }

  .container-w {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-w.padd {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-w.padd-sm {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .list-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .header-img-m {
    width: 120%;
    min-width: 120%;
    display: block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .header-s {
    padding-bottom: 6rem;
  }

  .container-s {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .header-holder {
    border-radius: 2.4rem;
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }

  .header-links {
    margin-bottom: 40rem;
  }

  .h-link {
    font-size: 1.6rem;
  }

  .header-info-row {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header-content {
    max-width: none;
    margin-bottom: 2.4rem;
  }

  .heading-m {
    font-size: 4rem;
  }

  .text {
    font-size: 1.8rem;
  }

  .avatars {
    height: 4.8rem;
  }

  .illustration-d {
    max-width: 40rem;
    top: 8rem;
    right: 2rem;
  }

  .button-primary {
    min-width: 30rem;
    height: 5.2rem;
    font-size: 1.8rem;
  }

  .button-primary.nav-demo {
    min-width: auto;
    height: auto;
    margin-top: 0;
    padding: 1.25rem 5rem;
    font-size: 1.6rem;
    display: inline-flex;
  }

  .button-primary.nav-demo.about-page {
    padding: .8rem 3rem;
    font-size: 1rem;
  }

  .button-primary.nav-demo.schedule-a-demo.black {
    background-color: var(--black);
  }

  .button-primary.nav-demo.schedule-a-demo.black.display-none.w--current {
    display: none;
  }

  .section-s {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-s.display-none.relative-mobile {
    position: relative;
  }

  .section-s.popup {
    padding-top: 15rem;
  }

  .heading-box.small {
    max-width: 50rem;
  }

  .heading-box.small._2 {
    text-align: center;
    text-align: center;
  }

  .heading-box.md {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .cap-title {
    font-size: 1.6rem;
  }

  .cap-title.mb-48 {
    margin-bottom: 24px;
  }

  .heading-s {
    max-width: 40rem;
    font-size: 3.2rem;
    display: inline-block;
  }

  .heading-s.line-border {
    display: inline-flex;
  }

  .heading-s.center-m.line-border.d-title {
    display: none;
  }

  .cards-layout {
    grid-column-gap: 4.8rem;
    grid-row-gap: 4.8rem;
    margin-top: 4.8rem;
  }

  .heading-sm {
    font-size: 2.4rem;
  }

  .img-fluid.radius {
    border-radius: 2.4rem;
  }

  .steps-w {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }

  .steps-carousel {
    width: 100%;
    max-width: 180px;
  }

  .step-it-head {
    margin-bottom: 2.4rem;
  }

  .icon-s {
    width: 6rem;
    max-width: 6rem;
  }

  .line {
    width: 100px;
    overflow: hidden;
  }

  .c-title {
    font-size: 2rem;
  }

  .text-sm {
    font-size: 1.6rem;
  }

  .arrow-d {
    width: 3.6rem;
    height: 3.6rem;
  }

  .holder-s {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .card-s {
    flex-flow: column;
    display: flex;
  }

  .card-s-content {
    flex: auto;
    padding: 2rem;
  }

  .cards-carousel {
    flex-flow: column;
  }

  .vendors {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .ve-card {
    padding: 2.4rem;
  }

  .ve-icon {
    height: 6rem;
    margin-bottom: 2.4rem;
  }

  .cards-grid.owl-carousel.owl-theme {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .help-card {
    padding: 3.2rem;
  }

  .holder-s2 {
    padding-top: 6rem;
  }

  .line-border {
    z-index: 1;
    display: inline-block;
  }

  .table-w {
    overflow: auto;
  }

  .table-w-inner {
    min-width: 750px;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .tab-col-it {
    height: 10rem;
  }

  .tab-title {
    font-size: 1.6rem;
  }

  .tab-item {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    font-size: 1.4rem;
  }

  .tab-item.b-0.border-2 {
    border-bottom-left-radius: 1.4rem;
  }

  .tab-item.b-0.border-4 {
    border-bottom-right-radius: 1.4rem;
  }

  .tab-item.border-1 {
    border-top-left-radius: 1.4rem;
  }

  .tab-item.border-3 {
    border-top-right-radius: 1.4rem;
  }

  .tab-item-w {
    padding-left: 2rem;
  }

  .check {
    height: 2.4rem;
    margin-right: 1.6rem;
  }

  .box-b {
    border-bottom-right-radius: 1.4rem;
    border-bottom-left-radius: 1.4rem;
  }

  .testimonials-w {
    padding: 4rem 2rem 8rem;
  }

  .slide-item-w {
    flex-flow: column;
  }

  .content-w {
    width: 100%;
    max-width: none;
    margin-bottom: 4rem;
    padding-left: 0;
  }

  .s-navs {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    inset: auto 0% -6rem;
  }

  .image-w {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .person-im {
    max-width: 25rem;
  }

  .faq-it {
    margin-bottom: 2rem;
    padding: 3.2rem 2rem 2.2rem;
  }

  .faq-title {
    font-size: 1.8rem;
  }

  .faq-icon-w {
    width: 3.6rem;
    min-width: 3.6rem;
    height: 3.6rem;
    margin-left: 1rem;
  }

  .contact-holder {
    background-image: none;
    flex-flow: column;
  }

  .content-info {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .co-item {
    font-size: 1.6rem;
  }

  .co-form {
    width: 100%;
    max-width: none;
    margin-top: 3.6rem;
  }

  .field-label {
    margin-left: 2rem;
    font-size: 1.4rem;
  }

  .text-field-2 {
    height: 5.4rem;
    padding-left: 2rem;
    font-size: 1.8rem;
  }

  .box-bottom {
    margin-top: 6rem;
    position: static;
  }

  .num {
    font-size: 5.6rem;
  }

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

  .footer-up {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .fo-logo {
    height: 3.4rem;
  }

  .footer-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 3.6rem;
    display: grid;
  }

  .footer-links.about-page {
    margin-top: 1rem;
  }

  .fo-link {
    margin-left: 0;
    font-size: 2rem;
  }

  .fo-link.about-page {
    font-size: 1.4rem;
  }

  .footer-do {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.6rem;
  }

  .footer-do-l {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 3.6rem;
  }

  .fo-text {
    font-size: 2rem;
  }

  .fo-text.about-page {
    font-size: 1.2rem;
  }

  .el-divider {
    opacity: 0;
    margin: 1rem 0;
  }

  .footer-do-r {
    flex-flow: column;
    order: -1;
  }

  .socials-links {
    order: 1;
    margin-top: 3.6rem;
    margin-left: 0;
  }

  .so-icon {
    height: 2.4rem;
  }

  .social-lnk {
    width: 3.6rem;
    height: 3.6rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .old-navbar {
    justify-content: center;
    align-items: flex-end;
    height: 9.4rem;
    padding-bottom: 2rem;
  }

  .old-navbar.smaller {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .logo {
    height: 3.4rem;
    padding-bottom: 0;
  }

  .logo.mod--pmchat {
    height: auto;
  }

  .nav-menu {
    background-color: var(--white-2);
    margin-left: 0;
    padding: 4rem;
  }

  .nav-menu-holder {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .n-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2.4rem;
  }

  .nav-buttons {
    display: none;
  }

  .button-secondary {
    height: 5.2rem;
    font-size: 1.8rem;
  }

  .menu-button {
    width: 24px;
    padding: 0;
  }

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

  .m-line {
    background-color: var(--black-2);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .m-line-2 {
    background-color: var(--black-2);
    width: 24px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .m-line-3 {
    background-color: var(--black-2);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-img-mb {
    margin-top: 1rem;
  }

  .num-handles {
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    display: flex;
  }

  .num-text {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .prev, .next {
    border: 1px solid var(--blue);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
  }

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

  .fo-text-s {
    order: 1;
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }

  .fo-text-s.about-page {
    font-size: .9rem;
  }

  .heading-desktop {
    display: none;
  }

  .heading-mobile {
    display: block;
  }

  .heading-mobile.display-none {
    display: none;
  }

  .success-message-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 1.6rem;
  }

  .hero-section {
    padding-bottom: 5rem;
  }

  .hero-main-wrapper.display-none-sd {
    display: none;
  }

  .heading-wrapper.calculator-wrapper {
    margin-bottom: 20px;
  }

  .columns.gap-20.calculator-columns, .columns.gap-20.persons-columns, .columns.align-center.feature-columns {
    display: block;
  }

  .columns.tb.sticky.dn-sd, .columns.tb.display-none {
    display: none;
  }

  .columns.gap-20.calculator-columns, .columns.gap-20.persons-columns, .columns.gap-20.calculator-columns, .columns.gap-20.persons-columns, .columns.align-center.feature-columns, .columns.align-center.feature-columns {
    display: block;
  }

  .columns.tb {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .columns.tb.sticky.dn-sd, .columns.tb.display-none {
    display: none;
  }

  .columns.tb.sticky {
    position: static;
  }

  .columns.tb.sticky.dn-sd, .columns.tb.display-none {
    display: none;
  }

  .columns.blog-columns {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    display: flex;
  }

  .columns.mod--careers-about {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .columns.mod--jobs {
    flex-flow: column;
  }

  .column-50.feature-column, .column-50.fwt {
    width: auto;
  }

  .column-50.calculator-column {
    width: 100%;
  }

  .column-50.calculator-column.mobile-full-screen {
    z-index: 99;
    z-index: 99;
    inset: 15% 5% 0%;
    width: 90%;
    position: absolute;
    inset: 15% 5% 0%;
  }

  .column-50.feature-column, .column-50.fwt {
    width: auto;
  }

  .calculator-button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .calculator-link-btn.mobile {
    min-width: auto;
    margin-bottom: 20px;
  }

  .emoji-wrapper.yellow, .emoji-wrapper.green, .emoji-wrapper.red, .emoji-wrapper.yellow, .emoji-wrapper.green, .emoji-wrapper.red {
    margin-left: 0;
  }

  .closing-button-mobile {
    display: block;
    top: 30px;
  }

  .flex-wrapper {
    display: block;
  }

  .flex-wrapper.gap-12.mb-12.ft, .flex-wrapper.gap-12.ft, .flex-wrapper.gap-8.flex-t, .flex-wrapper.gap-16.fully-flex, .flex-wrapper.gap-40.flex-t {
    display: flex;
  }

  .flex-wrapper.space-between.end-to-end-wrapper {
    display: none;
  }

  .flex-wrapper.space-between.sd {
    display: block;
  }

  .flex-wrapper.gap-12.mb-12.ft, .flex-wrapper.gap-12.ft, .flex-wrapper.gap-12.mb-12.ft, .flex-wrapper.gap-12.mb-12.ft, .flex-wrapper.gap-12.ft, .flex-wrapper.gap-8.flex-t, .flex-wrapper.gap-8.flex-t, .flex-wrapper.gap-16.fully-flex, .flex-wrapper.gap-16.fully-flex, .flex-wrapper.gap-40.flex-t {
    display: flex;
  }

  .flex-wrapper.gap-40.flex-t {
    display: flex;
  }

  .flex-wrapper.gap-40.flex-t.vertical {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 32px;
  }

  .closing-popup-img {
    top: 17rem;
  }

  .code-embed {
    margin-top: 60px;
  }

  .about-image {
    display: none;
  }

  .about-image.smaller-devices {
    display: block;
  }

  .about-us-mw-text {
    line-height: 1.4;
  }

  .column-33.person-column {
    width: auto;
    margin-bottom: 40px;
  }

  .column-33.fwt, .column-40.feature-column, .column-40.content-centered.fwt, .column-40.fwt, .column-40.feature-column, .column-40.content-centered.fwt, .column-40.content-centered.fwt, .column-40.fwt {
    width: auto;
  }

  .absolute-top-right, .absolute-bottom-left {
    z-index: 0;
  }

  .about-schedule-button {
    z-index: 1;
    position: relative;
  }

  .feature-main-image {
    margin-top: 32px;
  }

  .hero-heading-starting {
    top: -.8rem;
    left: 8rem;
  }

  .steps-arrow {
    width: 85px;
  }

  .shaded-wrapper-top-img {
    left: -35px;
  }

  .shaded-wrapper-bottom-img {
    display: none;
  }

  .shaded-wrapper-heading {
    font-size: 48px;
    line-height: 64px;
  }

  .navbar-centered {
    padding-top: 0;
  }

  .brand {
    position: static;
  }

  .shedule-demo {
    display: none;
    position: static;
  }

  .brand-image {
    margin-top: 0;
  }

  .product-hero {
    padding-bottom: 100px;
  }

  .product-hero-ilustration {
    margin-top: -40px;
  }

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

  .column-30.fwt {
    width: auto;
  }

  .column-30.dnt {
    display: none;
  }

  .column-30.blog-hero-column {
    width: 100%;
  }

  .column-60.fwt {
    width: auto;
  }

  .column-60.fwt.fm {
    order: -1;
  }

  .column-60.fwt.relative.dn-sd {
    display: none;
  }

  .column-60.blog-hero-column {
    width: 100%;
  }

  .big-heading.no-mt.mw-80t {
    max-width: 80%;
  }

  .content-wrapper.gap-3.absolute.third, .content-wrapper.gap-3.absolute.second {
    opacity: 1;
    margin-bottom: 4.5rem;
    position: static;
  }

  .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second {
    opacity: 1;
    position: static;
  }

  .content-wrapper.second, .content-wrapper.third {
    inset: 0% auto auto 0%;
  }

  .content-wrapper.gap-3.absolute.third, .content-wrapper.gap-3.absolute.second {
    opacity: 1;
    margin-bottom: 4.5rem;
    position: static;
  }

  .content-wrapper.gap-3.absolute.third, .content-wrapper.gap-3.absolute.second, .content-wrapper.gap-3.absolute.third, .content-wrapper.gap-3.absolute.second {
    opacity: 1;
    margin-bottom: 4.5rem;
    position: static;
  }

  .content-wrapper.gap-3.first {
    margin-bottom: 4.5rem;
  }

  .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second, .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second, .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second {
    opacity: 1;
    position: static;
  }

  .content-wrapper.second, .content-wrapper.third {
    inset: 0% auto auto 0%;
  }

  .column-35.flex.vertical.fwt {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .full-height-image.absolute.second, .full-height-image.absolute.third {
    position: static;
  }

  .full-height-image.dnt {
    display: none;
  }

  .full-height-image.absolute.second, .full-height-image.absolute.third, .full-height-image.absolute.second, .full-height-image.absolute.third {
    position: static;
  }

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

  .keuc-inner-wrapper {
    padding: 24px;
  }

  .keuc-wrapper-heading {
    height: auto;
    margin-bottom: 16px;
  }

  .testimonial-slide.left, .testimonial-slide.right, .testimonial-slide.left, .testimonial-slide.right {
    width: auto;
  }

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

  .dnd {
    margin-top: 24px;
    display: block;
  }

  .contect-centered.mb-220 {
    margin-bottom: 40px;
  }

  .coordinator-wrapper-heading {
    height: 56px;
  }

  .coordinator-top-wrapper, .coordinator-bottom-wrapper.first, .coordinator-bottom-wrapper.second, .coordinator-bottom-wrapper.third, .coordinator-bottom-wrapper.forth, .coordinator-bottom-wrapper.fifth {
    height: auto;
  }

  .coordinator-bottom-wrapper.first, .coordinator-bottom-wrapper.second, .coordinator-bottom-wrapper.third, .coordinator-bottom-wrapper.forth, .coordinator-bottom-wrapper.fifth {
    height: auto;
  }

  .coordinator-bottom-wrapper.sixth {
    height: auto;
    min-height: 104px;
  }

  .sticky-animation {
    height: auto;
    display: none;
  }

  .sticky-animation.sd {
    display: block;
    position: static;
  }

  .experts-wrapper {
    margin-bottom: 6rem;
  }

  .work-order-journey {
    margin-bottom: 32px;
    font-size: 64px;
    line-height: 60px;
  }

  .experts-new-wrapper, .work-order-lottie {
    display: none;
  }

  .blogs-hero {
    padding-top: 100px;
  }

  .blog-content-wrapper {
    padding-bottom: 20px;
  }

  .bigger-section.pt-80 {
    padding-bottom: 100px;
  }

  .bigger-section.recruitment {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .vendoroo-wrapper.yellow, .vendoroo-wrapper.black, .vendoroo-wrapper.green, .vendoroo-wrapper.yellow, .vendoroo-wrapper.black, .vendoroo-wrapper.green {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .p-115 {
    padding-top: 80px;
  }

  .swiper-slide.mod--reviews {
    width: 80%;
  }

  .swiper-nav.mod--reviews {
    top: -88px;
  }

  .swiper-nav__arrow:hover {
    border-color: #0000;
  }

  .col.mod--jobs {
    max-width: 100%;
  }

  .rating__star {
    width: 16px;
    height: 16px;
  }

  .reviews {
    margin-top: 40px;
  }

  .reviews-banner {
    padding: 32px;
  }

  .reviews-banner__logo-wrap {
    font-size: 26px;
  }

  .pricing__block.is--popular {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navbar-menu-wrap {
    background-color: #f6f8fa;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-menu__link {
    text-transform: none;
    display: block;
  }

  .navbar-burger {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .navbar-burger.w--open {
    background-color: #c8c8c800;
  }

  .navbar-burger__line {
    background-color: var(--black-2);
    width: 100%;
    height: 2px;
    padding: 0;
    transition: all .2s;
    position: relative;
  }

  .navbar-burger__line.is--2 {
    transition: none;
  }

  .h1 {
    font-size: 4rem;
  }

  .careers-hero-about {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .careers-hero__title-wrap {
    max-width: 29rem;
  }

  .careers-hero-about__bottom {
    text-align: center;
    flex-flow: column;
    width: 100%;
    padding: 1rem;
  }

  .careers-hero-mark {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    text-align: center;
    width: 100%;
    position: relative;
    right: 0;
  }

  .careers-hero-build {
    margin-bottom: .625rem;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .careers-about-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-top: 3rem;
    padding-left: 0;
  }

  .careers-about-list__item {
    padding-left: 3rem;
  }

  .careers-about-list__item.is--first {
    border-bottom: 1px solid #e1e3e4;
    border-right-style: none;
    margin-bottom: 1.5rem;
    margin-right: 0;
    padding-bottom: 1.5rem;
    padding-right: 0;
  }

  .careers-about__icon {
    left: 0;
  }

  .careers-hero-about__img-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: .625rem;
    display: flex;
  }

  .integ-content {
    padding-top: 19vw;
  }

  .integ__img {
    width: 100%;
  }

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

  .navbar-menu__links {
    justify-content: center;
    align-items: center;
  }

  .navbar-burger__lines {
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    width: 18px;
    height: 10px;
    display: flex !important;
  }

  .navbar-burger__lines.w--open {
    background-color: #c8c8c800;
  }

  .div-block-4, .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .dh-price-toggle-option {
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .header26_image-is-hero {
    aspect-ratio: auto;
    object-fit: cover;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .layout16_component {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .layout16_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .timeline19_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .stats31_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .stats31_item-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .stats31_number {
    font-size: 4rem;
  }

  .layout4_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .home-header_brands {
    width: 100vw;
    margin-top: 1rem;
    position: relative;
    bottom: 0%;
    left: 50%;
    right: 0%;
    transform: translate(-50%);
  }

  .brands_loop {
    margin-bottom: 4rem;
  }

  .testimonial18_list {
    column-count: 2;
  }
}

@media screen and (max-width: 767px) {
  .container.centered.ncm {
    text-align: left;
    text-align: left;
  }

  .container.mod--pricing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.bg-light.whitemb {
    background-color: var(--white);
    background-color: var(--white);
  }

  .section.mod--thank {
    padding: 18px 16px 32px;
  }

  .testimonials {
    flex-direction: column;
  }

  .p1 {
    display: none;
  }

  .full-wd.shadow {
    border-radius: 10px;
  }

  .footer {
    padding-bottom: 40px;
  }

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

  .footer-list-item {
    border-bottom: 1px solid #ddddde;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p1-m {
    margin-bottom: 20px;
    display: block;
  }

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

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

  .box-item {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .box-item.box-item-3 {
    padding-left: 24px;
  }

  .box-item-md {
    padding: 48px 24px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .heading-w {
    order: -1;
  }

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

  .step-item {
    width: 100%;
    max-width: none;
  }

  .mockup {
    order: -1;
    margin-top: 30px;
  }

  .cards {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .card {
    flex-direction: column;
    display: flex;
  }

  .card-content {
    order: -1;
    margin-bottom: 20px;
  }

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

  .t-item {
    font-size: 18px;
  }

  .table-f {
    font-size: 14px;
  }

  .arr, .caption-2 {
    display: none;
  }

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

  .header-w {
    background-color: #f5f5f7;
    padding-top: 0;
  }

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

  .heading-md {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 48px;
  }

  .header-holder {
    background-position: 50% 20%;
  }

  .header-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    margin-bottom: 14rem;
  }

  .header-info-row {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .header-content {
    place-items: center start;
  }

  .heading-m {
    align-self: flex-start;
  }

  .header-heading {
    display: none;
  }

  .avatars {
    order: -1;
    margin-bottom: 3.2rem;
    margin-left: 0;
  }

  .flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .illustration-d {
    display: none;
  }

  .button-primary {
    width: 100%;
    min-width: auto;
  }

  .button-primary.nav-demo {
    width: auto;
  }

  .button-primary.sd {
    display: flex;
  }

  .button-primary.bd {
    display: none;
  }

  .heading-box._1 {
    max-width: 30rem;
  }

  .heading-box._2 {
    max-width: 35rem;
  }

  .heading-s.center-m {
    position: relative;
  }

  .heading-s.center-m.line-border {
    display: inline-block;
  }

  .heading-s.center-m.line-border.d-title {
    display: none;
  }

  .heading-s.center-m.m-title {
    text-align: center;
    align-self: center;
  }

  .row-card {
    flex-flow: column;
  }

  .row-content {
    width: 100%;
    max-width: none;
    margin-top: 2.4rem;
  }

  .row-card-image {
    order: -1;
    width: 100%;
    max-width: none;
  }

  .line {
    max-width: 10rem;
  }

  .cards-carousel.owl-carousel.owl-theme {
    grid-template-columns: 1fr;
  }

  .cards-grid {
    flex-flow: column;
    display: flex;
  }

  .row-w {
    flex-flow: column;
  }

  .row-w-content {
    max-width: none;
  }

  .holder-s2 {
    background-image: url("https://cdn.prod.website-files.com/658324c3275608f81f524a31/65fcdb42c4e4e910fd5d1c11_Line(4).svg");
    background-size: contain;
  }

  .person {
    margin-top: 4rem;
  }

  .line-border {
    z-index: 1;
  }

  .table-w-inner {
    min-width: 750px;
  }

  .footer-section.about-page {
    padding-top: 5rem;
    padding-bottom: 24px;
  }

  .fo-link.about-page {
    font-size: 20px;
  }

  .footer-do-l.about-page {
    margin-top: 30px;
  }

  .el-divider.about-page {
    display: none;
  }

  .socials-links.about-page {
    margin-top: 30px;
  }

  .nav-w.with-bt {
    justify-content: space-between;
    display: flex;
  }

  .header-heading-mb {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 25rem;
    display: flex;
  }

  .header-img-mb {
    display: block;
  }

  .hero-content-wrapper {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading.new-home.centered.ncm, .hero-heading.new-home.nhf.ncm {
    text-align: left;
  }

  .hero-heading.new-home.mb-0.centered-mobile, .hero-heading.new-home.mobile-centered {
    margin-left: auto;
  }

  .hero-heading.product {
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 4.2rem;
    line-height: 4rem;
  }

  .hero-heading.new-home {
    max-width: none;
    margin-bottom: 1.5rem;
    margin-left: 0;
    font-size: 3rem;
    line-height: 2.8rem;
  }

  .hero-heading.new-home.centered.ncm, .hero-heading.new-home.nhf.ncm {
    text-align: left;
  }

  .hero-heading.new-home.mb-0.centered-mobile, .hero-heading.new-home.mobile-centered {
    margin-left: auto;
  }

  .hero-heading.new-home.centered.ncm, .hero-heading.new-home.nhf.ncm {
    text-align: left;
    text-align: left;
  }

  .hero-heading.new-home.ncm {
    max-width: none;
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-heading.new-home.mb-0.centered-mobile, .hero-heading.new-home.mobile-centered {
    margin-left: auto;
  }

  .columns.mod--results, .columns.mod--price {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .columns.core-values {
    display: block;
  }

  .columns.gap-48.hidden-mobile {
    display: none;
  }

  .columns.gap-24.block-mobile {
    flex-flow: column;
  }

  .columns.tb.sticky {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: none;
  }

  .columns.gap-2p.animated {
    flex-flow: column;
    margin-top: 2.5rem;
    position: relative;
  }

  .columns.recruitment {
    flex-flow: column;
  }

  .columns.mod--pricing {
    grid-row-gap: 165px;
  }

  .columns.mod--careers-about {
    flex-flow: column;
  }

  .columns.mod--jobs {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 3rem;
  }

  .columns.mod--footer {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .columns.mod--footer.is--terms {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column-reverse;
  }

  .columns.mod--feature {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .columns.mod--trust {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
  }

  .columns.mod--results, .columns.mod--price {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .column-50.calculator-column.mobile-full-screen {
    z-index: 99;
    z-index: 99;
    top: 20%;
  }

  .column-50.cv-column {
    width: auto;
    display: none;
  }

  .column-50.fwm {
    width: auto;
  }

  .input-row {
    margin-top: 24px;
    margin-bottom: 24px;
    display: block;
  }

  .input-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .calculator-check-wrapper {
    display: block;
  }

  .checkbox-button-wrapper {
    align-items: center;
    margin-bottom: 16px;
  }

  .calculator-link-btn.mobile {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .costs-wrapper {
    display: block;
  }

  .price {
    margin-bottom: 36px;
  }

  .points-top-wrapper {
    margin-bottom: 0;
    display: block;
  }

  .point-wrapper {
    margin-bottom: 16px;
  }

  .bottom-calculator-wrapper {
    width: auto;
    height: auto;
    margin-bottom: 8px;
  }

  .additional-service-field.display-none {
    margin-bottom: 24px;
  }

  .tool-tip-wrapper {
    right: 0;
  }

  .additional-services-text {
    margin-top: 36px;
  }

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

  .arrow-wrapper.display-none {
    opacity: 0;
  }

  .arrow-wrapper.mobile-display-none {
    bottom: -60px;
    left: 8rem;
  }

  .flex-wrapper.space-between.align-bottom.module, .flex-wrapper.space-between.fully-flex {
    display: flex;
  }

  .flex-wrapper.gap-8.mb-10.dnm, .flex-wrapper.gap-8.mb-48.dnm {
    display: none;
  }

  .flex-wrapper.space-between.align-bottom.module, .flex-wrapper.space-between.fully-flex, .flex-wrapper.space-between.align-bottom.module, .flex-wrapper.space-between.align-bottom.module, .flex-wrapper.space-between.fully-flex {
    display: flex;
  }

  .flex-wrapper.gap-8.mb-10.dnm, .flex-wrapper.gap-8.mb-48.dnm {
    display: none;
  }

  .flex-wrapper.gap-8.mb-10.dnm, .flex-wrapper.gap-8.mb-48.dnm {
    display: none;
  }

  .flex-wrapper.gap-8.mb-48.dnm {
    display: none;
  }

  .flex-wrapper.gap-8.mb-48.mobile {
    margin-bottom: 12px;
    display: flex;
  }

  .flex-wrapper.gap-16.fully-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .flex-wrapper.align-top.gap-16.fully-flex {
    display: flex;
  }

  .flex-wrapper.gap-40.flex-t.vertical {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 16px;
    padding-bottom: 0;
  }

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

  .arrow-none-mobile {
    opacity: 0;
  }

  .mobile-arrow {
    margin-left: 7px;
  }

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

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

  .standard-section.core-values {
    text-align: center;
  }

  .standard-section.thank-you {
    padding-top: 80px;
  }

  .about-hero-wrapper {
    padding: 40px 24px;
  }

  .about-hero-wrapper.thankyou-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-us-wrapper {
    margin-bottom: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 18px;
  }

  .h3-mission {
    margin-left: 4px;
    font-size: 20px;
    line-height: 22px;
  }

  .about-us-mw-text {
    font-size: 26px;
    line-height: 32px;
  }

  .empower-property-managers {
    border-style: none;
  }

  .wrapper-730 {
    margin-bottom: 36px;
  }

  .section-heading.mb-36, .section-heading.mb-48, .section-heading.mb-36, .section-heading.mb-48 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 30px;
  }

  .light-text {
    font-size: 16px;
    line-height: 22px;
  }

  .column-33.person-column {
    margin-bottom: 20px;
  }

  .person-name {
    font-size: 18px;
    line-height: 25px;
  }

  .person-card-position {
    font-size: 12px;
    line-height: 14px;
  }

  .column-40.cv-column {
    width: auto;
  }

  .future-vision-text {
    font-size: 16px;
    line-height: 22px;
  }

  .future-vision-text.mb-36 {
    margin-bottom: 24px;
  }

  .large-text {
    font-size: 16px;
    line-height: 22px;
  }

  .large-text.cv-text {
    margin-bottom: 36px;
  }

  .core-values-wrapper {
    text-align: left;
    margin-bottom: 0;
  }

  .core-values-heading {
    font-size: 18px;
    line-height: 25px;
  }

  .medium-text {
    font-size: 16px;
    line-height: 22px;
  }

  .about-schedule-wrapper {
    padding: 60px 24px;
  }

  .absolute-top-right.desktop {
    display: none;
  }

  .absolute-top-right.sd {
    display: block;
  }

  .absolute-bottom-left.desktop {
    display: none;
  }

  .absolute-bottom-left.sd {
    display: block;
  }

  .about-schedule-button {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .schedule-image {
    max-width: 18px;
    top: -44px;
    left: 72px;
  }

  .star-image {
    max-width: 22px;
  }

  .cv-image {
    max-width: 40px;
  }

  .about-left-arrow {
    max-width: 40px;
    inset: auto auto -50px 35%;
  }

  .about-right-arrow {
    max-width: 40px;
    inset: auto 35% -50px auto;
  }

  .about-slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-slider {
    display: block;
  }

  .hero-heading-ending, .hero-heading-starting {
    display: none;
  }

  .pre-heading-wrapper {
    margin-bottom: 24px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
  }

  .smaller-section-heading.mb-120, .smaller-section-heading.workorders, .smaller-section-heading.mb-120, .smaller-section-heading.workorders {
    margin-bottom: 48px;
    font-size: 26px;
    line-height: 30px;
  }

  .steps-top-wrapper {
    margin-bottom: 12px;
  }

  .steps-icon-wrapper {
    margin-right: 0;
    padding: 14px;
  }

  .steps-content-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .steps-number, .steps-heading {
    font-size: 18px;
    line-height: 21px;
  }

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

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

  .shaded-wrapper-top-img {
    display: none;
  }

  .shaded-wrapper-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .steps-single-wrapper {
    align-items: stretch;
  }

  .steps-arrow-mobile {
    object-fit: cover;
  }

  .pricing-modul-wrapper {
    flex-flow: column;
    display: flex;
  }

  .pricing-modul-side {
    width: auto;
  }

  .basic-module-wrapper {
    display: inline-block;
  }

  .module-separator.sd {
    display: block;
  }

  .pm-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .pm-wrapper.mb-2-5rem.bd, .pm-wrapper.centered.mb-2-5rem.desktop {
    display: none;
  }

  .pm-wrapper.mb-2-5rem.mobile {
    margin-bottom: 1rem;
    margin-right: auto;
    display: flex;
  }

  .pm-wrapper.mb-2-5rem.mobile.centered {
    margin-left: auto;
  }

  .pm-wrapper.mb-2-5rem.bd, .pm-wrapper.centered.mb-2-5rem.desktop {
    display: none;
  }

  .pm-wrapper.centered.mb-2-5rem.desktop {
    display: none;
  }

  .pm-wrapper.centered.mb-2-5rem.mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .product-hero {
    padding-top: 60px;
    padding-bottom: 88px;
  }

  .button-wrapper.mod--thank {
    margin-top: 2rem;
  }

  .button {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button.z-1 {
    width: auto;
    padding: 14px 32px;
  }

  .button.z-1.fwm {
    text-align: center;
    text-align: center;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .product-hero-ilustration {
    display: none;
  }

  .product-hero-ilustration.mobile {
    width: 100%;
    margin-top: 60px;
    display: block;
  }

  .white-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .white-section.bigger-mobile {
    padding-bottom: 158px;
  }

  .column-60.fwt.fm {
    order: -1;
    margin-bottom: 8px;
  }

  .big-heading.no-mt {
    font-size: 4rem;
    font-weight: 500;
    line-height: 3.5rem;
  }

  .big-heading.no-mt.mw-80t {
    max-width: 100%;
  }

  .big-heading.no-mt.mw-80t.smaller.centered-mobile {
    text-align: center;
    text-align: center;
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 3rem;
    line-height: 3rem;
  }

  .big-heading.get-started-today {
    letter-spacing: -.2rem;
    margin-bottom: 24px;
    font-size: 4rem;
    font-weight: 500;
    line-height: 3.5rem;
  }

  .big-heading.get-started-today.smaller.no-mw-mobile {
    max-width: none;
  }

  .content-wrapper {
    margin-top: 12px;
  }

  .content-wrapper.second, .content-wrapper.third {
    inset: 0% auto auto 0%;
  }

  .content-wrapper.gap-3.absolute.third {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .content-wrapper.gap-3.absolute.third.woy {
    opacity: 1;
    opacity: 1;
    margin-bottom: 32px;
  }

  .content-wrapper.gap-3.absolute.second {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .content-wrapper.gap-3.absolute.second.woy {
    opacity: 1;
    opacity: 1;
    margin-bottom: 32px;
  }

  .content-wrapper.gap-3.first {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .content-wrapper.gap-3.first.woy {
    opacity: 1;
    opacity: 1;
    margin-bottom: 32px;
  }

  .content-wrapper.second, .content-wrapper.third {
    inset: 0% auto auto 0%;
  }

  .step-wrapper {
    margin-bottom: 16px;
  }

  .h3-old {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 24px;
  }

  .new-paragraph.mb-48 {
    margin-bottom: 32px;
  }

  .new-paragraph.bigger {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .new-paragraph.bigger.almost-black {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .full-height-image.absolute.second {
    display: none;
  }

  .full-height-image.absolute.second.mobile {
    width: 100%;
    height: auto;
    display: block;
  }

  .full-height-image.absolute.third {
    display: none;
  }

  .full-height-image.absolute.third.mobile {
    width: 100%;
    height: auto;
    display: block;
  }

  .full-height-image.first {
    display: none;
  }

  .full-height-image.first.mobile {
    width: 100%;
    display: block;
  }

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

  .big-section {
    padding: 88px 1rem;
  }

  .features-navigation-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-bottom: 40px;
  }

  .keuc-wrapper-heading {
    font-size: 26px;
    line-height: 24px;
  }

  .testimonial-slider {
    margin-top: 40px;
  }

  .testimonial-wrapper {
    padding: 24px;
  }

  .testimonial-top-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    margin-bottom: 12px;
  }

  .testimonial-left-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .testimonial-name {
    font-size: 18px;
    line-height: 17px;
  }

  .testimonial-person-description {
    font-size: 14px;
    line-height: 21px;
  }

  .testimonial-description {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-left-arrow {
    inset: auto auto -72px 35%;
  }

  .testimonial-right-arrow {
    inset: auto 35% -72px auto;
  }

  .wrapper.mb-100 {
    margin-bottom: 32px;
  }

  .green-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .percentage {
    font-size: 26px;
    line-height: 24px;
  }

  .separator-line {
    display: none;
  }

  .new-text.white {
    font-size: 14px;
    line-height: 21px;
  }

  .yellow-diamond {
    max-width: 16px;
  }

  .new-home-hero-image.mobile {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .new-home-hero-image.bd {
    display: none;
  }

  .contect-centered.mb-5rem.align-left-mobile {
    text-align: left;
    max-width: none;
    margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .contect-centered.mb-5rem.align-left-mobile.experts {
    margin-bottom: 5rem;
  }

  .contect-centered.mb-220 {
    margin-bottom: 172px;
  }

  .column-15.coordination-column {
    width: 100%;
  }

  .coordinator-wrapper {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .coordinator-wrapper-heading {
    font-size: 18px;
    line-height: 25px;
  }

  .coordinator-wrapper-heading.forth, .coordinator-wrapper-heading.fifth {
    overflow-wrap: anywhere;
  }

  .coordinator-wrapper-heading.forth, .coordinator-wrapper-heading.fifth {
    overflow-wrap: anywhere;
  }

  .coordinator-wrapper-heading.sixth {
    overflow-wrap: break-word;
  }

  .coordinator-top-wrapper {
    flex-flow: column;
    width: 98px;
    min-width: 98px;
    max-width: 98px;
  }

  .coordinator-diamond.first, .coordinator-diamond.second, .coordinator-diamond.third, .coordinator-diamond.forth, .coordinator-diamond.fifth, .coordinator-diamond.sixth {
    display: none;
  }

  .coordinator-diamond.first, .coordinator-diamond.second, .coordinator-diamond.third, .coordinator-diamond.forth, .coordinator-diamond.fifth, .coordinator-diamond.sixth {
    display: none;
  }

  .coordinator-diamond.mobile.one {
    width: 15px;
    height: 15px;
    margin-left: -7px;
    position: absolute;
    top: 0;
  }

  .coordinator-diamond.mobile.two {
    width: 15px;
    height: 15px;
    margin-left: -7px;
    position: absolute;
    top: 20%;
  }

  .coordinator-diamond.mobile.three {
    width: 15px;
    height: 15px;
    margin-left: -7px;
    position: absolute;
    top: 40%;
  }

  .coordinator-diamond.mobile.four {
    width: 15px;
    height: 15px;
    margin-left: -7px;
    position: absolute;
    top: 60%;
  }

  .coordinator-diamond.mobile.five {
    width: 15px;
    height: 15px;
    margin-left: -7px;
    position: absolute;
    top: 80%;
  }

  .coordinator-diamond.mobile.six {
    width: 15px;
    height: 15px;
    margin-left: -7px;
  }

  .coordinator-bottom-wrapper.first, .coordinator-bottom-wrapper.second, .coordinator-bottom-wrapper.third, .coordinator-bottom-wrapper.forth, .coordinator-bottom-wrapper.fifth {
    max-width: 190px;
  }

  .coordinator-bottom-wrapper.first, .coordinator-bottom-wrapper.second, .coordinator-bottom-wrapper.third, .coordinator-bottom-wrapper.forth, .coordinator-bottom-wrapper.fifth {
    max-width: 190px;
  }

  .coordinator-bottom-wrapper.sixth {
    width: 190px;
    max-width: 190px;
  }

  .nhf-left-wrapper {
    padding: 24px;
  }

  .nhf-first-line {
    margin-top: 16px;
  }

  .nhf-cost-number {
    font-size: 44px;
    line-height: 41px;
  }

  .nhf-inner-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .nhf-right-wrapper {
    padding: 24px 24px 32px;
  }

  .nhf-right-wrapper-heading {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 17px;
  }

  .mt-12 {
    margin-top: 4px;
  }

  .bottom-out-line {
    display: none;
  }

  .faq-wrapper.first, .faq-wrapper.second, .faq-wrapper.third, .faq-wrapper.forth, .faq-wrapper.fifth, .faq-wrapper.sixth, .faq-wrapper.seventh, .faq-wrapper.first, .faq-wrapper.second, .faq-wrapper.third, .faq-wrapper.forth, .faq-wrapper.fifth, .faq-wrapper.sixth, .faq-wrapper.seventh {
    padding: 16px;
  }

  .faq-qustion.first, .faq-qustion.second, .faq-qustion.third, .faq-qustion.forth, .faq-qustion.fifth, .faq-qustion.sixth, .faq-qustion.seventh, .faq-qustion.first, .faq-qustion.second, .faq-qustion.third, .faq-qustion.forth, .faq-qustion.fifth, .faq-qustion.sixth, .faq-qustion.seventh {
    font-size: 1.5rem;
  }

  .middle-line {
    background-color: #e1e3e4;
    width: 2px;
    height: 85%;
    display: block;
    position: absolute;
    top: 5%;
    left: 180px;
  }

  .middle-inner-line {
    background-color: #039cac;
    width: 2px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: -100%;
  }

  .animated-line-holder {
    width: 2px;
    height: 100%;
    overflow: hidden;
  }

  .add-ons-icon {
    max-width: 24px;
  }

  .mobile-image {
    width: 100%;
    display: block;
  }

  .desktop-image {
    display: none;
  }

  .logos-main-wrapper.mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .logos-main-wrapper.desktop {
    display: none;
  }

  .logos-inner-wrapper.first, .logos-inner-wrapper.second, .logos-inner-wrapper.first, .logos-inner-wrapper.second {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 920px;
    min-width: 920px;
    max-width: 920px;
  }

  .logos-image {
    max-width: 150px;
  }

  .hero-lottie {
    max-width: 92%;
    bottom: 10%;
    left: 4%;
  }

  .hero-lottie.product {
    max-width: 100%;
    bottom: 20.5%;
    left: 0%;
  }

  .work-order-journey {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 40px;
  }

  .blogs-hero {
    padding-top: 60px;
  }

  .professional-management-text {
    font-size: 16px;
    line-height: 24px;
  }

  .new-hero-heading {
    letter-spacing: -3.5px;
    margin-top: 16px;
    font-size: 64px;
    line-height: 50px;
  }

  .blogs-cl {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .blog-content-wrapper {
    padding-bottom: 24px;
  }

  .blog-heading {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .pm-image {
    max-width: 16px;
  }

  .blog-hero-heading {
    margin-top: 16px;
    font-size: 44px;
    line-height: 42px;
  }

  .bigger-section.no-pb {
    padding-top: 88px;
  }

  .bigger-section.pt-80 {
    padding-top: 65px;
    padding-bottom: 88px;
  }

  .bigger-section.recruitment {
    padding: 88px 0;
  }

  .explore-heading {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 41px;
  }

  .recruitment-side-wrapper, .recruitment-side-wrapper.right, .recruitment-side-wrapper.right {
    display: none;
  }

  .rs-inner-wrapper {
    padding-top: 0;
  }

  .rsiw {
    font-size: 16px;
    line-height: 24px;
  }

  .vendoroo-inner-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .vendoroo-small-heading {
    font-size: 18px;
  }

  .p-115 {
    padding-top: 65px;
  }

  .lf-inner-wrapper {
    padding: 16px;
  }

  .lf-iw-heading {
    max-width: 255px;
    font-size: 18px;
    line-height: 18px;
  }

  .swiper.mod--trust {
    flex-flow: column-reverse;
    margin-left: -.5rem;
    margin-right: -.5rem;
    display: flex;
  }

  .swiper-slide, .swiper-slide.mod--reviews {
    width: 100%;
  }

  .swiper-slide.mod--reviews {
    width: 100%;
  }

  .swiper-slide.mod--trust {
    width: 97%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .swiper-nav.mod--reviews {
    margin-top: 40px;
    position: relative;
    top: 0;
    right: auto;
  }

  .swiper-nav.mod--trust {
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    margin-bottom: 0;
    padding-right: 0;
  }

  .col.mod--careers-about.is--1 {
    width: 100%;
  }

  .col.mod--footer-soc {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .col.mod--footer-terms {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .col.mod--footer-terms.is--1 {
    border-top: 1px solid #e1e3e4;
    padding-top: 1.5rem;
  }

  .col.mod--feature {
    max-width: 234px;
  }

  .col.mod--trust.is--2 {
    font-size: 1rem;
  }

  .col.mod--price.is--popular {
    order: -1;
  }

  .h2 {
    font-size: 2.75rem;
  }

  .h2.margin-bottom-32 {
    margin-bottom: 1.5rem;
  }

  .h2.mod--pricing {
    font-size: 54px;
  }

  .h2.size-54_mobile {
    font-size: 3.375rem;
  }

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

  .reviews-banner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: column;
  }

  .reviews-banner__logo-wrap {
    justify-content: center;
    align-items: center;
  }

  .text-size-24 {
    font-size: 1rem;
  }

  .text-size-32 {
    letter-spacing: -1.2px;
    font-size: 20px;
  }

  .heading-center.text-align-left_mobile {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-center.margin-bottom-80 {
    margin-bottom: 2.5rem;
  }

  .pricing__block, .pricing__block.is--popular, .pricing__block.is--popular {
    padding-bottom: 36px;
  }

  .pricing__img-wrap {
    display: flex;
  }

  .pricing__img {
    width: 202px;
  }

  .pricing__img.is--popular {
    width: 255px;
    position: absolute;
    bottom: -4.4rem;
  }

  .pricing__title {
    letter-spacing: -1.56px;
    font-size: 26px;
  }

  .logo-link {
    flex: none;
  }

  .navbar {
    min-height: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .content.mod--footer {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 3.5rem;
  }

  .content.mod--trust {
    overflow: visible;
  }

  .sec {
    padding: 5.5rem 1rem;
  }

  .sec.mod--header {
    padding: 0;
    top: 0;
  }

  .sec.mod--footer {
    padding-bottom: 1.5rem;
  }

  .sec.mod--home {
    background-color: #f6f8fa;
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .sec.is-bg-gray-mobile {
    background-color: var(--light);
  }

  .navbar-menu-wrap {
    flex: 0 auto;
    height: 100vh;
  }

  .navbar-menu__link {
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: 2.75rem;
  }

  .navbar-burger {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    padding: 0;
    display: flex !important;
  }

  .button-header {
    font-size: 1.5rem;
  }

  .label-heading {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .label-heading.flex-center_mobile {
    justify-content: center;
    align-items: center;
  }

  .careers-hero-about {
    margin-top: 3.5rem;
  }

  .careers-hero__title-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
  }

  .careers-hero-mark {
    font-size: .875rem;
  }

  .careers-hero-mark__title {
    font-size: 1.625rem;
  }

  .careers-hero-build {
    font-size: 1rem;
  }

  .button-icon__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }

  .h3 {
    font-size: 1.625rem;
  }

  .h3.mod--pricing {
    font-size: 26px;
  }

  .h3.size-18_mobile {
    font-size: 1.125rem;
  }

  .careers-about-list__item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 2rem;
    font-size: 1.125rem;
  }

  .careers-about__icon {
    width: 1.5rem;
    height: 1.5rem;
    top: -.1rem;
  }

  .subheading {
    font-size: 1rem;
  }

  .subheading.margin-bottom-48 {
    margin-bottom: 2rem;
  }

  .subheading.size-18_mobile {
    font-size: 1.125rem;
  }

  .jobs-block {
    padding: 1rem;
  }

  .jobs-block__label {
    margin-bottom: 1rem;
  }

  .jobs-block__text, .jobs-block__remote {
    font-size: 1rem;
  }

  .jobs-block__text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .footer-nav__link {
    width: 50%;
  }

  .footer-nav {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-soc__link {
    width: 2.5rem;
    height: 2.5rem;
  }

  .remodal.remodal-global {
    max-width: 100%;
    padding: 1rem;
  }

  .remodal__close {
    top: -3rem;
    right: 1rem;
  }

  .remodal__container {
    padding: 1.5rem;
  }

  .remodal__container.mod--video {
    padding: 1rem;
  }

  .h4, .h4.size-18_mobile {
    font-size: 1.125rem;
  }

  .h4.size-18_mobile {
    font-size: 1.125rem;
  }

  .h4.size-26_mobile {
    font-size: 1.625rem;
  }

  .remodal__scroll {
    max-height: 80svh;
    padding: 1.5rem;
  }

  .remodal__scroll.mod--job {
    max-height: 80svh;
    margin-bottom: 6rem;
    padding-bottom: 1.5rem;
  }

  .remodal__btn-wrap {
    padding: 1rem 1.5rem 1.5rem;
  }

  .file-upload__default {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .careers-about-list__title {
    letter-spacing: -.32px;
    font-size: 1.125rem;
  }

  .form-msg-success__block {
    font-size: 1.125rem;
  }

  .form-msg-success__title {
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }

  .feature__block {
    padding-top: 86px;
  }

  .feature__img-wrap {
    height: 72px;
  }

  .feature__title-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .feature-rows {
    margin-top: 56px;
  }

  .feature__logo {
    flex: none;
    width: 80px;
    max-width: none;
  }

  .feature__logo-wrap {
    background-color: #cecfd0;
    background-image: none;
    width: 1px;
    max-width: none;
    height: 176px;
  }

  .feature__logo-wrap.is--mobile {
    height: 40px;
    display: block;
  }

  .feature__img {
    max-width: 100px;
  }

  .span-description_mobile {
    letter-spacing: 0;
    margin-top: 24px;
    font-size: 18px;
    display: block;
  }

  .integ-content {
    align-items: stretch;
    max-width: 26rem;
    padding-top: 0;
  }

  .integ__title-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .integ__img-wrap {
    margin-bottom: -1rem;
    position: relative;
  }

  .integ__img {
    display: none;
  }

  .integ__img.is--mobile {
    display: block;
  }

  .img.mod--thank__ico {
    display: none;
  }

  .contact__col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .heading-2.mod--thank {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 44px;
  }

  .text-size-20 {
    font-size: 1rem;
  }

  .pricing__count-period {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .pricing__desc {
    height: auto;
    font-size: 16px;
  }

  .pricing__period-text {
    font-size: 16px;
  }

  .home-container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    max-width: none;
    margin-bottom: 0;
  }

  .content-wrap {
    margin: -5.5rem -1rem;
    padding: 5.5rem 1rem;
  }

  .how-grid {
    flex-flow: column;
    display: flex;
  }

  .how-grid__block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .how-grid__text-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .price__img {
    width: 13.75rem;
    margin-top: -100%;
  }

  .price__block {
    padding-bottom: 2rem;
  }

  .price__block.is--popular {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.5rem;
  }

  .price__tag-popular {
    padding-top: .5rem;
    padding-bottom: .4rem;
  }

  .price__desc {
    min-height: auto;
    font-size: 16px;
  }

  .price__desc.is--light {
    margin-bottom: 1.5rem;
  }

  .price__list {
    padding-top: 2rem;
  }

  .swiper-trust__block {
    padding: 1.5rem;
  }

  .trust-author {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    font-size: .875rem;
  }

  .results-block__text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.5rem;
  }

  .how-list {
    margin-bottom: 2rem;
  }

  .how-list__item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.5rem;
  }

  .how-list__numb {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }

  .cta__img {
    display: none;
  }

  .cta__img.is--mobile {
    margin-top: 2.5rem;
    display: block;
    position: relative;
    top: 0;
  }

  .navbar-menu__buttons {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
  }

  .navbar-menu__divider {
    width: 100%;
    height: 1px;
    margin-top: .5rem;
  }

  .navbar-menu__links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .header-logo {
    min-width: auto;
    margin-left: 1rem;
  }

  .navbar-menu {
    flex-flow: column;
    height: 100svh;
    padding-bottom: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .navbar-burger__lines {
    width: 1.5rem;
    height: .625rem;
  }

  .home-runline {
    margin-top: 3rem;
  }

  .home-runline__img {
    width: 10.625rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .price__count-info {
    min-height: auto;
  }

  .price__count-period {
    text-align: right;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: .2rem;
  }

  .price__period-text {
    font-size: 1rem;
  }

  .btn {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .footer__contant {
    color: var(--black);
  }

  .price__img-wrap {
    height: auto;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    position: relative;
  }

  .home-content-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .home-video-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    max-width: none;
    padding: 1rem;
  }

  .home-video {
    height: auto;
  }

  .div-block-6 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .header26_image-wrapper {
    width: 100%;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

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

  .layout16_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .timeline19_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .timeline19_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr max-content 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }

  .timeline19_image-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .timeline19_progress-wrapper {
    flex-direction: column;
    align-self: stretch;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .timeline19_fade-overlay-left {
    display: none;
  }

  .timeline19_progress-line {
    width: 3px;
    height: 100%;
  }

  .timeline19_progress-line.is-small-mobile {
    opacity: 0;
    height: .5rem;
  }

  .timeline19_progress-line.is-small-mobile.is-last {
    opacity: 100;
    opacity: 100;
  }

  .timeline19_item-content {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .timeline19_fade-overlay-right {
    display: none;
  }

  .stats31_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .stats31_number {
    font-size: 3.5rem;
  }

  .layout4_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial10_slider {
    padding-bottom: 3rem;
  }

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

  .testimonial10_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonial10_client-info {
    margin-bottom: 1rem;
  }

  .divider-vertical {
    display: none;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .brands_loop {
    margin-bottom: 2rem;
  }

  .separator_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-style-label {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .text-style-label.flex-center_mobile {
    justify-content: center;
    align-items: center;
  }

  .testimonial18_list {
    column-count: 1;
  }

  .testimonial18_card {
    padding: 1.5rem;
  }

  .testimonial18_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial18_callout {
    padding: 1.5rem;
  }
}

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

  h2, h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  a {
    width: 100%;
  }

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

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

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

  .header-info {
    align-items: stretch;
  }

  .caption {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .header-info-texts {
    text-align: left;
  }

  .text-lg {
    font-size: 18px;
  }

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

  .section.bg-light.whitemb {
    background-color: var(--white);
    background-color: var(--white);
    background-color: var(--white);
    padding-bottom: 32px;
  }

  .testimonials {
    margin-top: 36px;
  }

  .slider {
    min-width: auto;
    padding-bottom: 40px;
  }

  .heading-holder.left-mn {
    text-align: left;
    text-align: left;
  }

  .slide-w {
    flex-direction: column;
    display: flex;
  }

  .slide-w-info {
    margin-top: 10px;
  }

  .t-logo {
    object-fit: contain;
    align-self: flex-start;
    margin-bottom: 24px;
    position: relative;
  }

  .name.fw-300 {
    padding-top: 20px;
  }

  .left-arrow {
    inset: auto auto 0% 35%;
  }

  .right-arrow {
    inset: auto 35% 0% auto;
  }

  .tab-link {
    color: #222;
    padding-bottom: 40px;
  }

  .tab-link-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab-text {
    color: #717171;
    font-weight: 300;
  }

  .heading-holder-texts {
    display: none;
  }

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

  .full-wd.desktop {
    display: none;
  }

  .full-wd.mobile {
    display: block;
  }

  .banner-content {
    background-color: #f7f7f7;
    padding: 24px;
  }

  .contact-form-w {
    padding: 24px;
  }

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

  .f-label {
    font-size: 16px;
  }

  .text-field {
    height: 35px;
  }

  .contact-shape {
    display: none;
  }

  .faq-q {
    font-size: 18px;
  }

  .faq-icon {
    height: 24px;
  }

  .footer-down {
    flex-direction: column;
    align-items: flex-start;
  }

  .socials {
    order: -1;
    margin-bottom: 20px;
  }

  .social-link {
    margin-left: 0;
    margin-right: 10px;
  }

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

  .nav-menu-r {
    display: flex;
  }

  .nav-link {
    display: none;
  }

  .nav-button {
    height: 32px;
    margin-left: 0;
  }

  .p1-m {
    min-width: 438px;
    height: auto;
    display: block;
  }

  .tab-image {
    background-image: none;
  }

  .tb-icon {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner-image {
    order: 1;
  }

  .select {
    height: 35px;
  }

  .apple-grid-block.mobile-portrait-hidden {
    display: none;
  }

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

  .grid-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .box-item {
    margin-bottom: 16px;
  }

  .box-item-lg {
    align-items: flex-end;
    margin-bottom: 16px;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .box-item-md {
    margin-bottom: 16px;
  }

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

  .heading-9 {
    margin-top: 10px;
  }

  .mask {
    background-color: #fff;
  }

  .slide {
    border-radius: 18px;
    padding: 40px 24px;
  }

  .bold-text-2, .text-span-3 {
    color: #222;
    font-weight: 400;
  }

  .text-span-4 {
    color: var(--black);
    font-weight: 400;
  }

  .rts p {
    line-height: 24px;
  }

  .rts h1 {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 30px;
  }

  .rts h3 {
    margin-bottom: 24px;
    font-family: Airbnbcereal W Md, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }

  .rts ul {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .article-tittle {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph {
    margin-top: 10px;
  }

  .rts-light p {
    line-height: 24px;
  }

  .rts-light h1 {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 30px;
  }

  .rts-light h3 {
    margin-bottom: 24px;
    font-family: Airbnbcereal W Md, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }

  .rts-light ul {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .rts-light li {
    font-size: 16px;
    line-height: 24px;
  }

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

  .mockup-d {
    display: none;
  }

  .content-list-w {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .list-icon {
    width: 24px;
  }

  .list-text {
    font-size: 18px;
    line-height: 1.4;
  }

  .cards-layouts {
    margin-top: 40px;
  }

  .divider-x {
    display: none;
  }

  .table-holder {
    margin-top: 60px;
  }

  .table {
    margin-top: 40px;
  }

  .t-head {
    color: var(--light-grey);
    font-size: 14px;
  }

  .table-f {
    display: none;
  }

  .mockup-mb {
    display: block;
  }

  .text-md {
    text-align: center;
    font-size: 18px;
  }

  .header-info-w {
    text-align: center;
    align-items: stretch;
  }

  .prime_button {
    text-align: center;
    width: 100%;
  }

  .header-w {
    background-position: 100% 100%;
    background-size: 600px;
    padding-bottom: 0;
  }

  .list-item-2 {
    font-size: 16px;
  }

  .container-w.padd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-w.padd-sm {
    padding: 40px 20px;
  }

  .heading-md {
    font-size: 40px;
  }

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

  .image-holder {
    margin-top: 20px;
  }

  .services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .header-img-m {
    width: 110%;
    min-width: 110%;
  }

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

  .header-holder {
    background-image: url("https://cdn.prod.website-files.com/658324c3275608f81f524a31/65fcafb14fe38886167c389e_Line(3).svg");
    background-position: 50% 120px;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .header-links {
    margin-bottom: 14rem;
    display: none;
  }

  .heading-m {
    font-size: 3.8rem;
  }

  .text {
    font-size: 1.6rem;
  }

  .button-primary.nav-demo {
    padding: 1rem 4rem;
    font-size: 1.5rem;
  }

  .button-primary.nav-demo.about-page {
    padding: .6rem 2.5rem;
    font-size: .9rem;
  }

  .section-s.padd-0-m {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-s.popup {
    padding-top: 12rem;
  }

  .heading-box.md {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-box._1 {
    max-width: 25rem;
  }

  .heading-box._2 {
    max-width: 35rem;
  }

  .heading-s {
    font-size: 2.6rem;
  }

  .heading-s.line-border {
    display: inline-block;
  }

  .heading-s.center-m {
    text-align: center;
  }

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

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

  .row-w-info {
    margin-bottom: 3.6rem;
  }

  .image-w {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .person-im {
    max-width: 20rem;
  }

  .faq-icon-w {
    min-width: 3.6rem;
  }

  .footer-section.about-page {
    text-align: center;
    text-align: center;
  }

  .nav-w.with-bt {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: -8px;
  }

  .logo {
    display: none;
  }

  .logo.mod--pmchat {
    display: block;
  }

  .nav-menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-button {
    flex-flow: column;
  }

  .header-img-mb {
    display: none;
  }

  .hero-section {
    padding-bottom: 4rem;
  }

  .hero-heading {
    font-size: 44px;
    line-height: 48px;
  }

  .hero-heading.thankyou-heading {
    font-size: 38px;
    line-height: 42px;
  }

  .columns.tb {
    width: 100%;
  }

  .columns.tb.sticky {
    top: 7rem;
  }

  .columns.mod--reviews {
    flex-flow: column;
  }

  .column-50.pt-36.calculator-column {
    padding-top: 0;
  }

  .column-50.calculator-column.mobile-full-screen {
    top: 15%;
  }

  .calculator-label, .calculator-label.mb-24 {
    font-size: 14px;
    line-height: 20px;
  }

  .calculator-label.mb-24 {
    font-size: 14px;
    line-height: 20px;
  }

  .calculator-label.light {
    margin-bottom: 24px;
  }

  .calculator-field {
    height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .calculator-field::placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .calculator-check-wrapper {
    display: block;
  }

  .checkbox-button-wrapper {
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .calculator-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1.5rem 2rem;
    display: flex;
  }

  .calculator-link-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
  }

  .calculator-link-btn.mobile {
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .calculator-right-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .costs-wrapper {
    margin-bottom: 1rem;
  }

  .cost-wrapper {
    flex-flow: column;
    justify-content: space-between;
    width: 85%;
    display: flex;
  }

  .price {
    font-size: 48px;
    line-height: 55px;
  }

  .emoji-wrapper.red {
    min-width: 70px;
  }

  .comparing-wrapper {
    margin-top: 70px;
  }

  .points-top-wrapper {
    margin-bottom: 0;
    display: block;
  }

  .point-text {
    font-size: 14px;
    line-height: 20px;
  }

  .bottom-calculator-wrapper {
    width: 100%;
  }

  .additional-service-field, .additional-service-field::placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .calculator-points-green.display-none {
    display: none;
  }

  .mc-tool-tip {
    width: 34px;
    height: 40px;
  }

  .vector-image {
    margin-top: 0;
  }

  .tool-tip-wrapper {
    top: -50px;
  }

  .closing-button-mobile {
    right: 20px;
  }

  .arrow-wrapper {
    bottom: -65px;
  }

  .mobile-arrow {
    max-height: 50px;
  }

  .emoji-main-wrapper {
    max-width: 80%;
  }

  .you-main-wrapper {
    max-width: 72.5%;
  }

  .closing-popup-img {
    max-width: 20px;
    top: 15rem;
  }

  .mobile-logo {
    width: 40px;
    display: inline-block;
  }

  .mobile-logo.smaller {
    width: 28px;
  }

  .about-schedule-button {
    padding-left: 0;
    padding-right: 0;
  }

  .about-left-arrow {
    left: 30%;
  }

  .about-right-arrow {
    right: 30%;
  }

  .pricing-modul-wrapper {
    padding: 2rem;
  }

  .module-services-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    margin-bottom: 1.5rem;
  }

  .addons-wrapper {
    background-color: #f5f6f600;
    padding-left: 0;
    padding-right: 0;
  }

  .addon-wrapper {
    background-color: #f5f6f6;
    border-radius: 16px;
    padding: 1rem;
  }

  .addon-top-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .addon-text {
    display: none;
  }

  .white-section {
    margin-bottom: 0;
    padding-bottom: 44px;
  }

  .content-wrapper.gap-3.absolute.second.woy, .content-wrapper.gap-3.first.woy {
    opacity: 1;
    display: block;
  }

  .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second {
    margin-top: 0;
  }

  .content-wrapper.gap-3.absolute.second.woy, .content-wrapper.gap-3.first.woy {
    opacity: 1;
    display: block;
  }

  .content-wrapper.gap-3.absolute.third.woy {
    z-index: 100;
    opacity: 1;
    z-index: 100;
    opacity: 1;
    display: block;
  }

  .content-wrapper.gap-3.absolute.second.woy, .content-wrapper.gap-3.first.woy {
    opacity: 1;
    opacity: 1;
    display: block;
  }

  .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second {
    margin-top: 0;
  }

  .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second, .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second {
    margin-top: 0;
  }

  .content-wrapper.align-left.first {
    margin-top: 0;
    padding-bottom: 0;
  }

  .new-paragraph {
    z-index: 100;
  }

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

  .features-navigation-wrapper {
    overflow: auto;
  }

  .feature-navigation-wrapper.not-active.second {
    width: 226px;
    min-width: 226px;
  }

  .feature-navigation-wrapper.not-active.third {
    width: 149px;
    min-width: 149px;
  }

  .feature-navigation-wrapper.first {
    width: 145px;
    min-width: 145px;
  }

  .testimonial-left-arrow {
    left: 27%;
  }

  .testimonial-right-arrow {
    right: 27%;
  }

  .coordinator-bottom-wrapper.sixth {
    min-height: auto;
  }

  .nhf-inner-wrapper {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-top-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .middle-line {
    left: 120px;
  }

  .mobile-image.fixed {
    object-fit: scale-down;
    object-fit: scale-down;
  }

  .hero-lottie.product {
    bottom: 20%;
  }

  .blog-hero {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .blog-section {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 16px;
  }

  .blog-rt ul {
    margin-bottom: 48px;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
  }

  .blog-rt li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-rt ol {
    margin-bottom: 48px;
  }

  .pmchat-section {
    height: 100dvh;
  }

  .swiper-slide {
    width: 100%;
  }

  .col.mod--reviews-col2 {
    flex-flow: row;
    padding: 16px;
    position: relative;
  }

  .col.mod--footer-terms {
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .rating.hide-mobile-portrait, .reviews__text {
    display: none;
  }

  .reviews__title-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .reviews__video-wrap {
    width: 100%;
  }

  .reviews__title {
    letter-spacing: -.0675rem;
    font-size: 18px;
  }

  .h2 {
    font-size: 3rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .reviews__play {
    border: 1px solid #2222221a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .reviews__video {
    height: 0;
  }

  .heading-center {
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-center.margin-bottom-80 {
    margin-bottom: 0;
  }

  .sec {
    padding-top: 2rem;
  }

  .sec.mod--home {
    padding-bottom: 6rem;
  }

  .navbar-burger {
    flex-flow: column;
  }

  .button-header {
    letter-spacing: -.28px;
  }

  .h1 {
    align-self: center;
    font-size: 3rem;
  }

  .label-heading {
    justify-content: center;
    align-items: flex-start;
  }

  .rich-job li {
    background-position: 0 3px;
  }

  .buttons-group {
    flex-flow: column;
  }

  .remodal__video {
    height: 0;
  }

  .integ-content {
    max-width: 100%;
  }

  .integ__img-wrap {
    margin-bottom: 0;
  }

  .home-container {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home__btn-wrap {
    width: 100%;
  }

  .icon-32 {
    margin-bottom: 0;
  }

  .price__title-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .price__tag-popular.price__tag-value {
    flex: 0 auto;
    order: -9999;
    font-size: 12px;
    display: block;
  }

  .button-wrap {
    flex-flow: column;
    align-items: stretch;
  }

  .navbar-burger__lines {
    flex-flow: column;
  }

  .heading-11 {
    letter-spacing: -1px;
    font-size: 34px;
    font-weight: 400;
  }

  .div-block-4, .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .dh-stat-block {
    text-align: center;
    align-self: center;
  }

  .dh-stat-figure {
    font-size: 50px;
  }

  .dh-icon-md {
    width: 32px;
    margin-bottom: 10px;
  }

  .margin-bottom-80.dh-price-toggle-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .dh-price-toggle-option {
    border-width: 2px;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    min-height: 3rem;
    padding-top: 0;
  }

  .dh-price-toggle-option:hover {
    border-color: #039cac;
  }

  .dh-pricing-toggle-description {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 500;
  }

  .paragraph-3 {
    display: block;
  }

  .paragraph-3.dh-hide-on-mobile {
    display: none;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .paragraph-4.dh-hide-on-mobile {
    display: none;
  }

  .link-block {
    width: 100%;
  }

  .text-block-5, .text-block-6 {
    text-align: left;
    font-size: 12px;
  }

  .div-block-9, .div-block-10 {
    align-self: stretch;
  }

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

  .header26_image-is-hero {
    aspect-ratio: auto;
    object-fit: cover;
  }

  .padding-section-medium {
    aspect-ratio: auto;
  }

  .logo3_list {
    justify-content: center;
  }

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

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

  .layout16_image-wrapper {
    width: 100%;
  }

  .layout16_image {
    aspect-ratio: auto;
  }

  .timeline19_item {
    grid-column-gap: 1rem;
    align-items: start;
  }

  .timeline19_item-content {
    padding-bottom: 1rem;
  }

  .stats31_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats31_item-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .layout4_content, .layout4_item-list {
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 2.25rem;
  }

  .text-style-label {
    justify-content: center;
    align-items: flex-start;
  }

  .home-image.is-desktop {
    display: none;
  }

  .home-image.is-mobile {
    display: block;
  }
}
