:root {
  --black: #04091b;
  --blue-color: #04569a;
  --gray: #797979;
  --dark-blue: #033864;
  --inactive-gray: #cacaca;
  --green: #00bf6f;
  --aqua: #2fcdd4;
}

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

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 121%;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 133%;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

p {
  color: #fff;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 24px;
  line-height: 135%;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 32px;
  display: flex;
}

.wide-container {
  width: 100%;
  max-width: 1340px;
  padding-left: 30px;
  padding-right: 30px;
}

.wide-container.for-navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.wide-container.center {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wide-container.wider {
  max-width: 1500px;
  position: relative;
}

.wide-container.fghgf {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hero-container {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.left-side-hero {
  background-color: var(--blue-color);
  border-radius: 16px;
  width: 50%;
  padding: 122px 32px;
}

.hero-paragraph-container {
  max-width: 495px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.paragraph {
  color: var(--gray);
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.for-testimonial {
  font-weight: 500;
  line-height: 150%;
}

.paragraph.dark {
  color: #535353;
  line-height: 167%;
}

.paragraph.dark._1456 {
  font-size: 16px;
}

.paragraph.pricing {
  color: #74addd;
  margin-top: 16px;
}

.paragraph.pricing.no-margin-top {
  margin-top: 0;
}

.paragraph.pricing.center {
  text-align: center;
  max-width: 622px;
}

.paragraph.for-testimonial-dark {
  color: #04091b;
  font-weight: 500;
  line-height: 150%;
}

.paragraph.for-faq-header {
  color: #031554;
  font-weight: 600;
}

.paragraph.faq-answer {
  color: #5d94c1;
  max-width: 620px;
  margin-top: 16px;
}

.paragraph.smaller-white {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 140%;
}

.primary-button {
  color: var(--blue-color);
  background-color: #fff;
  border-radius: 6px;
  padding: 12px 96px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.primary-button.short-blue {
  background-color: var(--blue-color);
  color: #fff;
  padding-left: 32px;
  padding-right: 32px;
}

.primary-button.empty {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.primary-button.full-width {
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.hero-grid {
  grid-template-columns: 3fr 1fr;
  width: 50%;
  padding-left: 8px;
}

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

.image.hero-image {
  border-radius: 16px;
}

.navbar {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.logo-container {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-image {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.logo-text {
  color: var(--dark-blue);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
}

.navbar-right-links-container {
  display: none;
}

.navbar-link {
  color: var(--dark-blue);
  margin-left: 28px;
  margin-right: 28px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

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

.main-navbar-links {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
}

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

.section.no-padding-bottom.almost-white {
  background-color: #f7f7f7;
}

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

.section.light-brown {
  background-color: #f5f5f5;
}

.section.light-brown.none {
  display: none;
}

.section.for-pricing {
  align-items: center;
  overflow: hidden;
}

.section.for-pricing.none {
  display: none;
}

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

.section.blue-background.nb, .section.nno {
  display: none;
}

.testimonials-tabs {
  width: 100%;
  max-width: 1000px;
}

.tab-link {
  border-bottom: 2px solid var(--inactive-gray);
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 40px;
}

.company-logo {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

.company-logo.active {
  opacity: 0;
}

.tab {
  border-bottom: 2px solid var(--inactive-gray);
  background-color: #fff;
  width: 100%;
  padding: 12px 40px;
  position: relative;
}

.tab.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tabs {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.tab-blue-line {
  background-color: var(--blue-color);
  opacity: 0;
  width: 80%;
  height: 4px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%);
}

.company-logo-container {
  width: 100%;
  height: 32px;
  position: relative;
}

.company-logo-container.logo-1 {
  width: 151px;
}

.company-logo-container.logo-2 {
  width: 126px;
}

.company-logo-container.logo-3 {
  width: 112px;
}

.company-logo-container.logo-4 {
  width: 119px;
}

.company-logo-container.logo-5 {
  width: 84px;
}

.tab-pane {
  margin-bottom: 52px;
  padding-left: 35px;
  padding-right: 35px;
}

.heading-2 {
  font-weight: 600;
}

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

.heading-2.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.heading-2.for-blogs {
  max-width: 484px;
}

.blue-color-span {
  color: var(--blue-color);
}

.testimonail-slider-for-mobile {
  display: none;
}

.unique-paragraph-container {
  text-align: center;
  max-width: 800px;
  margin-top: 16px;
  margin-bottom: 64px;
}

.unique-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.unique-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 24px;
  display: flex;
}

.unique-item.green {
  background-color: #00bf6f;
  justify-content: flex-start;
}

.unique-item.aqua {
  background-color: #2fcdd4;
  position: relative;
}

.unique-item.blue {
  background-color: #04569a;
  position: relative;
  overflow: hidden;
}

.unique-text-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 0;
  margin-bottom: 20px;
  display: flex;
}

.heading-3.for-half-container {
  color: #1e1e1e;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.heading-3.for-half-container.bot-margin {
  margin-bottom: 16px;
}

.heading-3.for-half-container.white {
  color: #fff;
  line-height: 120%;
}

.unique-item-paragraph {
  text-align: center;
  max-width: 336px;
  margin-top: 12px;
}

.unique-text {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.retina-ready-image {
  width: 90%;
}

.responsive-design-image {
  object-fit: cover;
  width: 32vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

.community-image {
  object-fit: cover;
  width: 110%;
  max-width: none;
  position: absolute;
  bottom: -9vw;
}

.half-container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fdfdfd;
  align-items: center;
  width: 100%;
  display: flex;
}

.half-container.reverse {
  flex-direction: row-reverse;
}

.left-half {
  width: 50%;
  height: 90vh;
}

.right-half {
  width: 50%;
  padding-left: 92px;
}

.right-half.reverse {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 92px;
  display: flex;
}

.half-container-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 536px;
  display: flex;
}

.tag {
  border-radius: 12px;
  padding: 6px 8px;
}

.tag.green {
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  background-color: rgba(0, 191, 111, .2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag.aqua {
  background-color: rgba(47, 205, 212, .2);
}

.tag.blue {
  background-color: rgba(4, 86, 154, .2);
}

.tag.lower-opac-white {
  background-color: rgba(255, 255, 255, .3);
  margin-bottom: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.tag.white {
  background-color: #fff;
  margin-top: 16px;
  margin-bottom: 8px;
}

.tag-text {
  letter-spacing: .02em;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 700;
  line-height: 114%;
}

.tag-text.green {
  color: #00bf6f;
}

.tag-text.aqua {
  color: #2fcdd4;
}

.tag-text.blue {
  color: #04569a;
}

.tag-text.white {
  color: var(--blue-color);
  font-weight: 700;
}

.heading-3-wrapper {
  max-width: 450px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.functions-tabs {
  width: 100%;
  max-width: 1040px;
  margin-top: 48px;
}

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

.function-tab {
  border-bottom: 4px solid var(--inactive-gray);
  color: var(--inactive-gray);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 8px 52px;
  transition: all .2s;
  display: flex;
}

.function-tab.w--current {
  border-bottom-color: var(--blue-color);
  color: #04569a;
  background-color: rgba(0, 0, 0, 0);
  transition: all .2s;
}

.function-tab.green.w--current {
  color: #00bf6f;
  border-bottom-color: #00bf6f;
}

.function-tab.bright-blue.w--current {
  color: #378fd8;
  border-bottom-color: #378fd8;
}

.function-tab.dark-green.w--current {
  color: #1cb2b9;
  border-bottom-color: #1cb2b9;
}

.function-tab-text {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.function-icon {
  position: absolute;
}

.function-icon.colored {
  opacity: 0;
}

.function-icon-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 24px;
  min-height: 20px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.tab-pane-content {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.tab-pane-text-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 432px;
  display: flex;
}

.tab-pane-image-content {
  width: 50%;
  height: 50%;
}

.pricing-container {
  background-color: var(--blue-color);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  padding-left: 56px;
  padding-right: 56px;
}

.priding-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

.pricing-description-container {
  padding-top: 180px;
  padding-bottom: 180px;
}

.pricing-description {
  max-width: 484px;
}

.pricing-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 336px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.pricing-item.aqua {
  background-color: var(--aqua);
}

.pricing-text {
  color: #fdfdfd;
  margin-top: 16px;
  margin-bottom: 32px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.pricing-text.bold {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.pricing-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 24px;
}

.pricing-feature {
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.checkmark {
  width: 20px;
  height: 24px;
  margin-right: 8px;
}

.blue-overlay {
  z-index: -1;
  background-color: var(--blue-color);
  width: 50vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  transform: translate(50%);
}

.full-width-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.testimonials-section-container {
  justify-content: flex-start;
  align-items: center;
  max-width: 1040px;
  display: flex;
}

.tesitmonial-image-container {
  background-image: linear-gradient(218deg, #04569a 43%, #2fcdd4 89%);
  width: 400px;
  height: 580px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.testimonial-item {
  max-width: 424px;
}

.testimonial-item.with-margin {
  margin-top: 24px;
  margin-bottom: 24px;
}

.tesitmonial-image-and-name {
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.testimonial-image {
  margin-right: 12px;
}

.testimonial-name {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  line-height: 133%;
}

.testimonial-name.dark {
  color: #04091b;
}

.testimonial-big-image {
  width: 370px;
  height: auto;
  position: absolute;
  top: 112px;
  left: -8px;
}

.other-testimonials-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 180px;
  display: flex;
}

.green-color-span {
  color: #00bf6f;
}

.aqua-color-span {
  color: var(--aqua);
}

.blogs-header-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.collection-list-wrapper {
  margin-top: 48px;
}

.collection-item {
  background-color: var(--blue-color);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.blog-image {
  border-radius: 12px;
}

.blog-publish-date {
  color: #fdfdfd;
  margin-top: 20px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.faq-container {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 720px;
  margin-top: 48px;
  display: grid;
}

.faq {
  background-color: #fdfdfd;
  border-radius: 8px;
  padding: 20px 24px;
}

.faq-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-arrow-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.expand-more-icon {
  position: absolute;
}

.faq-content {
  overflow: hidden;
}

.expand-less-icon {
  opacity: 0;
}

.last-section-container {
  align-items: stretch;
  display: flex;
}

.last-section-content-container {
  background-image: linear-gradient(218deg, #04569a 43%, #2fcdd4 89%);
  border-radius: 16px;
  min-width: 472px;
  margin-right: 8px;
  padding: 48px 24px;
}

.last-section-inner-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 424px;
  display: flex;
}

.last-section-image-container {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.footer {
  text-align: center;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: var(--black);
  margin-left: 28px;
  margin-right: 28px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-container {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.flowout-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.flowout-text {
  color: var(--black);
  text-align: left;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.main-links {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.socials {
  display: none;
}

.social {
  width: 24px;
  height: 24px;
  margin-left: 16px;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .hero-container {
    flex-direction: column;
  }

  .left-side-hero {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
  }

  .paragraph {
    font-size: 24px;
  }

  .paragraph.dark {
    line-height: 155%;
  }

  .paragraph.pricing.no-margin-top {
    font-size: 21px;
  }

  .paragraph.for-testimonial-dark {
    line-height: 130%;
  }

  .primary-button.short-blue {
    padding-left: 64px;
    padding-right: 64px;
    font-size: 20px;
  }

  .hero-grid {
    width: 100%;
    margin-top: 16px;
    padding-left: 0;
    display: none;
  }

  .navbar-right-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 36px;
    display: flex;
  }

  .navbar-link {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .navbar-link.last {
    margin-bottom: 24px;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    position: absolute;
  }

  .main-navbar-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    transform: translate(0%);
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    display: none;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-image {
    width: 36px;
    height: 36px;
    display: none;
  }

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

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

  .company-logo-container {
    transform: scale(.85);
  }

  .tab-pane {
    margin-bottom: 36px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 42px;
  }

  .unique-paragraph-container {
    margin-bottom: 32px;
  }

  .unique-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .unique-item.aqua {
    padding-bottom: 0;
  }

  .heading-3.for-half-container {
    font-size: 36px;
    line-height: 140%;
  }

  .retina-ready-image {
    width: 90%;
  }

  .responsive-design-image {
    align-self: flex-start;
    width: 90%;
    position: static;
  }

  .community-image {
    object-fit: cover;
    object-position: 50% 0%;
    width: 90%;
    position: static;
  }

  .left-half {
    height: 60vh;
  }

  .right-half, .right-half.reverse {
    padding-left: 30px;
    padding-right: 30px;
  }

  .functions-tabs {
    margin-top: 28px;
  }

  .function-tab {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .function-tab-text {
    font-size: 20px;
  }

  .tab-pane-text-content {
    max-width: 432px;
  }

  .tab-pane-image-content {
    min-width: 50%;
  }

  .priding-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
  }

  .pricing-description-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-description {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pricing-item {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonials-section-container {
    align-items: stretch;
  }

  .tesitmonial-image-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .testimonial-item.with-margin {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .tesitmonial-image-and-name {
    margin-top: 8px;
  }

  .testimonial-big-image {
    width: 300px;
    top: auto;
    bottom: 0;
  }

  .other-testimonials-container {
    padding-left: 30px;
  }

  .collection-list-wrapper {
    margin-top: 32px;
  }

  .collection-item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-container {
    flex-direction: column;
    justify-content: center;
  }

  .main-links {
    margin-top: 32px;
    margin-bottom: 32px;
    position: static;
    transform: translate(0%);
  }

  .social {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 105px;
  }

  .wide-container {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .left-side-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .heading-1 {
    font-size: 50px;
  }

  .hero-paragraph-container {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .paragraph {
    font-size: 22px;
  }

  .paragraph.faq-answer {
    margin-top: 8px;
  }

  .logo-image {
    width: 32px;
    height: 32px;
  }

  .logo-text {
    font-size: 26px;
  }

  .menu-image {
    width: 28px;
    height: 28px;
  }

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

  .section.extra-margin {
    padding-bottom: 116px;
  }

  .section.light-brown.no-top-padding-mobile {
    padding-top: 0;
  }

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

  .testimonials-tabs {
    display: none;
  }

  .company-logo.active {
    opacity: 1;
    position: static;
  }

  .tab {
    width: 50%;
    display: inline-block;
  }

  .tabs {
    display: block;
  }

  .company-logo-container {
    text-align: left;
    width: auto;
    height: 40px;
    margin-bottom: 16px;
    transform: scale(1);
  }

  .heading-2.testimonial {
    font-size: 36px;
  }

  .heading-2.for-blogs {
    margin-bottom: 16px;
  }

  .testimonail-slider-for-mobile {
    width: 100%;
    height: 100%;
    display: block;
  }

  .slide-nav {
    display: none;
  }

  .slider {
    background-color: #fff;
    height: 100%;
  }

  .slide {
    text-align: left;
    height: 100%;
  }

  .slide-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-arrow {
    width: 30px;
    height: 30px;
    margin-top: 16px;
    margin-bottom: 0;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-170%);
  }

  .right-arrow {
    width: 30px;
    height: 30px;
    margin: 16px 0 0;
    top: 100%;
    bottom: 0;
    right: 50%;
    transform: translate(170%);
  }

  .mask {
    height: 100%;
  }

  .unique-item.green, .unique-item.aqua, .unique-item.blue {
    padding-top: 48px;
  }

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

  .heading-3.for-half-container.bot-margin {
    margin-bottom: 8px;
  }

  .half-container {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .half-container.reverse {
    flex-direction: column-reverse;
  }

  .left-half {
    width: 100%;
    height: 50vh;
  }

  .right-half {
    width: 100%;
    padding: 48px 24px 24px;
  }

  .right-half.reverse {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .function-tab {
    border-bottom-width: 2px;
    width: 60%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tab-pane-content {
    flex-direction: column;
  }

  .tab-pane-text-content {
    text-align: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .tab-pane-image-content {
    width: 100%;
    height: 50vh;
  }

  .pricing-container {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .priding-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-description-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-item {
    border-radius: 16px;
    max-width: 336px;
  }

  .testimonials-section-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .tesitmonial-image-container {
    border-radius: 16px;
    width: 100%;
    height: 300px;
    margin-bottom: 24px;
    padding: 32px 0 470px;
  }

  .testimonial-item {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-item.with-margin {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .testimonial-item.padding-on-mobile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-image {
    margin-right: 8px;
  }

  .testimonial-name {
    font-size: 16px;
  }

  .testimonial-big-image {
    align-self: flex-start;
    width: auto;
    height: 450px;
    position: absolute;
    left: 0;
  }

  .other-testimonials-container {
    padding-left: 0;
  }

  .blogs-header-container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .collection-item {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-container {
    grid-row-gap: 18px;
  }

  .faq {
    padding: 16px 20px;
  }

  .faq-arrow-container {
    margin-left: 30px;
  }

  .last-section-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .last-section-content-container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    margin-right: 0;
    display: flex;
  }

  .last-section-image-container {
    display: none;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-image {
    object-fit: contain;
  }

  .main-links {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 90px;
  }

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

  .wide-container.wider {
    padding-right: 0;
  }

  .left-side-hero {
    padding: 50px 16px;
  }

  .heading-1 {
    font-size: 42px;
  }

  .hero-paragraph-container {
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .paragraph {
    font-size: 20px;
  }

  .paragraph.faq-answer {
    margin-top: 4px;
  }

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

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

  .section.extra-margin {
    padding-bottom: 106px;
  }

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

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

  .company-logo-container {
    height: 32px;
  }

  .tab-pane {
    margin-bottom: 24px;
  }

  .heading-2 {
    text-align: center;
    font-size: 36px;
  }

  .heading-2.testimonial {
    font-size: 28px;
  }

  .unique-paragraph-container {
    margin-top: 8px;
    margin-bottom: 24px;
  }

  .unique-item {
    padding-top: 32px;
  }

  .heading-3.for-half-container {
    font-size: 32px;
    line-height: 125%;
  }

  .right-half {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .right-half.reverse {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-3-wrapper {
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .functions-tabs {
    margin-top: 8px;
  }

  .function-tab {
    width: 100%;
  }

  .tab-pane-content {
    margin-top: 20px;
  }

  .pricing-container, .testimonial-item.padding-on-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonial-big-image {
    object-fit: cover;
  }

  .collection-item {
    border-radius: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-container {
    grid-row-gap: 16px;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-link {
    margin: 8px 0;
  }

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

  .main-links {
    flex-direction: column;
  }
}

#w-node-_8012d5af-28c9-6292-795e-4c4d073d47df-daf84935 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75645257-eec8-9f64-fb23-b2eb6c81b5ee-daf84935 {
  justify-self: start;
}


