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

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

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

body {
  color: #333;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.product-nav-link {
  color: #727272;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.product-nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.product-nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.product-nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.product-nav-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #E91E63;
  border-radius: 30px;
  margin-left: 20px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: all .2s;
}

.product-nav-button:hover {
  color: #fff;
  background-color: #ac1447;
}

.product-nav-button:active {
  background-color: #ac1447;
}

.product-nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.product-navbar {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .26);
}

.product-nav-item {
  margin-bottom: 0;
  padding-left: 4px;
}

.product-navbar-menu {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.product-navbar-wrap {
  width: 100%;
  max-width: 940px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-hero-subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.product-hero-wrap {
  width: 100%;
  max-width: 940px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-hero-cta {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #E91E63;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

.product-hero-cta:hover {
  color: #fff;
  background-color: #ac1447;
}

.product-hero-cta:active {
  background-color: #ac1447;
}

.product-hero-cta.pulse {
  text-align: center;
}

.product-hero-left {
  width: 50%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.product-hero {
  background-image: url('../images/heropic.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 40px 15px 80px;
  position: relative;
}

.product-hero-right {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-hero-image-mob {
  display: none;
}

.product-hero-title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 48px;
}

.product-iconbox {
  margin-top: -50px;
  position: relative;
}

.product-iconbox-wrap {
  padding: 10px 20px;
}

.columns {
  background-color: #fff;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .72);
}

.product-iconbox-column {
  border-right: 1px solid #d5d5d5;
}

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

.product-icon-text {
  color: #727272;
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.product-intro {
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-intro-wrap {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.product-intro-title {
  margin-bottom: 5px;
}

.product-intro-subtitle {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 28px;
}

.product-intro-column {
  padding: 10px 5px;
}

.product-intro-cta {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #090;
  border-radius: 30px;
  margin-top: 20px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

.product-intro-cta:hover {
  color: #fff;
  background-color: #007400;
}

.product-intro-cta:active {
  background-color: #43464d;
}

.product-features-columns {
  justify-content: center;
  align-items: center;
}

.product-features-title {
  text-align: center;
  margin-bottom: 5px;
}

.product-features-image {
  border-radius: 15px;
}

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

.product-features-desc {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.product-features-subtitle {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.product-features {
  background-color: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-features-right, .product-features-left {
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-how {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.product-how-title {
  text-align: center;
}

.product-how-desc {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

.product-features-desc2 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 20px 20px 10px;
  font-size: 18px;
  line-height: 32px;
}

.product-order-box {
  border-radius: 10px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .4);
}

.product-order-cta {
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #E91E63;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

.product-order-cta:hover {
  color: #fff;
  background-color: #ac1447;
}

.product-order-cta:active {
  background-color: #ac1447;
}

.product-order-cta.pulse {
  width: 100%;
  text-align: center;
}

.product-order-image {
  max-width: 746px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
}

.product-order-subtitle {
  text-align: center;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 500;
}

.product-order-action {
  text-align: center;
  background-color: #f5f7fa;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 20px;
}

.product-order-title {
  text-align: center;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-span {
  color: #e64949;
}

.product-order {
  padding: 40px 20px;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-author {
  margin-bottom: 2px;
}

.testimonial-slider {
  height: auto;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 16px;
}

.testimonial-slide-nav {
  display: none;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-wrap {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -70px;
}

.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;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -70px;
}

.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;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 15px;
  position: relative;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.product-faq {
  padding: 60px 20px;
}

.product-faq-title {
  text-align: center;
  margin-bottom: 5px;
}

.product-faq-subtitle {
  text-align: center;
  font-size: 20px;
}

.product-faq-desc {
  margin-top: 20px;
}

.product-footer {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px 30px;
  position: relative;
}

.product-footer-wrap {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.product-footer-copyright {
  color: #3a4554;
}

.product-footer-legal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.product-footer-legal-link:hover {
  color: #3a4554;
}

.path-j81gag, .path-l1qz1 {
  color: #fff;
}

.section {
  color: #fff;
  background-color: #ececec;
}

.container-2 {
  text-align: center;
  font-size: 12px;
}

.reviews-navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 10px 50px;
  display: flex;
  box-shadow: 1px 1px 3px #dfdfdf;
}

.navigation-wrap {
  max-width: 940px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

.logo-image {
  display: block;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.adv-cta {
  width: 100%;
  text-align: center;
  background-color: #19af42;
  border-bottom: 8px solid #056b21;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.adv-author-name {
  float: left;
  margin-left: 10px;
  line-height: 32px;
}

.adv-product-img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.adv-box {
  border: 4px dashed #ff9292;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 18px;
}

.adv-author {
  font-size: 15px;
}

.adv-social {
  margin-top: 10px;
  margin-bottom: 10px;
}

.adv-hero-desc {
  color: #4e4e4e;
  background-color: #fffcdb;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
}

.adv-author-img {
  width: 32px;
  height: 32px;
  float: left;
}

.adv-author-rating {
  float: left;
  line-height: 32px;
}

.adv-left {
  color: #494949;
  background-color: #fff;
  border-radius: 5px;
  font-size: 18px;
  line-height: 30px;
}

.adv-product-review {
  color: #525252;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.adv-product {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 1px 1px 3px #bdbdbd;
}

.adv-author-time {
  float: left;
  margin-left: 10px;
  line-height: 32px;
}

.adv-product-rating {
  text-align: center;
  line-height: 32px;
}

.adv-hero-img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.adv-product-title-2 {
  color: #215bf8;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.adv-titile {
  color: #1b1b1b;
  font-size: 28px;
  line-height: 32px;
}

.top-section {
  text-align: center;
}

.top-p {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  border-radius: 1px;
  margin-bottom: 0;
  font-size: 12px;
}

.top-block {
  background-color: #8c1011;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.top-flag {
  max-height: 24px;
  max-width: 70%;
}

.top-block-p {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 24px;
}

.top-alert-p {
  background-color: #fffcd9;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
}

.red {
  color: #da0303;
  font-weight: 700;
}

.yellow {
  background-image: radial-gradient(circle, #f7f3b4, #f1e569);
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.body {
  background-color: #eaf3f7;
}

.block-quote {
  border-left-color: #ff7171;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.block-quote-2 {
  color: #222;
  text-align: center;
  background-color: #ececec;
  border-left-style: none;
  font-style: italic;
}

.block-quote-3 {
  border-bottom: 5px solid #000;
  border-left-style: solid;
  border-left-width: 0;
}

.social-box {
  text-align: center;
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.social-title {
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}

.social-stars {
  width: 100px;
  margin-bottom: 0;
  display: inline-block;
}

.social-content {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
}

.social-name {
  text-align: left;
  font-size: 11px;
  line-height: 14px;
}

.footer {
  text-align: center;
  background-color: #fafafa;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 14px;
}

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

.footer-link {
  color: #444;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.declare {
  color: #858585;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 15px;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ff5e69 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
}

.yellow-span {
  background-color: #fbff25;
}

.text-block {
  margin-top: 10px;
}

.text-block-2 {
  margin-bottom: 10px;
  font-weight: 700;
}

.image {
  max-width: 500px;
}

.image-2 {
  display: none;
}

.text-block-3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 24px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 20px rgba(255, 33, 37, .3);
}

.pricing-image {
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  color: red;
  margin-bottom: 10px;
  font-weight: 700;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  height: 1px;
  background-color: rgba(118, 135, 157, .1);
  align-self: stretch;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  font-size: 18px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.text-span-2 {
  text-decoration: line-through;
}

@media screen and (max-width: 991px) {
  .product-nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-navbar-wrap {
    max-width: 728px;
  }

  .product-navbar-menu-wrap {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .product-hero-subtitle {
    text-align: center;
  }

  .product-hero-wrap {
    max-width: 728px;
  }

  .product-hero-left {
    width: 100%;
    max-width: 100%;
    align-items: center;
    margin-bottom: 40px;
  }

  .product-hero-right {
    max-width: 100%;
    margin-bottom: 40px;
    display: none;
  }

  .product-hero-image-mob {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .product-hero-title {
    text-align: center;
  }

  .testimonial-wrap {
    max-width: 728px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .product-footer-wrap {
    max-width: 728px;
  }

  .reviews-navigation {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    display: block;
  }

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

  .image-2 {
    display: none;
  }

  .container {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .product-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .product-navbar-logo {
    padding-left: 0;
  }

  .product-nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-navbar {
    max-width: 100%;
  }

  .product-navbar-menu {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .product-navbar-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-hero {
    padding: 20px 15px;
  }

  .product-how-step {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .product-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-footer-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .product-footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .product-footer-legal {
    margin-top: 15px;
    margin-left: -24px;
  }

  .product-footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

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

  .footer {
    padding: 40px 20px;
  }

  .link-wrap {
    font-size: 14px;
  }

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

  .image {
    display: none;
  }

  .image-2 {
    max-width: 300px;
    display: inline-block;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .product-nav-button {
    display: none;
  }

  .product-navbar-menu {
    flex-direction: column;
  }

  .product-navbar-wrap, .product-hero-wrap {
    max-width: none;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-wrap {
    max-width: none;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .product-footer-wrap {
    max-width: none;
  }

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

  .menu {
    margin-left: 15px;
  }

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

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copyright {
    text-align: center;
  }

  .container {
    max-width: none;
  }
}

#w-node-_9aa9bafa-7546-eaec-139b-5b145c9127bf-0a07e101, #w-node-_9aa9bafa-7546-eaec-139b-5b145c9127df-0a07e101, #w-node-_9aa9bafa-7546-eaec-139b-5b145c912807-0a07e101 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


.bottom-nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #FFF;
  text-align: center;
  padding: 1em;
  z-index: 8888;
}
.bottom-nav a {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #E91E63;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: all .2s;
  width: 200px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .bottom-nav a {
    width: 70%!important;
  }
}
.error-message {
  border-radius: 5px;
  border: 1px solid #ffa39e;
  background-color: #fff2f0;
  padding: 1em;
}

input.has-error,
select.has-error {
  background: url(../images/error-input.png) 99.5% 50% no-repeat #fff;
  border: 1px solid orange
}
input.no-error,
select.no-error {
  background: url(../images/tick-input.png) 99.5% 50% no-repeat #fff;
  border: 1px solid green
}
#overlay {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.7);z-index: 9999;}#overlayContent {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}#overlayIcon {display: block;width: 200px;height: 200px;background: url(https://res.intercartx.com/images/shop-buy.svg);background-repeat: no-repeat;background-size: 30%;background-position: 50%;}
