/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 20:16 Expected identifier but found whitespace
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 20:78 Expected ":"
Line 21:19 Expected identifier but found whitespace
Line 21:21 Unexpected "{"
Line 21:30 Expected ":"
Line 21:84 Expected ":"
... and 131 more hidden warnings

**/


/* CSS from section stylesheet tags */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
.little-rick-specail {
  text-align: center;
  padding: 8rem 0;
  position: relative;
}
.mw {
  max-width: 60%;
  display: block;
  margin: auto;
}
/* .can-images {
  position: relative;
  height: 0;
} */
.can {
  position: absolute;
  /* width: 15rem; */
}
.can-left {
  left: 0;
  top: 0;
}
.can-right {
  right: 0;
  bottom: 0;
}


.fs-64 {
  font-size: 6.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}  
.icons span {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.3rem 1rem;
  background: #fff;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.buttons {
  margin-top: 2rem;
}
.fs-34 {
  font-size: 3.4rem;
}
@media (max-width: 768px) {
  .little-rick-specail {
    padding: 4rem;
  }
  .can-images {
    top: 50%;
    transform: translateY(-50%);
  }
  .fs-64 {
    font-size: 3rem;
  }
  .can {
    position: absolute;
    width: 7rem;
  }
  .can-left {
    left: -4rem;
  }
  .can-right {
    right: -4rem;
  }
  .buttons .button--primary {
    margin-bottom: 2rem;
  }
  .mw {
    max-width: 100%;
  }
  .can-right{
    bottom: unset;
  }
}
.hero-banner {
  position: relative;
}
.img-hero {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.img-content {
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hero-banner h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
.hero-banner .subheading {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.hero-banner p {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-align: center;
  color: #fff;
}
  @media (max-width: 768px) {
    .img-content {
      top: 0;
      width: 95%;
      position: relative;
    }
    .hero-banner h1 {
      font-size: 3rem;
      color: #000;
    }
    .hero-banner .subheading {
      font-size: 1.6rem;
      color: #000;
    }
    .hero-banner p {
      color: #000;
    }
  }
.icon-grid-benefits {
  padding: 8rem 0;
  padding-top: 4rem;
  text-align: center;
}
.icon-grid-benefits .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
.icon-grid-benefits .item {
  width: 25rem;
  background: #EFF0F5;
  padding: 3rem;
  border-radius: 1rem;
}
.icon-grid-benefits .icon-bg {
  background: #fff;
  width: 50px;
  height: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: auto;
  position: relative;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}
.icon-grid-benefits .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.icon-grid-benefits .item p {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
  @media (max-width: 768px) {
  .icon-grid-benefits .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.icon-grid-benefits .item {
  width: calc(50% - 1.5rem);
  padding: 1.5rem;
}
    .icon-grid-benefits .item p {
      font-size: 1.4rem;
    }
  }
.two-col-section {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 8rem 0;
  }
  .row-flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
  .row-flex.reverse {
    flex-direction: row-reverse;
  }
  .col-6 {
    width: 50%;
  }
  .image-col img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
  }
  .fs-14 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .fs-48 {
    font-size: 4.8rem;
    font-weight: 700;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mb {
    margin-bottom: 6rem;
  }
  @media (max-width: 768px) {
    .col-6 {
      width: 100%;
    }
    .row-flex {
      flex-wrap: wrap!important;
      flex-direction: column!important;
      gap: 1.5rem!important;
    }
    .image-col img {
      max-width: 80%;
    }
    .fs-48 {
      font-size: 3rem;
    }
    .mb {
      margin-bottom: 3rem!important;
    }
    .bgm {
      padding: 2rem 1.5rem !important;
      background: rgba(255,255,255,.8);
    }
  }
  .custom_icons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  width: 100%;
}
.custom_icon {
  background: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  position: relative;
  border-radius: 50px;
}
.custom_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom_icons p {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
}
.fs-34 {
  font-size: 3.4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
  .image-col img{
    border-radius: 15px;
  }
.cp2-hero {
  width: 100%;
}
.cp2-hero h1 {
  font-size: 4.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
  .cp2-hero p {
  font-size: 2rem;
  margin-top: 1rem;
}
.cp2-hero .subheading p {
  font-weight: bold;
  font-size: 3rem;
}

  .img-cp2-hero {
   /* width: 100%; */
    height: auto;
    display: block;
  }
  .cp2-hero .button.fs-34 {
    font-size: 3.4rem;
    font-weight: 600;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .cp2-hero .oke-sr-stars, .cp2-hero .oke-sr-count {
       padding: 1rem;
      background: #F3F3F3;
    border-radius: 1.6rem;
  }
  .cp2-hero .okeReviews.oke-sr {
    margin-bottom: 2.5rem;
  }
  @media (min-width: 1024px) {
    .cp2-hero-img {
      width: 54rem;
      height: auto;
    }
  }

  @media (min-width: 1440px) {
    .cp2-hero-img {
      width: 54rem;
      height: auto;
    }
  }
  
  @media (max-width: 768px) {
    .img-cp2-hero, .cp2-hero-img {
      width: 100%;
    }
    .cp2-hero h1 {
      font-size: 3rem;
      color: #000;
    }
    .cp2-hero .subheading p {
      font-size: 1.6rem;
      color: #000;
    }
    .cp2-hero p {
      color: #000;
    }
  }
.cp2-icon-grid {
  padding: 8rem 0;
  padding-top: 4rem;
  text-align: center;
  background: #EFF0F5;
}
.cp2-icon-grid .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
.cp2-icon-grid .item {
  width: calc(50% - 3rem);
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.cp2-icon-grid .item .img-wrap {
  width: 70px;
  height: auto;
}
  .cp2-icon-grid .item .img-wrap img {
    width: 70px;
    height: auto;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }
.cp2-icon-grid .item p {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0;
}
  @media (max-width: 768px) {
  .cp2-icon-grid .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.cp2-icon-grid .item {
  width: calc(50% - 1.5rem);
  padding: 1.5rem;
}
    .cp2-icon-grid .item p {
      font-size: 1.4rem;
    }
    .cp2-icon-grid .item {
      width: 100%;
    }
  }
}
  .cp2-nh-section {
    padding: 8rem 0;
  }
  .cp2-nh-section .nh-card-bg {
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-radius: 3.4rem;
    padding: 8rem;
    display: block;
    margin: auto;
  }
  .cp2-nh-section .nh-card {
    width: 70%;
    background: #fff;
    border-radius: 2rem;
    display: block;
    margin: auto;
    text-align: center;
    padding: 4rem;
  }
  .cp2-nh-section .fs-28 {
    font-size: 2.8rem;
    font-weight: 560;
  }
  .cp2-nh-section .fs-4 {
    font-size: 4rem;
    font-weight: 700;
  }
  .cp2-nh-section .button.fs-32 {
    font-size: 3.2rem;
    padding: 2rem;
    color: #000;
    background: #F3F3F3;
  }
  .mt-0 {
    margin-top: 0;
  }
  @media (max-width: 768px) {
    .col-8, .col-4 {
      width: 100%;
    }
    .cp2-nh-section .nh-card-bg {
      width: 100%;
      padding: 6rem 2rem;
    }
    .cp2-nh-section .nh-card {
      width: 90%;  
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
/* .lp2-compare-slider {
    padding: 8rem 0;
  } */
  .lp2-compare-slider h2 {
    color: #000;
    font-size: 4.8rem;
    font-weight: 700;
  }
  .lp2-compare-slider .compare-box {
    background: #EFF0F5;
    border-radius: 1.6rem;
    padding: 1rem;
    text-align: center;
  }
  .lp2-compare-slider .compare-logos {
    background: #fff;
    border-radius: 1.2rem;
    padding: 4rem 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .lp2-compare-slider .compare-caption {
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .lp2-compare-slider hr {
    border: none;
    border-left: 1px solid rgba(0,0,0,.13);
    height: 4rem;
    margin: 0;
  }
  .lp2-compare-slider .swiper-button-prev,
  .lp2-compare-slider .swiper-button-next {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative; /* disables Swiper default positioning */
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 6px;
    z-index: 1;
  }
  .lp2-compare-slider .swiper-button-prev::after,
  .lp2-compare-slider .swiper-button-next::after {
    font-size: 14px;
    color: #000;
    font-weight: bold;
  }
  .lp2-compare-slider .swiper-button-prev::after {
    content: '←';
  }
  .lp2-compare-slider .swiper-button-next::after {
    content: '→';
  }
  .lp2-compare-slider .compare-nav-buttons {
    display: flex;
    margin-top: 1.5rem;
  }
.lp2-hero {
  position: relative;
}
.lp2-hero .flex-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: 0;
}
 .lp2-hero .col-4 {
    width: 33%;
}
.lp2-img-hero {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
/* .lp2-img-content {
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
} */
.lp2-hero h1 {
  color: #000;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
.lp2-hero .lp2-subheading h2 {
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  color: #000;
}
.lp2-hero p {
  color: #000;
  font-size: 1.4rem;
  margin-top: 1rem;
  text-align: center;
  font-weight: 600;
}
  /* @media (max-width: 768px) {
    .lp2-img-content {
      top: 0;
      width: 95%;
      position: relative;
    }
    .lp2-hero h1 {
      font-size: 3rem;
      color: #000;
    }
    .lp2-hero .subheading {
      font-size: 1.6rem;
      color: #000;
    }
    .lp2-hero p {
      color: #000;
    }
  } */
.lp2-why {
    padding: 8rem 0;
  }
  .lp2-why .row-flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5rem;
  }
  .lp2-why .col-7 {
    width: 58.3333%;
    height: -webkit-fill-available;
  }
  .lp2-why .col-5 {
    width: 41.6667%;
  }
  .lp2-why .img5 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
    height: auto;
    margin-bottom: 2.5rem;
  }
  .lp2-why .box-black {
    background: #000;
    border-radius: 1.6rem;
    padding: 2rem;
  }
  .lp2-why .box-black p {
    color: #fff;
    font-size: 1.4rem;
  }
  .lp2-why .box-gray {
    background: #EFF0F5;
    border-radius: 1.6rem;
    padding: 4rem 6rem;
    height: 100%;
  }
  .lp2-why .box-gray h2 {
    color: #000;
    font-size: 3.4rem;
    font-weight: 700;
    align-content: center;
  }
  .lp2-why-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
  }
  .lp2-why-list li {
    display: flex;
    align-items: flex-start;
    font-size: 1.6rem;
    margin-bottom: 3rem;
    color: #3A3B3D;
    line-height: 2rem;
  }
  .lp2-why-list .bullet {
    color: #3A3B3D;
    margin-right: 1rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .lp2-why-list p {
    margin: 0;
  }
  @media (max-width: 768px) {
   .lp2-why .col-5, .lp2-why .col-7 {
      width: 100%;
    }
    .lp2-why .box-gray {
      padding: 2rem;
    }
  }
.lp2-wrapbg-section {
    padding: 8rem 0;
  }
 .lp2-wrapbg-card-bg {
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-radius: 1.6rem;
    padding: 8rem;
    display: block;
    margin: auto;
  }
  .lp2-wrapbg-card {
    width: 50%;
    display: block;
    margin: auto;
    text-align: center;
    padding: 4rem;
  }
  .lp2-wrapbg h2 {
    color: #000;
    font-size: 3.4rem;
    font-weight: 700;
  }
  @media (max-width: 768px) {
    .lp2-wrapbg-card-bg {
      width: 100%;
      padding: 6rem 2rem;
    }
    .lp2-wrapbg-card {
      width: 100%;
      padding: 0;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }