:root {
    --black: black;
    --elements-webflow-library--neutral--800: #211f54;
    --text: #010101;
    --sec2: #050708;
    --sec: #2aabd3;
    --white: white;
    --lightblue: #272f6f;
    --darkpurple: var(--lightblue);
    --elements-webflow-library--neutral--600: #6e7191;
    --elements-webflow-library--neutral--300: #eff0f6;
    --elements-webflow-library--general--shadow-02: rgba(20, 20, 43, .08);
    --elements-webflow-library--neutral--100: white;
    --pal-1: var(--white);
    --purple: #361f2b;
    --purple2: var(--sec);
    --pricey: #ba8fa6;
}

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

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

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

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

.navbar-logo-left {
    z-index: 1;
    border-bottom: 1px #000;
    height: auto;
    padding-bottom: 0;
    position: relative;
    box-shadow: 0 2px 20px -2px rgba(32, 58, 101, .31);
}

.navbar-logo-left-container {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    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: 10px;
        padding-bottom: 10px;
    }

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

.navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
}

.navbar-brand {
    width: auto;
}

.nav-menu-wrapper {
    flex: 0 auto;
}

.nav-menu-two {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: flex;
}

.nav-link {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 20px;
    font-family: Manrope, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
}

    .nav-link:hover {
        color: #2baad3;
    }

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

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

.button-primary {
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
    background-color: #2f91d4;
    border-radius: 5px;
    margin-left: 20px;
    padding: 10px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    transition: all .2s;
}

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

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

.hero {
    background-color: #fbedf4;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    .hero.web-adjust {
        background-color: #e3f3fa;
        background-image: url(../images/hero-bg.jpg);
        background-position: right center;
        background-size: cover;
    }

.main-container {
    flex-direction: row;
    width: 95%;
    max-width: 1140px;
    padding-bottom: 0;
    display: block;
}

    .main-container.space {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        flex-direction: column;
        margin-top: 0;
        display: flex;
    }

    .main-container._2 {
        width: 95%;
        max-width: 1040px;
    }

    .main-container.desk {
        margin-top: 20px;
    }

    .main-container.tab {
        display: none;
    }

.row-pt-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    width: 100%;
    max-width: 1040px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.col-lg-4 {
    /*border-top-left-radius: 14px;
  border-bottom-left-radius: 20px;  
  box-shadow: 0 4px 0 -1px rgba(0, 0, 0, .2);*/
    flex-direction: column;
    justify-content: flex-start;
    width: 668px;
    padding: 0px;
    display: block;
    border: 3px solid #dcdcdc;
    border-radius: 14px;
    background: #fff;
    padding-bottom: 20px !important;
}

    .col-lg-4.op {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        /* border-left-color: #bdbdbd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
        height: 100%;
        padding-bottom: 20px;
        padding-right: 0;
        display: flex;
    }

    .col-lg-4.long {
        /*border-bottom-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;*/
        height: auto;
        padding: 0px;
        position: relative;
        top: -46px;
        /* box-shadow: 0 4px 11px -1px rgba(0, 0, 0, .61); */
        border-color: #1a4589;
        background: #f0f6ff
    }

    .col-lg-4.right {
        /*border-top: 1px solid #d0d0d0;
  border-bottom: 6px solid #000;
  border-left: 1px #000;
  border-right: 1px solid #bbb;
  border-radius: 15px 10px 20px 0;*/
        height: 100%;
        padding: 0px;
    }

.col-lg-8-ps-lg-0-pb-3 {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.bottle_outside-text-center-position-relative {
    flex-direction: column;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
}

    .bottle_outside-text-center-position-relative.dsk {
        width: auto;
    }

    .bottle_outside-text-center-position-relative.tab {
        display: none;
    }

.fruit_bottle-d-lg-block-d-none-lazy-loaded {
    object-fit: fill;
    flex: 0 auto;
    width: auto;
    height: auto;
    position: relative;
    top: 20px;
}

.headine2 {
    color: #010101;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 58px;
}

    .headine2.mid {
        color: var(--text);
        text-align: center;
        font-size: 50px;
        font-weight: 800;
        line-height: 60px;
    }

        .headine2.mid.light {
            font-size: 58px;
            font-weight: 500;
            line-height: 65px;
        }

    .headine2.light {
        font-size: 50px;
        font-weight: 400;
        line-height: 60px;
    }

    .headine2.mont-43 {
        font-size: 43px;
        font-weight: 800;
        line-height: 43px;
    }

    .headine2.guarante {
        font-size: 42px;
    }

.span-1 {
    color: #1ba0da;
    display: inline;
}

.fw_500-pt-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 3rem;
    display: flex;
}

.text-1 {
    color: #231f20;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-size: 21px;
    line-height: 33px;
}

    .text-1.white {
        color: #fff;
        font-size: 22px;
        line-height: 1.5;
    }

        .text-1.white.mid {
            text-align: center;
            font-size: 22px;
        }

    .text-1.orange {
        color: #f8a608;
        font-family: Manrope, sans-serif;
        font-size: 18px;
        font-weight: 600;
    }

    .text-1.bold {
        font-family: Barlow, sans-serif;
        font-size: 26px;
        font-weight: 800;
    }

    .text-1.light {
        font-family: Barlow, sans-serif;
        font-size: 26px;
        line-height: 32px;
    }

    .text-1.bue {
        color: #994577;
        font-size: 18px;
    }

        .text-1.bue.top-5 {
            margin-top: -5px;
        }

            .text-1.bue.top-5.webx {
                color: #2f91d4;
                -webkit-text-stroke-color: #2f91d4;
                font-weight: 700;
            }

    .text-1.ink {
        color: #fff;
        line-height: 30px;
    }

    .text-1.aa {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
    }

    .text-1.yop {
        font-size: 14px;
        line-height: 21px;
    }

    .text-1.ss {
        font-size: 18px;
        font-weight: 500;
    }

        .text-1.ss._1rem {
            margin-bottom: 1rem;
            line-height: 27px;
        }

            .text-1.ss._1rem.testi {
                font-size: 20px;
                line-height: 30px;
            }

.sec2 {
    color: #5f3149;
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-family: Montserrat, sans-serif;
}

    .sec2.web-adjust {
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }

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

    .row.desk {
        flex-wrap: wrap;
        display: flex;
    }

.sub-rex {
    text-transform: uppercase;
    font-family: Manrope, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
}

    .sub-rex._90 {
        width: 437.598px;
    }

        .sub-rex._90.web {
            color: #203a65;
        }

.head-3 {
    color: var(--text);
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
}

    .head-3.op {
        font-size: 43px;
        line-height: 52px;
    }

    .head-3.report-head {
        font-family: Montserrat, sans-serif;
        font-size: 34px;
        font-weight: 800;
        line-height: 42px;
    }

.div-block {
    border: 2px dashed #000;
    padding: 20px;
}

