/*========== General ============*/
.nav-wrapper nav {
    background-color: #fffdf8;
}

.title-mobile {
    display: none;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.site-header--opening {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
    transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
}

.site-header--stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 64px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: none;
    z-index: 20;
}

.navbar-toggler-icon {
    background-image: url(../images/icon-burger-green.png) !important;
}

.cart-bubble {
    display: block;
    position: absolute;
    top: 2px;
    right: 6px;
    width: 15px;
    height: 15px;
    background-color: #ff4f33;
    border: 2px solid white;
    border-radius: 50%;
    z-index: 999999;
}

.cart {
    position: relative;
}

.desktop-cart {
    display: none;
    position: relative;
}

.navbar .cart {}

.navbar .cart svg {
    width: 30px;
    height: 30px;
    fill: white;
}

.navbar-toggler.cart {
    border: 0;
}

.navbar-toggler-icon {
    width: 38px;
    height: 38px;
}

.navbar-dark .navbar-toggler {
    border: 0 !important;
}

.navbar-toggler.cart img {
    /* filter: brightness(0) invert(1); */
}

.navbar-dark .navbar-nav .nav-link {
    color: #121212 !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #121212 !important;
}

.ruk_rating_snippet i {
    font-size: 24px !important;
    color: #f6d674;
}

.ruk-rating-snippet-count {
    font-size: 16px !important;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Marcellus', serif;
    font-weight: 400;
}

strong {
    font-weight: 400;
}

p,
a,
ul,
span,
body {
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
}

.gallery-slider .slick-dots {
    bottom: -134px;
    display: flex;
    justify-content: center;
}

.gallery-slider .slick-dots li:first-child {
    margin-left: 0;
}

.gallery-slider .slick-dots li:last-child {
    margin-right: 0;
}

.gallery-slider .slick-dots li {
    max-width: 152px;
    width: 100%;
    margin: 0 5px;
    height: 100%;
}

.gallery-slider .slick-dots li button {
    width: 100%;
    height: 140px;
    padding: 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    object-fit: fill;
}

.gallery-slider .slick-dots li button img {
    width: 100%;
}

.gallery-slider2 .slick-dots li button::before {
    font-size: 52px;
}

.gallery-slider2 .slick-dots {
    bottom: 20px;
}

.slick-prev {
    left: 10px;
    width: 40px;
    height: 40px;
    background-image: url('../images/icon-prev.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    z-index: 1;
}

.slick-next {
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: url('../images/icon-next.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    content: none;
}

body {
    color: #1e2021;
}

.container {
    max-width: 1200px;
}

.card {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid;
    background: transparent;
}

.card-header {
    background: transparent;
    padding: 0;
    border: 0;
}

.card-body {
    padding-top: 0;
    padding-bottom: 30px;
}

#accordion button {
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
    text-align: left;
    padding: 25px 0 25px;
    font-size: 23px;
    font-weight: 400;
    text-decoration: none;
    color: #1e2021;
    text-wrap: inherit;
    white-space: inherit;
}

#accordion button img {
    width: 32px;
    margin-left: 15px;
    transform: scaleY(-1);
}

#accordion button.collapsed img {
    transform: scaleY(1);
}

#accordion button span {
    font-weight: 400;
}

.ruk_rating_snippet {
    margin-bottom: 20px;
}

/*========== Banner ============*/
.announcement {
    padding: 13px 15px;
    min-height: 50px;
    background-color: #185741;
}

.announcement p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-align: center;
}

.nav-wrapper {
    background-color: #fffdf8;
    border-bottom: 1px solid #e8e8e1;
}

.btn-sticky {
    position: fixed;
    bottom: 0;
    padding: 15px 15px 0px;
    background-color: #fff;
    z-index: 99;
    width: 100%;
    display: none;
}

.btn-sticky a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    padding: 16px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    background-color: #185741;
    margin-bottom: 15px;
    text-align: center;
}

.btn-wrapper a:hover,
.link-buy:hover,
.btn-sticky a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.link-buy {
    width: 205px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 15px;
    background-color: #185741;
    cursor: pointer;
}

.nav-wrapper nav {
    margin: auto;
    padding: 0.5rem 1rem;
    max-width: 1200px;
}

