:root {
  --dark-silver: #6d6d6d;
  --violet: #7d01f8;
  --white: #fff;
  --ultramarine-blue: #475dec;
  --light-purple: #e7d2fd;
  --lavender: #bccdff;
  --platinum: #e1e2e3;
  --blue: #3662e3;
  --eerie-black: #111729;
  --magnolia: #f3e8ff;
  --dark-metal: #192034;
  --white-2: white;
  --black: black;
}
h1{
  font-size: 70px;
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: var(--dark-silver);
  font-family: Lexend, sans-serif;
  font-size: 18px;
  line-height: 146%;
}

 h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 129%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 135%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

p {
  margin-bottom: 0;
}

a {
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

a:hover {
  color: var(--violet);
}

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

.text-l {
  font-size: 24px;
  line-height: 150%;
}

.text-20 {
  font-size: 20px;
  line-height: 146%;
}

.buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #111729;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.btn {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100px;
  padding: 25px 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 105%;
}

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

.btn.btn-secondary {
  border-color: var(--violet);
  color: var(--violet);
}

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

.btn.btn-secondary.btn-header {
  padding: 19px 51px;
}

.btn.get-started-btn {
  border-color: var(--dark-silver);
  color: var(--dark-silver);
  padding: 15px 25px;
}

.btn.get-started-btn:hover {
  border-color: var(--white);
  color: var(--white);
}

.btn.get-started-btn-popular {
  border-color: var(--white);
  color: var(--white);
  padding: 15px 25px;
}

.btn.get-started-btn-popular:hover {
  border-color: var(--white);
  color: var(--white);
}

.container {
  max-width: 1574px;
}

.container.position-relative {
  position: relative;
}

.header {
  z-index: 999;
  max-width: 1640px;
  background-color: var(--white);
  border-radius: 90px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 4px 10px rgba(0, 0, 0, .1);
}

.hero-section {
  background-image: linear-gradient(83deg, #7d01f8 2.59%, #1a49d4);
  padding-top: 40px;
  padding-bottom: 40px;
}

.header-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: static;
}

.main-logo {
  max-width: 134px;
}

.menu-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.menu-item:hover {
  color: var(--violet);
}

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

.menu-container {
  background-color: rgba(255, 255, 255, 0);
}

.header-menu {
  background-color: rgba(255, 255, 255, 0);
  position: static;
}

.hide-on-desktop {
  display: none;
}

.header-container {
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 40px;
}

