@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MYRIADPRO-SEMIBOLD.OTF') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MYRIADPRO-REGULAR.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MYRIADPRO-BOLD.OTF') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MyriadPro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --color: #616161;
  --black: black;
  --blue: #0b74f2;
  --white: white;
  --gray: #f1f1f1;
  --light-gray: #e9eaed;
  --dark-black: #212222;
}

.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(--color);
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.05;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

.page-padding {
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
}

.heading-3 {
  font-size: 70px;
  font-weight: 700;
}

.heading-3.top5 {
  margin-top: 5px;
}

.main-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 68px;
  padding: 10px 80px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .4s;
  display: inline-flex;
}

.button:hover {
  background-color: #0464d8;
}

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

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

.header-heading-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--color);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

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

.header-img {
  border-radius: 20px;
}

.header-list {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

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

.header-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.header-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.features-bold {
  color: var(--black);
  font-weight: 700;
}

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

.verified {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
  display: flex;
}

.review-about1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.reviewer-details {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.review-text-wrap1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.review-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.stories-image {
  flex: none;
}

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

.mb-large {
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
}

.vs-heading {
  color: var(--black);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-5 {
  color: #c5c6c9;
  letter-spacing: 5px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.trial-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
  display: flex;
}

.vs-heading-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vs-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px 48px;
  display: flex;
}

.vs-card.white {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

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

.vs {
  border: 1px solid var(--gray);
  background-color: var(--white);
  color: var(--gray);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 16px #0000001a;
}

.vs-component {
  background-color: #f9fafc;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.guarantee-component {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f9fafc;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.doctors-wrap {
  max-width: 900px;
}

.heading-5 {
  max-width: 577px;
  font-size: 35px;
  line-height: 1.3;
}

.guarantee-content-wrapper {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.trial-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.do-any {
  color: var(--blue);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

.trial {
  background-color: var(--gray);
}

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

.how-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-step-item {
  color: var(--light-gray);
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
}

.work-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-9 {
  color: #313131;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
}

.how-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.expect {
  text-align: center;
}

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

.dot-wrap {
  border: 6px solid var(--light-gray);
  background-color: var(--blue);
  border-radius: 100px;
  width: 25px;
  height: 25px;
}

.expect-container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.mb-small {
  margin-bottom: 24px;
}

.expect-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.expect-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.expect-heading {
  color: var(--black);
  font-size: 26px;
  font-weight: 700;
}

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

.berbalean-heading-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 690px;
  display: flex;
}

.blean-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  max-width: 320px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  display: flex;
}

.feature-card {
  grid-row-gap: 20px;
  border: 1px solid var(--light-gray);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 25px 25px 30px;
  display: flex;
}

.drugs-icon {
  border-right: 3px solid var(--light-gray);
  padding-right: 12px;
}

.feature-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  display: grid;
}

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

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

.blend-text {
  font-size: 23px;
}

.faq-h-line.vertical {
  background-color: var(--blue);
  border-radius: 100px;
  width: 3px;
  height: 50%;
  position: absolute;
}

.faq-h-line.horizantal {
  background-color: var(--blue);
  border-radius: 100px;
  width: 50%;
  height: 3px;
}

.faq-toggle-icon {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
}

.faq-question {
  color: var(--black);
  border-bottom: 1px solid #efecec;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.faq-ans {
  height: auto;
  overflow: hidden;
}

.faq-ans-wrap {
  padding-top: 16px;
}

.faq-sec {
  text-align: center;
}

.badge {
  background-color: #ebebeb;
}

.page-padding-2 {
  padding-left: 24px;
  padding-right: 24px;
}

.container-2 {
  max-width: 1040px;
}

.badge-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
}

.statement {
  border: 1px solid #afafaf;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 20px;
  display: flex;
}

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

.paragraph-6 {
  text-align: center;
  font-size: 12px;
}

.link {
  color: #000;
  font-size: 13px;
  text-decoration: underline;
}

.footer-div {
  background-color: #000;
  width: 1px;
  height: 12px;
}

.padding-md {
  padding-top: 64px;
  padding-bottom: 64px;
}

.all-rights {
  font-size: 12px;
}

.footer-section {
  font-size: 16px;
}

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

.form-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.input-field {
  color: var(--black);
  background-color: #fff;
  border: 0 #0000;
  border-radius: 6px;
  width: 100%;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-body {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 48px 40px;
  display: flex;
}

.form-wrap {
  flex-flow: column;
  display: block;
}

.limited-time-offer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.contact-us-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

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

.text-sm1 {
  color: var(--blue);
  font-size: 26px;
  font-weight: 700;
}

.text-block-25 {
  text-align: center;
  font-size: 12px;
}

.footer-container {
  max-width: 1020px;
}

.recommended {
  text-align: center;
  font-size: 13px;
}

.features {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.guarantee-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.header-sm-text {
  color: var(--black);
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}

.header-sm-text.v2 {
  font-size: 42px;
}

.header-sm-text.v2.top5 {
  margin-top: 5px;
}

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

.reviews-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: 8px solid var(--light-gray);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.ddfdsf {
  padding-bottom: 150px;
}

.mb-medium {
  margin-bottom: 32px;
}

.cta-button-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-max-w {
  max-width: 910px;
}

.mb-xxsmall {
  margin-bottom: 10px;
}

.adfasf {
  color: var(--black);
  font-size: 28px;
  font-weight: 700;
  line-height: .9;
}

.line11 {
  z-index: -1;
  background-color: var(--light-gray);
  justify-content: space-between;
  align-items: center;
  max-width: 77%;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, 50%);
}

.that-allows {
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.that-allows.top5 {
  margin-top: 5px;
  line-height: 1.1;
}

.mb-xsmall {
  margin-bottom: 16px;
}

.guarantee-heading {
  font-size: 34px;
  line-height: 1.4;
}

.guarantee-max-w {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.contact-heading-wrap {
  max-width: 690px;
}

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

.stock-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.red-dot {
  background-color: red;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  overflow: hidden;
}

.button-secondary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--black);
  background-color: #32ff05;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: inline-flex;
}

.button-secondary:hover {
  background-color: #28dd00;
}

.secondary-button-arrow {
  filter: invert();
}

.form-heading-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-flex11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.faq-list {
  flex-flow: column;
  display: flex;
}

.faq-container {
  text-align: left;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.header-padding {
  padding-top: 125px;
  padding-bottom: 125px;
}

.padding-custom1 {
  padding-top: 120px;
  padding-bottom: 48px;
}

.works-padding {
  padding-top: 150px;
  padding-bottom: 100px;
}

.asdfasfsf {
  padding-top: 100px;
}

.asdfsfsaff {
  padding-top: 48px;
  padding-bottom: 100px;
}

.myriad-font {
  font-size: 48px;
  line-height: 1.15;
}

.line-break {
  display: block;
}

.faq-heading {
  font-size: 35px;
}

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

.text-block-26 {
  color: var(--light-gray);
  font-size: 36px;
}

.paragraph-7 {
  line-height: 1.7;
}

.heading-6 {
  font-size: 48px;
  line-height: 1.3;
}

.heading-6.pad50 {
  padding-right: 50px;
  line-height: 1.2;
}

.text-block-27 {
  color: var(--dark-black);
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}

.heading-7, .heading-8, .heading-9 {
  font-size: 23px;
  line-height: 1.4;
}

.paragraph-8, .paragraph-9, .paragraph-10, .text-block-28, .text-block-29 {
  font-size: 17px;
}

.text-block-30 {
  font-size: 18px;
}

.text-block-31 {
  font-weight: 400;
}

.text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36 {
  font-size: 18px;
}

.text-block-37 {
  color: var(--color);
  font-weight: 400;
}

.paragraph-11 {
  font-size: 17px;
  line-height: 1.7;
}

.paragraph-12, .paragraph-13, .paragraph-14 {
  line-height: 1.7;
}

.paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
  font-size: 17px;
  line-height: 1.7;
}

.text-block-38, .text-block-39, .text-block-40 {
  color: var(--dark-black);
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 1.4;
}

.paragraph-19 {
  line-height: 1.7;
}

.heading-10 {
  font-size: 52px;
  line-height: 1.2;
}

.text-block-41 {
  font-size: 23px;
}

.list2 {
  margin-top: 10px;
  line-height: 1.8;
}

.heading-11, .heading-12 {
  font-size: 48px;
}

@media screen and (max-width: 991px) {
  .page-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .stars-img {
    height: 20px;
  }

  .button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container {
    max-width: 100%;
  }

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

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

  .stories-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .reviews-heading-wrap {
    text-align: center;
  }

  .vs-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .vs-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .vs {
    inset: 0% auto auto 50%;
  }

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

  .trial-grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .how-grid {
    flex-flow: column;
  }

  .how-heading {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .berbalean-grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .qtext {
    font-size: 21px;
  }

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

  .footer-container {
    max-width: 1005px;
  }

  .features {
    padding-left: 0;
  }

  .ddfdsf {
    padding-bottom: 100px;
  }

  .that-allows {
    font-size: 32px;
  }

  .button-secondary {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .padding-custom1 {
    padding-top: 100px;
  }

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

  .asdfasfsf {
    padding-top: 80px;
  }

  .asdfsfsaff {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .line-break {
    width: 8px;
    display: inline-block;
  }
}

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

  h2 {
    font-size: 36px;
  }

  .page-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .main-button-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .header-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .stories-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .mb-large {
    margin-bottom: 32px;
  }

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

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

  .vs-card {
    padding: 48px 32px;
  }

  .vs-component {
    padding: 10px;
  }

  .guarantee-component {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding: 24px;
  }

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

  .trial-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .how-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .dot-wrap {
    display: none;
  }

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

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

  .qtext {
    font-size: 18px;
  }

  .page-padding-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .badge-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .statement {
    padding-left: 12px;
    padding-right: 12px;
  }

  .padding-md {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .form-body {
    padding: 32px;
  }

  .limited-time-offer {
    font-size: 22px;
  }

  .contact-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .guarantee-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .header-sm-text {
    font-size: 28px;
  }

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

  .ddfdsf {
    padding-bottom: 60px;
  }

  .cta-button-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .adfasf {
    font-size: 24px;
  }

  .line11 {
    display: none;
  }

  .that-allows {
    font-size: 24px;
  }

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

  .recommended-wrap {
    flex-flow: column;
  }

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

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

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

  .asdfasfsf {
    padding-top: 60px;
  }

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

  .myriad-font {
    font-size: 40px;
  }

  .line-break {
    width: 6px;
  }

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

  .heading-6.pad50, .heading-10, .heading-12 {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  h3 {
    font-size: 19px;
  }

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

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

  .heading-3.top5 {
    margin-top: 10px;
  }

  .stars-img {
    height: 16px;
  }

  .button {
    min-height: auto;
    padding: 16px 30px;
    font-size: 16px;
  }

  .header-heading-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
    font-size: 12px;
  }

  .padding-vertical {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .header-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .header-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .stories-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .reviews-heading-wrap {
    border-right-style: none;
  }

  .review-text-wrap1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .review-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mb-large {
    margin-bottom: 28px;
  }

  .vs-heading {
    font-size: 26px;
    line-height: 1.4;
  }

  .text-block-5 {
    margin-top: 30px;
    font-size: 18px;
  }

  .trial-item {
    padding-left: 10px;
  }

  .vs-card {
    padding: 24px 16px;
  }

  .vs-card.white {
    padding: 48px 10px 24px;
  }

  .vs-top1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .vs-component {
    padding: 8px;
  }

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

  .do-any {
    font-size: 22px;
  }

  .how-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .work-step-item {
    font-size: 40px;
  }

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

  .how-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .mb-small {
    margin-bottom: 16px;
  }

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

  .expect-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .blend-text {
    font-size: 18px;
    line-height: 1.4;
  }

  .faq-question {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .qtext {
    font-size: 18px;
  }

  .page-padding-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-menu {
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .footer-div {
    display: none;
  }

  .padding-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .form-body {
    border-radius: 24px;
    padding: 24px;
  }

  .contact-us-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-sm1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .recommended {
    line-height: 1.3;
  }

  .header-sm-text {
    font-size: 22px;
  }

  .header-sm-text.v2.top5 {
    font-size: 44px;
  }

  .reviews-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-left: 16px;
  }

  .ddfdsf {
    padding-bottom: 40px;
  }

  .mb-medium {
    margin-bottom: 24px;
  }

  .adfasf {
    font-size: 20px;
  }

  .that-allows {
    font-size: 22px;
  }

  .that-allows.top5 {
    line-height: 1.4;
  }

  .guarantee-heading {
    font-size: 24px;
  }

  .recommended-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button-secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .padding-custom1 {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .works-padding {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .asdfasfsf {
    padding-top: 40px;
  }

  .asdfsfsaff {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .myriad-font {
    font-size: 32px;
  }

  .faq-heading {
    font-size: 26px;
  }

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

  .heading-7, .heading-8, .heading-9 {
    font-size: 20px;
  }

  .text-block-30, .text-block-32, .text-block-33, .text-block-34, .text-block-35 {
    font-size: 16px;
  }

  .paragraph-11 {
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph-12, .paragraph-13, .paragraph-14 {
    line-height: 1.5;
  }

  .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
    font-size: 16px;
  }

  .heading-10, .heading-11, .heading-12 {
    font-size: 32px;
  }

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

  .text-block-42, .text-block-43, .text-block-44 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-aeda72a4-905a-3d91-0421-220c90c2cd8b-46421e76 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3ee96869-270d-815a-0c55-c778a83a3073-46421e76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-SEMIBOLD.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-BOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


label.error {
    display: none!important;
}

.error {
    border: 1px solid red;
}


 .arrow-down {
      animation: blink-move 1s infinite;
    }

    @keyframes blink-move {
      0%   { opacity: 1; transform: translateY(0); }
      50%  { opacity: 0; transform: translateY(5px); }
      100% { opacity: 1; transform: translateY(0); }
    }



 .button1 {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
  }
  70% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
}

.home-button{
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
  }
  70% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
}

@media screen and (max-width: 400px) {
  ._100-mobile {
          font-size: 16px!important;
  }

    .empower {
        margin-top: 20px!important;
    }


}


.faq {
    cursor: pointer;
}