/** Shopify CDN: Minification failed

Line 194:11 Expected ":"

**/
.hero_banner .image-with-text__content {
    padding: 20px 20px;
    justify-content: flex-start;
    padding-left: 0;
}
.hero_banner .image-with-text__text--caption {
    font-size: 30px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans";
    color: #000000;
    text-transform: uppercase;
    line-height:1.1;
}
.hero_banner .image-with-text__heading {
    color: #0074B9;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1;
    font-family: "Plus Jakarta Sans";
}
.hero_banner .image-with-text__text.rte ul {
    list-style: none;
    font-size: 18px;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    line-height:1.5;
}

.hero_banner .image-with-text__text.rte ul li {
    position: relative;
}
.hero_banner .image-with-text__text.rte ul li:after {
    content: '';
    background: url(/cdn/shop/files/Vector_3.svg);
    position: absolute;
    height: 18px;
    width: 18px;
    top: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    left: -25px;
}
.hero_banner .button.button--primary {
    font-size: 18px;font-weight: 700;background: #0074B9;
    width: 100%;
    margin-top: 2rem;
    max-width: 425px;
}
.hero_banner .image-with-text__text.rte ul {
    margin: 0;
}
.hero_banner .button_sbtxt {
    display: flex;
    align-items: center;
    gap: 8px;
 font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    max-width: 425px;
}
.hero_banner .button_sbtxt img {
    max-width: 20px;
}
.happy_customers_wrap .money_back img {
    max-width: 135px;
}

.happy_customers_wrap .money_back {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.happy_customers_wrap .customers img {
    width: 100%;
}
.happy_customers_wrap .customers_text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.5px;
}
.happy_customers_wrap {
    overflow: auto!important;
    margin-left: -15px;
    display: flex;
    align-items: end;
    padding-bottom: 45%;
}
.happy_customers_wrap .trustpilot_wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #000000;
    background: #fff;
    border-radius: 10px;
    padding: 5px 15px;
    margin-top: 10px;
    max-width: 185px;
    margin-left: auto;
    margin-right: auto;
}
.happy_customers_wrap .trustpilot_wrap .trustpilot_text {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    line-height: 1.2;
}
.happy_customers_wrap .trustpilot_wrap .star_rating {
    display: flex;
}
.happy_customers_wrap .trustpilot_wrap .trustpilot_logo {
    display: flex;
}
.for_mob {
    display: none;
}
.happy_customers_wrap .trustpilot_wrap {
    justify-content: center;
}

@media only screen and (min-width:750px){
       .hero_banner .image-with-text__grid .image-with-text__media-item {
            width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
            grid-template-columns: 1fr;
        }
        .hero_banner .image-with-text__grid .image-with-text__text-item.grid__item {
            width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
        }
    }

@media only screen and (min-width:1025px){
       .hero_banner .image-with-text__grid .image-with-text__media-item {
            width: calc(62% - var(--grid-desktop-horizontal-spacing) / 2);
            display: grid;
            grid-template-columns: 2fr 1fr;
        }
        .hero_banner .image-with-text__grid .image-with-text__text-item.grid__item {
            width: calc(38% - var(--grid-desktop-horizontal-spacing) / 2);
        }
}

@media only screen and (max-width:1400px){
    .hero_banner .image-with-text__heading {
        font-size: 70px;
    }
    .hero_banner .image-with-text__text--caption {
        font-size: 26px;
    }
}
@media only screen and (max-width:1250px){
    .hero_banner .image-with-text__heading {
        font-size: 55px;
    }
    .hero_banner .image-with-text__text--caption {
        font-size: 22px;
    }
    .happy_customers_wrap .customers_text p {
    font-size: 16px;
}
}

@media only screen and (max-width:1024px){

.hero_banner .image-with-text__grid .image-with-text__media-item .happy_customers_wrap {
    display: none;
}
.for_mob{
   display: block;
}
.for_desk{
     display: none;
}
.happy_customers_wrap {
    margin: 0;
}
.happy_customers_wrap .money_back {
    display: none;
}
.happy_customers_wrap.for_mob {
    padding=t: 1;
    padding: 0;
    padding-top: 20px;
    max-width: 280px;
    margin: 0 auto;
}

.happy_customers_wrap .trustpilot_wrap {
    justify-content: center;
}

.hero_banner .image-with-text__heading {
    font-size: 50px;
       line-height:1.1;
}
.hero_banner .image-with-text__text--caption {
    font-size: 20px;
    line-height:1;
    margin-bottom:5px;
}
.hero_banner .image-with-text__text.rte ul {
    font-size: 14px;
}
.hero_banner .image-with-text__heading~.image-with-text__text {
    margin-top: 1.5rem;
}
.hero_banner .button.button--primary {
    font-size: 16px;
}
.hero_banner .button_sbtxt img {
    max-width: 20px;
}
.happy_customers_wrap .money_back img {
    max-width: 80px;
}
.hero_banner .button_sbtxt {
    justify-content: center;
    font-size: 12px;
    line-height: 1.3;
    width: 100%;
}
}

@media only screen and (max-width:749px){
    .hero_banner .image-with-text__text.rte ul {
        font-size: 15px;
        gap: 8px;
        padding-left: 25px;
    }
    .hero_banner .image-with-text__text.rte ul li:after {
        width: 18px;
        height: 18px;
        left: -25px;
    }
    .hero_banner .button.button--primary {
        margin-top: 1.5rem;
    }
    .happy_customers_wrap .customers_text p {
        font-size: 15px;
    }

    .happy_customers_wrap.for_mob {
        max-width: 260px;
    }
    .happy_customers_wrap .trustpilot_wrap {
        padding: 5px;
    }
    .happy_customers_wrap .customers_text p {
        font-size: 15px;
    }
    .hero_banner .image-with-text__content {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .hero_banner .image-with-text__text-item.grid__item {
    margin-top: -15px;
}
}