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

.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;
}

@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: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #000;
  font-family: Anek Telugu, sans-serif;
}

.hero-container {
  min-width: 1200px;
  max-width: 1400px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-background-image {
  width: 100%;
  height: 970px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.hero-section {
  z-index: -1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 790px;
}

.h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.text-span {
  font-size: 70px;
  font-weight: 700;
  line-height: 40px;
  display: none;
}

.div-block, .hero-text {
  max-width: 50%;
}

.paragraph-text {
  color: #fff9;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph-text.testimonials {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  width: auto;
}

.paragraph-text.profil {
  color: #fff;
}

.paragraph-text.cards {
  color: #fff;
  background-color: #0000;
  border: 0 #0000;
  padding: 0;
  display: block;
}

.hero-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #d9fb08;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
}

.hero-cta.demo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 40%;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.hero-cta.last {
  width: 70%;
  height: 70px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 23px;
}

.hero-cta.section-3 {
  width: 80%;
  margin-top: 20px;
}

.hero-cta-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  width: 30px;
  max-width: none;
}

.image-2 {
  width: 80px;
  max-width: 100%;
}

.container {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.content-wrapper.section-4 {
  display: block;
}

.content-wrapper.cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.content-wrapper.faq {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.content-wrapper.section-9 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 0;
}

.text-section {
  width: 70%;
  font-weight: 600;
}

.text-section.section4 {
  width: 60%;
}

.h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.iphone {
  width: 50%;
}

.h3 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.checklist {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.checklist.testimonials---checklist {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 50%;
}

.checklist-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.section-2-img {
  width: 60%;
}

.section-3-img {
  width: 50%;
}

.text-center {
  text-align: center;
  width: 68%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.testimonials---checklist {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials {
  background-color: #d9fb080d;
  border: 1px solid #d9fb08;
  border-radius: 10px;
  width: 50%;
  padding: 20px;
}

.testimonials.section {
  width: 100%;
}

.testimonials.section.bordernone {
  border-style: none;
}

.line {
  border: 1px solid #d9fb0833;
  margin-top: 10px;
  margin-bottom: 10px;
}

.line._3 {
  margin-top: 10px;
}

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

.profil-img {
  width: 20%;
}

.profil-info.testimonials-cards {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

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

.cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #d9fb080d;
  border: 1px solid #d9fb08;
  border-radius: 10px;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.text-cards {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.star {
  width: 20%;
}

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

.cf-faq-card {
  color: #181818;
  background-color: #d9fb081a;
  border: 2px solid #fff3;
  border-radius: 30px;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  padding: 0 40px 20px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.section-2-img-responsive {
  display: none;
}

.faq-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  flex-flow: column;
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-item {
  background-color: #d9fb081a;
  border: 1px solid #fff3;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 30px;
  display: flex;
}

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

.faq-question-text {
  color: #d9fb08;
  font-size: 24px;
}

.faq-answer {
  color: #fff;
  margin-top: 0;
  font-size: 22px;
  display: flex;
}

.faq-answer-text {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.comment-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-39 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .hero-container {
    min-width: 1200px;
    max-width: 1400px;
  }

  .hero-section {
    background-position: 0 0;
    background-size: auto;
  }

  .cf-faq-card {
    border-radius: 10px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .hero-container {
    min-width: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .hero-background-image {
    height: 690px;
    display: block;
  }

  .hero-section {
    z-index: -1;
    background-image: none;
    background-size: auto;
    height: 560px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block {
    display: none;
  }

  .hero-text {
    max-width: 100%;
  }

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

  .hero-cta.demo {
    width: 90%;
  }

  .hero-cta.last {
    width: 80%;
  }

  .container {
    max-width: 95%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper {
    flex-flow: column;
    margin-top: 40px;
  }

  .text-section, .text-section.section4 {
    width: 100%;
  }

  .h2 {
    text-align: left;
    margin-top: 0;
  }

  .h2.faq {
    text-align: center;
    margin-bottom: 10px;
  }

  .iphone {
    width: 50%;
    display: none;
  }

  .checklist {
    justify-content: flex-start;
    align-items: center;
  }

  .checklist.testimonials---checklist {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .checklist-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .section-2-img, .section-3-img {
    display: none;
  }

  .text-center {
    width: 100%;
  }

  .testimonials---checklist {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .testimonials {
    width: 70%;
  }

  .testimonials.section, .testimonials.section.bordernone {
    width: 60%;
  }

  .section-4-vid-o {
    display: none;
  }

  .cards-grid {
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .cards {
    width: 70%;
  }

  .star {
    width: 10%;
  }

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

  .section-2-img-responsive {
    width: 50%;
    display: none;
  }

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

  .faq-answer-text {
    font-size: 18px;
    line-height: 21px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 650px;
  }

  .hero-cta.demo {
    width: 80%;
  }

  .hero-cta.last {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-cta.section-3 {
    width: 100%;
  }

  .h2 {
    font-size: 30px;
  }

  .iphone {
    display: none;
  }

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

  .testimonials, .testimonials.section, .testimonials.section.bordernone {
    width: 100%;
  }

  .cards {
    width: 80%;
  }

  .faq-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 980px;
  }

  .h1 {
    line-height: 40px;
  }

  .hero-cta.demo {
    width: 83%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-cta.last {
    width: 100%;
    height: 100%;
  }

  .image-2 {
    display: none;
  }

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

  .checklist-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .cards {
    width: 83%;
  }

  .faq-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .faq-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faq-question-text {
    width: 100%;
    font-size: 18px;
    line-height: 19px;
  }

  .arrow-faq-icon {
    width: 30px;
  }

  .faq-answer-text {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e2befd0a-b444-d5bb-1ebe-53d8ba571e12-e183c0ec {
    place-self: center;
  }
}