.nav-wrapper nav .logo {
    margin-right: 20px;
}

.nav-wrapper nav a.nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.banner {
    background-color: #ede9e0;
}

.banner .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.banner h2 {
    font-weight: 400;
    font-size: 31px;
    margin-bottom: 40px;
}

.banner .wrapper {
    max-width: 630px;
    margin: auto;
    padding: 15% 15px;
}

.banner .review {
    font-size: 22px;
    margin-bottom: 10px;
}

.banner .review span {
    font-size: 20px;
    color: #F4BE45;
    font-style: italic;
}

.banner .list-adv {
    font-size: 19px;
    list-style: none;
    margin: 0 0 80px;
    padding: 0;
}

.banner .list-adv li {
    margin-bottom: 15px;
    display: flex;
    align-items: start;
}

.banner .list-adv li::before {
    flex-basis: 25px;
    flex-grow: 0;
    flex-shrink: 0;
    display: inline-block;
    content: "";
    margin-right: 12px;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon-check.svg);
}

.banner .list-adv li strong {
    display: inline;
}

.banner .btn-wrapper {
    text-align: center;
}

.banner .btn-wrapper i {
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
    display: block;
}

.banner a {
    display: inline-block;
    font-size: 19px;
    font-weight: 400;
    padding: 16px 30px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    background-color: #185741;
    margin-bottom: 15px;
}

.banner .btn-wrapper img {
    max-width: 300px;
    width: 100%;
    pointer-events: none;
    margin-bottom: 15px;
}

.how-it-works {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fefdf8;
}

.how-it-works h2 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px;
}

.how-it-works p {
    font-size: 19px;
}

.how-it-works ul {
    font-size: 19px;
    margin-bottom: 30px;
}

.how-it-works ul li {
    margin-bottom: 5px;
}

.how-it-works ul span {
    color: #1e2021;
}

.how-it-works .img-wrapper {
    width: 100%;
}

.how-it-works .video-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    height: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 88%;
}

.how-it-works .square-video {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.how-it-works video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100;
}

.how-it-works .img-wrapper img {
    width: 100%;
    margin-bottom: 10px;
}

.how-it-works .content-wrapper {
    max-width: 620px;
    margin: auto;
}

.how-it-works .row:last-child {
    margin-top: 70px;
}

.how-it-works .row:last-child .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.how-it-works .row:last-child img {
    border-radius: 10px;
    width: 100%;
}

.comparison {
    padding-top: 100px;
    padding-bottom: 140px;
}

.comparison .img-wrapper img {
    width: 100%;
}

.comparison h2 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: center;
}

.comparison table tr:first-child th:first-child {
    font-size: 24px;
}

.comparison table tr:first-child img {
    width: 100%;
    max-width: 160px;
}

.comparison table {
    border-collapse: collapse;
    width: 100%;
}

.comparison th,
td {
    border: 1px solid #ddd;
    padding: 20px;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
}

.comparison th {
    background-color: #f2f2f2;
}

.comparison tr:nth-child(even) {
    background-color: #f4f6ff;
}

.comparison .wrapper {
    max-width: 600px;
    margin: auto;
}

.comparison table tr:first-child th {
    font-family: 'Lexend', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background: none;
}

.comparison table tr:first-child th:first-child {
    border: none;
    background: none;
}

.comparison table tr td:nth-child(2),
.comparison table tr td:nth-child(3) {
    text-align: center;
}

.comparison table tr:last-child td:nth-child(2) {
    color: #185741;
}

.comparison table tr:last-child td:nth-child(3) {
    color: #787878;
}

.comparison table tr td:nth-child(2),
.comparison table tr td:nth-child(3) {
    width: 100px;
}

.what-it-does {
    padding-top: 100px;
    padding-bottom: 100px;
}

.what-it-does .wrapper {
    padding: 70px;
    background-color: #d4dce1;
}

.what-it-does h2 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px;
}

.what-it-does .col-md-6 {
    padding: 120px 0;
}

.what-it-does .col-md-6:first-child {
    background-image: url('../images/location.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.what-it-does img {
    display: none;
    width: 100%;
}

.what-it-does p {
    font-size: 19px;
}

.what-it-does ul {
    font-size: 19px;
    margin-bottom: 0;
}

.what-it-does ul li {
    margin-bottom: 5px;
}

.social-proof {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f6f3ec;
}

.social-proof h2 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
}

