.header {
    padding: 1rem 0 1rem;
}

.header .container {
    display: flex;
    justify-content: space-between;
}

.header .logo {
    width: auto;
    height: 3rem;
}

.nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navellipse, .navellipse.white {
    width: 35px;
    height: 35px;
    font-size: 23px;
    line-height: 1;
}

.deco-line.white-opacity {
    width: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

.deco-line {
    width: 30px;
    height: 4px;
    margin-right: 12px;
    margin-left: 12px;
    border-radius: 10px;
    background-color: rgba(80,176,85,.5);
}

.navellipse.white {
    background-color: transparent;
    color: var(--color-main-light);
}

.navellipse {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--color-main-light);
    border-radius: 100px;
    background-color: var(--color-main-light);
    color: #fff;
    font-size: 24px;
}

.moneyBack_guarantee {
    display: block;
}

.container {
    max-width: 1000px;
}

.limited_offer.lp-offers-2 {
    display: block;
    padding-top: 4rem;
    margin: 0 auto;
}

.offer {
    display: none;
}

.btn-yes {
    margin: 5rem auto;
    max-width: 42rem;
    width: 90%;
    white-space: nowrap;
    font-size: 62px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.btn-yes span {
    font-size: 43px;
    text-transform: none;
    margin-left: 16px;
}

.statement {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.rating {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-align: center;
    margin: 5rem auto;
    font-weight: 700;
    gap: 2rem;
    color: var(--color-secondary);
    padding-bottom: 1rem;
}

.rating span {
    font-size: 34px;
}

.rating-stars {
    width: 150px;
    margin-left: -1rem;
}

h1 {
    text-shadow: 0 1px 0 #4c2240;
    font-size: 66px;
    line-height: 1;
    color: var(--color-secondary);
    font-weight: 700;
    margin: 2rem auto 0;
    text-align: center;
}

.inflating {
    animation: inflate 3s infinite;
}

@keyframes inflate {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size: 60px;
    }
}

@media (max-width: 992px) {

}

@media (min-width: 915px) and (max-width: 992px) {
    .btn-yes {
        font-size: 50px;
    }

    .btn-yes span {
        font-size: 34px;
    }

    h1 {
        font-size: 47px;
    }
}

@media (max-width: 915px){
    .btn-yes {
        max-width: 25rem;
        font-size: 34px;
        margin: 3rem auto;
    }

    .btn-yes span {
        font-size: 24px;
        margin-left: 10px;
    }

    h1 {
        font-size: 40px;
        margin: 2.4rem auto 1rem;
    }
}

@media (max-width: 768px){
    .btn-yes {
        max-width: 20rem;
        font-size: 24px;
    }

    .btn-yes span {
        font-size: 18px;
        margin-left: 8px;
    }

    h1 {
        font-size: 35px;
        margin: 3.3rem auto 1rem;
    }
}

@media (max-width: 576px){
    h1 {
        font-size: 36px;
        margin: 1.6rem auto 0.4rem;
    }

    .navellipse, .navellipse.white {
        width: 36px;
        height: 36px;
        font-size: 3.8vw;
        line-height: 1.1;
    }

    .deco-line.white-opacity, .deco-line.white-opacity.opt {
        width: 20px;
        height: 2px;
        margin-right: 4px;
        margin-left: 4px;
    }

    .rating {
        display: block;
        font-size: 24px;
        margin: 2rem auto;
    }

    .rating span {
        font-size: 34px;
        display: block;
    }
}

@media (max-width: 450px){

    .navellipse, .navellipse.white {
        width: 26px;
        height: 26px;
        font-size: 3.6vw;
        line-height: 1.1;
    }

    .deco-line.white-opacity, .deco-line.white-opacity.opt {
        width: 10px;
        height: 2px;
        margin-right: 2px;
        margin-left: 2px;
    }

    .header .logo {
        height: 2.5rem;
    }
}