:root {
  --white: white;
  --black: #000;
  --_gray---gray: #535151;
  --_orenge---color: #e3493f;
}

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

.header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.alert-div {
  background-color: #212121;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43px;
  display: flex;
}

.nav-div {
  border: 0 solid #000;
  border-bottom: 1px solid #eee;
  justify-content: flex-start;
  align-items: center;
  width: 1140px;
  height: 98px;
  display: flex;
}

.alert-text {
  color: #fff;
}

.logo {
  width: auto;
}

.navbar-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

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

.button-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  background-color: #fd0;
  background-image: url('../images/Vector-arrow.png');
  background-position: 78%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 50px 20px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  display: block;
}

.button-cta:hover {
  background-color: #dfc204;
}

.button-cta._2 {
  color: #fff;
  background-color: #e3493f;
  background-image: url('../images/iconamoon_arrow-up-1-fill1.png');
  transition: all .4s;
}

.button-cta._2:hover {
  color: #fff;
}

.button-cta._2 {
  background-position: 84%;
}

.button-cta._2:hover {
  background-color: #3838cd;
}

.button-cta._1 {
  color: #fff;
  background-color: #e3493f;
  background-image: url('../images/iconamoon_arrow-up-1-fill1.png');
  background-position: 91%;
  align-self: center;
  margin-top: 10px;
  padding-top: 20px;
  transition: all .4s;
}

.button-cta._1:hover {
  color: #fff;
  background-color: #c2160a;
  background-image: url('../images/iconamoon_arrow-up-1-fill1.png');
}

.button-cta._0 {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #e3493f;
  background-image: url('../images/iconamoon_arrow-up-1-fill1.png');
  transition: all .4s;
}

.button-cta._0:hover {
  color: #fff;
  background-color: #c2160a;
  background-image: url('../images/iconamoon_arrow-up-1-fill1.png');
}

.button-cta._0.cta {
  background-color: #9f3fff;
}

.button-cta._0.cta:hover {
  box-shadow: 0 12px 16px 2px #0003;
}

.button-cta._0._001 {
  color: #000;
  background-color: #fd0;
  background-image: url('../images/Vector-arrow.png');
}

.button-cta._0._001.purplr {
  color: #fff;
  background-color: #9f3fff;
  background-image: url('../images/iconamoon_arrow-up-1-fill1.png');
}

.hero {
  background-image: url('../images/Group-39891.png'), url('../images/Group-39892.png');
  background-position: -5% 0, 100% 20%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1250px;
  margin-top: -150px;
  display: flex;
}

.hero._2 {
  height: auto;
  padding-top: 120px;
}

.hero._001 {
  background-image: url('../images/Vector-47.png'), url('../images/Group-39891.png'), url('../images/Group-39892.png');
  background-position: 69% 34%, -5% 0, 100% 20%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  height: auto;
  padding-bottom: 100px;
}

.hero._001.f {
  background-image: url('../images/Group-39891.png'), url('../images/Group-39892.png');
  background-position: -5% 0, 100% 20%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-bottom: 80px;
}

.hero-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 977px;
  height: 904px;
  margin-top: 100px;
  display: flex;
}

.hero-content._2 {
  height: auto;
}

.text-1 {
  background-image: url('../images/Frame-5.png');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #212121;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px 5px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.text-1._1 {
  background-image: none;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-1._1._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  padding: 5px 10px;
  font-size: 18px;
}

.text-1._2, .text-1._3 {
  background-image: none;
  padding-left: 10px;
}

.hero-text {
  color: #212121;
  text-align: center;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 75px;
}

.hero-text._2 {
  width: 600px;
  font-size: 68px;
  font-weight: 800;
}

.hero-text._1 {
  font-weight: 800;
}

.text-2 {
  color: #667085;
  text-align: center;
  width: 650px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.text-2._1 {
  align-self: auto;
  width: auto;
  margin-bottom: 0;
}

.text-2._1._2 {
  text-align: left;
  width: auto;
}

.text-2._1._2._3 {
  font-size: 16px;
}

.text-2._1._4 {
  text-align: left;
}

.text-2._3 {
  color: #fff;
}

.body {
  text-align: left;
  font-family: Plus Jakarta Sans, sans-serif;
}

.text-block {
  color: #050505;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  display: block;
}

.nav-link {
  font-weight: 600;
}

.nav-link-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
}

.nav-link-3 {
  font-size: 16px;
}

.nav-link-4 {
  color: #050505;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
}

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

.nav-link-5 {
  color: #050505;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
}

.dropdown-toggle {
  padding: 10px 40px 10px 10px;
}

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

.content-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.content-div._2 {
  padding: 74px 50px 0;
}

.heading-2 {
  color: #1b1a1a;
  text-align: center;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.brand-image {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 0 solid #f9fafb;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 18rem;
  min-width: 18rem;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.loop-trigger {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.store-logo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #0000;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.store-logo._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.brands {
  overflow: visible;
}

.wrapper-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 1rem;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.image-9 {
  padding-left: 0;
}

.wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.image-14 {
  background-color: #0000;
}

.manage-location {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/Vector-47.png');
  background-position: 73% 16%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.text-content.design {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
}

.text-content._2._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 691px;
}

.text-content._001 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 780px;
  margin-top: 250px;
}

.text-content._001.f {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: auto;
  margin-top: 250px;
}

.text-content._001.p {
  width: 762px;
  margin-top: 0;
}

.heading-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #212121;
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 75px;
}

.heading-3._1 {
  text-align: left;
  align-self: center;
}

.heading-3._1.p {
  letter-spacing: -2px;
  font-size: 48px;
  line-height: 110%;
}

.heading-3._2 {
  color: #fff;
}

.heading-3._01 {
  letter-spacing: -2px;
  margin-bottom: 14px;
}

.sheet-image {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1074px;
  height: 600px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.design-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
  overflow: visible;
}

.design-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/Vector-21.png'), url('../images/Frame-471.png'), linear-gradient(#f7f7f8, #f7f7f8);
  background-position: 34% 83%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  width: 1140px;
  height: 572px;
  display: flex;
  overflow: visible;
}

.content2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 572px;
  display: flex;
}

.content1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 423px;
  display: flex;
}

.image-div {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  overflow: visible;
}

.image-16 {
  margin-top: -100px;
}

.image-17 {
  margin-left: -105px;
  overflow: visible;
}

.image-18 {
  margin-top: -62px;
}

.additional {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
  overflow: visible;
}

.content-div2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #212121;
  background-image: url('../images/Group-398931.png'), url('../images/Group-398921.png');
  background-position: 0 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 1140px;
  padding: 80px 120px;
  display: flex;
}

.text-t1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-t2 {
  border: 1px solid #4f4f4f;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  justify-content: space-between;
  padding: 50px 20px;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icons {
  width: auto;
}

.icons._1._2 {
  width: 10%;
  padding-bottom: 3px;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.heading-4._1 {
  color: #667085;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.heading-4._3 {
  text-align: center;
}

.heading-5 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.heading-5._1 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.heading-5._2 {
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.feature {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.feature-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f7f7f8;
  background-image: url('../images/Group-398914.png'), url('../images/Group-398922.png');
  background-position: -36% 133%, 160% -47%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1140px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 60px 80px 20px;
  display: flex;
}

.feature-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 80px;
  display: grid;
}

.feature-content._1 {
  place-items: center;
  display: flex;
}

.feature-content._1._001 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 40px;
  margin-bottom: 0;
}

.div-block-4 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 204px;
  padding: 20px;
  display: flex;
}