.social-proof .wrapper {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 80px;
}

.social-proof figure img {
    margin-bottom: 14px;
    max-width: 120px;
    width: 100%;
}

.social-proof figure {
    max-width: 300px;
    text-align: center;
    margin: auto;
}

.social-proof h4 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 12px;
}

.social-proof p {
    font-size: 19px;
}

.alternate {
    padding-top: 100px;
    padding-bottom: 100px;
}

.alternate .row:first-child {
    margin-bottom: 150px;
}

.alternate h2 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px;
}

.alternate p {
    font-size: 19px;
}

.alternate .content-wrapper {
    padding: 30px;
    max-width: 600px;
    margin: auto;
}

.alternate img {
    width: 100%;
}

.alternate span {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
}

.risk-free {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fffdf8;
}

.risk-free h2 {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 45px;
}

.risk-free figcaption {
    font-size: 18px;
    font-weight: 400;
}

.risk-free figure {
    text-align: center;
    max-width: 240px;
    margin: auto;
}

.risk-free figure img {
    margin-bottom: 20px;
}

.faq {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ede9e0;
}

.faq h2 {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
}

.faq .card-body {
    font-size: 19px;
    font-weight: 300;
}

.faq #accordion {
    max-width: 960px;
    margin: auto;
}

.reviews {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fffdf8;
}

.reviews .gallery-slider3 .slick-slide img {
    width: 100%;
}

.reviews h2 {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
    padding: 0 30px;
}

.reviews .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.reviews .gallery-slider3 {
    margin-bottom: 60px;
}

.reviews #ReviewsWidget {
    max-width: 960px;
    margin: auto;
    padding: 0 30px;
}

footer {
    background-color: #f6f3ec;
    margin-bottom: -20px;
}

footer .row {
    padding-top: 100px;
    padding-bottom: 30px;
}

footer .wrapper {
    text-align: center;
    max-width: 960px;
    margin: auto;
}

footer a {
    color: #7f7f7f;
    text-decoration: none;
}

footer a:hover {
    opacity: 0.8;
    color: #7f7f7f;
    text-decoration: none;
}

footer p {
    opacity: 0.8;
    color: #7f7f7f;
    font-size: 13px;
}

footer img {
    margin-bottom: 20px;
}

footer ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer ul li {
    margin-right: 20px;
}

footer ul li:last-child {
    margin-right: 0;
}

footer .bottom {
    background-color: #ebe8e1;
    color: #a4a4a4;
    padding: 5px;
    font-size: 13px;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    .gallery-slider .slick-dots li button {
        height: 90px;
    }

    .gallery-slider .slick-dots {
        bottom: -100px;
    }
}

