:root {
  --p1: #5f5f5f;
  --primary: #1b1aff;
  --text: #252525;
  --p2: #7f7f7f;
  --white: white;
  --stroke: #e4e4e4;
  --purple: #8712f1;
  --magenta: #bb38b5;
  --white-50: #ffffff80;
}

.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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

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

.container.exception {
  max-width: 1440px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.container.flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: var(--p1);
  font-family: Poppins, sans-serif;
  line-height: 150%;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  background-color: #1b1aff;
  border-radius: 8px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: var(--primary);
  border: 2px solid #1b1aff;
  border-radius: 8px;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  color: var(--text);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 24px 50px;
  display: flex;
}

.navigation-item {
  opacity: 1;
  color: var(--text);
  letter-spacing: 0;
  text-transform: capitalize;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.wrapper_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: var(--p2);
  text-align: center;
  font-family: Figtree, sans-serif;
  font-weight: 300;
  line-height: 1.6em;
}

.paragraph.left {
  color: var(--text);
  text-align: left;
  max-width: 50ch;
  margin-bottom: 0;
  font-size: 1rem;
}

.paragraph.left.white {
  color: var(--white);
}

.paragraph.left.exception {
  max-width: 100%;
}

.paragraph.left.exception.tentang {
  font-size: 2rem;
  font-weight: 600;
}

.paragraph.center {
  color: var(--p2);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6em;
}

.heading_title_one {
  color: var(--text);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 120%;
}