.sec3 {
    background-color: var(--sec2);
    color: #fff;
    background-image: url('../images/lepticel-bg.jpg');
    background-position: 0 0;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    .sec3.web-space {
        background: #272f6e;
        background-image: url('../images/eye-drk.jpg');
        background-position: -170px 0;
    }

.sub-30 {
    color: var(--sec);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
}

    .sub-30.small {
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        font-family: Manrope, sans-serif;
        line-height: 36px;
    }

        .sub-30.small.black {
            grid-column-gap: 5px;
            grid-row-gap: 5px;
            color: var(--sec2);
            flex-direction: column;
            font-size: 26px;
            line-height: 1.5;
            display: block;
        }

            .sub-30.small.black.mobile {
                font-size: 23px;
            }

        .sub-30.small.ni {
            font-family: Montserrat, sans-serif;
            font-size: 43px;
            font-weight: 800;
            line-height: 43px;
        }

    .sub-30.vlack {
        color: var(--black);
        margin-bottom: 0;
        font-family: Manrope, sans-serif;
        font-size: 24px;
        font-weight: 800;
    }

    .sub-30.big {
        color: var(--white);
        text-align: center;
        font-size: 40px;
        font-weight: 700;
    }

        .sub-30.big.blue {
            color: #d173ab;
            font-family: Montserrat, sans-serif;
            font-size: 48px;
            line-height: 58px;
            display: inline-block;
        }

            .sub-30.big.blue.mobile {
                color: #1ba0da;
            }

    .sub-30.mid.lighterblue {
        color: var(--lightblue);
    }

        .sub-30.mid.lighterblue.manrope {
            font-family: Manrope, sans-serif;
        }

    .sub-30.manrope60-30 {
        color: var(--white);
        text-align: center;
        font-family: Manrope, sans-serif;
        font-weight: 600;
        line-height: 36px;
    }

        .sub-30.manrope60-30.top-head {
            color: var(--lightblue);
            letter-spacing: 3px;
            text-indent: 0;
            text-transform: none;
        }

            .sub-30.manrope60-30.top-head.purple2 {
                color: #d173ab;
            }

                .sub-30.manrope60-30.top-head.purple2.font-web {
                    color: #1ba0da;
                }

.wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
}

    .wrapper.op {
        margin-top: 40px;
        margin-bottom: 30px;
    }

        .wrapper.op.opweb {
            margin-bottom: 10px;
        }

    .wrapper.vop {
        justify-content: center;
        width: 60%;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .wrapper.box {
        width: 68%;
        margin-left: auto;
        margin-right: auto;
    }

    .wrapper._30rem {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        margin-bottom: 3rem;
    }

.mont-30 {
    text-align: center;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 90px;
    font-weight: 900;
    line-height: 90px;
    margin-bottom: 0;
}

    .mont-30.small {
        margin-top: 0;
        margin-bottom: 0;
        font-family: Barlow, sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: .9;
    }

    .mont-30.extra {
        font-family: Barlow, sans-serif;
        font-size: 90px;
        font-weight: 700;
        line-height: .9;
    }

.image-7.vc-btl3 {
    margin-top: 7px;
    margin-bottom: 12px;
}

.image-7.vc-btl1 {
    margin-top: 27px;
    margin-bottom: 40px;
}

.offer-timer {
    font-family: Montserrat, sans-serif;
    color: #010101;
    padding: 22px 0px 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    font-size: 30px;
    font-weight: 600;
    /* margin-top: 20px; */
}

.txt_center {
    text-align: center;
}

.offer-timer span {
    color: #1ba0da;
    font-weight: 700;
    letter-spacing: 1px;
}

.image {
    width: 75%;
}

.sec4 {
    background-color: #f3faff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    .sec4.fffefe {
        background-color: #fffefe;
    }

        .sec4.fffefe.web-sp {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }

    .sec4.web-s {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

.grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: 40px;
    display: grid;
}

    .grid._2 {
        grid-template-columns: 1fr 1fr;
        margin-top: 10px;
    }

.col-lg-4-mb-2-d-flex-align-items-stretch {
    color: #000;
    background-color: #f4f4f5;
    width: auto;
    padding: 20px 25px;
}

.tick_list-hed {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}

.grid-2 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3.75fr;
    align-items: flex-start;
    display: flex;
}

    .grid-2.pop {
        align-items: center;
        margin-top: -5px;
    }

        .grid-2.pop.top {
            margin-top: 0;
        }

.image-2 {
    width: 24px;
    height: 24px;
}

    .image-2.sm {
        width: 20px;
        height: 20px;
    }

.div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.div-block-3 {
    flex: 1;
}

.flower-head {
    font-family: Manrope, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}

.sec-5 {
    background-color: var(--darkpurple);
    background-image: url('../images/bonusbg-webaj.jpg');
    background-position: right center;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    .sec-5.webaj {
        background-image: url('../images/bonusbg-webaj.jpg');
    }

.text-span {
    font-weight: 700;
    text-decoration: underline;
    display: inline-block;
}

.grid-3 {
    grid-template-rows: auto;
}

.div-block-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 20px 20px 60px;
    display: flex;
}

.text-block {
    color: var(--white);
    background-color: #203a65;
    padding: 5px 10px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
}

.space {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    width: 100%;
}

.image-3 {
    width: 100%;
}

.sec6 {
    background-color: #080f48;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.logo-grid {
    grid-template-rows: auto;
    align-items: center;
    display: flex;
}

.div-block-5 {
    justify-content: center;
    display: flex;
}

.text-span-2 {
    font-size: 55px;
}

._6grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

    ._6grid.mobi {
        display: none;
    }

.gallery {
    justify-content: center;
    display: flex;
}

.image-4 {
    width: 100%;
}

.content-wrapper {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 10px;
    align-self: auto;
    padding: 30px 30px 20px;
}

    .content-wrapper.web {
        padding-left: 50px;
        padding-right: 50px;
    }

.grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: auto;
    display: flex;
}

.div-block-6 {
    justify-content: center;
    align-items: flex-start;
    width: 42%;
    display: flex;
}

.div-block-7 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1.5rem;
    display: flex;
}

.grid-5 {
    grid-template-rows: auto;
    align-items: center;
    margin-top: .125rem;
    margin-bottom: 1.5rem;
    display: flex;
}

._5-star {
    width: 100%;
}

.div-block-8 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
}

.image-5 {
    width: 99px;
}

    .image-5.testicircle {
        border-radius: 100px;
    }

.bootle {
    width: 88px;
}

.prefooter {
    background-color: #f7f7f7;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.pre-footer-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
}

    .pre-footer-wrapper.loop {
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
        border-left: 1px solid #a59797;
        padding-left: 1.5rem;
        padding-right: 40px;
        line-height: 15px;
    }

    .pre-footer-wrapper.loop {
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
        border-left: 1px solid #d6dce7;
        justify-content: center;
        height: 18px;
        padding-left: 1.5rem;
        padding-right: 40px;
        line-height: 15px;
    }

        .pre-footer-wrapper.loop.it {
            border-left-style: none;
        }

.image-6.desk {
    height: auto;
}

.image-6.tab {
    display: none;
}

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

.sec10-pt-5-desktop-view.loop {
    margin-bottom: 0;
}

.row-package {
    padding: 0;
    display: flex;
    column-gap: 30px;
}

.grey-bg {
    border-radius: 0;
}

.gradient-sec {
    /* background-image: url('../images/gradient-bg.png');
  background-size: cover;
  border-radius: 10px 10px 0 0;*/
    height: auto;
    padding-top: 0;
    overflow: hidden;
}

    .gradient-sec._2 {
        /* background-image: url('../images/gradient-bg.png'); */
    }

.heading {
    color: var(--text);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
}

.row-package .subheading {
    color: #888888;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.heading.back {
    color: #1a4589;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.heading.order-head {
    font-size: 40px;
    margin-top: 15px;
}

.div-block-10 {
    /*background-image: url('../images/grey-gradient-bg.jpg');
  background-position: 0 0;
  background-size: auto;*/
    border-radius: 10px 10px 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
    /* box-shadow: 0 2px 5px 7px rgba(0, 0, 0, .2);*/
    border-bottom: 2px solid #dcdcdc
}

    .div-block-10.only {
        background-image: url('../images/order-bg2.png');
        padding-top: 5px;
        padding-bottom: 5px;
        /*box-shadow: 0 2px 8px 5px rgba(0, 0, 0, .2);*/
    }

        .div-block-10.only.desk_val {
            background-image: none;
            padding-top: 5px;
            padding-bottom: 5px;
            box-shadow: unset;
            background: #1a4589;
            text-align: center;
            padding-bottom: 15px;
        }

a.link-block-3.w-inline-block {
    text-align: center;
}

