@charset "utf-8";

img,
object,
embed,
video {
    max-width: 100%;
}

.ie6 img {
    width: 100%;
}

body {
    font-family: "Inter", sans-serif !important;
    font-weight: normal;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
}

.container {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clearall {
    clear: both;
    height: 1px;
    width: auto;
}

.position {
    position: relative;
}

.dsplay {
    width: 100%;
    display: table;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

.flt {
    float: left;
    width: 100%;
}

.ovrfl {
    overflow: hidden;
}

.bdhding1 {
    font-family: "Inter", serif;
    font-size: 46px;
    line-height: 54px;
    text-align: center;
    font-weight: bold;
}

.bdhding1 u {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
}

.bdfont {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}

.bdfont2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}

.bdfont3 {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}

.mar1 {
    margin-top: 26px;
}

.mar2 {
    margin-top: 38px;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.txlncntr {
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 1000px;
        width: 100%;
    }

    .bdhding1 {
        font-size: 42px !important;
        line-height: 50px;
    }
}

@media only screen and (max-width: 1030px) {
    .container {
        max-width: 750px;
        width: 100%;
    }

    .bdhding1 {
        font-size: 36px !important;
        line-height: 44px;
    }

    .bdfont {
        font-size: 17px;
        line-height: 25px;
    }

    .bdfont2 {
        font-size: 22px;
        line-height: 30px;
    }

    .bdfont3 {
        font-size: 19px;
        line-height: 29px;
    }

    .mar1 {
        margin-top: 25px;
    }

    .mar2 {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 640px;
    }

    .bdinpad {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .bdhding1 {
        font-size: 32px !important;
        line-height: 40px;
    }

    .bdfont {
        font-size: 16px;
        line-height: 24px;
    }

    .bdfont2 {
        font-size: 21px;
        line-height: 29px;
    }

    .bdfont3 {
        font-size: 18px;
        line-height: 28px;
    }

    .mar1,
    .mar2 {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .bdhding1 {
        font-size: 30px !important;
        line-height: 38px;
    }
}

@media only screen and (max-width: 389px) {
    .bdhding1 {
        font-size: 28px !important;
        line-height: 36px;
    }
}

/*====================start topbar, section 1, 2=====================*/

.topbar {
    background: #A70B0D;
    padding: 13px 0;
}

.topbar-container {
    position: relative;
    margin: 0 100px;
}

.topbartxt {
    font-family: "Inter", serif;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.topbartxt u {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
}

.warn-lft,
.warn-rgt {
    position: absolute;
    top: 3px;
}

.warn-lft {
    left: 100px;
}

.warn-rgt {
    right: 100px;
}

/*-----------------section1-----------------*/

.sec1 {
    background: url('../img/sec1.jpg') center top no-repeat;
    padding: 37px 0 40px 0;
}

.s1hding {
    font-family: "Inter", serif;
    font-size: 56px;
    line-height: 62px;
    color: #fff;
    text-align: center;
}

.videobx {
    width: 1006px;
    margin: 40px auto 0 auto;
    display: block;
    border: 6px solid #ffffff;
    background: #d6d6d6;
}

.videotxtbx {
    background: #353535;
    padding: 6px 5px;
    position: relative;
}

.videotxt {
    font-family: "Inter", serif;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

.left-vdicon,
.rgt-vdicon {
    display: inline-block;
    margin: 0 12px -5px 0;
}

.rgt-vdicon {
    margin: 0 0 -5px 12px;
}

.video {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    cursor: pointer;
}

#video-container {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------strip-----------------*/

.strip {
    background: #efefef;
    padding: 24px 0;
}

.strip-hding {
    font-family: "Inter", serif;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    position: relative;
}

.strip-hding::before,
.strip-hding::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 360px;
    background: #b6bfd5;
    top: 16px;
}

.strip-hding::before {
    left: 100px;
}

.strip-hding::after {
    right: 100px;
}

.strip-logos {
    margin: 30px auto 0 auto;
    display: block;
    max-width: 100%;
}

/*-----------------section2-----------------*/

.sec2 {
    padding: 60px 0;
}

.s2hding {
    font-family: "Inter", serif;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.s2line {
    margin: 35px auto 0 auto;
    display: block;
    max-width: 100%;
}

ul.s2list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

ul.s2list li {
    width: 23.5%;
}

.s2limg {
    border: 2px solid #fff;
    box-shadow: 0 0 10px #d6d3d3;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.s2ltxt1 {
    text-align: center;
    margin-top: 26px;
}

.s2ltxt2 {
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.s2ltxt2 img {
    margin: 0 5px -6px 0;
}

@media only screen and (max-width: 1200px) {
    .warn-lft {
        left: 50px;
    }

    .warn-rgt {
        right: 50px;
    }

    .s1hding {
        font-size: 50px;
        line-height: 56px;
    }

    .strip-hding::before {
        left: 10px;
    }

    .strip-hding::after {
        right: 10px;
    }

    .videobx {
        width: 100%;
    }

    .s2line {
        width: 87%;
    }
}

@media only screen and (max-width: 1030px) {
    .topbartxt {
        font-size: 19px;
        line-height: 30px;
    }

    .warn-lft {
        left: 0;
        width: 62px;
    }

    .warn-rgt {
        right: 0;
        width: 62px;
    }

    .s1hding {
        font-size: 38px;
        line-height: 44px;
    }

    .videobx {
        margin: 32px auto 0 auto;
    }

    .strip-hding {
        font-size: 20px;
        line-height: 30px;
    }

    .strip-hding::before,
    .strip-hding::after {
        width: 260px;
    }

    .sec2 {
        padding: 50px 0;
    }

    .s2line {
        margin: 30px auto 0 auto;
    }

    .s2hding {
        font-size: 30px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .topbar {
        padding: 8px 0;
    }

    .topbartxt-mob {
        font-family: "Inter", serif;
        font-size: 26px;
        line-height: 36px;
        color: #fff;
        text-align: center;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 6px;
        text-transform: uppercase;
    }

    .warn-lft-mob,
    .warn-rgt-mob {
        width: 30px;
        display: inline-block;
        margin: 0 10px -9px 0;
    }

    .warn-rgt-mob {
        margin: 0 0 -9px 10px;
    }

    .topbartxt {
        font-size: 15px;
        line-height: 26px;
        margin-top: 8px;
    }

    .sec1 {
        background-size: cover;
        padding: 28px 0 34px 0;
    }

    .videobx {
        margin: 26px auto 0 auto;
        border: 4px solid #fff;
    }

    .left-vdicon-mob,
    .rgt-vdicon-mob {
        position: absolute;
        width: 26px;
        top: 16px;
    }

    .left-vdicon-mob {
        left: 10%;
    }

    .rgt-vdicon-mob {
        right: 10%;
    }

    .videotxt {
        font-size: 15px;
        line-height: 20px;
    }

    .strip-hding::before,
    .strip-hding::after {
        width: 27%;
    }

    .strip-hding::before {
        left: 0;
    }

    .strip-hding::after {
        right: 0;
    }

    .sec2 {
        padding: 38px 0;
    }

    ul.s2list {
        margin-top: 0;
    }

    ul.s2list li {
        width: 100%;
        margin-top: 35px;
    }

    ul.s2list li:nth-child(1) {
        margin-top: 30px;
    }

    .s2ltxt1 {
        margin-top: 22px;
    }

    .s2ltxt2 {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 479px) {
    .topbartxt-mob {
        font-size: 22px;
        line-height: 32px;
    }

    .warn-lft-mob,
    .warn-rgt-mob {
        width: 25px;
        margin: 0 6px -7px 0;
    }

    .warn-rgt-mob {
        margin: 0 0 -7px 6px;
    }

    .topbartxt {
        font-size: 12px;
        line-height: 20px;
        margin-top: 6px;
    }

    .topbartxt u {
        text-underline-offset: 4px;
    }

    .s1hding {
        font-size: 34px;
        line-height: 40px;
    }

    .videotxt {
        font-size: 12px;
        line-height: 17px;
    }

    .left-vdicon-mob,
    .rgt-vdicon-mob {
        width: 22px;
        top: 13px;
    }

    .strip-hding::before,
    .strip-hding::after {
        width: 20%;
    }

    .s2hding {
        font-size: 28px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 389px) {
    .topbartxt {
        font-weight: 500;
        font-size: 11px;
        line-height: 19px;
    }

    .s1hding {
        font-size: 32px;
        line-height: 38px;
    }

    .strip-hding::before,
    .strip-hding::after {
        width: 18%;
    }
}

/*====================start strip2, section3=====================*/

.strip2 {
    background: #A70B0D;
    padding: 36px 0 24px 0;
    color: #fff;
}

.countertxt {
    font-family: "Inter", serif;
    font-size: 52px;
    line-height: 60px;
    color: #fff000;
    text-align: center;
    margin-top: 2px;
}

/*--------------------strip3------------------*/

.strip3 {
    padding: 20px 0;
    color: #fff;
    background-image: linear-gradient(to right, rgba(202, 19, 32, 1), rgba(100, 9, 16, 1), rgba(202, 19, 32, 1));
}

ul.strip3-list {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

ul.strip3-list li {
    padding: 0 22px;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

ul.strip3-list li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    height: 18px;
    background: #e6dede;
    width: 2px;
}

ul.strip3-list li:last-child::after {
    display: none;
}

ul.strip3-list li:nth-child(1):before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 4px 0;
    width: 14px;
    height: 14px;
    background: #11b142;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
}

@keyframes fade {
    0% {
        opacity: 100%;
    }

    50% {
        opacity: 30%;
    }

    70% {
        opacity: 100%;
    }

    100% {
        opacity: 100%;
    }
}

.hourglass {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 8px 0 0;
    animation: rotateP 2.5s ease-in-out forwards infinite;
}

@keyframes rotateP {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(180deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(00deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.clock {
    margin: 0 8px 0 0;
    display: inline-block;
    animation: fade 1s ease-in-out infinite;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 50px solid #555;
}

/*-------------------section3-----------------*/

.sec3 {
    padding: 55px 0 10px 0;
    position: relative;
    background-color: #FFF1F1;
}

.sec3 .box-products {
    background-color: #FFF1F1;
    padding: 60px 0;
}

.divisor-element {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -25px;
}

.shipbx {
    width: 710px;
    height: 90px;
    border: 2px solid #A70B0D;
    border-radius: 14px;
    margin: 0 auto 0 auto;
    display: block;
    position: relative;
    padding: 17px 25px 15px 150px;
    background-color: #fff;
}

.shipiconbx {
    background: #A70B0D;
    padding: 19px 5px 19px 7px;
    border-radius: 12px 0 0 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.shipiconbx img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.shipiconbx::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-left: 15px solid #A70B0D;
    border-bottom: 45px solid transparent;
}

.shipbx-txt1 {
    font-family: "Inter", serif;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
}

.shipbx-txt2 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.pkgcontainer {
    margin: 54px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.best-value-card {
    background-color: #FCCD15;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 45px;
    color: #4D0B13;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 800;
}

.box-card-pkg1 {
    padding: 5px 30px 0 30px;
}

.pkg1,
.pkg2,
.pkg3 {
    width: 32%;
    position: relative;
}

.pkg1 {
    order: 2;
    border-radius: 10px;
    background: linear-gradient(to right, #B71110, #BD1117);
    position: relative;
    padding: 0 0 30px 0;
    box-shadow: 0 0 10px #c9c9c9;
}

.pkg2 {
    order: 3;
}

.pkg3 {
    order: 1;
}

.pkg1 .pkg-dollar-price {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
}

.pkg1 .pkg-dollar-sign {
    color: #fff;
    font-weight: bold;
    margin-right: 7px;
}

.pkg1 .bottle-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 7px;
}

.pkg3 .pkg-dollar-price,
.pkg2 .pkg-dollar-price {
    color: #FD9C0F;
    font-size: 70px;
    font-weight: bold;
}

.pkg3 .pkg-dollar-sign,
.pkg2 .pkg-dollar-sign {
    color: #fff;
    font-weight: bold;
    margin-right: 7px;
}

.pkg3 .bottle-text,
.pkg2 .bottle-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 7px;
}

.pkg2,
.pkg3 {
    background: #252526;
    padding: 23px 10px;
    margin-top: 34px;
    border-radius: 10px;
}

.pkg1,
.pkg2,
.pkg3 {
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.pkg1:hover,
.pkg2:hover,
.pkg3:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.03);
}

.bestvalue {
    position: absolute;
    left: -12px;
    top: -12px;
}

.mostpopular {
    position: absolute;
    left: -10px;
    top: -10px;
}

.pkg1-hding1 {
    font-family: "Inter", serif;
    font-size: 36px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
}

.pkg1-hding2 {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.pkgimgbx {
    position: relative;
}

.pkg1btl {
    margin: 22px auto 0 auto;
    display: block;
    max-width: 100%;
}

.pkg2btl {
    margin: 27px auto 0 auto;
    display: block;
    max-width: 100%;
}

.save {
    position: absolute;
    right: 15px;
    top: 6px;
    height: 97px;
    width: 97px;
    background: #ffd200;
    border-radius: 50%;
}

.save p {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 22px;
}

.save p span {
    font-weight: 800;
}

.pkg1prc,
.pkg2prc {
    font-weight: 800;
    font-size: 70px;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
}

.pkg2prc {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pkg1prc span {
    font-weight: normal;
    font-size: 24px;
}

ul.pkg1list {
    width: 278px;
    margin: 10px auto 0 auto;
    display: block;
}

ul.pkg2list {
    margin: 12px auto 0 auto;
}

ul.pkg3list {
    margin: 50px auto 0 auto;
}

ul.pkg1list li {
    height: 34px;
    width: 100%;
    position: relative;
    padding: 0 10px 0 48px;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 1px 1px #861e22;
    font-style: italic;
    margin: 4px 0 0 0;
    border: 1px solid red;
}

ul.pkg1list li img {
    position: absolute;
    left: 0;
    top: -3px;
}

ul.pkg1list li.discount {
    background: #d93137;
    border: 1px solid #c5181a;
    border-radius: 40px;
}

ul.pkg1list li.bonus {
    background: #007385;
    border: 1px solid #08528a;
    border-radius: 40px;
    text-shadow: 1px 1px #004550;
}

ul.pkg1list li.freeship {
    background: #d28247;
    border: 1px solid #c3763c;
    border-radius: 40px;
    text-shadow: 1px 1px #6f4526;
}

.pkg1btn {
    margin: 18px auto 0 auto;
    display: block;
    max-width: 100%;
}

.pkg1cards {
    margin: 10px auto 0 auto;
    display: block;
    max-width: 100%;
}

.rtlprc,
.yourprc {
    font-size: 18px;
    line-height: 26px;
    color: #454545;
    text-align: center;
    margin-top: 14px;
}

.yourprc {
    margin-top: 4px;
}

.yourprc span {
    font-weight: bold;
    font-size: 26px;
}

.s3subhding {
    font-family: "Inter", serif;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-top: 42px;
}

.s3stars {
    margin: 7px auto 0 auto;
    display: block;
}

.s3txt {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 7px;
}

.s3timg {
    margin: 20px auto 0 auto;
    display: block;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .sec3 .box-products {
        background-color: #FFF1F1;
        padding: 20px 0;
    }
}

/*-------------------section4-----------------*/

.sec4 {
    background: #050808 url('../img/sec4-2.jpg') center top no-repeat;
    padding: 100px 0 60px 0;
}

.mbbx {
    width: 920px;
    margin: 40px auto 0 auto;
    display: table;
    border: 4px solid #A70B0D;
    background: #252526;
}

.mbseal2 {
    margin: -95px auto 0 auto;
    display: block;
}

.mbbx p {
    color: #fff;
    text-align: center;
}

.mbbx-txt1 {
    font-weight: 300;
    padding: 22px 20px 0 20px;
}

.mbbx-hding1 {
    font-family: "Inter", serif;
    font-size: 36px;
    line-height: 50px;
    padding: 0 20px 0 20px;
    font-weight: bold;
}

.mbbx-hding2 {
    background: #A70B0D;
    padding: 10px 0px;
    font-family: "Inter", serif;
    font-size: 50px;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 3px;
    font-weight: bold;
}

.mbbx .text-guarantee {
    padding: 20px 100px 40px 100px;
}

.mbbx .text-guarantee p {
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 10px 0;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .countertxt {
        font-size: 48px;
        line-height: 56px;
    }

    .pkg1-hding1 {
        font-size: 46px;
        line-height: 54px;
    }

    .pkg1-hding2 {
        font-size: 25px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 1030px) {
    .countertxt {
        font-size: 42px;
        line-height: 50px;
    }

    .strip3 {
        padding: 14px 0;
        background: #640910;
    }

    ul.strip3-list li {
        font-size: 17px;
        line-height: 25px;
    }

    ul.strip3-list li:nth-child(2)::after {
        display: none;
    }

    ul.strip3-list li:nth-child(1):before {
        margin: 0 10px 2px 0;
    }

    ul.strip3-list li::after {
        top: 4px;
        height: 16px;
    }

    .sec3 {
        padding: 50px 0 36px 0;
    }

    .pkg2,
    .pkg3 {
        padding: 23px 10px 18px 10px;
    }

    .pkg1-hding1 {
        font-size: 35px;
        line-height: 43px;
    }

    .pkg1-hding2 {
        font-size: 22px;
        line-height: 24px;
    }

    .bestvalue,
    .mostpopular {
        width: 84px;
    }

    .save {
        right: 0;
        top: 6px;
        height: 77px;
        width: 77px;
    }

    .save p {
        font-size: 20px;
        line-height: 22px;
        padding-top: 18px;
    }

    .pkg1prc,
    .pkg2prc {
        font-size: 50px;
        line-height: 30px;
    }

    .pkg1prc span {
        font-size: 18px;
    }

    ul.pkg1list {
        width: 100%;
    }

    ul.pkg1list li {
        font-size: 15px;
        line-height: 30px;
        height: 30px;
        padding: 0 10px 0 42px;
    }

    ul.pkg1list li img {
        width: 32px;
        top: -2px;
    }

    .pkg1cards {
        max-width: 84%;
    }

    .rtlprc,
    .yourprc {
        font-size: 16px;
        line-height: 24px;
    }

    .yourprc span {
        font-size: 23px;
    }

    .s3txt {
        font-size: 18px;
        line-height: 26px;
    }

    .sec4 {
        padding: 100px 0 50px 0;
    }

    .mbbx {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .strip2 {
        padding: 28px 0 20px 0;
    }

    .countertxt {
        font-size: 38px;
        line-height: 46px;
    }

    .strip3 {
        padding: 10px 0;
    }

    ul.strip3-list li {
        font-size: 15px;
        line-height: 23px;
        padding: 0 15px 0 0;
    }

    ul.strip3-list li:nth-child(2) {
        padding: 0 0 0 15px;
    }

    ul.strip3-list li:nth-child(1):before {
        margin: 0 8px 2px 0;
        height: 10px;
        width: 10px;
    }

    .hourglass {
        width: 12px;
        margin: -5px 5px -3px 0;
    }

    ul.strip3-list li::after {
        top: 4px;
        height: 16px;
    }

    .sec3 {
        padding: 40px 0 28px 0;
        position: relative;
    }

    .divisor-element {
        position: absolute;
        left: 50%;
        margin-left: -15px;
        bottom: -25px;
    }

    .shipbx {
        width: 450px;
        height: 124px;
        padding: 10px 10px 10px 144px;
    }

    .shipbx-txt1 {
        font-size: 20px;
        line-height: 28px;
    }

    .shipbx-txt2 {
        font-size: 15px;
        line-height: 23px;
    }

    .shipiconbx {
        height: 122px;
        padding: 34px 5px 20px 7px;
    }

    .shipiconbx::after {
        border-top: 61px solid transparent;
        border-left: 15px solid #A70B0D;
        border-bottom: 61px solid transparent;
    }

    .pkgcontainer {
        margin: 14px 0 0 0;
        justify-content: center;
        text-align: center;
    }

    .pkg1,
    .pkg2,
    .pkg3 {
        width: 450px;
        margin: 20px 0 0 0;
        padding: 20px 0 20px 0;
    }

    .pkg1 {
        order: 1;
        padding: 0 0 20px 0;
    }

    .box-card-pkg1 {
        padding: 10px 0 0 0;
    }

    .pkg2 {
        order: 2;
    }

    .pkg3 {
        order: 3;
    }

    .pkglft,
    .pkgrgt {
        float: left;
        display: block;
        width: 50%;
        padding: 23px 3px 0 8px;
    }

    .pkg2 .pkglft {
        padding: 18px 3px 0 8px;
    }

    .pkg3 .pkglft {
        padding: 5px 3px 0 8px;
    }

    .pkgrgt {
        padding: 10px 8px 0 3px;
    }

    .pkg3 .pkgrgt {
        padding: 15px 8px 0 3px;
    }

    .pkglft-hding {
        font-weight: bold;
        font-size: 22px;
        line-height: 32px;
        color: #0e0e0e;
        text-align: center;
        text-transform: uppercase;
    }

    .pkglft-txt {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }

    .pkgrgt-txt {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        margin-top: 12px;
    }

    .save {
        right: auto;
        left: 5px;
        top: -13px;
    }

    .pkg2btl {
        margin: 22px auto 0 auto;
    }

    .pkg1prc {
        margin-top: 0;
    }

    ul.pkg2list,
    ul.pkg3list {
        margin: 10px auto 0 auto;
    }

    ul.pkg1list li {
        font-size: 14px;
        padding: 0 10px 0 40px;
    }

    .s3subhding {
        margin-top: 35px;
        font-size: 22px;
        line-height: 30px;
    }

    .sec4 {
        padding: 48px 0 42px 0;
    }

    .mbbx .text-guarantee {
        padding: 20px 10px 30px 20px;
    }

    .mbseal2 {
        margin: -55px auto 0 auto;
        width: 100px;
    }

    .mbbx-txt1 {
        padding: 16px 10px 0 10px;
    }

    .mbbx-hding1 {
        font-size: 30px;
        line-height: 34px;
        padding: 11px 10px 0 10px;
    }

    .mbbx-hding2 {
        padding: 5px 10px;
        font-size: 65px;
        line-height: 65px;
        margin-top: 14px;
    }

    .mbbx-txt2 {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 479px) {
    .countertxt {
        font-size: 36px;
        line-height: 44px;
    }

    .pkglft-hding {
        font-size: 18px;
        line-height: 28px;
    }

    .pkglft-txt {
        font-size: 12px;
        line-height: 22px;
    }

    .save {
        right: auto;
        left: 5px;
        top: -13px;
        height: 58px;
        width: 58px;
    }

    .save p {
        font-size: 15px;
        line-height: 17px;
        padding-top: 13px;
    }

    .shipbx {
        width: 370px;
        height: 118px;
        padding: 10px 5px 10px 98px;
    }

    .shipbx-txt1 {
        font-size: 18px;
        line-height: 26px;
    }

    .shipbx-txt2 {
        font-size: 13px;
        line-height: 21px;
    }

    .shipiconbx {
        height: 116px;
        padding: 44px 0 20px 7px;
    }

    .shipiconbx img {
        width: 65px;
    }

    .shipiconbx::after {
        border-top: 58px solid transparent;
        border-left: 15px solid #A70B0D;
        border-bottom: 58px solid transparent;
    }

    .pkg1,
    .pkg2,
    .pkg3 {
        width: 370px;
    }

    ul.pkg1list li {
        font-size: 12px;
        line-height: 20px;
        height: 21px;
        padding: 0 5px 0 28px;
    }

    ul.pkg1list li img {
        width: 22px;
        top: -2px;
    }

    .pkgrgt-txt {
        font-size: 18px;
        line-height: 24px;
    }

    .mbbx-hding1 {
        font-size: 36px !important;
        line-height: 33px !important;
    }

    .mbbx-hding2 {
        padding: 4px 8px;
        font-size: 52px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 389px) {
    ul.strip3-list li {
        font-size: 13px;
        line-height: 21px;
        padding: 0 11px 0 0;
    }

    ul.strip3-list li:nth-child(2) {
        padding: 0 0 0 11px;
    }

    .shipbx {
        width: 100%;
        height: auto;
        padding: 10px 5px 10px 89px;
    }

    .shipiconbx {
        height: 100%;
        padding: 12% 7px 20px 5px;
    }

    .shipiconbx::after {
        display: none;
    }

    .pkg1,
    .pkg2,
    .pkg3 {
        width: 100%;
    }

    .pkg1prc,
    .pkg2prc {
        font-size: 40px;
        line-height: 30px;
    }

    .pkg1prc span {
        font-size: 15px;
    }

    ul.pkg1list li {
        font-size: 11px;
    }

    .mbbx-hding1 {
        font-size: 21px;
        line-height: 25px;
    }

    .mbbx-hding2 {
        font-size: 48px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 359px) {
    .shipiconbx {
        height: 100%;
        padding: 15% 7px 20px 5px;
    }

    ul.pkg1list li {
        font-size: 10px;
    }

    .mbbx-hding2 {
        font-size: 44px;
        line-height: 44px;
    }
}

/*====================start section5, 6, 7=====================*/

.sec5 {
    padding: 60px 0;
}

.s5imgbx {
    width: 466px;
    float: right;
    margin: 40px 0 0 30px;
    padding: 0 0 0 96px;
    position: relative;
}

.s5imgbx-inbx {
    background: #A70B0D;
    padding: 100px 32px 100px 130px;
    border-radius: 15px;
    width: 100vw;
}

.s5prd {
    position: absolute;
    left: -76px;
    top: 26px;
}

ul.s5bx-list {
    padding: 0;
}

ul.s5bx-list li {
    position: relative;
    padding: 20px 0 0 50px;
    font-family: "Inter", serif;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
}

ul.s5bx-list li:nth-child(1) {
    margin: 0;
    padding: 0 0 0 50px;
    border-top: none;
}

ul.s5bx-list li img {
    position: absolute;
    left: -2px;
    top: 24px;
}

ul.s5bx-list li:nth-child(1) img {
    top: 6px;
}

.sigbx {
    margin: 50px 0 0 0;
    position: relative;
    padding: 0 0 0 100px;
}

.james {
    position: absolute;
    left: 0;
    top: 0;
}

.sig {
    margin: 0;
    display: block;
    max-width: 100%;
}

.sigbx-txt1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    margin-top: 8px;
}

.sigbx-txt2 {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin-top: 3px;
}

/*---------------------section6--------------------*/

.sec6 {
    background: #FFF1F1;
    padding: 60px 0 100px 0;
}

ul.s6list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
}

.list-img-gallery li:nth-child(1),
.list-img-gallery li:nth-child(2),
.list-img-gallery li:nth-child(3) {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.list-img-gallery li:nth-child(1) {
    background-image: url("../img/young-woman-lying-bed-morning.jpg");
}

.list-img-gallery li:nth-child(2) {
    background-image: url("../img/614.jpg");
}

.list-img-gallery li:nth-child(3) {
    background-image: url("../img/senior-man-exercising.webp");
}

ul.s6list li {
    padding: 2px;
    box-shadow: 0 0 6px #d1d1d1;
    width: 30%;
    margin-top: 30px;
    color: #fff;
    height: 400px;
}

.red-stripe {
    position: absolute;
    top: 0;
    background-color: red;
    height: 7px;
    margin-left: 30px;
    width: 100px;
}

ul.s6list li p {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    text-align: start;
}

.list-img-gallery li {
    position: relative;
    overflow: hidden;
    /* Garante que o overlay não ultrapasse as bordas */
}

.list-img-gallery li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    /* Ajuste conforme necessário */
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0) 100%);
    border-radius: 0 0 5px 5px;
    /* Arredonda apenas as bordas inferiores */
}

.list-img-gallery li>div {
    position: relative;
    z-index: 2;
    padding: 0 0 15px 15px;
    height: auto;
    min-height: 200px;
}

.list-img-gallery li>div :nth-child(1) {
    font-weight: bold;
}

.list-img-gallery li>div :nth-child(2) {
    font-weight: normal;
    font-size: 16px;
}

.s6lhding {
    font-family: "Inter", serif;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding: 12px 15px 0 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.s6ltxt {
    text-align: center;
    padding: 10px 15px 0 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
    .list-img-gallery li>div {
        padding: 0;
    }

    .list-img-gallery li>div {
        min-height: auto;
    }
}

.s6bx {
    padding: 0 0 0 330px;
    margin-top: 100px;
    position: relative;
}

.s6bx {
    .button-order-now {
        text-decoration: none;
        display: block;
        font-size: 1.3rem;
        padding: 0.6rem;
        text-transform: uppercase;
        background: radial-gradient(circle, #FAB60D 0%, #FF7811 100%);
        margin: 2rem 1rem 1rem 0;
        border-radius: 1.5rem;
        cursor: pointer;
        transition: .3s;
        width: 300px;
        color: #2B2B2B;
        text-align: center;
        font-weight: bold;
    }

    .button-order-now:hover {
        box-shadow: 0px 4px 10px #FAB60D;
        transform: scale(1.05);
    }

    .button-order-now-label {
        background-color: #2B2B2B;
        font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
        background-clip: text;
        -webkit-background-clip: text;
        text-align: center;
        -webkit-text-fill-color: transparent;
    }

    @media screen and (max-width: 767px) {
        .button-order-now {
            padding: 0.65em;
            font-size: 1.15em;
            margin: 30px auto 0 auto;
        }
    }
}

.s6prd {
    position: absolute;
    left: -30px;
    top: 0;
}

ul.s6list2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%;
}

ul.s6list2 li {
    width: 30%;
    position: relative;
    padding: 20px 20px 20px 66px;
}

ul.s6list2 li:nth-child(1),
ul.s6list2 li:nth-child(4) {
    width: 28%;
}

ul.s6list2 li:nth-child(2),
ul.s6list2 li:nth-child(5) {
    width: 37%;
    padding: 20px 20px 20px 107px;
}

ul.s6list2 li:nth-child(3),
ul.s6list2 li:nth-child(6) {
    width: 35%;
    padding: 20px 20px 20px 107px;
    border-right: none;
}

ul.s6list2 li:nth-child(4),
ul.s6list2 li:nth-child(5),
ul.s6list2 li:nth-child(6) {
    padding-bottom: 0;
}

ul.s6list2 li:nth-child(1),
ul.s6list2 li:nth-child(2),
ul.s6list2 li:nth-child(3) {
    padding-top: 0;
}

ul.s6list2 li p {
    font-family: "Inter", serif;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
}

ul.s6list2 li:nth-child(3) p {
    padding-top: 20px;
}

ul.s6list2 li img {
    position: absolute;
    left: 0;
    top: 25px;
}

ul.s6list2 li:nth-child(2) img,
ul.s6list2 li:nth-child(5) img,
ul.s6list2 li:nth-child(3) img,
ul.s6list2 li:nth-child(6) img {
    left: 35px;
}

ul.s6list2 li:nth-child(1) img,
ul.s6list2 li:nth-child(2) img,
ul.s6list2 li:nth-child(3) img {
    top: 4px;
}

/* .s6lround {
    position: absolute;
    right: -7.5px;
    bottom: -7.5px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #efefef;
    z-index: 99;
} */

.s6btn {
    margin: 50px 0 0 0;
    display: block;
    max-width: 100%;
}

/*---------------------section7--------------------*/

.sec7 {
    background-color: #fff;
    padding: 60px 0 60px 0;
}

.s7txt {
    font-family: "Inter", serif;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

ul.s7list {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 40px;
}

ul.s7list li {
    margin-top: 150px;
    width: 70%;
    background-color: #f1f1f1;
    border-radius: 12px;
    padding: 1px 30px 60px 30px;
    border: 1px solid #A70B0D;
}

.s7limgbx {
    position: relative;
}

.s7limg {
    margin: -148px auto 0 auto;
    display: block;
    max-width: 100%;
}

.bonusbx {
    height: 133px;
    width: 134px;
    background: url('../img/bonusbg.png') center top no-repeat;
    background-size: 100%;
    position: absolute;
    right: 40px;
    top: -10px;
    padding: 20px 0 0 0;
}

.bonusbx-txt1,
.bonusbx-txt2,
.bonusbx-txt3 {
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 30px;
    color: #ffd200;
    text-align: center;
    text-transform: uppercase;
}

.bonusbx-txt2 {
    font-size: 20px;
    line-height: 18px;
    color: #fff;
}

.bonusbx-txt3 {
    font-size: 40px;
    line-height: 38px;
}

.s7limgtxt {
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #06090a;
    margin-top: -6px;
}

.s7lhding {
    font-family: "Inter", serif;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin-top: 27px;
}

.s7lhding2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-top: 15px;
}

.s7lhding2 span.span1 {
    font-weight: bold;
    color: #A70B0D;
}

.s7ltxt {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-top: 11px;
}

.s7txt {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    text-align: center;
    font-style: italic;
    margin-top: 32px;
}

/*personalized-guidance*/
.personalized-guidance {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.personalized-guidance div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.personalized-guidance p {
    font-size: 20px;
}

.personalized-guidance i {
    color: #F3C700;
    margin-right: 10px;
}


@media only screen and (max-width: 1200px) {
    .sigbx {
        margin: 40px 0 0 0;
    }

    ul.s6list2 {
        width: 96%;
    }

    ul.s6list2 li:nth-child(2),
    ul.s6list2 li:nth-child(5),
    ul.s6list2 li:nth-child(3),
    ul.s6list2 li:nth-child(6) {
        padding: 20px 20px 20px 95px;
    }

    ul.s6list2 li:nth-child(2) img,
    ul.s6list2 li:nth-child(5) img,
    ul.s6list2 li:nth-child(3) img,
    ul.s6list2 li:nth-child(6) img {
        left: 23px;
    }

    ul.s6list2 li:nth-child(1),
    ul.s6list2 li:nth-child(2),
    ul.s6list2 li:nth-child(3) {
        padding-top: 0;
    }

    ul.s6list2 li:nth-child(4),
    ul.s6list2 li:nth-child(5),
    ul.s6list2 li:nth-child(6) {
        padding-bottom: 0;
    }

    ul.s6list2 li p {
        font-size: 22px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1030px) {
    .sec5 {
        padding: 50px 0;
    }

    .s5imgbx {
        width: 366px;
        padding: 0 0 0 81px;
    }

    .s5prd {
        width: 246px;
    }

    .s5imgbx-inbx {
        padding: 36px 8px 36px 96px;
    }

    ul.s5bx-list li {
        padding: 20px 0 0 42px;
        font-size: 16px;
        line-height: 20px;
    }

    ul.s5bx-list li:nth-child(1) {
        padding: 0 0 0 42px;
    }

    ul.s5bx-list li img {
        width: 36px;
    }

    .sigbx {
        margin: 35px 0 0 0;
    }

    .sec6 {
        padding: 50px 0 20px 0;
    }

    .s6lhding {
        font-size: 22px;
        line-height: 30px;
        padding: 12px 10px 0 10px;
    }

    .s6ltxt {
        padding: 10px 10px 0 10px;
    }

    .s6bx {
        padding: 0 0 0 220px;
        margin-top: 40px;
    }

    .s6prd {
        width: 260px;
        left: -30px;
    }

    ul.s6list2 {
        margin-top: 35px;
    }

    ul.s6list2 li {
        padding: 20px 10px 20px 46px;
    }

    ul.s6list2 li:nth-child(2),
    ul.s6list2 li:nth-child(5),
    ul.s6list2 li:nth-child(3),
    ul.s6list2 li:nth-child(6) {
        padding: 20px 20px 20px 67px;
    }

    ul.s6list2 li:nth-child(1),
    ul.s6list2 li:nth-child(2),
    ul.s6list2 li:nth-child(3) {
        padding-top: 0;
    }

    ul.s6list2 li:nth-child(4),
    ul.s6list2 li:nth-child(5),
    ul.s6list2 li:nth-child(6) {
        padding-bottom: 0;
    }

    ul.s6list2 li img {
        height: 38px;
    }

    ul.s6list2 li:nth-child(2) img,
    ul.s6list2 li:nth-child(5) img,
    ul.s6list2 li:nth-child(3) img,
    ul.s6list2 li:nth-child(6) img {
        left: 15px;
    }

    ul.s6list2 li p {
        font-size: 17px;
        line-height: 23px;
    }

    ul.s6list2 li:nth-child(3) p {
        padding-top: 14px;
    }

    .s6btn {
        margin: 35px 0 0 0;
    }

    .sec7 {
        padding: 86px 0 50px 0;
    }

    ul.s7list li {
        padding: 1px 15px 24px 15px;
        margin-top: 105px;
    }

    .s7limgtxt {
        font-size: 15px;
        line-height: 20px;
    }

    .s7lhding {
        font-size: 26px;
        line-height: 32px;
        margin-top: 20px;
    }

    .s7lhding2 {
        font-size: 20px;
        line-height: 28px;
    }

    .s7ltxt {
        font-size: 18px;
        line-height: 26px;
    }

    .s7limg {
        width: 215px;
        margin: -108px auto 0 auto;
    }

    .bonusbx {
        height: 93px;
        width: 94px;
        right: 10px;
        top: -10px;
        padding: 15px 0 0 0;
    }

    .bonusbx-txt1 {
        font-size: 25px;
        line-height: 23px;
    }

    .bonusbx-txt2 {
        font-size: 15px;
        line-height: 13px;
    }

    .bonusbx-txt3 {
        font-size: 31px;
        line-height: 29px;
    }
}

@media only screen and (min-width: 441px) {
    ul.s6list2 li:nth-child(5) {
        padding-top: 15px !important;
    }

    ul.s6list2 li:nth-child(5) img {
        top: 18px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sec5 {
        padding: 38px 0;
    }

    .s5imgbx {
        float: none;
        margin: 30px auto 0 auto;
        display: block;
    }

    .sigbx {
        padding: 0 0 0 88px;
    }

    .james {
        top: 18px;
    }

    .sigbx-txt1 {
        font-size: 18px;
        line-height: 24px;
    }

    .sigbx-txt2 {
        font-size: 14px;
        line-height: 20px;
    }

    .sec6 {
        padding: 38px 0 25px 0;
    }

    ul.s6list {
        justify-content: center;
        text-align: center;
        padding: 0;
    }

    ul.s6list li {
        width: 360px;
        padding: 2px 2px 22px 2px;
    }

    .s6lhding {
        font-size: 20px;
        line-height: 28px;
    }

    .s6bx {
        padding: 0 0 0 0;
        margin-top: 38px;
    }

    .s6prd {
        position: inherit;
        left: auto;
        top: auto;
        margin: 0 auto 15px auto;
        display: block;
    }

    ul.s6list2 {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    ul.s6list2 li:nth-child(1),
    ul.s6list2 li:nth-child(2),
    ul.s6list2 li:nth-child(3),
    ul.s6list2 li:nth-child(4),
    ul.s6list2 li:nth-child(5),
    ul.s6list2 li:nth-child(6) {
        width: 50%;
        padding: 15px 10px 15px 50px;
    }

    ul.s6list2 li:nth-child(2),
    ul.s6list2 li:nth-child(4),
    ul.s6list2 li:nth-child(6) {
        border-right: none;
    }

    /* ul.s6list2 li:nth-child(3),
    ul.s6list2 li:nth-child(4),
    ul.s6list2 li:nth-child(5),
    ul.s6list2 li:nth-child(6) {} */

    ul.s6list2 li:nth-child(1),
    ul.s6list2 li:nth-child(3),
    ul.s6list2 li:nth-child(5) {
        padding-left: 50px;
    }

    ul.s6list2 li:nth-child(2),
    ul.s6list2 li:nth-child(4),
    ul.s6list2 li:nth-child(6) {
        padding-left: 65px;
    }

    ul.s6list2 li img {
        top: 15px;
    }

    ul.s6list2 li:nth-child(1) img,
    ul.s6list2 li:nth-child(3) img,
    ul.s6list2 li:nth-child(5) img {
        left: 0;
    }

    ul.s6list2 li:nth-child(3) img,
    ul.s6list2 li:nth-child(4) img,
    ul.s6list2 li:nth-child(5) img,
    ul.s6list2 li:nth-child(3) img {
        top: 18px;
    }

    ul.s6list2 li:nth-child(2) img,
    ul.s6list2 li:nth-child(4) img,
    ul.s6list2 li:nth-child(6) img {
        left: 12px;
    }

    ul.s6list2 li:nth-child(1),
    ul.s6list2 li:nth-child(2) {
        padding-top: 0;
    }

    ul.s6list2 li:nth-child(5),
    ul.s6list2 li:nth-child(6) {
        padding-bottom: 0;
    }

    ul.s6list2 li:nth-child(1),
    ul.s6list2 li:nth-child(2) {
        padding-bottom: 0;
    }

    ul.s6list2 li:nth-child(3),
    ul.s6list2 li:nth-child(4) {
        padding-bottom: 0;
    }

    /* ul.s6list2 li:nth-child(5) {
        padding-top: 0;
    } */

    ul.s6list2 li:nth-child(5) img {
        top: 5px;
    }

    .s6list2.s6list2-mobile ul.s6list2 li:nth-child(3) p {
        padding-top: 0;
    }

    .s6btn {
        margin: 32px auto 0 auto;
        display: block;
    }

    .sec7 {
        background-size: 100%;
        padding: 46px 0 38px 0;
    }

    ul.s7list {
        justify-content: center;
        text-align: center;
        padding: 0;
    }

    ul.s7list li {
        width: 360px;
        padding: 1px 10px 24px 10px;
    }

    ul.s7list li:nth-child(2) {
        margin-top: 140px;
    }

    .s7lhding {
        font-size: 18px;
        line-height: 30px;
        margin-top: 16px;
    }

    .s7lhding2 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 12px;
    }

    .s7ltxt {
        font-size: 17px;
        line-height: 25px;
    }

    .s7txt {
        margin-top: 25px;
    }

    /*personalized-guidance*/
    .personalized-guidance {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }

    .personalized-guidance div {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .s5imgbx {
        width: 340px;
        padding: 0 0 0 60px;
    }

    .s5prd {
        width: 206px;
        top: 10px;
        left: -30px;
    }

    .s5imgbx-inbx {
        padding: 26px 8px 26px 98px;
    }

    ul.s5bx-list li {
        padding: 10px 0 0 42px;
        margin: 10px 0 0 0;
        font-size: 15px;
        line-height: 20px;
    }

    ul.s5bx-list li:nth-child(1) {
        padding: 0 0 0 42px;
    }

    ul.s5bx-list li img {
        width: 30px;
        top: 16px;
    }

    ul.s6list2 {
        width: 100%;
    }
}

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

    ul.s6list li,
    ul.s7list li {
        width: 100%;
    }
}

@media only screen and (max-width: 359px) {
    .s5imgbx {
        width: 100%;
    }

    ul.s6list2 li p {
        font-size: 16px;
        line-height: 22px;
    }
}

/*====================start section8=====================*/

.sec8 {
    background: #efefef;
    padding: 60px 0 40px 0;
}

.s8tbx {
    position: relative;
    padding: 0 0 0 200px;
    margin-top: 30px;
}

.s8tbx-inbx {
    width: 182px;
    position: absolute;
    left: 0;
    top: 0;
}

.timg {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.s8tbx-inbx-txt1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-top: 19px;
}

.s8tbx-inbx-txt2 {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin-top: 5px;
}

.quote {
    position: absolute;
    left: 0;
    top: 10px;
}

.s8tbxtxt1 {
    font-style: italic;
    padding: 10px 60px 0 14px;
}

.tstars {
    margin: 24px 0 10px 14px;
    display: block;
}

.s8tbxtxt2 {
    font-size: 15px;
    line-height: 20px;
    margin: 8px 0 0 14px;
}

.s8dvdr {
    height: 1px;
    background: #e1e1e1;
    margin-top: 40px;
}

/*---------------------section9--------------------*/

.sec9 {
    background-color: #fff;
    padding: 100px 0 60px 0;
}

ul.s9list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

ul.s9list li {
    width: 40%;
    margin-top: 30px;
    background: #181818;
    padding: 20px 0px 20px 0px;
    color: #fff;
    border-radius: 10px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

ul.s9list li div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top: 1px solid red;
}

ul.s9list li .bdfont {
    text-align: center;
    margin: 5px 30px 0 30px;
}

@media screen and (max-width: 767px) {
    ul.s9list li .bdfont {
        margin: 0;
    }

}

.red-line {
    height: 2px;
    /* Thickness of the line */
    background: linear-gradient(to right,
            transparent 0%,
            /* Start transparent */
            #FF0009 20%,
            /* Transition to solid red */
            #FF0009 80%,
            /* Stay solid red in the middle */
            transparent 100%
            /* Fade back to transparent */
        );
    width: 60%;
    /* Keep your width */
    margin: 0 auto 10px auto;
    /* Center the line with bottom margin */
}

.red-line-2 {
    height: 2px;
    /* Thickness of the line */
    background: linear-gradient(to right,
            transparent 0%,
            /* Start transparent */
            #FF0009 20%,
            /* Transition to solid red */
            #FF0009 80%,
            /* Stay solid red in the middle */
            transparent 100%
            /* Fade back to transparent */
        );
    width: 80%;
    /* Keep your width */
    margin: 10px auto 0 auto;
    /* Center the line with top margin */
}

.s9list .img-personalized-guidance-1 {
    background-image: url('../img/Produtividae.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.s9list .img-personalized-guidance-2 {
    background-image: url('../img/Produtividae-\(1\).png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.s9list .img-personalized-guidance-3 {
    background-image: url('../img/Produtividae\ \(2\).png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.s9list .img-personalized-guidance-4 {
    background-image: url('../img/Produtividae\ \(3\).png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.s9list .img-personalized-guidance-5 {
    background-image: url('../img/Produtividae\ \(4\).png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.s9list .img-personalized-guidance-6 {
    background-image: url('../img/Produtividae\ \(5\).png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.s9list .img-personalized-guidance-7 {
    background-image: url('../img/Produtividae\ \(6\).png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.s9limg1,
.s9limg2,
.s9limg3,
.s9limg4,
.s9limg5,
.s9limg6,
.s9limg7,
.s9limg8 {
    float: right;
    margin: -40px 0 0 0;
    max-width: 100%;
}

.s9limg2 {
    margin: -40px 20px 0 10px;
}

.s9limg4 {
    margin: 10px 0 0 0;
}

.s9limg6,
.s9limg8 {
    margin: 16px 0 0 -10px;
}

.s9limg7 {
    margin: -30px 0 0 -10px;
}

.s9lhding {
    font-family: "Inter", serif;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
}

.s9ltxt {
    margin-top: 12px;
}

@media screen and (min-width: 768px) {
    .sec9-desktop {
        display: block;
    }

    .sec9-mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .sec9-mobile {
        display: block;
    }

    .sec9-desktop {
        display: none;
    }
}

/*---------------------section10--------------------*/

.sec10 {
    background-color: #252526;
    padding: 60px 0;
    color: #fff;
}

.s10txt {
    text-align: center;
    padding: 0 90px;
}

.s10img1 {
    margin: 38px auto 0 auto;
    display: block;
    max-width: 100%;
}

ul.s10list {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 18px;
}

ul.s10list li {
    width: 13.28%;
    margin: 20px 0.5% 0 0.5%;
}

ul.s10list li img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

/*---------------------section11--------------------*/

.sec11 {
    background-color: #FFF1F1;
    padding: 80px 0 60px 0;
}

#accordion {
    height: auto !important;
    margin: 36px auto 0 auto;
    display: block;
    width: 920px;
    background: #fff;
    padding: 24px 38px 38px 38px;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    zoom: 1;
    background: #fff url('../img/down.png') 98% 25px no-repeat;
    text-align: left;
    padding: 13px 40px 13px 0;
    outline: none;
    position: relative;
    font-family: "Inter", serif;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    border-bottom: 1px solid #d0d0d0;
    letter-spacing: 1px;
}

.ui-accordion .ui-accordion-header.active {
    background: url('../img/up.png') 98% 25px no-repeat;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-accordion .ui-accordion-content {
    padding: 0;
    overflow: auto;
    zoom: 1;
}

.accord-txt {
    box-sizing: border-box;
    float: left;
    width: 100%;
    text-align: left;
    padding: 15px 40px 20px 0;
    background: #fff;
    color: #333;
}

/*---------------------section12--------------------*/

.sec12 {
    padding: 40px 0 50px 0;
    background: #f9f9f9;
}

.refbx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.refbx>.left,
.refbx>.right {
    width: 48%;
}

ul.ref-list {
    padding: 0 0 0 0;
}

ul.ref-list li {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #656565;
    margin: 8px 0 0 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 0 0 0 24px;
    position: relative;
    text-decoration: underline;
}

.refnum {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #656565;
    width: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

/*---------------------section13--------------------*/

.sec13 {
    padding: 50px 0 60px 0;
}

.s13img {
    margin: 0 auto 0 auto;
    display: block;
    max-width: 100%;
}

.s13hding {
    margin-top: 26px;
}

.s13btn {
    margin: 32px auto 0 auto;
    display: block;
}

@media only screen and (max-width: 1200px) {
    .s8tbxtxt1 {
        padding: 10px 20px 0 14px;
    }

    ul.s9list li {
        padding: 20px 5px 20px 20px;
    }

    .s10txt {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1030px) {
    .sec8 {
        padding: 50px 0 20px 0;
    }

    .s8tbxtxt1 {
        padding: 10px 0 0 14px;
    }

    .sec9 {
        padding: 90px 0 50px 0;
    }

    ul.s9list li {
        padding: 20px 5px 20px 15px;
    }

    .s9lhding {
        font-size: 22px;
        line-height: 28px;
    }

    .s9limg1,
    .s9limg2,
    .s9limg3,
    .s9limg4,
    .s9limg5,
    .s9limg6,
    .s9limg7,
    .s9limg8 {
        width: 150px;
    }

    .s9limg6 {
        width: 180px;
    }

    .s9limg2 {
        margin: -40px 7px 0 3px;
    }

    .s9limg4,
    .s9limg6,
    .s9limg8 {
        margin: 0 0 0 -10px;
    }

    .sec10 {
        padding: 50px 0;
    }

    .s10txt {
        padding: 0 0;
    }

    .sec11 {
        padding: 70px 0 50px 0;
    }

    #accordion {
        width: 100%;
        padding: 20px 20px 32px 20px;
    }

    .ui-accordion .ui-accordion-header {
        font-size: 22px;
        line-height: 32px;
    }

    .sec12 {
        padding: 30px 0 40px 0;
    }

    .sec13 {
        padding: 45px 0 50px 0;
    }

    .s13hding {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .sec8 {
        padding: 38px 0 24px 0;
    }

    .s8tbx {
        padding: 0 0 0 0;
    }

    .s8tbx-inbx {
        position: inherit;
        left: auto;
        top: auto;
        margin: 0 auto;
        display: block;
        padding-bottom: 6px;
    }

    .timg {
        width: 112px;
    }

    .s8tbx-inbx-txt1 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 12px;
    }

    .s8tbxtxt1 {
        text-align: center;
        padding: 10px 0 0 0;
    }

    .tstars {
        margin: 20px auto 0 auto;
    }

    .s8tbxtxt2 {
        text-align: center;
        margin: 8px 0 0 0;
    }

    .s8dvdr {
        margin-top: 30px;
    }

    .sec9 {
        background-size: 100%;
        padding: 45px 0 38px 0;
    }

    ul.s9list li {
        width: 100%;
        padding: 20px 10px 20px 10px;
        margin-top: 0;
    }

    ul.s9list li:nth-child(2),
    ul.s9list li:nth-child(4),
    ul.s9list li:nth-child(6),
    ul.s9list li:nth-child(8),
    ul.s9list li:nth-child(10),
    ul.s9list li:nth-child(12),
    ul.s9list li:nth-child(14),
    ul.s9list li:nth-child(16) {

        margin-bottom: 15px;
    }

    .s9limg1,
    .s9limg2,
    .s9limg3,
    .s9limg4,
    .s9limg5,
    .s9limg6,
    .s9limg7,
    .s9limg8 {
        width: 130px;
    }

    .s9limg2 {
        width: 110px;
        margin: -34px 0 0 0;
    }

    .s9limg4,
    .s9limg6 {
        width: 160px;
        margin: -34px 0 0 -10px;
    }

    .s9limg6,
    .s9limg8 {
        margin: -20px 0 0 -10px;
    }

    .s9lhding {
        font-size: 20px;
        line-height: 26px;
    }

    .s9ltxt {
        margin-top: 8px;
    }

    .sec10 {
        padding: 38px 0 42px 0;
    }

    .s10img1 {
        margin: 32px auto 0 auto;
    }

    ul.s10list {
        padding: 0 60px;
    }

    ul.s10list li {
        width: 31.33%;
        margin: 17px 1% 0 1%;
    }

    ul.s10list li:last-child {
        display: none;
    }

    ul.s10list li img {
        max-width: 90%;
    }

    .sec11 {
        padding: 50px 0 38px 0;
        background-size: 100%;
    }

    #accordion {
        width: 100%;
        padding: 12px 10px 25px 10px;
        margin: 30px 0 0 0;
    }

    .ui-accordion .ui-accordion-header {
        background: #fff url('../img/down.png') 98% 21px no-repeat;
        background-size: 14px;
        padding: 10px 30px 10px 0;
        font-size: 20px;
        line-height: 30px;
    }

    .ui-accordion .ui-accordion-header.active {
        background: url('../img/up.png') 98% 21px no-repeat;
        background-size: 14px;
    }

    .accord-txt {
        padding: 12px 0 16px 0;
    }

    .refbx>.left,
    .refbx>.right {
        width: 100%;
    }

    .sec13 {
        padding: 40px 0 36px 0;
    }

    .s13btn {
        margin: 22px auto 0 auto;
    }
}

@media only screen and (max-width: 479px) {
    .sec9 {
        padding: 38px 0;
    }

    ul.s10list {
        padding: 0 30px;
    }

    .sec11 {
        padding: 40px 0 40px 0;
    }
}

@media only screen and (max-width: 389px) {
    ul.s10list {
        padding: 0 0;
    }
}

/*===================================
    start footer
====================================*/

footer {
    padding: 40px 0;
    background: #e6e6e6;
}

.ftrlogo {
    margin: 0 auto;
    display: block;
}

ul.ftrlist {
    padding: 20px 0 0 0;
    text-align: center;
}

ul.ftrlist li {
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    color: #111111;
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #111111;
    margin-top: 6px;
}

ul.ftrlist li:last-child {
    border-right: none;
}

ul.ftrlist li a,
.ftrtxt a {
    color: #111111;
}

.ftrbx {
    background: #f5f5f5;
    padding: 22px 62px 22px 174px;
    margin: 30px 0 0 0;
    position: relative;
}

.ftrbx-img {
    position: absolute;
    left: 22px;
    top: 61px;
}

.ftrbx-txt {
    font-size: 17px;
    line-height: 26px;
    text-align: left;
    border-left: 1px solid #c5c5c5;
    padding-left: 28px;
}

.ftrtxt {
    font-size: 14px;
    line-height: 22px;
    color: #505050;
    text-align: center;
    margin-top: 30px;
    padding: 0 20px;
}

.ftrtxt2 {
    font-size: 17px;
    line-height: 25px;
    color: #111111;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (max-width: 1030px) {
    .ftrbx {
        padding: 18px 15px 18px 156px;
    }

    .ftrbx-txt {
        font-size: 16px;
        line-height: 25px;
        padding-left: 20px;
    }

    .ftrbx-img {
        left: 15px;
        top: 81px;
    }

    .ftrtxt {
        padding: 0 0;
    }
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 35px 0;
    }

    footer .statements {
        margin: 0 15px;
    }

    footer .references-list {
        margin: 0 15px;
    }

    ul.ftrlist {
        padding: 15px 0 0 0;
    }

    ul.ftrlist li {
        font-size: 16px;
        line-height: 16px;
        padding: 0 8px;
    }

    .ftrbx {
        padding: 18px 10px;
        margin: 25px 0 0 0;
    }

    .ftrbx-img {
        position: inherit;
        left: auto;
        top: auto;
        margin-bottom: 5px;
    }

    .ftrbx-txt {
        font-size: 15px;
        line-height: 24px;
        padding-left: 0;
        border-left: none;
    }

    .ftrtxt {
        font-size: 13px;
        line-height: 21px;
        margin-top: 25px;
    }

    .ftrtxt2 {
        font-size: 16px;
        line-height: 24px;
    }
}

/*--------------------------*/

.white {
    color: #fff;
}

.red {
    color: #A70B0D;
}

.strikeout {
    position: relative;
}

.strikeout::after {
    border-bottom: 0.12em solid #ff0202;
    content: "";
    left: 0;
    margin-top: calc(0.120em / 2 * -1);
    position: absolute;
    right: 0;
    top: 54%;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

.show-479,
.show-tab,
.show-767,
.show-400,
.show-340,
.show-359,
.show-389 {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .hide-desk {
        display: none;
    }
}

@media only screen and (max-width: 1030px) {
    .show-tab {
        display: block;
    }

    .hide-tab {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .hide-767 {
        display: none;
    }

    .show-767 {
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .show-479 {
        display: block;
    }

    .hide-479 {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .show-400 {
        display: block;
    }

    .hide-400 {
        display: none;
    }
}

@media only screen and (max-width: 389px) {
    .hide-389 {
        display: none;
    }

    .show-389 {
        display: block;
    }
}

@media only screen and (max-width: 359px) {
    .hide-359 {
        display: none;
    }

    .show-359 {
        display: block;
    }
}

/*---------------accordion-----------------*/

.faqContainer {
    max-width: 920px;
    margin: 36px auto 0 auto;
    padding: 24px 38px 38px 38px;
}

.faqTitle {
    font-family: "Inter", serif;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
}

.faqItem {
    padding: 0 15px;
    background-color: #DDDDDD;
    margin-bottom: 10px;
}

.faqItem input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.faqItemAnswer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.faqItem input:checked~.faqItemAnswer {
    max-height: 380px;
}

/* Visual styles */

.faqAccordion {
    overflow: hidden;
}

.faqItemQuestion {
    display: flex;
    color: #000;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    font-family: "Inter", serif;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    font-weight: bold;
}

.faqItemQuestion {
    justify-content: space-between;
    padding: 16px 0;
}

.faqItemQuestion::after {
    content: "\2193";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(0deg);
    transition: all 0.35s;
    color: #000;
}

.faqItem input:checked+.faqItemQuestion::after {
    transform: rotate(180deg);
    margin-top: 11px;
    color: #F00;
}

.faqItemAnswer div {
    padding: 0 40px 20px 0;
    color: #000;
}

.faqItemAnswer .bdfont {
    font-size: 16px;
}

/* Arrow animation */

.faqItem input:not(:checked)+.faqItemQuestion:hover::after {
    animation: bounce .5s infinite;
}

@media only screen and (max-width: 1030px) {
    .faqContainer {
        width: 100%;
    }

    .faqItemQuestion {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .faqContainer {
        margin: 30px auto 0 auto;
        padding: 12px 10px 25px 10px;
    }

    .faqItemQuestion {
        font-size: 20px;
        line-height: 30px;
        padding: 12px 0 13px 0;
    }

    .faqItemAnswer div {
        padding: 15px 0 20px 0;
    }
}