.content_header {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content_header.price, .content_header.hero {
  justify-content: flex-start;
  align-items: flex-start;
}

.hero_section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.feature {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 100px 5vw;
  display: flex;
}

.wrapper_feature {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.wrapper_feature.pricing-wrapper {
  flex-flow: row;
  justify-content: space-between;
}

.heading-title-two {
  color: var(--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6em;
}

.heading-title-two.left {
  text-align: left;
}

.heading-title-two.left.footer-text {
  font-size: 1.25rem;
}

.heading-title-two.why {
  max-width: 30ch;
}

.content_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-features {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2em;
}

.pricing {
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center stretch;
  display: grid;
}

.footer {
  text-align: center;
  border: 1px solid #000;
  border-color: #e2e8f0 #000 #000 #0000;
  justify-content: center;
  padding: 24px 5vw;
  display: flex;
}

.divider_line {
  background-color: var(--stroke);
  height: 1px;
}

.text-block {
  text-transform: capitalize;
}

.text-block-2 {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
}

.link {
  color: var(--text);
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.text-link {
  color: var(--text);
  font-size: .9rem;
  line-height: 1.6em;
  text-decoration: none;
}

.link-3 {
  color: var(--text);
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

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

.heading-6 {
  color: var(--text);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.paragraph-7 {
  color: var(--text);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.heading_faq {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.section_faq {
  padding: 100px 5vw;
  display: block;
  overflow: visible;
}

.qestion1 {
  border: 1px solid var(--stroke);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: none;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 12px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.list_quetion {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  place-items: start stretch;
  margin-top: 32px;
  display: flex;
}

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

.paragraph-8 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 160%;
  display: block;
  overflow: visible;
}

.panel {
  display: none;
}

.lottie-animation {
  width: 1rem;
  height: 1rem;
}

.question {
  border: 1px solid var(--stroke);
  mix-blend-mode: normal;
  border-radius: 12px;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 1.25rem;
  font-family: Poppins, sans-serif;
  display: block;
  position: static;
  overflow: visible;
}

.dropdown-text {
  background-color: #fff;
  display: none;
  position: static;
  overflow: visible;
}

.dropdown-text.w--open {
  width: 100%;
  margin-top: 1rem;
}

.dropdown-toggle-2 {
  border: 0px solid var(--stroke);
  vertical-align: baseline;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.dropdown-toggle-2.w--open {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-question {
  color: var(--text);
  width: auto;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6em;
}

.paragraph-answer {
  background-color: #fff0;
  width: 100%;
  font-family: Figtree, sans-serif;
  font-size: .8rem;
  line-height: 150%;
  display: block;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.icon.purple {
  color: var(--purple);
}

.text_list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.text-block-5 {
  color: var(--text);
  padding-left: 12px;
  font-family: Poppins, sans-serif;
}

.heading-title-three {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
}

.heading-title-three.pricing-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.heading-title-three.strike {
  color: var(--p1);
  font-size: 1rem;
  text-decoration: line-through;
}

.heading-title-three.discount {
  background-color: var(--magenta);
  color: var(--white);
  border-radius: 8px;
  padding: 4px;
  font-size: .75rem;
}

.body {
  font-family: Figtree, sans-serif;
  font-size: 1.1vw;
  line-height: 1.2em;
}

.price {
  color: var(--text);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.list_price {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid #e7e3e3;
  border-radius: 12px;
  flex-flow: column;
  max-width: 520px;
  padding: 1.5rem;
  display: flex;
  overflow: visible;
}

.wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.wrapper.header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.wrapper.hero {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.wrapper.center.tnc {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.text-feature {
  font-size: .9rem;
  line-height: 1.6em;
}

.text-feature.address {
  max-width: 24ch;
}

.benefit {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

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

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 500;
}

.seaction_faq-copy {
  display: none;
  overflow: visible;
}

.wrapper-faq, .wrapper-contact {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.wrapper-contact.mobile {
  display: none;
}

.btn {
  color: var(--purple);
  background-color: #fff;
  border-radius: 2em;
  padding: .75rem 1.5rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6em;
  transition: transform .35s;
}

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

.btn.magenta.center {
  text-align: center;
}

.btn.magenta.form {
  width: 100%;
}

.btn.blue {
  background-color: var(--primary);
  color: var(--white);
}

.section-cta {
  padding: 80px 5vw;
}

.inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.inner.cta {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Background.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding: 2rem;
  display: flex;
}

.heading-cta {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.2em;
}

.grid-cta {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: center;
  width: 100%;
}

.grid-features {
  grid-template-rows: auto;
  place-items: start;
  width: 100%;
}

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

.wrapper_subheading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e8e8ff;
  border-radius: 4rem;
  padding: .5rem .75rem;
  display: flex;
}

.text-block {
  font-family: Figtree, sans-serif;
  font-weight: 400;
}

.text-block.blue {
  color: var(--primary);
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.6em;
}

.blue {
  color: var(--primary);
  font-weight: 500;
}

.navbar {
  border-bottom: 1px solid var(--stroke);
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
}

.nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-nav-exception.mobile {
  display: none;
}

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

.wrapper-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.lines {
  background-color: #e2e8f0;
  width: 100%;
  height: 1px;
}

.footnote {
  color: var(--p1);
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  line-height: 1.6em;
}

.koda {
  color: var(--text);
  font-weight: 600;
}

.link-4 {
  display: inline-block;
}

.grid-bento-outside.upper {
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

.grid-bento-outside.bottom {
  grid-template-rows: auto;
}

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

.wrapper-bento.outside {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #e4e5e5;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-height: 400px;
  padding: 1.25rem;
  display: flex;
}

.wrapper-bento-inside {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #e4e5e5;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-height: 400px;
  padding: 1.25rem;
  display: flex;
}

.wrapper-bento-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.testimonial {
  padding: 100px 5vw;
}

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

.wrapper-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #e4e5e5;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
}

.wrapper-card.testi {
  min-height: 240px;
}

.wrapper-star {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapper-profile {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.images-profile {
  border-radius: 1000px;
  width: 56px;
  height: 56px;
}

.wrapper-detail {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-name {
  font-size: 16px;
  font-weight: 500;
}

.text-block-job {
  color: var(--p2);
  font-size: 14px;
}

.image-bento {
  object-fit: contain;
  width: 100%;
  max-height: 200px;
  overflow: visible;
}

.highlight {
  background-color: #c052bb66;
}

.star {
  width: 18px;
  height: 18px;
}

.wrapper-fomo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-fomo {
  color: var(--p2);
  font-size: 1rem;
}

.magenta {
  color: var(--magenta);
}

.pricing-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-image {
  position: relative;
}

.round {
  background-color: var(--magenta);
  filter: blur(100px);
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 20% 30% 0% auto;
}

.image-5 {
  position: relative;
}

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

.form-block {
  width: 100%;
  max-width: 800px;
}

.field-label {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: .8rem;
}

.text-field-form {
  border-radius: .5rem;
  margin-bottom: 0;
}

.form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.textarea {
  border-radius: .5rem;
  min-height: 160px;
}

.grid-question {
  grid-template-rows: auto;
}

.success {
  background-color: #deffe0;
}

.wrapper-btn-fomo {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrapper-logo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rich-text-block {
  text-align: justify;
}

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

  .container.hero {
    padding-left: 0;
  }

  .container.exception {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .paragraph-bigger.cc-bigger-light {
    opacity: 1;
    color: var(--p1);
    font-family: Poppins, sans-serif;
  }

  .primary-button.cc-jumbo-button {
    background-color: var(--primary);
    letter-spacing: 0;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    line-height: 150%;
  }

  .primary-button.cc-contact-us {
    letter-spacing: 0;
    font-family: Poppins, sans-serif;
  }

  .heading-jumbo-small {
    color: var(--text);
    font-family: Poppins, sans-serif;
    font-size: 44px;
    font-weight: 600;
  }

  .navigation {
    background-color: #fff;
    width: 100%;
    position: fixed;
  }

  .navigation-item {
    opacity: 1;
    direction: ltr;
    color: var(--text);
    letter-spacing: 0;
    text-transform: capitalize;
    white-space: normal;
    overflow-wrap: normal;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
  }

  .navigation-items {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .wrapper_header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .paragraph {
    color: var(--p2);
    text-align: left;
    font-size: .9rem;
  }

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

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

  .paragraph.center.kontak {
    max-width: 50ch;
  }

  .heading_title_one {
    color: var(--text);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Figtree, sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
  }

  .content_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero_section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .feature {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper_feature {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-title-two {
    color: var(--text);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Figtree, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
  }

  .heading-title-two.left {
    font-family: Figtree, sans-serif;
  }

  .heading-title-two.why {
    font-family: Figtree, sans-serif;
    font-weight: 600;
  }

  .content_feature {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start center;
    place-items: start stretch;
    width: 100%;
    display: flex;
  }

  .heading-features {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 34px;
  }

  .pricing {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 173px;
    display: grid;
  }

  .footer {
    text-align: center;
    border: 1px solid #000;
    border-top-color: #e2e8f0;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .divider_line {
    aspect-ratio: auto;
    background-color: #a0a0a0;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link, .text-link, .link-3 {
    padding: 9px 20px;
    font-size: 14px;
    text-decoration: none;
  }

  .wrapper_faq {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .paragraph-7 {
    text-align: left;
    margin-bottom: 0;
  }

  .qestion1 {
    display: none;
  }

  .list_quetion {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    width: 620px;
    max-width: 100%;
    margin-top: 32px;
    padding-top: 0;
    display: grid;
  }

  .question {
    border: 1px solid var(--stroke);
    border-radius: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .dropdown-text {
    background-color: #ddd0;
    display: none;
    position: static;
  }

  .dropdown-toggle-2 {
    border: 0px solid var(--stroke);
    border-radius: 8px;
    width: 620px;
  }

  .text-block-question {
    color: var(--text);
    font-size: 1rem;
    font-weight: 500;
    line-height: 30px;
  }

  .paragraph-answer {
    color: var(--p1);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    display: block;
  }

  .icon {
    cursor: pointer;
    display: block;
  }

  .text_list {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 16px;
    display: flex;
  }

  .image-4 {
    width: 24px;
    height: 24px;
  }

  .text-block-5 {
    color: var(--text);
    padding-left: 16px;
    font-family: Poppins, sans-serif;
  }

  .div-block-7 {
    padding-top: 32px;
  }

  .heading-title-three {
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 150%;
  }

  .price {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
  }

  .list_price {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 12px;
    flex-flow: column;
    padding: 1.5rem;
    display: flex;
  }

  .wrapper {
    padding-bottom: 0;
  }

  .benefit {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .seaction_faq-copy {
    display: none;
  }

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

  .btn.blue {
    background-color: var(--primary);
    color: var(--white);
  }

  .wrapper_subheading {
    background-color: #eef;
    border-radius: 4em;
    padding: .5rem .75rem;
  }

  .text-block {
    font-size: .9rem;
    font-weight: 400;
  }

  .text-block.blue, .blue {
    color: var(--primary);
  }

  .grid-bento-outside {
    grid-template-rows: auto;
  }

  .grid-bento-outside.upper {
    grid-template-columns: .8fr 1.2fr;
  }

  .grid-bento-outside.bottom {
    grid-template-columns: 1fr .8fr;
  }

  .wrapper-bento.outside {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-height: 400px;
  }

  .wrapper-bento-inside {
    max-height: 400px;
  }

  .wrapper-card.testi {
    min-height: 240px;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-bigger.cc-bigger-light {
    opacity: 1;
    color: var(--p1);
    font-family: Poppins, sans-serif;
  }

  .primary-button.cc-jumbo-button {
    background-color: var(--primary);
    letter-spacing: 0;
    border: 0 solid #000;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .primary-button.cc-contact-us {
    font-size: 16px;
  }

  .heading-jumbo-small {
    color: var(--text);
    font-family: Poppins, sans-serif;
    font-size: 48px;
  }

  .navigation-item {
    font-size: 16px;
  }

  .wrapper_header {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .paragraph {
    font-size: 20px;
  }

  .content_header {
    text-align: center;
  }

  .heading-features {
    line-height: 140%;
  }

  .div-block-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .divider_line {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #f0f0f0;
    text-align: left;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #a0a0a0;
    background-clip: border-box;
    border: 0 solid #000;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 0;
    line-height: 1px;
    display: block;
    overflow: visible;
  }

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

  .link, .text-link {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    text-decoration: none;
  }

  .link-3 {
    color: var(--text);
    font-family: Poppins, sans-serif;
    font-size: 16px;
    text-decoration: none;
  }

  .wrapper_faq {
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-6 {
    font-size: 55px;
  }

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

  .list_quetion {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2.25fr;
    width: 800px;
  }

  .lottie-animation {
    width: 1.5rem;
    height: 1.5rem;
  }

  .question {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
  }

  .dropdown-text {
    display: none;
  }

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

  .text-block-question {
    width: auto;
    line-height: 42px;
  }

  .text_list {
    padding-bottom: 20px;
  }

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

  .text-block-5 {
    font-size: 20px;
  }

  .heading-title-three {
    color: var(--text);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 150%;
  }

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

  .price {
    color: var(--text);
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
  }

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

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bigger.cc-bigger-light {
    opacity: 1;
    color: var(--p1);
    font-family: Poppins, sans-serif;
    line-height: 150%;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo-small {
    font-family: Poppins, sans-serif;
    font-weight: 700;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    margin-bottom: .75rem;
    padding: 1rem 16px;
    font-size: 14px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
    justify-content: center;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .paragraph {
    font-size: 16px;
  }

  .heading_title_one {
    font-size: 2rem;
  }

  .hero_section {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .feature {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-title-two {
    font-size: 1.75rem;
    line-height: 1.6em;
  }

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

  .heading-features {
    font-size: 1.25rem;
    line-height: 150%;
  }

  .pricing {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    letter-spacing: 0;
    font-family: Poppins, sans-serif;
    line-height: 150%;
  }

  .link {
    font-family: Poppins, sans-serif;
    text-decoration: none;
  }

  .text-link {
    color: var(--text);
    font-family: Poppins, sans-serif;
    text-decoration: none;
  }

  .link-3 {
    font-family: Poppins, sans-serif;
    text-decoration: none;
  }

  .wrapper_faq {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section_faq {
    padding-left: 0;
    padding-right: 0;
  }

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

  .question {
    border-style: solid;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle-2 {
    width: 100%;
    padding-right: 20px;
  }

  .text-block-question {
    line-height: 1.6em;
  }

  .icon {
    font-size: 1rem;
  }

  .text-feature.address {
    max-width: 100%;
  }

  .wrapper-contact.mobile {
    display: flex;
  }

  .wrapper-contact.desktop {
    display: none;
  }

  .section-cta {
    height: 100%;
  }

  .heading-cta {
    font-size: 1.25rem;
  }

  .grid-cta {
    grid-template-columns: 1fr .5fr;
  }

  .grid-faq {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    padding: 1rem 3vw;
  }

  .wrapper-nav-exception {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .wrapper-nav-exception.mobile {
    display: flex;
  }

  .wrapper-nav-exception.dekstop {
    display: none;
  }

  .menu-button-2 {
    padding: .5rem;
  }

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

  .icon-2 {
    color: #000;
    display: none;
  }

  .lottie {
    width: 36px;
    height: 36px;
  }

  .grid-bento-outside.upper, .grid-bento-outside.bottom {
    grid-template-columns: 1fr;
  }

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

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

  .text-block-name, .text-block-job, .text-block-fomo {
    line-height: 1.6em;
  }

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

  .wrapper-question {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .rich-text-block {
    font-size: 1rem;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .heading_title_one {
    font-size: 1.75rem;
    line-height: 1.6em;
  }

  .wrapper_feature.pricing-wrapper {
    flex-flow: column;
  }

  .heading-title-two {
    font-size: 1.5rem;
  }

  .heading-title-two.left.footer-text {
    font-size: 1.125rem;
  }

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

  .heading-features {
    text-align: left;
    font-size: 1.25rem;
  }

  .heading_faq {
    width: 100%;
  }

  .list_quetion {
    margin-top: 0;
  }

  .question {
    padding: 1rem;
  }

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

  .text-block-question {
    width: auto;
    line-height: 1.6em;
  }

  .heading-title-three {
    text-align: left;
  }

  .wrapper.hero {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .text-feature {
    text-align: left;
    padding-left: 0;
    font-size: .9rem;
    line-height: 1.6em;
  }

  .wrapper-faq {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .inner.cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    min-height: 240px;
    padding: 1.5rem;
  }

  .heading-cta {
    text-align: left;
    font-size: 1.125rem;
  }

  .grid-cta {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    place-items: center start;
    height: 100%;
  }

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

  .wrapper-footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .wrapper-bento.outside, .wrapper-bento-inside {
    padding: 1rem;
  }

  .text-block-fomo {
    font-size: .9rem;
    line-height: 1.62em;
  }

  .field-label {
    text-align: left;
  }

  .wrapper-question {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rich-text-block {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    line-height: 150%;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .paragraph {
    font-size: 14px;
    line-height: 150%;
  }

  .paragraph.left {
    font-size: .9rem;
    line-height: 1.6em;
  }

  .heading_title_one {
    font-size: 1.5rem;
    line-height: 1.6em;
  }

  .heading-title-two {
    font-size: 1.25rem;
  }

  .content_feature {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-features {
    font-size: 1.125rem;
  }

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

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

  .heading_faq {
    width: 100%;
    font-family: Poppins, sans-serif;
    display: flex;
  }

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

  .text-block-question {
    white-space: normal;
    font-size: .9rem;
    display: block;
  }

  .image-4 {
    width: 20px;
    height: 20px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .heading-title-three {
    font-size: 1.125rem;
  }

  .price {
    font-size: 20px;
  }

  .list_price {
    padding: 1rem;
  }

  .wrapper {
    padding-bottom: 6px;
  }

  .wrapper.footer-link {
    flex-flow: column;
  }

  .text-feature {
    font-size: .9rem;
  }

  .bold-text {
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    display: block;
  }

  .btn.magenta.center {
    font-size: .8rem;
  }

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

  .heading-cta {
    font-size: 1.125rem;
  }

  .lottie {
    width: 28px;
    height: 28px;
  }

  .wrapper-bento.outside {
    min-height: 320px;
  }

  .image-bento {
    min-height: 160px;
  }

  .text-block-fomo {
    text-align: left;
    font-size: .8rem;
    line-height: 1.6em;
  }

  .pricing-title {
    flex-flow: wrap;
  }

  .round {
    width: 120px;
    height: 120px;
    bottom: 20%;
    left: 30%;
  }

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

@media screen and (min-width: 1920px) {
  #w-node-ed8cd8c7-958d-9460-c351-e8e0b5df7fe7-b5df7fdb, #w-node-_4bcdecd7-ad7b-e7d3-34b9-3f5b23305fa4-6183208a, #w-node-_4bcdecd7-ad7b-e7d3-34b9-3f5b23305fa4-70f127d9 {
    align-self: auto;
  }
}