.additional2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.div-block-5 {
  background-color: #212121;
  background-image: url('../images/Frame-472.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1140px;
  padding: 50px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/Asset-3-1.png');
  background-position: 93% 91%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.image-19 {
  width: 77%;
}

.image-21 {
  display: none;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.wrapper-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-flow: row dense;
  justify-content: stretch;
  justify-items: stretch;
}

.expandable-open {
  transform-origin: 50% 0;
}

.heading-all {
  float: none;
  clear: none;
  color: #000;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  transition: opacity .2s;
  position: static;
}

.paragraph-all {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---cta-dark {
  background-color: #131313;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.faq-text {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves---expand-line {
  background-color: #131313;
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.faq-content {
  max-width: none;
}

.faq-s-section {
  background-image: url('../images/Group-39894.png');
  background-position: 0 111%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 150px;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-s-section.g {
  background-position: 0 30%;
}

.faq-content1 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---expand-space {
  height: 24px;
}

.text-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  outline-offset: 0px;
  text-align: left;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-clip: border-box;
  border-top: 1px #131313;
  border-bottom: 0 #e5efff00;
  border-radius: 0;
  outline: 3px #333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 800px;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.text-box._2 {
  border-bottom-style: none;
}

.text-box._1 {
  border-top-style: none;
  border-bottom-style: none;
}

.expand-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.div-all {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.faq---main {
  max-width: 1140px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.testimonial-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: auto;
}

.testimonial-wrapper1 {
  width: 1140px;
}

.testimonial-slide {
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  width: 64%;
  height: 250px;
  margin-right: 20px;
  padding: 20px;
  box-shadow: 0 13px 13px #00000005, 0 3px 7px #00000005;
}

.testimonial-client {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.testimonial-main {
  padding-left: 0;
  padding-right: 0;
}

.uui-heading-medium-6 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25px;
  font-weight: 600;
  line-height: 1.3;
}

.uui-testimonial07_logo {
  max-height: 3rem;
}

.client-image-wrapper {
  margin-right: 1rem;
}

.uui-testimonial07_divider {
  background-color: #eaecf0;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-max-width-large-6 {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large-6 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-testimonial07_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-button-icon-3 {
  background-image: url('../images/iconamoon_arrow-up-1-fill1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.heading-tiny {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.uui-testimonial07_rating-wrapper {
  align-items: center;
  display: flex;
}

.slide-nav {
  z-index: -1;
  height: 1.75rem;
  font-size: .5rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.testimonial-arrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #667085;
  background-color: #000;
  background-image: url('../images/iconamoon_arrow-up-1-fill1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #eaecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 47px;
  transition: all .2s;
  display: none;
  inset: auto 0% 0% auto;
}

.testimonial-arrow:hover {
  background-color: #000;
}

.testimonial-arrow.left {
  color: #fff;
  background-color: #000;
  background-image: url('../images/iconamoon_arrow-up-1-fill.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
  right: 5.5rem;
  overflow: hidden;
}

.testimonial-arrow.left:hover {
  color: #000;
}

.testimonial-mask {
  width: 50%;
  overflow: visible;
}

.eading-xsmall {
  color: #667085;
  letter-spacing: 0;
  height: 112px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.eading-xsmall.text-weight-medium {
  font-weight: 500;
}

.uui-space-xsmall-6 {
  width: 100%;
  min-height: 1rem;
}

.vertical-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1150px;
  margin-top: 0;
  padding: 100px 0 0;
  display: flex;
  overflow: hidden;
}

.uui-text-size-medium-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial-component {
  background-color: #0000;
  order: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 1100px;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 6rem;
  display: flex;
  overflow: hidden;
}

.client-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.testi-div {
  width: 1100px;
  margin-left: 0;
  margin-right: 0;
}

.text-small {
  color: #667085;
  font-size: 16px;
  line-height: 20px;
}

.image-22 {
  width: 42%;
  display: none;
}

.heading-6 {
  z-index: 1;
  color: #667085;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  position: absolute;
  top: 86%;
}

.footer {
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.footer-div {
  background-color: #212121;
  background-image: url('../images/Group-398901.png'), url('../images/Group-398911.png');
  background-position: 100% 192%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px 100px 50px;
  display: flex;
}

.heading-7 {
  color: #a1a1aa;
}

.heading-8 {
  color: #a1a1aa;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.heading-9 {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  width: 400px;
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
}

.image-23 {
  width: 45%;
}

.footer-box1 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.footer-box1._2 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.footer-content1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 414px;
  display: flex;
}

.footer-content2 {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.footer-link {
  color: #e4e4e7;
  -webkit-text-stroke-color: #e5e5e7;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.div-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  align-items: stretch;
  margin-right: -50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.social-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1 {
  width: 100%;
}

.dropdown-link {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 0;
  font-weight: 600;
}

.dropdown-link._2 {
  background-color: #9f3fff;
}

.dropdown-link-2 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 50px;
  font-weight: 600;
}

.dropdown-link-2._2 {
  background-color: #9f3fff;
}

.dropdown-list {
  border-radius: 20px;
}

.dropdown-list.w--open {
  background-color: #0000;
  border-radius: 0;
}

.hero-video {
  border: 1px solid #00000026;
  border-radius: 20px;
  width: 977px;
  height: 505px;
  min-height: 505px;
}

.hyper-link {
  color: #e3493f;
  text-decoration: none;
}

.location-video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-24 {
  position: absolute;
  top: 27%;
}

.background-video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.design-video-2 {
  mix-blend-mode: darken;
  width: 620px;
  height: 500px;
  margin-right: 0;
  display: none;
  overflow: hidden;
}

.background-video-2 {
  width: 100%;
  height: 816px;
  display: none;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: block;
}

.image-25 {
  max-width: 32%;
  margin-top: -37%;
  margin-right: -44px;
}

.code-embed {
  display: none;
}

.body-2 {
  font-family: Manrope, sans-serif;
}

.hero-section {
  background-image: url('../images/Group-39891.png'), url('../images/Group-39892.png');
  background-position: -5% 0, 100% 20%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -150px;
  padding-top: 150px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.hero-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1110px;
  height: auto;
  margin-top: 100px;
  display: flex;
}

.hero-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 520px;
  margin-left: -38px;
  display: flex;
}

.textbox-1 {
  background-image: url('../images/Frame-5.png');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #212121;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px 5px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.hero-heading {
  color: #212121;
  text-align: left;
  letter-spacing: -3px;
  margin-top: 0;
  font-size: 68px;
  font-weight: 600;
  line-height: 110%;
}

.subtext-2 {
  color: #667085;
  text-align: left;
  width: auto;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  background-color: #fd0;
  background-image: url('../images/Vector-arrow.png');
  background-position: 78%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 50px 20px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  display: block;
}

.cta:hover {
  background-color: #dfc204;
}

.cta._1 {
  color: #fff;
  background-color: #e3493f;
  background-image: url('../images/iconamoon_arrow-up-1-fill1.png');
  background-position: 86%;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 58px;
  padding-left: 0;
  padding-right: 22px;
  transition: all .4s;
  display: flex;
}

.cta._1:hover {
  color: #fff;
  background-color: #c2160a;
  background-image: url('../images/iconamoon_arrow-up-1-fill1.png');
  box-shadow: 0 12px 16px 2px #0000002e;
}

.cta._1._2 {
  background-color: #e3493f;
  background-position: 84%;
  width: 270px;
  margin-top: 10px;
  padding-left: 10px;
}

.cta._1._2._3 {
  background-position: 90%;
  width: 273px;
  margin-top: 0;
}

.cta._1._2.main {
  text-align: center;
  background-color: #e3493f;
}

.cta._1._2.main:hover {
  box-shadow: none;
  background-color: #c2160a;
}

.image-27 {
  margin-right: -100px;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -16px;
  display: flex;
}

.hero-heading2 {
  color: #212121;
  text-align: left;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 600;
  line-height: 110%;
}

.what {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-heading {
  aspect-ratio: auto;
  color: #212121;
  text-align: center;
  width: 800px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 500;
  line-height: 75px;
}

.div-heading._2 {
  width: 700px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.div-subtext {
  color: #667085;
  text-align: center;
  width: 596px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.div-subtext._2 {
  width: 384px;
  font-size: 16px;
  line-height: 22px;
}

.div-subtext._2._01 {
  text-align: left;
  width: auto;
  margin-bottom: 0;
}

.why-choose-us {
  background-image: url('../images/Group-39896.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.why-choose-us.f {
  margin-top: 75px;
  margin-bottom: 75px;
}

.why-choose-div {
  background-image: url('../images/Why-need-a-whatsApp-widget.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.capsule {
  border: 1px solid #212121;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

._3-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 1020px;
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 326px;
  height: 420px;
  display: flex;
}

.card._2 {
  width: 435px;
  height: auto;
}

.card-img {
  border-radius: 10px;
}

.card-title {
  text-align: center;
  margin-top: 23px;
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.card-description {
  color: #667085;
  text-align: center;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.easy-to-manage {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.easy-to-manage-div {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 15px;
  display: flex;
}

.easy-to-manage-div.f {
  padding-top: 75px;
  padding-bottom: 75px;
}

.tabs-box {
  margin-top: 50px;
}

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

.tabs-menu {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.tabs-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.tab {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.tab.w--current {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

._6-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1000px;
  margin: 20px 40px 60px;
  display: grid;
}

.image-box {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-box-title {
  color: #667085;
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.features-you-need {
  text-align: center;
  width: auto;
  min-height: 0;
  padding-bottom: 0;
}

.features-you-need-div {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  opacity: 1;
  text-align: center;
  object-fit: contain;
  background-image: url('../images/Group-3989212.png'), url('../images/Why-need-a-whatsApp-widget.jpg');
  background-position: 0 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 1100px;
  min-width: 0;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
  position: static;
}

.cta-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Group-39896.png');
  background-position: 110% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 dotted #000;
  border-top: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-span {
  color: #e3493f;
}

.text-span._2 {
  color: #667085;
}

.logo-sliders {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.trusted-brands {
  overflow: visible;
}

.wrapper-3 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.wrapper-component-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 4rem;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.loop-trigger-2 {
  flex-flow: row;
  display: flex;
  overflow: visible;
}

.image-28 {
  background-color: #0000;
}

.image-29, .image-6 {
  padding-left: 0;
}

.heading-11 {
  color: #667085;
  font-size: 16px;
  font-weight: 500;
}

.text-span-2 {
  color: #000;
}

.main-tabs {
  color: #1b1a1a;
  font-size: 24px;
  font-weight: 500;
}

.main-tabs.tabs-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.tab-link-tab-3-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border: 1px solid #e5efff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.tab-link-tab-3-2.w--current {
  background-color: #0000;
  border-color: #000;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
}

.tabs-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 986px;
  height: auto;
  display: flex;
}

.tabs-2._2 {
  flex-flow: row-reverse;
}

.tabs-menu-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-around;
  width: 443px;
  display: flex;
}

.tabs-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  background-color: #0000;
  padding-left: 0;
}

.tab-pane-tab-1 {
  position: relative;
}

.tab-link-tab-1-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border: 1px solid #e5efff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.tab-link-tab-1-2.w--current {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .5s;
  display: flex;
}

.p-tab-sub {
  color: #111c;
  text-align: center;
  width: 55%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.p-tab-sub.work {
  text-align: left;
  width: auto;
  padding-left: 0;
  font-size: 16px;
  line-height: 140%;
}

.tabs-image {
  height: 300px;
  padding-left: 0;
  display: inline-block;
}

.dropdown-list-3 {
  padding-left: 40px;
  display: none;
  position: relative;
}

.dropdown-list-3._1 {
  background-color: #0000;
  padding-left: 0;
  display: block;
}

.dropdown-list-3._1.w--open {
  display: block;
}

.dropdown-toggle-2 {
  width: 100%;
  padding: 0;
}

.tab-link-tab-2-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border: 1px solid #e5efff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.tab-link-tab-2-2.w--current {
  background-color: #0000;
  border-color: #000;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
}

.dropdown-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: all .5s;
  display: none;
}

.tabs-content-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.image-30 {
  overflow: clip;
}

.tab-link-tab-1-3 {
  font-size: 0;
}

.tab-link-tab-1-3.w--current {
  font-size: 20px;
}

.paragraph {
  font-size: 16px;
}

.text-block-2, .text-block-3, .text-block-4 {
  margin-top: 0;
}

.pricing {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.pricing11_top-row-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid #eaecf0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 150px;
  padding: 0 0 0;
  display: flex;
}

.pricing11_top-row-content._1 {
  border-color: #e3493f;
}

.pricing11_plans {
  width: 100%;
}

.uui-pricing11_plan-name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-badge {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  color: #6941c6;
  background-color: #f9f5ff;
}

.uui-pricing11_tab-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #302d2e99;
  background-color: #0000;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  padding: 0;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing11_tab-link.w--current {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #e3493f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  padding: 0;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.pricing11_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.pricing11_empty-space {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 278px;
  display: flex;
}

.uui-pricing11_price {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
}

.uui-pricing11_price-text {
  color: #6f6c90;
  letter-spacing: normal;
  margin-left: .25rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.pricing-tabs-content {
  width: 100%;
  margin-top: 0;
  overflow: visible;
}

.pricing11_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-bottom: 1px #eaecf0;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  top: auto;
}

.uui-button-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #2121214d;
  text-align: center;
  white-space: nowrap;
  background-color: #e4e4e7;
  border: 1px solid #b9b9b9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 44px;
  padding: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-2._2 {
  color: #fff;
  background-color: #e3493f;
  border-color: #e3493f;
}

.uui-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.pricing11_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #eaecf0;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.uui-pricing11_row-lead-text {
  color: #101828;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.pricing11_row-content {
  text-align: center;
  border-left: 1px #eaecf0;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.tabs-menu-3 {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f0f0f0;
  border: 1px solid #f2f4f7;
  border-radius: 100px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center stretch;
  width: 400px;
  height: 50px;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  display: flex;
}

.uui-heading-xxsmall-2 {
  color: #212121;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.tabs-3 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  display: block;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 278px;
  height: auto;
  display: flex;
}

.body-3 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.div-block-10 {
  z-index: -1;
  width: 230px;
  height: 186px;
  position: relative;
}

.pricing-tag-box {
  flex-flow: column;
  width: 278px;
  display: flex;
}

.list {
  border-bottom: 1px solid #e6e9f5;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 80px;
  display: flex;
}

.p1 {
  color: #212121;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
}

.p1._1 {
  padding-left: 0;
  font-weight: 700;
}

.pricing-numbers {
  border-bottom: 1px solid #e6e9f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.p2 {
  color: #212121;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
}

.p2.special {
  display: block;
}

.dropdown-3 {
  color: #fff;
  background-color: #e3493f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 34px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-weight: 600;
}

.icon-5 {
  color: #fff;
}

.dropdown-list-4 {
  background-color: #ddd;
}

.dropdown-list-4.w--open {
  background-color: #9f3fff;
  border-radius: 20px;
  top: 110%;
}

.dropdown-link-3, .dropdown-link-4, .dropdown-link-5 {
  color: #fff;
}

.section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/Group-39896.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.get {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #b9b9b9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 1140px;
  height: 568px;
  margin-top: 0;
  padding: 40px 20px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 530px;
  display: flex;
}

.text-heading {
  color: #212121;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.text-subtext {
  color: #667085;
  width: 98%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.text-subtext._2 {
  color: #667085;
  font-weight: 500;
}

.check-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.check-points {
  display: flex;
}

.check-image {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.div-block-12 {
  background-color: #212121;
  background-image: url('../images/Frame-472.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1140px;
  height: 403px;
  margin-top: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 710px;
  height: 304px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-12 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 20px;
}

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 560px;
  height: 155px;
  margin: 10px;
  padding: 20px;
  display: flex;
}

.image-32 {
  margin-bottom: 18px;
}

.text-block-6, .text-block-7 {
  color: #000;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  background-color: #e3493f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: auto;
  margin-top: -30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  display: flex;
}

.div-block-15 {
  margin-top: 0;
}

.div-block-16 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 278px;
  display: flex;
}

.image-33 {
  text-align: center;
  margin-bottom: 20px;
}

.link {
  color: #b3b3b6;
}

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

.code-embed-2 {
  border: 1px solid #00000026;
  border-radius: 10px;
  width: 900px;
  max-width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.header1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.body-4 {
  font-family: Manrope, sans-serif;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-17.f {
  margin-top: 20px;
}

.button {
  color: #212121;
  background-color: #fd0;
  background-image: url('../images/Vector-arrow.png');
  background-position: 82%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 0 60px 2px 30px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.button._2 {
  color: #fff;
  background-color: #212121;
  background-image: none;
  width: 192px;
  padding-right: 30px;
}

.button.purplr {
  color: #fff;
  background-color: #9f3fff;
  background-image: url('../images/iconamoon_arrow-up-1-fill1.png');
  background-position: 87%;
  margin-top: 20px;
  padding-bottom: 0;
}

.button.purplr.new {
  margin-top: 0;
}

.do-everything {
  justify-content: center;
  align-items: center;
  display: flex;
}

.do-everything-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 899px;
  display: flex;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 689px;
  display: flex;
}

.cards1 {
  justify-content: space-between;
  align-items: center;
  width: 756px;
  margin-top: 60px;
  display: flex;
}

.div-block-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 302px;
  display: flex;
}

.text-block-9 {
  border: 1px solid #212121;
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 16px;
}

.heading-13 {
  color: #212121;
  letter-spacing: -1px;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
}

.image-34 {
  width: 100%;
  margin-bottom: -50px;
}

.paragraph-4 {
  color: #667085;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.div-block-20 {
  margin-right: -34px;
}

.cards2 {
  justify-content: space-between;
  align-items: center;
  width: 808px;
  display: flex;
}

.div-block-21 {
  width: 78%;
  margin-bottom: -40px;
}

.div-block-21._1 {
  width: 45%;
}

.div-block-22 {
  justify-content: flex-end;
  align-items: center;
  width: 52%;
  margin-top: -120px;
  display: flex;
}

.cards3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.div-block-23 {
  margin-right: -30px;
}

.div-block-24 {
  margin-left: -10px;
}

.last-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 440px;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
}

.section-2 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.footer-2 {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 5px;
  display: block;
}

.body-5 {
  font-family: Manrope, sans-serif;
}

.image-37 {
  margin-top: 80px;
}

.location-management, .last {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-25 {
  justify-content: space-between;
  align-items: center;
  width: 978px;
  margin-top: 80px;
  display: flex;
}

.div-block-26 {
  background-image: url('../images/Frame-1410121128.svg'), url('../images/Frame-1410121126.svg'), url('../images/Frame-1410121125_1.svg'), url('../images/squarespace-logo.svg'), url('../images/woocommerce-logo.svg');
  background-position: 96% 100%, 4% 100%, 0 20%, 100% 20%, 50% 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto;
  justify-content: center;
  align-items: center;
  width: 1220px;
  margin-top: 160px;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
}

.body-6 {
  font-family: Manrope, sans-serif;
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/Frame-472.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1139px;
  height: 358px;
  margin-top: 100px;
  padding-top: 0;
  display: flex;
}

.heading-14 {
  color: #fff;
  font-size: 48px;
}

.heading-15 {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.platform-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.card-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1064px;
  display: grid;
}

.p-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7f7f8;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 342px;
  height: 330px;
  padding: 40px;
  display: flex;
}

.heading-16 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 110%;
}

.paragraph-6 {
  color: #667085;
  margin-bottom: 0;
  padding-right: 10px;
}

.button-2 {
  color: #212121;
  background-color: #0000;
  padding: 0;
  font-weight: 800;
}

.why-choose {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-28 {
  justify-content: space-between;
  align-items: center;
  width: 1290px;
  margin-left: 150px;
  margin-right: 0;
  display: flex;
}

.div-block-29 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 560px;
  display: flex;
}

.image-38 {
  margin-right: -150px;
}

.div-block-30 {
  background-image: url('../images/01_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 521px;
  margin-right: -100px;
  display: flex;
  position: relative;
}

.image-39 {
  z-index: 1;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 10px 50px #29489840;
}

.i {
  border-radius: 20px;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  left: 0%;
  box-shadow: 0 2px 40px #29489833;
}

.i2 {
  border-radius: 20px;
  margin-bottom: -150px;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 20%;
  box-shadow: 0 2px 40px #29489833;
}

.i3 {
  border-radius: 20px;
  position: absolute;
  top: 20%;
  right: 15%;
  box-shadow: 0 2px 40px #29489833;
}

.i4 {
  border-radius: 20px;
  position: absolute;
  bottom: 20%;
  right: 6%;
  box-shadow: 0 2px 40px #29489833;
}

.i5 {
  border-radius: 20px;
  position: absolute;
  top: 0%;
  box-shadow: 0 2px 40px #29489833;
}

.i6 {
  border-radius: 20px;
  position: absolute;
  top: auto;
  bottom: 10%;
  box-shadow: 0 2px 40px #29489833;
}

.section-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.div-block-31 {
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  display: flex;
}

.div-block-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 650px;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.body-7 {
  font-family: Manrope, sans-serif;
}

.text-block-11 {
  color: #667085;
  font-size: 16px;
  font-weight: 500;
}

.div-block-34 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 611px;
  padding-top: 40px;
  display: flex;
}

.image-40 {
  width: 500px;
}

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

.text-block-12 {
  color: #000;
  margin-left: 10px;
}

.image-41 {
  text-align: left;
  flex: 0 auto;
  order: -1;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
}

.image-42 {
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  margin-top: -82px;
  margin-right: 125px;
  padding-top: 0;
  padding-right: 0;
}

.image-43 {
  margin: -93px 0 0 240px;
  padding-top: 0;
}

.image-44 {
  margin-top: -93px;
  margin-left: 360px;
  margin-right: 0;
}

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

.image-46 {
  opacity: .9;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: -93px;
  margin-left: 200px;
  font-size: 16px;
}

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

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

.heading-17 {
  object-fit: cover;
  flex: 1;
  align-self: center;
  width: 500px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 800;
}

.text-block-13 {
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.paragraph-8 {
  color: #667085;
  text-align: center;
  width: 630px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-10 {
  text-align: center;
  width: 650px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-11 {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-12 {
  font-size: 20px;
  line-height: 28px;
}

.paragraph-13 {
  color: var(--white);
  text-align: center;
  width: 650px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-14 {
  font-size: 20px;
}

.paragraph-15 {
  font-size: 20px;
  line-height: 28px;
}

.paragraph-16 {
  color: #667085;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-17 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-18 {
  color: #667085;
  height: 60px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-19 {
  color: #667085;
  text-align: center;
  width: 384px;
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-20 {
  color: #667085;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-21 {
  color: #fff;
  font-size: 68px;
  line-height: 75px;
}

.paragraph-22 {
  color: #fff;
  font-size: 48px;
  line-height: 52px;
}

.paragraph-23 {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-24 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-25 {
  color: #667085;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-26 {
  color: #1b1a1a;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.heading-18 {
  color: #212121;
  text-align: center;
  font-size: 68px;
  font-weight: 700;
  line-height: 75px;
}

.paragraph-27, .paragraph-28 {
  color: #667085;
  text-align: center;
  width: 596px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-29 {
  color: #667085;
  text-align: center;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-30 {
  color: #667085;
  text-align: center;
  width: 596px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-31 {
  color: #667085;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-32 {
  color: #667085;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-33 {
  color: #667085;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-34 {
  color: #667085;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-35 {
  color: #667085;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-36 {
  color: #1b1a1a;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-37, .paragraph-38 {
  color: #667085;
  text-align: center;
  width: 596px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-39 {
  color: #667085;
  text-align: center;
  font-size: 17px;
  line-height: 28px;
}

.bold-text-2 {
  color: #212121;
  font-size: 68px;
  line-height: 75px;
}

.bold-text-3 {
  color: #212121;
  text-align: center;
  font-size: 68px;
  line-height: 75px;
}

.paragraph-40, .paragraph-41 {
  color: #667085;
  text-align: center;
  width: 596px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-42 {
  color: #667085;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-43 {
  color: #667085;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-44 {
  color: #667085;
  text-align: center;
  width: 384px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-45 {
  color: #667085;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-46 {
  color: #1b1a1a;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-47, .paragraph-48 {
  color: #667085;
  text-align: center;
  width: 596px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-49 {
  color: #667085;
  text-align: center;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-50 {
  color: #667085;
  text-align: center;
  width: 596px;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-51 {
  color: #667085;
  text-align: center;
  width: 596px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.paragraph-52 {
  color: #667085;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-53 {
  color: #667085;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-54 {
  width: 384px;
}

.paragraph-55 {
  color: #667085;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.background-video-3 {
  font-size: 20px;
  line-height: 28px;
}

.video {
  text-align: center;
  width: auto;
  height: auto;
}

.background-video-4 {
  text-align: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
}

.youtube {
  width: auto;
}

.youtube-2 {
  box-sizing: border-box;
  text-align: left;
  border-radius: 0;
  width: auto;
  margin-top: 0;
}

.div-block-35 {
  margin-top: 150px;
}

.dropdown-4 {
  margin-right: -17px;
}

.text-block-14 {
  background-color: #000;
}

.text-block-15 {
  box-sizing: border-box;
  border: 1px solid var(--black);
  color: #050505;
  -webkit-text-stroke-color: #050505;
  text-overflow: clip;
  overflow-wrap: normal;
  object-fit: fill;
  font-weight: 600;
  display: block;
}

.text-block-16 {
  padding-left: 3px;
  padding-right: 6px;
}

.section-4, .heading-19 {
  text-align: center;
}

.heading-20 {
  color: #212121;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 75px;
}

.paragraph-56 {
  color: #667085;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.image-47 {
  border-radius: 20px;
}

.paragraph-57 {
  font-size: 20px;
  line-height: 28px;
}

.paragraph-58 {
  color: #667085;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.heading-21 {
  text-align: left;
}

.dropdown-5 {
  font-weight: 700;
}

.text-block-17 {
  font-size: 16px;
  font-weight: 600;
}

.dropdown-link-6 {
  background-color: #fff;
}

.dropdown-link-6:hover {
  color: #e3493f;
}

.dropdown-link-6:active {
  color: #333;
}

.dropdown-link-7 {
  background-color: #fff;
}

.dropdown-link-7:hover {
  color: #e3493f;
}

.dropdown-link-8 {
  background-color: var(--white);
}

.dropdown-link-8:hover {
  color: #e3493f;
}

.dropdown-link-9 {
  background-color: #fff;
}

.dropdown-link-9:hover {
  color: #e3493f;
}

.dropdown-link-10 {
  background-color: var(--white);
}

.dropdown-link-10:hover {
  color: #e3493f;
}

.dropdown-link-11 {
  background-color: var(--white);
}

.dropdown-link-11:hover {
  color: #e3493f;
}

.dropdown-link-12 {
  background-color: var(--white);
}

.dropdown-link-12:hover {
  color: #e3493f;
}

.dropdown-link-6-copy {
  background-color: #fff;
}

.dropdown-link-6-copy:hover {
  color: #e3493f;
}

.dropdown-link-6-copy:active {
  color: #333;
}

.dropdown-link-13 {
  color: #000;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.dropdown-link-13:hover {
  color: #e3493f;
}

.dropdown-link-13:active, .dropdown-link-13.w--current {
  color: #000;
}

.dropdown-link-13.w--current:hover {
  color: #e3493f;
}

.dropdown-link-14 {
  background-color: var(--white);
  color: #0f0f0f;
}

.dropdown-link-14:hover, .dropdown-link-14:active {
  color: #e3493f;
}

.dropdown-link-14.w--current {
  color: #000;
}

.dropdown-link-14.w--current:hover {
  color: #e3493f;
}

.dropdown-link-14.w--current:active {
  color: #000;
}

.dropdown-link-15 {
  color: #000;
  background-color: #fff;
}

.dropdown-link-15:hover {
  color: #e3493f;
}

.dropdown-link-15:active, .dropdown-link-15.w--current {
  color: #000;
}

.dropdown-link-16 {
  background-color: #fff;
}

.dropdown-link-17 {
  color: #000;
  background-color: #fff;
}

.dropdown-link-17:hover {
  color: #e3493f;
}

.dropdown-link-17:active, .dropdown-link-17.w--current {
  color: #000;
}

.dropdown-link-17.w--current:hover {
  color: #e3493f;
}

.dropdown-link-18 {
  background-color: #fff;
}

.dropdown-link-18:hover {
  color: #e3493f;
}

.dropdown-link-18.w--current {
  color: #000;
}

.dropdown-link-18.w--current:hover, .dropdown-link-18.w--current:active {
  color: #e3493f;
}

.dropdown-link-19 {
  background-color: #fff;
}

.dropdown-link-20 {
  color: var(--black);
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.dropdown-link-20:hover {
  color: #e3493f;
}

.dropdown-link-20.w--current {
  color: var(--black);
  background-color: #fff;
}

.dropdown-link-20.w--current:hover {
  color: #e3493f;
}

.dropdown-link-21 {
  color: #000;
  background-color: #fff;
}

.dropdown-link-21:hover {
  color: #e3493f;
}

.dropdown-link-21:active, .dropdown-link-21.w--current {
  color: #000;
}

.dropdown-link-21.w--current:hover {
  color: #e3493f;
}

.bold-text-4 {
  font-weight: 500;
  line-height: 70px;
}

.text-block-18 {
  background-color: #fff;
  border-radius: 100px;
}

.bold-text-5 {
  color: #e3493f;
  background-color: #f0f0f0;
  border-radius: 50px;
  padding: 3px 10px;
  display: block;
}

.image-48 {
  width: 65px;
  margin-top: -93px;
  margin-left: 240px;
}

.image-49 {
  margin-top: -93px;
  margin-left: 240px;
  margin-right: 0;
}

.image-50 {
  margin-top: -93px;
  margin-left: 240px;
}

.image-51 {
  margin-top: -93px;
  margin-left: 410px;
  margin-right: 0;
}

.link-2 {
  color: #fff;
  border: 0 solid #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.paragraph-59 {
  font-size: 20px;
  line-height: 28px;
}

.heading-22 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #212121;
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 600;
  line-height: 75px;
}

.heading-23 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.heading-23._1 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-36 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 204px;
  padding: 20px;
  display: flex;
}

.paragraph-60 {
  color: #667085;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-61 {
  font-size: 20px;
  line-height: 28px;
}

.heading-24 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #212121;
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 600;
  line-height: 75px;
}

.heading-25 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.heading-25._1 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-37 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 204px;
  padding: 20px;
  display: flex;
}

.paragraph-62 {
  color: #667085;
  font-size: 16px;
  line-height: 22px;
}

.heading-26 {
  text-align: center;
  width: 800px;
  font-size: 60px;
  font-weight: 500;
  line-height: 75px;
}

.paragraph-63 {
  color: #667085;
  text-align: center;
  width: 800px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.heading-27 {
  font-size: 60px;
  font-weight: 600;
  line-height: 75px;
}

.heading-28 {
  font-size: 60px;
  line-height: 70px;
}

.heading-29, .heading-30 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .bold-text-11 {
  color: #e3493f;
}

.bold-text-12, .bold-text-13 {
  font-weight: 700;
}

.bold-text-14, .link-10 {
  color: #e3493f;
}

.paragraph-64 {
  color: #667085;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.faq-item {
  float: right;
  text-align: left;
  border-bottom: 1px solid #5d565645;
  align-self: auto;
  width: 100000px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 0;
}

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

.text-block-19 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.body-8 {
  color: #667085;
  font-size: 20px;
  line-height: 1.5em;
}

.faq-icon {
  width: 16px;
  height: 16px;
  max-height: 2rem;
}

.faq-body-item {
  font-size: 1.25rem;
  line-height: 1.5em;
  overflow: hidden;
}

.faq-body-inner {
  padding-top: 2rem;
}

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

.faq-answer-text {
  white-space: normal;
  border-radius: 16px;
  width: 100%;
  padding-top: 20px;
}

.faq-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 790px;
  display: flex;
}

.faq-title {
  color: #0f0f0f;
  letter-spacing: -.5px;
  width: 92%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
}

.faqs-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.single-faq {
  border: 2px none var(--white);
  background-color: var(--white);
  white-space: pre-wrap;
  word-break: keep-all;
  border-radius: 0;
  flex-flow: column;
  align-items: flex-start;
  width: 4000%;
  padding: 20px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-question-wrapper {
  white-space: pre-wrap;
  word-break: keep-all;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-answer {
  background-color: #ddd0;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-icon-2 {
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.heading-2-center {
  color: #0f0f0f;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 600;
  line-height: 75%;
}

.faq-section-content {
  max-width: 550px;
  display: flex;
}

.container-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.faq-question {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.faq-paragraph {
  color: #3b3b3b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.single-faq-2 {
  white-space: pre-wrap;
  word-break: keep-all;
  background-color: #faf9f5;
  background-image: linear-gradient(135deg, #e0f2ff, #e0f2ff 0%, #f0f8ff 102%);
  border: 2px solid #faf9f5;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 1000%;
  padding: 30px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-question-wrapper-2 {
  white-space: pre-wrap;
  word-break: keep-all;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-title-2 {
  color: #0f0f0f;
  letter-spacing: -.5px;
  width: 92%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.faq-paragraph-2 {
  color: #3b3b3b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17 {
  color: #e3493f;
}

.container-3 {
  margin-top: 10px;
}

.slide {
  width: 64%;
  height: 250px;
}

.div-block-38 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
  position: relative;
}

.container-4 {
  position: relative;
}

.paragraph-66 {
  width: 300px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 22px;
}

.div-block-39 {
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  width: 330px;
  height: 250px;
}

.heading-31 {
  color: var(--black);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 75px;
}

.paragraph-67 {
  color: #667085;
  text-align: center;
  -webkit-text-stroke-color: #e3493f;
  width: auto;
  font-size: 20px;
  line-height: 28px;
}

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

.container-5 {
  text-align: center;
  width: 600px;
  margin-top: 20px;
}

.container-6 {
  margin-top: 80px;
}

.plan-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: center;
  width: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.body-text-16-medium {
  color: #3b3b3b;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

.compare-plan-content {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 4px solid var(--_gray---gray);
  background-color: var(--white);
  opacity: 1;
  text-align: left;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 940px;
  margin-top: 0;
  margin-bottom: 80px;
  padding: 40px;
  display: flex;
  position: static;
  box-shadow: 0 0 150px #47474740;
}

.compare-plan-content._02 {
  display: none;
}

.heading-32 {
  color: #0f0f0f;
  letter-spacing: -.5px;
  flex: 0 auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.body-text-16 {
  color: #3b3b3b;
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 38px;
  padding-right: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.body-text-16._02 {
  text-align: left;
  padding-left: 46px;
}

.container-7 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.compare-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.container-8 {
  width: 900px;
  margin-top: 50px;
}

.paragraph-68 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.bold-text-15 {
  text-align: left;
}

.primary-button-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.icon-01.cta-button-4 {
  width: 24px;
  height: 24px;
}

.button-icon-wrapper {
  background-color: #4e47e5;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon-wrapper.cta-button-11 {
  background-color: #4e47e5;
  background-image: linear-gradient(#4e47e5, #4e47e5);
  width: 32px;
  height: 32px;
}

.primary-button-text-hover {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  position: absolute;
  bottom: -30px;
}

.features-main-image-2 {
  border: 0 solid #000;
  border-radius: 20px;
  width: 80%;
  height: auto;
  margin-right: -36px;
  box-shadow: 8px 8px 30px #0003;
}

.primary-button-area {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0f0f0f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 6px 14px 6px 6px;
  display: flex;
}

.primary-button-area.cta-button-10 {
  padding: 10px 16px 10px 10px;
}

.features-image-wrapper {
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 46%;
  display: flex;
  position: relative;
}

.icon-6 {
  position: absolute;
  left: -20px;
}

.icon-6.cta-button-13 {
  width: 24px;
  height: 24px;
}

.heading-33 {
  z-index: 1;
  color: #0f0f0f;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
}

.heading-33.features {
  width: 92%;
}

.features-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 65px 56px 56px;
  display: flex;
  position: sticky;
  top: 100px;
}

.button-primary {
  text-decoration: none;
}

.button-primary:hover {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
}

.features-card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 75px 56px 56px;
  display: flex;
  position: sticky;
  top: 160px;
}

.features-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.features-card-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 56px 56px 64px;
  display: flex;
  position: sticky;
  top: 190px;
}

.button-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.features-content-wrap._01 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: 0;
}

.features-main-image {
  border: 0 solid #000;
  border-radius: 20px;
  width: 100%;
  max-width: 70%;
  height: 60%;
  max-height: 700px;
  margin-left: -20px;
  line-height: 20px;
  position: relative;
  box-shadow: 8px 8px 30px #0003;
}

.heading-5-center {
  color: #0f0f0f;
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.image-2 {
  width: 64px;
  height: 64px;
  margin-top: -15px;
  padding-bottom: 0;
}

.feature-area-container {
  background-color: #faf9f5;
  background-image: linear-gradient(270deg, #e0f2ff, #fff);
  border-radius: 20px;
  padding: 100px 30px;
}

.section-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section-content.style-1 {
  max-width: 800px;
}

.title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.body-16-center {
  color: #667085;
  text-align: center;
  letter-spacing: -.5px;
  width: 380px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.feature-card {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 0px solid var(--_orenge---color);
  background-color: var(--white);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 300px;
  padding: 40px 30px 40px 25px;
  display: flex;
  box-shadow: .5px .5px 60px -16px #847b7aab;
}

.feature-card-list {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  text-align: center;
  grid-template-rows: 233px;
  grid-template-columns: 5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end;
  width: 100%;
  max-height: none;
  margin-bottom: 100px;
  display: grid;
}

.features-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-9 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-34 {
  color: #000;
}

.bold-text-16 {
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}

.bold-text-17 {
  font-family: Manrope, sans-serif;
  font-size: 50px;
  line-height: 78%;
}

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

.container-10 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.blog-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.blog-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.container-11 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.line-button-text {
  color: #0f0f0f;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  text-decoration: none;
}

.line-button-text.blog-button-3 {
  font-size: 18px;
  font-weight: 500;
}

.blog-category {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  display: inline-block;
}

.blog-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.line-button-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.line-button {
  flex-flow: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.blog-title {
  color: #0f0f0f;
  width: 96%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.blog-title:hover {
  color: #f94b25;
}

.blog-image {
  text-align: left;
  border-radius: 24px;
  width: 40%;
  height: auto;
}

.blog-date {
  color: #3b3b3b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  display: inline-block;
}

.category-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.blog-image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.blog-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #faf9f5;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  max-height: 300px;
  padding: 20px;
  display: block;
  box-shadow: 10px 10px 18px #0003;
}

.blog-button {
  justify-content: flex-start;
  display: flex;
}

.line {
  background-color: #0f0f0f;
  width: 1px;
  height: 1px;
  margin-left: -4px;
}

.image-52 {
  text-align: center;
  align-self: center;
  margin-top: -21px;
  padding-top: 0;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1000px;
  display: grid;
}

.container-12 {
  width: 1200px;
  display: flex;
}

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

.heading-36 {
  font-size: 22px;
  line-height: 30px;
}

.heading-37 {
  color: var(--black);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}

.heading-38 {
  color: #030303;
  text-align: center;
}

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

.div-block-42 {
  margin-bottom: 50px;
}

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

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

.heading-39 {
  text-align: center;
  width: 850px;
  font-family: Manrope, sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: 75px;
}

.text-block-20 {
  color: #667085;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 850px;
  min-width: auto;
  max-width: none;
  margin-top: 30px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  position: static;
}

.container-14 {
  box-shadow: 0 0 20px 20px var(--white), 0 2px 5px 0 #0003;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.container-15 {
  text-align: center;
  width: auto;
  max-width: 860px;
  margin-top: 100px;
}

.feature-icon-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-icon-list-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-left: 10px;
  margin-right: 0;
  display: grid;
}

.body-text-18-medium {
  color: #3b3b3b;
  text-align: left;
  letter-spacing: -.5px;
  min-width: 420px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

.feature-card-one {
  text-overflow: clip;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.body-text-17 {
  color: #3b3b3b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.heading-40 {
  color: #0f0f0f;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.feature-card-one-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.heading-41 {
  color: #0f0f0f;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.heading-41.style {
  text-align: left;
  max-width: 500px;
  font-family: Manrope, sans-serif;
}

.bold-text-19 {
  text-align: center;
  width: 700px;
  font-weight: 700;
}

.bold-text-20 {
  font-size: 18px;
  line-height: 24px;
}

.text-block-21 {
  color: #667085;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 24px;
}

.bold-text-21 {
  color: #667085;
  font-size: 18px;
  line-height: 24px;
}

.features-image-wrapper-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 46%;
  display: flex;
  position: relative;
}

.feature-card-one-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.body-text-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #667085;
  letter-spacing: -.5px;
  order: 9999;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.heading-42 {
  color: #0f0f0f;
  text-align: left;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.container-16 {
  margin-bottom: 100px;
}

.text-block-22 {
  color: #667085;
  margin-top: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.bold-text-22 {
  min-width: 0;
  font-family: Plus Jakarta Sans, sans-serif;
}

.container-17 {
  margin-bottom: 100px;
}

.container-18 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading-43 {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.heading-44 {
  text-align: center;
  font-size: 46px;
  line-height: 52px;
}

.paragraph-71 {
  color: #667085;
  text-align: center;
  width: auto;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.image-53 {
  width: 70px;
  height: 70px;
  margin-top: 8px;
  padding-bottom: 0;
}

.paragraph-72 {
  color: #667085;
  height: 112px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-23 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.bold-text-23 {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  line-height: 0;
  display: flex;
}

.paragraph-73 {
  font-size: 16px;
  line-height: 22px;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.bold-text-24, .div-block-44 {
  text-align: center;
}

.image-54 {
  opacity: .79;
  margin-top: 20px;
}

.paragraph-74 {
  color: #667085;
  margin-left: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-75 {
  color: #667085;
  margin-left: 30px;
  font-size: 16px;
  line-height: 22px;
}

.bold-text-25 {
  text-align: left;
}

.body-9 {
  text-align: center;
  -webkit-text-stroke-color: #413f3f;
  box-shadow: 0 2px 5px #00000061;
}

.button-3 {
  background-color: var(--white);
  text-align: center;
  border: .5px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 250px;
  height: 28px;
  max-height: none;
  margin-top: 5px;
  line-height: 20px;
  display: flex;
}

.container-19 {
  border-bottom: 0 solid #000;
}

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

.div-block-45 {
  text-align: justify;
  margin-left: 0;
  padding-left: 40px;
}

.container-20, .div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-21 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.paragraph-76 {
  color: #667085;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-77 {
  color: #667085;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.heading-45, .bold-text-26 {
  font-family: Manrope, sans-serif;
}

.bold-text-27 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.bold-text-28 {
  font-family: Manrope, sans-serif;
}

.bold-text-29 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.bold-text-30 {
  padding-left: 0;
  font-family: Manrope, sans-serif;
}

.div-block-47 {
  padding-left: 35px;
}

.div-block-48 {
  margin-left: 0;
  padding-left: 0;
}

.bold-text-31 {
  text-align: left;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.heading-46 {
  text-align: left;
}

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

.paragraph-78 {
  font-size: 16px;
}

.div-block-49 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-22 {
  margin-top: 80px;
}

.heading-48 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 46px;
  line-height: 52px;
}

.paragraph-79 {
  color: #667085;
  text-align: center;
  width: auto;
  max-width: 900px;
  margin-top: 15px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 20px;
  display: grid;
}

.container-23 {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 462.003px;
  max-width: none;
  margin-left: 20px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-51 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.container-24 {
  margin-top: 100px;
  margin-bottom: 0;
}

.div-block-52 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-25 {
  margin-top: 100px;
}

.container-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.paragraph-80 {
  color: #667085;
  text-align: center;
  align-self: center;
  width: auto;
  max-width: 900px;
  margin-top: 15px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.container-27 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-49 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 52px;
}

.container-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-55 {
  vertical-align: bottom;
  cursor: auto;
  mix-blend-mode: normal;
  order: 1;
  align-self: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
  padding-right: 40px;
  transition: opacity .2s;
  transform: rotate(28deg);
}

.container-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bold-text-32 {
  padding-left: 0;
}

.text-block-24, .text-block-25, .text-block-26 {
  padding-left: 65px;
  line-height: 16px;
}

.text-block-27, .text-block-28, .text-block-29, .text-block-30 {
  padding-left: 65px;
}

.text-block-31, .text-block-32, .text-block-33 {
  padding-left: 65px;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  .nav-div {
    width: 98%;
  }

  .nav-menu {
    border-radius: 5px 0 5px 5px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }

  .button-cta._0 {
    width: 18%;
    margin-bottom: 10px;
    padding: 15px 50px 15px 20px;
  }

  .hero {
    height: auto;
    margin-top: -50px;
  }

  .hero._2 {
    margin-top: 0;
    padding-top: 80px;
  }

  .hero-content {
    width: auto;
    height: 789px;
  }

  .text-1._1._2 {
    align-self: center;
    margin-left: 0;
    padding-left: 10px;
  }

  .hero-text {
    font-size: 58px;
    line-height: 70px;
  }

  .text-2._1, .text-2._1._2 {
    text-align: center;
  }

  .nav-link-4 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    display: block;
  }

  .nav-link-5 {
    margin-bottom: 10px;
  }

  .dropdown-toggle {
    margin-bottom: 10px;
    display: block;
  }

  .store-testimonials {
    margin-top: 80px;
  }

  .brand-image {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 13.2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-component {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .manage-location {
    background-position: 93% 17%;
    overflow: hidden;
  }

  .text-content {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 800px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .text-content.design {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .text-content.design._1 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
  }

  .text-content._2 {
    margin-left: 8px;
    padding-right: 0;
  }

  .heading-3 {
    text-align: center;
    align-self: center;
    width: 800px;
    margin-left: 0;
    font-size: 58px;
    line-height: 70px;
  }

  .heading-3._1 {
    text-align: center;
    width: 500px;
    margin-left: 0;
    padding-left: 0;
    font-size: 50px;
    line-height: 62px;
  }

  .heading-3._2 {
    font-size: 58px;
  }

  .sheet-image {
    background-image: none;
    justify-content: center;
    align-items: center;
    width: 760px;
    height: 582px;
    margin-top: 20px;
    margin-left: 0;
    overflow: visible;
  }

  .design-section {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .design-content {
    background-image: url('../images/Vector-21.png'), url('../images/Frame-471.png'), linear-gradient(#0000, #0000);
    background-size: 0%, 0 0, auto;
    flex-flow: column;
    width: auto;
    height: 850px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content2 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }

  .content1 {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .image-16 {
    max-width: 70%;
    margin-top: -150px;
    margin-left: -50px;
  }

  .image-17 {
    max-width: 70%;
    margin-left: -68px;
  }

  .image-18 {
    max-width: 65%;
    margin-top: 0;
  }

  .additional {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-div2 {
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
  }

  .text-t1 {
    width: auto;
  }

  .text-t2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .heading-4._1 {
    font-size: 14px;
  }

  .heading-4._3 {
    font-size: 18px;
  }

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

  .heading-5._1 {
    text-align: center;
  }

  .feature {
    margin-top: 100px;
  }

  .feature-div {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-4 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .additional2 {
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5 {
    width: auto;
    height: 380px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    background-position: 99% 59%;
    background-size: 21%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-20 {
    max-width: 41%;
  }

  .image-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .faq-content {
    max-width: 95%;
  }

  .faq-s-section {
    margin-top: 100px;
  }

  .faq-content1 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-box {
    width: 700px;
  }

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

  .testimonial-section {
    margin-top: 100px;
  }

  .testimonial-wrapper1 {
    width: 100%;
  }

  .testimonial-slide {
    width: 48%;
    margin-right: 20px;
    padding-right: 20px;
  }

  .testimonial-main {
    width: 100%;
  }

  .testimonial-mask {
    text-align: center;
    align-self: auto;
    width: 100%;
    margin-left: 11px;
  }

  .vertical-div {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 750px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .testimonial-component {
    width: 97%;
    padding-left: 0;
    padding-right: 0;
  }

  .testi-div {
    text-align: center;
    width: auto;
    max-width: none;
  }

  .footer-div {
    justify-content: space-between;
    height: 600px;
    padding: 40px 0 20px;
  }

  .heading-9 {
    font-size: 22px;
  }

  .footer-content1 {
    width: 350px;
  }

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

  .hero-video {
    width: 600px;
    height: 350px;
    min-height: auto;
  }

  .location-video {
    width: 100%;
    max-width: 102%;
    height: 100%;
  }

  .image-24 {
    width: 40%;
    left: 237px;
  }

  .design-video-2 {
    width: 97%;
    height: 100%;
  }

  .dropdown {
    display: block;
  }

  .menu-button {
    border-radius: 5px;
  }

  .menu-button.w--open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-25 {
    max-width: 30%;
    margin-right: -23px;
  }

  .image-26 {
    max-width: 80%;
  }

  .hero-section {
    height: auto;
    margin-top: -50px;
    padding-top: 50px;
  }

  .hero-div {
    flex-flow: column;
    width: 700px;
    height: 789px;
  }

  .hero-title {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
  }

  .hero-heading {
    text-align: center;
    align-self: auto;
    width: 500px;
    margin-right: 0;
    font-size: 58px;
    line-height: 70px;
  }

  .image-27 {
    max-width: 85%;
    margin-right: -60px;
  }

  .hero-heading2 {
    font-size: 58px;
    line-height: 70px;
  }

  .what {
    background-position: 93% 17%;
    overflow: hidden;
  }

  .div-heading {
    width: 700px;
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
  }

  .div-subtext._2._01 {
    text-align: center;
  }

  .why-choose-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-choose-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._3-cards {
    flex-flow: column;
    width: 600px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-img {
    margin-bottom: -10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-description {
    font-size: 14px;
    line-height: 20px;
  }

  .easy-to-manage {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .easy-to-manage-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._6-cards {
    grid-template-columns: 1fr 1fr;
    width: 600px;
  }

  .features-you-need {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-you-need-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo-sliders {
    padding-bottom: 0;
  }

  .wrapper-3 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

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

  .main-tabs.tabs-heading {
    font-size: 14px;
  }

  .tab-pane-tab-3 {
    margin-left: 38px;
  }

  .tab-link-tab-3-2 {
    width: 100%;
    padding-left: 10px;
  }

  .tabs-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 700px;
    height: auto;
  }

  .tabs-menu-2 {
    background-image: none;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 300px;
    height: auto;
    display: flex;
  }

  .tabs-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .tab-pane-tab-1 {
    margin-left: 0;
    padding-left: 0;
  }

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

  .tab-link-tab-1-2.w--current {
    width: 100%;
    padding-left: 10px;
  }

  .p-tab-sub {
    width: 92%;
  }

  .p-tab-sub.work {
    padding-left: 0;
    font-size: 16px;
  }

  .tabs-image {
    max-width: 100%;
    padding-left: 0;
  }

  .tab-pane-tab-2 {
    margin-left: 38px;
  }

  .tab-link-tab-2-2 {
    width: 100%;
    padding-left: 10px;
  }

  .dropdown-2 {
    width: auto;
  }

  .tabs-content-2 {
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
    display: block;
  }

  .image-30 {
    max-width: 85%;
  }

  .pricing11_plans {
    flex-flow: column;
    display: block;
  }

  .pricing-tabs-content {
    margin-top: 0;
  }

  .pricing11_top-row {
    max-width: 100%;
    overflow: scroll;
  }

  .tabs-3 {
    align-items: center;
    width: auto;
    display: flex;
    overflow: scroll;
  }

  .div-block-9 {
    height: auto;
  }

  .div-block-10 {
    display: block;
  }

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

  .get {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .image-31 {
    max-width: 40%;
  }

  .div-block-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: auto;
  }

  .text-heading {
    font-size: 34px;
    line-height: 44px;
  }

  .text-subtext {
    font-size: 16px;
  }

  .div-block-12 {
    width: auto;
    height: 380px;
    padding-left: 0;
    padding-right: 0;
  }

  .div {
    background-position: 99% 59%;
    background-size: 21%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
  }

  .do-everything-div {
    width: 90%;
  }

  .cards1, .cards2 {
    width: auto;
  }

  .div-block-21 {
    width: 87%;
  }

  .div-block-22 {
    margin-top: -60px;
  }

  .cards3 {
    width: auto;
  }

  .div-block-23 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .image-35 {
    width: 88%;
  }

  .image-36 {
    width: 89%;
  }

  .div-block-26 {
    width: 96%;
    margin-top: 100px;
  }

  .div-block-27 {
    width: 96%;
  }

  .card-div {
    grid-template-columns: 1fr 1fr;
    width: 96%;
  }

  .paragraph-6 {
    padding-right: 0;
  }

  .div-block-28 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    width: 96%;
    margin-left: 0;
  }

  .div-block-29 {
    width: 700px;
  }

  .div-block-30 {
    margin-right: 0;
  }

  .section-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-31 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .div-block-34 {
    justify-content: center;
    align-items: center;
    margin-top: -40px;
    padding-top: 0;
  }

  .image-40 {
    width: 350px;
  }

  .image-42 {
    margin-right: 44px;
  }

  .image-43, .image-44 {
    margin-top: 0;
    margin-left: 0;
  }

  .image-46 {
    margin-top: -20px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
  }

  .paragraph-12 {
    margin-left: 35px;
  }

  .paragraph-15, .paragraph-18 {
    align-self: center;
  }

  .heading-18 {
    width: 790px;
    font-size: 55px;
    line-height: 70px;
  }

  .paragraph-33, .bold-text-3 {
    text-align: center;
  }

  .paragraph-45 {
    text-align: center;
    width: 750px;
  }

  .paragraph-49 {
    width: 320px;
  }

  .paragraph-57 {
    text-align: center;
    width: 500px;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .bold-text-4 {
    width: 800px;
  }

  .image-48, .image-49, .image-50, .image-51 {
    margin-top: -20px;
    margin-left: 0;
  }

  .paragraph-59 {
    align-self: center;
  }

  .heading-22 {
    text-align: center;
    align-self: center;
    width: 800px;
    margin-left: 0;
    font-size: 58px;
    line-height: 70px;
  }

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

  .heading-23._1 {
    text-align: center;
  }

  .div-block-36 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-61 {
    align-self: center;
  }

  .heading-24 {
    text-align: center;
    align-self: center;
    width: 800px;
    margin-left: 0;
    font-size: 58px;
    line-height: 70px;
  }

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

  .heading-25._1 {
    text-align: center;
  }

  .div-block-37 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-item {
    border-bottom: 1px solid #97979730;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .question-ma {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    align-items: center;
  }

  .heading-2-center {
    font-size: 48px;
  }

  .faq-section-content {
    max-width: 450px;
  }

  .div-block-38 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .features-main-image-2, .features-image-wrapper {
    width: 80%;
  }

  .heading-33 {
    letter-spacing: -1px;
    font-size: 48px;
  }

  .features-card {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding: 60px;
    top: 50px;
  }

  .features-card-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    padding: 60px;
    top: 80px;
  }

  .features-card-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding: 60px;
    top: 100px;
  }

  .features-content-wrap {
    order: -1;
    width: 100%;
  }

  .features-content-wrap._01 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    order: -1;
    width: 80%;
  }

  .feature-area-container {
    padding: 80px 20px;
  }

  .section-content.style-1 {
    max-width: 600px;
  }

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

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

  .blog-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .blog-title {
    width: 100%;
  }

  .blog-card {
    padding: 20px;
  }

  .feature-card-one {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .heading-40 {
    letter-spacing: -.5px;
    font-size: 40px;
  }

  .feature-card-one-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .heading-41 {
    letter-spacing: -.5px;
    font-size: 40px;
  }

  .features-image-wrapper-2 {
    width: 80%;
  }

  .feature-card-one-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .heading-42 {
    letter-spacing: -.5px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .text-1._1._2 {
    margin-left: 0;
  }

  .text-1._2 {
    margin-left: -29px;
  }

  .hero-text._2 {
    width: 500px;
  }

  .brand-image {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .store-logo {
    margin-top: 0;
    overflow: hidden;
  }

  .brands {
    overflow: hidden;
  }

  .wrapper-component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-content {
    width: 500px;
  }

  .text-content.design._1 {
    margin-left: 0;
  }

  .heading-3 {
    width: auto;
    margin-left: 0;
    font-size: 50px;
  }

  .heading-3._1 {
    margin-left: 0;
  }

  .text-t2 {
    padding-left: 8px;
  }

  .faq-s-section {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-box {
    width: 500px;
  }

  .faq---main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-client {
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    margin-top: -55px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial07_logo {
    max-height: 2.5rem;
  }

  .client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial07_divider {
    display: none;
  }

  .uui-text-size-large-6 {
    font-size: 1rem;
  }

  .testimonial-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: -17px;
  }

  .heading-tiny {
    margin-left: 71px;
  }

  .testimonial-arrow:hover {
    background-color: #fff;
  }

  .testimonial-arrow.left {
    right: 3.5rem;
  }

  .testimonial-mask {
    margin-left: 0;
  }

  .eading-xsmall {
    font-size: 1.25rem;
  }

  .uui-space-xsmall-6 {
    min-height: .75rem;
  }

  .vertical-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-testimonial07_logo-wrapper {
    margin-top: 1rem;
  }

  .client-image {
    margin-top: 80px;
    margin-bottom: -50px;
    padding-right: 0;
  }

  .testimonial-component {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-small {
    margin-left: 70px;
    margin-right: -98px;
  }

  .heading-9 {
    margin-left: -25px;
  }

  .footer-content2 {
    width: 300px;
  }

  .hero-video {
    width: 450px;
    height: 280px;
  }

  .hero-heading {
    text-align: center;
    align-self: center;
  }

  .div-heading {
    width: 500px;
    margin-right: 0;
  }

  .div-heading._2, .div-subtext {
    width: 500px;
  }

  .image-box-title {
    width: 100%;
  }

  .features-you-need-div {
    margin-top: 0;
    margin-left: 47px;
    padding-left: 0;
  }

  .trusted-brands {
    overflow: hidden;
  }

  .wrapper-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrapper-component-2 {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .tabs-2 {
    flex-flow: column;
    width: 95%;
  }

  .tabs-menu-2 {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .tabs-image {
    padding-top: 0;
  }

  .pricing {
    overflow: scroll;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .pricing11_empty-space {
    display: block;
  }

  .uui-pricing11_price {
    font-size: 2.25rem;
  }

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

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

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

  .image-46 {
    margin-left: 0;
  }

  .paragraph-18 {
    align-self: center;
  }

  .paragraph-25 {
    text-align: center;
    width: 500px;
  }

  .heading-18 {
    width: 580px;
    font-weight: 700;
  }

  .paragraph-27, .paragraph-28, .paragraph-30, .paragraph-31 {
    width: 500px;
  }

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

  .paragraph-47 {
    margin-left: 20px;
  }

  .paragraph-48, .paragraph-50 {
    width: 500px;
  }

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

  .paragraph-57 {
    margin-left: -530px;
  }

  .heading-22, .heading-24 {
    width: auto;
    margin-left: -240px;
    font-size: 50px;
  }

  .faq-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .faq-title {
    letter-spacing: 0;
    width: 378px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 22px;
  }

  .faqs-wrapper {
    width: 100%;
  }

  .single-faq {
    padding: 24px;
  }

  .faq-question-wrapper {
    white-space: pre-wrap;
    word-break: keep-all;
    width: 500px;
  }

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

  .faq-section-content {
    max-width: 400px;
  }

  .single-faq-2 {
    padding: 24px;
  }

  .faq-question-wrapper-2 {
    white-space: pre-wrap;
    word-break: keep-all;
  }

  .faq-title-2 {
    letter-spacing: 0;
    font-size: 22px;
  }

  .div-block-38 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .plan-title {
    grid-template-columns: 1fr 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .compare-plan-content._02 {
    display: block;
  }

  .heading-32 {
    letter-spacing: 0;
    font-size: 22px;
  }

  .heading-32._03, .heading-32._02 {
    display: none;
  }

  .heading-32._02.block {
    display: block;
  }

  .heading-32._01 {
    display: none;
  }

  .body-text-16 {
    flex-flow: column;
  }

  .body-text-16._03, .body-text-16._02 {
    display: none;
  }

  .body-text-16._02.block {
    display: block;
  }

  .body-text-16._01 {
    display: none;
  }

  .compare-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .features-image-wrapper {
    width: 100%;
  }

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

  .heading-33.features {
    width: 75%;
  }

  .features-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 60px 40px;
    top: 30px;
  }

  .features-card-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 60px 40px;
    top: 50px;
  }

  .features-card-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 60px 40px;
    top: 80px;
  }

  .features-content-wrap._01 {
    order: -1;
    width: 100%;
  }

  .heading-5-center {
    letter-spacing: 0;
    font-size: 22px;
  }

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

  .feature-card {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

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

  .features-content-wrapper, .blog-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .blog-title {
    letter-spacing: 0;
    font-size: 22px;
  }

  .feature-card-one {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .body-text-17 {
    flex-flow: column;
  }

  .heading-40 {
    letter-spacing: -.5px;
    font-size: 36px;
  }

  .feature-card-one-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .heading-41 {
    letter-spacing: -.5px;
    font-size: 36px;
  }

  .heading-41.style {
    max-width: 100%;
  }

  .features-image-wrapper-2 {
    width: 100%;
  }

  .feature-card-one-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .body-text-18 {
    flex-flow: column;
  }

  .heading-42 {
    letter-spacing: -.5px;
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .nav-div {
    height: 60px;
  }

  .alert-text {
    text-align: center;
    font-size: 12px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border: 1px solid #00000040;
    border-radius: 8px;
    flex-flow: row;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu._2 {
    background-color: #fff;
    border: 1px solid #00000040;
    padding-bottom: 10px;
  }

  .button-cta._1 {
    align-self: center;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-cta._0 {
    width: 40%;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
  }

  .button-cta._0:hover {
    background-color: #0000;
  }

  .button-cta._0.cta {
    width: 40%;
    margin-left: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
  }

  .button-cta._0.cta:hover {
    box-shadow: none;
    background-color: #9f3fff;
  }

  .hero._2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero._001 {
    background-image: url('../images/Group-39891.png'), url('../images/Group-39892.png');
    background-position: -5% 0, 100% 20%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding-bottom: 0;
  }

  .hero._001.f {
    padding-bottom: 0;
  }

  .hero-content {
    align-self: center;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-1 {
    font-size: 14px;
  }

  .text-1._1 {
    font-size: 16px;
  }

  .text-1._1._2 {
    margin-left: 0;
  }

  .text-1._2 {
    align-self: center;
    margin-left: 0;
  }

  .hero-text {
    font-size: 39px;
    line-height: 60px;
  }

  .hero-text._2 {
    width: 100%;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 60px;
  }

  .hero-text._1 {
    text-align: center;
    align-self: center;
    font-size: 50px;
  }

  .text-2 {
    width: auto;
    font-size: 16px;
  }

  .text-2._1 {
    text-align: center;
    width: 300px;
  }

  .text-2._1._2 {
    text-align: center;
    font-size: 15px;
  }

  .text-2._1._4 {
    text-align: center;
  }

  .text-block {
    color: #000;
  }

  .nav-link-4, .nav-link-5, .dropdown-toggle {
    color: #000;
    margin-bottom: 10px;
  }

  .dropdown-toggle._2 {
    color: #000;
  }

  .content-div {
    width: 100%;
  }

  .content-div._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .store-testimonials {
    margin-top: 60px;
  }

  .store-testimonials._1 {
    margin-top: 0;
  }

  .heading-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .brand-image {
    padding-top: 0;
    padding-bottom: 0;
  }

  .store-logo {
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .store-logo._1._2 {
    margin-top: 20px;
  }

  .wrapper-component {
    margin-top: 0;
  }

  .wrapper {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .manage-location {
    background-position: 91% 36%;
    background-size: 7%;
    margin-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 340px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-content.design {
    justify-content: center;
    align-items: center;
  }

  .text-content._2 {
    width: 350px;
  }

  .text-content._2._1 {
    width: auto;
  }

  .text-content._001 {
    width: auto;
    margin-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-content._001.f {
    margin-top: 150px;
  }

  .text-content._001.p {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .heading-3 {
    text-align: center;
    flex: 0 auto;
    width: 300px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
  }

  .heading-3._1 {
    text-align: center;
    align-self: center;
    width: 340px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
  }

  .heading-3._1.p {
    letter-spacing: 0;
    font-size: 34px;
  }

  .heading-3._2 {
    font-size: 34px;
  }

  .heading-3._01.p {
    margin-bottom: 0;
  }

  .sheet-image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .design-section {
    margin-top: 50px;
  }

  .design-content {
    background-image: url('../images/Vector-21.png'), url('../images/Frame-471.png'), linear-gradient(#0000, #0000);
    background-position: 0 90%, 0 0, 0 0;
    flex-flow: column;
    height: auto;
  }

  .content2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .content1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
  }

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

  .image-16 {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .image-17 {
    max-width: 100%;
    margin-left: 0;
  }

  .image-18 {
    max-width: 82%;
  }

  .additional {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-div2 {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-t1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-t2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-4 {
    font-size: 16px;
  }

  .heading-4._3 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }

  .heading-5 {
    font-size: 26px;
  }

  .heading-5._2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .feature {
    margin-top: 50px;
  }

  .feature-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .feature-content._1._001 {
    flex-flow: column;
  }

  .additional2 {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5 {
    background-position: 50%;
    background-size: auto;
    height: 420px;
  }

  .div-block-6 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-20 {
    max-width: 44%;
  }

  .image-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-2 {
    grid-row-gap: 20px;
  }

  .heading-all {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-all {
    max-width: none;
    font-size: 14px;
    line-height: 24px;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .faq-content {
    max-width: 100%;
  }

  .faq-s-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .text-box {
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    width: 300px;
    margin-left: 0;
    padding: 20px 0;
  }

  .expand-icon {
    flex: none;
  }

  .div-all {
    flex: 0 auto;
    max-width: none;
  }

  .faq---main {
    max-width: 350px;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .testimonial-wrapper1 {
    text-align: center;
    width: 530px;
  }

  .testimonial-slide {
    text-align: left;
    vertical-align: baseline;
    width: 300px;
    min-width: 0;
    height: 250px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    bottom: auto;
  }

  .testimonial-client {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 250px;
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 0;
  }

  .testimonial-main {
    width: 500px;
  }

  .testimonial-content {
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    height: auto;
    margin-top: 0;
  }

  .heading-tiny {
    margin-left: 0;
  }

  .testimonial-arrow {
    top: 50%;
    right: 9%;
  }

  .testimonial-arrow:hover {
    background-color: #000;
  }

  .testimonial-arrow.left {
    top: 50%;
    right: 70%;
  }

  .testimonial-mask {
    text-align: center;
    flex: 0 auto;
    order: 0;
    width: 1100px;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    overflow: visible;
  }

  .eading-xsmall {
    height: 150px;
    font-size: 16px;
  }

  .vertical-div {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 600px;
    max-width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    display: flex;
    position: static;
    overflow: visible;
  }

  .client-image {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .testimonial-component {
    justify-content: center;
    align-items: center;
    width: 1250px;
    margin-top: 3rem;
    margin-left: 280px;
    margin-right: -200px;
    padding-bottom: 0;
    display: flex;
  }

  .testi-div {
    box-sizing: border-box;
    text-align: center;
    width: 500px;
    max-width: 500px;
    overflow: scroll;
  }

  .text-small {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6 {
    top: 83%;
  }

  .footer {
    margin-top: 20px;
  }

  .footer-div {
    background-position: 100% 100%, 0 100%;
    background-size: 40%, 58%;
    height: auto;
  }

  .heading-8 {
    text-align: center;
    margin-top: 50px;
  }

  .heading-9 {
    text-align: center;
    width: 300px;
    margin-left: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
  }

  .image-23 {
    width: 60%;
  }

  .footer-box1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-box1._2 {
    margin-top: 20px;
  }

  .footer-content1 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .footer-content2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-around;
    align-items: stretch;
    width: 200px;
    margin-top: 20px;
  }

  .heading-10 {
    margin-bottom: 0;
  }

  .footer-link {
    font-size: 14px;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -8px;
    margin-right: -41px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-1 {
    width: 28px;
    height: 28px;
  }

  .dropdown-link, .dropdown-link._2 {
    padding-top: 10px;
    padding-left: 20px;
  }

  .dropdown-link-2, .dropdown-link-2._2 {
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .dropdown-list._2.w--open {
    background-color: #9f3fff;
    border-radius: 10px;
    width: auto;
  }

  .hero-video {
    width: 100%;
    height: 200px;
  }

  .location-video {
    width: 100%;
    max-width: none;
    height: 90%;
    min-height: auto;
    overflow: hidden;
  }

  .image-24 {
    top: 34%;
    left: auto;
  }

  .design-video-2 {
    width: 100%;
    height: 96%;
  }

  .dropdown {
    width: 97%;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    padding-right: 6px;
  }

  .menu-button.w--open {
    background-color: #0000;
    padding-right: 6px;
  }

  .background-video-2 {
    width: 94%;
    height: 246px;
  }

  .image-25 {
    margin-top: -38%;
    margin-right: 0;
  }

  .image-26 {
    max-width: 100%;
  }

  .hero-section {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-title {
    width: 100%;
  }

  .textbox-1 {
    font-size: 14px;
  }

  .hero-heading {
    text-align: center;
    width: 300px;
    font-size: 46px;
    line-height: 60px;
  }

  .subtext-2 {
    text-align: center;
    width: auto;
    font-size: 16px;
  }

  .cta._1._2 {
    margin-top: 10px;
  }

  .image-27 {
    max-width: 100%;
    margin-right: -30px;
  }

  .div-block-8 {
    margin-top: -20px;
  }

  .hero-heading2 {
    font-size: 50px;
    line-height: 60px;
  }

  .what {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(#0000, #0000);
    margin-top: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-heading {
    width: 320px;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
  }

  .div-heading._2 {
    width: 300px;
    font-size: 28px;
    line-height: 36px;
  }

  .div-subtext {
    width: auto;
    font-size: 16px;
  }

  .div-subtext._2 {
    width: 300px;
  }

  .why-choose-us {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
  }

  .why-choose-us.f {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0;
  }

  .why-choose-div {
    width: auto;
  }

  .capsule {
    font-size: 14px;
  }

  ._3-cards {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 300px;
    margin-top: 0;
  }

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

  .card._2 {
    width: auto;
  }

  .card-img {
    width: 280px;
  }

  .card-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card-description {
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
  }

  .easy-to-manage {
    padding-top: 60px;
  }

  .easy-to-manage-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .easy-to-manage-div.f {
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-box {
    margin-top: 0;
  }

  ._6-cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 300px;
    margin-bottom: 20px;
  }

  .image-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .image-box-title {
    width: auto;
    font-size: 16px;
  }

  .features-you-need {
    padding-top: 60px;
  }

  .features-you-need-div {
    width: auto;
    margin-left: 2px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 60px 20px 50px;
  }

  .logo-sliders {
    padding-top: 60px;
  }

  .wrapper-3 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-component-2 {
    margin-top: 1rem;
  }

  .loop-trigger-2 {
    overflow: visible;
  }

  .main-tabs.tabs-heading {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .tab-pane-tab-3 {
    margin-left: 0;
  }

  .tab-link-tab-3-2 {
    padding-left: 20px;
  }

  .tab-link-tab-3-2.w--current {
    border-color: #000;
    font-size: 14px;
  }

  .tabs-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    display: flex;
  }

  .tabs-2._2 {
    flex-flow: column;
  }

  .tabs-menu-2 {
    background-image: none;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .tabs-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab-pane-tab-1 {
    margin-left: 0;
    padding-left: 0;
  }

  .tab-link-tab-1-2 {
    width: 100%;
    padding-left: 20px;
  }

  .tab-link-tab-1-2.w--current {
    border-color: #000;
    padding-left: 20px;
  }

  .p-tab-sub {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .p-tab-sub.work {
    width: 90%;
    font-size: 14px;
  }

  .tabs-image {
    text-align: center;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .tab-pane-tab-2 {
    text-align: center;
    margin-left: 0;
  }

  .tab-link-tab-2-2 {
    padding-left: 20px;
  }

  .tab-link-tab-2-2.w--current {
    border-color: #000;
    font-size: 14px;
  }

  .dropdown-2 {
    width: 74%;
  }

  .tabs-content-2 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-right: 0;
  }

  .image-30 {
    max-width: 100%;
  }

  .icon-2 {
    margin-right: 10px;
  }

  .icon-3, .icon-4 {
    color: #000;
  }

  .pricing {
    padding-top: 80px;
  }

  .pricing11_plans {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pricing11_empty-space {
    justify-content: center;
    height: auto;
    display: block;
  }

  .pricing-tabs-content {
    margin-top: 0;
  }

  .pricing11_top-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .tabs-menu-3 {
    margin-bottom: 2rem;
  }

  .tabs-3 {
    margin-top: 0;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 30px;
  }

  .div-block-10 {
    height: 180px;
    display: block;
  }

  .p1 {
    text-align: center;
    padding-left: 0;
  }

  .section {
    height: auto;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .get {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: auto;
    margin-top: 0;
  }

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

  .div-block-11 {
    justify-content: center;
    align-items: center;
  }

  .text-heading {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .text-subtext {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .check-points {
    width: auto;
  }

  .div-block-12 {
    background-position: 50%;
    background-size: auto;
    width: 100%;
    height: 420px;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

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

  .paragraph-3 {
    text-align: left;
    font-size: 16px;
  }

  .div-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .div-block-14 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .image-32 {
    margin-bottom: 10px;
  }

  .text-block-8 {
    margin-top: -31px;
    margin-left: -50px;
  }

  .div-block-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: block;
  }

  .bold-text {
    width: 300px;
    font-weight: 700;
  }

  .div-block-17 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button {
    width: auto;
    height: 48px;
    font-size: 14px;
  }

  .button._2 {
    width: auto;
  }

  .do-everything {
    margin-top: 60px;
  }

  .div-block-18 {
    width: auto;
  }

  .cards1 {
    flex-flow: column;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-34 {
    margin-bottom: 0;
  }

  .div-block-20 {
    margin-right: 0;
  }

  .cards2 {
    flex-flow: column-reverse;
  }

  .div-block-21 {
    margin-bottom: -20px;
  }

  .div-block-21._1 {
    width: 80%;
  }

  .div-block-22 {
    width: 80%;
    margin-top: 0;
    margin-bottom: -20px;
  }

  .cards3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 0;
  }

  .div-block-24 {
    margin-left: 0;
  }

  .last-card {
    width: auto;
  }

  .image-35, .image-36 {
    width: 100%;
  }

  .image-37 {
    width: 90%;
  }

  .location-management {
    padding-top: 0;
  }

  .location-management._1, .last {
    padding-top: 60px;
  }

  .div-block-25 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: auto;
    margin-top: 20px;
  }

  .div-block-26 {
    background-position: 82% 120%, 18% 120%, -1% 10%, 98% 10%, 50% 0;
    background-size: 34%, 34%, 26%, 26%, 30%;
    width: auto;
    margin-top: 80px;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .div-block-27 {
    width: 90%;
    height: 340px;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-15 {
    font-size: 38px;
  }

  .text-block-10 {
    font-size: 17px;
  }

  .platform-cards {
    padding-bottom: 60px;
  }

  .card-div {
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    display: flex;
  }

  .p-card {
    width: 90%;
    height: 300px;
    padding: 20px;
  }

  .div-block-28 {
    flex-flow: column;
    width: 90%;
    margin-left: 0;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .image-38 {
    margin-right: 0;
  }

  .div-block-30 {
    background-image: url('../images/01_1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 271px;
  }

  .image-39 {
    width: 26%;
  }

  .i {
    width: 20%;
  }

  .i2 {
    width: 15%;
    margin-bottom: -120px;
    left: 10%;
  }

  .i3 {
    width: 15%;
    top: 10%;
    right: 0%;
  }

  .i4 {
    width: 20%;
    bottom: 10%;
    right: 0%;
  }

  .i5 {
    width: 20%;
  }

  .i6 {
    width: 20%;
    bottom: 0%;
  }

  .div-block-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-32 {
    width: 100%;
  }

  .list-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
  }

  .div-block-34 {
    width: 100%;
  }

  .image-41 {
    order: 1;
    align-self: center;
    margin-top: 0;
  }

  .image-42 {
    align-self: center;
    margin-top: -4px;
    margin-right: 0;
  }

  .image-43 {
    align-self: center;
    margin-top: 0;
    margin-left: 0;
  }

  .image-44 {
    margin-top: 0;
    margin-left: 0;
  }

  .image-46 {
    margin-top: -23px;
    margin-left: 0;
  }

  .paragraph-10 {
    align-self: center;
    width: 300px;
  }

  .paragraph-11 {
    width: 300px;
    margin-left: 17px;
  }

  .paragraph-12 {
    align-self: center;
    width: 300px;
    margin-left: 0;
  }

  .paragraph-13 {
    width: 300px;
  }

  .paragraph-15 {
    text-align: center;
    width: 300px;
    margin-left: 0;
    padding-left: 0;
  }

  .paragraph-16 {
    width: 300px;
  }

  .paragraph-18 {
    width: 280px;
    height: 50px;
    margin-bottom: 0;
  }

  .paragraph-20 {
    text-align: center;
    align-self: center;
    width: 300px;
  }

  .paragraph-21 {
    text-align: center;
    width: 300px;
    font-size: 50px;
    font-weight: 600;
  }

  .paragraph-24 {
    align-self: center;
  }

  .paragraph-25 {
    width: 300px;
  }

  .heading-18 {
    width: 330px;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
  }

  .paragraph-27, .paragraph-28, .paragraph-30, .paragraph-31 {
    width: 300px;
  }

  .paragraph-33 {
    width: 300px;
    margin-left: 0;
  }

  .paragraph-37, .paragraph-38, .paragraph-39 {
    width: 320px;
  }

  .bold-text-3 {
    width: auto;
    font-size: 45px;
    font-weight: 700;
    line-height: 65px;
  }

  .paragraph-40 {
    width: 320px;
  }

  .paragraph-41 {
    width: 280px;
  }

  .paragraph-45 {
    width: 300px;
  }

  .paragraph-47 {
    width: 300px;
    margin-left: 0;
  }

  .paragraph-48 {
    width: 300px;
  }

  .paragraph-49 {
    max-width: 320px;
  }

  .paragraph-50 {
    width: 300px;
  }

  .paragraph-51 {
    width: 280px;
  }

  .paragraph-53 {
    width: 300px;
    margin-left: 0;
  }

  .heading-20 {
    color: #212121;
    font-size: 50px;
    font-weight: 700;
  }

  .paragraph-57 {
    width: 300px;
    margin-left: 0;
  }

  .paragraph-58 {
    text-align: left;
    align-self: center;
    width: 300px;
    margin-bottom: 0;
    padding: 8px 5px 10px;
  }

  .heading-21 {
    width: 330px;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
  }

  .bold-text-6, .bold-text-7, .bold-text-8 {
    font-size: 40px;
  }

  .bold-text-9 {
    width: 350px;
    font-size: 40px;
  }

  .bold-text-10 {
    width: 330px;
    font-size: 33px;
  }

  .image-48, .image-49 {
    margin-top: -20px;
    margin-left: 0;
  }

  .paragraph-59 {
    text-align: center;
    width: 300px;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-22 {
    text-align: center;
    flex: 0 auto;
    width: 300px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 50px;
  }

  .heading-23 {
    font-size: 26px;
  }

  .paragraph-60 {
    width: 300px;
  }

  .paragraph-61 {
    text-align: center;
    width: 300px;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-24 {
    text-align: center;
    flex: 0 auto;
    width: 300px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 50px;
  }

  .heading-25 {
    font-size: 26px;
  }

  .paragraph-62 {
    width: 300px;
  }

  .faq-title {
    text-align: left;
    width: 300px;
    margin-top: 0;
    padding: 0 63px 0 0;
    font-size: 17px;
    line-height: 120%;
  }

  .single-faq {
    padding: 20px;
  }

  .heading-2-center {
    letter-spacing: -.5px;
    font-size: 36px;
  }

  .single-faq-2 {
    padding: 20px;
  }

  .faq-title-2 {
    font-size: 20px;
  }

  .div-block-38 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .plan-title {
    text-align: left;
    place-items: stretch start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .compare-plan-content {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    width: 90%;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
  }

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

  .compare-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .features-main-image-2 {
    width: 80%;
    margin-left: -10px;
  }

  .heading-33 {
    letter-spacing: -.5px;
    font-size: 36px;
  }

  .heading-33.features {
    width: 100%;
  }

  .features-card {
    padding: 30px 16px;
    top: 20px;
  }

  .features-card-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 30px 16px;
    top: 40px;
  }

  .features-card-3 {
    padding: 30px 16px;
    top: 60px;
  }

  .features-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .features-main-image {
    width: 80%;
    margin-left: -10px;
  }

  .heading-5-center {
    font-size: 20px;
  }

  .image-2 {
    margin-top: -6px;
  }

  .feature-area-container {
    background-image: linear-gradient(320deg, #e0f2ff, #e0f2ff);
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-card {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding: 20px;
  }

  .feature-card-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: 233px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-title {
    font-size: 20px;
  }

  .category-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: flex-start;
  }

  .feature-icon-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feature-card-one {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-40 {
    letter-spacing: -.5px;
    font-size: 30px;
  }

  .feature-card-one-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-41 {
    letter-spacing: -.5px;
    font-size: 30px;
  }

  .feature-card-one-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-42 {
    letter-spacing: -.5px;
    font-size: 30px;
  }

  .image-53 {
    margin-top: -6px;
  }
}

#w-node-_8f856a78-ec22-8fa5-0f65-a85b7e200b73-7e200b70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f856a78-ec22-8fa5-0f65-a85b7e200b7b-7e200b70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-66d12a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-66d12a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-acbd95b7-58ea-b015-0eb9-a97ac9e71f59-748595dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acbd95b7-58ea-b015-0eb9-a97ac9e71f63-748595dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5f6f497f-4b0a-33fd-64ff-ad461cd21646-a8207688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f6f497f-4b0a-33fd-64ff-ad461cd21650-a8207688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_750db018-505d-62ac-d043-dacf7a239cc7-b59fd917 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_750db018-505d-62ac-d043-dacf7a239cd1-b59fd917 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6935f5bc-4498-4102-879b-d7f75b000561-e9b6cb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6935f5bc-4498-4102-879b-d7f75b00056b-e9b6cb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6935f5bc-4498-4102-879b-d7f75b000561-87b9bb42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6935f5bc-4498-4102-879b-d7f75b00056b-87b9bb42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-22a798b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-22a798b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-6e9ca3f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-6e9ca3f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-f8a04ea8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-f8a04ea8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-b90e23f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-b90e23f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-43fd00e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-43fd00e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-c206240c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-c206240c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-69d2a032 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-69d2a032 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ac7c81bc-e0f5-9255-14ca-9824af653387-1806d753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac7c81bc-e0f5-9255-14ca-9824af653391-1806d753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d68-e28a8ef7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d6a-e28a8ef7 {
  justify-self: center;
}

#w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d6d-e28a8ef7 {
  place-self: auto center;
}

#w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d70-e28a8ef7 {
  justify-self: center;
}

#w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d74-e28a8ef7 {
  justify-self: start;
}

#w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d77-e28a8ef7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d79-e28a8ef7, #w-node-_282e048d-bc55-1c2c-d86a-bfc31a9c9a22-e28a8ef7 {
  justify-self: start;
}

#w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d7e-e28a8ef7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d81-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d83-e28a8ef7, #w-node-a5bb8a2a-03cb-025b-0331-7e4a48f01e5a-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d88-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d8b-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d8d-e28a8ef7, #w-node-_0798d3e7-214a-c5af-eb54-105f0a5563ad-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d92-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d95-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d97-e28a8ef7, #w-node-c5d74b4c-6e07-c2f7-9f8a-9c8b0319e870-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d9c-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6d9f-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6da1-e28a8ef7, #w-node-_228f6e7c-5e4b-f1d2-2125-bf612c18ea7e-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6da6-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6da9-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6dab-e28a8ef7, #w-node-_039a338c-994e-af60-afb2-537dd308afa1-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6db0-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6db3-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6db5-e28a8ef7, #w-node-_109efd37-233f-bb15-09d8-33f9a4b8c225-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6dba-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6dbd-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6dbf-e28a8ef7, #w-node-_2a009800-2965-8859-58e4-b1fb4449d770-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6dc4-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6dc7-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6dc9-e28a8ef7, #w-node-c0b7cb91-54d7-43b2-acdc-a2c94593a607-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6dce-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6dd1-e28a8ef7, #w-node-ba7a5119-fa41-b27f-d582-0ae6cbeb6dd3-e28a8ef7, #w-node-a7b28c4c-8a4c-c6ef-57a8-d3ac29b1fc8a-e28a8ef7 {
  justify-self: start;
}

#w-node-_99c8a997-aabb-8b59-c4ae-ce2930012ecc-e28a8ef7 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ba7fa210-5c46-9d92-9b01-34f81b66e379-e28a8ef7 {
  place-self: center;
}

#w-node-_9986aaaf-4f15-5cae-4547-61584a054ff6-e28a8ef7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9986aaaf-4f15-5cae-4547-61584a054ffd-e28a8ef7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_8f856a78-ec22-8fa5-0f65-a85b7e200b73-7e200b70, #w-node-_8f856a78-ec22-8fa5-0f65-a85b7e200b7b-7e200b70, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-66d12a15, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-66d12a15, #w-node-acbd95b7-58ea-b015-0eb9-a97ac9e71f59-748595dc, #w-node-acbd95b7-58ea-b015-0eb9-a97ac9e71f63-748595dc, #w-node-_5f6f497f-4b0a-33fd-64ff-ad461cd21646-a8207688, #w-node-_5f6f497f-4b0a-33fd-64ff-ad461cd21650-a8207688, #w-node-_750db018-505d-62ac-d043-dacf7a239cc7-b59fd917, #w-node-_750db018-505d-62ac-d043-dacf7a239cd1-b59fd917, #w-node-_6935f5bc-4498-4102-879b-d7f75b000561-e9b6cb91, #w-node-_6935f5bc-4498-4102-879b-d7f75b00056b-e9b6cb91, #w-node-_6935f5bc-4498-4102-879b-d7f75b000561-87b9bb42, #w-node-_6935f5bc-4498-4102-879b-d7f75b00056b-87b9bb42, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-22a798b4, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-22a798b4, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-6e9ca3f0, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-6e9ca3f0, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-f8a04ea8, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-f8a04ea8, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-b90e23f5, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-b90e23f5, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-43fd00e8, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-43fd00e8, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-c206240c, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-c206240c, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8d4-69d2a032, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-69d2a032, #w-node-ac7c81bc-e0f5-9255-14ca-9824af653387-1806d753, #w-node-ac7c81bc-e0f5-9255-14ca-9824af653391-1806d753 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8f856a78-ec22-8fa5-0f65-a85b7e200b7b-7e200b70, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-66d12a15, #w-node-acbd95b7-58ea-b015-0eb9-a97ac9e71f63-748595dc, #w-node-_5f6f497f-4b0a-33fd-64ff-ad461cd21650-a8207688, #w-node-_750db018-505d-62ac-d043-dacf7a239cd1-b59fd917, #w-node-_6935f5bc-4498-4102-879b-d7f75b00056b-e9b6cb91, #w-node-_6935f5bc-4498-4102-879b-d7f75b00056b-87b9bb42 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f7271dde-e934-b182-1b30-7497a0a8f540-6f045cde {
    align-self: auto;
  }

  #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-22a798b4, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-6e9ca3f0, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-f8a04ea8, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-b90e23f5, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-43fd00e8, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-c206240c, #w-node-_4374e327-c0ca-7ab4-244a-19ca4a49d8de-69d2a032, #w-node-ac7c81bc-e0f5-9255-14ca-9824af653391-1806d753 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