.full-width {
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.height-40 {
  height: 40px;
}

.mobile-header-button.hide-on-tablet-up.hide, .html-embed {
  display: none;
}

.footer-section {
  background-image: linear-gradient(83deg, #7d01f8 2.59%, #1a49d4);
  position: relative;
}

.sign-up-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-menu-wrap {
  border-top: 1px solid var(--ultramarine-blue);
}

.copyright-footer {
  justify-content: space-between;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 27px;
  display: flex;
}

.copyright-text, .text-block-2 {
  color: var(--light-purple);
}

.text-xxl {
  font-size: 35px;
  line-height: 119%;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.heading-3 {
  color: var(--white);
  text-align: center;
}

.text-block-3 {
  color: var(--lavender);
}

.bottom-curve-line {
  width: 100%;
  position: absolute;
}

.div-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.image {
  max-width: 133px;
}

.div-block-3 {
  position: relative;
}

.footer-menu-list {
  max-width: 900px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-menu-item {
  color: var(--lavender);
}

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

.hero-banner-wrap {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-banner-wrap.padding-tb-180-115 {
  padding-top: 180px;
  padding-bottom: 115px;
}

.hero-banner-cta-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.text-xl {
  font-size: 30px;
  line-height: 135%;
}

.hero-h1 {
  color: var(--white);
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 114%;
}

.hero-text, .text-block-4 {
  color: var(--white);
  font-weight: 500;
}

.play-video-cta {
  cursor: pointer;
  display: flex;
}

.text-block-5 {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
}

.text-block-5:hover {
  border-bottom-color: var(--light-purple);
  color: var(--light-purple);
}

.padding-tb-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.with-cursive-line-v1 {
  position: relative;
}

.line-break-tablet {
  display: block;
}

.line-break-mobile-l {
  height: 0;
  display: block;
}

.custom-codes {
  display: none;
}

.phone-wrapper {
  max-width: 1020px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.phone-container {
  max-width: 485px;
  position: absolute;
  top: 0;
}

.padding-b-0 {
  padding-bottom: 0;
}

.image-2 {
  z-index: 2;
  object-fit: contain;
  position: relative;
}

.phone-bg {
  width: 100%;
  max-width: 1031px;
  aspect-ratio: 1031 / 664;
  object-fit: contain;
}

.herobanner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 23px 18px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.feature-section {
  padding-top: 320px;
  padding-bottom: 140px;
  position: relative;
}

.pricing-header {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
}

.feature-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-10 {
  color: var(--violet);
}

.text-block-10 {
  max-width: 1010px;
  font-weight: 300;
  margin-top:20px;
}

.with-cursive-line-v2 {
  position: relative;
}

.feature-item {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border: 1px solid var(--lavender);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.feature-img {
  z-index: 2;
  border-top: 1px solid var(--platinum);
  border-right: 1px solid var(--platinum);
  border-left: 1px solid var(--platinum);
  display: flex;
  position: relative;
}

.feature-text {
  text-align: center;
  padding: 30px 20px;
}

.feature-img-attached {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-text-heading {
  color: var(--blue);
  margin-bottom: 10px;
}

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

.custom-css-feature-list {
  display: none;
}

.feature-2-section {
  background-image: linear-gradient(80deg, #7d01f8 3.64%, #3662e3);
  position: relative;
}

.feature-2-container {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr .6fr;
  grid-auto-columns: 1fr;
  display: grid;
  padding:20px 20px 0px;
}

.feature-2-content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.feature-2-img {
  padding-top: 50px;
  padding-bottom: 50px;
}

.feature-2-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.feature-2-img-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-2-img-float {
  position: relative;
}

.heading-6 {
  color: var(--white);
}

.text-block-7 {
  color: var(--light-purple);
  font-weight: 300;
}

.image-3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-3-section {
  padding-top: 115px;
  padding-bottom: 80px;
  position: relative;
}

.feature-3-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/feature-3-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-3-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.feature-3-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 60px;
  display: flex;
}

.heading-7 {
  color: var(--eerie-black);
}

.text-block-8 {
  font-weight: 300;
}

.image-4 {
  max-width: 400px;
  position: absolute;
  top: 45%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.line-break-desktop {
  display: block;
}

.feature-3-list-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.feature-3-item {
  width: 100%;
  height: 100%;
  border: 7px solid var(--magnolia);
  text-align: center;
  border-radius: 30px;
  padding: 30px 20px;
}

.heading-8 {
  color: var(--blue);
  margin-bottom: 10px;
}

.image-5 {
  height: 113px;
  margin-bottom: 20px;
}

.testimonial-section {
  background-color: var(--eerie-black);
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}
.testimonial-section .txt-location{
  font-size:16px;
  color:#a0a9c5;

}



.testimonial-header {
  justify-content: center;

  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.testimonial-header .subheader{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonial-header p{
  display: block;
  color:var(--lavender);
  text-align: center;
  font-size: 21px;
}

.image-6 {
  width: 67px;
}

.heading-9 {
  color: var(--white);
  letter-spacing: 4.8px;
  text-transform: uppercase;
  font-weight: 400;
  margin-left:16px;
}

.testimonial-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}



.paragraph-2 {
  font-weight: 300;
}

.star-rating-img {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-section {
  background-color: var(--eerie-black);
  position: relative;
}

.text-span {
  color: var(--white);
  font-weight: 500;
  display: block;
}

.top-line {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.padding-tb-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pricing-tab-content-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-tab-menu {
  background-color: #192034;
  border: 1px solid #495885;
  border-radius: 100px;
  margin: 50px auto 64px;
  padding: 7px;
  display: inline-block;
}

.pricing-btn-text {
  display: inline-block;
}

.pricing-btn {
  min-width: 163px;
  color: #adc1fc;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100px;
  font-weight: 300;
}

.pricing-btn.w--current {
  background-color: var(--violet);
  color: var(--white);
}

.pricing-btn.move-left {
  margin-left: -15px;
}

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

.tab-content-container {
  width: 100%;
}

.pricing-item {
  border: 5px solid #6d6d6d;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 20px;
  display: flex;
}

.pricing-item.most-popular {
  border-color: var(--blue);
}

.heading-11 {
  color: var(--white);
  text-align: center;
  font-size: 45px;
}

.text-block-11 {
  color: var(--lavender);
  text-align: center;
  font-weight: 300;
}

.text-block-12 {
  color: #a0a9c5;
  margin-top: 22px;
  margin-bottom: 26px;
}

.pricing-list-feature {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
}

.pricing-list-item {
  color: var(--white);
  border: 0 solid #000;
  padding-bottom: 5px;
  padding-left: 35px;
  font-weight: 300;
  position: relative;
}

.list-custom-code {
  display: none;
}

.text-block-13 {
  max-width: 840px;
  color: var(--lavender);
  font-weight: 300;
}

.heading-12 {
  color: var(--white);
}

.header-section {
  width: 100%;
  position: fixed;
}

.header-section.padding-lr-10 {
  z-index: 999;
  top: 35px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.anchor {
  position: absolute;
  top: -150px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.subfooter-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#dae3ff, #ecd8ff);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 60px;
  display: grid;
}

.subfooter-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  max-width: 620px;
  text-align: center;
}

.heading-13 {
  color: var(--violet);
  margin-bottom: 20px;
}

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

.with-cursive-line-v3 {
  position: relative;
}

.div-block-6 {
  max-width: 620px;
}

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

.form-label {
  margin-bottom: 10px;
  font-weight: 400;
}

.form-ctas {
  padding-top: 16px;
}

.form-input {
  height: 60px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px;
}

.success-message {
  background-color: var(--white);
  color: var(--violet);
}

.error-message {
  color: red;
  background-color: rgba(255, 255, 255, 0);
}

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

.hero-h1-ty {
  color: var(--violet);
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 300;
  line-height: 114%;
}

.hero-text-ty {
  color: var(--dark-silver);
}

.recaptcha {
  margin-bottom: 16px;
}

@media screen and (min-width: 1280px) {
 
  h2 {
    font-size: 50px;
  }

  .btn.get-started-btn, .btn.get-started-btn-popular {
    padding: 25px 50px;
  }

  .menu-wrap, .menu-list {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
  }

  .header-container {
    padding-left: 75px;
    padding-right: 75px;
  }




  .feature-section {
    padding-bottom: 180px;
  }

  .feature-text {
    padding: 40px;
  }

  .feature-2-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feature-3-container {
    grid-template-columns: 1fr .75fr;
  }

  .feature-3-content {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 60px;
  }

  .image-4 {
    max-width: 450px;
    top: 50%;
  }

  .feature-3-list-container {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    margin-top: 60px;
  }

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



  .testimonial-wrap {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .star-rating-img {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pricing-tab-content-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pricing-item {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .pricing-list-item {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .subfooter-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-h1 {
    font-size: 70px;
  }

  .feature-3-content {
    padding-top: 110px;
    padding-bottom: 110px;
    padding-right: 90px;
  }

  .image-4 {
    max-width: 540px;
    left: -7%;
  }

  .feature-3-list-container {
    margin-top: 100px;
  }

  .feature-3-item {
    padding: 60px 40px;
  }

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



  .padding-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pricing-list-item {
    padding-left: 40px;
    font-size: 24px;
  }

  .subfooter-wrapper {
    grid-column-gap: 85px;
    grid-row-gap: 85px;
    padding: 65px 95px;
  }

  .subfooter-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-13 {
    margin-bottom: 30px;
  }

  .form-fields {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
  }

  .form-ctas {
    padding-top: 30px;
  }

  .hero-h1-ty {
    font-size: 100px;
  }

  .recaptcha {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .copyright-footer {
    justify-content: center;
  }

  .hero-h1 {
    font-size: 75px;
  }

  .subfooter-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .text-block-14 {
    font-weight: 500;
  }

  .hero-h1-ty {
    font-size: 120px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
 
   h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 28px;
  }

  .text-l {
    font-size: 22px;
  }

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

  .btn {
    padding: 15px 20px;
    font-size: 18px;
  }

  .btn.btn-secondary.btn-header {
    padding: 15px 20px;
  }

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

  .menu-list {
    background-image: linear-gradient(#dae3ff, #ecd8ff);
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-button {
    padding: 5px;
    font-size: 60px;
  }

  .menu-button.w--open {
    background-image: linear-gradient(#dae3ff, #ecd8ff);
  }

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

  .burger-menu:hover {
    color: var(--violet);
  }

  .copyright-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-xxl {
    font-size: 30px;
  }

  .image {
    max-width: 100px;
  }

  .footer-menu-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-tb-85 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-banner-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .hero-banner-wrap.padding-tb-180-115 {
    padding-top: 140px;
    padding-bottom: 75px;
  }

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



  .padding-tb-115 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .phone-container {
    max-width: 250px;
  }

  .phone-bg {
    max-width: 600px;
  }

  .herobanner-video {
    padding: 12px 13px;
  }

  .feature-section {
    padding-top: 145px;
    padding-bottom: 90px;
  }

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

  .feature-list-wrap {
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
  }

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

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

  .feature-2-container {
    grid-template-rows: auto auto;
  }

  .feature-2-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feature-2-img {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-2-content-wrap {
    text-align: center;
    align-items: center;
  }

  .image-3 {
    position: relative;
  }

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

  .feature-3-content {
    padding-right: 20px;
  }

  .image-4 {
    width: 400px;
    max-width: 100%;
  }

  .line-break-desktop {
    display: none;
  }

  .feature-3-item {
    padding: 25px 5px;
  }

  .image-5 {
    margin-bottom: 10px;
  }

  .testimonial-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }



  .padding-tb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pricing-tab-content-1 {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-tab-menu {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .heading-11 {
    font-size: 40px;
  }

  .pricing-list-item {
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .header-section.padding-lr-10 {
    top: 30px;
  }

  .subfooter-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    text-align: center;
  }

  .form-ctas {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-h1-ty {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

   h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

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

  .text-20, .btn {
    font-size: 16px;
  }

  .header-wrap {
    width: 100%;
  }

  .menu-wrap {
    flex-direction: row;
  }

  .main-logo {
    max-width: 110px;
  }

  .menu-button {
    font-size: 45px;
  }

  .hide-on-s {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

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

  .mobile-header-button.hide-on-tablet-up {
    display: none;
  }

  .copyright-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
  }

  .text-xxl {
    font-size: 24px;
  }

  .footer-menu-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .padding-tb-85 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-banner-wrap.padding-tb-180-115 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .hero-banner-cta-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
   
  }

  .text-xl {
    font-size: 22px;
  }



  .padding-tb-115 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .line-break-mobile-l {
    display: none;
  }

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

  .feature-list-wrap, .feature-list {
    grid-template-columns: 1fr;
  }

  .feature-text-p {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-tb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feature-2-content-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .feature-3-section {
    padding-top: 90px;
  }

  .feature-3-container {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #ecd8ff), url('../images/feature-3-background.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    grid-template-rows: auto auto;
  }

  .feature-3-img-wrap {
    width: 100%;
  }

  .feature-3-img {
    height: 230px;
  }

  .feature-3-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .image-4 {
    width: 230px;
    top: auto;
    bottom: -15px;
    left: 50%;
    right: 0%;
    transform: translate(-50%);
  }

  .feature-3-list-container {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    height: 90px;
  }

  .text-block-9 {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-section {
    padding-top: 45px;
    padding-bottom: 35px;
  }



  .image-6 {
    width: 45px;
  }

  .padding-tb-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-tab-content-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-11 {
    font-size: 30px;
  }

  .subfooter-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-fields {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form-input {
    height: 40px;
  }

  .hero-h1-ty {
    font-size: 50px;
  }
}

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

  h3 {
    font-size: 22px;
  }

  .text-l {
    font-size: 16px;
  }

  .btn {
    font-size: 14px;
  }

  .main-logo {
    max-width: 80px;
  }

  .menu-button {
    font-size: 35px;
  }

  .header-container {
    padding: 5px 10px;
  }

  .copyright-text {
    font-size: 12px;
  }

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

  .image {
    max-width: 75px;
  }

  .padding-tb-85 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-banner-wrap.padding-tb-180-115 {
    padding-top: 90px;
  }

  .text-xl {
    font-size: 18px;
  }



  .line-break-tablet {
    display: none;
  }

  .phone-container {
    max-width: 180px;
  }

  .herobanner-video {
    padding: 8px 10px;
  }

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

  .feature-text {
    padding: 20px 10px;
  }


  .heading-9 {
    letter-spacing: 2px;
  }

  .pricing-tab-menu {
    align-items: center;
    display: flex;
  }

  .pricing-btn {
    min-width: 120px;
  }

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

  .header-section.padding-lr-10 {
    top: 20px;
  }

  .anchor {
    top: -95px;
  }

  .subfooter-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-ctas {
    max-width: 100%;
    overflow: hidden;
  }

  .hero-h1-ty {
    font-size: 40px;
  }
}

#w-node-cc36cfb9-8bcc-f524-a3d3-a28ca0340e21-9ac23202 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_47d335c5-a4b2-c4a0-7505-0df8fb3d1398-9ac23202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-feb77c96-ec51-2471-3e06-39f534f5b1a0-9ac23202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bcf40953-10da-0d8f-465c-6e9641cef7ff-9ac23202, #w-node-_75367a43-fcee-8004-3b7e-938cde824a6c-9ac23202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa277459-4951-5eaa-4fcc-03fef55e957b-9ac23202 {
  align-self: center;
}

#w-node-_352e6053-0d35-5f20-7775-2892d975b99e-9ac23202, #w-node-b147b288-d92b-b2f7-8f9a-5fc0a7bf1a7d-9ac23202, #w-node-f4d8e6aa-3133-b189-be44-e7764cb28296-9ac23202, #w-node-b4c764dc-aca3-8c3b-2fae-91b232527d34-9ac23202, #w-node-a57d12cc-a1a0-3b24-a6a2-4c77a847046d-9ac23202, #w-node-_42ccd927-3f13-beb3-97a9-75b0d2c0cbc4-9ac23202, #w-node-f958dcf8-78dc-9855-ad58-09e102bae02d-9ac23202, #w-node-f958dcf8-78dc-9855-ad58-09e102bae046-9ac23202, #w-node-f958dcf8-78dc-9855-ad58-09e102bae067-9ac23202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9319775-9987-bee6-0854-25743e278cd8-9ac23202 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-aa277459-4951-5eaa-4fcc-03fef55e957b-9ac23202 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_47d335c5-a4b2-c4a0-7505-0df8fb3d1398-9ac23202 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-c59e897c-ddf9-58b5-32df-16df59c4eee7-9ac23202 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_6560b704-8d62-8d08-fe6e-86408f762070-9ac23202 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_47d335c5-a4b2-c4a0-7505-0df8fb3d1398-9ac23202 {
    align-self: center;
  }

  #w-node-_2d6dffb7-f54c-399b-6db6-84ba57bbcc9d-9ac23202 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-aa277459-4951-5eaa-4fcc-03fef55e957b-9ac23202 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-b147b288-d92b-b2f7-8f9a-5fc0a7bf1a7d-9ac23202, #w-node-f4d8e6aa-3133-b189-be44-e7764cb28296-9ac23202 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b5e804a-6e8d-5f2c-58db-87d8e33187b4-9ac23202, #w-node-_7551f9c9-6fdb-f4b0-f454-b30b242f57f9-9ac23202, #w-node-_75470841-699d-92a9-b77b-2b54fb5142f0-9ac23202, #w-node-ba5804b0-c12f-34ef-d187-cdf4aa39b768-9ac23202, #w-node-d99fa4e5-1b95-e2a8-014f-40d88233e60c-9ac23202, #w-node-ab8f5efc-b800-7d42-86c1-3fe9cc6146b9-9ac23202 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


