:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-brand--white);
  --link-color--link-primary: var(--base-color-neutral--black);
  --base-color-brand--black: black;
  --base-color-brand--white: white;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: black;
  --base-color-neutral--white: white;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(
    --base-color-neutral--neutral-lightest
  );
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(
    --base-color-neutral--neutral-light
  );
  --background-color--background-alternate: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(
    --base-color-system--success-green-light
  );
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(
    --base-color-system--error-red-light
  );
  --text-color--text-error: var(--base-color-system--error-red);
  --title-heading: #00346b;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-light: #aaa;
  --text-offer: #fc7703;
  --color: #6694de;
  --different: #272a2b;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral: #666;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  --para--text: #272a2b;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: Proxima Nova, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

blockquote {
  border-left: 0.1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: 0.25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper.is-hidden {
  display: none;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  text-align: center;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.on-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.for-footer {
  text-align: center;
}

.margin-tiny {
  margin: 0.25rem;
}

.margin-xxsmall {
  margin: 0.5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: 0.25rem;
}

.padding-xxsmall {
  padding: 0.5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top,
.margin-top.margin-custom1,
.margin-top.margin-huge,
.margin-top.margin-small,
.margin-top.margin-tiny,
.margin-top.margin-custom3,
.margin-top.margin-medium,
.margin-top.margin-xxsmall,
.margin-top.margin-xxhuge,
.margin-top.margin-custom2,
.margin-top.margin-xsmall,
.margin-top.margin-large,
.margin-top.margin-xxlarge,
.margin-top.margin-xlarge,
.margin-top.margin-0,
.margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom,
.margin-bottom.margin-xxlarge,
.margin-bottom.margin-medium,
.margin-bottom.margin-custom3,
.margin-bottom.margin-custom1,
.margin-bottom.margin-tiny,
.margin-bottom.margin-small,
.margin-bottom.margin-large,
.margin-bottom.margin-0,
.margin-bottom.margin-xlarge,
.margin-bottom.margin-xhuge,
.margin-bottom.margin-xxhuge,
.margin-bottom.margin-huge,
.margin-bottom.margin-xxsmall,
.margin-bottom.margin-custom2,
.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left,
.margin-left.margin-tiny,
.margin-left.margin-xxlarge,
.margin-left.margin-0,
.margin-left.margin-small,
.margin-left.margin-xsmall,
.margin-left.margin-large,
.margin-left.margin-huge,
.margin-left.margin-xlarge,
.margin-left.margin-custom3,
.margin-left.margin-xxsmall,
.margin-left.margin-custom1,
.margin-left.margin-custom2,
.margin-left.margin-xhuge,
.margin-left.margin-xxhuge,
.margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right,
.margin-right.margin-huge,
.margin-right.margin-xsmall,
.margin-right.margin-xxhuge,
.margin-right.margin-small,
.margin-right.margin-medium,
.margin-right.margin-xlarge,
.margin-right.margin-custom3,
.margin-right.margin-custom2,
.margin-right.margin-xxsmall,
.margin-right.margin-xhuge,
.margin-right.margin-custom1,
.margin-right.margin-large,
.margin-right.margin-0,
.margin-right.margin-xxlarge,
.margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical,
.margin-vertical.margin-medium,
.margin-vertical.margin-xlarge,
.margin-vertical.margin-xxsmall,
.margin-vertical.margin-xxlarge,
.margin-vertical.margin-huge,
.margin-vertical.margin-0,
.margin-vertical.margin-xxhuge,
.margin-vertical.margin-tiny,
.margin-vertical.margin-xsmall,
.margin-vertical.margin-custom1,
.margin-vertical.margin-small,
.margin-vertical.margin-large,
.margin-vertical.margin-xhuge,
.margin-vertical.margin-custom2,
.margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal,
.margin-horizontal.margin-medium,
.margin-horizontal.margin-tiny,
.margin-horizontal.margin-custom3,
.margin-horizontal.margin-0,
.margin-horizontal.margin-xxlarge,
.margin-horizontal.margin-xhuge,
.margin-horizontal.margin-huge,
.margin-horizontal.margin-xlarge,
.margin-horizontal.margin-custom1,
.margin-horizontal.margin-xxsmall,
.margin-horizontal.margin-xsmall,
.margin-horizontal.margin-large,
.margin-horizontal.margin-custom2,
.margin-horizontal.margin-small,
.margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top,
.padding-top.padding-xhuge,
.padding-top.padding-xxhuge,
.padding-top.padding-0,
.padding-top.padding-large,
.padding-top.padding-custom2,
.padding-top.padding-xlarge,
.padding-top.padding-huge,
.padding-top.padding-xxsmall,
.padding-top.padding-custom3,
.padding-top.padding-tiny,
.padding-top.padding-medium,
.padding-top.padding-xxlarge,
.padding-top.padding-small,
.padding-top.padding-xsmall,
.padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom,
.padding-bottom.padding-xlarge,
.padding-bottom.padding-small,
.padding-bottom.padding-xxhuge,
.padding-bottom.padding-large,
.padding-bottom.padding-xhuge,
.padding-bottom.padding-custom2,
.padding-bottom.padding-xxsmall,
.padding-bottom.padding-xxlarge,
.padding-bottom.padding-custom3,
.padding-bottom.padding-custom1,
.padding-bottom.padding-xsmall,
.padding-bottom.padding-huge,
.padding-bottom.padding-tiny,
.padding-bottom.padding-medium,
.padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left,
.padding-left.padding-xhuge,
.padding-left.padding-xlarge,
.padding-left.padding-0,
.padding-left.padding-small,
.padding-left.padding-xsmall,
.padding-left.padding-medium,
.padding-left.padding-xxhuge,
.padding-left.padding-huge,
.padding-left.padding-custom1,
.padding-left.padding-tiny,
.padding-left.padding-xxsmall,
.padding-left.padding-custom3,
.padding-left.padding-custom2,
.padding-left.padding-xxlarge,
.padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right,
.padding-right.padding-xxhuge,
.padding-right.padding-custom2,
.padding-right.padding-large,
.padding-right.padding-xlarge,
.padding-right.padding-tiny,
.padding-right.padding-custom3,
.padding-right.padding-custom1,
.padding-right.padding-xsmall,
.padding-right.padding-xxlarge,
.padding-right.padding-xxsmall,
.padding-right.padding-medium,
.padding-right.padding-xhuge,
.padding-right.padding-huge,
.padding-right.padding-0,
.padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical,
.padding-vertical.padding-0,
.padding-vertical.padding-xxhuge,
.padding-vertical.padding-large,
.padding-vertical.padding-custom3,
.padding-vertical.padding-medium,
.padding-vertical.padding-tiny,
.padding-vertical.padding-xxlarge,
.padding-vertical.padding-custom1,
.padding-vertical.padding-xsmall,
.padding-vertical.padding-xhuge,
.padding-vertical.padding-xlarge,
.padding-vertical.padding-custom2,
.padding-vertical.padding-xxsmall,
.padding-vertical.padding-huge,
.padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal,
.padding-horizontal.padding-xxsmall,
.padding-horizontal.padding-0,
.padding-horizontal.padding-custom3,
.padding-horizontal.padding-huge,
.padding-horizontal.padding-xsmall,
.padding-horizontal.padding-medium,
.padding-horizontal.padding-xxlarge,
.padding-horizontal.padding-large,
.padding-horizontal.padding-xhuge,
.padding-horizontal.padding-custom1,
.padding-horizontal.padding-tiny,
.padding-horizontal.padding-custom2,
.padding-horizontal.padding-xxhuge,
.padding-horizontal.padding-small,
.padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-family: Proxima Nova, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium.is-left {
  text-align: left;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: 0.1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-family: Proxima Nova, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.heading-style-h2.is-coloured {
  color: var(--base-color-brand--black);
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26),
    linear-gradient(#fff, #fff);
  border-radius: 0.6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.hero-heading {
  color: var(--base-color-brand--white);
  text-align: center;
  text-shadow: 0 1px 18px #000000c9;
  font-weight: 800;
  line-height: 1.1;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  transition: all 0.2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.form_field-label {
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.button.is-icon {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-small {
  padding: 0.5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4.for-desk {
  font-family: Proxima Nova, sans-serif;
}

.heading-style-h4.for-desk.is-coloured {
  color: var(--base-color-brand--black);
}

.heading-style-h4.for-mobile {
  display: none;
}

.heading-style-h4.is-coloured {
  color: var(--base-color-brand--black);
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #be4aa51a;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.is-left {
  text-align: left;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-color-white {
  color: var(--base-color-neutral--white);
}

.background-color-white {
  background-color: var(--base-color-neutral--white);
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-muted {
  opacity: 0.6;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--base-color-neutral--black);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: 0.5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: 0.75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.text-align-center {
  text-align: center;
}

.text-size-small {
  font-family: Proxima Nova, sans-serif;
  font-size: 0.875rem;
}

.class-label-column {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2,
.text-rich-text h3,
.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5,
.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-size: 1.25rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-small.no-up-padd {
  padding-top: 1rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  color: var(--text-color--text-primary);
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: 0.25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: 0.5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 0.6rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.spacer-xxhuge.is-diff {
  display: none;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #161616;
  border-radius: 0.75rem;
  margin-top: 1rem;
  padding: 0.5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: var(--link-color--link-primary);
  background-color: #fff;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url("../images/Webflow-Background.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-sale-inner {
  grid-column-gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-block-209 {
  color: #000;
  margin-top: -0.35rem;
  font-family: Proxima Nova, sans-serif;
  font-size: 0.75rem;
}

.holiday-banners {
  color: #000;
  text-transform: uppercase;
  font-family: Proxima Nova, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.new-navbar-containers {
  font-weight: 800;
}

.new-navbar-containers.is-black {
  color: #000;
}

.box-2 {
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.box-2.hide {
  display: none;
}

.text-block-210 {
  color: #fff;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  font-weight: 800;
}

.navbar-countdown {
  z-index: 999;
  color: #010101;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.navbar-countdown.gradient-holiday {
  background-color: #fdc545;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-874 {
  grid-column-gap: 0.5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.holiday-clock {
  color: #2a2552;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clock-number-2 {
  font-family: Proxima Nova, sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1;
}

.holiday-last-chance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.holiday-banner {
  width: 5rem;
  position: absolute;
  inset: -65% -73% auto auto;
}

.clock-label-2 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Proxima Nova, sans-serif;
  font-size: 0.5rem;
  font-weight: 600;
  line-height: 1;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.navlink-text {
  white-space: nowrap;
}

.nav-left {
  align-items: stretch;
  height: 60px;
  display: flex;
}

.brand {
  align-items: center;
  display: flex;
}

.navlink {
  color: #1f1f1f;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.2s;
  display: flex;
}

.navlink:hover {
  color: #08b69c;
}

.html-embed-7 {
  height: 18px;
}

.nav-icons {
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 1rem 2rem;
  font-weight: 700;
}

.button-2.is-small {
  padding: 0.25rem 1.25rem;
  font-size: 0.85rem;
}

.logo-num {
  width: 3rem;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-text {
  letter-spacing: 0.011em;
  text-decoration: none;
}

.nav-icon-wrapper {
  cursor: pointer;
  align-items: center;
  padding: 16px;
  display: flex;
}

.nav-icon-wrapper:hover {
  color: #08b69c;
}

.navbar1_component {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #3d348b;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.navbar1_component.cc-1,
.navbar1_component.color-blue {
  background-color: #6694de;
}

.navbar1_component.color-blue.no-margin {
  position: static;
}

.nav-right {
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  display: flex;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.image_wrapper_1-1 {
  border-radius: 10px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.image_wrapper_image {
  object-fit: cover;
  border-radius: 10px;
  width: 360px;
  height: 360px;
  position: absolute;
  inset: 0%;
}

.padding-section-small-2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-size-medium-2 {
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
}

.text-size-medium-2.is-coloured {
  color: var(--base-color-brand--black);
}

.heading-style-h5-2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.listicle-row {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.listicle-row.is-coloured {
  color: var(--base-color-brand--black);
  grid-template-columns: 1fr 1fr;
}

.listicle_reasons {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-style-h2-2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-small-2 {
  font-size: 0.875rem;
}

.blogpost1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blogpost1_author-wrapper {
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.blogpost1_text-divider {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.blogpost1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blogpost1_content-top.is-coloured {
  color: var(--base-color-brand--black);
}

.text-weight-semibold-2 {
  font-family: Proxima Nova, sans-serif;
  font-weight: 600;
}

.blogpost1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 3.5rem;
  height: 4rem;
  min-height: 3.5rem;
}

.blogpost1_date-wrapper {
  margin-top: 0.25rem;
  display: flex;
}

.blogpost1_author-image-wrapper {
  margin-right: 1rem;
}

.blogpost1_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.blogpost1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.num-txt {
  color: #000;
  text-align: left;
  font-family: Proxima Nova, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.ss-div-n1 {
  border-top: 1px #00000014;
  align-items: center;
  margin-right: 14px;
  padding-top: 0;
  display: flex;
}

.share-num-div {
  margin-left: 10px;
}

.com-div {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.link-block-9 {
  background-color: #0000;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

.com-div-ig {
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.link-block-16 {
  background-color: #0000;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  text-decoration: none;
}

.share-div {
  border-top: 1px #00000014;
  border-bottom: 1px solid #00000014;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  padding-top: 0;
  padding-bottom: 9px;
  display: flex;
}

.share-div.top-border {
  border-top-style: solid;
  border-top-color: #00000014;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 9px;
}

.link-block-14 {
  background-color: #0000;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  text-decoration: none;
}

.comm-txt {
  color: #2563a0;
  text-align: left;
  margin-left: 6px;
  font-family: Proxima Nova, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.image-146 {
  width: 23px;
  height: 23px;
  margin-top: 3px;
}

.link-block-15 {
  background-color: #703906;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  text-decoration: none;
}

.link-block-15.f4 {
  background-color: #0000;
  width: 40px;
  height: 40px;
}

.image-144 {
  width: 150px;
}

.share-txt-top {
  color: #000;
  text-align: left;
  margin-top: -3px;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.comm-rit {
  color: #2563a0;
  text-align: center;
  margin-top: -3px;
  font-family: Proxima Nova, sans-serif;
  font-weight: 400;
  line-height: 14px;
}

.separator-line {
  background-color: #005494;
  width: 100%;
  height: 0.3125rem;
}

.nav-center {
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.greens-span {
  color: #009111;
}

.div-block-521 {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.section-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.top-col {
  background-color: #e7f3fa;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.dr-2-div {
  justify-content: center;
  align-items: baseline;
  margin-left: 17px;
  margin-right: 17px;
  display: flex;
}

.text-span-146 {
  color: #40a6b1;
}

.change-season-div {
  color: #fff;
  text-align: center;
  background-image: url("../images/Stripes-01.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.hero-features-block {
  width: 90%;
}

.hero-features-block.dr3.newlp3 {
  width: 100%;
}

.top-hero-heading {
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 43px;
}

.top-hero-heading.dr3 {
  color: #fff;
  font-family: Proxima Nova, sans-serif;
}

.top-hero-heading.dr3.is-black {
  color: var(--title-heading);
  font-size: 32px;
  line-height: 38px;
}

.features-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.rev-hero-wrapper-right {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.tt-bb-svg {
  width: 35px;
}

.hero-image-block {
  width: 100%;
  height: 100%;
}

.half-div {
  color: #ebecee;
  -webkit-text-stroke-color: #fff;
  background-color: #24748d;
  width: 180px;
  height: 5px;
  margin-bottom: 10px;
}

.ff-div {
  background-color: #0000;
  padding: 6px 9px;
}

.try-icon-wrapper {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 15px;
  display: flex;
}

.try-icon-wrapper.gtr {
  height: 115px;
}

.vid-rev-text {
  color: #858585;
  letter-spacing: -0.2px;
  margin-top: 1px;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.date-1 {
  color: #24748d;
  font-weight: 700;
}

.cs-dd-div {
  margin-right: 10px;
}

.plus {
  background-color: #000;
  border-radius: 20px;
  width: 2px;
  height: 38%;
  position: absolute;
}

.reviews-sec {
  background-color: #f6fcff;
  padding-top: 0;
  padding-bottom: 60px;
  display: block;
}

.reviews-sec.is-main {
  background-image: linear-gradient(#eef2f4, #fff);
  padding-top: 30px;
  overflow: visible;
}

.review-item-2-2 {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 6px;
  overflow: hidden;
}

.review-item-2-2.rr4,
.review-item-2-2.rr3 {
  border-color: #0000005e;
}

.review-item-2-2.rr1 {
  background-color: #f6fcff;
  border-color: #0000005e;
  height: 483px;
}

.review-item-2-2.rr7 {
  border-color: #0000005e;
}

.review-item-2-2.rr5 {
  border-color: #0000005e;
  height: 411px;
}

.review-item-2-2.rr2 {
  border-color: #0000005e;
  height: 412px;
}

.review-item-2-2.rr8 {
  border-color: #0000005e;
  height: 408px;
}

.review-item-2-2.rr6 {
  border-color: #0000005e;
  height: 447px;
  margin-top: -85px;
}

.review-item-2-2.rr3 {
  border-color: #0000005e;
}

.try-it-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 8px;
  display: flex;
}

.top-note-down-div {
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.guarantee-title-2 {
  color: #4fedff;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.pro-div-left-2 {
  width: 60%;
  padding-right: 18px;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-110 {
  padding-left: 14px;
  display: inline-block;
}

.wrong-col {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.asd-heading {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.paragraph {
  color: #181818e6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.hero-button-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.div-block-539 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.yp-img {
  width: 74px;
  display: block;
}

.offer-con {
  max-width: 1000px;
}

.svg-trust-graph-mobile {
  display: none;
}

.section-11 {
  background-color: #a3c9d0;
  padding-top: 69px;
  padding-bottom: 79px;
  display: none;
}

.section-11.try-it-sc {
  color: #fff;
  background-color: #041a30;
  background-image: url("../images/2_objects.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
}

.mob-top-nav-div {
  display: none;
}

.top-fea-txt {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.but-div {
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 17px;
  display: flex;
}

.div-block-538 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-183 {
  font-family: Proxima Nova, sans-serif;
}

.btn-con {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.ct-btn-div {
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.con-heading-left {
  color: #6694de;
  text-align: left;
  text-transform: none;
  margin-bottom: 1rem;
  font-family: Proxima Nova, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.top-tick-svg {
  width: 26px;
}

.top-col-oppo {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-slide-nav {
  display: none;
  bottom: -55px;
}

.image-109 {
  filter: invert();
  width: 20px;
  margin-top: -5px;
  margin-left: 17px;
}

.logo-img-7 {
  height: auto;
}

.logo-img-7.yt1 {
  height: 32px;
}

.link-18 {
  color: #fff;
  text-decoration: none;
}

.feature-table-text-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.he-right-inner {
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  max-width: 450px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 18px 25px 0;
  overflow: auto;
}

.ss-nav-1 {
  color: #00237e;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.rev-heading-div {
  margin-bottom: 50px;
}

.link-footer-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.link-footer-2:hover {
  color: #e7f3fa;
}

.top-hero-left-block {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.ht-txt {
  color: #000;
  text-align: center;
  align-items: center;
  margin-right: 15px;
  font-family: Proxima Nova, sans-serif;
  line-height: 21px;
  display: flex;
}

.verified-sc {
  align-items: center;
  display: flex;
}

.div-block-875 {
  grid-column-gap: 0.5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.he-left-div {
  width: 55%;
  position: relative;
  top: auto;
}

.faq_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ret-sec {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.new-con-heading-mobile {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
}

.con-star-block {
  margin-right: 15px;
}

.time-order-within {
  color: #2aa300;
  font-weight: 700;
}

.div-block-689 {
  display: flex;
}

.text-size-medium-3 {
  font-size: 1.25rem;
}

.text-size-medium-3.text-weight-bold {
  color: #294a59;
  font-size: 18px;
}

.table-logo-2 {
  width: 47px;
  margin-top: 7px;
  font-family: Proxima Nova, sans-serif;
}

.link-one {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.con1-sec {
  background-color: #ffffff94;
  padding-top: 20px;
  padding-bottom: 20px;
}

.con1-sec.blue-bg {
  background-color: #fff;
  padding-top: 29px;
  padding-bottom: 29px;
}

.con1-sec._1st-one {
  padding-top: 30px;
  padding-bottom: 30px;
}

.con1-sec.last-one {
  padding-bottom: 50px;
}

.logo-img-2 {
  height: 32px;
}

.try-sc {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.ico-div-block {
  justify-content: flex-start;
  align-items: flex-start;
  width: 8%;
  padding-top: 5px;
  display: flex;
}

.ico-div-block.toptab.we1 {
  width: 5%;
  padding-right: 0;
}

.image-112 {
  width: 35px;
  padding-bottom: 2px;
}

.text-block-92-copy {
  display: block;
}

.ct-btn-txt {
  text-transform: capitalize;
  font-family: Proxima Nova, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.footer-new-sec {
  background-color: #6694de;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.footer-new-sec.to-bottom {
  position: static;
  inset: auto 0% 0%;
}

.container-22 {
  width: 100%;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.gt-svg {
  width: 25px;
}

.div-block-687 {
  grid-column-gap: 8vw;
  flex: none;
  margin-right: 8vw;
  display: flex;
}

.heading-51 {
  color: #fff;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 30px;
}

.faq-con {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.icons-names-below-txt {
  color: #000;
  margin-bottom: 6px;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.links-footer-line-2 {
  background-color: #fff;
  width: 1px;
  height: 20px;
}

.gold-badge-div {
  text-align: right;
  position: relative;
}

.noti-div {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 11px;
  display: flex;
}

.tab-wrapper-div {
  margin-bottom: 10px;
}

.div-block-557 {
  margin-left: 7px;
}

.guarantee-sc-d {
  grid-column-gap: 86px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 942px;
  max-width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  display: grid;
}

.table-text {
  color: #333;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.review-info-4 {
  background-color: #fff;
  height: auto;
  padding: 20px 22px;
}

.testi-slider-heading-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 30px;
  display: flex;
}

.footer-logo-img {
  width: 60px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.footer-logo-img.formobile {
  display: none;
}

.row-el-wrapper {
  text-align: left;
  width: 100%;
  padding-left: 35px;
  padding-right: 10px;
}

.faq-sec {
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
}

.faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq-answer-inner {
  padding: 0 20px 20px;
  font-family: Proxima Nova, sans-serif;
  overflow: visible;
}

.heading-53 {
  color: #21474a;
  font-size: 50px;
  line-height: 56px;
}

.lock-img {
  margin-right: 8px;
}

.feature-inner-div {
  justify-content: space-around;
  margin-top: 40px;
  display: flex;
}

.mr-sec {
  background-color: #f7fcfd;
  padding-top: 19px;
  padding-bottom: 12px;
  display: none;
}

.button-7 {
  background-color: #5c579f;
  border-radius: 30px;
  padding: 18px 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.offer-div {
  background-color: #f6f6f6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.links-footer-1-2 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  line-height: 24px;
  display: flex;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.nav-menu-2.is-removed {
  display: none;
}

.testimonial-slide-wrapper {
  width: auto;
  max-width: 32%;
  margin-left: 8px;
  margin-right: 8px;
}

.bb-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.logo-img-4 {
  height: 24px;
}

.person-name-4 {
  color: #294a59;
  text-transform: capitalize;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.mask-4 {
  overflow: hidden;
}

.div-block-541 {
  margin-top: -3px;
  margin-right: 16px;
}

.top-navbar-2 {
  background-color: #6694de;
  padding: 11px 15px 13px;
}

.gt-svg-mob {
  width: 25px;
}

.nav-btn-div-2 {
  color: #294a59;
  background-color: #fdb002;
  border-radius: 30px;
  margin-left: 50px;
  padding: 10px 41px;
  font-size: 16px;
  font-weight: 700;
}

.nav-btn-div-2.mobnow.cta_btn.change1 {
  color: #fff;
  background-color: #29af5c;
  font-family: Proxima Nova, sans-serif;
}

.con-heading-div {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.gold-img-top {
  width: 140px;
  position: relative;
  left: 12px;
}

.logos-3 {
  background-color: #f7fcfd;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 117px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-sep-div {
  text-align: left;
  background-color: #6694de;
  width: 50%;
  height: 3px;
  margin: 5px 0 10px;
}

.logo-img-8 {
  height: auto;
}

.dec-sec {
  background-color: #eef2f4;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.new-trust-div {
  text-align: center;
}

.logo-img-6 {
  height: auto;
}

.logo-img-6.yh2 {
  height: 25px;
}

.logo-img-6.lozad {
  height: auto;
}

.table-head-img-2 {
  border-radius: 0;
  height: 59px;
  position: static;
  inset: -60px 0% auto 50%;
}

.logo-center-el {
  text-align: center;
  background-color: #0000;
  background-image: radial-gradient(circle, #f7fcfd 10%, #f7fcfd00);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35%;
  height: 100%;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.try-sc-texts-2 {
  width: 100%;
  max-width: 230px;
}

.button-sm-2.sticky-btn-mb.cta_btn {
  display: none;
}

.button-sm-2.sticky-btn.cta_btn {
  background-color: #28b15c;
  border-radius: 20px;
  margin-left: 20px;
  font-weight: 600;
}

.team-member-name {
  color: #000;
  margin-bottom: 6px;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.gua-sec {
  max-width: none;
}

.off-txt {
  font-size: 16px;
  font-weight: 600;
}

.div-block-690 {
  margin-right: 8px;
}

.cent-bot-heading {
  color: #6694de;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
}

.new-btn {
  color: #fff;
  background-color: #29af5c;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 381px;
  height: 60px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.cc-cards-img {
  margin-left: 12px;
}

.hero-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.sub-text-one {
  color: #2aa300;
  margin-left: 8px;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.ss-nav-2 {
  color: #00237e;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.div-block-506 {
  width: 30%;
  margin-left: 12px;
  margin-right: 12px;
}

.he-right-div {
  scrollbar-color: #294a593b #fff0;
  scrollbar-width: thin;
  background-color: #c7d2d4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding: 20px;
  display: flex;
  position: static;
  top: 0;
  overflow: visible;
}

.get-con {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
}

.circle-green {
  height: 12px;
  margin-right: 8px;
}

.feature-inner-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 3px solid #40a6b1;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 0.5fr;
  padding: 12px;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: auto;
  height: auto;
  margin-bottom: 7px;
}

.yp-desk-img {
  width: 78px;
  position: relative;
  top: -2px;
}

.loox-reviews-box {
  display: block;
}

.loox-reviews-box.with-space {
  margin-top: 20px;
}

.faq_answer {
  overflow: hidden;
}

.hero-split-desk {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 46%;
  display: flex;
}

.ex-div1 {
  margin-left: 0;
  display: flex;
}

.main-hero-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  height: 750px;
  display: flex;
  position: static;
  overflow: auto;
}

.cc-list-2 {
  justify-content: space-between;
  align-items: center;
  width: 245px;
  margin-top: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.new-hero-section {
  background-color: #c7d2d4;
  height: auto;
  display: none;
  overflow: visible;
}

.thrid-badge-div {
  text-align: right;
  margin-top: 15px;
  position: relative;
}

.cent-sep-div {
  background-color: #6694de;
  width: 50%;
  height: 3px;
  margin: 5px auto 10px;
}

.text-block-185 {
  font-family: Proxima Nova, sans-serif;
}

.footer-copy-1-2 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.sticky-nav {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: auto;
  padding: 16px 20px;
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: block;
  position: fixed;
  overflow: hidden;
  transform: translate(0, -105%);
}

.features-top-heading-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ship-by-copy {
  color: #24748d;
  font-family: Proxima Nova, sans-serif;
  font-weight: 400;
}

.faq-sc {
  width: 100%;
  max-width: 925px;
}

.tab-1-div-top {
  justify-content: space-between;
  max-width: 1000px;
  display: flex;
}

.hdr-sep-div {
  background-color: #40a6b1;
  width: 30%;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.below-btn-text {
  color: #fff;
  font-family: Proxima Nova, sans-serif;
  line-height: 21px;
}

.below-btn-text.blk {
  color: #081e2e;
  font-family: Proxima Nova, sans-serif;
  font-size: 0.9em;
  line-height: 1;
}

.tb-1-div-bottom {
  border-bottom: 1px #dcdada;
  justify-content: space-between;
  max-width: 1000px;
  display: flex;
}

.dr-txt {
  color: #fff;
  text-align: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  display: block;
}

.dr-txt.is-black {
  color: #294a59;
}

.paragraph-29 {
  color: #535353;
  font-weight: 300;
  line-height: 25px;
}

.mob-btn-div-2,
.mob-btn-div-2.cta_btn.v03mobile {
  display: none;
}

.gray-icon-2 {
  height: 20px;
  margin-right: 8px;
}

.gray-icon-2.hourglass.on-cta {
  height: 16px;
}

.gray-icon-2.hourglass.is-white {
  filter: invert();
  height: 16px;
}

.gray-icon-2.hourglass {
  color: #24748d;
}

.dd-top-con-para {
  color: #294a59;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
}

.trust-bar-div {
  margin-left: 32px;
  margin-right: 32px;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -15px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.text-span-143 {
  color: #6694de;
}

.try-it-text {
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
}

.logo-img-9,
.logo-img-5 {
  height: auto;
}

.logo-img-5.yh1 {
  height: 20px;
}

.third-img-top {
  width: 116px;
  position: relative;
  left: 0;
}

.bot-col {
  background-color: #e7f3fa;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.try-sc-img {
  filter: invert();
  width: auto;
  height: 115px;
  margin-bottom: 0;
}

.try-sc-img.hyt {
  height: 115px;
}

.sticky-nav-item-new {
  color: #00237e;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.dr-1-div {
  justify-content: center;
  align-items: baseline;
  margin-left: 17px;
  margin-right: 17px;
  display: flex;
}

.top-cta-btn-txt {
  font-family: Proxima Nova, sans-serif;
}

.rem-copy {
  color: #24748d;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.cc-logo-img {
  height: 40px;
}

.centered-heading {
  color: #294a59;
  text-align: center;
  margin-bottom: 10px;
  font-family: Proxima Nova, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 45px;
}

.centered-heading.with-padding {
  color: #6694de;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-153 {
  color: #294a59;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.container-17 {
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.dis-lright-div {
  width: 80%;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 1200px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.gg-block-bottom {
  aspect-ratio: auto;
  text-align: center;
  background-color: #e7f3fa;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  top: 0;
}

.navbar-4 {
  background-color: #294a59;
}

.navbar-4.yp1 {
  background-color: #0000;
}

.v3-hero-features-block {
  width: 90%;
}

.top-bb-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: 0;
}

.faq-list {
  flex-direction: column;
  display: flex;
}

.logo-slide-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 138px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.logo-slide-wrapper.logsiteloop {
  min-width: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.content-holder {
  align-items: center;
  width: auto;
  min-width: auto;
  display: flex;
  position: relative;
}

.content-holder.onmainsite {
  width: 560px;
  min-width: 560px;
}

.features-inner-text {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.notify-wrapper {
  display: none;
}

.guarantee-img-d {
  min-width: 159px;
}

.guarantee-img-d.formobile1 {
  display: none;
}

.three-con-para {
  color: #666;
  text-align: left;
  font-family: Proxima Nova, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.new-badges-block {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
  position: absolute;
  inset: 8% auto auto 4%;
}

.try-sc-texts-3 {
  width: 100%;
  max-width: 230px;
}

.faq-item-head {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 72px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-item-head:hover {
  color: #1d3c9a;
}

.track-horizontal-brandss {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.verified-text-3 {
  color: #77c44f;
  font-size: 10px;
  font-weight: 900;
  line-height: 12px;
}

.div-block-540 {
  text-align: right;
}

.faq_question {
  color: #fff;
  cursor: pointer;
  border-top: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Proxima Nova, sans-serif;
  font-weight: 600;
  display: flex;
}

.text-block-211 {
  color: #fff;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  font-weight: 800;
}

.copy-right-text {
  color: #fff;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.testimonial-slider-small {
  background-color: #f6fbff;
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px 54px;
  position: relative;
  overflow: hidden;
}

.testimonial-slider-small.list-one {
  background-color: #fff;
}

.mid-col {
  background-color: #e7f3fa;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.features-heading-text {
  color: #000;
  margin-bottom: 5px;
  font-family: Proxima Nova, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.pro-div-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-sub-div {
  margin-bottom: 2px;
  display: flex;
}

.list-div-inner {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.image-142 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.mobile-hero-div {
  background-color: #294a59;
  background-image: url("../images/deskbg_1deskbg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 20px 52px 50px;
  display: none;
}

.review-person {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-10 {
  background-color: #5c579f;
  border-radius: 30px;
  margin-top: 17px;
  padding: 13px 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.div-block-686 {
  margin-bottom: 5px;
  display: flex;
}

.footer-text-info-2 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.stick-nav-mobile {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: auto;
  padding: 16px 20px;
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: none;
  position: fixed;
  overflow: hidden;
  transform: translate(0);
}

.section-2-2 {
  background-color: #e2e9ed;
  padding-top: 32px;
  padding-bottom: 36px;
  display: none;
}

.ice-svg {
  object-fit: fill;
  border-radius: 0%;
  width: 75px;
  height: auto;
  margin-bottom: 0;
}

.ice-svg.mubi {
  width: 85px;
  height: auto;
  margin-bottom: 0;
}

.review-text-2 {
  color: #5e728a;
  margin-bottom: 12px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.heading-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 40px;
  display: flex;
}

.fea-block-2 {
  justify-content: space-between;
  display: flex;
}

.icons-svg-new {
  object-fit: cover;
  border-radius: 50%;
  width: auto;
  height: auto;
  margin-bottom: 7px;
}

.faq-content {
  overflow: hidden;
}

.gua-img {
  width: 180px;
}

.dua-text-block {
  width: 58%;
}

.question-text-2 {
  color: #294a59;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.question-text-2.hide {
  display: block;
}

.container-20 {
  max-width: 1000px;
}

.margin-bottom-24px {
  color: #000;
  margin-bottom: 24px;
  font-family: Proxima Nova, sans-serif;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -15px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.text-span-145 {
  color: #40a6b1;
}

.check-green-4 {
  margin-right: 5px;
}

.button-sm-3 {
  text-transform: uppercase;
  background-color: #29af5c;
  border: 2px solid #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 37px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: flex;
}

.button-sm-3:hover {
  color: #29af5c;
  -webkit-text-stroke-color: #29af5c;
  background-color: #0000;
  border-color: #29af5c;
}

.button-sm-3.sticky-btn-mb {
  background-color: #29af5c;
  display: none;
}

.button-sm-3.sticky-btn-mb:hover {
  border-color: #0000;
}

.button-sm-3.sticky-btn {
  color: #294a59;
  background-color: #fdb002;
  border-radius: 20px;
  font-weight: 700;
}

.button-sm-3.sticky-btn:hover {
  border-color: #0000;
}

.button-sm-3.sticky-btn.cta_btn {
  color: #fff;
  background-color: #29af5c;
}

.div-block-505 {
  justify-content: space-between;
  display: flex;
}

.faq-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  display: grid;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-family: Proxima Nova, sans-serif;
  text-decoration: none;
  display: flex;
}

.get-sec {
  background-color: #e2e9ed94;
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero-split-mob {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: none;
}

.comp-text {
  color: #333;
  text-align: center;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.t-table-container {
  max-width: 1000px;
  margin-top: 44px;
}

.nav-con-2 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: block;
}

.nav-con-2.is-centered {
  display: flex;
}

.check-icon-correct {
  background-color: #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 0;
}

.div-block-555 {
  width: 70%;
}

.us-flag-circle-img {
  width: 23px;
}

.heading-54 {
  color: #21474a;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

.offer-sec {
  background-color: #f6f6f6;
  padding-top: 53px;
  padding-bottom: 53px;
  display: none;
}

.text-block-212 {
  color: #000;
  margin-top: -0.35rem;
  font-family: Proxima Nova, sans-serif;
  font-size: 0.75rem;
}

.faq-content-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.of-right-div {
  text-align: right;
  width: 50%;
}

.div-block-877 {
  margin-right: 11px;
}

.tt-rat-txt {
  color: #000;
  text-align: center;
  align-items: center;
  margin-right: 15px;
  font-family: Proxima Nova, sans-serif;
  line-height: 21px;
  display: flex;
}

.tb-1-div {
  border-bottom: 1px solid #dcdada;
  justify-content: space-between;
  max-width: 1000px;
  display: flex;
}

.image-105 {
  width: 139px;
  margin-left: 0;
  margin-right: 0;
}

.money-back-sec {
  background-color: #24748d;
  padding-top: 59px;
  padding-bottom: 59px;
  display: none;
}

.text-span-142 {
  color: #6694de;
  letter-spacing: 1px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
}

.dis-left-div {
  margin-right: 15px;
}

.center-head-div {
  text-align: center;
  margin-bottom: 40px;
}

.feature-block-new {
  background-color: #0000;
  padding: 6px 0;
}

.paragraph-33 {
  color: #fff;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
}

.review-info-head-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.track-brand {
  color: #a8a8a8;
  height: 2rem;
}

.se-rr-txt {
  color: #294a59;
  font-family: Proxima Nova, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.rating-text {
  color: #294a59;
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.image-104 {
  width: 100px;
  margin-left: 0;
  margin-right: 0;
  font-family: Proxima Nova, sans-serif;
}

.gua-div {
  align-items: center;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-text-3 {
  color: #081e2e;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 26px;
}

.noti-txt {
  color: var(--title-heading);
  -webkit-text-stroke-color: #fff;
  text-shadow: none;
  font-size: 14px;
  font-weight: 400;
}

.gua-badge-div {
  text-align: right;
  margin-top: 29px;
  margin-bottom: 15px;
}

.p-m-wrap {
  background-image: none;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.heading-50 {
  color: #294a59;
  margin-bottom: 3px;
  font-size: 30px;
  line-height: 38px;
}

.no-spe-vid {
  overflow: visible;
}

.hdr-con {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-509 {
  color: var(--base-color-brand--white);
  font-weight: 300;
  line-height: 17px;
}

.text-block-213 {
  color: #294a59;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-152 {
  color: #24748d;
  font-size: 26px;
  line-height: 26px;
}

.text-block-152.jo {
  color: #6694de;
  font-size: 21px;
  line-height: 21px;
}

.div-block-553 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-544 {
  width: 29%;
}

.faq_accordion {
  border-bottom: 1px solid #9b9b9b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.text-center-2 {
  color: #294a59;
  text-align: center;
  font-size: 36px;
  line-height: 42px;
}

.svg-trust-graph {
  width: 460px;
}

.tt-bar-div {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  margin-top: 10px;
  padding: 14px 16px;
  display: flex;
}

.link-20 {
  color: #535353;
  font-family: Proxima Nova, sans-serif;
  text-decoration: none;
}

.footer-logo {
  margin-bottom: 30px;
}

.list-inner-txt {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 1.125rem;
  line-height: 24px;
}

.logo-img {
  height: 15px;
}

.ico-txt-bet {
  color: #fff0;
  background-image: url("../images/can-post-img.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 24px;
}

.con-heading-top {
  color: #6694de;
  text-align: center;
  text-transform: none;
  font-family: Proxima Nova, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 45px;
}

.team-grid {
  grid-column-gap: 25px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.footer-copy-sc {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}

.gua-block {
  text-align: center;
  background-color: #e7f3fa;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
  position: static;
  top: 0;
}

.div-block-543 {
  width: 29%;
}

.mid-sec-ban {
  background-color: #a3c9d0;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

.faq-last-sec {
  background-color: #ffffff94;
  padding-top: 59px;
  padding-bottom: 70px;
}

.link-17 {
  color: #081e2e;
  font-family: Proxima Nova, sans-serif;
  text-decoration: none;
}

.sticky-nav-div {
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  transform: translate(0);
}

.pro-con-2 {
  max-width: 1200px;
  height: auto;
}

.section-mobile-content {
  display: none;
}

.rev-con {
  max-width: 1200px;
}

.rev-con.newloox {
  max-width: 1140px;
}

.logo-img-3 {
  height: 17px;
}

.ccmark-svg {
  height: 20px;
}

.faq-item-2 {
  background-color: #0000;
  border: 1px #212121;
  border-radius: 25px;
  box-shadow: 0 10px 20px #0000000d;
}

.margin-bottom-24px-mobile {
  color: #000;
  margin-bottom: 24px;
  font-family: Proxima Nova, sans-serif;
}

.minus {
  background-color: #000;
  border-radius: 20px;
  width: 38%;
  height: 2px;
  position: absolute;
}

.last-sec {
  background-color: #e7f3fa;
  height: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  display: block;
}

.of-left-div {
  width: 40%;
  padding-right: 0;
}

.section-10 {
  color: #294a59;
  padding-top: 51px;
  padding-bottom: 17px;
  font-weight: 700;
}

.section-10.try-it-sc {
  color: #fff;
  background-color: #294a59;
  padding-top: 59px;
  padding-bottom: 69px;
  display: none;
}

.asd-div {
  margin-top: 0;
  margin-bottom: 0;
}

.review-info-head-block {
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.footer-link-text {
  color: #cacaca;
  font-size: 15px;
  font-weight: 400;
}

.link-14 {
  color: #fff;
  text-decoration: none;
}

.new-con-heading {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
}

.trustpilot-bar-block {
  max-width: 700px;
  margin-top: 50px;
}

.div-block-545 {
  width: 43%;
  display: flex;
}

.btn-con-bottom {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.bot-heading-div {
  margin-bottom: 25px;
}

.top-bar-note-3 {
  text-align: center;
  background-color: #e2e9ed;
  padding-top: 7px;
  padding-bottom: 7px;
}

.top-bar-note-3.np-hide {
  display: none;
}

.faq-icon-2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-left: 20px;
  font-size: 20px;
  display: flex;
}

.try-sc-texts {
  max-width: 230px;
}

.date-1-2 {
  color: #24748d;
  font-weight: 700;
}

.try-it-title {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.marquee1_component {
  background-color: #f7fcfd;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secure-dvg {
  width: 21px;
}

.ff-top-text {
  color: #fff;
  margin-bottom: 8px;
  font-family: Proxima Nova, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
}

.ff-top-text.is-black {
  color: #294a59;
  font-size: 18px;
  line-height: 26px;
}

.tab-down-div {
  margin-bottom: 0;
  display: flex;
}

.reviews-list-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  width: 100%;
  margin-top: 21px;
  margin-bottom: 0;
  padding-left: 41px;
  padding-right: 41px;
  display: grid;
}

.reviews-list-3.rr1 {
  display: none;
}

.top-star-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11px;
  display: flex;
}

.slider-arrow-embed {
  color: #1a1b1f;
  position: relative;
  top: 55px;
}

.rev-hero-wrapper {
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section-features {
  background-color: #eef2f4;
  padding: 60px 3%;
}

.heading-52 {
  font-size: 36px;
  line-height: 42px;
}

.try-sc-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 350px;
  display: flex;
}

.top-bar-text {
  color: #081e2e;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.text-block-150 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.icon-embed-small-2 {
  color: #294a59;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.mob-top-hero-div {
  display: none;
}

.rev-hero-wrapper-two {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.link-15 {
  color: #fff;
  text-decoration: none;
}

.link-15.w--current {
  color: #e9e9e9;
}

.table-sec {
  padding-top: 70px;
  padding-bottom: 70px;
}

.table-sec.newpage {
  padding-top: 19px;
  overflow: visible;
}

.text-block-151 {
  font-family: Proxima Nova, sans-serif;
}

.gua-img-top {
  width: 120px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.feature-inner-child {
  width: 35%;
}

.feature-inner-child.middle {
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.feature-inner-child.middle.formobile {
  display: none;
}

.hdr-div {
  padding-top: 35px;
  padding-bottom: 0;
  padding-left: 0;
}

.hdr-div.is-cen {
  text-align: center;
}

.hero-point-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.hero-point-text.tt1 {
  color: #fff;
  font-family: Proxima Nova, sans-serif;
}

.hero-point-text.tt1.is-black {
  color: #294a59;
  text-transform: uppercase;
  font-size: 16px;
}

.new-hero-btn {
  color: #fff;
  background-color: #29af5c;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.new-hero-btn.cta_btn.new-pp-cta {
  border-radius: 10px;
  flex-direction: column;
  height: 65px;
}

.logo-image {
  width: 65px;
  height: auto;
}

.logo-image.formobilenew {
  display: none;
}

.point-div {
  width: 95%;
}

.point-div.toptab.ds12 {
  margin-left: 8px;
}

.sticky-menu-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.review-item-image-wrapper {
  height: auto;
}

.check-icon-wrong {
  background-color: #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 0;
}

.container-21 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.faq-item {
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}

.faq-item.faq-itemborder {
  border-bottom: 1px solid #f1f2f4;
}

.hh-div {
  display: none;
}

.question-text-mb-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.product-title_components {
  display: none;
}

.heading-55,
.heading-56,
.heading-57,
.heading-58,
.heading-59,
.heading-60 {
  font-family: Proxima Nova, sans-serif;
}

.cta-below-mode {
  color: #00237e;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.cta-below-badges-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: 0;
}

.cta-above-badges-div {
  color: #00237e;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.badge-best-value {
  color: #fb0;
  letter-spacing: 1px;
  background-color: #29af5c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 900;
  display: flex;
  position: absolute;
  inset: -10px auto auto;
}

.checkout-price {
  color: #000;
  margin-left: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.badge-best-seller {
  color: #fb0;
  letter-spacing: 1px;
  background-color: #332500;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 900;
  display: flex;
  position: absolute;
  inset: -10px auto auto;
}

.tabs-content {
  width: 100%;
  display: none;
}

.checkout-select-variant {
  color: #02044a;
  background-color: #0000;
  border: 1px solid #e7e7ee;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 10px 10px;
  transition: all 0.3s;
  display: flex;
}

.checkout-select-variant:hover {
  box-shadow: 34px 34px 74px -24px #38327c14;
}

.checkout-select-variant.w--current {
  color: #000;
  background-color: #fde02f;
  border-style: none;
  border-color: #000;
  border-radius: 6px;
  justify-content: center;
  padding: 20px 10px 10px;
  box-shadow: 0 0 0 5px #fde02f4f;
}

.checkout-select-variant._2_bottles {
  padding-top: 15px;
}

.checkout-select-variant._4_bottles {
  padding-top: 20px;
  padding-bottom: 10px;
}

.checkout-select-variant._1_bottle {
  padding-top: 10px;
}

.checkout-select-variant._3_bottles {
  padding-top: 15px;
}

.checkout-select-variant.queen-size.w--current {
  box-shadow: none;
  background-color: #ebf4fa;
}

.checkout-select-variant.queen-size.is-round {
  color: #000;
  border-color: #bdbdbd;
  border-radius: 0.5rem;
  width: 6rem;
  height: 3rem;
  padding: 10px 15px;
}

.checkout-select-variant.queen-size.is-round.w--current {
  border: 2px solid #6694de;
  border-radius: 0.5rem;
  height: 2.6rem;
}

.checkout-select-variant.king-size.w--current {
  box-shadow: none;
  background-color: #ebf4fa;
}

.checkout-select-variant.king-size.is-round {
  border-color: #bdbdbd;
  border-radius: 0.5rem;
  width: 6rem;
  height: 2.6rem;
  padding: 10px 15px;
}

.checkout-select-variant.king-size.is-round.w--current {
  border: 2px solid #6694de;
}

.price-type {
  color: #000;
  letter-spacing: -0.03em;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0;
  display: grid;
}

.best-seller-inner {
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  margin-top: 0;
  margin-right: 5px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
}

.best-seller-inner.mobile {
  color: #000;
  background-color: #0000;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  display: flex;
  position: relative;
}

.step-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.85rem;
  font-weight: 800;
  display: flex;
}

.pricing-tab-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-content {
  height: 100%;
}

.text-block-16 {
  color: #fff;
  font-size: 8px;
  font-weight: 400;
  line-height: 11px;
}

.check-white {
  z-index: 400;
  object-fit: fill;
  width: 8px;
  position: relative;
}

.reg-price-2 {
  color: #1c1c1c;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: line-through;
}

.check-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 10px;
}

.normal-price {
  color: #000;
  margin-left: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.skeleton-load {
  z-index: 15;
  background-color: #d9d9d9;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.free-shipping-box {
  color: #fff;
  background-color: #29af5c;
  border-radius: 100px;
  margin-left: 3px;
  padding: 4px 6px;
  line-height: 12px;
  display: inline-block;
}

.pricing-container {
  align-items: center;
  display: flex;
}

.pricing-tab-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: grid;
}

.steps-title {
  text-transform: none;
  font-weight: 400;
}

.tabs {
  flex-direction: row-reverse;
  width: 100%;
  margin-top: 20px;
  display: block;
}

.tabs.for-selection {
  margin-top: 10px;
}

.check-circle {
  background-color: #fff;
  border: 1px #00000017;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.date-text {
  opacity: 0.7;
  white-space: nowrap;
  font-size: 12px;
}

.unit_price {
  letter-spacing: -0.03em;
  margin-right: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.tab-price-wrap {
  color: #000;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-879 {
  background-color: #e4e4e4;
  border-radius: 15px;
  padding: 1px 9px;
}

.pillow-size-text {
  opacity: 0.7;
  white-space: nowrap;
  font-size: 12px;
}

.badge-above-text {
  color: #24748d;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.quantity_wrapper {
  width: 35%;
}

.cart2_quantity-container {
  grid-column-gap: 0rem;
  box-shadow: none;
  background-color: #f4f4f4;
  border: 1px #f4f4f4;
  border-radius: 100px;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  font-size: 0.85rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart_qty1-handler {
  color: #cbcbcb;
  cursor: none;
  background-color: #0000;
  border: 2px #f4f4f4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  font-weight: 800;
  transition: background-color 0.2s;
  display: flex;
}

.cart_qty1-handler:active {
  color: #fff;
  background-color: #010101;
  border-color: #010101;
}

.cart_qty1-handler.left-decresae {
  color: #cbcbcb;
}

.cart_qty1-handler.is-active {
  color: #fff;
  cursor: pointer;
  cursor: pointer;
  background-color: #6694de;
  border-color: #010101;
}

.cart_qty1-display {
  color: #cbcbcb;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  min-width: 1.75rem;
  height: 2rem;
  min-height: 2rem;
  font-weight: 700;
  line-height: 0.85;
  display: flex;
}

.cart_qty1-display.is-active {
  color: #010101;
}

.quantity_box {
  grid-column-gap: 0rem;
  background-color: #fff;
  border: 1px solid #6694de;
  border-radius: 0.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.6rem;
  font-size: 0.85rem;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
  box-shadow: 0 0 8px -1px #6694de;
}

.quantity_select {
  pointer-events: auto;
  color: #6694de;
  cursor: pointer;
  background-color: #ebf4fa;
  border: 2px #f4f4f4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  font-size: 1.2rem;
  font-weight: 800;
  transition: background-color 0.2s;
  display: flex;
}

.quantity_select:active {
  color: #fff;
  background-color: #010101;
  border-color: #010101;
}

.quantity_select.left-decresae {
  color: #cbcbcb;
}

.quantity_select.is-active {
  color: #000;
  cursor: pointer;
  background-color: #ebf4fa00;
  border-color: #010101;
  border-right-style: none;
  border-right-width: 1px;
  border-radius: 0;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  font-size: 1.2rem;
}

.quantity_select.with-pulse {
  color: #8b9788;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}

.quantity_display {
  color: #8a8a8a;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 1.75rem;
  height: 2rem;
  min-height: 2rem;
  font-weight: 700;
  line-height: 0.85;
  display: flex;
}

.quantity_display.is-active {
  color: #010101;
}

.cart_qty1-handler-copy {
  color: #cbcbcb;
  cursor: none;
  background-color: #0000;
  border: 2px #f4f4f4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  font-weight: 800;
  transition: background-color 0.2s;
  display: flex;
}

.cart_qty1-handler-copy:active {
  color: #fff;
  background-color: #010101;
  border-color: #010101;
}

.cart_qty1-handler-copy.left-decresae {
  color: #cbcbcb;
}

.cart_qty1-handler-copy.is-active {
  color: #fff;
  cursor: pointer;
  background-color: #2a2552;
  border-color: #010101;
}

.features-desk_wrapper {
  margin-top: 10px;
}

.drawer-holder_wrapper {
  background-color: #0000;
  font-size: 1.2rem;
  display: block;
}

.drawer-holder_wrapper.beta-drawer {
  display: none;
}

.drawer_inside {
  z-index: 999;
  background-color: #fff;
  width: 40%;
  min-width: 31.25rem;
  max-width: 31.25rem;
  transition: transform 0.12s cubic-bezier(0.25, 1, 0.5, 1);
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.drawer_inside-box {
  z-index: 999;
  background-color: #fff;
  width: 40%;
  min-width: 31.25rem;
  max-width: 31.25rem;
  height: 100vh;
  transition: transform 0.12s cubic-bezier(0.25, 1, 0.5, 1);
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: auto;
  transform: translate(100%);
}

.drawer_inside-box.is-active {
  overflow: auto;
  transform: translate(0%);
}

.order-sum-div {
  background-color: #f5f5f5;
  border-bottom: 1px solid #00000045;
  justify-content: space-between;
  width: 470px;
  margin-top: 12px;
  padding: 9px 14px;
  transition: opacity 0.2s;
  display: flex;
}

.sum-left {
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.sum-txt-new {
  color: #1f8dd6;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.sum-txt-new.is-hidden {
  display: none;
}

.text-span-140 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.total-left-div {
  align-items: center;
  display: block;
}

.total-pp-price {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.new-sum-box {
  background-color: #fcfcfc;
  width: 470px;
  margin-bottom: 9px;
  padding: 10px 14px;
  display: none;
}

.total-sum-amount {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.total-sum-amount.reduced {
  font-size: 1rem;
}

.pro-thumb-img {
  border-radius: 6px;
  width: 55px;
}

.pro-sum-img-div {
  background-color: #6694de;
  border: 1px solid #6694de;
  border-radius: 6px;
  padding: 1px;
  position: relative;
}

.sub-total-price {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.sub-total-price.reduced {
  font-size: 0.85rem;
  font-weight: 400;
}

.shipping-price {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.shipping-price.reduced {
  color: #000;
  font-size: 0.85rem;
  font-weight: 400;
}

.pro-left {
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.save-text-sum {
  color: #53b630;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.save-text-sum.reduced {
  font-size: 0.85rem;
  font-weight: 700;
}

.pro-select-div {
  border-bottom: 1px solid #00000069;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
  padding-top: 7px;
  padding-bottom: 10px;
  display: flex;
}

.pro-select-div.is-reduced {
  background-color: #f3f8ff00;
  border-bottom-width: 2px;
  border-bottom-color: #6694de;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 9px 13px;
}

.pro-select-div.is-reduced.free-set {
  display: none;
}

.shipping-sum-text {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.shipping-sum-text.reduced {
  font-size: 0.85rem;
  font-weight: 400;
}

.pro-name-sum-text_free {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.pro-name-sum-text_free.reduced {
  font-size: 16px;
}

.save-price-sum {
  color: #53b630;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.save-price-sum.reduced {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
}

.sub-total-text {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.sub-total-text.reduced {
  font-size: 0.85rem;
  font-weight: 400;
}

.pro-cent-div {
  margin-left: 20px;
}

.total-text {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.total-text.reduced {
  font-size: 1rem;
}

.shpping-total-div {
  border-bottom: 1px #00000026;
  justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.shpping-total-div.is-reduced {
  border-bottom-color: #6694de;
  padding: 5px 13px;
}

.total-sum-div {
  border-top: 1px solid #00000069;
  border-bottom: 1px solid #00000026;
  justify-content: space-between;
  margin-top: 9px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.total-sum-div.is-reduced {
  border-top-color: #6694de;
  border-bottom-color: #6694de;
  margin-top: 0;
  padding: 5px 13px;
}

.sum-price {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.sum-price.reduced {
  font-size: 16px;
}

.sum-price.reduced.free-txt {
  color: #53b630;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}

.sum-price.reduced {
  font-size: 16px;
  font-weight: 600;
}

.sum-price.reduced.old-price-txt {
  color: #666;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: line-through;
}

.sum-price.reduced.old-price-txt.hidden_attribute.is-left {
  color: #9c9c9c;
  text-align: left;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: 600;
}

.sum-div {
  border-bottom: 1px solid #00000026;
  justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.sum-div.is-reduced {
  border-bottom-color: #6694de;
  padding: 5px 13px;
}

.order-sum-top {
  background-color: #f5f5f5;
  border-bottom: 1px solid #00000045;
  justify-content: space-between;
  width: auto;
  margin-top: 12px;
  padding: 9px 14px;
  transition: opacity 0.2s;
  display: flex;
}

.order-sum-top.is-reduced {
  background-color: #fff;
  border-bottom-width: 2px;
  border-bottom-color: #6694de;
  padding: 4px 13px;
}

.order-sum-below {
  background-color: #fcfcfc;
  width: auto;
  margin-bottom: 9px;
  padding: 10px 14px;
  display: block;
}

.order-sum-below.is-reduced {
  background-color: #f3f8ff;
  margin-bottom: 0;
  padding: 0 0 6px;
}

.size-select_wrapper {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.tabs-selection_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.drawer_inside-inner {
  z-index: 999;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: fixed;
  overflow: visible;
}

.quantity-select_wrapper {
  flex-flow: column;
  width: 25%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.selection-name-text {
  color: #000;
  letter-spacing: -0.03em;
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.price-type-copy {
  color: #000;
  letter-spacing: -0.03em;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.title-sel-boxes {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 800;
  display: flex;
}

.sel-titles {
  color: var(--base-color-neutral--black);
  text-transform: none;
  font-size: 0.9rem;
  font-weight: 700;
}

.coupon-statics {
  grid-column-gap: 0%;
  background-color: #dbdbdb;
  border-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 1px 0;
  display: flex;
}

.icon-small-bubble {
  color: #9b9b9b;
  width: 1.1rem;
  min-width: 1.1rem;
  height: 1.1rem;
  min-height: 1.1rem;
  line-height: 0.65;
  position: relative;
}

.bundle-coupon {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 0.8;
}

.div-block-285 {
  display: flex;
}

.text-block-36 {
  color: #00237e;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  font-weight: 400;
  display: block;
}

.text-span-29 {
  color: #000;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-286 {
  margin-left: 10px;
}

.dimensions_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7f7f7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.dem-title {
  color: #000;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  display: flex;
}

.dem-title-block {
  margin-left: 10px;
}

.product-details_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pro-comp-one {
  margin-right: 10px;
  display: none;
}

.pro-comp-two {
  display: none;
}

.pro-comp-title {
  font-size: 1.1rem;
}

.image-147 {
  width: 81px;
}

.pro-comp-offer-box {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pro-tt-one {
  color: var(--text-offer);
  font-size: 1.3rem;
  font-weight: 600;
}

.pro-tt-icon {
  margin-left: 5px;
}

.pro-tt-icon-svg {
  width: 16px;
}

.pro-drawer-image {
  width: 83px;
}

.pro-tt-two {
  color: var(--text-offer);
  font-size: 1.4rem;
  font-weight: 600;
}

.pro-tt-price {
  color: var(--text-offer);
  margin-left: 5px;
  font-size: 1.5rem;
  font-weight: 600;
}

.pro-tt-discount {
  color: var(--text-offer);
  border: 1px solid #fc7802;
  border-radius: 6px;
  margin-left: 10px;
  padding: 0 5px;
  font-size: 1rem;
  font-weight: 600;
}

.pro-tt-compare {
  color: var(--background-color--background-tertiary);
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: line-through;
}

.ruler-svg {
  width: 20px;
}

.product-progress_wrapper {
  border: 2px solid #28b15c;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.product-progress_wrapper.is-hidden {
  display: block;
}

.pro-prog_inner-head {
  background-color: #28b15c;
  padding-top: 2px;
  padding-bottom: 2px;
}

.pro-prog_inner-body {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.pro-prog_inner-body.on-top {
  display: none;
}

.ccr-div {
  border: 1px solid #0000007d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.ccr-div.rem {
  border-style: none;
  width: 70px;
  height: 70px;
}

.tu1 {
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.top-div-badge-new {
  background-color: #0000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 470px;
  height: auto;
  margin-top: -9px;
  margin-bottom: 14px;
  margin-right: 10px;
  padding: 7px 15px;
  display: flex;
}

.top-div-badge-new.ff1-d {
  margin-bottom: 0;
}

.top-div-badge-new.ff1-d.rem1 {
  align-items: flex-start;
}

.tu2,
.tu3 {
  width: auto;
  height: auto;
}

.top-b-txt {
  color: #294a59;
  text-align: center;
  margin-top: 9px;
  font-family: Proxima Nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.re-block {
  width: 71px;
  height: 54px;
  margin-right: 0;
}

.re-block.we2 {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 110px;
  height: auto;
  display: flex;
}

.re-block.we2.rem2 {
  width: 110px;
}

.re-block.we3 {
  width: 98px;
  height: auto;
}

.re-block.we3.wo1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.re-block.we3.wo1.rem2 {
  width: 110px;
}

.re-block.we1 {
  width: 110px;
  height: auto;
}

.re-block.we1.wo1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.re-block.we1.wo1.rem2 {
  width: 110px;
}

.pro-bar-titles {
  color: var(--base-color-brand--black);
  text-align: center;
  margin-top: 9px;
  margin-bottom: 4px;
  font-family: Proxima Nova, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
}

.pro-bar-icons {
  width: 30px;
}

.pro-bar-circles {
  z-index: 3;
  object-fit: fill;
  background-color: #fff;
  background-image: url("../images/surprise-icon-new.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 3px solid #ededed;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: relative;
}

.pro-bar-circles.rem {
  border-style: none;
  width: 70px;
  height: 70px;
}

.pro-bar-circles.is-active {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url("../images/circle-tick.svg"),
    url("../images/surprise-icon-new.svg");
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 25px;
  background-clip: border-box;
  border-color: #21c45a;
  position: static;
}

.pro-bar_components {
  background-color: #0000;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 0;
  display: block;
  position: relative;
}

.pro-bar_components.ff1-d {
  margin-bottom: 0;
}

.pro-bar_components.ff1-d.rem1 {
  align-items: flex-start;
}

.offer-special-text {
  color: var(--base-color-brand--white);
  border-right: 1px #fff;
  padding-right: 0;
  font-size: 0.85rem;
  font-style: italic;
  font-weight: 700;
}

.offer-special-countdown {
  color: var(--base-color-brand--white);
  margin-left: 5px;
  font-size: 0.85rem;
}

.offer-special-box {
  justify-content: flex-start;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.special-counter-svg {
  width: 80px;
}

.of-verti-sep {
  background-color: #ffffff75;
  width: 1px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.progress-bar_tube {
  z-index: 2;
  background-color: #a5a5a5;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 25%;
  bottom: 0;
}

.progress-bar_tube.is-active {
  background-color: #71c773;
  overflow: hidden;
}

.pro-bar_components-inner {
  z-index: 99;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.pro-bar_components-inner.for-notify {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pro-bar-sub-titles {
  color: var(--base-color-neutral--black);
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.2;
}

.pro-bar_heading-text {
  color: var(--base-color-neutral--black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.8rem;
}

.pro-bar-title-block {
  color: var(--base-color-brand--black);
}

.pro-bar-circle-overlay {
  background-color: #ac2020;
  border: 3px #ededed;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: block;
}

.pro-bar-circle-overlay.rem {
  border-style: none;
  width: 70px;
  height: 70px;
}

.pro-bar-circle-overlay.is-active {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url("../images/circle-tick.svg");
  background-size: auto;
  background-clip: border-box;
  border-color: #21c45a;
  position: static;
}

.pro-bar-circle-img-div {
  background-color: #69a82d;
  border: 3px #ededed;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: block;
}

.pro-bar-circle-img-div.rem {
  border-style: none;
  width: 70px;
  height: 70px;
}

.pro-bar-circle-img-div.is-active {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url("../images/circle-tick.svg");
  background-size: auto;
  background-clip: border-box;
  border-color: #21c45a;
  position: static;
}

.pro-bar-circles-two {
  z-index: 3;
  object-fit: fill;
  background-color: #fff;
  background-image: url("../images/shipping-icon-new.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 3px solid #ededed;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: relative;
}

.pro-bar-circles-two.rem {
  border-style: none;
  width: 70px;
  height: 70px;
}

.pro-bar-circles-two.is-active {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url("../images/circle-tick.svg"), url("../images/dr1.svg");
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 30px;
  background-clip: border-box;
  border-color: #21c45a;
  position: static;
}

.pro-bar-circles-three {
  z-index: 3;
  object-fit: fill;
  background-color: #fff;
  background-image: url("../images/pillow-icon-new.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 3px solid #ededed;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: relative;
}

.pro-bar-circles-three.rem {
  border-style: none;
  width: 70px;
  height: 70px;
}

.pro-bar-circles-three.is-active {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url("../images/circle-tick.svg"), url("../images/dr1.svg");
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 30px;
  background-clip: border-box;
  border-color: #21c45a;
  position: static;
}

.pro-bar_inner-icon-block {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 33.33%;
  height: auto;
  margin-right: 0;
  display: flex;
  position: relative;
}

.pro-bar_inner-icon-block.we2 {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 110px;
  height: auto;
  display: flex;
}

.pro-bar_inner-icon-block.we2.rem2 {
  width: 110px;
}

.pro-bar_inner-icon-block.we3 {
  width: 98px;
  height: auto;
}

.pro-bar_inner-icon-block.we3.wo1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pro-bar_inner-icon-block.we3.wo1.rem2 {
  width: 110px;
}

.pro-bar_inner-icon-block.we1 {
  width: 110px;
  height: auto;
}

.pro-bar_inner-icon-block.we1.wo1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pro-bar_inner-icon-block.we1.wo1.rem2 {
  width: 110px;
}

.pro-bar_inner-icon-block.for-desk {
  height: auto;
}

.lef-faq-div {
  align-items: center;
  display: flex;
}

.question-f66 {
  color: #333;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px #dbdbdb;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.question-f66:hover {
  text-decoration: none;
}

.question-f66.nobor {
  border-top-style: none;
  border-bottom-style: none;
}

.icon-wrapper-f66 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.div-block-680 {
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.ris-tt {
  color: #081e2e;
  text-align: center;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.arrow-black-f66 {
  display: block;
}

.div-block-880 {
  margin-left: 20px;
}

.faq-wrapper {
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 470px;
  max-width: none;
  margin: 10px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.faq-wrapper.is-d-hidden {
  display: none;
}

.answer-f66 {
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  overflow: hidden;
}

.answer-f66.nobotbro {
  border-bottom-style: none;
}

.bnb-txt {
  color: #081e2e;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.bnb-txt.on-desk {
  font-size: 18px;
}

.div-block-683 {
  background-color: #528eaa;
  width: 100%;
  height: 2px;
}

.cen-div-img {
  text-align: center;
  background-color: #fff;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: -17px auto auto;
}

.div-block-881 {
  width: 100%;
  display: flex;
}

.div-block-881.answer-f66 {
  width: auto;
  display: block;
}

.div-block-881.answer-f66.re1 {
  padding-left: 10px;
  display: flex;
}

.div-block-609 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
}

.arrow-blue-f66 {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.b1-d {
  border: 1px solid #081e2e;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 470px;
  margin-top: 32px;
  padding: 15px 38px;
  display: flex;
  position: relative;
}

.b1-d.ds12 {
  margin-top: 16px;
}

.ico-div-faq {
  width: 22px;
  height: 22px;
  margin-right: 16px;
}

.ico-div-faq.dse {
  width: 30px;
  height: 25px;
}

.st-text {
  color: #294a59;
  margin-bottom: 7px;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-685 {
  padding-left: 17px;
  padding-right: 17px;
}

.div-block-882 {
  background-color: #528eaa;
  width: 100%;
  height: 2px;
}

.answer-text-f66 {
  width: 95%;
  margin-top: 0;
  padding-left: 10px;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.faq-f66 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-question-f66 {
  font-family: Proxima Nova, sans-serif;
}

.list-4 {
  color: #294a59;
  padding-left: 13px;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.bnb-div {
  justify-content: center;
  align-items: center;
  width: 470px;
  margin-top: 14px;
  display: flex;
}

.sa1-t {
  color: #081e2e;
  text-align: center;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
}

.question-wrapper-f66 {
  color: #333;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 0;
  text-decoration: none;
}

.me-size-text {
  margin-bottom: 9px;
  font-size: 16px;
}

.dd-tab-text {
  color: #294a59;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.re1-img {
  width: 30px;
  height: 30px;
}

.top-block-ss-div {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.top-block-ss-div.topnew {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.section_faq {
  justify-content: space-between;
  margin-bottom: 20px;
  display: none;
}

.section_faq.topnew {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.tp-new-block.is-mod.is-center {
  background-color: #a9d9ce;
  border: 1px solid #21db91;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  display: flex;
}

.div-block-883 {
  margin-right: 4px;
}

.tt-rat-txt-2 {
  color: #000;
  text-align: center;
  align-items: center;
  margin-right: 15px;
  font-family: Proxima Nova, sans-serif;
  line-height: 21px;
  display: flex;
}

.tt-rat-txt-2.is-up {
  margin-right: 0;
  font-size: 0.8rem;
}

.meet_wrapper {
  background-color: #f2f4fa;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.meet-sub-heading {
  color: #6694de;
  font-weight: 700;
}

.meet-quote-text {
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 400;
}

.meet-author-text {
  font-size: 0.8rem;
}

.meet_content {
  width: 75%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 15px;
}

.meet_image {
  width: 25%;
}

.meet-img {
  width: 200px;
}

.close-svg {
  width: 15px;
}

.close-btn-drawer {
  z-index: 999;
  background-color: #fff;
  position: absolute;
  inset: 1.5% 5% auto auto;
}

.paypal-wrap {
  text-align: center;
  border: 1px solid #c9c7c7;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.paypal-wrap.or-wrap {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.outer-div-express-text {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #fff;
  width: auto;
  min-width: auto;
  max-width: 148px;
  margin: -13px auto 5px;
  font-family: Proxima Nova, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.div-block-681 {
  width: 100%;
}

.div-block-681.iframe-paypal {
  display: block;
}

.drawer_proceed-btn {
  background-color: #fc7703;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: none;
}

.proceed-btn-text {
  color: var(--base-color-neutral--white);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.proceed_badges-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.proceed_badges-block.is-hidden {
  display: none;
}

.pbb-one,
.pbb-two {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pp-stock-left-text,
.pp-time-left-timer {
  color: var(--base-color-brand--white);
}

.pbb-divider {
  background-color: #fff;
  width: 1px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.bolt-outline-icon-svg {
  width: 12px;
  margin-right: 4px;
}

.button-fluid-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #c8202f;
  border-radius: 0.4rem;
  align-items: center;
  width: 100%;
  padding: 15px 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.25s;
  display: inline-block;
  position: relative;
}

.button-fluid-2:hover {
  background-color: #ac1926;
}

.button-fluid-2:active {
  background-color: #b61221;
}

.button-fluid-2.checkout-submit-combo {
  color: #0e0f11;
  background-color: #ffb815;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: none;
}

.new_second {
  width: 50%;
  margin-left: 10px;
}

.new_second.checkdown {
  margin-top: 24px;
  margin-left: 0;
  display: block;
}

.new_second.checkdown.vsf {
  width: 100%;
  max-width: 470px;
  margin-top: 29px;
  display: flex;
}

.new_second.checkdown.vsf.ee1 {
  margin-top: 20px;
}

.new_second.checkdown.vsf.ee1.is-hidden {
  margin-top: 23px;
  display: block;
}

.new_second.for-felo {
  width: 100%;
  margin-left: 0;
  display: none;
}

.new_second.for-felo.desktop {
  display: block;
}

.checkout-billing-fields {
  border: 0 solid #ccc;
  border-radius: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: none;
  overflow: visible;
}

.button-span-3 {
  font-size: 0.565rem;
  font-weight: 500;
}

.diff-shipping {
  cursor: pointer;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 14px;
  display: flex;
}

.diff-shipping:hover {
  background-color: #fcfcfc;
}

.form-group {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.form-group.all-border-radius {
  background-color: #fff;
  border: 1px solid #dcdcdf;
  position: relative;
}

.form-group.all-border-radius.no_m_b {
  border-radius: 0.25rem;
  margin-bottom: 0;
}

.form-group.all-border-radius.no_m_b.billship {
  margin-bottom: 20px;
}

.form-group.half-fld {
  width: 49%;
}

.form-group.half-fld.fde,
.form-group.half-fld.fw {
  width: 100%;
}

.form-group._32-percent {
  width: 32%;
}

.form-group.checkout-paypal-form {
  margin-bottom: 0;
}

.form-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-2.checkout-combo-form {
  flex-direction: column;
  position: relative;
}

.cc-button-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.cc-button-box.newbtnchange {
  width: 470px;
  display: none;
}

.cc-button-box.newbtnchange.proceed-secure-checkout {
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.form-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.shipping-billing-label-4 {
  color: #294a59;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 0.85rem;
  font-weight: 300;
}

.select-form-wrapper {
  cursor: pointer;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-596 {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 0;
  padding: 20px;
  position: sticky;
  top: 20px;
}

.div-block-596.s5 {
  border-style: none;
  margin-bottom: 9px;
  padding: 10px 0;
  top: 20px;
}

.cc-info-badge-img {
  width: 185px;
}

.cc-info-badge-img.ppimg {
  width: 85px;
}

.image-148 {
  filter: invert();
  width: 20px;
  margin-top: -5px;
  margin-left: 17px;
}

.payment-selector {
  border: 1px solid #dcdcdf;
  border-top-style: none;
  border-radius: 0.25rem;
}

.agree-link {
  color: #1a1a1ae6;
}

.pp-i-box {
  background-color: #ececec;
  padding: 16px 23px;
  display: block;
}

.three-quarter-spinner {
  z-index: 6;
  border: 2px solid #fff;
  border-top-color: #ffffff57;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
}

.three-quarter-spinner.black {
  border-color: #00000057 #000 #000;
}

.cc-sel-txt {
  color: #294a59;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Proxima Nova, sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
}

.div-block-593 {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.div-block-593.topnewcheck {
  border-radius: 10px;
  height: auto;
  margin-top: -7px;
  box-shadow: 0 2px 11px #0000003b;
}

.div-block-593.topnewcheck.tr1 {
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
  display: block;
}

.text-block-196 {
  color: #6b6b6b;
  text-align: center;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
}

.pd-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 1rem;
  display: block;
}

.payment-agree-3 {
  color: #1a1a1ae6;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Proxima Nova, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.cc-info-box {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.cc-info-box.pptxt {
  margin-bottom: 0;
}

.cc-info-box.boxcc {
  background-color: #f1f5ff;
  border: 1px solid #126da6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 0;
  padding: 15px;
}

.form-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-bottom: 0;
}

.text_div_outer-2 {
  text-align: center;
  background-color: #fff;
  margin-top: -26px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: absolute;
  left: auto;
  right: auto;
}

.outer_div_one-2 {
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding: 16px;
  display: block;
}

.outer_div_one-2.paypal-btn {
  display: none;
}

.delivery-text {
  color: #000;
  font-family: Proxima Nova, sans-serif;
}

.input-flds-4 {
  background-color: #fff;
  border: 0.1rem solid #e0e2e2;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.input-flds-4:hover {
  background-color: #fdfdfd;
}

.input-flds-4:focus {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  font-size: 14px;
}

.input-flds-4.select-field {
  cursor: pointer;
}

.input-flds-4.select-field:focus {
  border-width: 1px;
  border-color: #e7e7e7;
}

.input-flds-4.required:focus {
  background-color: #fff;
}

.caret-down {
  z-index: 15;
  cursor: none;
  background-color: #0000;
  border-left: 1px #e1e1e1;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 3rem;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cc-sel-box {
  align-items: center;
  margin-bottom: 0;
  padding-left: 5px;
  display: flex;
}

.cc-sel-box.dw1 {
  margin-bottom: 0;
  padding-left: 0;
}

.cc-form-2 {
  background-color: #f7f7f752;
  border-top: 1px solid #dcdcdf;
  width: 100%;
  margin-top: 0;
  padding: 15px;
}

.cc-form-2.ds1 {
  background-color: #f4f4f4;
}

.cc-form-2.ds1.ppb {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.cc-form-2.ds1.ppb.paypal_radio {
  display: block;
}

.heading-68 {
  color: #0e0f11;
}

.heading-68.checkout {
  letter-spacing: -0.017em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}

.success-message {
  letter-spacing: 1px;
  padding: 0;
}

.pp_div_new_link {
  background-color: #ffc439;
  border-bottom: 3px solid #c9951d;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66px;
  margin-top: 0;
  display: flex;
}

.pp_div_new_link:hover {
  background-color: #fabb27;
}

.rtc-form-container {
  flex-flow: wrap;
  justify-content: space-around;
  margin-top: 0;
  display: flex;
}

.pd-radio {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
  display: block;
}

.pd-radio.w--redirected-checked {
  color: #fff;
  background-color: #1773b0;
  border-width: 3px;
  border-color: #fff;
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 1px #1773b0;
}

.pd-radio.w--redirected-focus {
  color: #fff;
  background-color: #1773b0;
  border-width: 3px;
  border-color: #fff;
  box-shadow: 0 0 0 1px #1773b0;
}

.frm-flds {
  z-index: 1;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  font-size: 0.85rem;
  display: flex;
  position: relative;
}

.rtc-grid {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rtc-grid.mobile {
  justify-content: space-between;
  display: flex;
}

.addon-checkmark {
  background-color: #fff;
  border: 2px solid #adadad;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 16px;
  display: flex;
}

.addon-checkmark.ds1.sw {
  border-width: 1px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin-right: 10px;
}

.delivery-div {
  justify-content: center;
  align-items: center;
  margin: 2px auto;
  display: flex;
}

.delivery-div.get1.is-hidden {
  display: none;
}

.re3-txt {
  color: #707070;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
}

.text-block-175 {
  color: #7d7d7d;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 9px;
}

.button-txt-icon-3 {
  z-index: 1;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2px;
  display: flex;
  position: relative;
}

.input-flds-2 {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.6rem;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Proxima Nova, sans-serif;
  display: flex;
  position: relative;
}

.input-flds-2:hover {
  background-color: #fdfdfd;
}

.input-flds-2:focus {
  z-index: 10;
  background-color: #0000;
  border: 1px solid #e7e7e7;
  font-size: 14px;
}

.input-flds-2.select-field {
  cursor: pointer;
}

.input-flds-2.select-field:focus {
  border-width: 1px;
  border-color: #e7e7e7;
}

.input-flds-2.select-field.required,
.input-flds-2.required {
  border-width: 1px;
  border-color: #bdbdbd;
  height: 2.6rem;
}

.input-flds-2.required:focus {
  background-color: #fff;
}

.input-flds-2.required.re1 {
  border-width: 1px;
  border-color: #bdbdbd;
  height: 2.6rem;
  margin-bottom: 10px;
}

.protection-block-3 {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  display: flex;
}

.protection-block-3.hh1 {
  justify-content: space-between;
  display: none;
}

.shipping-radio {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.shipping-radio.w--redirected-checked {
  color: #fff;
  background-color: #000;
  border-width: 3px;
  border-color: #fff;
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 1px #000;
}

.shipping-radio.w--redirected-focus {
  color: #fff;
  background-color: #000;
  border-width: 3px;
  border-color: #fff;
  box-shadow: 0 0 0 1px #000;
}

.ss-info-heading {
  color: #0e0f11;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 28px;
}

.credit-card {
  width: 280px;
}

.image-141 {
  opacity: 1;
  width: 8px;
}

.cc-header {
  border-bottom: 1px #dcdcdf;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: block;
  overflow: hidden;
}

.div-block-631 {
  align-items: center;
  display: flex;
}

.diff-billing-address-wrapper {
  background-color: #f9f9f9;
  border-bottom: 1px solid #dcdcdf;
  border-left: 1px solid #dcdcdf;
  border-right: 1px solid #dcdcdf;
  height: auto;
  margin-top: -10px;
  padding: 20px 10px 5px;
}

.payment-flds-box {
  margin-top: 20px;
  margin-bottom: 2.25rem;
  position: relative;
}

.payment-flds-box.last-child {
  margin-bottom: 0;
}

.payment-flds-box.last-child.jh,
.payment-flds-box.toprev {
  margin-top: 0;
}

.payment-flds-box.toprev.kh {
  margin-bottom: 1.25rem;
}

.payment-flds-box.toprev.kh.delivery_bluesnap {
  margin-bottom: 0;
}

.payment-flds-box.toprev.fwr {
  margin-bottom: 1.25rem;
}

.payment-flds-box.toprev.fwr.contact_bluesnap {
  margin-bottom: 0;
}

.payment-flds-box.first_child {
  margin-top: 0;
}

.checkout-form-secure-2 {
  color: #8797ad;
  margin-bottom: 0;
  font-size: 10px;
}

.checkout-form-secure-2.gfr {
  line-height: 12px;
}

.checkout-form-secure-2.gfr.t5 {
  color: #6b6b6b;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
}

.image-135 {
  display: none;
}

.expand_div-2 {
  display: block;
}

.cc-trust {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cc-trust.v02cc {
  display: none;
}

.input-label {
  z-index: 800;
  color: #5a5a5a;
  align-items: center;
  height: 55px;
  margin-bottom: 0;
  padding: 12px 12px 12px 13px;
  font-size: 0.85rem;
  font-weight: 400;
  transition: font-size 0.2s, color 0.2s;
  display: none;
  position: absolute;
  inset: 0%;
}

.input-label.float {
  font-size: 0.75rem;
  transform: translate(0, -0.6rem);
}

.input-label.phone-float {
  font-size: 0.75rem;
  transform: translate(38px, -0.6rem);
}

.main-cc-btn-new {
  color: #fff;
  text-transform: uppercase;
  background-color: #29af5c;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.text-span-132 {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.loader-wrapper {
  z-index: 5;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: none;
  position: relative;
  inset: 0%;
}

.div-block-639 {
  margin-right: 7px;
}

.same-shipping {
  cursor: pointer;
  border-top-left-radius: 0.25px;
  border-top-right-radius: 0.25px;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 14px;
}

.same-shipping:hover {
  background-color: #fcfcfc;
}

.same-shipping.border-bottom {
  cursor: pointer;
  border-bottom: 1px solid #dcdcdf;
  align-items: center;
  display: flex;
}

.same-shipping.border-bottom:hover {
  background-color: #fcfcfc;
}

.required.input-flds {
  background-color: #fff;
  font-family: Proxima Nova, sans-serif;
}

.rtc-main-form-2 {
  display: none;
}

.rtc-main-form-2.is-active {
  margin-top: 2rem;
  display: block;
}

.complete-purchase-text-2 {
  font-size: 1.3rem;
  font-weight: 500;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cc-btn-new-txt {
  font-family: Proxima Nova, sans-serif;
}

.button_rtc {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rtc-combo-form {
  width: 100%;
  min-height: auto;
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.frm-flds-3 {
  flex: 0 auto;
  width: 100%;
  position: relative;
}

.frm-flds-3.mb_10 {
  margin-bottom: 10px;
}

.frm-flds-3.half-fld.fl {
  flex: 0 auto;
  order: 0;
  width: 49%;
  position: relative;
}

.frm-flds-3.half-fld.fl.gty22 {
  width: 100%;
  display: none;
}

.payoptbox {
  margin-top: 20px;
  display: block;
  position: relative;
}

.payoptbox.hide_billing_same_as_shipping {
  margin-top: 0;
}

.drawer_inside-content {
  padding-top: 0;
}

.paypal_btn {
  background-color: #ffc43b;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.section_hero.for-desktop {
  object-fit: fill;
  background-image: url("../images/fordesk-full.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  padding-top: 45px;
  padding-bottom: 80px;
  position: relative;
}

.nav_desktop {
  display: flex;
}

.section_header {
  z-index: 1;
  background-color: #fff0;
  position: relative;
}

.nav_wrapper {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.logo_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 13rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.nav_logo-image {
  width: 65px;
}

.navbar-5 {
  background-color: #6694de;
  justify-content: space-around;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
}

.navbar-5.other-page {
  z-index: 999;
}

.nav_cart-image {
  width: 30px;
}

.nav_menu {
  color: var(--base-color-brand--white);
  display: block;
}

.nav_burger-menu {
  display: none;
}

.nav_burger-icon {
  width: 25px;
}

.notify_wrapper {
  background-color: #f80;
  justify-content: space-around;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 6px #00000036;
}

.progress-bar_wrapper {
  clear: none;
  width: 33.33%;
}

.paypal_icon-svg {
  width: 81px;
  margin-right: 6px;
}

.notify_offer-text {
  color: var(--base-color-brand--white);
  line-height: 1.2;
}

.notify_offer-sub-text {
  color: var(--base-color-brand--white);
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.2;
}

.nav_link,
.nav_link.w--current {
  color: var(--base-color-brand--white);
}

.hero_cta-btn {
  color: var(--base-color-brand--white);
  background-color: #2ab05c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0000006e;
}

.div-block-884 {
  justify-content: center;
  align-items: center;
  display: block;
}

.notify_progress-circle-one {
  z-index: 3;
  object-fit: fill;
  background-color: #fff;
  background-image: url("../images/surprise-icon-new.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  border: 3px solid #ededed;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.notify_progress-circle-one.rem {
  border-style: none;
  width: 70px;
  height: 70px;
}

.notify_progress-circle-one.is-active {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url("../images/circle-tick.svg"),
    url("../images/surprise-icon-new.svg");
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 36px, 21px;
  background-clip: border-box;
  border-color: #21c45a;
  position: static;
}

.notify_progress-circle-three {
  z-index: 3;
  object-fit: fill;
  background-color: #fff;
  background-image: url("../images/pillow-icon-new.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 3px solid #ededed;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.notify_progress-circle-three.rem {
  border-style: none;
  width: 70px;
  height: 70px;
}

.notify_progress-circle-three.is-active {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url("../images/circle-tick.svg"), url("../images/dr1.svg");
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 30px;
  background-clip: border-box;
  border-color: #21c45a;
  position: static;
}

.notify_progress-circle-two {
  z-index: 3;
  object-fit: fill;
  background-color: #fff;
  background-image: url("../images/shipping-icon-new.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 3px solid #ededed;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 28px;
  margin-right: 28px;
  display: flex;
  position: relative;
}

.notify_progress-circle-two.rem {
  border-style: none;
  width: 70px;
  height: 70px;
}

.notify_progress-circle-two.is-active {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url("../images/circle-tick.svg"), url("../images/dr1.svg");
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 30px;
  background-clip: border-box;
  border-color: #21c45a;
  position: static;
}

.notify_block-two {
  width: 33.33%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  left: 0;
  right: 0;
}

.notify_block-one {
  width: 33.33%;
}

.other_info-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.details_link {
  color: var(--base-color-brand--white);
  font-size: 0.7rem;
  line-height: 1.2;
  text-decoration: underline;
}

.section_features {
  background-color: #eef2f4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.features_wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.features_components {
  width: 55%;
}

.features_block-img {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 13px;
}

.features-texts {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.features-icons-svg {
  width: 85px;
  margin-bottom: 10px;
}

.features-blocks {
  padding-right: 35px;
}

.features-blocks.is-one {
  border-bottom: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  padding: 10px 20px 25px;
}

.features-blocks.is-two {
  padding: 10px 20px 25px;
}

.features-blocks.is-three {
  padding: 25px 20px 10px;
}

.features-blocks.is-four {
  border-top: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
  padding: 25px 20px 10px;
}

.features_heading-block {
  margin-bottom: 30px;
}

.features_heading-block.low-margin {
  margin-bottom: 0;
}

.features_heading-text {
  color: #6694de;
}

.features_components-two {
  text-align: center;
  object-fit: cover;
  background-image: url("../images/photo_2024-05-06_20-14-25_1photo_2024-05-06_20-14-25.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 45%;
  height: 100%;
  margin-left: 30px;
}

.features_components-two.resp-view {
  display: none;
}

.features_components-two.main-home {
  background-image: url("../images/felo-home-sample.jpg");
}

.features_components-two.main-home.main-home-desktop {
  background-image: url("../images/mid-new.jpg");
}

.features_components-two.main-home.main-home-mobile {
  display: none;
}

.div-block-885 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 505px;
  height: 350px;
  position: relative;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
}

.empty_circle {
  background-color: #eef2f4;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 50% 45% 45%;
}

.quantity_number {
  color: var(--base-color-neutral--black);
  text-align: center;
  border-left: 1px #bdbdbd;
  border-right: 1px #bdbdbd;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
}

.discount-label-icon-svg {
  width: 20px;
}

.close-icon-grey-icon {
  width: 7px;
  display: block;
}

.dk-progress-bar {
  z-index: 2;
  background-color: #a5a5a5;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 43%;
  bottom: 0;
}

.dk-progress-bar.is-active {
  background-color: #71c773;
  overflow: hidden;
}

.section-5 {
  background-color: #6694de;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0 2px 5px #0003;
}

.container-12 {
  text-align: center;
}

.section-6 {
  padding-top: 38px;
  padding-bottom: 37px;
}

.heading-30 {
  color: #294a59;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
}

.paragraph-22 {
  font-size: 18px;
  font-weight: 400;
}

.paragraph-22.contact-page.is-coloured {
  color: var(--base-color-brand--black);
}

.footer_logo {
  width: 60px;
}

.section-12 {
  padding-top: 38px;
  padding-bottom: 0;
}

.heading-69 {
  color: #294a59;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
}

.paragraph-34 {
  font-size: 18px;
  font-weight: 400;
}

.paragraph-34.terms-page.is-coloured {
  color: var(--base-color-brand--black);
  padding-bottom: 38px;
}

.section-13 {
  padding-top: 38px;
  padding-bottom: 37px;
}

.text-span-99,
.text-span-98 {
  text-decoration: underline;
}

.heading-70 {
  color: #294a59;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
}

.text-span-97 {
  text-decoration: underline;
}

.paragraph-35 {
  font-size: 18px;
  font-weight: 400;
}

.paragraph-35.privacy-page.is-coloured {
  color: var(--base-color-brand--black);
}

.text-span-101,
.text-span-102,
.text-span-100 {
  text-decoration: underline;
}

.text-block-216 {
  font-size: 19px;
  font-weight: 700;
}

.div-block-886 {
  margin-bottom: 18px;
}

.input-flds-5 {
  background-color: #fff;
  border: 0.1rem solid #e0e2e2;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Proxima Nova, sans-serif;
  display: flex;
  position: relative;
}

.input-flds-5:hover {
  background-color: #fdfdfd;
}

.input-flds-5:focus {
  z-index: 10;
  background-color: #0000;
  border: 1px solid #e7e7e7;
  font-size: 14px;
}

.input-flds-5.required:focus {
  background-color: #fff;
}

.input-flds-5.required.re1 {
  margin-bottom: 10px;
}

.option_wrapper-inner {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.hero_btn-wrapper {
  position: absolute;
  inset: auto 0% 20%;
}

.float-div {
  text-align: center;
  position: absolute;
  inset: -14% 16% auto auto;
}

.float-icon-svg {
  width: 110px;
}

.section_video-slider {
  background-color: #eef2f4;
  padding: 10px 20px 60px;
}

.slick_wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slick_wrapper-inner {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.slick-slide {
  text-align: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.slick-image-wrapper {
  position: relative;
}

.slick-below-wrapper {
  background-color: #fff;
  padding: 10px 6px;
  display: none;
}

.slick-inside-img {
  width: 100%;
  display: inline-block;
}

.svg-embed {
  line-height: 1;
}

.svg-embed.icon--play-video-testimonials {
  color: var(--base-color-brand--white);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-testimonials {
  text-align: left;
  font-size: 12px;
  line-height: 15px;
}

.slider-stars {
  color: #f2db0f;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 0.6rem;
}

.slider-author {
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}

.slider-testimonial-head {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.cart-overlay {
  z-index: 1;
  background-color: #00000073;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.slick-next {
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  position: absolute;
  top: 50%;
  bottom: 0;
}

.slick-prev {
  text-decoration: none;
  position: absolute;
  inset: 53% 0% auto auto;
}

.arrow-icon-left,
.arrow-icon-right {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
}

.slick-next-box {
  text-decoration: none;
  position: absolute;
  inset: 40% -3% auto auto;
}

.slick-prev-box {
  text-decoration: none;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: -3%;
}

.video-testimonial-light {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  text-decoration: none;
  display: block;
}

.drawer_proceed-btn-desk {
  background-color: #28b15c;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  text-decoration: none;
  display: flex;
}

.text-span-149 {
  font-family: "Fa Solid 900", sans-serif;
}

.checkout-fixed {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  inset: auto;
}

.section_cta {
  text-align: center;
  background-color: #f6fbff;
  border: 1px dashed #000;
  padding-top: 35px;
  padding-bottom: 35px;
  box-shadow: 0 0 8px 2px #0003;
}

.section_cta.is-coloured {
  color: var(--base-color-brand--black);
}

.cta-heading-text {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.1;
}

.cta-heading-text.is-coloured {
  color: var(--base-color-brand--black);
}

.cta-not-text {
  text-align: center;
  font-weight: 400;
}

.cta-not-text.is-coloured {
  color: var(--base-color-brand--black);
}

.cta-sub-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.cta-sub-text.is-coloured {
  color: var(--base-color-brand--black);
}

.mid-cta-btn {
  color: var(--base-color-brand--white);
  text-align: center;
  background-color: #6694de;
  border: 2px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 370px;
  min-height: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 20px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.text-span-150 {
  color: var(--color);
}

.cta-btn-inner-text {
  margin-right: 0.5rem;
}

.text-span-153 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.fb-comm-div {
  background-color: #f0f1f5;
  border-radius: 16px;
  margin-right: 15px;
  padding: 8px 15px;
}

.like-text {
  color: #5c5c5e;
  margin-left: 0;
  margin-right: 0;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
}

.text-block-217 {
  color: #5c5c5e;
  font-family: Helvetica, sans-serif;
  font-size: 0.875rem;
}

.image-151 {
  width: 25px;
}

.text-block-218 {
  color: #5c5c5e;
  font-family: Helvetica, sans-serif;
  font-size: 0.875rem;
}

.div-block-714 {
  text-align: left;
  width: auto;
}

.text-span-155 {
  font-weight: 500;
}

.fb-time-txt {
  color: #5c5c5e;
  text-align: left;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
}

.fb-sml-img {
  object-fit: cover;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.comm-box {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 14px 22px;
  display: flex;
}

.fb-emoji-div {
  justify-content: flex-end;
  display: flex;
}

.fb-thumb-box {
  object-fit: fill;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 45px;
  height: 45px;
  display: block;
}

.fb-comment-box {
  width: 92%;
  margin-left: 5px;
}

.fb-like-div {
  width: 20px;
  margin-left: 0;
  margin-right: 3px;
  position: relative;
}

.small-fb-testi-image {
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.div-block-712 {
  margin-right: 15px;
}

.div-block-716 {
  text-align: left;
  width: auto;
  margin-left: 21px;
  margin-right: 21px;
}

.fb-name-text {
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}

.text-span-154 {
  font-weight: 500;
}

.image-152 {
  width: 29px;
}

.fb-icons-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.fb-heart-div {
  z-index: 1;
  width: 20px;
  margin-left: 0;
  margin-right: -6px;
  position: relative;
}

.div-block-718 {
  margin-left: 7px;
  margin-right: 7px;
}

.div-block-717 {
  margin-right: 7px;
}

.fb-comm-text {
  color: #252525;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.div-block-711 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fb-reply-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-156 {
  font-weight: 500;
}

.fb-reply-text {
  color: #5c5c5e;
  margin-left: 0;
  margin-right: 0;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
}

.fb-inner-wrapper {
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.fb-smile-div {
  width: 20px;
  margin-left: -8px;
}

.image-153 {
  object-fit: cover;
  border-radius: 100%;
  width: 45px;
  height: 45px;
}

.div-block-715 {
  width: auto;
}

.div-block-713 {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.wd-txt {
  color: #949494;
  font-family: Helvetica, sans-serif;
  font-size: 17px;
}

.text-block-219 {
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.text-block-220 {
  color: #252525;
  letter-spacing: 0.5px;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.fb-comm-box {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.facebook-wrapper {
  border: 1px solid #0000001c;
  border-radius: 9px;
  margin-top: 20px;
  padding: 15px;
  display: block;
}

.facebook-wrapper.is-padded {
  margin: 0% 5%;
}

.facebook-wrapper.is-padded.is-hidden {
  display: none;
}

.user-reply-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section_reviews {
  padding-bottom: 20px;
}

.review_head {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 30px;
  display: flex;
}

.cta-countdown-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cd-hour-block {
  background-image: linear-gradient(#fff 26%, #dfdfdf 52%, #fff 83%);
  border: 1px solid #000;
  border-radius: 5px;
  width: 75px;
  padding: 8px 5px;
  font-size: 2rem;
  box-shadow: 0 0 8px #0003;
}

.cd-minute-block {
  background-image: linear-gradient(#fff 26%, #dfdfdf 52%, #fff 83%);
  border: 1px solid #000;
  border-radius: 5px;
  width: 75px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 5px;
  font-size: 2rem;
  box-shadow: 0 0 8px #0003;
}

.cd-sec-block {
  background-image: linear-gradient(#fff 26%, #dfdfdf 52%, #fff 83%);
  border: 1px solid #000;
  border-radius: 5px;
  width: 75px;
  padding: 8px 5px;
  font-size: 2rem;
  box-shadow: 0 0 8px #0003;
}

.cd-hour-number {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.cd-hour-text {
  text-transform: uppercase;
  font-size: 0.6rem;
  line-height: 1;
}

.cd-minute-number {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.cd-minute-text {
  text-transform: uppercase;
  font-size: 0.6rem;
  line-height: 1;
}

.cd-second-number {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.cd-second-text {
  text-transform: uppercase;
  font-size: 0.6rem;
  line-height: 1;
}

.section_footer {
  background-color: var(--color);
  padding-top: 35px;
  padding-bottom: 35px;
}

.logo_footer-image {
  width: 80px;
}

.change-season-wrap {
  color: #fff;
  text-align: center;
  background-image: url("../images/Stripes-01.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.video-stars-block {
  background-color: #fff;
  border: 1px solid #6694de69;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.black-star-span {
  color: #fac534;
  letter-spacing: 1px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 12px;
}

.video-stars-inner {
  margin-right: 8px;
}

.testmonial-videos {
  width: auto;
  display: block;
}

.image-154 {
  width: 20px;
  height: 20px;
}

.image-154.badge-img {
  vertical-align: baseline;
  width: 45px;
  height: 45px;
  position: absolute;
  inset: auto auto 20px 185px;
  transform: rotate(30deg);
}

.image-154.badge-img.is-hidden {
  display: none;
}

.text-block-221 {
  color: var(--base-color-brand--white);
  text-align: center;
  background-color: #6694de;
  border: 1.25px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  position: absolute;
  inset: -7px -10px auto auto;
}

.text-span-157 {
  padding-left: 5px;
  font-size: 16px;
}

.pro-thumb-img-free {
  border-radius: 6px;
  width: 55px;
}

.div-block-887 {
  overflow-wrap: normal;
  flex: 1;
  order: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.body {
  color: var(--base-color-neutral--black);
}

.text-span-158 {
  color: #000;
}

.section-14 {
  background-color: #6694de;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.return-page.is-coloured {
  color: var(--base-color-brand--black);
}

.text-block-222 {
  font-size: 0.9rem;
}

.video-cc-wrapper {
  width: 200px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.top-star-svg {
  padding-left: 0;
  padding-right: 0;
}

.trustpilot_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.trustpilot_wrapper-inner {
  background-color: #fff;
  border: 1px solid #696a6a26;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
}

.tp-para {
  color: #333;
  text-align: left;
  margin-bottom: 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.tp-title {
  color: #1c1c1c;
  text-align: left;
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
}

.tp-sub-head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.tp-review-svg {
  width: 96px;
}

.tp-date-text {
  color: #696a6a;
  text-align: left;
  letter-spacing: 0.5px;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.tp-doe {
  color: #1c1c1c;
  text-align: left;
  letter-spacing: 0.5px;
  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: 13px;
  line-height: 20px;
}

.text-span-159 {
  letter-spacing: 0.5px;
  font-weight: 700;
}

.tp-divider {
  background-color: #e5e5dd;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.tp-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tp-head {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tp-f-one {
  display: flex;
}

.code-embed {
  color: #6c6c85;
  width: 20px;
}

.tp-flag-svg {
  width: 14px;
}

.tp-share-text {
  color: #696a6a;
  margin-left: 4px;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.tp-share-svg,
.tp-thumbs-svg {
  width: 14px;
}

.tp-f-one-inner-left {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.tp-f-one-inner-right {
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: flex;
}

.tp-head-testi-img-block {
  color: #1c1c1c;
  background-color: #fffed5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
}

.tp-head-content {
  margin-left: 8px;
}

.tp-author-text {
  color: #1c1c1c;
  text-align: left;
  margin-bottom: 3px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.tp-miss {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tp-local {
  margin-left: 18px;
  display: flex;
}

.tp-rev-text {
  color: #696a6a;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
}

.tp-local-text {
  color: #696a6a;
  text-align: left;
  margin-left: 6px;
  font-size: 13px;
  line-height: 20px;
}

.tp-local-svg {
  width: 16px;
}

.header {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}

.image-3 {
  text-align: center;
  margin-top: 0;
}

.image-2 {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list-hero-upsells {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 22px;
  font-style: normal;
  line-height: 40px;
  list-style-type: none;
  display: block;
}

.note-offer {
  color: #333;
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-2 {
  padding-top: 0;
  padding-bottom: 30px;
}

.columns {
  border-top: 1px #e7e7e7;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.text-block-14 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 18px;
  display: flex;
}

.text-block-12 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.div-block {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  max-width: 900px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  box-shadow: 0 18px 20px 5px #00000003;
}

.upsell---nots {
  color: #333;
  text-transform: uppercase;
  border: 0 solid #000;
  border-top: 1px solid #d1d1d1;
  margin-top: 0;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.text-block-11 {
  color: #333;
  margin-top: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-13 {
  color: #c00;
  text-align: center;
  margin-top: 15px;
}

.heading {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  font-weight: 900;
}

.paragraph-6 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fb0;
  margin-top: 15px;
  font-size: 20px;
  line-height: 34px;
}

.column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.button---yes-upsell {
  color: #fff;
  text-align: center;
  background-color: #2ab05b;
  border-radius: 8px;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  display: block;
}

.text-span-3 {
  color: #ffbf00;
  margin-right: 8px;
  font-size: 18px;
}

.div-block-32 {
  padding: 0 5px;
}

.list-upsells {
  color: #000;
  text-align: left;
  background-image: url("../images/checkmark.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 21px;
  padding: 9px 0 9px 33px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.section {
  background-color: #0000;
}

.copyright {
  background-color: #d8e7f0;
  align-items: center;
  min-height: 50px;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-14 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-7 {
  color: #00237e;
  text-align: center;
  margin-top: 10px;
}

.body-2 {
  color: var(--base-color-brand--black);
}

.offer-heading-block {
  background-color: #fb0;
  border-radius: 8px;
}

.offer-heading-text {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fb00;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.upsell-title-text {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  font-weight: 800;
}

.text-span-160 {
  color: #e91f1f;
  font-weight: 800;
  text-decoration: underline;
}

.offer-info-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.offer-info-wrapper.up1 {
  margin-top: 0;
}

.reserve-block {
  background-color: #6694de36;
  border: 1px solid #6694de;
  border-radius: 5px;
  padding: 10px;
  display: block;
}

.reserve-block.is-center {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.reserve-text {
  color: #2971e5;
  font-size: 14px;
  line-height: 20px;
}

.up-pricing-text {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.up-pricing-sub-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.offer_wrapper {
  padding-top: 0;
  padding-bottom: 30px;
}

.section_offer {
  background-color: #0000;
}

.section_header-up {
  background-color: #6694de;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0 2px 5px #0003;
}

.header-up-contianer {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.progress-line-value {
  width: 0%;
  height: 100%;
}

.progress-icon-complete {
  z-index: 2;
  color: #008270;
  background-color: #fff;
  border: 2px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  line-height: 15px;
  display: none;
  position: absolute;
  inset: -3px -5px auto auto;
}

.progress-bar-step {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: auto;
  display: flex;
  position: relative;
}

.progress-bar-step-name {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.progress-line {
  z-index: 0;
  background-color: #fff;
  width: 80%;
  height: 3px;
  position: absolute;
  inset: 16px 0% auto 50%;
  transform: translate(-50%);
}

.progress-bar-text {
  z-index: 1;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.progress-bar-step-circle {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.progress-bar-steps {
  justify-content: space-between;
  align-items: center;
  width: 250px;
  display: flex;
  position: relative;
}

.progress-bar-styles {
  position: absolute;
}

.up-progress-block {
  background-color: #fff0;
}

.header-up-wrapper {
  justify-content: space-between;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.offer_wrapper-inner {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  max-width: 900px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 30px;
  box-shadow: 0 18px 20px 5px #00000003;
}

.offer_wrapper-inner.first-one {
  max-width: 700px;
  padding-top: 15px;
}

.offer_confirmation-block {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.con-text-up {
  color: var(--base-color-brand--white);
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
}

.con-text-down {
  color: var(--base-color-brand--white);
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.confer-one {
  text-align: center;
  object-fit: contain;
  background-color: #5cbf5f;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 90px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.confer-two {
  background-color: #4ead51;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 90px;
  padding: 20px 22px;
  display: flex;
}

.of-con-inner {
  background-color: #4dad51;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: flex;
}

.image-155 {
  object-fit: none;
}

.star-rating-block {
  margin-bottom: 10px;
}

.ms-radio-group {
  margin-bottom: 30px;
}

.ms-svg {
  z-index: 3;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.ms-svg.is-radio-card {
  z-index: 2;
  color: #2962ff;
  width: 20px;
  height: 22px;
  display: none;
  top: 17px;
  left: auto;
  right: 12px;
}

.ms-help-text {
  opacity: 0.8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-radio-card {
  color: #121331;
  border: 1px solid #12133140;
  border-radius: 6px;
  width: 100%;
  padding: 12px 16px 10px;
  font-weight: 700;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-hide {
  display: none;
}

.ms-radio-card-botton {
  margin-top: 12px;
  display: inline-block;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-card {
  padding-left: 0;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.product-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.complete-purchase-text {
  font-size: 18px;
  font-weight: 700;
}

.complete-purchase-text.ct {
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

.tabs-2 {
  border-radius: 18px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px;
}

.reg-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: line-through;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
}

.column-feature {
  background-color: #0000;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px;
  display: block;
}

.check-white-2 {
  z-index: 999;
  object-fit: fill;
  width: 8px;
  position: relative;
}

.discount-inner {
  color: #f97750;
  background-color: #fef1ed;
  border-radius: 50px;
  margin-top: 0;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
}

.proceed-to-checkout {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  text-decoration: none;
}

.button-gold {
  background-color: #ffc33a;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 72px;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-gold.atc {
  color: #fff;
  background-color: #e5003d;
  border-radius: 8px;
  margin-top: 10px;
}

.free-shipping-inner {
  color: #fff;
  background-color: #29af5c;
  border-radius: 50px;
  margin-top: 0;
  margin-right: 5px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
}

.sale-price {
  margin-right: 5px;
  font-size: 18px;
  font-weight: 800;
}

.price-cards {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.tab_frequency {
  background-color: #fff;
  border: 1px solid #0000003b;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  height: 5rem;
  font-weight: 600;
  display: flex;
}

.tab_frequency.w--current {
  z-index: 20;
  color: #000;
  background-color: #ebf4fa;
  border: 2px solid #6694de;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  height: 5rem;
  font-weight: 800;
  display: flex;
}

.tabs-content-2 {
  display: none;
  overflow: visible;
}

.inner-badges {
  display: flex;
}

.tabs-3 {
  border-radius: 18px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
}

.check-white-3 {
  z-index: 999;
  object-fit: fill;
  width: 8px;
  position: relative;
}

.tabs-menu-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.tab-menu-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.compare-price-bb {
  text-align: center;
  margin-right: 2px;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 20px;
  text-decoration: line-through;
}

.regular-price-bb {
  color: #6694de;
  text-align: center;
  margin-left: 2px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.option-text-bb {
  text-align: center;
  font-size: 0.9rem;
}

.upsell-tab {
  border-radius: 18px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0;
}

.main-price-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sel-heading-text {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.div-block-888 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section_content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.aux-top-heading {
  color: var(--different);
  letter-spacing: -0.5px;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.aux-sub-heading {
  color: #272a2b;
  margin-top: 15px;
  padding-right: 0;
  font-size: 26px;
}

.aux-email-text {
  color: var(--base-color-brand--black);
  font-size: 1.3rem;
  line-height: 1.4;
}

.aux-label-text {
  color: var(--color);
  font-size: 1.7rem;
  font-weight: 700;
}

.aux-label-text.is-diff {
  margin-bottom: 8px;
}

.section_footer-aux {
  background-color: #6694de;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.section_footer-aux.to-bottom {
  position: static;
  inset: auto 0% 0%;
}

.aux-divider {
  background-color: #6694de;
  height: 3px;
  margin-top: 15px;
  margin-bottom: 0;
}

.up_video-block {
  position: relative;
}

.up_first-video {
  position: static;
}

.dr-image {
  width: 200px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.facebook_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cor-rev-txt {
  color: #1c1e21;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.dd-t {
  color: #616770;
  letter-spacing: 0;
  margin-right: 6px;
  font-size: 3px;
  font-weight: 400;
  line-height: 3px;
}

.text-span-152 {
  color: #616770;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.image-150 {
  border-radius: 100%;
}

.nn-div {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.tt-wrol {
  color: #616770;
  letter-spacing: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.pic-name-div {
  align-items: center;
  display: flex;
}

.two-com-div {
  border: 1px solid #0000001f;
  border-radius: 6px;
  width: 65%;
  padding: 16px 16px 8px;
}

.cen-rar {
  color: #385898;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.div-block-701 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.com-bel-div {
  margin-top: 6px;
}

.div-block-700 {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-right: 8px;
}

.text-block-223 {
  color: #385898;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-702 {
  align-items: center;
  display: flex;
}

.text-block-224 {
  color: #737c8a;
  letter-spacing: 0;
  margin-right: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.side-head {
  color: #000;
  text-align: left;
  letter-spacing: -1px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
}

.side-head.ty1 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.side-head.ty1.er1 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Proxima Nova, sans-serif;
  font-size: 29px;
  font-weight: 700;
}

.bold-text-37 {
  text-align: left;
  font-family: Proxima Nova, sans-serif;
  font-size: 30px;
}

.margin-top-28 {
  margin-top: 28px;
}

.inner {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.rtc-checkout {
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.checkout-steps {
  z-index: 5;
  background-color: #0000;
  border-bottom: 1px solid #efefef;
  width: 100%;
  margin-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.footer-link {
  color: #333;
}

.rtc-right {
  background-color: #f9f9f9;
  background-image: none;
  align-items: flex-start;
  width: 45%;
  height: auto;
  min-height: 865px;
  padding: 2.75rem 20px 80px 4.125rem;
  display: flex;
  position: relative;
}

.checkout-cart-display-2 {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 0.875rem;
  position: relative;
}

.checkout-cart-display-2.order_info {
  margin-top: 1rem;
}

.summary-header {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.close-link-top-right {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color 0.2s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-link-top-right:hover {
  color: #642eff;
}

.footer-5 {
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  display: flex;
  position: static;
  bottom: 30px;
}

.footer-5.mobile {
  display: none;
}

.confirmation-upsell {
  background-color: #ecececad;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-346 {
  justify-content: flex-end;
  width: 50%;
  min-height: 0;
  padding-left: 30px;
  display: flex;
}

.paragraph-small {
  letter-spacing: -0.01em;
  font-size: 14px;
  line-height: 24px;
}

.column-3 {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding: 1rem;
  display: flex;
  position: relative;
}

.column-3.desk-6 {
  width: 50%;
}

.rtc-left-container {
  width: 100%;
  max-width: 528px;
  position: relative;
}

.steps-text {
  color: var(--base-color-brand--black);
  text-align: center;
  margin-right: 15px;
  font-size: 12px;
}

.steps-text.text-step_2 {
  color: var(--base-color-brand--black);
  margin-right: 15px;
}

.steps-arrow {
  margin-right: 15px;
}

.order-summary-tablet-mobile {
  border: 1px solid #dbdbdb;
  max-width: none;
  margin-top: 20px;
  display: none;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: stretch;
  margin: -1rem;
  display: flex;
}

.rtc-item-label {
  color: var(--base-color-brand--black);
  font-size: 0.875rem;
  font-weight: 700;
}

.rtc-item-box {
  border: 1px solid #efefef;
  border-radius: 0.25rem;
  padding: 1rem;
}

.rtc-item-box.m-b-1 {
  margin-bottom: 1rem;
  overflow: hidden;
}

.success-circle {
  color: #0ebc6e;
  background-color: #25cc881a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modal-base-smaller {
  background-color: #fff;
  border: 1px solid #f7f9fd;
  border-radius: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 400px;
  padding: 24px;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.rtc-left {
  justify-content: flex-end;
  width: 55%;
  min-height: 865px;
  padding: 2.75rem 7rem 60px 20px;
  display: flex;
  position: static;
}

.normal-text {
  margin-top: 15px;
  font-weight: 300;
}

.welcome-club {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #05050573;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.body-text {
  margin-bottom: 1.15rem;
}

.body-text.s {
  letter-spacing: -0.006em;
  font-size: 0.875rem;
  line-height: 1.5;
}

.body-text.s.s-m-b-0 {
  color: var(--base-color-brand--black);
}

.body-text.s.s-m-b-0.welcome_description {
  color: var(--base-color-brand--black);
  margin-bottom: 0;
}

.savings-feature {
  align-items: center;
  font-weight: 700;
  display: flex;
}

.review-order-summary {
  color: #000;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 700;
}

.summary-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.25;
}

.summary-heading.subscription_sub {
  color: #000;
}

.icon-large-2 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.thank-you-head {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.checkout-head {
  background-color: #6694de;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 11px 15px;
  display: flex;
}

.terms-text {
  text-align: left;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
}

.brand-logo-image {
  height: 2.5rem;
}

.div-block-3 {
  width: auto;
  min-height: 20px;
  display: flex;
}

.rtc-header {
  width: 100%;
  margin-bottom: 0;
}

.modal-centre {
  color: #160042;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f7f9fd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 468px;
  padding: 32px;
  position: relative;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.icon-5 {
  color: #29af5c;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.summary-holder {
  background-color: #f9f9f9;
  border-radius: 0.5rem;
  margin-top: 5px;
  font-size: 0.75rem;
}

.div-block-342 {
  padding-top: 1rem;
}

.checkout-shipping-address {
  font-size: 0.85rem;
}

.summary-success {
  color: #0ebc6e;
  background-color: #25cc881a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  min-width: 4.5rem;
  height: 4.5rem;
  min-height: 4.5rem;
  margin-left: 0;
  margin-right: 1rem;
  display: flex;
}

.modal-wrapper-right {
  justify-content: flex-end;
  display: flex;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color 0.2s;
  display: flex;
}

.extra-order-notes {
  border-top: 1px #000;
  margin-top: 15px;
  padding-top: 0;
}

.summary-wrap-2 {
  background-color: #0000;
  margin-bottom: 0.75rem;
}

.sub-heading-regular-bold {
  letter-spacing: -0.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.order-content {
  flex-direction: column;
  margin-top: 1.5rem;
  display: flex;
}

.heading-3 {
  color: #0e0f11;
}

.heading-3.checkout {
  letter-spacing: -0.017em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.25;
}

.heading-3.m {
  letter-spacing: -0.019em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.25;
}

.heading-3.m.welcome_message {
  margin-bottom: 0;
}

.checkout_menu {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.rtc-right-container {
  align-self: flex-start;
  width: 100%;
  max-width: 25.875rem;
  height: auto;
  position: sticky;
  top: 40px;
}

.upgrade-coffee {
  letter-spacing: 0;
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

.upgrade-coffee.bolder {
  font-weight: 900;
}

.line-regular {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.steps-inner-2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.checkout-billing-address {
  font-size: 0.85rem;
}

.button-primary {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02px;
  white-space: nowrap;
  background-color: #642eff;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
}

.button-primary:hover {
  background-color: #7342ff;
}

.button-primary:active {
  background-color: #2d0896;
}

.button-primary:focus {
  outline-offset: 0px;
  outline: 2px solid #d9ccff;
}

.checkout_panel {
  overflow: hidden;
}

.club_message {
  font-weight: 700;
}

.testimonial-slider-small-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-2 {
  background-color: #0000;
  max-width: 1200px;
  height: auto;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper-2 {
  max-width: 32%;
  margin-right: 2%;
}

.testimonial-slide-wrapper-2.is-short {
  max-width: 47%;
  margin-right: 5%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.testimonial-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.testimonial-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.testimonial-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-2 {
  display: none;
}

.mask-5 {
  overflow: hidden;
}

.trust-container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.sum-text-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sum-cart-icon-svg {
  width: 16px;
  margin-right: 8px;
}

.rich-text-block {
  color: var(--base-color-neutral--neutral-darker);
}

.legal-headings {
  margin-top: 1.1rem;
  margin-bottom: 0.4rem;
}

.cat-div {
  margin-top: 17px;
  display: flex;
}

.pod-1 {
  color: var(--base-color-brand--black);
  font-weight: 700;
}

.div-block-889 {
  margin-left: 39px;
}

.cod-list {
  color: var(--base-color-brand--black);
}

.text-span-162,
.text-span-163 {
  color: var(--color);
}

.text-span-164,
.text-span-165 {
  color: var(--color);
  font-weight: 700;
}

.pricing-overview {
  color: var(--different);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-23 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 0;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

._3-box-block {
  color: var(--different);
  border-bottom: 1px #e4ebf3;
  padding: 20px 0;
  position: relative;
}

.boxy-div {
  background-color: #e9f2ff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  box-shadow: 0 0 9px #00000038;
}

.div-block-890 {
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.div-block-891 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
}

.div-block-666 {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.div-block-667,
.div-block-668 {
  width: 10%;
}

.per-text {
  color: #282a2b;
  text-align: right;
  font-weight: 600;
}

.bar-hjeights {
  background-color: #f0f2f2;
  border: 1px solid #bbbfbf;
  border-radius: 4px;
  width: 80%;
  height: 10px;
}

.text-block-189 {
  color: #282a2b;
  font-weight: 600;
}

.inner-review-bar {
  background-color: #2a2552;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.inner-review-bar._6 {
  background-color: #000;
  border-radius: 4px;
  width: 16%;
}

.inner-review-bar._80 {
  background-color: #000;
  border-radius: 4px;
  width: 90%;
}

.inner-review-bar._2 {
  background-color: #000;
  border-radius: 4px;
  width: 10%;
}

.inner-review-bar._8 {
  background-color: #000;
  border-radius: 4px;
  width: 8%;
}

.inner-review-bar._3 {
  background-color: #000;
  border-radius: 4px;
  width: 12%;
}

.rating-div-top {
  grid-row-gap: 0.25rem;
  flex-direction: column;
  flex: 1;
  width: 70%;
  margin-top: 0;
  display: block;
}

.star-blue-mid {
  color: #6694de;
  letter-spacing: 1px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 12px;
}

.btn-cc-badges-svg {
  width: 133px;
  margin-top: 7px;
  font-size: 1.2rem;
}

.bar-aux-text {
  color: var(--text-offer);
  margin-bottom: 11px;
}

.shipping-partner-div {
  border: 1px solid #e4e4e4;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ss-part-block {
  justify-content: flex-start;
  align-items: stretch;
  height: 50px;
  display: flex;
}

.ss-part-block.is-diff {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  height: 70px;
}

.ss-left-part {
  background-color: #f2f2f2;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding: 25px;
  display: flex;
}

.ss-right-part {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  padding: 25px;
  display: flex;
}

.ss-right-part.id-diff {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.ss-part-title {
  color: var(--different);
}

.part-logo-div {
  justify-content: flex-start;
  align-items: center;
  margin-right: 11px;
  display: flex;
}

.ship-partner-logo-svg {
  width: 25px;
}

.shipping-partner-logo-text {
  color: var(--different);
  margin-left: 6px;
}

.footer-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sa1-t-copy {
  color: #081e2e;
  text-align: center;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
}

.delivery-esti-text {
  color: #081e2e;
  text-align: left;
  font-family: Proxima Nova, sans-serif;
  font-size: 15px;
}

.ready-to-ship-block {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.cost-text {
  color: var(--different);
  margin-left: 0;
}

.aux-grey-divider {
  background-color: #dadada;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sticky_cta-advert {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: auto;
  padding: 16px 20px;
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: none;
  position: fixed;
  overflow: hidden;
  transform: translate(0);
}

.comment_wrapper {
  border: 1px solid #0000001c;
  border-radius: 9px;
  width: auto;
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
}

.comment_wrapper.is-padded {
  margin: 0% 5%;
}

.comment-box-idle {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  max-height: 100px;
  padding: 0.5rem 1rem;
  display: flex;
}

.com-co-text {
  color: #252525;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  font-family: Proxima Nova, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
}

.comm-btn-idle {
  color: var(--base-color-brand--white);
  text-align: center;
  background-color: #1165ed;
  border-radius: 3px;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0.875rem;
  font-weight: 600;
  display: inline-block;
}

.text-block-225 {
  color: var(--base-color-brand--white);
}

.bz-name-text {
  color: #000;
  margin-bottom: 0.5rem;
  font-family: Proxima Nova, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}

.bz-ago-text {
  color: #757575;
  font-weight: 400;
}

.bz-comm-text {
  color: #222;
  font-family: Proxima Nova, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.bz-comm-div {
  background-color: #0000;
  border-radius: 16px;
  margin-right: 0;
  padding: 0;
}

.bz-comm-box {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 2rem;
  display: flex;
}

.bz-thumb-box {
  object-fit: fill;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 34px;
  height: 34px;
  margin-right: 1rem;
  display: block;
}

.bz-inner-wrapper {
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.bz-thumb-img {
  object-fit: cover;
  border-radius: 100%;
  width: 34px;
  height: 34px;
}

.bz-heart-svg {
  width: 13px;
}

.bz-heart-txt {
  color: #0f65ef;
  text-align: left;
  margin-right: 0.5rem;
  font-family: Proxima Nova, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.bz-icons-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 7px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bz-icon-details-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heart-icon-div {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0.5rem;
  display: flex;
}

.heart-text-div {
  width: auto;
}

.bz-circle-divider {
  text-align: left;
  background-color: #d8d8d8;
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  width: 3px;
  height: 3px;
  margin-top: -2px;
  margin-left: 0;
  margin-right: 0.5rem;
  display: flex;
}

.bz-comm-box-reply {
  border-left: 1px #0003;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.bz-comm-box-reply.is-last {
  margin-bottom: 0;
}

.bz-thumb-reply-img {
  object-fit: cover;
  border-radius: 100%;
  width: 25px;
  height: 25px;
}

.bz-thumb-reply-box {
  object-fit: fill;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 25px;
  height: 25px;
  margin-right: 1rem;
  display: block;
}

.bz-comment-box {
  width: 92%;
  margin-left: 0;
}

.bz-comm-box-reply-outer {
  border-left: 1px solid #0003;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3rem;
  padding-left: 1rem;
  display: flex;
}

.bz-all-comment-block {
  margin-bottom: 2rem;
}

.bz-hidden-block {
  margin-top: 2rem;
  display: block;
}

.bz-load-btn {
  color: #0f65ef;
  border: 1px solid #0f65ef;
  border-radius: 3px;
  padding: 0.5rem 2rem;
  text-decoration: none;
}

.bz-load-block {
  text-align: center;
  display: block;
}

.bz-top-comm-text-block {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.bz-top-divider {
  background-color: #6694de;
  border-radius: 4px;
  width: 72px;
  height: 8px;
  margin-bottom: 0.5rem;
}

.video-block-listicle {
  width: auto;
  height: auto;
}

.video-listicle {
  width: 100%;
}

.shipping-info-package-block {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  padding: 25px;
  display: flex;
}

.shipping-info-package-block.id-diff {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.ss-block-sub-title {
  width: 95%;
  margin-top: 0;
  padding-left: 10px;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.badge-for-offer-svg {
  width: 45px;
}

.dr-top-heading-text {
  color: var(--base-color-neutral--black);
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
}

.image-157 {
  width: 45px;
  box-shadow: inset 0 2px 5px #0003;
}

.small-badge-block {
  z-index: 2;
  background-color: #ffc43c;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.6rem;
  display: block;
  position: absolute;
  inset: 39% 4% auto auto;
}

.small-badge-text {
  color: var(--base-color-brand--black);
  letter-spacing: -0.2px;
  font-weight: 400;
}

.desk-sticky-btn {
  background-color: #28b15c;
  border-radius: 20px;
  margin-left: 16px;
  font-weight: 600;
}

.grey-line {
  background-color: #0f15291a;
  width: 100%;
  height: 1px;
}

.feature-content-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.feature-header-2 {
  align-items: center;
  display: flex;
}

.feature-checkout-2 {
  color: var(--base-color-neutral--black);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  display: inline-block;
}

.feature-icon-2 {
  width: 90px;
  min-height: 30px;
  font-size: 14px;
}

.divider-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
}

.divider-wrap.features {
  margin-top: 30px;
}

.paragraph-feature {
  color: var(--base-color-neutral--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.feature-item {
  padding-left: 0;
  padding-right: 0;
}

.feature-content {
  width: 100%;
  min-height: 30px;
}

.feature-heading-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-image-div {
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.brand-features-2 {
  grid-template-columns: 1fr;
  margin-top: 19px;
  margin-bottom: 29px;
  padding-left: 16px;
  padding-right: 16px;
}

.brand-features-2.is-hidden {
  display: none;
}

.feature-heading-inner {
  align-items: center;
  display: flex;
}

.sign-up-text-2 {
  color: silver;
  text-align: center;
  white-space: nowrap;
  width: auto;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 10px;
  font-weight: 600;
  line-height: 24px;
}

.secure-badge-block {
  text-align: center;
}

.secure-badges-img {
  width: 200px;
}

.tp-cc-div {
  border-top: 1px solid #00000029;
  justify-content: flex-start;
  align-items: center;
  margin-top: -11px;
  margin-bottom: 11px;
  padding-top: 13px;
  display: flex;
}

.tp-stars-cc-img {
  color: var(--base-color-neutral--black);
  width: 80px;
  margin-left: 16px;
}

.tp-logo-cc-img {
  width: 70px;
  margin-left: 6px;
  position: relative;
  top: -2px;
}

.tp-text-cc {
  color: var(--base-color-neutral--black);
  font-size: 0.9rem;
  font-weight: 600;
}

.tp-text-suc-cc {
  color: var(--base-color-neutral--black);
  font-size: 0.9rem;
  font-weight: 400;
}

.tp-text-suc-cc.diff {
  color: var(--base-color-neutral--black);
  margin-right: 4px;
  font-weight: 600;
}

.tp-cc-one,
.tp-cc-two {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.upsell_option-block {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.first-upsell-title {
  text-align: center;
  border-bottom: 1px solid #00000024;
  margin-top: 0;
  padding-bottom: 15px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.3;
}

.up-pp-text {
  font-weight: 600;
}

.og-price-block {
  display: flex;
}

.og-reg-price-text {
  font-size: 1.3rem;
  font-weight: 600;
}

.og-comp-price-text {
  color: var(--base-color-neutral--neutral-light);
  margin-left: 5px;
  font-size: 1.3rem;
  font-weight: 300;
  text-decoration: line-through;
}

.facebook_wrapper-upsell {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.facebook_inner-block {
  border: 1px solid #0000001f;
  border-radius: 6px;
  width: 80%;
  padding: 16px 16px 8px;
}

.paragraph-15 {
  color: #656874;
  text-transform: none;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.paragraph-15.upsell-p15 {
  color: #2971e5;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
}

.text-span-76 {
  font-size: 22px;
  font-weight: 700;
}

.gift-row {
  background-color: #fff;
  border-radius: 22px;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
}

.gift-row.upsell-gift-row {
  background-color: #dfe8f9;
  border: 1px solid #6694de;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
}

.slide-dot-iimg {
  width: 100%;
}

.text-span-82 {
  font-size: 14px;
}

.upsell-select-variant {
  color: #02044a;
  background-color: #0000;
  border: 1px solid #e7e7ee;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  display: flex;
  overflow: visible;
}

.upsell-select-variant:hover {
  box-shadow: 34px 34px 74px -24px #38327c14;
}

.upsell-select-variant.w--current {
  color: #000;
  background-color: #fffaed;
  border-color: #000;
  flex-flow: column;
  justify-content: center;
  padding: 5px;
  line-height: 1.5;
  display: flex;
}

.stars-block {
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.stars-text {
  color: #656874;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 12px;
}

.stars-text.upsell-stars-text {
  color: #000;
  font-size: 14px;
}

.button-gold-2 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #29af5c;
  background-clip: border-box;
  border-radius: 8px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form-information {
  border: 1px #000;
  margin-top: 14px;
}

.form-information.upsell-form-inf {
  border-style: none none solid;
  border-bottom-width: 0.5px;
  border-bottom-color: #a7a8a9;
  margin-top: 0;
}

.list-p {
  color: #081e2e;
  margin-bottom: 0;
  margin-left: 9px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.heading-24 {
  color: #464b90;
  margin-top: 13px;
  font-size: 29px;
  font-weight: 600;
  line-height: 20px;
}

.tabs-menu-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template:
    "."
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  display: grid;
  position: static;
}

.timer-div {
  background-color: #198b9a;
}

.text-span-93 {
  background-color: #eb1114;
  padding-left: 5px;
  padding-right: 5px;
}

.image-17 {
  margin-left: 10px;
}

.text-span-77 {
  color: #5c579f;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
}

.gift-text-block {
  margin-left: 7px;
  line-height: 14px;
}

.tab-content-inner {
  margin-top: 0;
}

.main-list-block {
  border-bottom: 0.5px solid #a7a8a9;
  margin-top: 26px;
  padding-bottom: 9px;
  display: block;
}

.main-title {
  color: #24748d;
  max-width: 420px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.main-title._2ndname {
  display: none;
}

.main-list-row {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.price-type-6 {
  color: #000;
  text-align: left;
  letter-spacing: -0.03em;
  text-transform: none;
  width: 100%;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-11 {
  color: #656874;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-11.upsell-p11 {
  color: #081e2e;
  max-width: 390px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.next-arr.slick-arrow.upsell-arr {
  display: none;
}

.image-13 {
  filter: sepia();
  margin-left: 2px;
  margin-right: 5px;
}

.add-to-order {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.pp_div,
.pp_div.upno5div {
  display: none;
}

.no-offer-text {
  color: #464b90;
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  text-decoration: underline;
}

.note-text {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}

.tabs-4 {
  background-color: #f6f5f1;
  flex-direction: row-reverse;
  width: 100%;
  margin-top: 0;
  display: none;
}

.tabs-4._2ndone {
  display: none;
}

.tabs-4._2ndone._5aup {
  background-color: #fff;
  margin-top: 16px;
  display: block;
}

.slide-dot {
  cursor: pointer;
  border: 2px #0000;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.upsell-main-top-block {
  color: #24748d;
  background-color: #294a59;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 33px 62px;
}

.prev-arr.slick-arrow.upsell-arr {
  display: none;
}

.button-span-2 {
  font-size: 10px;
  font-weight: 600;
}

.button-span-2.ct {
  color: #000;
  margin-top: 3px;
}

.main-text-block {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px 40px 30px;
}

.main-text-block.upsell-main-text-block {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 20px;
}

.sale-p {
  color: #081e2e;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.columns-2 {
  display: flex;
}

.columns-2.upsell-cl {
  background-color: #0000;
  align-items: flex-start;
}

.sale-title {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 10px;
  padding-left: 43px;
  padding-right: 43px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.tabs-content-4 {
  width: 100%;
  overflow: visible;
}

.upsell-slider-wrapper {
  margin-top: 37px;
  margin-left: 30px;
  margin-right: 15px;
  position: relative;
}

.text-span-75 {
  font-size: 22px;
  font-weight: 700;
}

.no-offer-block {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.best-slider-icon {
  max-width: 101px;
  display: none;
  position: absolute;
  inset: 15px auto auto 9px;
}

.main-section {
  background-color: #dae2e1;
}

.main-section.main-section-upsell {
  background-color: #dae2e1;
  margin-top: 0;
  margin-bottom: 0;
}

.g-text {
  color: #081e2e;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
}

.container-3 {
  justify-content: space-between;
  max-width: 1110px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.container-3.container-upsell {
  max-width: 980px;
  margin-bottom: 0;
}

.container-3.container-upsell.main-container-upsell {
  background-color: #e9f1f4;
  padding-left: 0;
  padding-right: 0;
}

.button-txt-icon-2 {
  color: #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2px;
  display: flex;
  position: relative;
}

.main-dots {
  margin-top: 9px;
}

.accept_upsell_button {
  width: 100%;
  text-decoration: none;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.column-5.upsell-slider-coloumn {
  padding-left: 5px;
  padding-right: 5px;
}

.image-85 {
  width: 100px;
  margin-right: 5px;
}

.text-span-83 {
  font-size: 14px;
}

.up-image-top {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 300px;
}

.upsell-list-block {
  padding: 0 5px;
}

.up-div-list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.up-div-list-inner {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.up-div-list-inner.is-center {
  margin-top: 15px;
  margin-bottom: 15px;
}

.upd-left {
  width: 10%;
  margin-right: 0;
}

.upd-right {
  width: 90%;
}

.upd-text {
  font-weight: 600;
  line-height: 22px;
}

.upd-icon {
  width: 23px;
  height: 23px;
}

.up-before-price {
  color: #ff6b6e;
  margin-top: 10px;
  font-size: 0.8rem;
  text-decoration: line-through;
}

.price-type-block {
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.qty-number {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.variant-name {
  font-size: 0.9rem;
}

.up-stars-text {
  margin-right: 1px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 0.7rem;
}

.text-span-166 {
  color: #fbab19;
}

.stick-nav-up-3 {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: auto;
  padding: 16px 20px;
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: none;
  position: fixed;
  overflow: hidden;
  transform: translate(0);
}

.sticky-below-text-div-up-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.sticky-below-text-up-3 {
  color: #c00;
  text-align: center;
  margin-top: 15px;
}

.stick-nav-up-2 {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: auto;
  padding: 16px 20px;
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: none;
  position: fixed;
  overflow: hidden;
  transform: translate(0);
}

.stick-nav-up-2-block,
.anchor-div {
  display: none;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-24 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--base-color-brand--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf35e;
  width: 100%;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--base-color-brand--white);
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.section_new-footer {
  background-color: #6694de;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 30px;
  position: relative;
}

.footer-name-text {
  color: var(--base-color-brand--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-badges-png {
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.footer-badges-block {
  text-align: center;
  margin-top: 12px;
}

.footer-line-div {
  display: none;
}

.contact-form-try {
  width: 50%;
  margin-top: 22px;
}

.field-label,
.field-label-2 {
  color: var(--different);
}

.submit-button {
  background-color: #6694de;
}

.footer-copyright-center-2 {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.container-25 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-name-text-2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.title-small-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.globals-checkout {
  min-height: 50px;
  display: none;
}

.ch-preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.ch-preloader.white-overlay {
  z-index: 9999;
  background-color: #fff;
  display: none;
}

.spinner-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-345 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.spinner {
  border: 6px solid #efefef;
  border-top-color: #3c404b;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
}

.icon-3 {
  color: #3c404b;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  position: absolute;
}

.text-block-65 {
  margin-top: 1rem;
}

.checkout-head-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.features-list {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.image-25 {
  width: 100%;
  height: auto;
}

.addon-checkmark-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 16px;
  position: static;
}

.text-block-15 {
  letter-spacing: 0.5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.rtc-checkout-2 {
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.check-wrapper-2 {
  margin-top: 15px;
}

.image-9 {
  width: 20px;
  margin-right: 10px;
}

.checkout-submit-paypal {
  background-color: #ffc439;
  background-image: url("../images/paypal-btn.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  max-height: none;
  padding: 20px 10px;
  display: flex;
}

.checkout-submit-paypal:hover {
  background-color: #ffbd3c;
}

.cc-img {
  width: 30px;
  margin-right: 10px;
}

.cc-image {
  flex-direction: row;
  justify-content: space-between;
  width: 160px;
  min-height: 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.add-addon {
  color: #000;
  cursor: pointer;
  background-color: #93e576;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  position: relative;
}

.text-block-66-copy {
  color: #04063f;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

.radio-payment {
  background-color: #fff;
  width: 16px;
  height: 16px;
}

.radio-payment.w--redirected-checked {
  background-color: #000;
  border-width: 3px;
  border-color: #fff;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 5px;
  display: none;
  box-shadow: 0 0 0 1px #000;
}

.shipping-billing-label {
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 0.85rem;
}

.div-block-361 {
  padding: 15px;
}

.div-block-349-copy-copy {
  color: #93e576;
  background-color: #6694de;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.sign-up-text {
  color: #1a1a1ae6;
  text-align: center;
  white-space: nowrap;
  width: auto;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
}

.checkbox-detail {
  width: 100%;
  margin-bottom: 0;
  margin-left: -5px;
  display: block;
}

.image-10 {
  width: 100px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 15px;
}

.div-block-355 {
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 20px;
  position: sticky;
  top: 20px;
}

.cc-radio {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.875rem;
  font-weight: 900;
}

.button-span {
  font-size: 0.565rem;
  font-weight: 500;
}

.payoptbox-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.grey-line-2 {
  background-color: #efefef;
  width: 100%;
  height: 1px;
}

.text-block-71 {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-weight: 700;
}

.text-block-69-copy {
  color: #04063f;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.secure-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

.div-block-348 {
  background-color: #6694de;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.form-paypal {
  width: 100%;
  margin-bottom: 0;
}

.div-block-367 {
  display: none;
}

.div-block-893 {
  width: 100%;
}

.heading-71 {
  color: #0e0f11;
}

.heading-71.checkout-copy {
  letter-spacing: -0.017em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.25;
  display: block;
}

.heading-71.checkout {
  letter-spacing: -0.017em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.25;
}

.brand-logo-image-2 {
  height: 2rem;
}

.btn-qty {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  padding: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1;
  transition: border-color 0.2s, background-color 0.2s;
  display: flex;
}

.btn-qty:active {
  color: #fff;
  background-color: #010101;
  border-color: #010101;
}

.btn-qty.checkout-quantity-decrease {
  display: flex;
}

.secure-text {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.checkbox-terms {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #0f15293b;
  border-radius: 4px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
}

.checkbox-terms.w--redirected-checked {
  background-color: #0f1529;
  background-size: 14px;
  border: 0 #0000;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 0;
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5px;
}

.block_bundle-builder_flavor-qty {
  border-radius: 6.25rem;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  display: none;
  position: relative;
}

.block_bundle-builder_flavor-qty.is-active {
  display: flex;
}

.div-block-364 {
  padding-left: 15px;
  padding-right: 15px;
}

.frm-flds-4 {
  z-index: 1;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  font-size: 0.85rem;
  display: flex;
  position: relative;
}

.divider-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.divider-wrap-2.smaller {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cc_card {
  width: 35px;
}

.cc_card.genric {
  display: none;
}

.text-block-70 {
  font-size: 12px;
}

.div-block-682 {
  width: 100%;
  margin-top: 0;
}

.div-block-357 {
  position: sticky;
  top: 20px;
}

.payment-agree {
  color: #1a1a1ae6;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}

.section-15 {
  order: 1;
  align-self: center;
  width: 100%;
}

.div-block-356 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-347 {
  border: 1px solid #ededed;
  border-radius: 8px;
  overflow: hidden;
}

.mbg-section {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.mbg-text {
  margin-bottom: 0;
  font-size: 0.8rem;
  line-height: 1.45;
}

.checkout-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.featured-item {
  color: #000;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.check-icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: -5px;
  margin-right: 9px;
  transform: translate(0, 5px);
}

.text-block-66-copy-copy-copy {
  color: #93e576;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

.div-block-364-copy {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 900;
  display: flex;
}

.checkout-paypal-form {
  position: relative;
}

.checkout-credit-card {
  color: #ffffffe6;
  background-color: #29af5c;
  border-bottom: 4px solid #0f853c;
  border-radius: 4px;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  max-height: 60px;
  padding: 20px 10px;
  text-decoration: none;
  display: flex;
}

.checkout-credit-card:hover {
  background-color: #169446;
}

.image-26 {
  width: 140px;
}

.payment-cc {
  cursor: pointer;
  background-color: #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
  overflow: hidden;
}

.div-block-894 {
  max-width: 980px;
}

.div-block-363 {
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-363.last {
  border-bottom-style: none;
}

.div-block-364-copy-copy {
  border-top: 1px solid #000;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 800;
  display: flex;
}

.div-block-351 {
  background-color: #fff429;
  border-radius: 4px;
  margin-top: 5px;
  padding: 5px 15px;
}

.text-block-68 {
  font-weight: 700;
}

.accepts_marketing {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  font-size: 0.75rem;
  display: flex;
  position: relative;
}

.summary-holder-2 {
  border-radius: 0.5rem;
  margin-top: 5px;
  font-size: 0.75rem;
}

.input-flds {
  background-color: #fff;
  border: 0.1rem solid #e0e2e2;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.input-flds:hover {
  background-color: #fdfdfd;
}

.input-flds:focus {
  z-index: 10;
  background-color: #0000;
  border: 1px solid #e7e7e7;
  font-size: 14px;
}

.input-flds.select-field {
  cursor: pointer;
}

.input-flds.select-field:focus {
  border-width: 1px;
  border-color: #e7e7e7;
}

.block_bundle-builder_flavor-qty-inner {
  background-color: #f3e3c000;
  border: 0.0625rem #e7e7e7;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  max-width: 6.5625rem;
  height: auto;
  display: flex;
  position: relative;
}

.bump-title {
  color: #000;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.addon-selector {
  margin-bottom: 0;
  padding: 0;
}

.summary-item {
  font-size: 18px;
}

.heading-javy-top {
  color: #07337c;
  letter-spacing: -1px;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.checkout-billing-fields-2 {
  border: 0 solid #ccc;
  border-radius: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  overflow: visible;
}

.feature-text-2 {
  color: #000;
  width: 100%;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-66 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.grid-23 {
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
}

.complete-purchase-text-3 {
  font-size: 1.125rem;
  font-weight: 900;
}

.shipping-radio-2 {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.shipping-radio-2.w--redirected-checked {
  color: #fff;
  background-color: #000;
  border-width: 3px;
  border-color: #fff;
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 1px #000;
}

.shipping-radio-2.w--redirected-focus {
  box-shadow: none;
  color: #fff;
  border-width: 4px;
  border-color: #000;
}

.div-block-354 {
  border: 1px solid #ededed;
  border-radius: 6px;
  min-height: 48px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 20px;
}

.payment-selector-2 {
  border: 1px solid #dcdcdf;
  border-radius: 0.25rem;
}

.div-block-349 {
  background-color: #e9f6ff;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-365 {
  border: 1px solid #000;
  padding: 10px 0 0;
}

.paragraph-32 {
  background-color: #fff;
  width: auto;
  min-width: auto;
  max-width: 150px;
  margin-top: -13px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-32.or-txt {
  max-width: 50px;
  margin-bottom: 0;
  font-size: 14px;
}

.smalls {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  line-height: 14px;
}

.div-block-350 {
  padding: 20px;
}

.secure-checkout {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.grid-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0;
}

.checkbox-detail-2 {
  width: 100%;
  margin-bottom: 0;
  margin-left: -5px;
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.bump-description-copy {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 15px;
  line-height: 22px;
}

.display-qty {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
}

.text-block-67 {
  color: #fff;
}

.div-block-362 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-27 {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  align-items: stretch;
}

.complete_order {
  margin-bottom: 0;
}

.radio-select-cc {
  cursor: pointer;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-352 {
  padding: 20px;
}

.div-block-353 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-359 {
  width: 100%;
  height: 100%;
}

.express-checkout {
  width: 100%;
  min-height: 40px;
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.grid-24 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  margin-bottom: 10px;
}

.mbg-days {
  font-weight: 900;
}

.div-block-399 {
  width: 75%;
  padding-left: 20px;
}

.new-footer-sec {
  background-color: #282828;
  padding-top: 31px;
  padding-bottom: 45px;
}

.div-block-895 {
  width: 70%;
}

.reviews-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.b-line {
  background-color: #718399;
  width: 1.5px;
  height: 14px;
}

.div-block-396 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.empty {
  height: auto;
}

.empty.bg-primary {
  background-color: #294a59;
}

.empty.bg-primary.border-bottom-l-r {
  background-color: #6694de;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.form-bottom-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.person-name-2 {
  color: #294a59;
  text-transform: capitalize;
  margin-right: 8px;
  font-weight: 700;
  line-height: 24px;
}

.text-block {
  font-weight: 500;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-left: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.div-block-372 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-226 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-296 {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.tes-div {
  justify-content: space-around;
  display: flex;
}

.h1-heading-2 {
  color: #6694de;
  padding-left: 59px;
  padding-right: 60px;
  font-size: 35px;
  line-height: 45px;
}

.center-btn {
  text-align: center;
  background-color: #29af5c;
  border-radius: 30px;
  width: 33%;
  max-width: 396px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.section-4 {
  background-color: #e2e9ed;
  padding-top: 69px;
  padding-bottom: 79px;
}

.center-el {
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-el.bg-primary {
  background-color: #6694de;
}

.heading-block-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 100px;
  display: flex;
}

.heading-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 52px;
  display: flex;
}

.sm-text {
  color: #05285c;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
}

.sm-text.fw-500 {
  color: #012169;
  text-transform: capitalize;
  font-weight: 500;
}

.sm-text.fw-500.review-length {
  color: #294a59;
  font-size: 15px;
  font-weight: 700;
}

.rev-section {
  background-color: #f6fcff;
  padding-top: 87px;
  padding-bottom: 48px;
  display: block;
}

.pro-div-right {
  width: 40%;
  margin-top: 14px;
  margin-bottom: 13px;
  padding-left: 0;
  padding-right: 0;
}

.con-para {
  color: #5d6e81;
  text-align: center;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.mon-back-sec {
  background-color: #f1f6fa;
  padding-top: 39px;
  padding-bottom: 28px;
}

.pro-div-left {
  width: 60%;
}

.div-block-896 {
  text-align: center;
  margin-top: 0;
}

.button-sm-outline {
  color: #012169;
  text-transform: none;
  background-color: #0000;
  border: 2px solid #012169;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 47px;
  padding-left: 29px;
  padding-right: 29px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 18px;
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: flex;
}

.button-sm-outline:hover {
  color: #fff;
  background-color: #012169;
  border-color: #012169;
}

.button-sm-outline.load-more {
  display: none;
}

.person-name-3 {
  color: #294a59;
  text-transform: capitalize;
  margin-right: 8px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-17 {
  color: #e7f3fa;
  text-align: center;
  font-weight: 300;
  line-height: 27px;
}

.faq-text-2 {
  color: #081e2e;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 26px;
}

.sticky-nav-item {
  color: #00237e;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.two-vid-con {
  max-width: 1000px;
}

.div-block-22 {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.tt-top-head {
  color: #6694de;
  text-align: center;
  font-size: 35px;
}

.star-text {
  text-align: center;
  margin-top: 24px;
}

.tes-section {
  padding-top: 68px;
  padding-bottom: 68px;
}

.container-9 {
  z-index: 1;
  width: 100%;
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.table-sc-v1 {
  width: 100%;
  max-width: 730px;
}

.nav-link-4 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.paragraph-21 {
  color: #5d6e81;
  font-size: 18px;
  font-weight: 300;
}

.section-1-item {
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.heading-10 {
  color: #e2e9ed;
  text-align: left;
  margin-top: 6px;
  margin-bottom: 0;
  padding-right: 63px;
  font-size: 46px;
  font-weight: 600;
  line-height: 54px;
}

.nav-con {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: block;
}

.button-11 {
  background-color: #5c579f;
  border-radius: 30px;
  padding: 18px 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-427 {
  width: 50%;
  margin-right: 0;
  padding-right: 25px;
}

.div-block-427._2nd {
  padding-left: 25px;
  padding-right: 0;
}

.div-block-427._2nd.gt1mob {
  display: none;
}

.heading-17 {
  color: #fff;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 30px;
}

.sm-paragraph {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.sm-paragraph.text-gray {
  color: #294a59;
  margin-top: 5px;
  font-weight: 300;
  line-height: 20px;
}

.verified-text {
  color: #198b9a;
  font-size: 10px;
  font-weight: 900;
  line-height: 12px;
}

.div-block-366 {
  background-image: url("../images/wav2.png");
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
  height: 60px;
  margin-top: -20px;
}

.nav-link-3 {
  color: #fff;
  font-size: 15px;
}

.bottom-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50px;
  display: grid;
}

.card-heading {
  color: #294a59;
  margin-bottom: 5px;
  font-weight: 700;
}

.heading-16 {
  color: #294a59;
  margin-bottom: 3px;
  font-size: 30px;
  line-height: 38px;
}

.div-block-393 {
  justify-content: space-between;
  display: flex;
}

.section-1-left-wrapper {
  width: 100%;
  max-width: 520px;
}

.verified-text-2 {
  color: #77c44f;
  font-size: 10px;
  font-weight: 900;
  line-height: 12px;
}

.text-block-86 {
  color: #535353;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-438 {
  width: 40%;
}

.section-wrapper-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.bounce {
  background-color: #0000;
  border-radius: 3px;
  width: auto;
  height: auto;
}

.features-div {
  background-color: #0000;
  padding: 10px 9px;
}

.guarantee-title {
  color: #4fedff;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.navbar-2 {
  background-color: #6694de;
}

.section-1-item-2 {
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.video-block-wrapper {
  border-radius: 8px;
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
}

.card-el-info {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 0 25px;
  display: flex;
}

.gt2mob {
  display: none;
}

.nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.p-text {
  color: #5d6e81;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.bar-promo-2 {
  color: #081e2e;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.text-span-72 {
  padding-left: 14px;
  display: inline-block;
}

.div-block-358 {
  background-image: url("../images/asdown.svg");
  background-position: 50% 100%;
  background-size: cover;
  width: 50%;
  height: 100px;
}

.top-navbar {
  background-color: #6694de;
  padding: 15px 30px;
}

.container-8 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin-top: 46px;
  display: flex;
}

.sticky-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.paragraph-18 {
  color: #535353;
  font-weight: 300;
  line-height: 25px;
}

.row-tr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 69px;
  display: grid;
}

.row-tr.odd-bg {
  background-color: #198b9a00;
}

.row-tr.bg-white {
  grid-row-gap: 0px;
  background-color: #fff;
}

.heading-13 {
  color: #21474a;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

.text-span-85 {
  color: #24748d;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 13px;
  font-size: 17px;
  line-height: 17px;
  display: flex;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-footer {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.link-footer:hover {
  color: #e7f3fa;
}

.text-f {
  color: #fff;
  align-items: center;
  margin-top: 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.tt-heading-top {
  color: #6694de;
  text-align: center;
  margin-bottom: 0;
  padding-left: 107px;
  padding-right: 107px;
  font-size: 35px;
  line-height: 48px;
}

.mb-20 {
  color: #6694de;
  margin-bottom: 20px;
  font-size: 31px;
  line-height: 38px;
}

.button-primary-d {
  color: #294a59;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fdb002;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 62px;
  margin-top: 15px;
  margin-bottom: 11px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary-d:hover {
  color: #e7f3fa;
  background-color: #294a59;
}

.top-bar-note {
  text-align: center;
  background-color: #e2e9ed;
}

.nav-menu-3 {
  align-items: center;
  display: flex;
}

.span-text {
  color: #081e2e;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.rr-text {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.content-sc-item-wrapper-img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content-sc-item-wrapper-img.sddesk {
  width: 50%;
  margin-left: 25px;
}

.content-sc-item-wrapper-img.twotwo {
  width: 100%;
  margin-right: 25px;
}

.section-1-right {
  justify-content: center;
  align-items: center;
  width: 45%;
  height: auto;
  padding: 60px 20px;
  display: flex;
}

.text-primary-2,
.text-primary-2.is-desktop {
  color: #6694de;
  font-size: 31px;
}

.text-primary-2.is-mobile {
  display: none;
}

.section-1 {
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-397 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-27 {
  color: #6694de;
  text-align: center;
  margin-bottom: 45px;
  font-size: 35px;
  line-height: 45px;
}

.card-el {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-897,
.fea-block {
  justify-content: space-between;
  display: flex;
}

.image-86 {
  margin-top: -11px;
  margin-left: -26px;
}

.check-green {
  color: #198b9a;
  margin-right: 5px;
}

.tt-heading-down {
  color: #6694de;
  text-align: center;
  margin-top: 5px;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.tes-name {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-82 {
  color: #6694de;
  text-align: left;
  margin-top: 13px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.card-el-img-d {
  object-fit: cover;
  border-radius: 50%;
  width: 231px;
  height: 231px;
  margin-bottom: 30px;
}

.heading-11 {
  color: #6694de;
  text-align: left;
  font-size: 33px;
  line-height: 43px;
}

.container-2 {
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.heading-12 {
  color: #21474a;
  font-size: 50px;
  line-height: 56px;
}

.side-div {
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.review-text {
  color: #5e728a;
  margin-bottom: 12px;
  padding-bottom: 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.section-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-88 {
  color: #fff;
  line-height: 17px;
}

.three-sec {
  background-color: #e7f3fa;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 83px;
  padding-bottom: 74px;
}

.section-3 {
  padding-top: 51px;
  padding-bottom: 17px;
}

.section-3.try-it-sc {
  color: #fff;
  background-color: #294a59;
  padding-top: 59px;
  padding-bottom: 69px;
  display: none;
}

.section-3.faq-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.cen-btn-div {
  text-align: center;
  margin-top: 43px;
}

.button-4 {
  color: #5c579f;
  text-align: center;
  background-color: #e7e6ff;
  border-radius: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.button-4.cta_btn {
  color: #000;
  background-color: #2ab05b;
}

.heading-25 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 46px;
}

.button-6 {
  text-align: center;
  text-transform: uppercase;
  background-color: #5c579f;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 75px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.button-6.cta_btn {
  background-color: #2ab05b;
}

.review-info-2 {
  background-color: #fff;
  height: auto;
  padding: 20px 22px;
}

.pro-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-110 {
  color: #24748d;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.div-block-395 {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.main-features-div {
  background-color: #e7f3fa;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 23px 20px;
}

.tes-con {
  max-width: 1200px;
}

.div-block-373 {
  text-align: center;
  background-color: #f1f6fa;
  margin-top: 0;
  padding-top: 35px;
  padding-bottom: 10px;
  position: static;
  top: 0;
}

.question-text {
  color: #294a59;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.question-text.hide {
  display: block;
}

.rating-stars-2 {
  height: 16px;
  margin-right: 5px;
}

.reviews-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  width: 100%;
  margin-top: 21px;
  margin-bottom: 0;
  padding-left: 41px;
  padding-right: 41px;
  display: grid;
}

.div-block-27 {
  width: 32px;
  height: 20px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
}

.div-block-398 {
  text-align: center;
  width: 100%;
}

.ben-sec {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-25 {
  width: 32px;
  height: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.image-74 {
  margin-top: 21px;
}

.div-block-426 {
  width: 45%;
  padding-left: 45px;
}

.div-block-426.fr1 {
  padding-left: 0;
  padding-right: 45px;
}

.check-icon-lg {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 0;
}

.container-5 {
  max-width: 1100px;
}

.div-block-403 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-89 {
  color: #fff;
}

.text-block-111 {
  color: #24748d;
}

.list-icon {
  margin-right: 0;
}

.logos-2 {
  background-color: #f7fcfd;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 117px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-sm-2 {
  text-transform: uppercase;
  background-color: #012169;
  border: 2px solid #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 37px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: flex;
}

.button-sm-2:hover {
  color: #012169;
  background-color: #0000;
  border-color: #012169;
}

.button-sm-2.sticky-btn {
  color: #294a59;
  background-color: #fdb002;
  border-radius: 20px;
  font-weight: 700;
  display: none;
}

.button-sm-2.sticky-btn:hover {
  border-color: #0000;
}

.button-sm-2.sticky-btn-mb {
  background-color: #ff8e2e;
  display: none;
}

.button-sm-2.sticky-btn-mb:hover {
  border-color: #0000;
}

.product-info-head {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-span-65 {
  color: #fdb002;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
}

.div-block-295 {
  -webkit-text-fill-color: inherit;
  background-color: #081e2e;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.shipping-icon {
  margin-right: 8px;
}

.div-block-423 {
  width: 33.33%;
  height: 100%;
}

.review-info {
  color: #294a59;
  background-color: #fff;
  height: 100%;
  padding: 20px 22px;
}

.text-block-83 {
  color: #294a59;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.row-tr-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 125px;
  display: grid;
}

.h-div {
  margin-top: 66px;
  margin-bottom: -15px;
  padding-left: 118px;
  padding-right: 118px;
}

.h-div.mobonlydiv {
  display: none;
}

.video-info-block {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 90px;
  display: flex;
}

.top-heading {
  color: #294a59;
  text-align: center;
  margin-top: -35px;
  font-size: 35px;
  line-height: 56px;
}

.top-heading.hhy {
  color: #6694de;
}

.container-4 {
  max-width: 1000px;
}

.container-10 {
  max-width: 1100px;
}

.div-block-898 {
  background-image: url("../images/wav1.png");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  height: 60px;
  margin-bottom: -20px;
}

.section-1-right-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.text-block-2 {
  font-weight: 500;
}

.text-block-91 {
  color: #24748d;
  font-size: 26px;
  line-height: 26px;
}

.text-block-91.jo {
  color: #6694de;
  font-size: 21px;
  line-height: 21px;
}

.top-con-cont {
  text-align: center;
  max-width: 1000px;
  margin-bottom: 55px;
}

.md-text {
  color: #5e728a;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-21 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.button-5 {
  background-color: #5c579f;
  border-radius: 30px;
  margin-top: 17px;
  padding: 13px 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.text-block-35 {
  color: #fff;
  text-align: right;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.section-2-head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.vid-div-size {
  width: auto;
  height: auto;
}

.video-3 {
  margin-top: 17px;
}

.footer-con {
  max-width: 1000px;
}

.heading-22 {
  color: #6694de;
  margin-top: 20px;
  font-size: 30px;
  line-height: 45px;
}

.table-feature {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.table-feature.text-red {
  color: #f35c67;
}

.footer {
  color: #fff;
  background-color: #081e2e;
  padding-top: 69px;
  padding-bottom: 72px;
  display: none;
}

.section-16 {
  background-color: #a3c9d0;
  padding-top: 69px;
  padding-bottom: 79px;
  display: none;
}

.section-16.try-it-sc {
  color: #fff;
  background-color: #041a30;
  background-image: url("../images/2_objects.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
}

.div-block-368 {
  font-weight: 300;
  line-height: 17px;
}

.div-block-436 {
  justify-content: space-around;
  align-items: center;
  max-width: 1100px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-bottom-info-item {
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 12px;
  display: flex;
}

.div-block-30 {
  text-align: left;
  margin-top: 0;
  margin-right: 0;
  padding-top: 39px;
  padding-left: 61px;
  padding-right: 0;
}

.tes-inside-div {
  width: 384px;
}

.right-cont-div {
  width: 88%;
}

.div-block-899 {
  transform-style: preserve-3d;
  background-image: url("../images/asdown.svg");
  background-position: 50% 100%;
  background-size: cover;
  width: 50%;
  height: 100px;
  transform: rotateX(0) rotateY(180deg) rotateZ(0);
}

.pro-section {
  background-color: #011b2c;
  background-image: linear-gradient(#081e2eb0, #081e2eb0),
    url("../images/bg2.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 56px 63px;
}

.table-head-2 {
  color: #294a59;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.tes-div-main {
  margin-top: 52px;
}

.ben-con {
  max-width: none;
}

.section-1-left-2 {
  background-color: #f6fcff;
  background-image: linear-gradient(#f6fcff3b, #f6fcff3b),
    url("../images/Backgroundsd.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: auto;
  min-height: 100vh;
  padding: 115px 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.list-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 60px;
  margin-right: 20px;
  display: flex;
}

.div-block-425 {
  width: 33.33%;
  height: 100%;
}

.heading-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-394 {
  width: 70%;
}

.pro-con {
  max-width: 1200px;
  height: auto;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.div-block-900 {
  width: 30%;
  margin-left: 12px;
  margin-right: 12px;
}

.two-vid-sec {
  background-color: #e2e9ed;
  background-image: linear-gradient(#e2e9ed, #f1f6fa 39%);
  padding-top: 43px;
  padding-bottom: 43px;
}

.con-div-center {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.section-1-list {
  width: 100%;
  max-width: 490px;
}

.paragraph-19 {
  color: #505050;
  text-align: center;
  font-weight: 400;
  line-height: 27px;
}

.check-green-2 {
  margin-right: 5px;
}

.table-head-img {
  border-radius: 100px;
  height: 100px;
  position: absolute;
  inset: -60px 0% auto 50%;
  transform: translate(-50%);
}

.bar-promo {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.div-block-437 {
  width: 60%;
  padding-right: 33px;
}

.content-sc-item-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logos {
  background-color: #f7fcfd;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 117px;
  display: none;
  position: relative;
  overflow: hidden;
}

.question-text-mb {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.container-26 {
  width: 100%;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-26 {
  color: #fff;
  font-size: 35px;
  line-height: 45px;
}

.heading-2 {
  color: #294a59;
  line-height: 42px;
}

.table-logo {
  width: 80px;
}

.div-block-901 {
  justify-content: space-around;
  display: flex;
}

.div-block-23 {
  width: 32px;
  height: 20px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  padding-right: 0;
}

.heading-18 {
  color: #6694de;
  text-align: center;
  margin-top: 21px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
}

.div-block-902 {
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-btn-div {
  color: #294a59;
  background-color: #fdb002;
  border-radius: 30px;
  margin-left: 50px;
  padding: 10px 41px;
  font-size: 16px;
  font-weight: 700;
}

.offer-countdown {
  color: #fff;
  margin-left: 10px;
  font-size: 27px;
  font-weight: 700;
}

.div-block-903 {
  background-color: #6694de;
  padding-top: 80px;
  padding-bottom: 49px;
}

.text-center {
  color: #6694de;
  text-align: center;
  font-size: 36px;
  line-height: 42px;
}

.div-block-424 {
  width: 33.33%;
  height: 100%;
  margin-left: 24px;
  margin-right: 24px;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.main-offer-div {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.wave-block-div {
  background-image: url("../images/xc0.png");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  height: 60px;
}

.logo-image-2 {
  height: auto;
}

.logo-image-2.formobilenew {
  display: none;
}

.l-icon-div {
  justify-content: flex-start;
  align-items: flex-start;
  width: 12%;
  padding-top: 5px;
  display: flex;
}

.section-1-item-info {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.col-th {
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-th.flex-down {
  align-items: flex-end;
  padding-bottom: 20px;
  position: relative;
}

.col-th.bg-primary {
  color: #012169;
  background-color: #294a59;
}

.col-th.bg-primary.border-top-l-r {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.col-th.bg-primary.border-top-l-r.flex-down {
  background-color: #6694de;
  align-items: flex-end;
  padding-bottom: 20px;
  position: relative;
}

.star-icon {
  height: 10px;
  margin-bottom: 4px;
}

.tes-para {
  text-align: center;
  margin-top: 9px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.heading-4 {
  font-size: 36px;
  line-height: 42px;
}

.mb-5-2 {
  color: #6694de;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
}

.text-block-87 {
  color: #6694de;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.body-3 {
  color: var(--base-color-neutral--neutral-darkest);
}

.body-4 {
  color: var(--different);
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-27 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.2s;
}

.hero-form-input:hover,
.hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
}

.nav-link-5:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

._3-col-heading {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  line-height: 1.2;
}

.section_loop {
  padding: 50px 15px;
}

.loop_sec-heading {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.loop-sec_heading_text {
  color: var(--color);
  text-align: center;
  font-size: 2.5rem;
}

.loop_video-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 46%;
  height: 100%;
  display: flex;
}

.two-content-block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.loop-video-frame {
  width: 100%;
  height: 100%;
}

.submit-button-cf1 {
  background-color: #6694de;
  border-radius: 17px;
  margin-top: 20px;
  padding: 10px 50px;
  font-size: 15px;
  font-weight: 600;
  transition: box-shadow 0.2s, background-color 0.2s;
  box-shadow: 0 12px 20px -3px #6694de4a;
}

.submit-button-cf1:hover {
  background-color: #4f8cee;
  box-shadow: 0 12px 20px -3px #bdbcee;
}

.field-label-cf1 {
  color: #4e4e4e;
  margin-top: 20px;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.is-required {
  color: red;
}

.error-message-cf1 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.success-message-cf1 {
  color: #5b5ac6;
  text-align: center;
  background-color: #5b5ac612;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
}

.form-cf1 {
  margin-top: 20px;
}

.form-title-cf1 {
  color: #6694de;
  text-transform: none;
  font-size: 40px;
  line-height: 1.1;
}

.contact_form-amazon {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.form-wrapper-amazon {
  background-color: #f0f3f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 40px 3%;
  display: block;
}

.other_block {
  width: 55%;
  padding-left: 35px;
  padding-right: 35px;
}

.text-field-cf1 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #00000036;
  border-radius: 6px;
  font-size: 16px;
}

.text-field-cf1::placeholder {
  color: #b1b1b1;
}

.text-field-cf1.big {
  height: 100px;
}

.cs-text-below {
  color: var(--base-color-brand--black);
  margin-bottom: 7px;
  font-size: 1rem;
}

.cs-block-img {
  border-radius: 20px;
  width: 450px;
}

.cs-divider {
  background-color: #6694de;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 13px;
}

.cs-title-headline {
  color: #6694de;
  margin-top: 1.3rem;
  font-size: 3.6rem;
}

.inner-amazon-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.body-5 {
  background-color: #f1f3f5;
}

.field_name-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -5px;
  display: block;
}

.field_name-inner {
  width: 48%;
}

.field_name-inner.last {
  margin-left: 0;
}

.main-contact_block {
  width: 45%;
}

.amazon_form-container {
  max-width: 1400px;
}

.name-label {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 700;
}

.name-inner-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.amazon_form-block {
  width: 450px;
}

.select-field-amazon {
  color: #b1b1b1;
  background-color: #fff;
  border: 1px solid #00000036;
  border-radius: 6px;
  font-size: 16px;
}

.contact-form-block {
  margin-top: 5px;
}

.con-field-text {
  color: #000;
}

.con-field-area {
  border: 1px solid #0003;
  height: 35px;
}

.con-field-area.mm {
  height: 80px;
}

.contact-form_inner {
  margin-bottom: 15px;
}

.contact_form-contact {
  display: none;
}

.contact_form-btn {
  background-color: #6694de;
}

.gift-overlay {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  background-color: #f2f4fa;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transition: background-color 0.2s;
  position: relative;
  inset: 0%;
}

.cart_card-info {
  z-index: 1;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0.5rem 1rem;
  display: flex;
  position: relative;
}

.pu_continue-btn-text {
  color: #5ca0e0;
  font-size: 1.2rem;
  font-weight: 400;
}

.gift-unlockers {
  color: #777;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 700;
  display: block;
}

.text-block-227 {
  flex: none;
  font-size: 0.5rem;
  line-height: 1;
  transform: rotate(-90deg);
}

.upgrade-block_heading {
  color: var(--base-color-brand--black);
  text-align: center;
  background-color: #bed6ee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 26px;
}

.qty-item {
  z-index: 1;
  color: #fff;
  background-color: #2a2552;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  font-size: 0.65rem;
  display: none;
  position: absolute;
  inset: -0.35rem -0.35rem auto auto;
  overflow: visible;
}

.qty-item.is-active {
  z-index: 2;
  background-color: #6694de;
  border: 1px solid #fff;
  line-height: 1.5;
  display: flex;
}

.text-block-228 {
  z-index: 500;
  color: #2a2552;
  background-color: #f9f6d1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 0.05rem 0.5rem;
  font-size: 0.6rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.cart_description {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-right: 1rem;
  display: flex;
}

.gift-lockings {
  color: #777;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.new-drawer_gift-block {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ring-container {
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  display: flex;
}

.gift-titles {
  grid-column-gap: 0.25rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
  position: relative;
}

.text-span-167 {
  color: #2ab05c;
  font-weight: 600;
}

.text-span-168 {
  display: block;
}

.fire-icon {
  font-family: "Fa Solid 900", sans-serif;
}

.new-drawer_head-block {
  background-color: #6694de;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.8rem 1.25rem;
  line-height: 1.1;
  display: flex;
  position: relative;
}

.pop-up_body {
  flex-flow: column;
  display: flex;
  position: relative;
}

.pu-head_heading {
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
}

.ug-content_block {
  border: 2px solid #bed6ee;
  border-top-style: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 21px 20px;
  display: flex;
}

.pu_upgrade-btn {
  color: #fff;
  text-align: center;
  background-color: #2ab05b;
  border: 1px solid #6d6d6d;
  border-radius: 5px;
  width: 90%;
  margin-bottom: 5px;
  padding: 15px 8px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.gift-locker {
  z-index: 1;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cart_content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.upgrade-button_text {
  font-size: 17px;
}

.ck_button-text {
  font-size: 1.3rem;
  line-height: 22px;
}

.verticle-badge {
  color: #fff;
  background-image: linear-gradient(#e80000, #f5b905);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 88%;
  display: flex;
  position: absolute;
  inset: auto auto auto -1rem;
}

.rem-copy-2 {
  color: #24748d;
  font-family: Proxima Nova, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
}

.gift-price-badge {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -8px 0% auto;
}

.pu_continue-btn {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  width: 90%;
  margin-top: 15px;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.ug-block_text {
  color: var(--base-color-brand--black);
  width: 60%;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.checkout_badge-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.ck-countdown-text {
  font-weight: 400;
}

.gift-checkmark {
  z-index: 4;
  color: #2a2552;
  background-color: #fcfcfc;
  border: 2px solid #fcfcfc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: -13% auto auto;
}

.gift-checkmark.is-active {
  display: none;
}

.pop-up_head {
  background-color: #747474;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.pillow-image_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #0000000f;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.line_item-qty {
  font-weight: 700;
  line-height: 1.5;
}

.time_label {
  color: #cc713f;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff5ed;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.6rem;
  font-weight: 700;
  position: absolute;
  inset: 0.05rem 1.15rem auto auto;
}

.cart-head_inner-block {
  text-align: center;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 1.2rem;
}

.stock_label {
  color: #8f8da5;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.6rem;
  font-weight: 700;
  position: absolute;
  inset: 0.05rem 1.15rem auto auto;
}

.stock_label.in-stock {
  color: #3eab3a;
  background-color: #edffee;
}

.pu-body_sub-heading {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.pu-body_offer-text {
  color: #2ab05b;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.order-by-text {
  color: #065252;
  font-size: 0.5rem;
  font-weight: 700;
}

.cart_card-wrapper {
  border-radius: 0.25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: visible;
}

.ship-by-copy-2 {
  color: #24748d;
  font-family: Proxima Nova, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.new-drawer_inside-content {
  padding: 5px 0 0;
  position: relative;
}

.co_left-block {
  color: #00237e;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.cart_badge-block {
  width: 40%;
  position: relative;
}

.gift_card {
  aspect-ratio: 1;
  border: 1px dashed #cfcfcf;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2px;
  transition: border-color 0.12s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
  position: relative;
  overflow: visible;
}

.gift_card.is-active {
  background-color: #0000;
  border-color: #2a2552;
  justify-content: center;
  align-items: center;
}

.ships-by-box {
  grid-column-gap: 0.5rem;
  outline-offset: 0px;
  color: #fff;
  background-color: #e9f8fe;
  border: 1px dashed #004f4f;
  border-radius: 8px;
  outline: 3px solid #cddfe530;
  justify-content: flex-start;
  align-items: center;
  padding: 0.1rem 0.4rem 0.1rem 0.1rem;
  font-size: 0.75rem;
  line-height: 12px;
  display: flex;
  position: absolute;
  inset: auto 4% 15% auto;
}

.gift-blocks {
  grid-column-gap: 0.25rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: 0.5rem;
  display: flex;
  position: relative;
}

.pu-close_icon {
  color: #7e7e7e;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
  display: flex;
  position: absolute;
  inset: 3% auto auto 3%;
}

.cart_quantity-block {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.cart-back-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.pillow_image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.cart_item-name {
  color: var(--base-color-brand--black);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
}

.new-drawer_footer {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  padding: 15px 10px 10px;
  font-size: 1rem;
  position: fixed;
  inset: auto auto 0;
  overflow: visible;
  box-shadow: 0 -1px 10px #0003;
}

.cart_line-item {
  z-index: 0;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 0;
  position: relative;
}

.cart_line-item.w--current {
  color: #000;
  background-color: #ffedd7;
  box-shadow: 0 0 0 2px #010101;
}

.cart_line-item.is-offer {
  display: none;
}

.cart-head_back-block {
  background-color: #f6f5ff00;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: auto 4% auto auto;
}

.pu-body_image {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.new-drawer_inside-box {
  z-index: 999;
  background-color: #fff;
  width: 40%;
  min-width: 31.25rem;
  max-width: 31.25rem;
  height: 100vh;
  transition: transform 0.12s cubic-bezier(0.25, 1, 0.5, 1);
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: auto;
  transform: translate(100%);
}

.new-drawer_inside-box.is-active {
  transform: translate(0%);
}

.co_right-block {
  color: #00237e;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.gift_image {
  z-index: 3;
  opacity: 0;
  background-color: #0000;
  border-radius: 4px;
  width: 68%;
  max-width: 68%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.pu-body_heading {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

.cart_quantity-container {
  grid-column-gap: 0rem;
  box-shadow: none;
  background-color: #f4f4f4;
  border: 1px #f4f4f4;
  border-radius: 100px;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  font-size: 0.85rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gift_title {
  z-index: 2;
  color: #777;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1rem;
  display: flex;
  position: relative;
}

.gift_title.is-active {
  color: #2a2552;
  font-weight: 700;
}

.cart-head_heading {
  color: #6694de;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.strikethroughs {
  margin-left: 0.15rem;
  text-decoration: line-through;
}

.pop-up_footer {
  text-align: center;
  margin-top: 10px;
}

.text-span-169 {
  color: #2ab05b;
}

.pu_upgrade-btn-text {
  line-height: 1.2;
}

.gift-title_text {
  font-size: 0.6rem;
}

.saving-offer-text {
  color: #2ab05c;
  font-size: 16px;
  font-weight: 700;
}

.cart-item_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  height: auto;
  margin-top: -7px;
  padding-top: 6px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.upgrade-block_button {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #2ab05b;
  border-radius: 20px;
  width: 40%;
  padding: 5px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.checkout_button-shopify {
  color: #fff;
  text-align: center;
  background-color: #2ab05c;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 5px;
  font-weight: 700;
  text-decoration: none;
}

.new-drawer_inside-inner {
  z-index: 999;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 0;
  display: flex;
  position: fixed;
}

.co_left-text,
.co_right-text {
  color: #24748d;
  font-size: 12px;
  font-weight: 400;
}

.co_right-date {
  color: #24748d;
  font-size: 12px;
  font-weight: 600;
}

.offer_bar-wrapper {
  background-color: #bed6ee;
  margin: 0 0 6px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.offer_bar-text {
  color: #000;
  text-align: center;
  font-family: Proxima Nova, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.cart-head_title {
  color: #000;
  margin-bottom: 2px;
  font-family: Proxima Nova, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.cart-head_back-text {
  color: #fff;
  font-family: Proxima Nova, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.nav_gift-block {
  background-color: #ec0000;
  padding-top: 19px;
  padding-bottom: 19px;
}

.pop-up_body-inner {
  text-align: center;
  background-color: #fff;
  border: 6px solid #000;
  padding-top: 10px;
  padding-bottom: 20px;
}

.pop-up_flex-primary {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.pop-up_secondary {
  flex-flow: column;
  display: flex;
  position: relative;
}

.pop-up_flex-secondary {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.text-span-170 {
  color: #2ab05b;
  display: block;
}

@media screen and (min-width: 1280px) {
  .hero-features-block {
    width: 59%;
  }

  .hero-features-block.dr3 {
    width: 90%;
  }

  .top-hero-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .top-hero-heading.dr3 {
    width: auto;
  }

  .con-heading-left {
    font-size: 45px;
  }

  .he-right-inner {
    width: 100%;
    padding-right: 20px;
  }

  .top-hero-left-block.toptab.dr3 {
    width: 50%;
  }

  .gt-svg {
    width: 22px;
  }

  .gold-img-top {
    width: 171px;
  }

  .third-img-top {
    width: 145px;
  }

  .third-img-top.rr1 {
    width: 140px;
  }

  .gg-block-bottom {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .v3-hero-features-block {
    width: 59%;
  }

  .pro-div-2.toptab.dr3 {
    justify-content: space-between;
  }

  .mobile-hero-div {
    padding-top: 50px;
  }

  .gua-img {
    width: 200px;
  }

  .dua-text-block {
    width: 70%;
  }

  .se-rr-txt {
    font-size: 12px;
  }

  .gua-badge-div {
    margin-top: 30px;
  }

  .gua-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .last-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gua-img-top {
    width: 150px;
  }

  .new-hero-btn {
    box-shadow: 0 4px 9px #0003;
  }

  .new-hero-btn:hover {
    background-color: #1ec55e;
  }

  .point-div.toptab.ds12 {
    margin-left: 9px;
  }

  .b1-d.ds12 {
    display: none;
  }

  .button-fluid-2 {
    background-color: #22c216;
  }

  .button-fluid-2.checkout-submit-combo {
    background-color: #29af5c;
  }

  .button-span-3,
  .complete-purchase-text-2 {
    color: #fff;
  }

  .nav_link.w--current {
    color: var(--base-color-brand--white);
  }

  .features-texts {
    font-weight: 600;
  }

  .features_heading-text {
    overflow: visible;
  }

  .hero_btn-wrapper {
    bottom: 20%;
  }

  .float-div {
    right: 5%;
  }

  .aux-field-box.is-diff {
    margin-top: 30px;
  }

  .per-text {
    color: #000;
  }

  .bar-hjeights {
    background-color: #ececec;
    border-style: none;
    height: 9px;
  }

  .text-block-189 {
    color: #000;
  }

  .inner-review-bar._6,
  .inner-review-bar._80,
  .inner-review-bar._2,
  .inner-review-bar._8,
  .inner-review-bar._3 {
    background-color: #000;
  }

  .rating-div-top {
    display: none;
  }

  .paragraph-15 {
    color: #656874;
    text-transform: none;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }

  .gift-row {
    background-color: #fff;
    border-radius: 22px;
    margin-top: 22px;
    padding: 4px;
    display: flex;
  }

  .stars-text {
    color: #656874;
    font-size: 12px;
  }

  .gift-text-block {
    margin-left: 7px;
  }

  .image-13 {
    margin-left: 2px;
  }

  .main-text-block {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 10px;
  }

  .main-text-block.upsell-main-text-block {
    padding-top: 35px;
  }

  .section-1-right {
    width: 45%;
  }

  .div-block-899 {
    background-image: url("../images/asdown.svg");
    background-position: 50% 100%;
    background-size: cover;
  }

  .section-1-left-2 {
    width: 55%;
  }

  .tes-para {
    padding-left: 33px;
    padding-right: 33px;
  }

  .main-contact_block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .amazon_form-block {
    width: 500px;
  }
}

@media screen and (min-width: 1440px) {
  .gold-img-top.rr1 {
    padding-right: 15px;
  }

  .team-member-image {
    object-fit: cover;
    width: auto;
    height: auto;
    max-height: none;
  }

  .testimonial-slider-left {
    left: -15px;
  }

  .third-img-top.rr1 {
    padding-right: 15px;
  }

  .gg-block-bottom {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    top: -386px;
  }

  .ice-svg {
    width: 100px;
    height: auto;
    max-height: none;
  }

  .ice-svg.mubi {
    width: auto;
    height: 85px;
  }

  .icons-svg-new {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .testimonial-slider-right {
    right: -15px;
  }

  .gua-div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    left: 0;
  }

  .gua-badge-div {
    margin-top: 36px;
  }

  .gua-block {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    top: -386px;
  }

  .slider-arrow-embed {
    position: relative;
    top: 55px;
  }

  .gua-img-top.rr1 {
    padding-right: 15px;
  }

  .paragraph-15 {
    color: #656874;
    text-transform: none;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }

  .gift-row {
    background-color: #fff;
    border-radius: 22px;
    align-items: center;
    margin-top: 22px;
    padding: 4px;
    display: flex;
  }

  .stars-block {
    align-items: center;
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
  }

  .stars-text {
    color: #656874;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 12px;
  }

  .form-information {
    margin-top: 14px;
  }

  .list-p {
    font-size: 14px;
    font-weight: 500;
  }

  .gift-text-block {
    margin-bottom: 3px;
    margin-left: 7px;
    line-height: 0;
  }

  .main-title {
    color: #656874;
    max-width: 420px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-11 {
    margin-bottom: 0;
  }

  .paragraph-11.upsell-p11 {
    font-weight: 400;
  }

  .image-13 {
    width: 36px;
    margin-left: 2px;
  }

  .main-text-block {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    padding: 46px 0 38px;
  }

  .main-text-block.upsell-main-text-block {
    padding-top: 35px;
  }

  .main-section {
    background-color: #dae2e1;
    max-height: none;
    overflow: visible;
  }

  .container-3 {
    max-width: 1110px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .section-1-right {
    width: 45%;
    padding-left: 36px;
    padding-right: 36px;
  }

  .div-block-373 {
    margin-top: 0;
    padding-top: 10px;
    top: -386px;
  }

  .div-block-899 {
    background-image: url("../images/asdown.svg");
    transform: rotateX(0) rotateY(180deg) rotateZ(0);
  }

  .section-1-left-2 {
    width: 55%;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section-1-list {
    max-width: 500px;
  }

  .div-block-902 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 27px;
    padding-bottom: 0;
    position: static;
    left: 0;
  }

  .mb-5-2 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-features-block.dr3 {
    width: 100%;
  }

  .gold-img-top {
    left: 151px;
  }

  .gold-img-top.rr1 {
    padding-right: 10px;
    left: 10px;
  }

  .button-sm-2.sticky-btn-mb.cta_btn {
    display: none;
  }

  .div-block-506 {
    width: 25%;
  }

  .he-right-div {
    justify-content: center;
    align-items: center;
  }

  .main-hero-wrapper {
    height: 800px;
  }

  .third-img-top {
    left: 140px;
  }

  .third-img-top.rr1 {
    padding-right: 5px;
    left: -3px;
  }

  .gg-block-bottom {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .image-142 {
    object-fit: cover;
  }

  .mobile-hero-div {
    height: auto;
    padding-bottom: 50px;
  }

  .dua-text-block {
    width: 75%;
    margin-left: 0;
  }

  .gua-div {
    justify-content: center;
    width: 60%;
    padding-top: 0;
    display: flex;
  }

  .gua-badge-div {
    margin-top: 25px;
    position: relative;
  }

  .gua-block {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .pro-con-2 {
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gua-img-top {
    position: relative;
    left: 136px;
  }

  .gua-img-top.rr1 {
    padding-right: 13px;
    left: 0;
  }

  .section_hero.for-desktop {
    background-position: 50%;
    height: 800px;
  }

  .hero_btn-wrapper {
    bottom: 20%;
  }

  .div-block-895 {
    width: 75%;
    margin-left: 0;
  }

  .div-block-358 {
    background-image: url("../images/asdown.svg");
    background-position: 50% 100%;
    background-size: cover;
    width: 50%;
    height: 130px;
  }

  .section-1-right {
    text-align: left;
    justify-content: flex-start;
    width: 45%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 36px;
  }

  .video-info-block {
    padding-right: 28px;
  }

  .div-block-899 {
    background-image: url("../images/asdown.svg");
    background-position: 50% 100%;
    background-size: cover;
    width: 50%;
    height: 130px;
    transform: rotateX(0) rotateY(180deg) rotateZ(0);
  }

  .section-1-left-2 {
    width: 55%;
  }

  .div-block-900 {
    width: 25%;
  }

  .div-block-901 {
    justify-content: space-around;
    display: flex;
  }

  .div-block-902 {
    justify-content: center;
    width: 60%;
    display: flex;
  }

  .main-contact_block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .amazon_form-block {
    width: 500px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .navbar-sale-inner {
    flex-direction: column;
    font-size: 1rem;
  }

  .navbar-countdown {
    font-size: 0.8rem;
  }

  .holiday-last-chance {
    flex-direction: row;
    justify-content: center;
  }

  .nav-menu {
    display: none;
  }

  .nav-left {
    flex: 1;
  }

  .brand {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-wrapper {
    flex-wrap: wrap;
    align-content: space-between;
  }

  .image_wrapper_1-1 {
    padding-top: 100%;
  }

  .image_wrapper_image {
    width: 340px;
    height: 340px;
  }

  .listicle-row {
    grid-column-gap: 3rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .listicle_reasons {
    grid-row-gap: 3rem;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .blogpost1_title-wrapper {
    margin-bottom: 0.5rem;
  }

  .blogpost1_image-wrapper {
    padding-top: 56.25%;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .dr-2-div {
    margin-left: 3px;
    margin-right: 3px;
  }

  .hero-features-block {
    width: 100%;
  }

  .top-hero-heading {
    font-size: 38px;
    line-height: 41px;
  }

  .rev-hero-wrapper-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .cs-dd-div {
    margin-right: 5px;
  }

  .review-item-2-2.rr2 {
    height: 378px;
  }

  .review-item-2-2.rr8 {
    height: 343px;
  }

  .review-item-2-2.rr5 {
    height: 363px;
  }

  .review-item-2-2.rr3 {
    height: 507px;
  }

  .review-item-2-2.rr6 {
    height: 417px;
  }

  .top-fea-txt {
    line-height: 25px;
  }

  .but-div {
    justify-content: space-between;
    align-items: center;
  }

  .con-heading-left {
    font-size: 37px;
    line-height: 40px;
  }

  .he-right-inner {
    padding-right: 5px;
  }

  .ht-txt {
    text-align: left;
    margin-right: 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .ret-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-one {
    font-size: 13px;
  }

  .con1-sec {
    padding-bottom: 15px;
  }

  .ico-div-block {
    width: 54px;
  }

  .ico-div-block.toptab {
    width: 8%;
  }

  .gt-svg {
    width: 18px;
  }

  .faq-con {
    max-width: 728px;
  }

  .table-text {
    font-size: 20px;
    line-height: 23px;
  }

  .review-info-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-inner-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .person-name-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .gold-img-top {
    width: 149px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .he-right-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .get-con {
    max-width: 728px;
  }

  .feature-inner-grid {
    grid-template-columns: 1.25fr 0.5fr;
  }

  .team-member-image {
    width: 120px;
    height: 120px;
  }

  .hero-split-desk {
    max-width: 100%;
    margin-top: 22px;
    margin-bottom: 40px;
  }

  .sticky-nav {
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(0, -105%);
  }

  .dr-txt {
    text-align: left;
    margin-right: 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .mob-btn-div-2.cta_btn.v03mobile {
    display: none;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .third-img-top {
    width: 120px;
  }

  .dr-1-div {
    margin-left: 3px;
    margin-right: 3px;
  }

  .container-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gg-block-bottom {
    padding-bottom: 70px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .v3-hero-features-block {
    width: 100%;
  }

  .top-bb-div {
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: 0;
  }

  .logo-slide-wrapper {
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-inner-text {
    font-size: 14px;
    line-height: 20px;
  }

  .three-con-para {
    height: 200px;
    font-size: 16px;
    line-height: 23px;
  }

  .three-con-para.guatext {
    height: auto;
  }

  .new-badges-block {
    top: 27%;
  }

  .verified-text-3 {
    font-size: 8px;
    line-height: 9px;
  }

  .copy-right-text {
    font-size: 13px;
  }

  .features-heading-text {
    margin-bottom: 3px;
  }

  .pro-div-2 {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .pro-div-2.toptab {
    flex-direction: row;
    align-items: flex-start;
  }

  .mobile-hero-div {
    background-position: 50%;
    background-size: cover;
  }

  .stick-nav-mobile {
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(0, -105%);
  }

  .ice-svg {
    width: 70px;
    height: auto;
  }

  .ice-svg.mubi {
    width: 75px;
  }

  .fea-block-2 {
    justify-content: flex-start;
  }

  .icons-svg-new {
    width: 190px;
    height: 190px;
  }

  .gua-img {
    width: 175px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .get-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-split-mob {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-con-2 {
    padding-left: 28px;
  }

  .tt-rat-txt {
    text-align: left;
    margin-right: 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .wrapper {
    overflow: hidden;
  }

  .se-rr-txt {
    font-size: 10px;
    line-height: 14px;
  }

  .gua-div {
    align-items: flex-start;
    width: auto;
  }

  .image-143 {
    margin-left: auto;
    margin-right: auto;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .gua-block {
    padding-bottom: 70px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .pro-con-2.toptab {
    max-width: none;
  }

  .trustpilot-bar-block {
    margin-top: 15px;
  }

  .marquee1_component {
    z-index: -2;
    display: flex;
  }

  .reviews-list-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: stretch;
    padding-left: 19px;
    padding-right: 19px;
  }

  .icon-9 {
    color: #fff;
  }

  .rev-hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .section-features {
    padding-top: 20px;
  }

  .try-sc-item {
    max-width: 225px;
  }

  .top-bar-text {
    text-align: center;
    width: 100%;
  }

  .rev-hero-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .text-block-151 {
    font-size: 19px;
  }

  .gua-img-top {
    width: 130px;
  }

  .feature-inner-child {
    width: 100%;
  }

  .feature-inner-child.middle.fordesk {
    width: 50%;
    display: none;
  }

  .feature-inner-child.middle.formobile {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature-inner-child.is-second {
    margin-top: 15px;
  }

  .hero-point-text {
    line-height: 25px;
  }

  .hero-point-text.tt1 {
    text-align: left;
  }

  .point-div {
    text-align: center;
    width: auto;
  }

  .point-div.toptab {
    width: 92%;
  }

  .container-21 {
    max-width: 728px;
  }

  .cta-below-badges-div {
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: 0;
  }

  .tabs-content {
    width: 100%;
  }

  .checkout-select-variant {
    padding-top: 20px;
  }

  .checkout-select-variant._2_bottles {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkout-select-variant._4_bottles {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkout-select-variant._1_bottle {
    padding: 15px 10px 10px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    width: 100%;
    min-width: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .best-seller-inner.mobile {
    margin-top: 10px;
  }

  .skeleton-load {
    display: block;
  }

  .tabs {
    flex-direction: column;
  }

  .cart2_quantity-container,
  .quantity_box {
    justify-content: space-between;
  }

  .tabs-selection_wrapper {
    flex-wrap: wrap;
    width: 100%;
    min-width: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .top-div-badge-new.ff1-d.rem1,
  .pro-bar_components.ff1-d.rem1 {
    margin-right: 0;
  }

  .question-f66 {
    padding-right: 10px;
  }

  .question-f66:hover {
    text-decoration: none;
  }

  .faq-wrapper {
    width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .question-wrapper-f66 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .top-block-ss-div.topnew,
  .section_faq.topnew {
    justify-content: space-between;
    align-items: center;
  }

  .tt-rat-txt-2 {
    text-align: left;
    margin-right: 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .meet_image {
    text-align: right;
  }

  .meet-img {
    width: 120px;
  }

  .div-block-596 {
    position: static;
    top: 0;
  }

  .form-wrapper {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .heading-68.checkout {
    margin-bottom: 1rem;
    font-weight: 900;
  }

  .rtc-grid,
  .rtc-grid.mobile,
  .rtc-grid.mobile,
  .rtc-grid.mobile {
    flex-wrap: wrap;
  }

  .input-label {
    color: #000;
  }

  .navbar-5 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav_menu {
    background-color: #fff;
  }

  .nav_burger-menu {
    display: block;
  }

  .nav_link {
    color: var(--base-color-brand--black);
  }

  .mob-burger-icon {
    display: none;
  }

  .menu-btn_mobile {
    display: none;
    position: absolute;
  }

  .menu-btn_mobile.w--open {
    background-color: #c8c8c800;
  }

  .section_features {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .features_wrapper {
    max-width: 728px;
  }

  .features_components-two.desk-view {
    display: none;
  }

  .features_components-two.resp-view {
    background-image: url("../images/photo_2024-05-06_20-14-11_1photo_2024-05-06_20-14-11.webp");
    display: block;
  }

  .features_components-two.main-home.main-home-desktop {
    display: none;
  }

  .features_components-two.main-home.main-home-mobile {
    background-image: url("../images/HERO_MOBILE_TEST_1HERO_MOBILE_TEST.webp");
    display: block;
  }

  .float-div {
    right: 42%;
  }

  .float-icon-svg {
    width: 90px;
  }

  .tp-para {
    font-size: 0.9rem;
  }

  .tp-title {
    font-size: 16px;
  }

  .tp-date-text,
  .tp-doe,
  .tp-share-text,
  .tp-rev-text,
  .tp-local-text,
  .reserve-text {
    font-size: 13px;
  }

  .up-pricing-sub-text {
    font-size: 11px;
  }

  .section_header-up {
    padding-left: 15px;
    padding-right: 15px;
  }

  .offer_confirmation-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-2,
  .grid-3 {
    grid-template-columns: 0.25fr 1fr;
  }

  .dr-image {
    width: 161px;
  }

  .two-com-div {
    width: 99%;
  }

  .mobile-checkoutsummary {
    align-items: center;
    display: flex;
  }

  .inner {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 14px;
    display: flex;
  }

  .content-wrapper {
    height: auto;
  }

  .rtc-checkout {
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: flex-start;
    max-width: 100%;
    min-height: auto;
  }

  .checkout-steps {
    width: auto;
    margin-top: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-right: 0;
  }

  .rtc-right {
    background-color: #fdfdfd00;
    background-image: none;
    border-radius: 0;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 20px 1rem 0;
  }

  .checkout-total-compare-value {
    justify-content: flex-end;
    width: auto;
    min-width: 30px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 0.625rem;
    line-height: 14px;
    text-decoration: line-through;
    transition: all 0.2s;
  }

  .checkout_prices {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    min-width: 30px;
    margin-left: 10px;
    display: flex;
    position: relative;
  }

  .checkout-cart-display-2 {
    font-size: 0.75rem;
  }

  .checkout-cart-display-2.line_items {
    margin-top: -0.85rem;
  }

  .checkout-cart-display-2.order_info {
    margin-bottom: 0;
  }

  .checkout-cart-display-2.order_info.thank-you {
    margin-top: 1rem;
  }

  .footer-5.mobile {
    background-color: #f9f9f9;
    border-top: 1px solid #efefef;
    align-items: center;
    width: auto;
    min-height: 52px;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .column-3 {
    width: 50%;
  }

  .rtc-left-container {
    width: 100%;
    max-width: 100%;
  }

  .steps-text,
  .steps-arrow {
    margin-right: 15px;
  }

  .order-summary-tablet-mobile {
    z-index: 100;
    border: 1px #0f15291a;
    border-left: 0 #000;
    border-right: 0 #000;
    flex-direction: column;
    width: auto;
    margin: 0 -1rem 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: static;
    top: 0;
  }

  ._12-columns {
    flex-flow: wrap;
    align-items: stretch;
  }

  .rtc-left {
    z-index: 50;
    box-shadow: none;
    width: 100%;
    min-height: auto;
    padding: 0 1rem 20px;
    position: relative;
  }

  .review-order-summary {
    letter-spacing: 0;
    white-space: nowrap;
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .review-order-summary.hide_text {
    font-size: 0.75rem;
    font-weight: 400;
    display: none;
  }

  .review-order-summary.show_text {
    font-size: 0.75rem;
    display: block;
  }

  .checkout-head {
    background-color: #5c579f;
    align-items: center;
    height: 56px;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-317 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .summary-holder {
    display: block;
  }

  .checkout-subtotal-with-discounts-value {
    justify-content: flex-end;
    width: auto;
    min-width: 30px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 14px;
    transition: all 0.2s;
    display: flex;
  }

  .summary-desktop {
    display: none;
  }

  .summary-success {
    margin-left: 0;
  }

  .summary-wrap-2 {
    flex: 1;
  }

  .icnon-summary {
    width: 12px;
    margin-left: 10px;
    transform: rotate(0);
  }

  .icnon-summary.inverted {
    transform: rotate(0);
  }

  .order-content {
    flex-direction: column;
    justify-content: center;
  }

  .heading-3.checkout {
    margin-bottom: 1rem;
    font-weight: 900;
  }

  .heading-3.m.welcome_message {
    margin-bottom: 0.5rem;
  }

  .checkout_menu {
    background-color: #fff;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    justify-content: space-between;
    align-items: center;
    min-height: 52px;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
    display: flex;
  }

  .accordation-holder {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .rtc-right-container {
    width: 100%;
    max-width: 100%;
  }

  .steps-inner-2 {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .checkout_panel {
    background-color: #f9f9f9;
    width: auto;
    height: 100%;
    margin-bottom: 0;
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0 2rem;
  }

  .checkout_panel.white {
    background-color: #fff;
    height: 0;
  }

  .checkout_panel.white.thank-you {
    height: 0;
    transition: transform 0.2s;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 40%;
  }

  .testimonial-slide-wrapper-2.is-short {
    margin-right: 5%;
  }

  .testimonial-slider-left-2 {
    left: -20px;
  }

  .testimonial-slider-right-2 {
    right: -20px;
  }

  .trust-container,
  .container-23 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .rating-div-top,
  .shipping-partner-div {
    width: 100%;
  }

  .sticky_cta-advert {
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(0, -105%);
  }

  .facebook_inner-block {
    width: 99%;
  }

  .gift-row {
    align-items: center;
  }

  .tabs-menu-4 {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    min-width: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .tab-content-inner {
    margin-top: 10px;
  }

  .main-title {
    max-width: none;
  }

  .tabs-4 {
    flex-direction: column;
  }

  .slide-dot {
    max-width: none;
  }

  .main-text-block {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .main-text-block.upsell-main-text-block {
    padding-left: 0;
    padding-right: 10px;
  }

  .columns-2 {
    display: block;
  }

  .tabs-content-4 {
    width: 100%;
  }

  .stick-nav-up-3,
  .stick-nav-up-2 {
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(0, -105%);
  }

  .container-24 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-25 {
    max-width: 728px;
  }

  .checkout-head-2 {
    background-color: #fff;
    align-items: center;
    height: 56px;
  }

  .rtc-checkout-2 {
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: flex-start;
    max-width: 100%;
    min-height: auto;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-892 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .div-block-355 {
    position: static;
    top: 0;
  }

  .secure-icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    display: block;
  }

  .heading-71.checkout-copy,
  .heading-71.checkout {
    margin-bottom: 1rem;
    font-weight: 900;
  }

  .btn-qty.checkout-quantity-decrease,
  .btn-qty.checkout-quantity-increase {
    width: 2.125rem;
    min-width: 2.125rem;
    height: 2.125rem;
    min-height: 2.125rem;
  }

  .div-block-357 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    position: static;
    top: 0;
  }

  .div-block-347 {
    position: relative;
    top: 0;
  }

  .checkout-container {
    height: auto;
  }

  .featured-item {
    margin-bottom: 0;
  }

  .checkout-paypal-form {
    position: relative;
  }

  .summary-holder-2 {
    display: block;
  }

  .addon-selector {
    height: 100%;
  }

  .heading-javy-top {
    font-size: 18px;
  }

  .smalls {
    line-height: 18px;
  }

  .secure-checkout {
    align-items: center;
    display: flex;
  }

  .grid-26 {
    width: 100%;
    height: 100%;
  }

  .grid-26.vertical {
    display: flex;
  }

  .bump-description-copy {
    line-height: 18px;
  }

  .grid-27 {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .express-checkout {
    margin-top: 20px;
  }

  .reviews-list {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    grid-column-gap: 15px;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-el-info {
    padding-bottom: 3px;
  }

  .bar-promo-2 {
    text-align: center;
    width: 80%;
  }

  .button-primary-d {
    text-align: center;
    width: 100%;
  }

  .content-sc-item-wrapper-img {
    order: -1;
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

  .section-1-right {
    width: 100%;
  }

  .section-1 {
    flex-direction: column;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reviews-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-295 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-info-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .section-1-right-wrapper {
    max-width: 500px;
  }

  .section-1-left-2 {
    width: 100%;
    min-height: auto;
    position: static;
  }

  .bar-promo {
    text-align: center;
    width: 80%;
  }

  .content-sc-item-info {
    text-align: center;
    align-items: center;
  }

  .offer-countdown {
    font-size: 24px;
  }

  .container-27 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .loop_video-block {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .two-content-block {
    max-width: 728px;
  }

  .form-wrapper-amazon {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cs-title-headline {
    line-height: 1.1;
  }

  .amazon_form-block {
    width: auto;
  }

  .cart_card-info {
    padding-left: 0.75rem;
  }

  .gift-unlockers {
    font-size: 0.85rem;
  }

  .cart_description {
    flex: 1;
  }

  .gift-lockings {
    top: 12px;
  }

  .cart_content {
    align-items: flex-end;
  }

  .line_item-qty {
    font-size: 0.6rem;
  }

  .order-by-text,
  .ships-by-box {
    text-align: left;
  }

  .gift-blocks {
    grid-column-gap: 0.5rem;
  }

  .cart_quantity-block {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    flex: none;
    justify-content: flex-end;
  }

  .cart_line-item {
    align-items: center;
    width: auto;
  }

  .cart_quantity-container {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: 0.75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: 0.75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    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-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xsmall {
    padding-top: 0.75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar-countdown {
    font-size: 0.75rem;
  }

  .navlink {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .navbar-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-icon-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-icon-wrapper.menu,
  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .listicle-row {
    grid-template-columns: 1fr;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .blogpost1_title-wrapper {
    margin-bottom: 3rem;
  }

  .try-it-heading {
    margin-bottom: 40px;
  }

  .con-heading-left {
    font-size: 35px;
  }

  .image-109 {
    width: 15px;
    margin-left: 5px;
  }

  .faq_component {
    grid-row-gap: 2.5rem;
  }

  .ret-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .table-logo-2 {
    width: auto;
    height: 15px;
  }

  .con1-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .try-sc {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .guarantee-sc-d {
    flex-direction: column;
  }

  .table-text {
    font-size: 18px;
    line-height: 20px;
  }

  .row-el-wrapper {
    padding-left: 10px;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .con-heading-div {
    width: auto;
    font-size: 14px;
  }

  .table-head-img-2 {
    height: 77px;
    top: -25px;
  }

  .logo-center-el {
    max-width: 100%;
  }

  .sticky-nav {
    flex-direction: column;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    transform: none;
  }

  .mob-btn-div-2.cta_btn.v03mobile {
    display: none;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .centered-heading {
    font-size: 35px;
    line-height: 40px;
  }

  .container-17 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .guarantee-img-d {
    width: auto;
    height: auto;
  }

  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .stick-nav-mobile {
    flex-direction: column;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    transform: none;
  }

  .heading-block-5 {
    margin-bottom: 40px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .button-sm-3 {
    width: 100%;
  }

  .button-sm-3.sticky-btn-mb {
    height: 50px;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
  }

  .button-sm-3.sticky-btn {
    display: none;
  }

  .get-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .con-heading-top {
    font-size: 35px;
    line-height: 40px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .faq-last-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .reviews-list-3 {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .try-sc-item {
    margin-bottom: 25px;
  }

  .top-bar-text {
    width: 90%;
  }

  .text-block-151 {
    font-size: 15px;
  }

  .new-hero-btn.cta_btn.new-pp-cta {
    height: 58px;
  }

  .cart2_quantity-container,
  .quantity_box {
    grid-column-gap: 0rem;
    width: 100%;
  }

  .question-f66 {
    line-height: 24px;
  }

  .icon-wrapper-f66 {
    flex: none;
    align-items: flex-start;
    padding-top: 5px;
    display: flex;
  }

  .faq-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .arrow-blue-f66 {
    inset: auto;
  }

  .answer-text-f66 {
    width: 90%;
  }

  .faq-f66 {
    padding: 40px 10px;
  }

  .text-question-f66 {
    padding-right: 10px;
  }

  .mobile-button_sticky {
    color: var(--base-color-brand--white);
    text-align: center;
    background-color: #2ab05c;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
  }

  .form-group.half-fld,
  .form-group._32-percent {
    width: 100%;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .image-148 {
    width: 15px;
    margin-left: 5px;
  }

  .form-wrapper {
    width: 100%;
  }

  .input-flds-4 {
    font-size: 0.875rem;
  }

  .rtc-grid {
    flex-wrap: wrap;
  }

  .input-flds-2,
  .input-label {
    font-size: 0.875rem;
  }

  .section_features {
    padding-left: 15px;
    padding-right: 15px;
  }

  .input-flds-5 {
    font-size: 0.875rem;
  }

  .progress-bar-step-name {
    font-size: 10px;
    line-height: 12px;
  }

  .progress-bar-steps {
    width: 200px;
  }

  .inner {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .checkout_prices {
    justify-content: flex-start;
    min-width: auto;
  }

  .column-3.desk-6 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .rtc-left {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .review-order-summary {
    font-size: 16px;
  }

  .checkout-head {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .checkout-subtotal-with-discounts-value {
    font-size: 14px;
  }

  .order-content {
    margin-top: 1rem;
  }

  .heading-3.m.welcome_message {
    margin-bottom: 0.25rem;
  }

  .checkout_menu {
    align-items: center;
    height: 52px;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-slider-small-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .pricing-overview,
  ._3-box-block {
    padding: 60px 15px;
  }

  .sticky_cta-advert {
    flex-direction: column;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    transform: none;
  }

  .ss-block-sub-title {
    width: 90%;
  }

  .divider-wrap.features {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .stars-text {
    color: #656874;
  }

  .paragraph-11.upsell-p11 {
    max-width: none;
  }

  .upsell-main-top-block {
    margin-left: 0;
    margin-right: 0;
  }

  .main-text-block.upsell-main-text-block {
    margin-top: 0;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .columns-2.upsell-cl {
    background-color: #0000;
  }

  .upsell-slider-wrapper {
    margin: 15px 0 60px;
  }

  .best-slider-icon {
    max-width: 101px;
  }

  .main-section.main-section-upsell {
    background-color: #f7f5f2;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-3.container-upsell.main-container-upsell {
    padding-left: 0;
    padding-right: 0;
  }

  .main-dots {
    display: none;
  }

  .column-5.upsell-slider-coloumn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .stick-nav-up-3 {
    flex-direction: column;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    transform: none;
  }

  .mobile-button-sticky-up-3 {
    color: var(--base-color-brand--white);
    text-align: center;
    background-color: #2ab05c;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
  }

  .stick-nav-up-2 {
    flex-direction: column;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    transform: none;
  }

  .mobile-button-sticky-up-2 {
    color: var(--base-color-brand--white);
    text-align: center;
    background-color: #2ab05c;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .section_new-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-25 {
    width: 50%;
  }

  .mbg-section {
    justify-content: space-around;
  }

  .input-flds {
    font-size: 0.875rem;
  }

  .block_bundle-builder_flavor-qty-inner {
    width: 100%;
    max-width: 6.875rem;
  }

  .feature-text-2 {
    font-size: 12px;
  }

  .grid-26.vertical {
    display: flex;
  }

  .grid-27 {
    margin-top: 1rem;
  }

  .reviews-list {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .grid-3 {
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-block-2,
  .heading-block {
    margin-bottom: 40px;
  }

  .sm-text.fw-500.review-length {
    width: 100%;
  }

  .container-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .bar-promo-2 {
    width: 90%;
  }

  .button-primary-d {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }

  .card-el {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-el-img-d {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .reviews-list-2 {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .button-sm-2 {
    width: 100%;
  }

  .button-sm-2.sticky-btn {
    display: none;
  }

  .button-sm-2.sticky-btn-mb {
    height: 50px;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
  }

  .div-block-295 {
    flex-direction: column;
    height: auto;
  }

  .table-feature {
    line-height: 18px;
  }

  .heading-block-4 {
    margin-bottom: 40px;
  }

  .table-head-img {
    height: 77px;
    top: -25px;
  }

  .bar-promo {
    width: 90%;
  }

  .container-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-logo {
    height: 15px;
  }

  .hero-subscribe-right,
  .hero-heading-center {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .contact_form-amazon {
    padding: 40px 20px;
  }

  .form-wrapper-amazon {
    margin-left: auto;
    margin-right: auto;
  }

  .gift-unlockers {
    font-size: 0.6rem;
    bottom: 0.5rem;
  }

  .gift-titles {
    grid-row-gap: 0.5rem;
  }

  .gift-checkmark {
    margin-top: 0.125rem;
  }

  .gift-blocks {
    grid-row-gap: 0.5rem;
  }

  .cart_line-item {
    flex-flow: wrap;
    align-items: center;
  }

  .cart_quantity-container {
    grid-column-gap: 0rem;
    width: 100%;
  }

  .checkout_button-shopify {
    color: #fff;
    text-align: center;
    background-color: #2ab05c;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h2 {
    font-size: 2.2rem;
    line-height: 1.1;
  }

  .heading-style-h4.for-desk {
    display: none;
  }

  .heading-style-h4.for-mobile {
    margin-bottom: 0.9rem;
    display: block;
  }

  .text-size-small {
    line-height: 1.2;
  }

  .padding-section-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-section-small.no-up-padd {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .spacer-xsmall {
    padding-top: 0.45rem;
    display: block;
  }

  .spacer-xxhuge.is-diff {
    padding-top: 7.5rem;
    display: block;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .navbar-sale-inner {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    font-size: 0.66rem;
    line-height: 0.7;
  }

  .text-block-209 {
    margin-top: 0.05rem;
    font-size: 0.6rem;
    font-weight: 400;
    bottom: -95%;
  }

  .holiday-banners {
    font-size: 0.9rem;
  }

  .new-navbar-containers {
    font-size: 0.95rem;
  }

  .navbar-countdown {
    font-size: 0.7rem;
  }

  .navbar-countdown.gradient-holiday {
    position: static;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .holiday-clock {
    z-index: 1;
    flex-wrap: wrap;
    position: relative;
  }

  .holiday-last-chance {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .holiday-banner {
    z-index: 1;
    top: -94%;
    right: -30%;
  }

  .clock-label-2 {
    font-size: 0.45rem;
  }

  .navlink-text {
    white-space: nowrap;
  }

  .nav-left {
    height: 50px;
  }

  .brand {
    padding-left: 8px;
    padding-right: 8px;
  }

  .navlink {
    padding-bottom: 10px;
  }

  .navbar-wrapper {
    justify-content: center;
  }

  .nav-icon-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .navbar1_component.color-blue {
    margin-top: 50px;
  }

  .navbar1_component.color-blue.no-margin {
    margin-top: 0;
  }

  .nav-right {
    height: 50px;
  }

  .image_wrapper_1-1 {
    width: auto;
    height: auto;
    padding-top: 100%;
  }

  .image_wrapper_image {
    width: 100%;
    height: 100%;
  }

  .section_listicle_1 {
    padding-bottom: 25px;
  }

  .padding-section-small-2 {
    padding-bottom: 0;
  }

  .heading-style-h5-2 {
    font-size: 24px;
    line-height: 29px;
    display: none;
  }

  .listicle-row {
    grid-template-columns: 1fr;
  }

  .listicle-row.is-coloured {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .listicle_reasons {
    grid-row-gap: 1.75rem;
  }

  .heading-style-h2-2 {
    font-size: 26px;
  }

  .text-size-small-2 {
    font-size: 12px;
  }

  .blogpost1_title-wrapper {
    margin-bottom: 1rem;
  }

  .blogpost1_author-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .blogpost1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-weight-semibold-2 {
    font-size: 14px;
    line-height: 1.2;
  }

  .blogpost1_author-image {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .num-txt {
    margin-top: 3px;
    font-size: 22px;
    line-height: 16px;
  }

  .ss-div-n1 {
    margin-right: 8px;
  }

  .link-block-9,
  .link-block-16 {
    width: 30px;
    height: 30px;
  }

  .share-div {
    border-top-style: none;
    border-bottom: 1px solid #00000014;
    flex-direction: row;
    align-items: stretch;
    margin-top: 8px;
    padding-top: 0;
    padding-bottom: 9px;
    font-size: 12px;
    line-height: 13px;
  }

  .share-div.top-border {
    border-top-style: none;
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .link-block-14 {
    width: 30px;
    height: 30px;
  }

  .comm-txt {
    font-size: 22px;
    line-height: 16px;
  }

  .image-146 {
    width: 18px;
    height: 18px;
  }

  .link-block-15.f4 {
    width: 30px;
    height: 30px;
  }

  .share-txt-top {
    margin-top: 0;
    font-size: 12px;
  }

  .comm-rit {
    margin-top: 0;
  }

  .greens-span {
    color: #2ab05c;
  }

  .div-block-521 {
    width: 100%;
    margin-top: 19px;
  }

  .section-wrapper-2 {
    object-fit: fill;
    flex-wrap: nowrap;
    width: 500px;
    height: auto;
    overflow: auto;
  }

  .section-wrapper-2.faqmob {
    width: auto;
    overflow: visible;
  }

  .tp-div-to {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .top-col {
    padding-bottom: 13px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .hero-split {
    margin-bottom: 0;
  }

  .dr-2-div {
    align-items: baseline;
    margin-left: 10px;
    margin-right: 0;
  }

  .change-season-div {
    background-image: url("../images/Stripes-01.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 34px;
    margin-top: 0;
    display: flex;
  }

  .hero-features-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .top-hero-heading {
    text-align: center;
    margin-top: 0;
    font-size: 34px;
    line-height: 37px;
  }

  .features-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .rev-hero-wrapper-right {
    flex-direction: column-reverse;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tt-bb-svg {
    width: 30px;
  }

  .text-notify {
    color: #000;
    font-family: Proxima Nova, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 16px;
  }

  .ff-div {
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0;
    font-size: 1.3em;
    display: block;
  }

  .vid-rev-text {
    letter-spacing: 0.2px;
    margin-top: 1px;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
  }

  .cs-dd-div {
    margin-right: 10px;
  }

  .reviews-sec {
    padding: 20px 14px 40px;
  }

  .reviews-sec.is-main {
    padding-top: 20px;
  }

  .review-item-2-2.rr4 {
    background-color: #0000;
    border-style: none;
    margin-top: -92px;
  }

  .review-item-2-2.rr1 {
    border-style: none;
  }

  .review-item-2-2.rr7 {
    background-color: #0000;
    border-style: none;
  }

  .review-item-2-2.rr5 {
    border-style: none;
    height: 351px;
  }

  .review-item-2-2.rr2 {
    background-color: #0000;
    border-style: none;
    height: 384px;
  }

  .review-item-2-2.rr8 {
    background-color: #0000;
    border-style: none;
    height: 351px;
  }

  .review-item-2-2.rr6 {
    border-style: none;
    height: 403px;
    margin-top: -1px;
  }

  .review-item-2-2.rr3 {
    background-color: #0000;
    border-style: none;
    height: 492px;
  }

  .top-note-down-div {
    text-align: right;
    width: auto;
    padding-right: 0;
    position: relative;
  }

  .guarantee-title-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .pro-div-left-2 {
    width: 100%;
    display: none;
  }

  .wrong-col {
    padding: 18px 2px;
  }

  .mob-gg-img {
    width: 92px;
    position: relative;
  }

  .mob-gg-img.on-left {
    right: -14px;
  }

  .paragraph {
    font-size: 16px;
  }

  .image-113 {
    margin-top: 24px;
  }

  .image-113.f-d {
    display: none;
  }

  .hero-button-block {
    align-items: center;
    margin-top: 15px;
  }

  .yp-img {
    width: 68px;
    margin-top: 0;
    display: block;
  }

  .svg-trust-graph-mobile {
    width: auto;
    display: inline-block;
  }

  .section-11.try-it-sc {
    background-position: 50% 5%;
    background-size: 1000px;
  }

  .mob-top-nav-div {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .top-fea-txt {
    color: var(--title-heading);
    text-align: left;
    text-transform: uppercase;
    font-family: Proxima Nova, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
  }

  .but-div {
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-block-538 {
    flex-direction: column-reverse;
  }

  .ct-btn-div {
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .con-heading-left {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 800;
    line-height: 27px;
  }

  .top-col-oppo {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slide-nav {
    bottom: -35px;
  }

  .logo-img-7 {
    height: 25px;
  }

  .feature-table-text-block {
    padding: 6px 2px;
  }

  .he-right-inner {
    width: 100%;
    margin-top: 0;
  }

  .ss-nav-1 {
    justify-content: flex-start;
    align-items: center;
    width: 58%;
    font-size: 12px;
    line-height: 14px;
    display: flex;
  }

  .rev-heading-div {
    margin-bottom: 30px;
  }

  .gg-div {
    text-align: right;
    padding-top: 23px;
    padding-right: 20px;
    position: relative;
  }

  .gg-div.on-left {
    text-align: left;
    padding-top: 0;
  }

  .top-hero-left-block {
    width: 100%;
    margin-top: 0;
  }

  .ht-txt {
    margin-right: 7px;
    font-size: 12px;
    line-height: 15px;
  }

  .faq_component {
    grid-row-gap: 0rem;
  }

  .notify-div-4 {
    background-color: #ffffffbf;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 62%;
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 3px 10px;
    display: flex;
  }

  .ret-sec {
    padding: 2px 0 20px;
  }

  .new-con-heading-mobile {
    font-size: 24px;
    line-height: 27px;
  }

  .time-order-within {
    font-weight: 700;
  }

  .text-size-medium-3.text-weight-bold {
    color: #2aa300;
    font-size: 16px;
    font-weight: 700;
  }

  .table-logo-2 {
    width: 47px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-one {
    font-size: 14px;
    line-height: 21px;
  }

  .con1-sec {
    padding: 0;
    display: none;
  }

  .con1-sec.blue-bg,
  .con1-sec._1st-one,
  .con1-sec.last-one {
    display: block;
  }

  .logo-img-2 {
    height: 28px;
  }

  .ico-div-block {
    flex-direction: row;
    align-items: baseline;
    width: 8%;
    padding-top: 0;
    display: block;
  }

  .ico-div-block.toptab {
    width: 8%;
  }

  .as-shown-div {
    margin-top: 18px;
  }

  .as-shown-div.with-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-92-copy {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }

  .off-div-2 {
    align-items: center;
    margin-left: 10px;
    margin-right: 0;
    display: flex;
  }

  .ct-btn-txt {
    text-transform: capitalize;
    margin-top: 3px;
    font-family: Proxima Nova, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
  }

  .footer-new-sec {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 16px 30px;
  }

  .container-22 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-51 {
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 18px;
    line-height: 25px;
  }

  .faq-con {
    max-width: none;
  }

  .icons-names-below-txt {
    font-size: 16px;
    line-height: 18px;
  }

  .guarantee-sc-d {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .table-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  .review-info-4 {
    border: 1px solid #0000005e;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: auto;
    padding-top: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .testi-slider-heading-div {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-logo-img {
    display: block;
  }

  .footer-logo-img.formobile {
    width: 114px;
    display: block;
  }

  .row-el-wrapper {
    max-width: 130px;
    padding-left: 0;
    padding-right: 0;
  }

  .row-el-wrapper.ff1 {
    max-width: none;
  }

  .table-scroll {
    width: 500px;
    overflow: visible;
  }

  .heading-53 {
    font-size: 26px;
    line-height: 30px;
  }

  .feature-inner-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .mr-sec {
    display: none;
  }

  .button-7 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
  }

  .offer-div {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }

  .nav-menu-2 {
    background-color: #294a59;
    flex-direction: column;
    justify-content: center;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-left: 0;
    margin-right: 3%;
    overflow: hidden;
  }

  .bb-div {
    align-items: center;
  }

  .person-name-4 {
    margin-bottom: 4px;
    margin-right: 0;
    font-size: 12px;
  }

  .mask-4 {
    text-align: center;
    overflow: hidden;
  }

  .top-navbar-2 {
    background-color: #6694de;
    padding: 8px 10px 11px;
  }

  .gt-svg-mob {
    width: 20px;
  }

  .nav-btn-div-2.mobnow {
    display: none;
  }

  .con-heading-div {
    width: auto;
  }

  .logos-3 {
    display: none;
  }

  .dec-sec {
    padding: 35px 0 20px;
  }

  .new-trust-div {
    text-align: center;
  }

  .logo-img-6 {
    height: 22px;
  }

  .tto-txt {
    color: #294a59;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 6px;
    font-family: Proxima Nova, sans-serif;
    font-size: 31px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
  }

  .table-head-img-2 {
    width: 81px;
    height: auto;
    padding-top: 5px;
    top: 0;
  }

  .logo-center-el {
    background-image: radial-gradient(circle, #f7fcfdcc 2%, #f7fcfd00 46%);
    display: flex;
  }

  .try-sc-texts-2 {
    max-width: 100%;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 18px;
  }

  .ttp-div {
    margin-bottom: 0;
    font-family: Proxima Nova, sans-serif;
  }

  .off-txt {
    color: #fff;
    text-shadow: 0 1px 1px #000000de;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 17px;
  }

  .cent-bot-heading {
    font-size: 24px;
    line-height: 27px;
  }

  .new-btn {
    background-image: none;
    width: 320px;
    padding-right: 0;
  }

  .hero-wrapper {
    flex-direction: column-reverse;
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-text-one {
    font-size: 14px;
  }

  .ss-nav-2 {
    justify-content: flex-end;
    align-items: center;
    width: 42%;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-506 {
    margin-bottom: 20px;
  }

  .get-con {
    max-width: none;
  }

  .feature-inner-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-auto-flow: row;
  }

  .team-member-image {
    width: auto;
    height: auto;
    margin-bottom: 4px;
  }

  .yp-desk-img {
    width: 68px;
    margin-top: -6px;
  }

  .loox-reviews-box.with-space {
    margin-top: 30px;
  }

  .hero-split-desk {
    margin-bottom: 0;
    display: none;
  }

  .ex-div1 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .cc-list-2 {
    margin-bottom: 0;
  }

  .new-hero-section,
  .sticky-nav {
    display: none;
  }

  .features-top-heading-div {
    align-items: center;
    margin-bottom: 25px;
  }

  .ship-by-copy {
    font-size: 0.65rem;
  }

  .faq-sc {
    width: 100%;
  }

  .hdr-sep-div {
    width: 55%;
  }

  .below-btn-text {
    font-size: 12px;
    line-height: 12px;
  }

  .below-btn-text.blk {
    font-size: 12px;
  }

  .dr-txt {
    margin-right: 7px;
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-29 {
    font-size: 16px;
    line-height: 22px;
  }

  .mob-btn-div-2 {
    float: right;
    clear: none;
    background-color: #fdb002;
    border-radius: 30px;
    align-items: center;
    margin-top: 7px;
    padding: 7px 12px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    left: 27px;
  }

  .mob-btn-div-2.cta_btn.v03mobile {
    color: #fff;
    background-color: #29af5c;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 1.3em;
    display: block;
  }

  .gray-icon-2 {
    height: 12px;
    margin-right: 4px;
  }

  .gray-icon-2.hourglass {
    margin-top: 0;
    margin-right: 8px;
    padding-top: 0;
  }

  .gray-icon-2.hourglass.is-white {
    filter: invert();
    height: 13px;
  }

  .dd-top-con-para {
    color: #000;
    font-family: Proxima Nova, sans-serif;
    font-size: 16px;
  }

  .trust-bar-div {
    margin-left: 15px;
    margin-right: 15px;
  }

  .menu-button-3 {
    background-color: #294a59;
    display: block;
  }

  .menu-button-3.w--open {
    background-color: #294a59;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-left.re1 {
    width: 30px;
  }

  .ttp-txt {
    color: #3fa6b3;
    font-size: 18px;
    font-weight: 700;
  }

  .try-it-text {
    font-size: 17px;
  }

  .logo-img-9 {
    height: 40px;
  }

  .mob-logo-top-img {
    width: 50px;
  }

  .bot-col {
    padding: 8px 2px;
  }

  .half-div-mob {
    color: #18a7b9;
    -webkit-text-stroke-color: #18a7b900;
    background-color: #18a7b9;
    border: 1px #000;
    width: 160px;
    height: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .try-sc-img {
    height: 110px;
  }

  .sticky-nav-item-new {
    justify-content: center;
    width: 50%;
    font-size: 12px;
    line-height: 14px;
  }

  .dr-1-div {
    align-items: baseline;
    margin-left: 0;
    margin-right: 10px;
  }

  .top-cta-btn-txt {
    font-size: 18px;
    line-height: 22px;
  }

  .rem-copy {
    font-size: 0.7rem;
    line-height: 13px;
    display: block;
  }

  .cc-div {
    text-align: right;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 20px;
    position: relative;
  }

  .cc-div.on-left {
    text-align: left;
  }

  .centered-heading {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .centered-heading.with-padding {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.8rem;
  }

  .centered-heading.with-padding.for-list {
    margin-bottom: 25px;
  }

  .text-block-153 {
    text-align: left;
    font-size: 16px;
    line-height: 16px;
  }

  .container-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .dis-lright-div {
    width: 90%;
  }

  .testimonial-slider {
    text-align: left;
    margin-top: 0;
    overflow: visible;
  }

  .mob-content-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gg-block-bottom {
    margin-top: 0;
    padding: 0;
    top: 0;
    bottom: 0;
  }

  .navbar-4.yp1 {
    display: none;
  }

  .v3-hero-features-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .top-bb-div {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    left: 0;
  }

  .logo-slide-wrapper {
    min-width: auto;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-holder {
    height: auto;
  }

  .features-inner-text {
    font-size: 14px;
  }

  .notify-wrapper {
    background-color: #fff0;
    border-radius: 20px;
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    inset: auto auto 3% 2%;
  }

  .guarantee-img-d.formobile1 {
    min-width: auto;
    height: 159px;
    display: block;
  }

  .guarantee-img-d.fordesk1 {
    display: none;
  }

  .three-con-para {
    text-align: center;
    height: auto;
    margin-top: -10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .try-sc-texts-3 {
    max-width: 210px;
  }

  .faq_question {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Proxima Nova, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .copy-right-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 21px;
  }

  .testimonial-slider-small {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .mid-col {
    padding: 18px 2px;
  }

  .features-heading-text {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .pro-div-2 {
    flex-direction: column;
  }

  .list-div-inner {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .mobile-hero-div {
    background-color: #fff;
    background-image: none;
    height: auto;
    padding: 0 0 24px;
    display: block;
  }

  .mobile-hero-div.is-reduced {
    height: auto;
    padding-bottom: 0;
  }

  .button-10 {
    font-size: 16px;
  }

  .div-block-686 {
    align-items: center;
    margin-bottom: 6px;
  }

  .stick-nav-mobile {
    background-color: #0000;
    background-image: linear-gradient(#0000 5%, #fff 68%);
    padding-top: 27px;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .section-2-2 {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .ice-svg {
    width: 80px;
    height: auto;
    margin-bottom: 0;
  }

  .ice-svg.mubi {
    width: 85px;
  }

  .review-text-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-block-5 {
    margin-bottom: 20px;
  }

  .fea-block-2 {
    align-items: center;
  }

  .cta-button-txt-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icons-svg-new {
    object-fit: fill;
    border-radius: 0;
    width: 66px;
    height: auto;
    margin-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .dua-text-block {
    width: 317px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .question-text-2 {
    width: 100%;
    max-width: 300px;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
  }

  .question-text-2.hide {
    display: none;
  }

  .margin-bottom-24px {
    font-size: 1rem;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-right.fr2 {
    width: 30px;
  }

  .button-sm-3 {
    width: 100%;
    display: none;
  }

  .button-sm-3.sticky-btn-mb:hover {
    color: #fff;
  }

  .button-sm-3.sticky-btn-mb.cta_btn {
    background-color: #29af5c;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
  }

  .button-sm-3.sticky-btn-mb.cta_btn:hover {
    color: #fff;
  }

  .button-sm-3.sticky-btn-mb.cta_btn.t-white {
    color: var(--base-color-brand--white);
    text-transform: capitalize;
    flex-flow: column;
    text-decoration: none;
  }

  .div-block-505 {
    flex-direction: column;
    align-items: center;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .get-sec {
    padding: 0;
  }

  .hero-split-mob {
    margin-bottom: 0;
    display: block;
  }

  .comp-text {
    font-size: 13px;
    line-height: 19px;
  }

  .t-table-container {
    max-width: none;
    overflow: auto;
  }

  .nav-con-2 {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-left: 0;
    display: block;
  }

  .check-icon-correct {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .div-block-555 {
    width: 100%;
  }

  .heading-54 {
    margin-top: -8px;
    font-size: 20px;
    line-height: 30px;
  }

  .offer-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-212 {
    margin-top: 0.05rem;
    font-size: 0.6rem;
    font-weight: 400;
    bottom: -95%;
  }

  .hgt-div {
    display: none;
  }

  .of-right-div {
    text-align: center;
    width: 100%;
    margin-top: 19px;
  }

  .tt-rat-txt {
    margin-right: 7px;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    display: block;
  }

  .image-105 {
    width: 138px;
  }

  .money-back-sec {
    padding-left: 25px;
    padding-right: 25px;
  }

  .wrapper.mobile-lp3 {
    margin-top: 0;
  }

  .text-span-142 {
    font-family: "Fa Solid 900", sans-serif;
    font-size: 15px;
  }

  .feature-block-new {
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 5px;
    font-size: 1.3em;
    display: block;
  }

  .paragraph-33 {
    color: #000;
    font-family: Proxima Nova, sans-serif;
    font-size: 14px;
  }

  .track-brand {
    height: 1.5rem;
  }

  .se-rr-txt {
    color: #000;
    font-size: 10px;
    line-height: 13px;
  }

  .rating-text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .gua-div {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .faq-text-3 {
    color: #535353;
    font-size: 17px;
    line-height: 25px;
  }

  .noti-txt {
    color: var(--title-heading);
    letter-spacing: -0.3px;
    text-shadow: none;
    font-family: Proxima Nova, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
  }

  .not-inside-left {
    border-radius: 0;
    width: auto;
    height: auto;
    margin-right: 10px;
  }

  .p-m-wrap {
    margin-left: 40px;
  }

  .heading-50 {
    text-align: center;
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 31px;
  }

  .hdr-con {
    align-items: flex-start;
  }

  .div-block-509 {
    text-align: center;
    margin-bottom: 0;
  }

  .text-block-213 {
    color: #000;
    font-size: 14px;
    line-height: 21px;
  }

  .text-block-152 {
    font-size: 21px;
  }

  .div-block-553 {
    margin-bottom: 87px;
  }

  .div-block-553.on-advert {
    margin-bottom: 0;
  }

  .notify-div-1 {
    background-color: #ffffffbf;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 3px 10px;
    display: flex;
  }

  .faq_accordion {
    border-bottom: 1px solid #00000047;
  }

  .text-center-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .svg-trust-graph {
    display: none;
  }

  .mob-content-one {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tt-bar-div {
    padding: 10px;
  }

  .list-inner-txt {
    font-size: 1rem;
    line-height: 21px;
  }

  .notify-div-2 {
    background-color: #ffffffbf;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 3px 10px;
    display: flex;
  }

  .con-heading-top {
    font-size: 2rem;
    line-height: 1.2;
  }

  .team-grid {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gua-block {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    top: 0;
    bottom: 0;
  }

  .mob-third-img {
    width: 87px;
    position: relative;
    left: -2px;
  }

  .mob-third-img.on-left {
    left: auto;
    right: -14px;
  }

  .mid-sec-ban {
    padding-left: 17px;
    padding-right: 17px;
  }

  .faq-last-sec {
    padding: 40px 20px;
  }

  .sticky-nav-div {
    justify-content: center;
  }

  .pro-con-2 {
    max-width: none;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pro-con-2.toptab.nw1 {
    padding-top: 31px;
  }

  .pro-con-2.toptab.nw1.pr2 {
    padding-top: 20px;
  }

  .section-mobile-content {
    display: block;
  }

  .logo-img-3 {
    height: 15px;
  }

  .margin-bottom-24px-mobile {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .two-ss-div {
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .last-sec {
    height: auto;
    padding: 45px 20px;
  }

  .of-left-div {
    text-align: center;
    width: 100%;
  }

  .section-10 {
    padding: 33px 25px 0;
    position: relative;
    top: 0;
  }

  .section-10.try-it-sc {
    background-image: none;
    padding-bottom: 40px;
  }

  .notify-div-3 {
    background-color: #ffffffbf;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 52%;
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 3px 10px;
    display: flex;
  }

  .review-info-head-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-link-text {
    color: gray;
    margin-top: 15px;
    font-size: 12px;
  }

  .new-con-heading {
    text-align: left;
    font-size: 24px;
    line-height: 27px;
  }

  .trustpilot-bar-block {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .div-block-545 {
    padding-right: 9px;
  }

  .faq-icon-2 {
    color: #294a59;
  }

  .thumb-not-img {
    border-radius: 50%;
    width: 22px;
    height: 22px;
  }

  .text-span-147 {
    color: #2ab05c;
  }

  .marquee1_component {
    color: #000;
    height: 4rem;
  }

  .mobile-content-wrapper {
    margin-bottom: 30px;
  }

  .tab-down-div {
    margin-bottom: 1px;
  }

  .reviews-list-3 {
    grid-template-columns: 1fr 1fr;
    padding-left: 1px;
    padding-right: 1px;
  }

  .top-star-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -51px;
  }

  .slider-arrow-embed {
    top: 100px;
  }

  .slider-arrow-embed.tr1,
  .slider-arrow-embed.fr1 {
    top: 6px;
  }

  .icon-9 {
    color: #fff;
    display: none;
  }

  .vr-tick-img {
    width: 20px;
  }

  .rev-hero-wrapper {
    flex-direction: column-reverse;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-features {
    padding: 15px 20px 10px;
  }

  .heading-52 {
    font-size: 26px;
    line-height: 32px;
  }

  .try-sc-item {
    max-width: 280px;
  }

  .top-bar-text {
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
  }

  .text-block-150 {
    font-size: 16px;
  }

  .mob-top-hero-div {
    background-image: url("../images/che2_1che2.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 431px;
    display: block;
    position: relative;
  }

  .mob-top-hero-div.is-center {
    text-align: center;
    background-image: url("../images/formob-full.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 425px;
  }

  .rev-hero-wrapper-two {
    flex-direction: column-reverse;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-876 {
    margin-right: 10px;
  }

  .mob-gold-img {
    width: 104px;
    position: relative;
    left: 6px;
  }

  .link-15 {
    color: #e9e9e9;
  }

  .table-sec {
    padding: 35px 20px;
  }

  .text-block-151 {
    font-size: 20px;
  }

  .h3 {
    font-size: 18px;
  }

  .feature-inner-child {
    width: 100%;
    margin-bottom: 25px;
  }

  .feature-inner-child.middle {
    width: 100%;
    margin: 15px 0;
  }

  .feature-inner-child.middle.fordesk {
    display: none;
  }

  .feature-inner-child.middle.formobile {
    width: 100%;
    display: flex;
  }

  .feature-inner-child.is-second {
    margin-top: 0;
  }

  .hdr-div {
    margin-bottom: 0;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-point-text {
    font-size: 16px;
    line-height: 21px;
  }

  .new-hero-btn {
    background-image: none;
    width: 100%;
    padding-right: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .new-hero-btn.cta_btn.dr1 {
    height: 50px;
    font-size: 20px;
  }

  .new-hero-btn.cta_btn.dr1.new-page-btn {
    border-radius: 10px;
    flex-direction: column;
    height: 58px;
  }

  .logo-image {
    height: auto;
  }

  .logo-image.formobilenew {
    margin-top: 3px;
    display: block;
  }

  .logo-image.formobilenew.v3 {
    width: 100px;
  }

  .point-div {
    margin-left: 6px;
  }

  .point-div.toptab {
    margin-left: 0;
  }

  .sticky-menu-div {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
  }

  .review-item-image-wrapper {
    height: 165px;
  }

  .check-icon-wrong {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .container-21 {
    max-width: none;
  }

  .hh-div {
    background-color: #c5d0d200;
    padding: 19px 20px 10px;
    display: block;
  }

  .question-text-mb-2 {
    color: #294a59;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    display: block;
  }

  .div-block-878 {
    background-color: #f2edf5;
    border-radius: 20px;
    padding: 2px 8px;
  }

  .product-title_heading {
    color: var(--title-heading);
    font-family: Proxima Nova, sans-serif;
    font-size: 1.8rem;
  }

  .product-title_components {
    background-color: #c5d0d200;
    padding: 10px 0;
    display: block;
  }

  .text-span-148 {
    color: var(--base-color-neutral--neutral-dark);
    font-family: "Fa Solid 900", sans-serif;
    font-size: 0.5rem;
  }

  .pricing_components {
    display: flex;
  }

  .price_was-before {
    color: var(--base-color-neutral--neutral-light);
    font-family: Proxima Nova, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: line-through;
  }

  .price_is-save {
    color: #5bbd87;
    border: 1px solid #5bbd87;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    padding: 0 3px;
    font-family: Proxima Nova, sans-serif;
    font-weight: 600;
    line-height: 1.6;
    display: flex;
  }

  .text-block-214 {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .cta-below-mode {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    font-size: 12px;
    line-height: 14px;
    display: flex;
  }

  .cta-below-badges-div {
    justify-content: space-between;
    align-items: center;
    width: 90%;
    left: 0;
  }

  .cta-above-badges-div {
    justify-content: center;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }

  .badge-best-value {
    margin-bottom: 12px;
  }

  .checkout-price {
    margin-top: 0;
    margin-left: 0;
    font-size: 12px;
    font-weight: 600;
  }

  .badge-best-seller {
    margin-bottom: 12px;
  }

  .checkout-select-variant {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .checkout-select-variant.w--current {
    padding-top: 15px;
  }

  .checkout-select-variant._2_bottles {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkout-select-variant._4_bottles {
    border-width: 2px;
    border-color: #bee5ff;
    position: relative;
  }

  .checkout-select-variant._4_bottles.w--current {
    box-shadow: none;
    background-color: #ebf4fa;
    border-style: solid;
  }

  .checkout-select-variant._1_bottle {
    padding: 15px 10px 10px;
  }

  .checkout-select-variant._3_bottles {
    padding-bottom: 10px;
  }

  .checkout-select-variant.queen-size {
    border-width: 2px;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .checkout-select-variant.queen-size.w--current {
    box-shadow: none;
    background-color: #ebf4fa;
    border: 2px solid #bee5ff;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .checkout-select-variant.queen-size.is-round {
    border-width: 1px;
  }

  .checkout-select-variant.queen-size.is-round.w--current {
    border-width: 2px;
    width: 5rem;
    padding: 5px 10px;
  }

  .checkout-select-variant.king-size {
    border-width: 2px;
    border-color: #e7e7ee;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .checkout-select-variant.king-size.w--current {
    box-shadow: none;
    background-color: #ebf4fa;
    border: 2px solid #bee5ff;
  }

  .checkout-select-variant.king-size.is-round {
    border-width: 1px;
    width: 5rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-type {
    font-size: 16px;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 5px;
  }

  .best-seller-inner {
    display: none;
  }

  .best-seller-inner.mobile {
    color: #000;
    border-radius: 6px;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .step-flex {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .pricing-tab-content {
    justify-content: center;
  }

  .reg-price-2 {
    margin-left: 5px;
    font-size: 12px;
  }

  .normal-price {
    margin-top: 0;
    margin-left: 0;
    font-size: 12px;
    font-weight: 700;
  }

  .free-shipping-box {
    font-size: 11px;
  }

  .pricing-container {
    align-items: center;
  }

  .pricing-tab-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    position: relative;
  }

  .steps-title {
    font-size: 14px;
    font-weight: 400;
  }

  .tabs.for-selection {
    margin-top: 0;
  }

  .tab-price-wrap {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .pillow-size-text {
    margin-top: 5px;
    font-size: 12px;
  }

  .coupon_wrapper {
    display: none;
    position: relative;
  }

  .badge-above-text {
    font-size: 0.8rem;
    line-height: 13px;
    display: block;
  }

  .quantity_wrapper {
    width: 39%;
  }

  .cart2_quantity-container {
    align-items: center;
    width: 100%;
  }

  .cart_qty1-handler.is-active {
    background-color: #6694de;
  }

  .quantity_box {
    background-color: #fff;
    border-style: solid;
    border-color: #bdbdbd;
    border-radius: 0.5rem;
    align-items: center;
    width: 100%;
  }

  .quantity_select {
    color: #6694de;
    font-size: 1.2rem;
  }

  .quantity_select.is-active {
    color: #000;
    background-color: #ebf4fa;
    border-radius: 0;
    width: 2rem;
    height: 2rem;
    min-height: 2rem;
    font-size: 1rem;
  }

  .quantity_display {
    color: #000;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    font-size: 0.8rem;
    display: block;
  }

  .cart_qty1-handler-copy.is-active {
    background-color: #6694de;
  }

  .coupon_price {
    position: absolute;
    inset: 36% 10% 10% 11%;
  }

  .coupon_price-text {
    color: #69ae7c;
    letter-spacing: -1px;
    font-family: Lato, sans-serif;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 900;
  }

  .text-block-215 {
    margin-bottom: -5px;
    font-family: Lato, sans-serif;
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 1;
  }

  .percent-off_wrapper {
    position: absolute;
    inset: 25% 10% 10% 39%;
  }

  .percent-off_value {
    color: #69ae7c;
    letter-spacing: -1px;
    font-family: Lato, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
  }

  .drawer-holder_wrapper {
    display: block;
  }

  .drawer_inside-box {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    transition-duration: 0.25s;
    position: fixed;
    top: 0;
    overflow: visible;
    transform: translate(0%, 100vh);
  }

  .drawer_inside-box.is-active {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: 100vh;
    transition-duration: 0.25s;
    display: block;
    top: 0;
    overflow: scroll;
    transform: translate(0%);
  }

  .order-sum-div {
    width: 100%;
  }

  .sum-txt-new {
    font-size: 14px;
    line-height: 1.3;
  }

  .sum-txt-new.is-hidden {
    display: none;
  }

  .total-pp-price {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .new-sum-box {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 19px;
  }

  .total-sum-amount.reduced {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .pro-thumb-img {
    width: 55px;
  }

  .sub-total-price {
    font-size: 15px;
  }

  .sub-total-price.reduced {
    line-height: 1.3;
  }

  .shipping-price {
    font-size: 15px;
  }

  .shipping-price.reduced {
    line-height: 1.3;
  }

  .save-text-sum {
    font-size: 15px;
  }

  .save-text-sum.reduced {
    line-height: 1.3;
  }

  .pro-select-div.is-reduced {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .shipping-sum-text {
    font-size: 15px;
  }

  .shipping-sum-text.reduced {
    line-height: 1.3;
  }

  .pro-name-sum-text_free {
    font-size: 15px;
  }

  .pro-name-sum-text_free.reduced {
    font-size: 0.85rem;
    line-height: 1.3;
  }

  .save-price-sum.reduced {
    line-height: 1.3;
  }

  .sub-total-text {
    font-size: 15px;
  }

  .sub-total-text.reduced {
    line-height: 1.3;
  }

  .pro-cent-div {
    margin-left: 18px;
  }

  .total-text {
    font-size: 15px;
  }

  .total-text.reduced {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .total-sum-div.is-reduced {
    border-bottom-style: none;
  }

  .sum-price {
    font-size: 16px;
  }

  .sum-price.reduced {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .order-summary_wrapper.is-hidden {
    display: block;
  }

  .order-sum-top {
    width: 100%;
  }

  .order-sum-top.is-reduced {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .order-sum-below {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 19px;
  }

  .order-sum-below.is-reduced {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-selection_wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    margin-bottom: 5px;
  }

  .drawer_inside-inner {
    height: 100%;
    padding-bottom: 0;
  }

  .quantity-select_wrapper {
    width: 33%;
    margin-left: 0;
  }

  .selection-name-text {
    font-size: 0.85rem;
  }

  .price-type-copy {
    font-size: 16px;
  }

  .title-sel-boxes {
    margin-top: 4px;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .sel-titles {
    font-size: 14px;
    font-weight: 400;
  }

  .coupon-statics {
    width: 100px;
  }

  .icon-small-bubble {
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    min-height: 1.1rem;
    top: 0.075rem;
  }

  .bundle-coupon {
    font-size: 0.65rem;
  }

  .dem-title {
    font-size: 0.7rem;
  }

  .product-details_wrapper {
    position: relative;
  }

  .pro-comp-two,
  .pro-comp-offer-box {
    line-height: 1.2;
  }

  .pro-tt-one {
    font-size: 1.2rem;
  }

  .pro-tt-icon-svg {
    width: 15px;
  }

  .pro-comp-title-box {
    line-height: 1.2;
  }

  .pro-drawer-image {
    width: 80px;
  }

  .pro-tt-price {
    font-size: 1.4rem;
  }

  .pro-tt-discount {
    font-size: 0.9rem;
  }

  .pro-tt-compare {
    font-size: 1.1rem;
  }

  .ruler-svg {
    width: 17px;
  }

  .pro-prog_inner-head {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pro-prog_inner-body {
    text-decoration: none;
    display: block;
  }

  .pro-prog_inner-body.on-top {
    display: block;
  }

  .ccr-div.rem {
    width: auto;
    height: auto;
  }

  .tu1 {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-div-badge-new {
    width: 100%;
    margin-top: -1px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tu2 {
    height: 80px;
  }

  .tu3 {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-b-txt {
    font-size: 14px;
  }

  .pro-bar-titles {
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 13px;
  }

  .pro-bar-circles {
    background-image: url("../images/surprise-icon-new.svg");
    background-size: 25px;
    width: 45px;
    height: 45px;
  }

  .pro-bar-circles.rem {
    width: auto;
    height: auto;
  }

  .pro-bar-circles.is-active {
    background-size: auto, 25px;
    width: 45px;
    height: 45px;
  }

  .pro-bar_components {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding: 9px 0;
  }

  .offer-special-text,
  .offer-special-countdown {
    font-size: 0.85rem;
  }

  .special-counter-svg {
    width: 70px;
  }

  .progress-bar_tube {
    background-color: #d6d6d6;
    top: 21%;
  }

  .progress-bar_tube.is-active {
    background-color: #7ccb7c;
  }

  .pro-bar_components-inner {
    z-index: 0;
  }

  .pro-bar_heading-text {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 0.75rem;
  }

  .pro-bar-circle-overlay.rem,
  .pro-bar-circle-img-div.rem {
    width: auto;
    height: auto;
  }

  .pro-bar-circles-two {
    background-image: url("../images/shipping-icon-new.svg");
    background-size: 25px;
    width: 45px;
    height: 45px;
  }

  .pro-bar-circles-two.rem {
    width: auto;
    height: auto;
  }

  .pro-bar-circles-three {
    background-image: url("../images/pillow-icon-new.svg");
    background-size: 25px;
    width: 45px;
    height: 45px;
  }

  .pro-bar-circles-three.rem {
    width: auto;
    height: auto;
  }

  .pro-bar_inner-icon-block {
    height: auto;
  }

  .hero-heading_wrapper {
    padding-top: 18px;
  }

  .hero-heading_text {
    color: var(--base-color-neutral--white);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2rem;
    line-height: 1;
  }

  .pro-bar_heading-top-text {
    text-align: center;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1px;
    font-family: Lato, sans-serif;
    font-size: 1rem;
    font-weight: 700;
  }

  .lef-faq-div {
    align-items: flex-start;
  }

  .ris-tt {
    font-size: 12px;
  }

  .faq-wrapper {
    border-radius: 0;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .faq-wrapper.is-d-hidden {
    display: flex;
  }

  .answer-f66.nobotbro {
    padding-bottom: 0;
  }

  .bnb-txt.on-desk {
    font-size: 16px;
  }

  .div-block-683 {
    width: 100px;
  }

  .b1-d {
    width: auto;
    padding: 12px 17px;
  }

  .div-block-882 {
    width: 100px;
  }

  .answer-text-f66 {
    font-size: 14px;
  }

  .answer-text-f66.with-space {
    margin-bottom: 0.5rem;
  }

  .faq-f66 {
    width: 100%;
    padding: 0;
    display: flex;
  }

  .text-question-f66 {
    font-size: 16px;
  }

  .bnb-div {
    width: auto;
  }

  .sa1-t {
    font-size: 15px;
  }

  .question-wrapper-f66 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .dd-tab-text {
    color: #000;
    font-size: 14px;
    line-height: 21px;
  }

  .top-block-ss-div {
    flex-direction: column;
  }

  .section_faq {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .tp-new-block {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 8px;
    display: flex;
  }

  .tp-new-block.is-mod {
    background-color: #a9d9ce;
    border: 1px solid #21db91;
    border-radius: 20px;
    margin-bottom: 11px;
    padding: 6px 10px;
    display: inline-flex;
  }

  .tp-new-block.is-mod.is-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: inline-flex;
  }

  .div-block-883 {
    margin-right: 10px;
  }

  .tt-rat-txt-2 {
    margin-right: 7px;
    font-size: 11px;
    font-weight: 600;
    line-height: 12px;
    display: block;
  }

  .tt-rat-txt-2.is-up {
    font-size: 12px;
  }

  .cd-text {
    font-size: 14px;
    font-weight: 400;
  }

  .meet_wrapper {
    background-color: #f2f4fa;
    border-radius: 5px;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .meet-sub-heading {
    color: #6694de;
    font-size: 0.8rem;
    font-weight: 700;
  }

  .meet-quote-text {
    margin-top: 3px;
    margin-bottom: 3px;
    font-family: Merriweather, serif;
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.4;
  }

  .meet-author-text {
    font-size: 0.7rem;
  }

  .meet_content {
    width: 70%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }

  .meet_image {
    width: 30%;
  }

  .meet-img {
    width: 200px;
    height: 100%;
    padding-top: 3px;
  }

  .cart-svg {
    width: 30px;
  }

  .nav-burger-svg {
    width: 20px;
  }

  .mobile-button_sticky {
    color: var(--base-color-neutral--white);
    text-align: center;
    background-color: #2ab05c;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 10px 5px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    display: flex;
  }

  .mb_sticky-text {
    font-size: 0.9rem;
  }

  .countdown-sticky-text {
    font-size: 14px;
    font-weight: 400;
  }

  .drawer_close-block {
    position: absolute;
    inset: -4% 0% auto auto;
  }

  .close-svg {
    width: 10px;
  }

  .drawer-close {
    position: absolute;
    inset: -4% 0% auto auto;
  }

  .close-btn-drawer {
    z-index: 9999;
    background-color: #fff;
    position: absolute;
    inset: -30% 0% auto auto;
  }

  .outer-div-express-text {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    max-width: 146px;
    font-family: Proxima Nova, sans-serif;
    font-size: 12px;
    line-height: 22px;
  }

  .drawer_proceed-btn {
    background-color: #28b15c;
    border: 1px #000;
    border-radius: 6px;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    text-decoration: none;
    display: flex;
  }

  .proceed-btn-text {
    color: var(--base-color-neutral--white);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .proceed_badges-block,
  .pbb-one,
  .pbb-two {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pp-stock-left-text,
  .pp-time-left-timer {
    color: var(--base-color-neutral--white);
    text-align: center;
    font-size: 0.7rem;
    font-weight: 400;
  }

  .pbb-divider {
    background-color: #fff;
    width: 1px;
    height: 14px;
    margin-left: 6px;
    margin-right: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bolt-outline-icon-svg {
    width: 9px;
    margin-right: 4px;
  }

  .button-fluid-2,
  .button-fluid-2.checkout-submit-combo {
    background-color: #29af5c;
  }

  .new_second {
    width: 100%;
    margin-left: 0;
  }

  .new_second.checkdown.vsf.ee1 {
    margin-top: 7px;
  }

  .new_second.checkdown.vsf.ee1.is-hidden {
    margin-top: 15px;
    display: block;
  }

  .new_second.checkdown.vsf.ee1.is-hidden.for-felo {
    max-width: none;
  }

  .new_second.for-felo {
    height: auto;
    padding-bottom: 17px;
    display: none;
    overflow: visible;
  }

  .button-span-3 {
    color: #fff;
  }

  .form-2.checkout-combo-form,
  .cc-button-box.newbtnchange,
  .form-content {
    width: 100%;
  }

  .div-block-596,
  .div-block-596.s5 {
    padding-top: 10px;
  }

  .cc-info-badge-img {
    width: 145px;
  }

  .image-148.gfr1 {
    margin-left: 8px;
  }

  .div-block-593.topnewcheck.tr1 {
    margin-top: 0;
  }

  .text-block-196 {
    font-size: 13px;
    line-height: 17px;
  }

  .pd-div {
    margin-top: 1.25rem;
  }

  .payment-agree-3 {
    font-size: 8px;
  }

  .form-wrapper {
    max-height: none;
  }

  .delivery-text {
    font-size: 12px;
  }

  .heading-68.checkout {
    padding-left: 0.5rem;
    font-size: 1.125rem;
    font-weight: 900;
  }

  .pp_div_new_link {
    height: 55px;
  }

  .addon-checkmark.ds1 {
    margin-right: 8px;
  }

  .re3-txt {
    margin-top: -5px;
    font-size: 0.8rem;
  }

  .protection-block-3 {
    margin-top: 0;
  }

  .ss-info-heading {
    letter-spacing: -0.2px;
    font-size: 18px;
    line-height: 28px;
  }

  .payment-flds-box {
    width: 100%;
  }

  .checkout-form-secure-2 {
    font-size: 10px;
  }

  .checkout-form-secure-2.gfr.t5 {
    font-size: 13px;
  }

  .input-label.float {
    transform: translate(0, -0.8rem);
  }

  .main-cc-btn-new {
    background-image: none;
    width: 100%;
    height: auto;
    padding: 15px 17px;
  }

  .text-span-132 {
    font-size: 14px;
  }

  .div-block-639 {
    width: 22px;
    margin-right: 7px;
  }

  .complete-purchase-text-2 {
    color: #fff;
  }

  .cc-btn-new-txt {
    font-size: 15px;
    line-height: 22px;
  }

  .payoptbox.hide_billing_same_as_shipping {
    margin-top: 1.25rem;
  }

  .drawer_inside-content.is-hidden {
    display: block;
  }

  .paypal_btn {
    text-align: center;
    background-color: #ffc43b;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    text-decoration: none;
    display: flex;
  }

  .paypal_btn-text {
    color: var(--base-color-neutral--black);
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
  }

  .section_hero.for-desktop {
    display: none;
  }

  .section_header {
    z-index: 1;
    position: relative;
  }

  .nav_wrapper {
    flex-flow: row;
    padding-right: 2%;
  }

  .logo_block {
    position: static;
  }

  .nav_logo-image {
    width: 50px;
  }

  .navbar-5 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .nav_cart-block {
    clear: none;
    position: static;
  }

  .nav_menu {
    z-index: 200;
    color: var(--base-color-brand--black);
    background-color: #abc5ee;
  }

  .nav_burger-menu {
    display: block;
  }

  .nav_burger-icon {
    width: 22px;
  }

  .notify_wrapper {
    display: none;
  }

  .paypal_icon-svg {
    width: 80px;
    margin-right: 5px;
  }

  .nav_link {
    color: var(--base-color-brand--black);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav_link:active {
    color: var(--color);
  }

  .nav_link.w--current {
    color: var(--base-color-brand--white);
  }

  .mob-burger-icon {
    display: none;
  }

  .menu-btn_mobile {
    display: none;
    position: absolute;
  }

  .menu-btn_mobile.w--open {
    background-color: #c8c8c800;
  }

  .notify_progress-circle-one {
    background-size: 25px;
    width: 50px;
    height: 50px;
  }

  .notify_progress-circle-one.rem {
    width: auto;
    height: auto;
  }

  .notify_progress-circle-three {
    background-size: 25px;
    width: 50px;
    height: 50px;
  }

  .notify_progress-circle-three.rem {
    width: auto;
    height: auto;
  }

  .notify_progress-circle-two {
    background-size: 25px;
    width: 50px;
    height: 50px;
  }

  .notify_progress-circle-two.rem {
    width: auto;
    height: auto;
  }

  .section_features {
    padding: 20px 0;
  }

  .features_wrapper {
    flex-flow: column;
    max-width: none;
  }

  .features_components {
    width: 100%;
  }

  .features-texts {
    padding-left: 15px;
    font-size: 1rem;
  }

  .features-icons-svg {
    width: 90px;
  }

  .features-blocks.is-one {
    border-bottom-style: none;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    display: flex;
  }

  .features-blocks.is-two,
  .features-blocks.is-three {
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    display: flex;
  }

  .features-blocks.is-four {
    border-top-style: none;
    border-left-style: none;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    display: flex;
  }

  .features_heading-block {
    margin-bottom: 19px;
  }

  .features_heading-block.low-margin {
    margin-bottom: 0;
  }

  .features_heading-text {
    text-align: left;
    font-size: 1.8rem;
  }

  .features_heading-text.is-centered {
    text-align: center;
    margin-bottom: 1rem;
  }

  .features_heading-text.is-centered.is-p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
  }

  .features_components-two {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .features_components-two.main-home.main-home-mobile {
    background-image: url("../images/mid-new.jpg");
    background-position: 50%;
  }

  .div-block-885 {
    width: auto;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .empty_circle {
    display: none;
  }

  .quantity_number {
    font-size: 0.85rem;
  }

  .dk-progress-bar {
    background-color: #d6d6d6;
    top: 21%;
  }

  .dk-progress-bar.is-active {
    background-color: #7ccb7c;
  }

  .section-6 {
    padding-top: 31px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-30 {
    font-size: 25px;
  }

  .paragraph-22 {
    font-size: 16px;
  }

  .footer_logo {
    width: 60px;
  }

  .section-12 {
    padding-top: 31px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-69 {
    font-size: 25px;
  }

  .paragraph-34 {
    font-size: 16px;
  }

  .section-13 {
    padding-top: 31px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-70 {
    font-size: 25px;
  }

  .paragraph-35 {
    font-size: 16px;
  }

  .option_wrapper-inner {
    justify-content: space-between;
  }

  .float-div {
    text-align: right;
    padding-top: 20px;
    padding-right: 20px;
    position: static;
    top: 3%;
  }

  .float-icon-svg {
    width: 90px;
  }

  .section_video-slider {
    padding: 20px 0 40px;
  }

  .slick-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .slick-below-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slick-inside-img {
    width: 100%;
  }

  .slider-stars {
    font-size: 0.6rem;
  }

  .slider-author {
    font-size: 12px;
    line-height: 12px;
  }

  .slider-testimonial-head {
    justify-content: space-between;
    margin-bottom: 4px;
  }

  .cart-overlay {
    z-index: 99;
    background-color: #fff;
    height: 120vh;
  }

  .arrow-icon-left,
  .arrow-icon-right {
    color: var(--base-color-brand--white);
    font-size: 1.3rem;
  }

  .slick-next-box {
    text-align: center;
    background-color: #0000;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 100%;
    display: flex;
    top: 0%;
    right: 0%;
  }

  .slick-prev-box {
    text-align: center;
    background-color: #0000;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 100%;
    display: flex;
    top: 0%;
    left: 0%;
  }

  .drawer_proceed-btn-desk {
    background-color: #fc7703;
    border: 1px #000;
    border-radius: 100px;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    display: none;
  }

  .section_cta {
    padding: 25px 20px;
  }

  .cta-heading-text {
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .cta-not-text {
    font-size: 0.9rem;
  }

  .cta-sub-text {
    font-size: 1rem;
    line-height: 1.4;
  }

  .text-block-217 {
    font-size: 13px;
  }

  .image-151 {
    width: 22px;
  }

  .fb-thumb-box {
    width: 42px;
    height: 42px;
  }

  .fb-like-div {
    width: 18px;
  }

  .image-152 {
    width: 25px;
  }

  .fb-heart-div {
    width: 18px;
  }

  .fb-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .fb-smile-div {
    width: 18px;
  }

  .image-153 {
    width: 42px;
    height: 42px;
  }

  .wd-txt {
    font-size: 16px;
  }

  .text-block-219 {
    font-size: 13px;
  }

  .facebook-wrapper.is-padded {
    margin-left: auto;
    margin-right: auto;
  }

  .review_head {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cd-hour-block,
  .cd-minute-block,
  .cd-sec-block {
    width: 65px;
  }

  .cd-hour-number,
  .cd-minute-number,
  .cd-second-number {
    font-size: 1.6rem;
  }

  .offer-div-top {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .season-div {
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    display: block;
  }

  .change-season-wrap {
    background-image: url("../images/Stripes-01.svg");
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 34px;
    margin-top: 0;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
  }

  .video-stars-block {
    background-color: #fff;
    border: 1px solid #6694de66;
    border-radius: 20px;
    align-items: center;
    width: 60%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 13px;
  }

  .black-star-span {
    font-family: "Fa Solid 900", sans-serif;
    font-size: 11px;
    line-height: 13px;
  }

  .video-stars-inner {
    margin-right: 8px;
  }

  .image-154.badge-img {
    width: 40px;
    height: 40px;
    bottom: 25px;
    left: 150px;
  }

  .text-block-221 {
    border-width: 1.25px;
    width: 18px;
    height: 18px;
    padding-top: 1px;
    font-size: 13px;
    top: -4px;
    right: -8px;
  }

  .pro-thumb-img-free {
    border-radius: 6px;
    width: 55px;
  }

  .top-star-svg {
    width: 66px;
    margin-top: -1px;
  }

  .tp-title {
    font-size: 16px;
  }

  .tp-date-text,
  .tp-doe,
  .tp-share-text {
    font-size: 13px;
  }

  .tp-f-one-inner-left {
    justify-content: center;
    align-items: center;
  }

  .tp-rev-text,
  .tp-local-text {
    font-size: 13px;
  }

  .tp-local-svg {
    width: 13px;
    margin-top: -1px;
  }

  .image-7 {
    max-width: 100%;
  }

  .image-2 {
    margin-top: 20px;
  }

  .list-hero-upsells {
    margin-top: 0;
  }

  .note-offer {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
  }

  .div-block-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns {
    flex-wrap: wrap;
    padding-top: 0;
  }

  .text-block-14 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .text-block-12 {
    font-size: 12px;
  }

  .div-block {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 10px 5px;
  }

  .upsell---nots {
    font-size: 12px;
    line-height: 19px;
  }

  .text-block-11 {
    margin-top: 0;
    font-family: Proxima Nova, sans-serif;
    font-size: 14px;
    line-height: 22px;
  }

  .heading {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
  }

  .paragraph-6 {
    font-size: 13px;
    line-height: 18px;
  }

  .column {
    text-align: center;
  }

  .list-upsells {
    text-align: left;
    background-position: 0 30%;
    background-size: 18px;
    min-height: auto;
    margin-bottom: 0.15rem;
    padding-left: 30px;
    padding-right: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .copyright {
    padding: 10px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .offer-heading-block {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 10px 7px;
  }

  .offer-heading-text {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .upsell-title-text {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
  }

  .offer-info-wrapper {
    margin-top: 12px;
  }

  .up-pricing-text {
    font-size: 28px;
  }

  .up-pricing-sub-text {
    font-size: 11px;
  }

  .offer_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_header-up {
    padding-left: 0;
    padding-right: 0;
  }

  .progress-icon-complete {
    background-color: #fff;
    border-radius: 100%;
    width: 57%;
    height: 12px;
    font-size: 15px;
    line-height: 13px;
    display: none;
    top: -5px;
    right: -7px;
  }

  .progress-line {
    top: 12px;
  }

  .progress-bar-text {
    font-size: 12px;
  }

  .progress-bar-step-circle {
    width: 25px;
    height: 25px;
  }

  .progress-bar-steps {
    align-items: flex-start;
    width: 165px;
  }

  .header-up-wrapper {
    padding-left: 20px;
    padding-right: 10px;
  }

  .offer_wrapper-inner {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 10px 5px 30px;
  }

  .offer_wrapper-inner.first-one {
    padding-top: 10px;
  }

  .offer_confirmation-block {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .con-text-up {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .con-text-down {
    font-size: 12px;
    line-height: 16px;
  }

  .confer-one {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 70px;
    height: 67px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .confer-two {
    height: 67px;
    padding: 10px 15px;
  }

  .of-con-inner {
    justify-content: center;
    align-items: center;
  }

  .star-rating-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-21 {
    font-size: 0.85rem;
  }

  .offer_wrapper-head {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .image-27 {
    width: 100%;
    height: auto;
  }

  .grid-2 {
    grid-template-columns: 0.5fr 1fr;
  }

  .column-feature {
    background-color: #0000;
    padding: 0;
  }

  .price-cards {
    justify-content: flex-start;
  }

  .tabs-menu-2 {
    font-size: 12px;
  }

  .inner-badges {
    justify-content: flex-start;
  }

  .image-156 {
    width: 100%;
    height: auto;
  }

  .grid-3 {
    grid-template-columns: 0.5fr 1fr;
  }

  .tabs-menu-3,
  .tab-menu-block {
    font-size: 12px;
  }

  .sel-heading-text {
    margin-top: 0;
  }

  .section_content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .aux-top-heading {
    font-size: 42px;
    line-height: 1.1;
  }

  .aux-sub-heading {
    font-size: 16px;
  }

  .aux-email-text {
    text-align: left;
    font-size: 16px;
  }

  .aux-label-text {
    font-size: 20px;
  }

  .section_footer-aux {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 16px 30px;
    position: static;
  }

  .up_first-video {
    position: static;
  }

  .dr-image {
    width: 140px;
    inset: auto auto 0% 0%;
  }

  .column-2 {
    padding-top: 5px;
  }

  .cor-rev-txt {
    color: var(--different);
    font-size: 14px;
  }

  .two-com-div {
    width: 100%;
  }

  .text-block-223 {
    font-size: 14px;
  }

  .div-block-702 {
    margin-top: -2px;
  }

  .side-head {
    font-size: 23px;
    line-height: 30px;
  }

  .side-head.ty1.er1 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    font-family: Proxima Nova, sans-serif;
    font-size: 20px;
    line-height: 35px;
  }

  .mobile-checkoutsummary {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .inner {
    align-items: center;
  }

  .content-wrapper {
    display: block;
    overflow: hidden;
  }

  .rtc-checkout {
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
  }

  .checkout-steps {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
  }

  .footer-link {
    color: #0a0a0a;
  }

  .rtc-right {
    border-radius: 0;
    padding-top: 0;
    overflow: hidden;
  }

  .checkout-total-compare-value {
    text-align: right;
    justify-content: flex-start;
  }

  .checkout_prices {
    min-width: 30px;
  }

  .checkout-cart-display-2 {
    order: 2;
  }

  .footer-5 {
    align-items: center;
  }

  .footer-5.mobile {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-346 {
    align-items: center;
    width: 60%;
    padding-left: 0;
  }

  .column-3 {
    margin-bottom: 0;
  }

  .column-3.desk-6 {
    width: 100%;
  }

  .rtc-left-container {
    position: relative;
  }

  .steps-text {
    font-size: 10px;
  }

  .order-summary-tablet-mobile {
    border: 0 #000;
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .rtc-left {
    height: auto;
    min-height: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .welcome-club {
    inset: 0%;
  }

  .checkout-head {
    background-color: #6694de;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 0.938rem;
    padding-right: 0.938rem;
  }

  .brand-logo-image {
    height: 34px;
  }

  .div-block-3 {
    align-items: center;
    min-height: auto;
  }

  .div-block-317 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .checkout-subtotal-with-discounts-value {
    text-align: right;
    justify-content: flex-start;
    min-width: 30px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .summary-success {
    margin-left: 0;
  }

  .icnon-summary {
    width: 12px;
    margin-left: 10px;
  }

  .heading-3.checkout {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 900;
  }

  .heading-3.m.welcome_message {
    font-size: 1.375rem;
  }

  .checkout_menu {
    align-items: center;
  }

  .steps-inner-2 {
    align-items: center;
    width: 100%;
    margin-top: 4px;
  }

  .checkout_panel {
    margin-left: -0.938rem;
    margin-right: -0.938rem;
    padding-left: 0.938rem;
    padding-right: 0.938rem;
  }

  .container {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-slider-2 {
    margin-top: 0;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slide-wrapper-2.is-short {
    max-width: 100%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    width: 30px;
    left: -15px;
  }

  .testimonial-slider-right-2 {
    width: 30px;
    right: -15px;
  }

  .trust-container {
    max-width: none;
  }

  .sum-text-block {
    justify-content: center;
    align-items: center;
  }

  .sum-cart-icon-svg {
    width: 15px;
  }

  .text-span-161 {
    font-size: 12px;
  }

  .cat-div {
    flex-flow: column;
  }

  .div-block-889 {
    margin-left: 0;
  }

  .container-23 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .pricing-image {
    margin-bottom: 0;
    margin-right: 20px;
  }

  ._3-box-block {
    padding: 20px 0 10px;
  }

  .boxy-div {
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .div-block-667,
  .div-block-668 {
    width: 15%;
  }

  .per-text {
    font-size: 0.85rem;
  }

  .bar-hjeights {
    width: 70%;
    height: 10px;
    margin-left: 1px;
  }

  .text-block-189 {
    text-align: left;
    font-size: 0.85rem;
  }

  .rating-div-top {
    grid-row-gap: 0rem;
    width: 100%;
    display: block;
  }

  .star-blue-mid {
    font-family: "Fa Solid 900", sans-serif;
    font-size: 11px;
  }

  .btn-cc-badges-svg {
    width: 100px;
    margin-top: 3px;
  }

  .shipping-partner-div {
    width: 100%;
  }

  .ss-left-part {
    width: 20%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .ss-right-part {
    width: 75%;
    padding-left: 10px;
    padding-right: 5px;
  }

  .ss-right-part.id-diff {
    padding-left: 10px;
  }

  .ss-part-title {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .part-logo-div {
    margin-right: 7px;
  }

  .ship-partner-logo-svg {
    width: 20px;
  }

  .shipping-partner-logo-text {
    font-size: 0.7rem;
    line-height: 1.2;
  }

  .footer-content-block,
  .footer-content-block.on-advert {
    margin-bottom: 0;
  }

  .sa1-t-copy {
    font-size: 15px;
  }

  .delivery-esti-text {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .cost-text {
    font-size: 0.8rem;
  }

  .sticky_cta-advert {
    background-color: #0000;
    background-image: linear-gradient(#0000 5%, #fff 68%);
    padding-top: 27px;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .comment_wrapper {
    width: auto;
  }

  .comment_wrapper.is-padded {
    margin-left: auto;
    margin-right: auto;
  }

  .bz-thumb-box {
    width: 34px;
    height: 34px;
  }

  .bz-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .bz-thumb-img {
    width: 34px;
    height: 34px;
  }

  .bz-thumb-reply-img,
  .bz-thumb-reply-box {
    width: 25px;
    height: 25px;
  }

  .video-listicle {
    object-fit: fill;
    overflow: visible;
  }

  .shipping-info-package-block {
    width: auto;
    padding: 0 5px 0 10px;
  }

  .shipping-info-package-block.id-diff {
    padding-left: 10px;
  }

  .ss-block-sub-title {
    width: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }

  .ss-block-sub-title.with-space {
    margin-bottom: 0.5rem;
  }

  .ss-block-package {
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
  }

  .dr-top-heading-text {
    font-size: 0.85rem;
  }

  .small-badge-block {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 8px;
    top: 21%;
    right: 3.5%;
  }

  .small-badge-text {
    letter-spacing: -0.3px;
    font-size: 9px;
  }

  .grey-line {
    width: 20%;
  }

  .feature-header-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .feature-checkout-2 {
    font-size: 12px;
  }

  .feature-icon-2 {
    width: 90px;
  }

  .divider-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .paragraph-feature {
    font-size: 13px;
  }

  .feature-image-div {
    width: 55px;
    height: 55px;
  }

  .brand-features-2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 29px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sign-up-text-2 {
    white-space: normal;
  }

  .secure-badge-block {
    margin-top: -6px;
  }

  .secure-badges-img {
    width: 200px;
  }

  .tp-cc-div {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .tp-stars-cc-img {
    width: 68px;
    margin-top: -2px;
  }

  .tp-logo-cc-img {
    width: 65px;
  }

  .tp-text-cc,
  .tp-text-suc-cc,
  .tp-text-suc-cc.diff {
    font-size: 12px;
    line-height: 1;
  }

  .upsell_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .first-upsell-title {
    text-transform: none;
    border-bottom: 1px solid #00000024;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .up-pp-text {
    font-size: 0.9rem;
  }

  .facebook_inner-block {
    width: 100%;
  }

  .paragraph-15.upsell-p15 {
    font-size: 13px;
  }

  .text-span-76 {
    font-size: 20px;
  }

  .gift-row {
    align-items: center;
  }

  .text-span-82 {
    font-size: 12px;
  }

  .upsell-select-variant {
    padding-left: 5px;
    padding-right: 5px;
  }

  .stars-block {
    margin-top: 10px;
  }

  .stars-text {
    color: #656874;
    font-size: 12px;
  }

  .heading-24 {
    font-size: 26px;
  }

  .tabs-menu-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 5px;
  }

  .column-4 {
    margin-top: -37px;
  }

  .text-span-77 {
    font-size: 14px;
  }

  .main-title {
    font-size: 29px;
  }

  .price-type-6 {
    text-align: left;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 16px;
  }

  .add-to-order {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }

  .note-text {
    font-size: 12px;
  }

  .upsell-main-top-block {
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-span-2.ct {
    margin-top: 0;
    font-size: 8px;
  }

  .main-text-block.upsell-main-text-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sale-p {
    padding-left: 11px;
    padding-right: 11px;
  }

  .sale-title {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 24px;
    line-height: 30px;
  }

  .upsell-slider-wrapper {
    margin-bottom: 60px;
  }

  .text-span-75 {
    font-size: 20px;
  }

  .main-dots.upsell-dots {
    display: block;
  }

  .column-5.upsell-slider-coloumn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-83 {
    font-size: 12px;
  }

  .upsell-list-block {
    padding-left: 0;
    padding-right: 0;
  }

  .upsell-new-selection-box {
    position: relative;
  }

  .upd-left {
    width: 8%;
  }

  .upd-right {
    width: 92%;
  }

  .upd-text {
    font-size: 0.9rem;
  }

  .upd-icon {
    width: 19px;
    height: 19px;
  }

  .stick-nav-up-3 {
    background-color: #0000;
    background-image: linear-gradient(#0000 2%, #fff 34%);
    padding-top: 27px;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .sticky-sub-text-up-3 {
    font-size: 14px;
    font-weight: 400;
  }

  .sticky-text-up-3 {
    font-size: 0.9rem;
  }

  .mobile-button-sticky-up-3 {
    color: var(--base-color-neutral--white);
    text-align: center;
    background-color: #2ab05c;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 12px 5px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    display: flex;
  }

  .sticky-below-text-div-up-3 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.3;
    display: flex;
  }

  .sticky-below-text-up-3 {
    color: #000;
    margin-top: 0;
    font-size: 0.8rem;
  }

  .sticky-below-link-up-3 {
    font-size: 0.85rem;
  }

  .upsell-3-btn-block {
    display: none;
  }

  .stick-nav-up-2 {
    background-color: #0000;
    background-image: linear-gradient(#0000 2%, #fff 34%);
    padding-top: 27px;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
    position: static;
  }

  .mobile-button-sticky-up-2 {
    color: var(--base-color-neutral--white);
    text-align: center;
    background-color: #2ab05c;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 17px 5px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    display: flex;
  }

  .sticky-text-up-2 {
    text-transform: capitalize;
    font-size: 1rem;
  }

  .stick-nav-up-2-block {
    background-image: linear-gradient(#0000, #fff 47%);
    padding: 27px 9px 16px;
    text-decoration: none;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .anchor-div {
    background-color: #fff0;
    width: 100%;
    height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: auto 0% -42%;
  }

  .new-div-plus {
    width: 100%;
    max-width: 100%;
    height: 1px;
    max-height: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 0;
    position: static;
    top: auto;
  }

  .che-block {
    width: auto;
    height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    bottom: -166%;
    overflow: hidden;
  }

  .container-24 {
    max-width: none;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
  }

  .footer-block {
    justify-content: center;
    align-items: flex-start;
  }

  .title-small {
    font-size: 15px;
  }

  .footer-divider {
    margin-top: 30px;
  }

  .section_new-footer {
    padding-top: 15px;
    padding-bottom: 95px;
  }

  .footer-line-div {
    background-color: #fff3;
    width: 100%;
    height: 1px;
    display: flex;
  }

  .contact-form-try {
    width: 100%;
  }

  .container-25 {
    max-width: none;
  }

  .title-small-2 {
    font-size: 15px;
  }

  .globals-checkout {
    display: none;
  }

  .features-list {
    list-style-type: none;
  }

  .rtc-checkout-2 {
    overflow: hidden;
  }

  .checkout-submit-paypal {
    border-radius: 4px;
  }

  .add-addon {
    order: 2;
  }

  .div-block-361 {
    order: 3;
  }

  .sign-up-text {
    white-space: normal;
  }

  .checkbox-detail {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
  }

  .image-10 {
    width: 60px;
  }

  .grey-line-2 {
    width: 20%;
  }

  .text-block-69-copy {
    font-size: 12px;
    line-height: 20px;
  }

  .secure-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .heading-71.checkout-copy,
  .heading-71.checkout {
    font-size: 1.125rem;
    font-weight: 900;
  }

  .brand-logo-image-2 {
    height: 1.5rem;
  }

  .btn-qty.checkout-quantity-decrease,
  .btn-qty.checkout-quantity-increase {
    width: 1.875rem;
    min-width: 1.875rem;
    height: 1.875rem;
    min-height: 1.875rem;
  }

  .secure-text {
    font-size: 12px;
    line-height: 12px;
    display: block;
  }

  .block_bundle-builder_flavor-qty {
    flex-direction: column;
    flex: none;
    align-items: center;
    width: 100%;
    max-width: 6.25rem;
    overflow: visible;
  }

  .divider-wrap-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .payment-agree {
    font-size: 8px;
  }

  .mbg-text {
    margin-bottom: 0;
    font-size: 8px;
    line-height: 12px;
  }

  .checkout-container {
    overflow: hidden;
  }

  .featured-item {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .check-icon {
    width: 14px;
    min-width: 14px;
    height: 14px;
    min-height: 14px;
    transform: translate(0, 5px);
  }

  .text-block-68 {
    font-size: 13px;
  }

  .accepts_marketing {
    flex-flow: row;
    width: 100%;
    display: flex;
    position: static;
  }

  .block_bundle-builder_flavor-qty-inner {
    align-items: center;
    width: 100%;
    max-width: 5.625rem;
    height: 2.1875rem;
  }

  .bump-title {
    font-size: 16px;
  }

  .addon-selector {
    flex-direction: column;
    display: flex;
  }

  .summary-item {
    font-size: 14px;
  }

  .heading-javy-top {
    text-align: left;
    margin-top: 3px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
  }

  .feature-text-2 {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
  }

  .grid-23 {
    align-items: center;
  }

  .div-block-365 {
    font-size: 12px;
  }

  .smalls {
    margin-bottom: 0;
    font-size: 10px;
  }

  .grid-26 {
    order: 1;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .grid-26.vertical {
    grid-template-columns: 2fr 1fr;
    align-items: center;
  }

  .checkbox-detail-2 {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    display: block;
    position: relative;
  }

  .bump-description-copy {
    margin-bottom: 0;
    font-size: 8px;
  }

  .grid-27 {
    margin-top: 0;
  }

  .div-block-352 {
    padding: 10px;
  }

  .mbg-days {
    font-size: 12px;
    font-weight: 800;
  }

  .div-block-399 {
    text-align: left;
    width: 100%;
    padding-left: 0;
  }

  .div-block-895 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-396 {
    flex-direction: column;
    align-items: center;
  }

  .person-name-2 {
    margin-bottom: 4px;
    margin-right: 0;
  }

  .text-block {
    font-weight: 600;
  }

  .faq-icon {
    color: #294a59;
  }

  .text-block-226 {
    font-size: 16px;
  }

  .div-block-296 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .tes-div {
    text-align: center;
    flex-direction: column;
  }

  .h1-heading-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .center-btn {
    width: auto;
    max-width: none;
    padding-left: 53px;
    padding-right: 53px;
    font-size: 16px;
  }

  .section-4 {
    padding-top: 39px;
    padding-bottom: 61px;
  }

  .center-el {
    padding: 6px 2px;
  }

  .heading-block {
    max-width: 350px;
  }

  .sm-text.fw-500 {
    color: #081e2e;
    font-size: 11px;
    font-weight: 500;
  }

  .sm-text.fw-500.review-length {
    flex: 0 auto;
    width: 100%;
    font-size: 16px;
    display: block;
  }

  .rev-section {
    padding-top: 43px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .pro-div-right {
    width: 100%;
    margin-top: 20px;
  }

  .con-para {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .mon-back-sec {
    padding-bottom: 39px;
  }

  .pro-div-left {
    width: 100%;
  }

  .button-sm-outline.load-more {
    border-color: #012169;
    width: 100%;
  }

  .person-name-3 {
    margin-bottom: 4px;
    margin-right: 0;
  }

  .paragraph-17 {
    margin-top: 31px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .faq-text-2 {
    color: #535353;
    font-size: 17px;
    line-height: 25px;
  }

  .sticky-nav-item {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-22 {
    width: auto;
    margin-top: 4px;
  }

  .tt-top-head {
    color: #294a59;
    font-size: 26px;
  }

  .tes-section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-29 {
    flex-direction: row;
    justify-content: space-between;
    display: block;
  }

  .paragraph-21 {
    font-size: 16px;
  }

  .bold-text-7 {
    text-align: left;
  }

  .div-block-374 {
    text-align: center;
  }

  .section-1-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-1-item.mb-0.section-1-item-3,
  .section-1-item.section-1-item-2 {
    max-width: 260px;
    margin-bottom: 48px;
  }

  .heading-10 {
    font-size: 31px;
    line-height: 39px;
  }

  .text-block-92 {
    color: #294a59;
    font-size: 15px;
    font-weight: 700;
  }

  .nav-con {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: block;
  }

  .button-11 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
  }

  .div-block-427 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-427._2nd.gt1mob {
    padding-left: 0;
    display: block;
  }

  .heading-17 {
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 18px;
    line-height: 25px;
  }

  .sm-paragraph.text-gray {
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-366 {
    height: 21px;
    margin-top: -4px;
  }

  .bottom-row {
    grid-template-columns: 1fr minmax(90px, auto) minmax(90px, auto);
  }

  .card-heading {
    font-size: 20px;
    line-height: 18px;
  }

  .heading-16 {
    text-align: center;
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 31px;
  }

  .div-block-393 {
    flex-direction: column;
    align-items: center;
  }

  .section-1-left-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-86 {
    text-align: center;
    margin-bottom: -22px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-438 {
    width: 100%;
    margin-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-div {
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 5px;
    display: block;
  }

  .bold-text-6 {
    text-align: left;
  }

  .guarantee-title {
    font-size: 26px;
    line-height: 30px;
  }

  .section-1-item-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .video-block-wrapper {
    height: auto;
  }

  .gt2mob {
    display: block;
  }

  .p-text {
    margin-top: -10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .bar-promo-2 {
    width: 100%;
    padding: 6px 36px;
    font-size: 14px;
    line-height: 19px;
  }

  .div-block-358 {
    height: 50px;
  }

  .top-navbar {
    padding: 11px 10px;
  }

  .container-8 {
    flex-direction: column;
  }

  .paragraph-18 {
    font-size: 16px;
    line-height: 22px;
  }

  .row-tr {
    grid-template-columns: 1fr minmax(90px, auto) minmax(90px, auto);
  }

  .row-tr.bg-white {
    height: auto;
  }

  .heading-13 {
    margin-top: -8px;
    font-size: 20px;
    line-height: 30px;
  }

  .text-span-85 {
    font-size: 16px;
  }

  .div-block-430 {
    text-align: center;
  }

  .link-4 {
    color: #e9f1f4;
  }

  .text-f {
    font-size: 18px;
  }

  .tt-heading-top {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 26px;
    line-height: 30px;
  }

  .mb-20 {
    font-size: 24px;
    line-height: 32px;
  }

  .button-primary-d {
    color: #294a59;
    letter-spacing: 0.8px;
    border-radius: 10px;
    height: 55px;
    margin-top: 13px;
    font-size: 18px;
    line-height: 20px;
  }

  .nav-menu-3 {
    background-color: #294a59;
    flex-direction: column;
    justify-content: center;
  }

  .span-text {
    font-size: 15px;
  }

  .rr-text {
    text-align: left;
  }

  .content-sc-item-wrapper-img {
    margin-bottom: 0;
  }

  .content-sc-item-wrapper-img.sddesk {
    display: none;
  }

  .section-1-right {
    padding-top: 50px;
    padding-bottom: 12px;
  }

  .text-primary-2 {
    text-align: left;
    flex-direction: row;
    font-size: 26px;
    line-height: 32px;
    display: block;
  }

  .text-primary-2.is-desktop {
    display: none;
  }

  .text-primary-2.is-mobile {
    text-align: left;
    font-size: 26px;
    line-height: 32px;
    display: block;
  }

  .div-block-397 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .div-block-897 {
    flex-direction: column;
    align-items: center;
  }

  .image-86 {
    margin-left: -6px;
  }

  .tt-heading-down {
    margin-top: 11px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .tes-name {
    color: #294a59;
    font-size: 14px;
  }

  .text-block-82 {
    margin-bottom: 13px;
    padding-right: 18px;
    font-size: 20px;
  }

  .heading-11 {
    text-align: center;
    font-size: 23px;
    line-height: 30px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-12 {
    font-size: 26px;
    line-height: 30px;
  }

  .side-div {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .text-block-88 {
    color: #e9f1f4;
    font-size: 13px;
    font-weight: 300;
  }

  .three-sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 {
    padding: 33px 25px 0;
    position: relative;
    top: 0;
  }

  .section-3.try-it-sc {
    background-image: none;
    padding-bottom: 40px;
  }

  .section-3.faq-section {
    padding-top: 48px;
    padding-bottom: 20px;
  }

  .cen-btn-div {
    margin-top: 22px;
    margin-bottom: -23px;
  }

  .button-4 {
    font-size: 16px;
  }

  .heading-25 {
    font-size: 19px;
    font-weight: 700;
  }

  .button-6 {
    margin-top: 23px;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 16px;
  }

  .review-info-2 {
    border: 1px solid #0000005e;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: auto;
    padding-left: 7px;
    padding-right: 7px;
  }

  .pro-div {
    flex-direction: column;
  }

  .div-block-395 {
    width: 100%;
    margin-top: 19px;
  }

  .main-features-div {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .div-block-373 {
    margin-top: 0;
    padding-top: 33px;
    top: 0;
    bottom: 0;
  }

  .question-text {
    width: 100%;
    max-width: 300px;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
  }

  .question-text.hide {
    display: none;
  }

  .rating-stars-2 {
    height: 17px;
  }

  .reviews-list-2 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .div-block-398 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .ben-sec {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-426 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-426.fr1 {
    text-align: left;
    padding-right: 0;
  }

  .container-5 {
    max-width: none;
    padding-left: 26px;
    padding-right: 26px;
  }

  .div-block-403 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-89 {
    color: #e9f1f4;
    margin-top: 7px;
    font-size: 13px;
  }

  .button-sm-2 {
    width: 100%;
  }

  .div-block-423 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-75 {
    margin-top: 24px;
  }

  .image-75.f-d {
    display: none;
  }

  .review-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-83 {
    padding-top: 4px;
    font-size: 18px;
    line-height: 23px;
  }

  .row-tr-2 {
    grid-template-columns: 1fr minmax(90px, auto) minmax(90px, auto);
  }

  .h-div {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .h-div.mobonlydiv {
    margin-top: -13px;
    margin-bottom: 38px;
    display: block;
  }

  .div-block-432 {
    text-align: center;
  }

  .video-info-block {
    justify-content: center;
    align-items: flex-start;
  }

  .top-heading {
    margin-bottom: 23px;
    font-size: 26px;
    line-height: 30px;
  }

  .top-heading.hhy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-button {
    background-color: #294a59;
    display: block;
  }

  .menu-button.w--open {
    background-color: #294a59;
  }

  .menu-button.is-diff {
    background-color: #294a5900;
  }

  .div-block-898 {
    height: 20px;
    margin-bottom: 0;
  }

  .text-block-2 {
    font-weight: 600;
  }

  .text-block-91 {
    font-size: 21px;
  }

  .md-text {
    text-align: left;
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-21 {
    text-align: center;
    align-items: flex-end;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-5 {
    font-size: 16px;
  }

  .icon-4 {
    color: #fff;
    display: none;
  }

  .text-block-35 {
    font-size: 9px;
    line-height: 11px;
  }

  .section-2-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .heading-22 {
    font-size: 24px;
    line-height: 30px;
  }

  .table-feature {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .footer {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .section-16.try-it-sc {
    background-position: 50% 5%;
    background-size: 1000px;
  }

  .div-block-368 {
    text-align: center;
  }

  .div-block-436 {
    flex-direction: column;
  }

  .form-bottom-info-item {
    font-size: 9px;
  }

  .div-block-30 {
    align-items: flex-start;
    padding-top: 6px;
    padding-left: 0;
    display: block;
  }

  .tes-inside-div {
    width: auto;
    margin-bottom: 26px;
  }

  .div-block-899 {
    height: 50px;
  }

  .pro-section {
    background-image: linear-gradient(#081e2eb0, #081e2eb0),
      url("../images/mob_back.jpg");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding: 11px 25px 40px;
  }

  .table-head-2 {
    font-size: 16px;
    line-height: 15px;
  }

  .section-1-left-2 {
    flex-direction: column;
    padding-top: 54px;
    padding-bottom: 20px;
  }

  .list-icon-wrapper {
    margin-right: 0;
  }

  .div-block-425 {
    width: 100%;
    margin-top: 34px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-block-4 {
    margin-bottom: 20px;
  }

  .div-block-394 {
    width: 100%;
  }

  .pro-con {
    max-width: none;
    height: auto;
  }

  .link-2 {
    color: #e9f1f4;
  }

  .div-block-900 {
    margin-bottom: 20px;
  }

  .two-vid-sec {
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .con-div-center {
    padding-left: 0;
    padding-right: 0;
  }

  .section-1-list {
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .paragraph-19 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .table-head-img {
    height: 70px;
  }

  .bar-promo {
    font-size: 14px;
  }

  .div-block-437 {
    width: 100%;
    margin-top: -13px;
    padding-right: 0;
  }

  .content-sc-item-info {
    text-align: left;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 13px;
  }

  .question-text-mb {
    color: #294a59;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    display: block;
  }

  .container-26 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-26 {
    font-size: 26px;
    line-height: 36px;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .table-logo {
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-18 {
    text-align: center;
    margin-top: 10px;
  }

  .div-block-902 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .nav-btn-div.mobnow {
    display: none;
  }

  .offer-countdown {
    font-size: 21px;
  }

  .div-block-903 {
    margin-top: -4px;
    padding: 38px 15px 45px;
  }

  .text-center {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-424 {
    width: 100%;
    margin-top: 34px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-3 {
    color: #e9f1f4;
  }

  .main-offer-div {
    margin-top: 9px;
  }

  .wave-block-div {
    height: 40px;
  }

  .logo-image-2 {
    height: auto;
  }

  .logo-image-2.formobilenew {
    margin-top: 3px;
    display: block;
  }

  .logo-image-2.fordesk {
    display: none;
  }

  .l-icon-div {
    flex-direction: row;
    align-items: baseline;
    display: block;
  }

  .section-1-item-info {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .tes-para {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-4 {
    font-size: 26px;
    line-height: 32px;
  }

  .mb-5-2 {
    font-size: 18px;
    line-height: 23px;
  }

  .div-block-431 {
    text-align: center;
  }

  .text-block-87 {
    font-size: 20px;
  }

  .container-27 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  ._3-col-heading {
    font-size: 1.6rem;
    font-weight: 800;
  }

  .section_loop {
    padding: 45px 0 0;
  }

  .loop-sec_heading_text {
    font-size: 1.8rem;
  }

  .loop_video-block {
    margin-bottom: 20px;
    display: block;
  }

  .two-content-block {
    max-width: none;
  }

  .form-title-cf1 {
    font-size: 35px;
  }

  .contact_form-amazon {
    width: 100%;
  }

  .form-wrapper-amazon {
    border-radius: 0;
    width: 100%;
    padding: 20px 5%;
  }

  .other_block {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .cs-text-below {
    margin-bottom: 12px;
  }

  .cs-title-headline {
    font-size: 3.2rem;
    line-height: 1;
  }

  .inner-amazon-wrapper {
    flex-flow: column-reverse;
  }

  .main-contact_block {
    width: 100%;
  }

  .amazon_form-block {
    width: auto;
  }

  .cart_card-info {
    grid-row-gap: 0.25rem;
    text-align: left;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.5rem;
    font-size: 0.9rem;
  }

  .pu_continue-btn-text {
    font-size: 1rem;
    line-height: 21px;
  }

  .gift-unlockers {
    font-size: 0.5rem;
    line-height: 20px;
  }

  .upgrade-block_heading {
    font-size: 1rem;
  }

  .text-block-228 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cart_description {
    flex: 0 auto;
    padding-right: 0.4rem;
  }

  .gift-lockings {
    width: 1.8rem;
    height: 1.8rem;
    margin-bottom: 0;
  }

  .ring-container {
    width: 0.6rem;
    min-width: 0.6rem;
    height: 0.6rem;
    min-height: 0.6rem;
  }

  .text-span-167 {
    color: #2ab05c;
  }

  .text-span-168 {
    display: block;
  }

  .fire-icon {
    font-family: "Fa Solid 900", sans-serif;
  }

  .new-drawer_head-block {
    margin-bottom: 0;
    padding: 0.8rem 1rem;
  }

  .pu-head_heading {
    font-size: 16px;
  }

  .ug-content_block {
    width: 100%;
    padding: 15px 10px;
  }

  .pu_upgrade-btn {
    margin-top: 3px;
    font-size: 1rem;
  }

  .gift-locker {
    justify-content: center;
    align-items: center;
  }

  .cart_content {
    width: 100%;
    display: flex;
  }

  .upgrade-button_text {
    font-size: 16px;
  }

  .ck_button-text {
    font-size: 1.1rem;
  }

  .rem-copy-2 {
    font-size: 0.7rem;
    line-height: 13px;
    display: block;
  }

  .pop-up_flex-wrapper {
    z-index: 1000;
    padding-left: 14px;
    padding-right: 14px;
  }

  .pu_continue-btn {
    font-size: 1rem;
  }

  .ug-block_text {
    width: 60%;
    margin-right: 0;
    font-size: 16px;
  }

  .checkout_badge-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
  }

  .ck-countdown-text {
    font-size: 14px;
    font-weight: 400;
  }

  .gift-checkmark {
    margin-top: 0;
  }

  .pop-up_head {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .pillow-image_block {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .line_item-qty {
    margin-top: -0.0625rem;
  }

  .time_label,
  .stock_label,
  .stock_label.in-stock {
    font-size: 0.5rem;
    line-height: 16px;
    right: 0.95rem;
  }

  .pu-body_sub-heading {
    margin-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.3rem;
  }

  .pu-body_offer-text {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .order-by-text {
    font-size: 0.5rem;
    line-height: 1.4;
  }

  .cart_card-wrapper {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .ship-by-copy-2 {
    font-size: 0.65rem;
  }

  .new-drawer_inside-content {
    padding: 0;
    overflow: visible;
  }

  .co_left-block {
    justify-content: flex-start;
    align-items: center;
    width: 58%;
    font-size: 12px;
    line-height: 14px;
    display: flex;
  }

  .ships-by-box {
    grid-column-gap: 0.3rem;
    justify-content: flex-start;
    align-items: center;
    width: 160px;
    padding: 0.2rem 0.5rem 0.2rem 0.3rem;
    font-size: 0.7rem;
    line-height: 1.3;
    position: absolute;
    right: 4%;
  }

  .gift-blocks {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
  }

  .cart_quantity-block {
    justify-content: center;
    align-items: center;
  }

  .cart-back-icon {
    font-size: 20px;
    line-height: 20px;
  }

  .cart_item-name {
    font-size: 0.9rem;
    line-height: 1.1;
  }

  .new-drawer_footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    overflow: visible;
    box-shadow: 0 -4px 4px #00000012;
  }

  .cart_line-item {
    flex-wrap: wrap;
    align-items: center;
  }

  .cart-head_back-block {
    width: 25px;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
    top: auto;
    bottom: auto;
  }

  .new-drawer_inside-box {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    transition-duration: 0.25s;
    position: fixed;
    top: 100px;
    overflow: visible;
    transform: translate(0%, 100vh);
  }

  .new-drawer_inside-box.is-active {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: 100vh;
    transition-duration: 0.25s;
    display: block;
    top: 0;
    overflow: scroll;
    transform: translate(0%);
  }

  .co_right-block {
    justify-content: flex-end;
    align-items: center;
    width: 42%;
    font-size: 12px;
    line-height: 14px;
  }

  .pu-body_heading {
    font-size: 26px;
    line-height: 30px;
  }

  .cart_quantity-container {
    align-items: center;
    width: 100%;
  }

  .cart-head_heading {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 26px;
  }

  .pu_upgrade-btn-text {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .saving-offer-text {
    color: #3eab3a;
    font-weight: 700;
  }

  .cart-item_block {
    height: auto;
    margin-top: -6px;
    padding-top: 7px;
    overflow: visible;
  }

  .upgrade-block_button {
    text-align: center;
    width: 40%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .checkout_button-shopify {
    color: #fff;
    text-align: center;
    background-color: #2ab05c;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    padding: 10px 5px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    display: flex;
  }

  .new-drawer_inside-inner {
    height: 100%;
    padding-bottom: 1rem;
  }

  .co_left-text,
  .co_right-text,
  .co_right-date {
    font-size: 10px;
  }

  .offer_bar-wrapper {
    margin-top: 0;
  }

  .offer_bar-text {
    font-size: 1rem;
  }

  .cart-head_title {
    color: #000;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .cart-head_back-text {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
  }

  .pop-up_flex-primary {
    align-items: stretch;
  }

  .pop-up_secondary {
    display: flex;
  }

  .pop-up_flex-secondary {
    align-items: stretch;
  }

  .text-span-170 {
    display: block;
  }
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-c00d1f70 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-c00d1f70,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-c00d1f70,
#w-node-_5260568a-938d-ea68-0c74-308a8209edce-c00d1f70,
#w-node-_5260568a-938d-ea68-0c74-308a8209edd1-c00d1f70,
#w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-c00d1f70,
#w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-c00d1f70,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-c00d1f70,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-c00d1f70,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-c00d1f70,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-c00d1f70,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86393-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-c00d1f70 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-c00d1f70 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-c00d1f70 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863be-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863de-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-c00d1f70,
#w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-c00d1f70,
#w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-c00d1f70 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-c00d1f70,
#w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-c00d1f70,
#w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-c00d1f70 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86402-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86410-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86418-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86419-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86423-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86424-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86454-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86455-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86461-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86462-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-c00d1f70,
#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-c00d1f70,
#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-c00d1f70 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-c00d1f70,
#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-c00d1f70,
#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-c00d1f70 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-c00d1f70,
#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-c00d1f70,
#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-c00d1f70 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-c00d1f70,
#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-c00d1f70,
#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-c00d1f70 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-c00d1f70,
#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-c00d1f70,
#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-c00d1f70 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-c00d1f70,
#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-c00d1f70,
#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-c00d1f70 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-c00d1f70,
#w-node-_40872103-aff7-c010-da67-704a8f3f1108-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-c00d1f70 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86490-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86491-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86497-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-c00d1f70 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-c00d1f70 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-c00d1f70,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-c00d1f70,
#w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-c00d1f70,
#w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-c00d1f70,
#w-node-dcc5fc80-562f-447f-055c-339db14678d8-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-c00d1f70,
#w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-c00d1f70,
#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-c00d1f70 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-c00d1f70,
#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-c00d1f70,
#w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-c00d1f70 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-c00d1f70,
#w-node-_16994295-7a31-57da-1001-8ec0ea846a22-c00d1f70,
#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-c00d1f70 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-c00d1f70,
#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-c00d1f70,
#w-node-f28919c2-e180-d075-d1c2-81b601b8a964-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-c00d1f70 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-c00d1f70,
#w-node-f28919c2-e180-d075-d1c2-81b601b8a968-c00d1f70,
#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-c00d1f70 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-c00d1f70,
#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-c00d1f70,
#w-node-ee961e8d-845a-edc3-3307-509470022457-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-c00d1f70 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-c00d1f70,
#w-node-ee961e8d-845a-edc3-3307-50947002245b-c00d1f70,
#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-c00d1f70 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-c00d1f70,
#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-c00d1f70,
#w-node-_626bd165-37fe-b21e-713f-accb16c57414-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-c00d1f70 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-c00d1f70,
#w-node-_626bd165-37fe-b21e-713f-accb16c57418-c00d1f70,
#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-c00d1f70 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-c00d1f70,
#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-c00d1f70,
#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-c00d1f70 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-c00d1f70,
#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-c00d1f70,
#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-c00d1f70 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-c00d1f70,
#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-c00d1f70,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-c00d1f70 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-c00d1f70 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-c00d1f70 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-c00d1f70 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-c00d1f70 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-c00d1f70 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-c00d1f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-c00d1f70 {
  justify-self: start;
}

#w-node-_6ecdd587-55aa-5ad8-5491-e39883448ebb-c00d1f72,
#w-node-ce2241d2-2247-a56b-47d2-fe26c8191b4e-c00d1f72,
#w-node-ce2241d2-2247-a56b-47d2-fe26c8191b57-c00d1f72,
#w-node-ce2241d2-2247-a56b-47d2-fe26c8191b60-c00d1f72,
#w-node-ce2241d2-2247-a56b-47d2-fe26c8191b69-c00d1f72,
#w-node-_9109c49f-4c2b-b09f-3409-27d0671597b7-c00d1f72,
#w-node-_66df764d-8394-a225-05af-7b32f74e415b-c00d1f72,
#w-node-c9fc6941-2eb9-dd5e-f5ec-0a475025ede6-c00d1f72,
#w-node-_038fc1b2-8078-2cb4-8719-91529b2030e7-c00d1f98,
#w-node-_038fc1b2-8078-2cb4-8719-91529b2030f3-c00d1f98,
#w-node-_038fc1b2-8078-2cb4-8719-91529b2030fe-c00d1f98,
#w-node-e21284f1-2cc0-bb1d-f745-8fb8bc5ead2a-c00d1f99,
#w-node-e21284f1-2cc0-bb1d-f745-8fb8bc5ead34-c00d1f99,
#w-node-e21284f1-2cc0-bb1d-f745-8fb8bc5ead3e-c00d1f99,
#w-node-_3a52b8d0-5e76-9801-5570-e9cd4dee711f-c00d1f99,
#w-node-_3a52b8d0-5e76-9801-5570-e9cd4dee712b-c00d1f99,
#w-node-_3a52b8d0-5e76-9801-5570-e9cd4dee7136-c00d1f99,
#w-node-e365374a-375a-f954-8f6a-377ac65af12c-c00d1f9a,
#w-node-e365374a-375a-f954-8f6a-377ac65af138-c00d1f9a,
#w-node-e365374a-375a-f954-8f6a-377ac65af143-c00d1f9a,
#w-node-c7a224af-f139-75a3-8a5b-5de7a8a515e9-c00d1f9b,
#w-node-c7a224af-f139-75a3-8a5b-5de7a8a515f5-c00d1f9b,
#w-node-c7a224af-f139-75a3-8a5b-5de7a8a51600-c00d1f9b,
#w-node-_0e787edb-81e8-1418-9339-a0b4fe2c1570-c00d1f9c,
#w-node-_0e787edb-81e8-1418-9339-a0b4fe2c157c-c00d1f9c,
#w-node-_0e787edb-81e8-1418-9339-a0b4fe2c1587-c00d1f9c,
#w-node-_1d698fa3-d1c5-5116-e7d4-0c599e2b78e6-c00d1f9d,
#w-node-_1d698fa3-d1c5-5116-e7d4-0c599e2b78f2-c00d1f9d,
#w-node-_1d698fa3-d1c5-5116-e7d4-0c599e2b78fd-c00d1f9d,
#w-node-_40ac8392-d1b0-aa2b-73f7-899ed3a55f26-c00d1f9e,
#w-node-_40ac8392-d1b0-aa2b-73f7-899ed3a55f32-c00d1f9e,
#w-node-_40ac8392-d1b0-aa2b-73f7-899ed3a55f3d-c00d1f9e,
#w-node-_22b7888d-692b-2cc1-4ddc-b9564391fc8b-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b9564391fc8f-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b9564391fc93-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b9564391fc97-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b9564391fc9c-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b9564391fca0-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b9564391fcd6-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b9564391fcda-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b9564391fcde-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b9564391fce2-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b9564391fce7-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b9564391fceb-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b95643920066-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b95643920073-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b95643920083-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b95643920090-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b9564392009d-c00d1fb3,
#w-node-_22b7888d-692b-2cc1-4ddc-b956439200aa-c00d1fb3,
#w-node-_5d5aa09c-0692-e678-7821-7f1dce5cb92f-c00d1fb3,
#w-node-_5d5aa09c-0692-e678-7821-7f1dce5cb93b-c00d1fb3,
#w-node-_5d5aa09c-0692-e678-7821-7f1dce5cb946-c00d1fb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_22b7888d-692b-2cc1-4ddc-b9564391fc8f-c00d1fb3,
  #w-node-_22b7888d-692b-2cc1-4ddc-b9564391fc93-c00d1fb3,
  #w-node-_22b7888d-692b-2cc1-4ddc-b9564391fcda-c00d1fb3,
  #w-node-_22b7888d-692b-2cc1-4ddc-b9564391fcde-c00d1fb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b17f1ca6-24ac-2b30-01ba-f41d518175a1-c00d1fb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@font-face {
  font-family: "Fa Solid 900";
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa Brands 400";
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amazon Ember";
  src: url("../fonts/Amazon-Ember-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amazon Ember";
  src: url("../fonts/Amazon-Ember.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima-Nova-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima-Nova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amazon Ember";
  src: url("../fonts/Amazon-Ember-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima-Nova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima-Nova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima-Nova-Reg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica_Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
