:root {
  --deep-pink: #e8318a;
  --olive-drab: #71a100;
  --dark-olive-green: #436100;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-warning300: #fec84b;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray500: #667085;
  --untitled-ui-white: white;
  --medium-violet-red: #900047;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-gray700: #344054;
  --peru: #db7800;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

a {
  text-decoration: none;
}

.section-s0 {
  width: 100%;
  display: none;
}

.container-s0 {
  width: 1007px;
  margin-left: auto;
  margin-right: auto;
}

.section-s1 {
  background-image: url("../images/girl-1-2_1girl-1-2.webp"),
    linear-gradient(#fffc, #fffc),
    url("../images/Your-paragraph-text-1_1Your paragraph text (1).webp");
  background-position: 100% 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto 100%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  width: 100%;
}

.container-s1 {
  width: 1049px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.item1-s1 {
  width: 60%;
  padding: 40px;
}

.right-s1 {
  width: 40%;
}

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

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

.brand-headline {
  color: var(--deep-pink);
  margin-bottom: 10px;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.text-block {
  color: #000;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5em;
}

.text-block-2 {
  color: #000;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.5em;
}

.form-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.form-wrapper {
  background-color: #fffc;
  border: 5px solid #db7800;
  border-radius: 50px;
  width: 90%;
  height: 568px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.heading {
  color: #000;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

.text-block-3 {
  text-align: center;
}

.text-span {
  color: #565757;
  font-size: 20px;
  line-height: 30px;
  text-decoration: line-through;
}

.text-span-2 {
  color: #d90067;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5em;
}

.text-field,
.text-field-2 {
  border-radius: 20px;
}

.select-field {
  background-color: #fff;
  border-radius: 20px;
}

.submit-button {
  background-color: #f10606;
  border-radius: 20px;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
}

.text-block-4 {
  color: #000;
  text-align: center;
}

.image {
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.benefits-wrapper {
  z-index: 1;
  box-shadow: 0 10px 0 10px var(--olive-drab);
  background-color: #fff;
  border-radius: 20px;
  width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
  position: static;
  inset: auto 0% -200px;
}

.benefits-item {
  width: 35%;
  padding: 40px;
}

.section-s2 {
  width: 100%;
  position: static;
}

.container-s2 {
  width: 1049px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
}

.heading-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.heading-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  line-height: 1.5em;
  display: block;
}

.s2-wrapper {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.section-s3 {
  background-image: linear-gradient(#ffffffb8, #ffffffb8),
    url("../images/Picture_full_size_assets_1Picture_full_size_assets.webp");
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
}

.container-s3 {
  width: 1049px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.heading-4 {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
}

.s3-wrapper {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.item-wrapper-s3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
}

.item-s3 {
  box-shadow: 0 10px 0 0 var(--olive-drab);
  background-color: #fff;
  border-radius: 20px;
  width: 30%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  position: relative;
}

.text-span-3 {
  color: var(--dark-olive-green);
  font-weight: 700;
}

.item-number-s3 {
  border: 6px solid var(--dark-olive-green);
  background-color: var(--olive-drab);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: -10% 9% auto auto;
}

.text-block-5 {
  color: #fff;
  font-size: 20px;
  display: block;
}

.item-number-s3-2 {
  border: 6px solid var(--dark-olive-green);
  background-color: var(--olive-drab);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: -10% auto auto 15%;
}

.text-block-6 {
  text-align: right;
  font-size: 20px;
  line-height: 30px;
}

.text-block-7 {
  text-align: right;
  font-size: 1em;
  line-height: 2em;
}

.section-s4 {
  background-color: var(--olive-drab);
  width: 100%;
}

.container-s4 {
  width: 1049px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-green {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.bold-text-2 {
  color: #93b63c;
  font-size: 25px;
  line-height: 35px;
}

.button {
  background-color: var(--deep-pink);
  text-align: center;
  border-radius: 20px;
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.image-3 {
  z-index: -1;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 10px #8cb12f;
}

.image-4 {
  max-width: 50%;
  margin-left: -280px;
  position: absolute;
  top: 30%;
  left: 50%;
}

.section-s5 {
  background-image: linear-gradient(#fffc, #fffc),
    url("../images/Your-paragraph-text-1_1Your paragraph text (1).webp");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.container-s5 {
  z-index: 2;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 1049px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
}

.item-3-s5 {
  border: 5px dashed var(--dark-olive-green);
  background-color: var(--olive-drab);
  color: #f1f1f1;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.heading-6 {
  text-align: center;
  font-size: 2em;
  line-height: 1.5em;
  display: block;
}

.text-block-9 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  display: block;
}

.section-s6 {
  background-image: url("../images/indian-woman_1.avif"),
    linear-gradient(#e8f7bdcc, #e8f7bdcc),
    url("../images/643541241f538e8e2a145775_4643541241f538e8e2a145775_3.webp");
  background-position: -31% 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, auto;
  width: 100%;
}

.container-s6 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1049px;
  margin-left: auto;
  margin-right: auto;
  padding: 220px 40px;
  display: flex;
  position: relative;
}

.text-block-10 {
  font-size: 25px;
  line-height: 35px;
}

.image-11 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-11 {
  color: #565757;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.text-block-12,
.text-block-13 {
  text-align: center;
  font-size: 18px;
}

.item-1-s2 {
  width: 30%;
  padding: 10px 10px 0;
}

.item-2-s2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  padding: 10px;
  display: flex;
}

.text-block-14,
.text-block-15 {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.bold-text-3 {
  font-size: 30px;
  line-height: 40px;
}

.bold-text-4 {
  font-size: 1.3em;
}

.text-block-16 {
  color: #000;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 2em;
}

.text-block-17 {
  font-size: 1em;
  line-height: 2em;
}

.s5-wrapper {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.item-1-s5 {
  width: 40%;
  padding: 10px;
}

.item-2-s5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding: 10px;
  display: flex;
}

.bold-text-5 {
  font-size: 25px;
  line-height: 25px;
}

.text-block-18 {
  text-align: left;
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
}

.text-block-19 {
  font-size: 18px;
  line-height: 28px;
}

.text-span-4 {
  color: var(--deep-pink);
  -webkit-text-stroke-color: #d70066;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}

.text-span-5 {
  color: var(--deep-pink);
}

.s6-wrapper {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.item-2-s6 {
  flex-direction: column;
  justify-content: flex-start;
  width: 70%;
  padding: 10px;
  display: flex;
}

.item-1-s6 {
  align-self: flex-end;
  width: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: 0% auto auto 20%;
}

.image-12 {
  box-shadow: 0 10px 0 0 var(--olive-drab);
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-18-copy {
  background-color: var(--dark-olive-green);
  color: #fff;
  text-align: center;
  border-radius: 50px 50px 50px 0;
  margin-top: 10px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.section-s7 {
  background-color: #f4f4f4;
  width: 100%;
}

.container-s7 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1049px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: block;
}

.s7-wrapper {
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.heading-7 {
  text-align: center;
  font-size: 3em;
  line-height: 1.5em;
}

.text-block-18-copy {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}

.text-block-20 {
  text-align: center;
  margin-top: 10px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.item-1-s7 {
  width: 40%;
  padding: 20px;
}

.item-2-s7 {
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  padding: 20px;
  display: flex;
}

.item-3-s7 {
  flex-direction: column;
  justify-content: flex-start;
  width: 40%;
  padding: 20px;
  display: flex;
}

.text-block-21 {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
}

.text-block-22 {
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}

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

.uui-testimonial16_client-heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial16_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial16_client-image-wrapper {
  margin-right: 0.75rem;
}

.uui-testimonial16_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial16_rating-icon {
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  display: flex;
}

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

.uui-testimonial16_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--untitled-ui-gray50);
  background-color: var(--untitled-ui-gray50);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.uui-testimonial16_loop-trigger {
  display: flex;
}

.uui-testimonial16_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

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

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

.uui-max-width-large.align-center,
.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-section_testimonial16 {
  overflow: hidden;
}

.uui-testimonial15_slide-nav {
  height: 1.75rem;
  font-size: 0.5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial15_arrow {
  border: 1px solid var(--untitled-ui-gray200);
  color: var(--untitled-ui-gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all 0.3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial15_arrow:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-testimonial15_arrow.left {
  right: 4rem;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

.uui-testimonial15_client-heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial15_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial15_client-image-wrapper {
  margin-right: 0.75rem;
}

.uui-testimonial15_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-2.text-weight-medium {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.uui-testimonial15_rating-icon {
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  display: flex;
}

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

.uui-testimonial15_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--untitled-ui-gray50);
  background-color: var(--untitled-ui-gray50);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.uui-testimonial15_slide {
  padding-right: 2rem;
}

.uui-testimonial15_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial15_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

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

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

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial15 {
  overflow: hidden;
}

.section-s8 {
  background-image: linear-gradient(#4bfec833, #4bfec833),
    url("../images/643541241f538e8e2a145775_4643541241f538e8e2a145775_3.webp");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
}

.container-s8 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1049px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: block;
}

.heading-8 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 2em;
  line-height: 1.5em;
}

.s8-wrapper {
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.item-1-s8 {
  width: 30%;
  padding: 20px;
}

.item-2-s8 {
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
  padding: 20px;
  display: flex;
}

.item-3-s8 {
  width: 30%;
  padding: 20px;
}

.bold-text-6 {
  font-size: 30px;
  line-height: 40px;
}

.item-s8 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 0 10px #8cb12f;
}

.text-block-16-copy {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
}

.heading-gray {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

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

.heading-10 {
  font-size: 30px;
  line-height: 40px;
}

.italic-text {
  color: #565757;
  font-size: 1em;
}

.section-s9 {
  background-image: url("../images/girl-1-2_1girl-1-2.webp"),
    url("../images/girl-2-min2_1girl-2-min2.webp"),
    linear-gradient(#fffc, #fffc),
    url("../images/Your-paragraph-text-1_1Your paragraph text (1).webp");
  background-position: 100% 0, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size: auto 100%, contain, auto, cover;
  width: 100%;
}

.container-s9 {
  width: 1049px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.right-s9 {
  width: 40%;
}

.item-1-s9 {
  align-self: auto;
  width: 50%;
  padding: 40px;
}

.item-2-s9 {
  width: 60%;
}

.section-s7-copy {
  background-color: #f4f4f4;
  width: 100%;
}

.container-s7-copy {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1007px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: block;
}

.s7-wrapper-copy {
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.uui-testimonial11_slide-nav {
  height: 1.75rem;
  font-size: 0.5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial11_arrow {
  border: 1px solid var(--untitled-ui-gray200);
  color: var(--untitled-ui-gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all 0.3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial11_arrow:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-testimonial11_arrow.left {
  right: 4rem;
}

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

.uui-testimonial11_divider {
  background-color: var(--untitled-ui-gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.uui-heading-tiny {
  color: #565757;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial11_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-3.text-weight-medium {
  font-size: 1rem;
  font-weight: 500;
}

.uui-testimonial11_rating-icon {
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  display: flex;
}

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

.uui-testimonial11_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-testimonial11_client-image {
  box-shadow: 0 10px 0 0 var(--deep-pink);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 35rem;
}

.uui-testimonial11_client-image-wrapper {
  padding: 20px;
}

.uui-testimonial11_content {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-testimonial11_slide {
  margin-right: 5rem;
}

.uui-testimonial11_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial11 {
  background-image: linear-gradient(#fff9, #fff9),
    url("../images/cream_1cream.webp");
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-13 {
  margin-bottom: 20px;
}

.image-3-copy {
  z-index: -1;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.item-number-s3-copy {
  color: #fff;
  text-align: center;
  background-color: #a0ca35;
  border: 6px solid #8cb12f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: -13% 9% auto auto;
}

.image-14 {
  z-index: -1;
  position: absolute;
  inset: auto auto 0% -7%;
}

.image-15 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-16 {
  margin-bottom: 20px;
}

.image-40 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s2-col6-c {
  width: 100%;
  padding: 10px;
}

.s2-col4-c {
  width: 50%;
  padding: 10px;
}

.submit-button-2 {
  border-bottom: 5px solid var(--medium-violet-red);
  background-color: var(--deep-pink);
  border-radius: 10px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  display: block;
}

.text-block-16-copy-copy {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.s9-form-text-3 {
  color: #efefef;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 15px;
}

.text-block-18-copy-2 {
  color: #fff;
  text-align: right;
}

.s2-col2-c-2 {
  width: 50%;
}

.text-block-26 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.text-block-25 {
  color: #fff;
}

.text-block-27 {
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.s2-row-c-2 {
  background-color: #0009;
  flex-direction: row;
  width: 100%;
  padding: 10px;
  display: flex;
}

.text-block-16-copy-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.s2-row2-c {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.s2-text6-c {
  color: #fff;
  font-size: 12px;
}

.image-38 {
  float: none;
  margin-right: 2px;
  display: inline-block;
}

.s9-form-wrapper-c {
  width: 100%;
}

.s2-col5-c-2 {
  width: 30%;
  padding: 10px;
}

.s9-top-copy-2-copy {
  text-align: left;
  background-color: #fff;
  border-bottom: 5px solid #900047;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  display: flex;
}

.field-label {
  color: #fff;
  text-align: right;
}

.left-s2-p3 {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.s2-row3-c {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.s2-headline-c-2 {
  color: var(--deep-pink);
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserratalternates, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.bold-text-14 {
  color: #fff;
  text-align: left;
  font-size: 12px;
  display: inline-block;
}

.form-block-2 {
  width: 100%;
}

.s2-wrapper-c-2 {
  background-image: linear-gradient(#fffc, #fffc),
    url("../images/Your-paragraph-text-1_1Your paragraph text (1).webp");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.s2-col3-c {
  width: 20%;
  padding: 10px;
}

.text-field-3 {
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.s2-price-c-copy {
  color: #fff;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.s2-container-c-2 {
  flex-flow: wrap;
  align-items: center;
  max-width: 1007px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s2-col1-c-2 {
  width: 50%;
}

.text-span-11 {
  color: var(--deep-pink);
  text-align: right;
  -webkit-text-stroke-color: #ee7f00;
  font-size: 20px;
  line-height: 20px;
  text-decoration: line-through;
}

.image-39 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-41 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s2-text5-c {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.s2-price-c-2 {
  color: #fff;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.button-copy {
  background-color: var(--deep-pink);
  text-align: center;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.heading-11 {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.div-block {
  border-bottom: 5px solid var(--deep-pink);
  justify-content: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
}

.image-17 {
  width: 200px;
  margin-right: 40px;
}

.s0-wrapper {
  background-color: var(--deep-pink);
  text-align: center;
  padding: 10px;
  display: block;
}

.s0-container {
  justify-content: center;
  align-items: center;
  max-width: 1007px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.text-block-33 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.image-48 {
  max-width: 30%;
  position: absolute;
  inset: -1.5% -3% auto auto;
}

.s1-pack-wrapper-fave-2 {
  border-style: solid;
  border-width: 5px 5px 10px;
  border-color: var(--untitled-ui-white);
  background-color: var(--olive-drab);
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin: 20px;
  padding: 20px;
  display: flex;
  position: relative;
}

.s9-top-copy-4 {
  text-align: left;
  background-color: #fff;
  border-bottom: 5px solid #bd0003;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 10px auto;
  padding: 10px;
  display: flex;
}

.s1-pack-wrapper-2 {
  background-color: #fffc;
  border-bottom: 10px solid #e8318b;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  margin: 20px;
  padding: 20px;
  display: flex;
}

.s2-subheadline-c-2 {
  color: var(--deep-pink);
  text-align: center;
  text-transform: lowercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 40px;
}

.list-wrapper {
  flex-flow: row;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-32 {
  margin-bottom: 0;
}

.s1-pack-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserratalternates, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.button-2-copy {
  background-color: var(--deep-pink);
  text-align: center;
  border-bottom: 5px solid #900047;
  border-radius: 10px;
  max-width: 400px;
  margin: 20px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 20px;
  display: block;
}

.div-block-2 {
  background-color: #0003;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.s2-headline-c-3 {
  color: #d10064;
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserratalternates, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.s1-pack-price {
  text-align: center;
  align-self: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.image-46 {
  margin-right: 10px;
}

.s1-pack-container-2 {
  flex-flow: row;
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.text-span-14 {
  color: #bd0003;
  font-weight: 700;
}

.image-47 {
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-49 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-13 {
  font-size: 20px;
  line-height: 20px;
}

.image-53 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-50 {
  max-width: 30%;
  position: absolute;
  inset: -1.5% -3% auto auto;
}

.div-block-3 {
  background-color: #0003;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.s2-headline-c-4 {
  color: var(--deep-pink);
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserratalternates, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.image-52 {
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-15 {
  color: #bd0003;
  font-size: 50px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-16 {
  min-height: 0;
  font-size: 20px;
  line-height: 20px;
}

.text-block-34 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.col-s10-2 {
  width: 50%;
  padding: 10px;
}

.image-58 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-38 {
  text-align: center;
  font-size: 100px;
  line-height: 100px;
}

.text-block-39 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.row-s10 {
  align-items: flex-end;
  display: flex;
}

.price-col-s10 {
  width: 30%;
}

.counter-wrapper-s10 {
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-40 {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
}

.s9-top-copy-2-copy-2 {
  text-align: left;
  background-color: #fff;
  border-bottom: 5px solid #900047;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin: 10px auto;
  padding: 10px;
  display: flex;
}

.subheadline-s10 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.headline-s10 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

.price-s10 {
  background-color: #fff;
  border-bottom: 5px solid #900047;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.counter-s10 {
  width: 30%;
}

.old-price {
  color: red;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: line-through;
}

.price-text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.section-s10 {
  background-image: linear-gradient(#71a1001a, #71a1001a),
    url("../images/Your-paragraph-text-1_1Your paragraph text (1).webp");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.new-price {
  color: #009924;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.image-59 {
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-s10 {
  width: 1007px;
  margin-left: auto;
  margin-right: auto;
}

.image-59-copy {
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s9-top-copy-2-copy-3 {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 40px auto 10px;
  padding: 10px;
  display: flex;
  box-shadow: 0 5px 0 5px #e8318a;
}

.image-60 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s9-top-copy-2-copy-4 {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin: 10px auto;
  padding: 10px;
  display: flex;
  box-shadow: 0 5px 0 5px #e8318a;
}

.image-61 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.price-s10-2 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
  box-shadow: 0 5px 0 5px #e8318a;
}

.old-price-2 {
  color: red;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: line-through;
}

.s9-top-copy-2-copy-5 {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 100px;
  margin: 10px auto;
  padding: 10px;
  display: flex;
  box-shadow: 0 5px 0 5px #e8318a;
}

.image-62 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s9-top-copy-2-copy-6 {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px auto 20px;
  padding: 10px;
  display: flex;
  box-shadow: 0 5px #e8318a;
}

.image-63 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-64 {
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.price-text-4 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.benefits-text {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.section-2 {
  background-image: url("../images/girl-1-2_1girl-1-2.webp"),
    linear-gradient(#fffc, #fffc),
    url("../images/Your-paragraph-text-1_1Your paragraph text (1).webp");
  background-position: 100% 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto 100%, auto, auto;
  padding: 20px;
}

.price-wrapper {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.ssl-text {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.customer-rating {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.brand-subheadline {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.ssl-wrapper-2 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.benefits-icon {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brand-headline-2 {
  color: #e8318a;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.cell {
  justify-content: center;
  align-items: center;
}

.rating-text {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.new-price-3 {
  color: #009924;
  text-align: center;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 100px;
  font-weight: 700;
  line-height: 100;
}

.logo {
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
}

.s1-text-1 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.old-price-4 {
  color: red;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: line-through;
}

.benefits-wrapper-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  width: 80%;
  margin: 60px auto;
  padding: 0 40px;
  display: flex;
  position: static;
  inset: auto 0% -200px;
  box-shadow: 0 10px 0 10px #71a100;
}

.discount-price {
  color: #fff;
  text-align: center;
  background-color: #71a100;
  border-radius: 20px;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.order-button {
  text-align: center;
  background-color: #e8318a;
  border-radius: 20px;
  width: 100%;
  margin: 10px auto;
  padding: 20px 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.price-col {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.rating-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.benefits-wrapper-3 {
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  align-items: stretch;
  margin: 20px 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: auto 0% -200px;
  box-shadow: 0 5px 0 5px #71a100;
}

.benefits-item-2 {
  width: 33.33%;
  padding: 40px 20px;
}

.price-box {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
  box-shadow: 0 5px 0 5px #e8318a;
}

.price-text-5 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.old-price-5 {
  color: red;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: line-through;
}

.text-field-4 {
  width: 40%;
  display: inline-block;
}

.text-field-4._2-column {
  width: 50%;
  margin-right: 10px;
}

.text-field-4._2-column._2nd-input {
  margin-right: 0;
}

.text-block-41 {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.text-block-20-copy-copy {
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.item-wrapper-1-c {
  flex-direction: row;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.bold-text-16 {
  color: #00f608;
  text-decoration: none;
}

.text-span-7 {
  color: #00f608;
}

.main-wrapper-c {
  background-color: #0009;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.item-wrapper-2-c {
  width: 50%;
}

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

.field-label-2 {
  font-size: 16px;
  line-height: 40px;
}

.item3-p3 {
  color: #fff;
  text-align: right;
  width: 25%;
  padding: 10px;
}

.text-block-24 {
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.text-block-42 {
  text-decoration: line-through;
}

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

.bold-text-17 {
  font-size: 18px;
}

.image-65 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-28-copy {
  float: left;
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
  line-height: 15px;
}

.text-block-43 {
  text-align: right;
}

.text-block-2-copy {
  float: left;
  color: #fff;
  margin-right: 10px;
  line-height: 30px;
}

.radio-button-field-2 {
  margin-right: 20px;
  display: inline-block;
}

.image-66 {
  float: left;
  margin-right: 10px;
}

.item2-p3 {
  width: 60%;
  padding: 10px;
}

.field-2-column {
  width: 48.9%;
  margin-right: 10px;
  display: inline-block;
}

.bold-text-18 {
  text-align: left;
  font-size: 12px;
  display: inline-block;
}

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

.item-1-c {
  flex-direction: column;
  align-items: flex-start;
}

.text-block-44 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.item1-p3 {
  width: 20%;
  padding: 10px;
}

.text-block-45 {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.div-block-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.left-2-columns {
  text-align: center;
  width: 50%;
  font-size: 15px;
}

.bold-text-15 {
  color: #fd0000;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: line-through;
}

.right-s2-p3 {
  text-align: left;
  width: 50%;
  padding: 10px;
}

.div-block-2-copy {
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.select-field-2 {
  width: 48.9%;
  margin-right: 10px;
  display: inline-block;
}

.image-35 {
  float: left;
  margin-right: 10px;
}

.text-block-21-copy {
  color: #fff;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.image-36 {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

._2-columns {
  display: flex;
}

.item1-top-wrapper-c {
  border-bottom: 1px solid #f2f2f2;
  height: 150px;
  margin-bottom: 20px;
  padding: 20px;
}

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

.image-67 {
  float: none;
  margin-right: 2px;
  display: inline-block;
}

.field-2-column-2 {
  width: 48.9%;
  margin-right: 0;
  font-size: 20px;
  display: inline-block;
}

.image-68 {
  display: block;
}

.text-block-46 {
  text-align: right;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 10px;
  display: block;
}

.form {
  padding: 10px;
}

.text-block-20-copy {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.right-2-columns {
  width: 50%;
}

.submit-button-3 {
  background-color: #00f608;
  border-radius: 5px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

._2-columns-copy {
  margin-top: 20px;
  display: flex;
}

.left-s2-p3-2 {
  text-align: left;
  flex-flow: column;
  align-items: center;
  width: 50%;
  padding: 10px;
  display: flex;
}

.div-block-6 {
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-47 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  display: block;
}

.text-block-48 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.text-span-18 {
  color: #00f608;
}

.div-block-7 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.field-label-3 {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.text-block-49 {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.text-block-50 {
  color: #fff;
  -webkit-text-stroke-color: var(--untitled-ui-white);
  font-weight: 400;
  text-decoration: line-through;
}

.text-block-51 {
  text-align: left;
  font-size: 15px;
}

.bold-text-19 {
  color: #3baa2e;
  font-size: 18px;
}

.image-69 {
  filter: invert();
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-copy {
  margin-top: 0;
  padding: 10px;
}

.text-block-52 {
  color: #fff;
  text-align: right;
  font-size: 15px;
}

.image-70 {
  float: left;
  margin-right: 10px;
}

.field-2-column-3 {
  width: 48.9%;
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}

.bold-text-20 {
  color: #fff;
  text-align: left;
  font-size: 12px;
  display: inline-block;
}

.text-block-53 {
  color: var(--untitled-ui-white);
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

.bold-text-21 {
  color: #fd0000;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: line-through;
}

.image-7 {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

.bold-text-22 {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.bold-text-23 {
  text-align: right;
}

.image-71 {
  float: none;
  filter: invert();
  margin-right: 2px;
  display: inline-block;
}

.div-block-8 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-72 {
  display: block;
}

.text-block-54 {
  text-align: right;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 10px;
  display: block;
}

.image-30 {
  float: left;
  margin-right: 10px;
}

.submit-button-4 {
  background-color: #00f608;
  border-radius: 5px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.div-block-9 {
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-55 {
  color: #fff;
  font-size: 15px;
}

.text-block-56 {
  color: #fff;
}

.bold-text-24 {
  color: #fff;
  font-size: 20px;
}

.text-block-57 {
  color: #fff;
  font-size: 15px;
}

.field-label-4 {
  color: #fff;
  font-size: 20px;
}

.form-block-3 {
  color: #fff;
}

.section {
  z-index: 5;
  background-color: #e8318a;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.s1-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.s1-button {
  color: #e8318a;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.uui-footer07_legal-link {
  color: var(--untitled-ui-gray500);
  font-family: Montserratalternates, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s;
}

.uui-footer07_legal-link:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer07_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

.uui-text-size-small-3.text-color-gray500 {
  color: var(--untitled-ui-gray500);
  font-family: Montserratalternates, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.uui-footer07_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui-gray200);
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 2rem;
  font-size: 15px;
  display: flex;
}

.uui-footer07_link {
  color: var(--untitled-ui-gray600);
  text-align: center;
  padding: 0.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.uui-footer07_link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-footer07_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: 0.1px solid #dae0e8;
  border-radius: 0.5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer07_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-footer07_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-3 {
  background-image: linear-gradient(#fffc, #fffc),
    url("../images/Your-paragraph-text-1_1Your paragraph text (1).webp");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-58 {
  color: #333;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.image-73 {
  max-width: 30%;
  position: absolute;
  inset: -1.5% -3% auto auto;
}

.text-span-19 {
  color: #bd0003;
  font-size: 50px;
  font-weight: 700;
}

.s2-subheadline-c-3 {
  color: #e8318a;
  text-align: center;
  text-transform: lowercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 30px;
}

.s9-top-copy-2-copy-7 {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 100px;
  margin: 10px auto;
  padding: 10px;
  display: flex;
  box-shadow: 0 5px 0 5px #e8318a;
}

.button-2-copy-2 {
  text-align: center;
  background-color: #e8318a;
  border-bottom: 5px solid #900047;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.s1-pack-wrapper-fave-3 {
  background-color: #fffc;
  border: 5px solid #e8318a;
  border-bottom-width: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin: 20px;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-block-59 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.div-block-10 {
  background-color: #0003;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.s2-headline-c-5 {
  color: #e8318a;
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserratalternates, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.image-74 {
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.image-75 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-60 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.form-block-4 {
  color: #fff;
}

.image-76 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-77 {
  float: none;
  filter: invert();
  margin-right: 2px;
  display: inline-block;
}

.text-block-61 {
  color: #fff;
  text-align: right;
}

.bold-text-25 {
  color: #fd0000;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: line-through;
}

.bold-text-26 {
  text-align: right;
}

.image-78 {
  float: left;
  margin-right: 10px;
}

.div-block-11 {
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.bold-text-27 {
  color: #fff;
}

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

.field-label-5 {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

.text-block-62 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-weight: 700;
  text-decoration: line-through;
}

.submit-button-5 {
  background-color: #e8318a;
  border-bottom: 5px solid #900047;
  border-radius: 10px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  display: block;
}

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

.text-block-64 {
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.text-span-21 {
  color: #00f608;
}

.bold-text-28 {
  color: #fff;
  text-align: left;
  font-size: 12px;
  display: inline-block;
}

.bold-text-29 {
  font-size: 18px;
}

.text-block-65 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.field-2-column-4 {
  width: 48.9%;
  margin-right: 10px;
  display: inline-block;
}

.image-79 {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

.text-block-66 {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.text-block-67 {
  text-align: right;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 10px;
  display: block;
}

.text-block-68 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.image-80 {
  display: block;
}

.div-block-13 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-30 {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.s2-subheadline-c-4 {
  color: #e8318a;
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 40px;
}

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

.bold-text-31 {
  text-decoration: none;
}

.link {
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.text-block-69 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.image-81 {
  margin-left: 5px;
}

.text-block-70 {
  color: #fff;
}

.text-block-71 {
  font-weight: 700;
}

.text-block-72 {
  font-size: 20px;
  font-weight: 700;
}

.image-82 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-73 {
  color: var(--olive-drab);
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.text-block-74 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}

.container-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-2-copy {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-75 {
  font-size: 30px;
  line-height: 40px;
}

.cell-3 {
  justify-content: center;
  align-items: stretch;
  padding: 20px;
}

.text-block-76 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
}

.form-2 {
  align-items: flex-start;
  display: flex;
}

.text-field-5 {
  height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.submit-button-6 {
  background-color: var(--olive-drab);
  height: 50px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.success-message {
  z-index: 1;
  background-color: #ddddddbf;
  position: fixed;
  inset: 0%;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-15 {
  color: #fff;
  background-color: #187cff;
  padding: 60px;
}

.button-3 {
  background-color: #0000;
  border: 2px solid #fff;
  margin-top: 40px;
  padding-top: 9px;
  padding-left: 40px;
  padding-right: 40px;
}

.button-2-copy-4-copy {
  text-align: center;
  background-color: #bd0003;
  border-bottom: 5px solid #900047;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 10px;
  padding: 15px 10px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-77 {
  color: #fff;
  text-decoration: none;
}

.text-block-78,
.text-block-79,
.text-block-80,
.text-block-81,
.text-block-82,
.text-block-83 {
  font-size: 15px;
}

.container-3 {
  font-size: 20px;
  line-height: 30px;
}

.text-block-84 {
  font-size: 15px;
}

.container-4 {
  font-size: 20px;
  line-height: 30px;
}

.text-block-85,
.text-block-86 {
  font-size: 15px;
}

.bold-text-32,
.bold-text-33,
.field-label-6,
.bold-text-34,
.bold-text-35,
.bold-text-36,
.field-label-7 {
  font-size: 20px;
}

._60daysreturnpolicy {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-90,
.text-block-91,
.text-block-92 {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 25px;
}

.text-block-93 {
  color: #fff;
  text-align: center;
  background-color: #e8318a;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 25px;
}

.text-block-94,
.text-block-95,
.text-block-96 {
  color: #fff;
  text-align: center;
  background-color: #e8318a;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 25px;
}

.div-block-16 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  display: block;
}

.text-block-97 {
  font-size: 20px;
  line-height: 30px;
}

.text-block-98 {
  margin: 20px auto;
  font-size: 20px;
  line-height: 40px;
}

.text-span-22 {
  color: var(--olive-drab);
  font-size: 40px;
  font-weight: 700;
}

.text-span-23 {
  color: #f80000;
  font-size: 30px;
  text-decoration: line-through;
}

.s1-pack-text-copy {
  color: var(--untitled-ui-white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserratalternates, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.text-span-15-copy {
  color: var(--untitled-ui-white);
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.list-container-copy {
  color: #fff;
}

.s1-pack-price-copy {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.text-span-22-copy {
  font-size: 40px;
  font-weight: 700;
}

.s1-pack-text-copy,
.s1-pack-text-copy-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserratalternates, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.s1-pack-price-copy {
  text-align: center;
  align-self: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.text-span-22-copy,
.text-span-22-copy-copy {
  color: var(--olive-drab);
  font-size: 40px;
  font-weight: 700;
}

.text-span-22-copy-copy-copy {
  font-size: 40px;
  font-weight: 700;
}

.text-block-99 {
  color: var(--deep-pink);
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-99-copy {
  color: var(--untitled-ui-white);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

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

.success-message-2 {
  color: #fff;
  background-color: #43a000;
}

.error-message {
  text-align: center;
  background-color: #d80000;
}

.bold-text-38 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #abf302;
  overflow-wrap: normal;
  font-size: 60px;
  line-height: 60px;
  display: block;
}

.bold-text-38.small {
  font-size: 47px;
  line-height: 50px;
}

.bold-text-39 {
  line-height: 20px;
}

.bold-text-40 {
  font-size: 29px;
}

.red-bold {
  color: #e8318a;
}

.text-block-76-copy {
  text-align: center;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.text-block-76-copy._70 {
  max-width: 80%;
}

.image-83 {
  max-width: 50%;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.text-block-100 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
}

.text-field-6 {
  height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-19 {
  color: #fff;
  background-color: #187cff;
  padding: 60px;
}

.text-block-101 {
  color: #71a100;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

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

.uui-text-size-small-4.text-color-gray500 {
  color: #667085;
  font-family: Montserratalternates, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.image-84 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-4 {
  background-color: #0000;
  border: 2px solid #fff;
  margin-top: 40px;
  padding-top: 9px;
  padding-left: 40px;
  padding-right: 40px;
}

.cell-4 {
  justify-content: center;
  align-items: stretch;
  padding: 20px;
}

.success-message-3 {
  z-index: 1;
  background-color: #ddddddbf;
  position: fixed;
  inset: 0%;
}

.form-3 {
  align-items: flex-start;
  display: flex;
}

.uui-footer07_bottom-wrapper-2 {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 2rem;
  font-size: 15px;
  display: flex;
}

.uui-footer07_legal-link-2 {
  color: #667085;
  font-family: Montserratalternates, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s;
}

.uui-footer07_legal-link-2:hover {
  color: #475467;
}

.section-4 {
  background-image: linear-gradient(#fffc, #fffc),
    url("../images/Your-paragraph-text-1_1Your paragraph text (1).webp");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-102 {
  font-size: 30px;
  line-height: 40px;
}

.submit-button-7 {
  background-color: #71a100;
  height: 50px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-103 {
  font-size: 15px;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-104 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}

@media screen and (min-width: 1440px) {
  .form-copy {
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .section-s0 {
    display: none;
  }

  .section-s1 {
    background-image: none, linear-gradient(#fffc, #fffc),
      url("../images/Your-paragraph-text-1_1Your paragraph text (1).webp");
    background-position: 100% 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: contain, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .item1-s1 {
    width: 50%;
    padding: 0;
    font-size: 50px;
  }

  .brand-headline {
    font-size: 2em;
    line-height: 1em;
  }

  .text-block {
    font-size: 0.5em;
    line-height: 1em;
  }

  .text-block-2 {
    font-size: 0.5em;
    line-height: 1.2em;
  }

  .section-s2 {
    background-image: none;
  }

  .text-span-3 {
    color: #8cb12e;
  }

  .section-s4 {
    background-color: #8cb12e;
  }

  .heading-green {
    color: #fff;
  }

  .button {
    background-color: #e8318b;
    padding: 20px 40px;
    font-size: 2em;
    font-weight: 700;
  }

  .section-s6 {
    background-image: url("../images/indian-woman_1.avif"),
      linear-gradient(#e8f7bdcc, #e8f7bdcc),
      url("../images/643541241f538e8e2a145775_4643541241f538e8e2a145775_3.webp");
    background-position: 0 0, 0 0, 0 0;
  }

  .section-s8 {
    background-image: linear-gradient(#4bfec833, #4bfec833),
      url("../images/643541241f538e8e2a145775_4643541241f538e8e2a145775_3.webp");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .text-block-16-copy {
    color: #565757;
  }

  .heading-gray {
    color: #fff;
  }

  .section-s9 {
    background-image: url("../images/girl-2-min_1girl-2-min.webp"),
      url("../images/girl-1_1girl-1.webp"), linear-gradient(#fffc, #fffc),
      url("../images/Your-paragraph-text-1_1Your paragraph text (1).webp");
    background-position: 0 0, 100% 0, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, repeat, repeat;
    background-size: contain, contain, auto, cover;
  }

  .item-1-s9 {
    padding: 0;
  }

  .s2-wrapper-c-2 {
    padding-top: 0;
  }

  .button-copy {
    background-color: #e8318b;
    padding: 20px 40px;
    font-size: 2em;
    font-weight: 700;
  }

  .heading-11 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block {
    border-bottom: 5px solid #d10064;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    display: flex;
  }

  .image-17 {
    width: 200px;
    margin-right: 40px;
  }

  .brand-subheadline {
    font-size: 30px;
    line-height: 40px;
  }

  .s1-text-1 {
    line-height: 1em;
  }

  .order-button {
    background-color: #e8318b;
    padding: 20px 40px;
  }
}

@media screen and (max-width: 991px) {
  .section-s1 {
    background-image: linear-gradient(#fffc, #fffc),
      url("../images/Your-paragraph-text-1_1Your paragraph text (1).webp");
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .container-s1 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .item1-s1 {
    width: 100%;
  }

  .s1-wrapper {
    flex-direction: column;
  }

  .brand-headline {
    font-size: 100px;
    line-height: 110px;
  }

  .image {
    display: none;
  }

  .container-s2,
  .container-s3 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .item-s3 {
    width: 40%;
    height: auto;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-s4 {
    width: auto;
  }

  .image-4 {
    display: none;
  }

  .container-s5 {
    width: auto;
  }

  .section-s6 {
    background-image: linear-gradient(#e8f7bdcc, #e8f7bdcc),
      url("../images/indian-woman_1.avif"),
      url("../images/643541241f538e8e2a145775_4643541241f538e8e2a145775_3.webp");
    background-position: 0 0, 82%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .container-s6 {
    width: auto;
  }

  .s6-wrapper {
    justify-content: center;
    align-items: stretch;
  }

  .item-1-s6 {
    left: 25%;
  }

  .container-s7 {
    width: auto;
  }

  .uui-testimonial16_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-testimonial15_mask {
    width: 50%;
  }

  .uui-testimonial15_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-s8 {
    width: auto;
  }

  .section-s9 {
    background-image: url("../images/girl-2-min2_1girl-2-min2.webp"),
      linear-gradient(#fffc, #fffc),
      url("../images/Your-paragraph-text-1_1Your paragraph text (1).webp");
    background-position: 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: contain, auto, cover;
  }

  .container-s9 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .item-2-s9 {
    width: 100%;
  }

  .container-s7-copy {
    width: auto;
  }

  .uui-testimonial11_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-14 {
    left: -15%;
  }

  .image-15 {
    z-index: -1;
  }

  .s9-top-copy-2-copy {
    flex-direction: column;
    width: 100%;
  }

  .s1-pack-wrapper-fave-2 {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .s9-top-copy-4 {
    flex-direction: column;
    width: 100%;
  }

  .s1-pack-wrapper-2 {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .s1-pack-container-2 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

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

  .col-s10-2 {
    width: 100%;
  }

  .row-s10 {
    flex-direction: column;
  }

  .s9-top-copy-2-copy-2 {
    flex-direction: column;
    width: 100%;
  }

  .section-s10 {
    background-image: linear-gradient(#ffffff69, #ffffff69),
      url("../images/Your-paragraph-text-1_1Your paragraph text (1).webp");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .image-59 {
    display: none;
  }

  .container-s10 {
    width: 100%;
  }

  .image-59-copy {
    max-width: 70%;
    display: block;
  }

  .s9-top-copy-2-copy-3,
  .s9-top-copy-2-copy-4,
  .s9-top-copy-2-copy-5,
  .s9-top-copy-2-copy-6 {
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }

  .image-64 {
    order: 0;
    display: block;
  }

  .section-2 {
    background-image: linear-gradient(#fffc, #fffc),
      url("../images/Your-paragraph-text-1_1Your paragraph text (1).webp");
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .brand-headline-2 {
    font-size: 100px;
    line-height: 110px;
  }

  .logo {
    max-width: 100%;
  }

  .item-wrapper-1-c {
    width: 100%;
  }

  .main-wrapper-c {
    flex-direction: column;
    width: 100%;
  }

  .item-wrapper-2-c {
    width: 100%;
    margin-top: 60px;
  }

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

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .s9-top-copy-2-copy-7 {
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }

  .s1-pack-wrapper-fave-3 {
    width: 50%;
  }

  .form-2 {
    flex-flow: column;
  }

  .text-field-5 {
    text-align: center;
  }

  .submit-button-6 {
    width: 100%;
  }

  .s1-pack-text-copy {
    flex-flow: column;
    display: block;
  }

  .s1-pack-text-copy-copy {
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-41,
  .bold-text-42 {
    font-size: 15px;
  }

  .text-field-6 {
    text-align: center;
  }

  .form-3 {
    flex-flow: column;
  }

  .submit-button-7 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container-s1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .item1-s1 {
    width: 100%;
    padding: 0;
  }

  .right-s1 {
    width: 100%;
    margin-top: 20px;
  }

  .s1-wrapper {
    flex-direction: column;
  }

  .form-wrapper {
    margin-top: 20px;
  }

  .benefits-wrapper {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-item {
    padding: 20px;
  }

  .s2-wrapper,
  .item-wrapper-s3 {
    flex-direction: column;
  }

  .item-s3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-6,
  .text-block-7 {
    text-align: center;
  }

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

  .image-4 {
    display: none;
  }

  .item-1-s2,
  .item-2-s2 {
    width: 100%;
  }

  .text-block-17 {
    text-align: center;
  }

  .s5-wrapper {
    flex-direction: column;
  }

  .item-1-s5,
  .item-2-s5 {
    width: 100%;
  }

  .s6-wrapper {
    flex-direction: column;
  }

  .item-2-s6 {
    flex-direction: column;
    width: 100%;
  }

  .item-1-s6 {
    width: 100%;
    display: none;
  }

  .s7-wrapper {
    flex-direction: column;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 30px;
  }

  .item-1-s7 {
    width: 100%;
  }

  .item-2-s7 {
    order: -1;
    width: 100%;
  }

  .item-3-s7 {
    width: 100%;
  }

  .uui-testimonial16_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial16_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-testimonial16_content {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial16_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-testimonial15_arrow:hover {
    background-color: var(--untitled-ui-white);
  }

  .uui-testimonial15_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial15_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial15_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-testimonial15_content {
    padding: 1.5rem;
  }

  .uui-testimonial15_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial15_mask {
    width: 80%;
  }

  .uui-testimonial15_component {
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: 0.75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .s8-wrapper {
    flex-direction: column;
  }

  .item-1-s8,
  .item-2-s8,
  .item-3-s8 {
    width: 100%;
  }

  .container-s9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .right-s9 {
    width: 100%;
    margin-top: 20px;
  }

  .item-1-s9 {
    width: 100%;
    padding: 0;
  }

  .item-2-s9 {
    width: 100%;
    margin-top: 20px;
  }

  .s7-wrapper-copy {
    flex-direction: column;
  }

  .uui-testimonial11_slide-nav {
    inset: 0% auto auto 0%;
  }

  .uui-testimonial11_arrow {
    inset: 0% 0% auto auto;
  }

  .uui-testimonial11_arrow:hover {
    background-color: var(--untitled-ui-white);
  }

  .uui-testimonial11_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial08_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial11_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial11_divider {
    display: none;
  }

  .uui-testimonial11_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial11_content-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial11_client-image {
    height: 22rem;
  }

  .uui-testimonial11_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-testimonial11_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial11_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-14,
  .image-15 {
    display: none;
  }

  .s2-col2-c-2 {
    width: 100%;
  }

  .s2-row-c-2 {
    flex-direction: column;
  }

  .s9-form-wrapper-c {
    width: 100%;
  }

  .s2-headline-c-2 {
    font-size: 70px;
    line-height: 70px;
  }

  .s2-wrapper-c-2 {
    width: 100%;
  }

  .s2-container-c-2 {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .s2-col1-c-2,
  .image-11-copy {
    width: 100%;
  }

  .heading-11 {
    color: #000;
  }

  .div-block {
    flex-direction: row;
  }

  .image-17 {
    width: 150px;
    margin-right: 10px;
  }

  .s1-pack-wrapper-fave-2 {
    order: -1;
    width: 100%;
    margin: 20px 0;
  }

  .s1-pack-wrapper-2 {
    width: 100%;
    margin: 20px 0;
  }

  .s2-headline-c-3 {
    font-size: 70px;
    line-height: 70px;
  }

  .s1-pack-container-2 {
    flex-direction: column;
  }

  .s2-headline-c-4 {
    font-size: 70px;
    line-height: 70px;
  }

  .benefits-wrapper-2,
  .benefits-wrapper-3 {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-item-2 {
    padding: 20px;
  }

  .text-block-21-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .item1-top-wrapper-c {
    height: auto;
  }

  .div-block-7 {
    display: block;
  }

  .text-block-53 {
    font-size: 30px;
    line-height: 40px;
  }

  .section {
    text-align: center;
  }

  .uui-footer07_legal-link:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-footer07_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer07_link:hover {
    color: var(--untitled-ui-gray500);
  }

  .uui-footer07_link-list {
    grid-row-gap: 0.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg {
    background-image: url("../images/untitled-ui-logomark.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .s1-pack-wrapper-fave-3 {
    order: -1;
    width: 100%;
    margin: 20px 0;
  }

  .s2-headline-c-5 {
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 25px;
  }

  .s2-subheadline-c-4 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-71 {
    line-height: 15px;
  }

  .form-2 {
    flex-flow: column;
  }

  .text-field-5 {
    text-align: center;
  }

  .submit-button-6 {
    width: 100%;
  }

  .text-block-80 {
    font-size: 15px;
  }

  .container-3,
  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-field-6 {
    text-align: center;
  }

  .form-3 {
    flex-flow: column;
  }

  .uui-footer07_bottom-wrapper-2 {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer07_legal-link-2:hover {
    color: #98a2b3;
  }

  .submit-button-7 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container-s1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-headline {
    font-size: 50px;
    line-height: 60px;
  }

  .form-wrapper {
    width: 100%;
  }

  .submit-button {
    font-size: 15px;
  }

  .benefits-wrapper {
    flex-direction: column;
  }

  .benefits-item {
    width: 100%;
  }

  .container-s2,
  .container-s3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-number-s3 {
    top: -6%;
  }

  .item-number-s3-2 {
    top: -7%;
  }

  .button {
    width: 100%;
    font-size: 29px;
  }

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

  .section-s6 {
    background-image: linear-gradient(#e8f7bdcc, #e8f7bdcc),
      url("../images/643541241f538e8e2a145775_4643541241f538e8e2a145775_3.webp");
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .container-s6 {
    padding: 80px 20px;
  }

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

  .uui-testimonial15_mask {
    width: 95%;
  }

  .container-s8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-s9,
  .container-s7-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-testimonial11_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial11_client-image {
    height: 15rem;
  }

  .uui-testimonial11_content {
    grid-template-columns: 1fr;
  }

  .submit-button-2 {
    margin-top: 15px;
  }

  .text-block-26 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-25 {
    font-size: 10px;
    line-height: 15px;
  }

  .text-block-16-copy-2 {
    font-size: 12px;
    line-height: 15px;
  }

  .s2-col5-c-2 {
    font-size: 10px;
    line-height: 15px;
  }

  .s9-top-copy-2-copy {
    flex-direction: column;
  }

  .left-s2-p3 {
    text-align: center;
    align-self: auto;
    width: 100%;
  }

  .s2-headline-c-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .s2-container-c-2 {
    width: 100%;
    max-width: none;
  }

  .text-span-11 {
    font-size: 15px;
    line-height: 15px;
  }

  .image-39 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .image-41 {
    max-width: 100%;
    display: block;
  }

  .s2-price-c-2 {
    font-size: 15px;
    line-height: 15px;
  }

  .button-copy {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 27px;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
  }

  .image-17 {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .s9-top-copy-4 {
    flex-direction: column;
  }

  .button-2-copy {
    font-size: 20px;
    line-height: 20px;
  }

  .s2-headline-c-3,
  .s2-headline-c-4 {
    font-size: 35px;
    line-height: 35px;
  }

  .s9-top-copy-2-copy-2 {
    flex-direction: column;
  }

  .old-price {
    font-size: 25px;
  }

  .new-price {
    font-size: 30px;
    line-height: 30px;
  }

  .text-span-17 {
    font-size: 25px;
    line-height: 25px;
  }

  .s9-top-copy-2-copy-3,
  .s9-top-copy-2-copy-4 {
    flex-direction: column;
  }

  .old-price-2 {
    font-size: 25px;
    line-height: 25px;
  }

  .s9-top-copy-2-copy-5 {
    flex-direction: column;
    width: 90%;
    max-width: none;
  }

  .s9-top-copy-2-copy-6 {
    flex-direction: column;
  }

  .price-text-4 {
    font-size: 12px;
  }

  .price-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .brand-headline-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .new-price-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .old-price-4 {
    font-size: 15px;
    line-height: 25px;
  }

  .benefits-wrapper-2 {
    flex-direction: column;
  }

  .discount-price {
    font-size: 14px;
    line-height: 16px;
  }

  .order-button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  .rating-wrapper,
  .benefits-wrapper-3 {
    flex-direction: column;
  }

  .benefits-item-2 {
    width: 100%;
  }

  .price-box {
    flex-flow: row;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .price-text-5 {
    font-size: 12px;
  }

  .old-price-5 {
    font-size: 15px;
    line-height: 25px;
  }

  .item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .field-label-2 {
    line-height: 25px;
  }

  .item3-p3 {
    width: 30%;
    padding: 5px;
  }

  .image-65 {
    max-width: 100%;
  }

  .text-block-43 {
    text-align: center;
  }

  .item2-p3 {
    width: 50%;
  }

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

  .left-2-columns,
  .right-s2-p3 {
    width: 100%;
  }

  .image-68 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-46,
  .text-block-20-copy {
    text-align: center;
  }

  .right-2-columns {
    width: 100%;
  }

  ._2-columns-copy {
    flex-direction: column;
  }

  .left-s2-p3-2 {
    text-align: center;
    width: 100%;
  }

  .field-label-3 {
    line-height: 25px;
  }

  .image-69 {
    max-width: 100%;
  }

  .text-block-52 {
    text-align: center;
  }

  .text-block-53 {
    text-align: left;
    font-size: 29px;
    line-height: 39px;
  }

  .image-72 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-54 {
    text-align: center;
  }

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

  .s1-text {
    font-size: 14px;
  }

  .s1-button {
    margin-top: 10px;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto auto;
  }

  .s9-top-copy-2-copy-7 {
    flex-direction: column;
    width: 90%;
  }

  .button-2-copy-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .s2-headline-c-5 {
    font-size: 35px;
    line-height: 45px;
  }

  .image-76 {
    max-width: 100%;
    display: block;
  }

  .text-block-61 {
    text-align: center;
  }

  .field-label-5 {
    line-height: 25px;
  }

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

  .text-block-67 {
    text-align: center;
  }

  .image-80 {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    flex-flow: column;
  }

  .text-block-71 {
    line-height: 17px;
  }

  .form-2 {
    flex-flow: column;
  }

  .text-field-5 {
    text-align: center;
  }

  .submit-button-6 {
    width: 100%;
  }

  .button-2-copy-4-copy {
    font-size: 20px;
    line-height: 20px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-12 {
    line-height: 35px;
  }

  .bold-text-37 {
    font-size: 13px;
    line-height: 15px;
  }

  .bold-text-38 {
    -webkit-text-stroke-width: 0px;
    font-size: 30px;
  }

  .bold-text-38.small {
    font-size: 40px;
  }

  .bold-text-43 {
    font-size: 28px;
  }

  .bold-text-44 {
    font-size: 27px;
  }

  .text-field-6 {
    text-align: center;
  }

  .form-3 {
    flex-flow: column;
  }

  .submit-button-7 {
    width: 100%;
  }
}

#w-node-_68680c62-44ea-65e5-cb5c-2b3ac1c35db9-4bb2d9e8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_68680c62-44ea-65e5-cb5c-2b3ac1c35dba-4bb2d9e8,
#w-node-_68680c62-44ea-65e5-cb5c-2b3ac1c35dc4-4bb2d9e8,
#w-node-c7f1b1f5-10c2-381b-2913-1d1a127784a6-12778498,
#w-node-_573c9c32-cc50-86c1-e856-9db0795c64b8-12778498 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c48c19d0-aa76-49e9-83c8-eb62e633de20-4bb2d9f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_68680c62-44ea-65e5-cb5c-2b3ac1c35db9-4bb2d9e8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_68680c62-44ea-65e5-cb5c-2b3ac1c35dba-4bb2d9e8,
  #w-node-_68680c62-44ea-65e5-cb5c-2b3ac1c35dc4-4bb2d9e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c48c19d0-aa76-49e9-83c8-eb62e633de20-4bb2d9f0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@font-face {
  font-family: "Montserratalternates";
  src: url("../fonts/MontserratAlternates-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserratalternates";
  src: url("../fonts/MontserratAlternates-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserratalternates";
  src: url("../fonts/MontserratAlternates-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.iti__selected-dial-code {
  color: #000;
}
