body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sagona;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sagona;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sagona;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sagona;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sagona;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sagona;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.text-weight-semibold {
  text-align: center;
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.heading-medium {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-medium.text-align-center {
  font-size: 2rem;
}

.text-weight-bold {
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.text-size-regular {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.text-size-regular.text-align-center {
  font-size: 1rem;
}

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

.text-size-medium {
  margin-top: 0;
  font-size: 1.125rem;
}

.text-size-medium.text-weight-semibold {
  object-fit: fill;
  margin-top: 0;
  margin-right: 50px;
  padding-right: 0;
  font-size: 1rem;
}

.text-size-medium.brand-icon {
  text-align: center;
  white-space: nowrap;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-size-small {
  font-size: 1.125rem;
  display: block;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.text-size-tiny {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.text-size-tiny.text-weight-medium {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-size-tiny.custom-posted {
  color: #b6b6b6;
}

.text-size-tiny.text-weight-medium {
  font-size: 1rem;
}

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

.page-padding {
  background-color: #fff9ee;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.max-width-large.flex-center {
  width: 60rem;
  max-width: 150rem;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  color: #2b1a1a;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin-top: 1.5rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-small {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 2px;
}

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

.padding-vertical.padding-medium {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.padding-vertical.padding-large {
  height: 43.7057%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  padding-top: 2rem;
  padding-bottom: 0;
}

.padding-vertical.padding-huge {
  padding-top: 0;
  padding-bottom: 0;
}

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

.padding-vertical.padding-huge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-weight-medium {
  font-weight: 500;
}

.body {
  color: #2b1a1a;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.section-navbar {
  background-color: #fff9ee;
  border-bottom: 1px solid #ddd;
}

.new {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
}

.navbar-main {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.navbar-logo {
  max-width: 200px;
}

.navbar-navlink {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.navbar-navlink:hover {
  color: #930f19;
}

.sectoion-top-banner {
  background-color: #ffe7b6;
}

.top-banner_text {
  color: #684a0b;
  text-align: center;
  font-family: Sagona;
  font-size: 16px;
  font-weight: 600;
}

.section-main-banner {
  z-index: 30;
  object-fit: cover;
  background-color: #fff;
  position: relative;
}

.main-banner_split {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.main-banner_slider {
  width: 50%;
}

.main-banner_content {
  width: 50%;
  background-color: #fff;
  margin-right: 150px;
  padding: 35px;
  position: relative;
}

.main-banner_slider-div {
  width: 100%;
  height: 100%;
}

.slider-2-hidden {
  object-fit: cover;
  position: static;
}

.main-banner_content-slider {
  width: 100%;
  height: 100%;
}

.main-banner_content-slider._1 {
  height: 100%;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/Untitled-design-85.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  margin-top: 0;
  padding-bottom: 0;
}

.main-banner_content-slider._2 {
  object-fit: fill;
  background-image: url('../images/2_1.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.main-banner_content-slider._3 {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/d-my-lif-is-the-only-one-that-worked..jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  padding-bottom: 0;
}

.main-banner_content-inner {
  font-family: Montserrat, sans-serif;
}

.main-banner_rating {
  font-size: 1.125rem;
}

.main-banner_stars {
  color: #faa707;
}

.main-banner_checkpoints-div {
  align-items: center;
  margin-bottom: 15px;
  font-size: 22px;
  display: flex;
}

.main-banner_checkpoints-div.last {
  margin-bottom: 0;
}

.checkpoint_image {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.main-banner_divider {
  width: 100%;
  height: 1px;
  background-color: #555;
}

.main-wrapper_cta-x {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button_main {
  width: 100%;
  height: 75px;
  max-width: 400px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
  transform: translate(0);
}

.button_main:hover {
  background-color: #930f19;
}

.button_main.width-80 {
  width: 80%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_main.no-width {
  max-width: none;
}

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

.icons-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icoons_image {
  max-width: 45px;
}

.section-brand-icons {
  z-index: 30;
  background-color: #ffd996;
  position: relative;
}

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

.grey-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(105, 88, 83, .25);
}

.brand-icon_grid-div {
  width: 80%;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-info-drink {
  z-index: 30;
  background-color: #fff;
  position: relative;
}

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

.info-drink_content, .info-drink_image {
  width: 45%;
}

.info-drink_image.right-shift {
  justify-content: flex-end;
  display: flex;
}

.info-drinkn_image-div {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  overflow: hidden;
}

.section-steps {
  background-color: #fff9ee;
}

.steps_grid {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.steps_div {
  width: 100%;
  min-height: 500px;
  background-color: #fff;
  border-radius: 20px;
  padding: 5%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .06);
}

.steps_highlight {
  background-color: #ffd996;
  padding: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  display: inline-block;
}

.steps_icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 3.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
}

.steps_icon-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.sterps-icon {
  margin-bottom: 10px;
}

.dropdown-answers_main {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  display: flex;
}

.dropdown-answer_image {
  width: 35%;
  border-radius: 50px;
  overflow: hidden;
}

.dropdown-answer_content {
  width: 55%;
}

.dropdown-answer_div {
  margin-bottom: 20px;
}

.dropdown-answer {
  z-index: 0;
  width: 100%;
  border: 1px #000;
  border-radius: 15px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .06);
}

.dropdown-answer_toggle {
  width: 100%;
  white-space: normal;
  border-radius: 15px;
  padding: 10px 15px;
}

.dropdown-answer_icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.dropdown_flex {
  align-items: center;
  display: flex;
}

.dropdown-answer_list {
  padding: 15px;
}

.dropdown-answer_list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 65px;
  position: relative;
}

.table-main {
  margin-top: 2.5rem;
}

.table-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr 1fr 40%;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.table-grid.yellow {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #ffd996;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr 1fr 40%;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-icon {
  width: 25px;
  height: 25px;
}

.card-side-split {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-side-content {
  width: 45%;
}

.card-side-image {
  width: 45%;
  border-radius: 20px;
  overflow: hidden;
}

.experts-main {
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-left: 100px;
  margin-right: 100px;
  display: grid;
}

.expert_div {
  width: 100%;
  min-height: 300px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 5%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .06);
}

.expert_image {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.flavours_grid {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.flavours_div {
  width: 100%;
  min-height: 500px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 5%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .06);
}

.section-feedback {
  background-color: #fff9ee;
}

.custom_small-stars {
  color: #faa707;
  text-align: center;
  font-size: 14px;
}

.feedback_main {
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.feedback_content {
  width: 50%;
}

.feedback_images {
  width: 45%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feedback_div {
  margin-bottom: 2.5rem;
}

.feedback_stars {
  color: #faa707;
  font-size: 1.25rem;
}

.heading-x {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.feedback_name {
  text-align: right;
  font-size: 1rem;
  font-weight: 600;
}

.section-hurry {
  background-color: #ffd996;
}

.hurry_main {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.hurry_div {
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.hurry_checkmark {
  width: 30px;
  height: 30px;
  margin-right: 35px;
}

.section-diiferent {
  background-color: #ffd996;
}

.different-split {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.different-image {
  width: 45%;
  border-radius: 20px;
  overflow: hidden;
}

.differetnt_contact {
  width: 50%;
}

.faq_full {
  width: 100%;
}

.faq_-div {
  margin-bottom: 15px;
}

.faq_dropdown {
  z-index: 0;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.bonuses-dropdown {
  width: 100%;
  white-space: normal;
}

.faq_dropdown-list {
  background-color: #fff;
  padding: 20px;
  position: relative;
}

.section-cta-float {
  background-color: #fab944;
}

.section-cta-float.section-fixed {
  z-index: 25;
  background-color: #fff0d5;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-float_flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-footer {
  background-color: #e7a227;
}

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

.footer-image {
  max-width: 125px;
}

.footer-text {
  font-size: 12px;
  font-weight: 600;
}

.section-pricing {
  z-index: 30;
  background-color: #fff;
  position: relative;
}

.custom_pricing-head {
  text-align: center;
  font-family: Sagona;
  font-size: 1.5rem;
  font-weight: 600;
}

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

.pricing_main-div {
  width: 100%;
}

.pricing_tag {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.pricing_tag._2 {
  background-color: #484ab4;
}

.pricing_tag._1 {
  background-color: #48b496;
}

.custom_tag {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.pricing_card {
  background-color: #fff9ee;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 10px;
}

.pricing_card.border {
  border-color: #aa131d;
}

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

.custom_price-head {
  color: #aa131d;
  font-size: 2rem;
  font-weight: 700;
}

.custom_price-head.added {
  color: #aa131d;
  color: #aa131d;
  font-size: 2rem;
}

.pricing_image {
  margin-left: auto;
  margin-right: auto;
}

.pricing_checkpoint {
  margin-bottom: 7px;
  display: flex;
}

.pricing_checkpoint.x-center {
  justify-content: center;
  align-items: stretch;
}

.pricing_checkpoint-icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.pricing_pprice {
  color: #aa131d;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: line-through;
}

.header {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.offer-bar {
  background-color: #fff9ee;
  margin-top: -5px;
  margin-bottom: -5px;
  padding: 0 2.5rem;
}

.heading-desktop {
  margin-top: -15px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}

._65456645465 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
}

.asdasdasd, .asdasdasdasdasd, .as465das4d65465ads, .asdad879asd79a8sd7, .asdasd465asd456, .asd4a6da456sd, .asd98as7d98asdas978da97s8d89a7s, .asd465asd465asd645asd {
  width: 50px;
  height: 50px;
  color: #2b1a1a;
}

.new, .icons, .icons2, .icons3, .icons4 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
}

.asfaasfasfasf6, .asfafasfas {
  color: #209209;
  font-size: 2rem;
  font-weight: 700;
}

.a5s6d4as6d4asdas654a6s54da6s4d5 {
  color: #aa131d;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: line-through;
}

.mouthwatering-flavors---hidden {
  padding-left: 0;
  padding-right: 0;
}

.mouthwatering-flavors---hidden.padding-huge {
  display: none;
}

.asdlkasldkaskldaskladskladslkasd {
  text-align: center;
  font-size: 1rem;
}

.yoyo, .yoyo2 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
}

.yoyo3 {
  max-width: 45px;
}

.as897das978da98s7da8s7d {
  margin-top: -15px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  display: none;
}

.paragraph {
  margin-bottom: 30px;
}

.reviews-at-top {
  margin-top: 0;
  font-size: 1.125rem;
}

.reviews-at-top.text-weight-semibold {
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 50px;
  padding-right: 0;
  font-size: 1rem;
  display: flex;
}

._4564a65sd654asd {
  margin-top: 0;
  font-size: 20px;
}

.asd456asd4a56sd645asd465asd {
  text-align: center;
}

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

.sticky-atc {
  background-color: gold;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.variant-section {
  background-color: #fff9ee;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.desktop-only-tag, .desktop-only-tag-2, .desktop-only-tag-3, .desktop-only-tag-4, .desktop-only-tag-8 {
  color: #fff9ee;
  text-transform: uppercase;
  font-weight: 700;
}

.slider-2 {
  object-fit: cover;
  position: static;
}

.right-arrow-hidden, .left-arrow-hidden, .slide-hidden {
  display: none;
}

.slider-3-hidden {
  object-fit: cover;
  position: static;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  font-size: 20px;
}

.as4d65as4d65asd465s {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.as4d65as4d65asd465s.text-align-center {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
}

.as6d54as654as4d65as645 {
  background-color: #fff9ee;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.as4d6565as4das546da4s65 {
  background-color: #fff;
  margin-top: 0;
  padding: 1rem 2.5rem;
}

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

.asd465asd46a5s.second {
  margin-top: 4rem;
}

.asdfasdasd465 {
  background-color: #fff;
  margin-top: 0;
  padding-bottom: 6rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.single-journal-name {
  color: #aa131d;
  font-size: 2rem;
  font-weight: 700;
}

._456 {
  color: #209209;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

.text-weight-bold-copy {
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
  display: flex;
}

.reviews-at-product {
  margin-top: 0;
  font-size: 1.125rem;
}

.reviews-at-product.text-weight-semibold {
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 50px;
  padding-right: 0;
  font-size: 1rem;
  display: flex;
}

.saasdasd {
  color: #209209;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

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

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

.read-story_head {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.button-main {
  height: 65px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 10px;
  padding-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.button-main:hover {
  background-color: #ffd67a;
}

.section-tags {
  border-top: 1px solid #000;
}

.text-size-small-2 {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.text-size-small-2.text-weight-xbold.custom-verfied {
  color: #3dbf22;
}

.navbar-logo_flex {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.heading-wrapper-2 {
  text-align: center;
}

.star-div-small {
  width: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.delivery {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.star-grid {
  grid-column-gap: 5px;
  display: flex;
}

.trusted-icon {
  width: 20px;
}

.dicount-flex {
  grid-column-gap: 25px;
  display: flex;
}

.width-100 {
  width: 100%;
}

.text-size-medium-2 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.read-story_num {
  width: 50px;
  height: 50px;
  background-color: #000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.button-wrapper {
  width: 100%;
}

.button-wrapper.desktop-hide {
  display: none;
}

.dicount-check-main {
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.footer-logo {
  max-width: 150px;
}

.heading-medium-2 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
}

.testimonial-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.navbar-dropimg {
  width: 50px;
}

.heading-style-h2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1.2;
}

.section-main-header {
  background-image: linear-gradient(#fff6e7, #fff);
  border-bottom: 1px solid #000;
}

.fixed-button {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.discount_div {
  background-color: #fff6e7;
  border: 2px solid #fcd79b;
  margin-top: 0;
  padding: 50px;
}

.read-story_video {
  width: 100%;
  text-align: center;
}

.tags-div {
  color: #fff;
  background-color: #c8202f;
  padding: 15px;
  display: inline-block;
}

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

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

.tags-row.margin-extra {
  margin-top: 15px;
}

.navbar-component {
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.container-xsmall {
  width: 100%;
  max-width: 38.75rem;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar_main-logo {
  width: 150px;
}

.navbar_main-logo.hide-desktop {
  display: none;
}

.review-testimonials {
  width: 50%;
}

.heading-7 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.375rem;
}

.discount-check {
  grid-column-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.html-embed {
  width: 100%;
  margin-top: 20px;
}

.read-story_main {
  grid-column-gap: 10px;
  align-items: center;
}

.review-flex {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_navlilnk {
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: .875rem;
  font-weight: 900;
}

.truck-img {
  width: 25px;
}

.dicount-img {
  width: 45%;
}

.review-star-flex {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.dicount-risk {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-links {
  grid-column-gap: 25px;
  display: flex;
}

.navbar-logo_outer {
  width: 75px;
  height: 75px;
  background-color: #fff;
  border: 1px #000;
  border-style: none solid;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-tursted {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.text-size-large-2 {
  margin-bottom: 3rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.section-review {
  background-color: #fff6e7;
}

.testimonial-div {
  grid-column-gap: 25px;
  margin-bottom: 25px;
  display: flex;
}

.read-story {
  height: 100%;
}

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

.section-fixed-button {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff);
}

.padding-global {
  background-color: #fff;
  padding: 0 2.5rem;
}

.padding-global.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.footer_link {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.discount-content {
  width: 55%;
}

.container-medium-2 {
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.header_dvider {
  width: 150px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.heading-8, .heading-9 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.bold-text-7 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 900;
}

.heading-10 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.bold-text-10 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
}

.heading-13 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.bold-text-11, .bold-text-12, .bold-text-13 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.bold-text-14, .bold-text-15 {
  font-weight: 900;
}

.love, .love2, .love3, .love4 {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

._4-more {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.bold-text-17 {
  display: block;
}

.custom_pricing-head-2 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}

.pricing_flex-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sticky-atc-2 {
  background-color: #fff0d5;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

._89a7sd987ads {
  background-color: #fff9ee;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
}

.stars-component {
  display: flex;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.fans-review-title {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.fans_stars-flex {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.trustpilot {
  width: 100px;
}

.fans-card {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.fans-rating-items {
  background-color: #fff;
  border-radius: 18px;
  padding: 20px;
}

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

.fans-card-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.fans_flex.margin-botom-x {
  margin-bottom: 5px;
}

.text-size-small-3 {
  font-size: 16px;
}

.star-code {
  width: 100%;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.stars-div {
  width: 24px;
  height: 24px;
  color: #ffb815;
}

.heading-style-h1 {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading-style-h1.text-align-center {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.header-vertical_flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-medium-3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-medium-3.text-align-center {
  font-family: Montserrat, sans-serif;
  font-size: 2.4rem;
}

.text-size-regular-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.text-size-regular-2.text-weight-medium {
  font-family: Montserrat, sans-serif;
}

.text-size-regular-2.text-align-center {
  font-size: 1.125rem;
}

.width-100-3 {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
}

.text-weight-bold-2 {
  text-align: center;
  font-weight: 700;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.pricing_pprice-3 {
  color: #aa131d;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: line-through;
}

.custom_price-head-2 {
  color: #aa131d;
  font-size: 1.5rem;
  font-weight: 700;
}

.custom_price-head-2.added {
  color: #aa131d;
}

.pricing_tag-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.pricing_tag-2._2 {
  background-color: #484ab4;
}

.pricing_tag-2._1 {
  background-color: #48b496;
}

.button_main-3 {
  width: 100%;
  height: 75px;
  max-width: 400px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #5e7462;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  display: flex;
  transform: translate(0);
}

.button_main-3:hover {
  background-color: #930f19;
}

.button_main-3.no-width {
  max-width: none;
  background-color: #000;
}

.custom_tag-2 {
  color: #fff9ee;
  text-transform: uppercase;
  font-weight: 700;
}

.pricing_card-3 {
  background-color: #fff9ee;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 10px;
}

.pricing_card-3.border {
  border-color: #aa131d;
}

.new-price, .new-price-2, .new-price-3 {
  color: #31aa13;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

.page-padding-2 {
  background-color: #fff9ee;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.bonuses.bonuses-2 {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.fa.faq {
  background-color: #fff9ee;
  border-radius: 20px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.faq {
  background-color: #fff9ee;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: visible;
}

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

.guarantee.padding-large-copy {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 2rem;
  padding-bottom: 0;
}

.page-padding-copy {
  background-color: #fff;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.ggg {
  width: 100%;
  height: 100%;
  color: #2b1a1a;
  border: 1px solid red;
  border-radius: 20px;
}

.bold-text-25 {
  font-size: 1rem;
}

.only-slider {
  object-fit: cover;
  position: static;
}

.container-11 {
  margin-top: 15px;
  padding-left: 0;
  display: block;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.text-size-medium-4.text-weight-semibold {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.checkbox-icon {
  width: 22px;
  height: 22px;
  justify-content: center;
  align-items: center;
}

.checkbox-icon.green {
  color: #29af5c;
}

._1212 {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.subb {
  color: #000;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.comparison-checkbox {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.text-size-small-4 {
  color: #000;
  font-size: .875rem;
}

.text-size-small-4.text-weight-bold {
  color: #000;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.heading-324244 {
  color: #000;
  margin-top: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 900;
}

.offer {
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.newnewnewn {
  font-size: 1.125rem;
}

.newnewnewn.text-weight-semibold {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

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

._w-100 {
  width: 100%;
}

.arrow-icon {
  width: 18px;
}

.arrow-icon.left {
  transform: rotate(180deg);
}

.testimonial-mask {
  overflow: visible;
}

.arrow-div-gray {
  width: 65px;
  height: 65px;
  text-transform: capitalize;
  background-color: rgba(92, 114, 97, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-div-gray:hover {
  background-color: #e6e1e1;
}

.testimonial-name {
  font-size: .875rem;
  font-weight: 700;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 125px;
}

.text-size-large-3 {
  font-size: 1.5rem;
}

.text-size-large-3.text-custom-green {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.hide {
  display: none;
}

.test-rating {
  max-width: 100px;
}

.text-size-regular-8 {
  font-size: 1rem;
  line-height: 200%;
}

.text-size-regular-8.text-align-center {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.text-size-small-6 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

.arrow-down {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.arrow-down.left {
  left: -70px;
}

.arrow-down.right {
  right: -70px;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-huge {
  padding-top: 3rem;
  font-family: Montserrat, sans-serif;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.test-slider {
  width: 25%;
  margin-left: 20px;
  margin-right: 20px;
}

.testimonial-main {
  background-color: #fff;
  border-radius: 33px;
  padding: 35px;
  box-shadow: 1px 1px 86.67px rgba(0, 0, 0, .05);
}

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

.experts.padding-medium {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.experts.padding-large {
  height: 43.7057%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  padding-top: 2rem;
  padding-bottom: 0;
}

.experts.padding-huge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.hero.padding-medium {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.hero.padding-large {
  height: 43.7057%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  padding-top: 2rem;
  padding-bottom: 0;
}

.hero.padding-huge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero.padding-huge-copy {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

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

._1st.padding-medium {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

._1st.padding-large {
  height: 43.7057%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  padding-top: 2rem;
  padding-bottom: 0;
}

._1st.padding-huge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

._1st.padding-huge-copy {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.subtitle {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.bold-text-27 {
  font-size: 3rem;
  font-weight: 900;
}

.all-rights-reserved {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.all-rights-reserved.text-weight-medium {
  margin-top: 20px;
  margin-bottom: 20px;
}

.all-rights-reserved.custom-posted {
  color: #b6b6b6;
}

.all-rights-reserved.text-weight-medium {
  font-size: 1rem;
}

.all-rights-reserved.all-rights {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.asda5s46das64d5 {
  color: #000;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.as65d4as6d5as {
  font-size: 1.125rem;
}

.as65d4as6d5as.text-weight-semibold {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.bold-text-29 {
  font-weight: 900;
}

.bold-text-30 {
  margin-left: auto;
  margin-right: auto;
}

.html-embed-2 {
  width: 100%;
  border-radius: 8px;
}

.bold-text-31 {
  font-size: 1rem;
}

.image {
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .heading-style-h1.text-align-center {
    font-size: 3rem;
  }

  .subb {
    font-size: 20px;
  }

  .arrow-icon {
    color: #000;
  }

  .text-size-regular-8.text-align-center {
    color: #000;
    padding-bottom: 20px;
    font-size: 1.125rem;
  }

  .padding-global-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .text-size-tiny.text-weight-medium {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .padding-vertical.padding-large {
    width: 80%;
    height: 25%;
    object-fit: fill;
    background-color: rgba(255, 255, 255, 0);
    margin-left: 80px;
    padding-left: 0;
    display: block;
  }

  .padding-vertical.padding-huge {
    padding-top: 2rem;
  }

  .brand-icon_grid-div {
    width: 60%;
  }

  .button-main {
    padding-top: 16px;
    display: block;
  }

  .bold-text-7, .bold-text-14, .bold-text-15 {
    font-size: 2rem;
  }

  .heading-style-h1.text-align-center {
    color: #000;
    margin-top: 4rem;
    font-size: 3rem;
  }

  .container-11 {
    margin-top: 10px;
    padding-left: 0;
  }

  .text-size-medium-4.text-weight-semibold {
    color: #000;
    margin-top: 25px;
  }

  ._1212 {
    margin-top: 25px;
    font-size: 16px;
  }

  .subb {
    text-align: center;
  }

  .text-size-small-4.text-weight-bold {
    font-size: 1.125rem;
  }

  .heading-324244 {
    font-size: 2.7rem;
  }

  .newnewnewn.text-weight-semibold {
    color: #000;
  }

  .testimonial-name {
    font-size: 1.125rem;
  }

  .text-size-large-3.text-custom-green {
    color: #000;
    font-weight: 900;
  }

  .text-size-regular-8.text-align-center {
    padding-bottom: 20px;
  }

  .text-size-small-6 {
    color: #000;
    font-size: 1.125rem;
  }

  .padding-top.padding-huge {
    padding-top: 0;
  }

  .experts.padding-large {
    width: 80%;
    height: 25%;
    object-fit: fill;
    background-color: rgba(255, 255, 255, 0);
    margin-left: 80px;
    padding-left: 0;
    display: block;
  }

  .experts.padding-huge {
    padding-top: 2rem;
  }

  .hero.padding-large {
    width: 80%;
    height: 25%;
    object-fit: fill;
    background-color: rgba(255, 255, 255, 0);
    margin-left: 80px;
    padding-left: 0;
    display: block;
  }

  .hero.padding-huge {
    padding-top: 2rem;
  }

  ._1st.padding-large {
    width: 80%;
    height: 25%;
    object-fit: fill;
    background-color: rgba(255, 255, 255, 0);
    margin-left: 80px;
    padding-left: 0;
    display: block;
  }

  ._1st.padding-huge {
    padding-top: 2rem;
  }

  .all-rights-reserved.text-weight-medium {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .all-rights-reserved.all-rights {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .as65d4as6d5as.text-weight-semibold {
    color: #000;
    margin-top: 25px;
  }

  .html-embed-2 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .navbar-navlink {
    text-align: center;
    border-top: 1px solid #2b1a1a;
  }

  .main-banner_split {
    flex-direction: column;
  }

  .main-banner_slider, .main-banner_content {
    width: 100%;
  }

  .main-banner_slider-mask {
    background-image: url('../images/Untitled-design-80.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .main-banner_content-slider._1 {
    min-height: 500px;
    background-position: 50%;
    background-size: cover;
  }

  .button_main {
    margin-left: auto;
    margin-right: auto;
  }

  .info-drink_split {
    flex-direction: column-reverse;
  }

  .info-drink_content {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .info-drink_image {
    width: 75%;
  }

  .info-drinkn_image-div {
    max-width: none;
  }

  .steps_grid {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

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

  .card-side-split {
    flex-direction: column-reverse;
  }

  .card-side-content {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .card-side-image {
    width: 75%;
  }

  .experts-main {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
    grid-auto-flow: row;
    justify-content: center;
  }

  .flavours_grid {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .feedback_main {
    flex-direction: column-reverse;
  }

  .feedback_content {
    width: 100%;
    margin-top: 25px;
  }

  .feedback_images {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu {
    color: #2b1a1a;
  }

  .menu.w--open {
    color: #fff;
    background-color: #ffe7b6;
    border-radius: 10px;
  }

  .nav-menu {
    background-color: #fff9ee;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .mouthwatering-flavors---hidden {
    padding-left: 0;
    padding-right: 0;
  }

  .reviews-at-top.text-weight-semibold {
    display: flex;
  }

  .asd465asd46a5s {
    flex-direction: column-reverse;
  }

  .asd465asd46a5s.second {
    flex-direction: column;
  }

  .reviews-at-product.text-weight-semibold {
    display: flex;
  }

  .button-main {
    display: block;
  }

  .custom_price-head-2 {
    font-size: 1.2rem;
  }

  .button_main-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .bonuses, .fa, .guarantee {
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .test-slider {
    width: 55%;
  }

  .experts, .hero, ._1st {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-29 {
    font-weight: 900;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-small {
    font-size: 1rem;
  }

  .main-banner_content-slider._1 {
    min-height: 400px;
  }

  .brand-icon_grid-div {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .different-split {
    flex-direction: column;
  }

  .different-image {
    width: 75%;
  }

  .differetnt_contact {
    width: 100%;
  }

  .footer-image {
    max-width: 100px;
  }

  .custom_pricing-head {
    font-size: 1rem;
  }

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

  .header, .offer-bar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-desktop {
    font-size: 2rem;
  }

  .mouthwatering-flavors---hidden {
    padding-left: 0;
    padding-right: 0;
  }

  .as897das978da98s7da8s7d {
    font-size: 2rem;
  }

  .sticky-atc, .variant-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .as4d65as4d65asd465s {
    font-size: 1.5rem;
  }

  .as6d54as654as4d65as645, .as4d6565as4das546da4s65, .asdfasdasd465 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_flex {
    z-index: 25;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
  }

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

  .navbar-logo_flex {
    padding-left: 0;
  }

  .heading-wrapper-2 {
    text-align: left;
  }

  .heading-wrapper-2.center-align {
    text-align: center;
  }

  .dicount-flex {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: center;
  }

  .flex-guaranntee {
    grid-column-gap: 20px;
    align-items: center;
    display: flex;
  }

  .navmenu {
    z-index: 20;
    width: 100%;
    height: 100vh;
    background-color: #fff6e7;
    padding-top: 75px;
    position: fixed;
  }

  .read-story_num {
    width: 45px;
    height: 45px;
  }

  .button-wrapper.desktop-hide {
    margin-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .heading-medium-2 {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .section-main-header {
    margin-top: 76px;
  }

  .tags-row {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .tags-row.margin-extra {
    margin-top: 5px;
  }

  .navbar-component {
    border-top-style: none;
    border-bottom-style: none;
  }

  .menu-button {
    width: 75px;
    height: 75px;
    color: #000;
    background-color: #fff;
    border-left: 1px solid #000;
    justify-content: center;
    align-items: center;
    padding: 22px;
    display: flex;
  }

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

  .navbar_main-logo.hide-desktop {
    display: block;
  }

  .review-testimonials {
    width: 100%;
  }

  .review-flex {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .guarantee-icon {
    width: 25%;
  }

  .navbar_navlilnk {
    text-align: center;
    border-bottom: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dicount-img {
    width: 65%;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .discount-content {
    width: 100%;
  }

  .menu-icon {
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    display: block;
  }

  .header_dvider {
    margin-left: 0;
  }

  ._4-more {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .custom_pricing-head-2 {
    font-size: 1rem;
  }

  .sticky-atc-2, ._89a7sd987ads {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fans-card-div {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-medium-3 {
    font-size: 1.5rem;
  }

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

  .bonuses, .fa {
    padding-left: 0;
    padding-right: 0;
  }

  .faq {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .page-padding-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-324244 {
    text-align: center;
  }

  .offer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .offer.navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-large-3 {
    font-size: 1.25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .test-slider {
    width: 85%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .experts, .hero, ._1st {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-29 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .text-weight-semibold {
    text-align: center;
  }

  .heading-medium.text-align-center {
    font-size: 1.6rem;
  }

  .text-weight-bold {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .text-size-regular {
    color: #000;
    font-size: 1rem;
  }

  .text-size-regular.text-align-center.text-weight-semibold {
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .7rem;
    display: flex;
    position: static;
  }

  .text-align-center {
    font-size: .7rem;
  }

  .text-size-medium {
    text-align: left;
  }

  .text-size-medium.text-weight-semibold {
    margin-right: 0;
  }

  .text-size-small {
    text-align: left;
  }

  .text-size-small.text-weight-semibold {
    text-align: center;
  }

  .text-size-tiny {
    font-family: Montserrat, sans-serif;
  }

  .text-size-tiny.text-weight-medium {
    text-align: center;
    text-align: left;
    justify-content: center;
    font-size: .7rem;
    display: block;
  }

  .container-large {
    margin-left: 0;
  }

  .page-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-large {
    margin-right: 20px;
    padding: 2rem 30px 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-vertical.padding-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical.padding-large {
    width: 75%;
    height: 15%;
    background-color: rgba(255, 255, 255, 0);
    margin-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical.padding-huge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical._456465645645645 {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .padding-vertical.padding-huge {
    border: 0 solid #000;
    padding-top: 6rem;
  }

  .new {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .navbar-main {
    margin-top: -10px;
  }

  .main-banner_slider {
    height: 9%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .main-banner_content {
    position: static;
  }

  .main-banner_slider-mask {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
  }

  .slider-2-hidden {
    width: 100%;
    height: 100%;
    white-space: normal;
    object-fit: cover;
    background-color: #000;
    background-image: none;
    position: static;
    overflow: visible;
  }

  .main-banner_content-slider._1 {
    min-height: 400px;
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-image: url('../images/Untitled-design-85.jpg');
    background-position: 50%;
    background-size: contain;
    background-clip: border-box;
    margin-top: -70px;
    margin-bottom: -60px;
    overflow: visible;
  }

  .main-banner_content-slider._2 {
    object-fit: cover;
    background-color: #f1f1f1;
    background-image: url('../images/Add-a-heading-14.jpg');
    background-position: 50%;
    background-size: cover;
    display: block;
    position: static;
  }

  .main-banner_content-slider._3 {
    object-fit: cover;
    background-image: url('../images/Untitled-design-54.jpg');
    background-position: 50%;
    background-size: cover;
    display: block;
  }

  .main-banner_checkpoints-div {
    margin-top: -10px;
    font-size: 14px;
    display: none;
  }

  .main-banner_divider {
    display: none;
  }

  .main-wrapper_cta-x {
    margin-top: 0;
  }

  .button_main {
    width: 400px;
    height: 50px;
    max-width: 600px;
    clear: none;
    object-fit: fill;
    flex-direction: row;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    font-size: 1rem;
    display: flex;
    position: static;
  }

  .icons-grid {
    grid-column-gap: 19px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    font-size: .8rem;
    display: grid;
  }

  .brand-icon_grid-div {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .info-drink_split {
    padding-top: 3rem;
  }

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

  .steps_icons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-answers_main {
    flex-direction: column;
  }

  .dropdown-answer_image {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-answer_content {
    width: 100%;
    margin-top: 25px;
  }

  .dropdown_flex {
    justify-content: flex-start;
    display: flex;
  }

  .table-grid {
    grid-column-gap: 16px;
    grid-row-gap: 19px;
    object-fit: fill;
    flex-wrap: nowrap;
    grid-template-rows: 1fr;
    grid-template-columns: 40% 1fr 1fr 40%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    display: grid;
    position: static;
  }

  .table-grid.yellow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: 1fr;
    grid-template-columns: 40% 1fr 1fr 40%;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .experts-main {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

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

  .feedback_stars {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-x, .feedback_name {
    text-align: center;
  }

  .section-cta-float.section-fixed {
    background-color: #ecd8b3;
    position: fixed;
  }

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

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

  .pricing_tag {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing_tag._1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .custom_tag {
    color: #fff;
    display: block;
  }

  .pricing_card {
    padding-top: 0;
  }

  .pricing_flex {
    flex-direction: column;
    display: block;
  }

  .custom_price-head {
    color: #aa131d;
    text-align: center;
  }

  .pricing_checkpoint.x-center {
    justify-content: center;
  }

  .header {
    margin-top: -10px;
    margin-bottom: -10px;
    padding-top: 0;
  }

  .offer-bar {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .heading-desktop {
    font-size: 24px;
    line-height: 1.2;
    display: none;
  }

  .asd465asd465asd645asd {
    height: 50px;
  }

  .asfaasfasfasf6, .asfafasfas {
    color: #2fa518;
  }

  .mouthwatering-flavors---hidden {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
    text-align: center;
    display: flex;
  }

  .asdlkasldkaskldaskladskladslkasd {
    margin-top: 0;
    padding-bottom: .5rem;
    font-size: 16px;
  }

  .yoyo, .yoyo2 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .as897das978da98s7da8s7d {
    text-align: center;
    justify-content: center;
    margin-top: -10px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    display: flex;
  }

  .reviews-at-top {
    text-align: center;
  }

  .reviews-at-top.text-weight-semibold {
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    margin-right: 0;
  }

  ._4564a65sd654asd {
    text-align: center;
    margin-top: -10px;
    font-size: 16px;
  }

  .asd456asd4a56sd645asd465asd {
    font-size: 1rem;
    display: none;
  }

  .bold-text-5 {
    font-size: .8rem;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .sticky-atc {
    background-color: gold;
    font-size: 1rem;
    display: flex;
  }

  .bold-text-6 {
    font-size: .8rem;
  }

  .variant-section {
    background-color: #fff;
    padding-top: 3rem;
  }

  .desktop-only-tag, .desktop-only-tag-2, .desktop-only-tag-3, .desktop-only-tag-4, .desktop-only-tag-8 {
    display: none;
  }

  .slider-2 {
    width: 100%;
    height: 100%;
    direction: ltr;
    object-fit: cover;
    background-color: #000;
    background-image: none;
    position: static;
    overflow: visible;
  }

  .right-arrow-hidden, .left-arrow-hidden, .slide-hidden {
    display: none;
  }

  .slider-3-hidden {
    width: 100%;
    height: 100%;
    white-space: normal;
    object-fit: cover;
    background-color: #000;
    background-image: none;
    position: static;
    overflow: visible;
  }

  .as4d65as4d65asd465s.text-align-center {
    font-size: 1.6rem;
  }

  .as6d54as654as4d65as645 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .as4d6565as4das546da4s65 {
    padding: 2rem .5rem 0;
  }

  .asd465asd46a5s {
    padding-top: 3rem;
  }

  .asd465asd46a5s.second {
    padding-top: 0;
  }

  .asdfasdasd465 {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .single-journal-name {
    color: #aa131d;
    text-align: center;
  }

  .text-weight-bold-copy {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .reviews-at-product {
    text-align: center;
  }

  .reviews-at-product.text-weight-semibold {
    margin-top: 0;
    margin-right: 0;
  }

  .read-story_head {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-main {
    height: 50px;
    color: #fff;
    background-color: #000;
    margin: 15px 10px;
    padding-top: 14px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .text-size-small-2 {
    font-size: .75rem;
  }

  .text-size-small-2.text-weight-xbold.custom-verfied {
    font-size: .7rem;
  }

  .star-div-small {
    width: 15px;
  }

  .star-grid {
    grid-column-gap: 3px;
  }

  .trusted-icon {
    width: 15px;
  }

  .text-size-medium-2 {
    color: #000;
    margin-top: 10px;
    font-size: 18px;
  }

  .read-story_num {
    flex-wrap: nowrap;
    display: flex;
  }

  .testimonial-icon {
    width: 50px;
    height: 50px;
  }

  .heading-style-h2 {
    margin-top: .5rem;
  }

  .discount_div {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-copyright {
    text-align: center;
  }

  .navbar_main-logo.hide-desktop {
    width: 125px;
  }

  .heading-7 {
    text-align: left;
    font-size: 2rem;
  }

  .html-embed {
    margin-top: 20px;
  }

  .guarantee-icon {
    width: 75px;
    min-width: 50px;
  }

  .review-star-flex {
    grid-column-gap: 5px;
    flex-wrap: nowrap;
    display: block;
  }

  .testimonial-tursted {
    grid-column-gap: 5px;
  }

  .text-size-large-2 {
    color: #000;
    font-size: 1rem;
  }

  .testimonial-div {
    grid-column-gap: 10px;
    margin-top: 25px;
  }

  .text-align-center-2 {
    margin-bottom: .75rem;
  }

  .padding-global {
    padding: 1rem .75rem 2rem;
  }

  .padding-global.navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-icon {
    display: none;
  }

  .heading-8, .heading-9 {
    font-size: 1.25rem;
  }

  .bold-text-7 {
    font-size: 1.25rem;
    font-weight: 900;
  }

  .bold-text-10 {
    font-size: 1.5rem;
    font-weight: 900;
  }

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

  .heading-13 {
    font-size: 1.25rem;
    font-weight: 900;
  }

  .heading-14 {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
  }

  .bold-text-14, .bold-text-15 {
    font-weight: 900;
  }

  .love {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
  }

  .love2, .love3, .love4 {
    color: #fff;
    font-size: 1rem;
  }

  .bold-text-16 {
    font-size: 1.25rem;
    font-weight: 900;
  }

  ._4-more {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .custom_pricing-head-2 {
    margin-top: 2px;
    padding-top: 2rem;
  }

  .sticky-atc-2 {
    background-color: #ecd8b3;
    font-size: 1rem;
    display: block;
  }

  ._89a7sd987ads {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .fans-rating-items {
    margin-right: 0;
  }

  .fans-card-div {
    grid-template-columns: 1fr;
  }

  .heading-style-h1.text-align-center {
    color: #000;
    font-size: 1.6rem;
  }

  .heading-medium-3.text-align-center {
    font-size: 2.1rem;
  }

  .text-size-regular-2 {
    font-family: Montserrat, sans-serif;
  }

  .button_main-3 {
    font-size: 1.1rem;
  }

  .button_main-3.no-width {
    font-size: .875rem;
  }

  .page-padding-2 {
    padding-top: 3rem;
    padding-bottom: 0;
  }

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

  .bonuses.bonuses-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .fa.faq {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .faq {
    padding-top: 3rem;
    padding-bottom: 0;
  }

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

  .guarantee.padding-large-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-padding-copy {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .bold-text-18, .bold-text-19, .bold-text-20 {
    text-align: left;
    padding-right: 20px;
    font-size: 1rem;
  }

  .bold-text-21 {
    padding-right: 20px;
    font-size: 1rem;
  }

  .bold-text-22 {
    padding-left: 0;
    padding-right: 20px;
    font-size: 1rem;
  }

  .bold-text-23 {
    text-align: left;
    padding-right: 20px;
    font-size: 1rem;
  }

  .bold-text-24 {
    padding-right: 20px;
    font-size: 1rem;
  }

  .ggg {
    border: 1px solid #aa131d;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bold-text-26 {
    font-size: 22px;
  }

  .only-slider {
    width: 100%;
    height: 100%;
    direction: ltr;
    object-fit: cover;
    background-color: #000;
    background-image: none;
    position: static;
    overflow: visible;
  }

  .container-11 {
    margin-top: -25px;
    padding-left: 0;
  }

  .text-size-medium-4 {
    text-align: left;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .text-size-medium-4.text-weight-semibold {
    color: #000;
    justify-content: center;
    margin-top: 5px;
    font-size: .875rem;
    font-weight: 800;
    display: flex;
  }

  ._1212 {
    margin-top: 20px;
  }

  .subb {
    color: #000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: .875rem;
    font-weight: 400;
  }

  .text-size-small-4 {
    margin-top: 10px;
  }

  .text-size-small-4.text-weight-bold {
    margin-top: 0;
    font-weight: 400;
  }

  .heading-324244 {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 28px;
  }

  .offer {
    padding: 0;
  }

  .offer.navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .newnewnewn {
    text-align: left;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .newnewnewn.text-weight-semibold {
    color: #000;
    justify-content: center;
    margin-top: 0;
    font-size: .75rem;
    font-weight: 800;
    display: flex;
  }

  .arrow-icon {
    font-family: Montserrat, sans-serif;
  }

  .text-size-regular-8.text-align-center {
    font-size: 1rem;
    line-height: 28px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-huge {
    padding-top: 6rem;
  }

  .padding-global-3 {
    padding-bottom: 100px;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .testimonial-main {
    padding: 10px 15px;
  }

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

  .experts.padding-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .experts.padding-large {
    width: 75%;
    height: 15%;
    background-color: rgba(255, 255, 255, 0);
    margin-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .experts.padding-huge {
    border: 0 solid #000;
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

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

  .hero.padding-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.padding-large {
    width: 75%;
    height: 15%;
    background-color: rgba(255, 255, 255, 0);
    margin-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero.padding-huge {
    border: 0 solid #000;
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .hero.padding-huge-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  ._1st.padding-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._1st.padding-large {
    width: 75%;
    height: 15%;
    background-color: rgba(255, 255, 255, 0);
    margin-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  ._1st.padding-huge {
    border: 0 solid #000;
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  ._1st.padding-huge-copy {
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .subtitle {
    color: #000;
    font-size: 1rem;
  }

  .bold-text-27 {
    font-size: 1.75rem;
  }

  .all-rights-reserved {
    font-family: Montserrat, sans-serif;
  }

  .all-rights-reserved.text-weight-medium {
    text-align: center;
    text-align: left;
    justify-content: center;
    font-size: .7rem;
    display: block;
  }

  .all-rights-reserved.all-rights {
    text-align: center;
    justify-content: center;
    font-size: .75rem;
    display: block;
  }

  .bold-text-28 {
    font-weight: 700;
  }

  .asda5s46das64d5 {
    color: #000;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
  }

  .as65d4as6d5as {
    text-align: left;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .as65d4as6d5as.text-weight-semibold {
    color: #000;
    justify-content: center;
    margin-top: 10px;
    font-size: .875rem;
    font-weight: 800;
    display: flex;
  }

  .bold-text-29 {
    font-weight: 900;
  }

  .bold-text-30 {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}