.div-block-10.only .heading {
    color: #fff;
}

.div-block-11 {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.div-block-12 {
    justify-content: center;
    padding: 1.5rem .5rem 0;
    display: flex;
}

.image-7 {
    width: auto;
    /* height: 302px; */
}

.price-sec-text-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 20px;
    flex-direction: row;
    max-width: 195px;
    margin: 0 auto;
}

    .price-sec-text-center.loop {
        align-items: center;
        padding-bottom: 20px;
        flex-direction: row;
        max-width: 195px;
        margin: 0 auto;
    }

    .price-sec-text-center._00 {
        padding-top: 1rem;
        padding-bottom: 20px;
        flex-direction: row;
        max-width: 195px;
        margin: 0 auto;
    }

.heading-2 {
    color: #888;
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding-left: 10px;
}

.save_txt {
    text-align: center;
}

    .save_txt h3 {
        background: #ffde00;
        display: inline-block;
        margin: 0 auto 20px;
        text-align: center;
        border-radius: 100px;
        padding: 7px 15px 5px;
        line-height: 1;
        color: #000000;
        font-family: Montserrat, sans-serif;
        font-size: 22px;
        font-weight: 700;
    }

.small-text-cta {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    margin-top: 10px
}

.heading-2.big {
    font-size: 30px;
    font-weight: 600;
}

    .heading-2.big.top-20 {
        margin-top: -10px;
        font-size: 26px;
        color: #888;
        margin-top: 10px;
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        padding-left: 10px;
    }

.div-block-13 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: .25rem;
    padding-bottom: 0;
    display: flex;
}

.div-block-14 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
    font-style: italic;
    display: flex;
}

.image-8 {
    width: 85%;
}

.prce {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.div-block-15 {
    flex: none;
    padding-top: 4px;
}

.price-wrap {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    background-color: transparent;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 40px 10px 60px;
    display: flex;
}

    .price-wrap.top10 {
        margin-top: 10px;
    }

.badge-wrapper {
    /*grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;*/
    padding: 0 3rem 3rem;
    background-color: #f7f6f6;
    width: 100%
}

.div-block-16 {
    /* grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;*/
    padding-top: 3rem;
}

.image-seals {
    margin-top: 20px;
    width: 580px;
}

.image-9 {
    align-self: auto;
    width: 100%;
}

.guar_img {
    float: right;
    width: 350px;
    margin-top: 10px;
}

.grid-7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    margin-bottom: 1rem;
}

.div-block-17 {
    align-items: center;
    display: flex;
}

.listing {
    padding: 1rem 10px 100px;
}

    .listing.web {
        padding-top: 1rem;
    }

.div-block-19 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 749.344px;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    display: flex;
}

.fter {
    background-color: var(--sec2);
    color: var(--white);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.div-block-23 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    display: flex;
}

.link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1rem;
    text-decoration: none;
}

.before {
    background-color: #db444b;
    width: 71px;
    height: 2px;
    font-family: Barlow, sans-serif;
    position: absolute;
    top: 20px;
    right: -9px;
    transform: rotate(-22deg);
}

    .before.tik {
        height: 3px;
        right: 9px;
    }

.div-block-24 {
    position: relative;
}

.link-block, .link-block-2, .link-block-3 {
    width: 100%;
}

.div-block-25 {
    margin-left: 10px;
    position: relative;
}

.div-block-26 {
    display: flex;
}

.bold-text {
    color: #db444b;
}

.text-span-4 {
    color: var(--text);
    font-weight: 900;
}

.text-span-7, .text-span-8 {
    text-decoration: underline;
}

.text-span-9 {
    color: var(--white);
    text-decoration: underline;
}

.bold-text-2 {
    font-size: 60px;
    font-weight: 900;
}

.faq {
    background-color: #f3faff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.fn-faq-item-toggle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    cursor: pointer;
    border-radius: 0;
    flex-direction: column;
    padding: 0;
    display: flex;
}

.brix---accordion-btn-horizontal-line-v2 {
    background-color: var(--white);
    border-radius: 20px;
    width: 28px;
    height: 2px;
    position: absolute;
}

.brix---accordion-btn-vertical-line-v2 {
    background-color: var(--white);
    border-radius: 20px;
    width: 2px;
    height: 28px;
    position: absolute;
}

.brix---accordion-icon-wrapper {
    justify-content: center;
    align-items: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    display: flex;
}

.brix---accordion-right-side {
    justify-content: flex-end;
    margin-left: 24px;
    margin-right: 0;
    display: flex;
}

.brix---mg-bottom-0 {
    color: var(--sec2);
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: Manrope, sans-serif;
    font-size: 22px;
    line-height: 1.5;
}