@media screen and (max-width: 992px) {
    .nav-wrapper nav .logo {
        max-width: 150px !important;
    }

    .desktop-cart {
        display: none !important;
    }

    .nav-wrapper nav a.nav-link {
        text-align: center;
    }

    .link-buy {
        margin: auto;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 768px) {
    .title-mobile {
        display: block;
    }

    .title-desktop {
        display: none;
    }

    .navbar-collapse {
        padding-top: 20px;
    }

    .nav-wrapper nav a.nav-link {
        text-align: center;
    }

    .desktop-cart {
        display: none !important;
    }

    .nav-wrapper nav .logo,
    .navbar-dark .navbar-brand {
        margin: auto;
    }

    .banner .wrapper {
        width: 100%;
        max-width: 100%;
    }

    .column-reverse {
        flex-direction: column-reverse;
    }

    .gallery-slider.slick-dotted.slick-slider {
        margin-bottom: 18%;
    }

    .how-it-works .video-wrapper {
        margin: 30px auto;
    }

    .what-it-does .col-md-6:first-child {
        background: none;
    }

    .what-it-does .col-md-6:first-child img {
        display: block;
    }

    .what-it-does .col-md-6 {
        padding: 0;
    }

    .how-it-works .row:last-child {
        margin-top: 30px;
    }
}

@media screen and (max-width: 579px) {
    .btn-sticky {
        display: block;
    }

    .announcement {
        padding: 5px 15px;
    }

    #accordion button img {
        width: 24px;
    }

    .site-header--stuck {
        top: 58px;
    }

    .announcement p {
        font-size: 12px;
    }

    .nav-wrapper nav .logo {
        max-width: 140px;
    }

    .navbar-toggler-icon {
        width: 1.5em;
        height: 1.5em;
    }

    .navbar-toggler {
        padding: 0.25rem 0.5rem;
    }

    .gallery-slider .slick-dots {
        bottom: -90px;
    }

    .gallery-slider .slick-dots li button {
        height: 80px;
    }

    .gallery-slider.slick-dotted.slick-slider {
        margin-bottom: 16%;
    }

    .banner h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    body p {
        font-size: 19px;
    }

    .banner .review {
        font-size: 19px;
    }

    .banner .list-adv {
        font-size: 19px;
    }

    .banner .list-adv {
        margin-bottom: 30px !important;
    }

    .banner a {
        font-size: 17px;
    }

    .banner .wrapper {
        padding-bottom: 30px;
    }

    .how-it-works .video-wrapper {
        margin-top: 0;
    }

    .how-it-works {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    h2 {
        font-size: 24px !important;
    }

    .how-it-works h2 {
        margin-bottom: 20px;
    }

    .how-it-works p {
        font-size: 19px;
    }

    .how-it-works ul {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .how-it-works .row:last-child .col-md-3 {
        padding-bottom: 5px;
    }

    .how-it-works .row:last-child .col-md-3:nth-child(1),
    .how-it-works .row:last-child .col-md-3:nth-child(3) {
        padding-right: 2.5px;
    }

    .how-it-works .row:last-child .col-md-3:nth-child(2),
    .how-it-works .row:last-child .col-md-3:nth-child(4) {
        padding-left: 2.5px;
    }

    .comparison {
        padding-top: 10px;
        padding-bottom: 40px;

    }

    .comparison table tr:first-child th {
        font-size: 15px;
    }

    .comparison th,
    td {
        padding: 10px;
        font-size: 15px;
    }

    .comparison table td img {
        max-width: 26px;
    }

    .comparison table tr:first-child th {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .comparison h2 {
        margin-bottom: 30px;
    }

    .comparison table tr:first-child th:first-child {
        font-size: 19px;
    }

    .what-it-does {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .what-it-does {
        padding-bottom: 0;
    }

    .what-it-does .wrapper {
        padding: 40px 15px;
    }

    .social-proof {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .social-proof p {
        font-size: 19px;
    }

    .social-proof .wrapper {
        margin: 0 auto 30px;
    }

    .social-proof figure {
        margin-bottom: 30px;
    }

    .social-proof h4 {
        font-size: 20px;
    }

    .alternate {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .alternate p {
        font-size: 19px;
        margin-bottom: 0;
    }

    .alternate .row:first-child {
        margin-bottom: 20px !important;
    }

    .faq {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .faq h2 .faq #accordion button {
        font-size: 18px;
        padding: 10px 0 10px;
    }

    .what-it-does p {
        font-size: 19px;
    }

    .what-it-does ul {
        font-size: 19px;
    }

    .faq h2 {
        margin-bottom: 30px !important;
    }

    #accordion button {
        font-size: 19px;
        padding: 15px 0;
    }

    .risk-free {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .risk-free figcaption {
        font-size: 19px;
    }

    .risk-free figure {
        margin-bottom: 30px;
    }

    .risk-free figure img {
        width: 80px;
    }

    .reviews {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    footer ul {
        display: block;
    }

    footer ul li {
        margin-bottom: 5px;
    }

    footer p {
        font-size: 10px;
    }

    footer .row {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    table tr td:nth-child(2),
    table tr td:nth-child(3) {
        width: 80px;
    }

    .comparison table tr:last-child td:nth-child(2),
    .comparison table tr:last-child td:nth-child(3) {
        font-size: 13px;
    }

    .comparison table tr:first-child th {
        font-size: 10px;
    }

    .risk-free h2 {
        margin-bottom: 12px;
    }

    .risk-free figure img {
        margin-bottom: 5px;
    }

    .banner a {
        padding: 15px 10px;
    }
}