.brix---color-neutral-600 {
    color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default {
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 18px;
    line-height: 30px;
}

.brix---accordion-spacer {
    min-height: 16px;
}

.brix---acordion-body {
    width: 100%;
    padding: 0 20px 0 60px;
    overflow: hidden;
}

.brix---accordion-title {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
}

.brix---color-neutral-800 {
    color: var(--elements-webflow-library--neutral--800);
    width: auto;
    padding-top: 0;
    padding-left: 20px;
}

    .brix---color-neutral-800.neo {
        background-color: #2f91d4;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 0;
    }

.brix---accordion-header {
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 55px;
    display: flex;
}

.brix---accordion-content-wrapper-v2 {
    flex-direction: column;
    justify-content: center;
    max-width: none;
    display: flex;
}

.brix---accordion-big-number {
    color: var(--white);
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 52px;
    text-shadow: 4px 2px #1f79a1;
}

.brix---accordion-big-number-wrapper {
    background-color: var(--sec2);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 20px;
    display: flex;
}

.brix---accordion-item-wrapper-v5-first {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: var(--elements-webflow-library--neutral--300);
    background-color: var(--white);
    box-shadow: none;
    color: var(--white);
    cursor: pointer;
    border-radius: 5px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    transition: transform .3s;
    display: block;
}

    .brix---accordion-item-wrapper-v5-first:hover {
        transform: translate(8px);
    }

.brix---grid-1-column-gap-row-0 {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.div-block-34 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.div-block-35 {
    display: flex;
}

.paragraph {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.div-block-36 {
    border-bottom: 1px #000;
    box-shadow: 0 2px 15px rgba(34, 30, 30, .2);
}

.image-12 {
    height: auto;
}

.div-block-37 {
    width: auto;
}

.col-lg-8-ps-lg-0-pb-3-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.headine2-2 {
    color: #010101;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 59px;
    font-weight: 800;
    line-height: 66px;
}

.berry_img-d-lg-block-d-none-2 {
    z-index: 0;
    position: absolute;
    bottom: -36px;
    left: 166.995px;
}

.span-2 {
    color: #1ba0da;
}

.fruit_bottle-d-lg-block-d-none-lazy-loaded-2 {
    object-fit: fill;
    width: auto;
    height: auto;
}

.cherry_img-d-lg-block-d-none-2 {
    z-index: 1;
    position: absolute;
    bottom: -30px;
    left: -32px;
}

.image-13 {
    width: 75%;
}

    .image-13.tab {
        display: none;
    }

.text-2 {
    color: #161718;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-size: 23px;
    line-height: 1.5;
}

.row-pt-3-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.bold-c {
    font-weight: 700;
}

.div-block-44 {
    width: 63%;
    margin-left: auto;
    margin-right: auto;
}

.text-span-10 {
    font-weight: 600;
}

.wrrap {
    width: 300px;
}

.bold-text-3 {
    font-size: 24px;
}

.div-block-46 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    display: flex;
}

.text-3 {
    color: #231f20;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-size: 22px;
    line-height: 33px;
}

    .text-3.ink {
        color: #fff;
        flex: 0 auto;
        line-height: 29px;
    }

.smaller {
    font-size: 70px;
    font-weight: 200;
}

.small {
    font-size: 35px;
    font-weight: 400;
}

.lighter {
    font-weight: 300;
}

.lightsmall {
    font-size: 22px;
    font-weight: 300;
}

.tm {
    font-size: 36px;
    font-weight: 400;
}

.span-3 {
    color: #1ba0da;
}

.mont43 {
    color: #012;
    font-size: 43px;
    line-height: 50px;
}

    .mont43.web-adjust {
        margin-top: 0;
    }

.bold-text-4 {
    font-weight: 500;
}

.pallogo {
    max-width: 100%;
}

.pricing-bot {
    padding-top: 1rem;
    padding-bottom: 0;
}

.image-19 {
    width: 100px;
    max-width: 100%;
}

.image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
    width: 100px;
}

.supers {
    font-size: 45px;
}

.supers2 {
    font-size: 65px;
}

.quick-stack {
    padding-top: 0;
    padding-bottom: 0;
}

.claimyour {
    color: #010101;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
}

    .claimyour.mid {
        color: var(--text);
        text-align: center;
        font-size: 50px;
        font-weight: 800;
        line-height: 60px;
    }

        .claimyour.mid.light {
            font-size: 58px;
            font-weight: 500;
            line-height: 65px;
        }

    .claimyour.light {
        font-size: 50px;
        font-weight: 400;
        line-height: 60px;
    }

    .claimyour.mont-43 {
        font-size: 43px;
        font-weight: 800;
        line-height: 43px;
    }

.weight-300 {
    font-weight: 400;
}

.wrapper-claim {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
}

    .wrapper-claim.op {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .wrapper-claim.vop {
        justify-content: center;
        width: 74%;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .wrapper-claim.box {
        width: 68%;
        margin-left: auto;
        margin-right: auto;
    }

    .wrapper-claim._30rem {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        margin-bottom: 3rem;
    }

.div-block-48 {
    padding-top: 20px;
}

.bold-text-5 {
    color: #1ba0da;
}

.image-29 {
    max-width: 100%;
}

.list-item {
    color: var(--black);
    font-family: Manrope, sans-serif;
    font-size: 22px;
    line-height: 34px;
}

.list-3 {
    line-height: 30px;
}

.sup-fact {
    text-align: center;
    margin-bottom: 20px;
}

.desk-none {
    display: none
}

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

    .desk-none {
        display: block
    }

    .guar_img {
        display: none
    }

    .nav-menu-wrapper {
        background-color: rgba(0, 0, 0, 0);
    }

    .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 rgba(0, 0, 0, .05);
    }

    .nav-link {
        padding-left: 5px;
        padding-right: 5px;
    }

    .menu-button {
        border: 1px solid #c5c5c5;
        border-radius: 10px;
        padding: 12px;
        font-size: 35px;
        font-weight: 400;
    }

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

    .hero.web-adjust {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .main-container.space {
        width: 95%;
    }

    .main-container.desk {
        display: none;
    }

    .main-container.tab {
        display: block;
    }

    .row-pt-3 {
        flex-direction: column-reverse;
        display: flex;
    }

    .col-lg-4.op {
        border-bottom-right-radius: 20px;
        width: auto;
        height: auto;
        padding-right: 0;
    }

    .col-lg-4.long {
        width: auto;
        position: static;
    }

    .col-lg-4.right {
        border-bottom-left-radius: 20px;
        width: auto;
        height: auto;
        display: flex;
    }

    .bottle_outside-text-center-position-relative {
        margin-bottom: 60px;
    }

        .bottle_outside-text-center-position-relative.dsk {
            display: none;
        }

        .bottle_outside-text-center-position-relative.tab {
            align-items: center;
            width: 100%;
            display: flex;
        }

    .fruit_bottle-d-lg-block-d-none-lazy-loaded {
        /* width: 55%; */
    }

    .headine2 {
        text-align: center;
        font-size: 36px;
        line-height: 45px;
    }

        .headine2.mid {
            font-size: 40px;
            line-height: 45px;
        }

            .headine2.mid.light, .headine2.light {
                font-size: 36px;
                line-height: 45px;
            }

        .headine2.mont-43 {
            font-size: 32px;
        }

    .span-1 {
        display: inline;
    }

    .text-1.barrow {
        font-family: Barlow, sans-serif;
        font-size: 38px;
        font-weight: 500;
        line-height: 46px;
    }

        .text-1.barrow.bold {
            color: #000;
            font-weight: 700;
        }

    .sec2.web-adjust {
        padding-top: 2rem;
    }

    .row {
        flex-direction: column-reverse;
        display: flex;
    }

    .sub-30.small.black {
        font-weight: 400;
    }

        .sub-30.small.black.mobile {
            font-size: 22px;
        }

    .sub-30.big.blue {
        font-size: 59px;
    }

        .sub-30.big.blue.mobile {
            font-size: 40px;
            line-height: 50px;
        }

    .wrapper.op.aweb {
        margin-top: 20px;
    }

    .wrapper.vop, .image {
        width: 100%;
    }

    .sec4.web-s {
        padding-top: 0;
        padding-bottom: 0;
    }

    .grid {
        flex-direction: column;
        grid-template-columns: 1fr;
        align-items: stretch;
    }

        .grid._2 {
            display: flex;
        }

    .col-lg-4-mb-2-d-flex-align-items-stretch {
        width: auto;
    }

    .grid-2 {
        align-items: flex-start;
        display: flex;
    }

    .grid-3 {
        flex-direction: column;
        display: flex;
    }

    .div-block-4 {
        height: auto;
    }

    .logo-grid {
        flex-direction: column;
    }

    ._6grid.mobi {
        display: none;
    }

    .image-5 {
        width: 100%;
    }

    .pre-footer-wrapper.loop {
        border-left-style: none;
        margin-top: 6px;
    }

    .image-6 {
        width: 100%;
        max-width: none;
    }

        .image-6.desk {
            display: none;
        }

        .image-6.tab {
            text-align: center;
            width: 100%;
            display: block;
        }

    .pricing.web {
        padding-top: 2rem;
    }

    .pricing.wer {
        padding-top: 1rem;
    }

    .sec10-pt-5-desktop-view {
        margin-bottom: 100px;
    }

    .row-package {
        grid-column-gap: 4.75rem;
        grid-row-gap: 4.75rem;
        flex-direction: column;
        align-items: stretch;
    }

    .price-sec-text-center._00 {
        padding-bottom: 0;
    }

    .prce {
        padding-top: 2rem;
    }

    .badge-wrapper {
        display: flex;
        flex-direction: column;
    }

        .badge-wrapper .text-1 {
            text-align: center
        }

    .div-block-19 {
        padding-right: 0
    }

    .image-seals {
        margin-top: 20px;
        width: 580px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .image-9 {
        text-align: center;
        align-self: center;
        width: 50%;
        margin-top: 50px;
    }

    .div-block-16 {
        padding-top: 2rem;
    }

    .grid-7 {
        grid-column-gap: 38px;
        grid-row-gap: 38px;
        flex-wrap: wrap;
        justify-content: center;
        display: none;
    }

    .icon {
        font-weight: 400;
    }

    .div-block-19 {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        width: auto;
        display: flex;
    }

    .div-block-20 {
        flex: 0 auto;
    }

    .bold-text-2 {
        font-size: 36px;
    }

    .faq.wrap-faq {
        padding-top: 1rem;
    }

    .brix---accordion-spacer {
        min-height: 12px;
    }

    .brix---accordion-title {
        font-size: 24px;
    }

    .brix---accordion-big-number {
        width: auto;
        font-size: 44px;
        line-height: 50px;
    }

    .brix---accordion-item-wrapper-v5-first {
        padding-left: 0;
        padding-right: 0;
    }

        .brix---accordion-item-wrapper-v5-first:hover {
            transform: translate(6px);
        }

    .div-block-39 {
        flex-direction: column;
        align-items: stretch;
        display: flex;
    }

    .headine2-2 {
        text-align: center;
        font-size: 45px;
        line-height: 55px;
    }

    .berry_img-d-lg-block-d-none-2 {
        left: auto;
        right: 138.812px;
    }

    .fruit_bottle-d-lg-block-d-none-lazy-loaded-2 {
        width: 50%;
    }

    .cherry_img-d-lg-block-d-none-2 {
        left: 92px;
    }

    .image-13 {
        width: 100%;
    }

        .image-13.tab {
            width: 100%;
            display: block;
        }

        .image-13.desk {
            display: none;
        }

    .text-2 {
        font-size: 24px;
    }

    .row-pt-3-2 {
        flex-direction: column-reverse;
        display: flex;
    }

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

    .text-center-pt-2-px-lg-4-d-flex-justify-content-sm-center {
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .div-block-40 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        text-align: center;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: center;
        align-items: center;
        display: flex;
        position: relative;
    }

    .flex {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        background-color: var(--lightblue);
        border-radius: 15px;
        grid-template-rows: auto;
        grid-template-columns: .25fr 1fr;
        grid-auto-columns: 1fr;
        margin-bottom: 15px;
        padding: 8px 20px 8px 10px;
        display: grid;
    }

        .flex._1 {
            background-color: var(--lightblue);
            padding-top: 7px;
            padding-bottom: 7px;
            padding-left: 10px;
        }

    .div-block-42 {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .heading-4 {
        color: var(--white);
        margin-top: 0;
        margin-bottom: 0;
        font-family: Manrope, sans-serif;
        font-size: 23px;
        font-style: italic;
        line-height: 30px;
    }

    .div-block-43 {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .image-15 {
        margin-top: 20px;
    }

    .barlow-condensed---400 {
        text-align: center;
        font-family: Barlow Condensed, sans-serif;
        font-size: 61px;
        font-weight: 700;
        line-height: 55px;
    }

        .barlow-condensed---400.er {
            font-size: 80px;
            line-height: 100px;
            position: absolute;
            top: 0;
            left: 0;
        }

    .sub {
        text-align: center;
        font-family: Barlow Condensed, sans-serif;
        font-size: 35px;
        font-weight: 600;
        line-height: 35px;
    }

        .sub.mob-sub {
            margin-top: 0;
        }

    .heading-6 {
        font-family: Barlow, sans-serif;
        font-size: 130px;
        line-height: 181px;
    }

    .add-cart {
        width: 100%;
    }

    .image-16 {
        width: 41%;
    }

    .div-block-44 {
        width: 77%;
    }

    .div-block-46 {
        display: block;
    }

    .mont43.web-adjust {
        margin-top: 0;
    }

    .mobss {
        font-size: 70px;
    }

    .quick-stack {
        padding-left: 10px;
        padding-right: 10px;
    }

    .image-28 {
        text-align: center;
    }

    .cell {
        text-align: center;
        align-items: center;
    }

    .claimyour {
        text-align: center;
        font-size: 36px;
        line-height: 45px;
    }

        .claimyour.mid {
            font-size: 40px;
            line-height: 45px;
        }

            .claimyour.mid.light, .claimyour.light {
                font-size: 36px;
                line-height: 45px;
            }

        .claimyour.mont-43 {
            font-size: 32px;
        }

    .wrapper-claim {
        padding-left: 10px;
        padding-right: 10px;
    }

        .wrapper-claim.vop {
            width: 100%;
        }
}

@media screen and (max-width: 767px) {
    .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 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .mobile-margin-top-10 {
        margin-top: 10px;
    }

    .menu-button {
        color: rgba(51, 51, 51, .51);
        border-color: rgba(197, 197, 197, .47);
        padding: 10px;
        font-family: Montserrat, sans-serif;
        font-weight: 300;
    }

    .col-lg-4.op, .col-lg-4.long {
        width: auto;
    }

    .headine2 {
        font-size: 36px;
        line-height: 45px;
    }

        .headine2.mid {
            font-size: 30px;
            line-height: 40px;
        }

            .headine2.mid.light {
                font-size: 32px;
                line-height: 1.2;
            }

        .headine2.light {
            font-size: 30px;
            line-height: 36px;
        }

    .span-1 {
        display: inline;
    }

    .fw_500-pt-2 {
        padding-right: 0;
    }

    .text-1 {
        font-size: 20px;
        line-height: 30px;
    }

        .text-1.orange {
            font-size: 20px;
        }

        .text-1.barrow {
            font-size: 32px;
        }

    .head-3 {
        font-size: 29px;
        font-weight: 500;
    }

        .head-3.op {
            font-weight: 700;
        }

        .head-3.report-head {
            font-size: 30px;
            line-height: 36px;
        }

    .sub-30.manrope60-30 {
        font-size: 24px;
    }

    .wrapper.op.web {
        margin-top: 5px;
    }

    .mont-30 {
        font-size: 75px;
    }

    .sec4.web-s {
        padding-top: 0;
        padding-bottom: 0;
    }

    .grid {
        display: flex;
    }

    .grid-2 {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        align-items: center;
    }

    .div-block-4 {
        height: auto;
    }

    .logo-grid {
        flex-direction: column;
    }

    ._6grid {
        display: none;
    }

        ._6grid.mobi {
            display: block;
        }

    .image-4 {
        width: 80%;
    }

        .image-4._3testi {
            width: 100%;
        }

    .content-wrapper.web {
        padding-top: 30px;
    }

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

    .div-block-7 {
        align-items: stretch;
    }

        .div-block-7.top10 {
            margin-top: 10px;
        }

    .grid-5 {
        flex-direction: row;
    }

    ._5-star {
        width: auto;
    }

    .image-5.testicircle {
        width: 100%;
        max-width: 60%;
    }

    .str-wrapper {
        width: auto;
    }

    .image-6.tab {
        display: block;
    }

    .row-package {
        flex-direction: column;
        align-items: stretch;
    }

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

    .price-wrap {
        padding-left: 100px;
    }

    .bold-text-2 {
        font-size: 32px;
    }

    .brix---accordion-right-side {
        margin-left: 16px;
        margin-right: 16px;
    }

    .brix---mg-bottom-0 {
        font-size: 20px;
    }

    .brix---accordion-title {
        font-size: 20px;
        line-height: 30px;
    }

    .brix---accordion-big-number {
        width: auto;
        font-size: 32px;
        line-height: 42px;
    }

    .brix---accordion-item-wrapper-v5-first {
        /* padding: 48px 0;*/
    }

    .headine2-2 {
        text-align: center;
        font-size: 36px;
        line-height: 42px;
    }

    .berry_img-d-lg-block-d-none-2 {
        right: 24.812px;
    }

    .cherry_img-d-lg-block-d-none-2 {
        left: 47px;
    }

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

    .lft-side {
        display: block;
    }

    .heading-4 {
        font-size: 20px;
    }

    .barlow-condensed---400 {
        font-size: 51px;
        line-height: 51px;
    }

        .barlow-condensed---400.er {
            font-size: 55px;
        }

    .heading-6 {
        font-size: 100px;
    }

    .div-block-44 {
        width: 89%;
    }

    .wrrap {
        text-align: center;
        align-self: auto;
        width: auto;
    }

    .mont43 {
        font-size: 32px;
        line-height: 40px;
    }

    .claimyour {
        font-size: 36px;
        line-height: 45px;
    }

        .claimyour.mid {
            font-size: 30px;
            line-height: 40px;
        }

            .claimyour.mid.light {
                font-size: 32px;
                line-height: 1.2;
            }

        .claimyour.light {
            font-size: 30px;
            line-height: 36px;
        }

    .wrapper-claim {
        padding-left: 10px;
        padding-right: 10px;
    }

    .image-17 {
        margin-top: 20px;
    }

    .wrapper-claim.op.web {
        margin-top: 5px;
    }

    .col-lg-4.right {
        padding-bottom: 10px;
        padding: 4px;
        border-width: 1px;
    }
}

@media screen and (max-width: 479px) {
    .offer-timer {
        font-size: 24px
    }

    .container {
        max-width: none;
    }

    .navbar-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .nav-menu-two {
        flex-direction: column;
    }

    .menu-button {
        border-color: rgba(175, 165, 165, .15);
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .hero {
        padding-bottom: 2rem;
        overflow: hidden;
    }

        .hero.web-adjust {
            padding-top: 1.5rem;
            padding-left: 5px;
        }

    .main-container.space {
        margin-top: 10px;
    }

        .main-container.space.webb {
            margin-top: 0;
        }

    .main-container.tab.ish {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .row-pt-3 {
        width: 100%;
    }

    .col-lg-4.right {
        padding-bottom: 10px;
    }

    .col-lg-8-ps-lg-0-pb-3 {
        align-items: center;
    }

    .bottle_outside-text-center-position-relative.tab {
        margin-bottom: 0;
    }

    .fruit_bottle-d-lg-block-d-none-lazy-loaded {
        /* width: 80%; */
    }

    .headine2 {
        text-align: left;
        font-size: 22px;
        font-weight: 800;
        line-height: 1.3;
    }

        .headine2.mid {
            font-size: 30px;
            line-height: 36px;
        }

            .headine2.mid.light {
                font-size: 24px;
            }

            .headine2.mid.web-adu {
                font-size: 22px;
                line-height: 30px;
            }

            .headine2.mid.adjust {
                font-size: 22px;
                line-height: 32px;
            }

        .headine2.light {
            text-align: center;
            font-size: 24px;
            line-height: 30px;
        }

            .headine2.light.top-10 {
                margin-top: -15px;
            }

        .headine2.mont-43 {
            font-size: 30px;
            line-height: 38px;
        }

            .headine2.mont-43.web-xxs {
                text-align: center;
                font-size: 26px;
                line-height: 30px;
            }

        .headine2.guarante {
            text-align: center;
            font-size: 26px;
        }

    .span-1 {
        display: inline;
    }

    .fw_500-pt-2 {
        padding-right: 0;
    }

    .text-1 {
        color: var(--text);
        font-size: 18px;
        line-height: 1.4;
    }

        .text-1.white {
            font-size: 18px;
            line-height: 1.4;
        }

            .text-1.white.mid {
                font-size: 20px;
                line-height: 1.3;
            }

                .text-1.white.mid.slightbig {
                    padding-left: 50px;
                    padding-right: 50px;
                    font-size: 24px;
                    font-weight: 600;
                    line-height: 1.2;
                }

                    .text-1.white.mid.slightbig.web2 {
                        padding-left: 10px;
                        padding-right: 10px;
                    }

        .text-1.orange {
            font-size: 18px;
            font-weight: 600;
        }

        .text-1.bue {
            font-weight: 500;
        }

            .text-1.bue.top-5.webx {
                margin-top: 0;
                font-size: 16px;
                line-height: 22px;
            }

        .text-1.aa {
            font-size: 18px;
        }

        .text-1.barrow {
            width: auto;
            font-size: 22px;
        }

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

        .text-1.ss {
            font-size: 16px;
            line-height: 22px;
        }

            .text-1.ss._1rem {
                font-size: 18px;
            }

                .text-1.ss._1rem.testi {
                    font-size: 18px;
                    line-height: 25px;
                }

            .text-1.ss.weba {
                font-size: 16px;
                line-height: 25px;
            }

        .text-1.web {
            margin-top: -10px;
        }

    .sec2 {
        padding-top: 2rem;
    }

        .sec2.web-adjust {
            padding-top: 1rem;
            padding-bottom: 1.5rem;
        }

    .sub-rex {
        font-family: Manrope, sans-serif;
        font-size: 23px;
    }

        .sub-rex._90 {
            width: auto;
        }

            .sub-rex._90.web {
                margin-bottom: 0;
            }

    .head-3 {
        width: 100%;
        font-size: 21px;
        font-weight: 800;
        line-height: 28px;
    }

        .head-3.op {
            font-size: 27px;
            font-weight: 700;
            line-height: 33px;
        }

        .head-3.report-head {
            font-size: 25px;
            line-height: 32px;
        }

    .sec3.web-space {
        padding-top: 2rem;
        padding-bottom: 0;
    }

    .sub-30.small {
        font-size: 22px;
    }

        .sub-30.small.black {
            font-size: 25px;
        }

            .sub-30.small.black.mobile {
                font-size: 18px;
            }

        .sub-30.small.ni {
            font-size: 28px;
            line-height: 32px;
        }

    .sub-30.vlack {
        font-size: 20px;
    }

        .sub-30.vlack.web-test {
            font-size: 16px;
            line-height: 22px;
        }

    .sub-30.big.blue {
        font-size: 36px;
        display: inline-block;
    }

        .sub-30.big.blue.mobile {
            text-align: center;
            font-size: 30px;
            line-height: 35px;
        }

    .sub-30.mid {
        text-align: center;
        margin-bottom: 0;
        font-size: 26px;
        line-height: 36px;
    }

    .sub-30.manrope60-30 {
        font-size: 22px;
        line-height: 28px;
    }

        .sub-30.manrope60-30.top-head.purple2.font-web {
            font-size: 20px;
        }

        .sub-30.manrope60-30.top-22 {
            margin-top: -10px;
        }

    .wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        width: 100%;
    }

        .wrapper.op.web {
            margin-top: 10px;
            margin-bottom: 0;
        }

        .wrapper.op.aweb {
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .wrapper.op.opweb {
            margin-top: 10px;
        }

        .wrapper._30rem {
            text-align: center;
        }

            .wrapper._30rem.web30 {
                margin-bottom: 10px;
            }

    .mont-30 {
        margin-bottom: 0;
        font-size: 37px;
        line-height: 62px;
    }

        .mont-30.top-10 {
            margin-top: -10px;
        }

            .mont-30.top-10.mont-title {
                margin-top: -20px;
                font-size: 45px;
            }

    .sec4.fffefe.web-sp {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .sec4.web-s {
        padding-top: 0;
        padding-bottom: 0;
    }

    .grid.gridweb {
        margin-top: 20px;
    }

    .col-lg-4-mb-2-d-flex-align-items-stretch {
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-2 {
        align-items: flex-start;
        padding-top: 0;
    }

    .flower-head {
        font-size: 25px;
        font-weight: 600;
    }

    .sec-5 {
        padding-top: 2rem;
    }

        .sec-5.webaj {
            padding-bottom: 1.5rem;
        }

    .text-span {
        margin-left: 10px;
        display: inline;
    }

    .grid-3 {
        width: 100%;
    }

    .div-block-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

        .div-block-4.webad {
            padding-bottom: 30px;
        }

    .text-block {
        font-size: 24px;
    }

    .space {
        grid-column-gap: 14px;
        grid-row-gap: 14px;
        flex-direction: row;
        display: flex;
    }

    .image-3 {
        width: auto;
    }

    .sec6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .text-span-2 {
        line-height: .8;
    }

    ._6grid.mobi.mobi2 {
        margin-top: -20px;
        margin-bottom: -20px;
    }

    .content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

        .content-wrapper.web {
            margin-top: -30px;
            padding: 20px 20px 0;
        }

    .div-block-7 {
        margin-left: 0;
    }

    .grid-5 {
        flex-wrap: nowrap;
        align-self: auto;
    }

    .image-5.testicircle {
        max-width: 100%;
    }

    .prefooter.web {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .image-6.tab {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing.web {
        padding-top: 1.5rem;
    }

    .pricing.wer {
        padding-top: .5rem;
    }

    .sec10-pt-5-desktop-view.loop {
        margin-bottom: 20px;
    }

    .heading.bvalue {
        font-size: 30px;
    }

    .image-7 {
        height: auto;
    }

    .div-block-13 {
        grid-column-gap: .25rem;
        grid-row-gap: .25rem;
        flex-wrap: wrap;
        padding-top: .125rem;
        padding-bottom: .125rem;
    }

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

    .div-block-15 {
        padding-top: 2px;
    }

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

    .badge-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

        .badge-wrapper.web-wr {
            padding-bottom: 1.5rem;
            padding-left: 2rem;
            padding-right: 2rem;
        }

    .div-block-16 {
        padding-top: 1rem;
    }

    .image-9 {
        width: 65%;
    }

    .grid-7 {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }

    .listing {
        display: block;
        overflow: hidden;
    }

        .listing.web {
            padding-bottom: 20px;
        }

    .div-block-19 {
        padding-right: 0;
    }

    .div-block-23 {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: column;
    }

    .before {
        width: 45px;
        font-size: 14px;
        top: 22px;
        right: 3px;
    }

        .before.tik {
            width: 55px;
        }

    .text-span-4 {
        font-weight: 700;
    }

    .div-block-27 {
        width: 99.9999%;
    }

    .bold-text-2 {
        font-size: 24px;
        line-height: 1;
    }

    .faq.wrap-faq {
        padding-top: .125rem;
        padding-bottom: .5rem;
    }

    .brix---accordion-right-side {
        margin-right: 0;
    }

    .brix---mg-bottom-0 {
        font-size: 18px;
    }

    .brix---paragraph-default {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---acordion-body {
        padding-left: 40px;
    }

    .brix---accordion-title {
        font-size: 17px;
        line-height: 23px;
    }

    .brix---accordion-big-number {
        font-size: 24px;
        line-height: 35px;
        display: block;
    }

    .brix---accordion-item-wrapper-v5-first {
        padding-top: 0;
        padding-bottom: 0;
    }

    .paragraph {
        font-size: 15px;
        line-height: 24px;
    }

    .list-2 {
        padding-left: 20px;
    }

    .col-lg-8-ps-lg-0-pb-3-2 {
        align-items: center;
    }

    .headine2-2 {
        text-align: left;
        font-size: 32px;
        font-weight: 800;
        line-height: 1.2;
    }

    .berry_img-d-lg-block-d-none-2 {
        width: 54%;
        display: block;
        left: 174px;
        right: auto;
    }

    .span-2 {
        font-weight: 700;
    }

    .fruit_bottle-d-lg-block-d-none-lazy-loaded-2 {
        /* width: 50%; */
    }

    .cherry_img-d-lg-block-d-none-2 {
        width: 42%;
        left: -1px;
    }

    .text-2 {
        color: #2f2f2f;
        font-family: Manrope, sans-serif;
        font-size: 20px;
        line-height: 1.5;
    }

    .tab-wrap {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        display: flex;
    }

    .lft-side {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

    .div-block-40 {
        justify-content: flex-start;
        padding-left: 20px;
        display: flex;
    }

        .div-block-40._2-bot {
            margin-top: 25px;
        }

    .flex {
        margin-bottom: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
    }

        .flex._1 {
            align-items: center;
            margin-bottom: 5px;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 10px;
            display: flex;
        }

    .div-block-42 {
        display: flex;
    }

    .heading-4 {
        font-size: 14px;
        line-height: 19px;
        display: block;
    }

    .image-15 {
        width: 75%;
    }

        .image-15.top-5 {
            margin-top: 10px;
        }

    .barlow-condensed---400 {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 34px;
        line-height: 40px;
    }

        .barlow-condensed---400.er {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 32px;
            line-height: 40px;
        }

    .sub {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 19px;
        line-height: 25px;
    }

        .sub.mob-sub {
            margin-top: -5px;
            font-size: 21px;
        }

    .heading-6 {
        margin-top: 0;
        font-size: 72px;
        line-height: 70px;
    }

    .checklist {
        flex: none;
        width: 40%;
    }

    .add-cart {
        width: 100%;
    }

    /*  .image-17 {
    width: 75%;
  }
*/
    .link-block-4, .link-block-5 {
        justify-content: center;
        display: flex;
    }

    .bold-c {
        font-size: 23px;
        font-weight: 700;
    }

    .div-block-44 {
        width: 85%;
    }

    .wrrap {
        margin-bottom: 10px;
    }

    .div-block-45 {
        align-items: center;
        display: flex;
    }

    .image-18 {
        width: 100%;
        max-width: none;
    }

        .image-18.top-10 {
            margin-top: 0px;
        }

    .h2rap {
        margin-bottom: 10px;
    }

    .div-block-46 {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: column;
    }

    .text-3 {
        color: #2f2f2f;
        font-size: 20px;
        line-height: 1.4;
    }

    .smaller {
        font-size: 35px;
    }

    .small.tm2 {
        font-size: 25px;
    }

    .lighter {
        font-size: 22px;
        line-height: 26px;
    }

    .tm {
        font-size: 24px;
    }

    .mont43 {
        font-size: 26px;
        line-height: 32px;
    }

        .mont43.web-adjust {
            margin-top: -10px;
            margin-bottom: 0;
        }

    .pricing-bot {
        padding-top: 0;
    }

        .pricing-bot.rrt {
            padding-bottom: .5rem;
        }

    .div-block-47 {
        text-align: center;
        align-self: center;
    }

    .image-19.vit, .image-20.vit, .image-21.vit, .image-22.vit, .image-23.vit, .image-24.vit, .image-25.vit, .image-26.vit, .image-27.vit {
        width: 70px;
    }

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

    .mobss {
        font-size: 50px;
    }

    .quick-stack {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        margin-top: -10px;
        padding-top: 0;
    }

    .logo-footer {
        max-width: 50%;
    }

    .claimyour {
        text-align: center;
        font-size: 26px;
        font-weight: 800;
        line-height: 1.2;
    }

        .claimyour.mid {
            font-size: 30px;
            line-height: 36px;
        }

            .claimyour.mid.light {
                font-size: 24px;
            }

            .claimyour.mid.web-adu {
                font-size: 22px;
                line-height: 30px;
            }

            .claimyour.mid.adjust {
                font-size: 22px;
                line-height: 32px;
            }

        .claimyour.light {
            text-align: center;
            font-size: 24px;
            line-height: 30px;
        }

            .claimyour.light.top-10 {
                margin-top: -15px;
            }

        .claimyour.mont-43 {
            font-size: 30px;
            line-height: 38px;
        }

            .claimyour.mont-43.web-xxs {
                text-align: center;
                font-size: 26px;
                line-height: 30px;
            }

        .claimyour.guarante {
            text-align: center;
            font-size: 26px;
        }

    .wrapper-claim {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        text-align: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

        .wrapper-claim.op.web {
            margin-top: 10px;
            margin-bottom: 0;
        }

        .wrapper-claim.op.aweb {
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .wrapper-claim.op.opweb {
            margin-top: 10px;
        }

        .wrapper-claim._30rem {
            text-align: center;
        }

    .list-item {
        font-size: 18px;
        line-height: 27px;
    }
}

#w-node-_1e772efe-f5ed-6f84-c3b0-54efb081163e-210d93af, #w-node-_813e45c0-c56c-b7ef-3fb8-552594307344-210d93af, #w-node-a3ded4ab-ff8f-5db0-0cba-8eed660885d2-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec72-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec73-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec7b-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec7d-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec83-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec85-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec8b-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec8d-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec91-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec92-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec9a-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec9c-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09eca2-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09eca4-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecaa-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecac-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecb0-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecb1-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecb9-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecbb-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecc1-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecc3-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecc9-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09eccb-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09eccf-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecd0-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecd8-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecda-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ece0-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ece2-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ece8-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecea-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecee-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecef-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecf7-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecf9-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecff-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed01-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed07-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed09-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed0d-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed0e-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed16-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed18-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed1e-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed20-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed26-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed28-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed2c-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed2d-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed35-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed37-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed3d-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed3f-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed45-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed47-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed4b-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed4c-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed54-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed56-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed5c-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed5e-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed64-210d93af, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed66-210d93af, #w-node-_7bfb09ff-8233-b9a0-f614-f06b756dd497-210d93af, #w-node-f8ea68f3-cca0-2570-720a-dee1869b2eb2-210d93af, #w-node-f8ea68f3-cca0-2570-720a-dee1869b2eb4-210d93af, #w-node-_7c38e2c4-b997-4ecf-220d-09c79505513e-210d93af, #w-node-aa3ba155-8bd5-6a21-b770-0ccc1ae84f89-210d93af, #w-node-aa3ba155-8bd5-6a21-b770-0ccc1ae84f91-210d93af, #w-node-_84b0790e-9af1-c930-ef0a-765edfbf073c-210d93af, #w-node-bee25add-329e-6708-00ea-57f4d9f86a2f-210d93af, #w-node-_7f732591-bab4-9623-2662-243363653d12-210d93af, #w-node-_03702175-1d1a-7ba1-1ebc-54f00961c635-210d93af, #w-node-_03702175-1d1a-7ba1-1ebc-54f00961c636-210d93af, #w-node-_01080e94-8062-e901-2ee0-4b2e3f983c9b-210d93af, #w-node-_01080e94-8062-e901-2ee0-4b2e3f983c9c-210d93af, #w-node-_550da741-3bc4-eb87-604d-74c8db7e53a2-210d93af, #w-node-_550da741-3bc4-eb87-604d-74c8db7e53a3-210d93af, #w-node-_5b9f2034-07b2-24cb-85e4-1ad9bfb036d0-210d93af, #w-node-_75fa109d-9d1d-41e3-3b14-9ed75d405410-210d93af, #w-node-_077f6b3b-362e-d494-0a82-1dc23e667fc5-210d93af, #w-node-_077f6b3b-362e-d494-0a82-1dc23e667fc7-210d93af, #w-node-_8651053c-8c94-3eda-b21a-fab548a71de3-210d93af, #w-node-_8651053c-8c94-3eda-b21a-fab548a71de6-210d93af, #w-node-_2fdfbf4b-a7da-fbf6-70b5-0dc7407b49a1-210d93af, #w-node-_2fdfbf4b-a7da-fbf6-70b5-0dc7407b49a3-210d93af, #w-node-_2fdfbf4b-a7da-fbf6-70b5-0dc7407b49a7-210d93af, #w-node-_2fdfbf4b-a7da-fbf6-70b5-0dc7407b49a9-210d93af, #w-node-_2fdfbf4b-a7da-fbf6-70b5-0dc7407b49b3-210d93af, #w-node-_2fdfbf4b-a7da-fbf6-70b5-0dc7407b49b5-210d93af, #w-node-_14958b14-4a6a-1c7b-e16d-815bb22f19b0-210d93af, #w-node-_14958b14-4a6a-1c7b-e16d-815bb22f19b2-210d93af, #w-node-_14958b14-4a6a-1c7b-e16d-815bb22f19b9-210d93af, #w-node-_14958b14-4a6a-1c7b-e16d-815bb22f19bb-210d93af, #w-node-_14958b14-4a6a-1c7b-e16d-815bb22f19ca-210d93af, #w-node-_14958b14-4a6a-1c7b-e16d-815bb22f19cc-210d93af, #w-node-_92c7bcce-fe25-ce40-6a44-7c6beb3cd6eb-210d93af, #w-node-_92c7bcce-fe25-ce40-6a44-7c6beb3cd6ec-210d93af, #w-node-fafd28ac-2ffc-8986-e0d7-a33ed9ea7f5e-210d93af, #w-node-fafd28ac-2ffc-8986-e0d7-a33ed9ea7f60-210d93af, #w-node-fafd28ac-2ffc-8986-e0d7-a33ed9ea7f65-210d93af, #w-node-fafd28ac-2ffc-8986-e0d7-a33ed9ea7f67-210d93af, #w-node-fafd28ac-2ffc-8986-e0d7-a33ed9ea7f6c-210d93af, #w-node-fafd28ac-2ffc-8986-e0d7-a33ed9ea7f6e-210d93af, #w-node-ab132439-9c43-a556-8e3f-50f32fbdb7bd-210d93af, #w-node-ab132439-9c43-a556-8e3f-50f32fbdb7bf-210d93af, #w-node-ab132439-9c43-a556-8e3f-50f32fbdb7c4-210d93af, #w-node-ab132439-9c43-a556-8e3f-50f32fbdb7c6-210d93af {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_153e9ea6-6cc9-c4ad-dd26-b45730593780-210d93af {
    align-self: start;
}

#w-node-_330ee2ad-492d-9a8c-36b3-18e35ea31e71-210d93af, #w-node-e8e93c89-3045-f585-4978-23940c6816b9-210d93af, #w-node-bde57516-d860-a076-7476-cf78a316b5e1-210d93af, #w-node-ad785cb1-e9c0-da16-0f43-15b9b4fcd99a-210d93af, #w-node-b2a470cd-d853-d9b0-72e1-e82329ada301-210d93af, #w-node-_981e6baa-d0ca-c273-b5e2-4cd6e7c7ed3c-210d93af, #w-node-_0d163bb7-1af2-b4fb-6906-ed9866d61fd8-210d93af, #w-node-b214b784-cbae-87b9-940d-f2f80593ae1a-210d93af {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd35f-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd361-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd366-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd368-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd36d-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd36f-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd390-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd392-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd397-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd399-210d93af {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
    #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3011-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a301a-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a301c-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a301d-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3020-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3022-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3023-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3026-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3028-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3035-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3046-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3050-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3052-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3053-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3056-210d93af, #w-node-_2d03cde5-f6c2-56bc-6b8c-90a5a4de5bf8-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a306a-210d93af, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a307b-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2ab-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2bc-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2c5-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2c7-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2c8-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2cb-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2cd-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2ce-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2d1-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2d3-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2e0-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2f1-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2fa-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2fc-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2fd-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd300-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd302-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd303-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd30f-210d93af, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd320-210d93af {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    .hero.web-adjust {
        background-image: none
    }

    .col-lg-4.right {
        border-top: 1px solid #d0d0d0;
        border-bottom: 6px solid #272f6f;
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
        border-radius: 15px 10px 20px 20px;
        height: 100%;
        padding: 5px 5px 20px;
    }

    .col-lg-4 {
        background-color: #f7f6f6;
        box-shadow: 0 4px 0 -1px rgba(0, 0, 0, .2);
    }
}

}

@media screen and (max-width: 500px) {
    ol.list-2 {
        word-wrap: break-word;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_2d03cde5-f6c2-56bc-6b8c-90a5a4de5bf8-210d93af {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    .w-layout-blockcontainer.main-container.tab.w-container {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .col-lg-4.right {
        padding-bottom: 10px !important;
    }

    .div-block-13 {
        margin-top: -10px;
    }
}

@media screen and (max-width: 430px) {
    .offer-timer {
        padding: 0 0px 0;
    }
}

@media screen and (max-width: 420px) {
    .lft-side {
        width: 50%;
    }

    .ryt-side {
        width: 60%;
    }
}

@media screen and (max-width: 400px) {

    .heading.bvalue {
        font-size: 24px;
    }

    .image-16 {
        width: 37%;
    }
}
