:root {
    --bs-font-sans-serif: "Figtree", sans-serif;
}


/* @font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/Gotham-Medium.woff') format('woff2'),
         url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/Gotham-Bold.woff') format('woff2'),
         url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Bold 900';
    src: url('../fonts/Gotham-Ultra.woff2') format('woff2'),
         url('../fonts/Gotham-Ultra.woff2') format('woff');
    font-weight: 900;
    font-style: normal;
} */


h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    /* font-family: "Gotham bold 900", sans-serif; */
    font-weight: 900;
}

h1,
.h1 {
    /* font-size: 42px; */
    font-size: clamp(32px, 4vw, 42px);
    line-height: 110%;
    letter-spacing: -2%;
    padding-right: 7%;
    color: #000;
}

h2,
.h2 {
    /* font-family: "Gotham Bold 900", sans-serif; */
    font-size: 36px;
    line-height: 130%;
    font-weight: 900;
    letter-spacing: -2%;
    color: #000;
}

img {
    max-width: 100%;
}

.illu-img {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.55);
}

.illu-img--all {
    border: 2px solid #A7C593;
    border-radius: 20px;
}

.line {
    background: #A7C593;
    height: 6px;
    margin-bottom: 2rem;
}

.line-sm {
    background: #A7C593;
    height: 2px;
    margin-bottom: 2rem;
}

.img-border {
    border-radius: 20px;
    border: 2px solid #A7C593;
    background: #D9D9D9;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.55);
}

main p,
.row p {
    /* font-family: "Gotham Medium", sans-serif; */
    font-size: 18px;
    line-height: 28px;
    color: #242424;

}

main strong {
    /* font-family: "Gotham Bold", sans-serif; */
    font-weight: 700;
}

p a:is(:hover, :active, :focus) {
    text-decoration: none;
}

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

hr.lgreen {
    border-top: 6px solid #A7C593;
    opacity: 1;
    margin: 30px auto;
    min-height: 6px;
    display: block;
}

.text-primary {
    color: #416728 !important;
}

.text-danger {
    color: #C40B0B !important;
}

.adver {
    opacity: 0.6;
}
.author {
    font-size: 14px;
    line-height: 22.5px;
}
.founder {
    width: 120px;
    height: 24px;
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -2%;
    border-bottom: 2px solid #416728;
    margin-bottom: 20px;
}

button.go-to-offer {
    border: 1px solid #025600;
    background: #338431;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-size: 26px;
    min-height: 75px;
}

button.go-to-offer:hover {
    color: #fff;
    background-color: #025600;
    border-color: #025600;
}

.note-bg {
    background: #FFF7DF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.55);
}

.final-thought {
    border-radius: 20px;
    border: 4px solid #A7C593;
    background: #FFF;
}

.img-text-items1 .img-wrap-item {
    width: 100%;
    max-width: 93px;
    text-align: center;
}

.img-text-items1 .img-item {
    max-height: 95px;
    max-width: unset;
    width: auto;
}


.vstack.green-brd,
.vstack.red-brd {
    font-size: 18px;
    line-height: 28px;
}

.item-border__sm-l-lgreen {
    min-height: 124px;
    border-left: 3px solid green;
    padding-left: 20px;
    border-left: 3px solid #A7C593;
}

.before-after-slider,
.before-after-slider .bas-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.before-after-slider {
    pointer-events: all;
    height: auto;
    min-height: 30px;
    align-items: center;
    max-height: 5000px;
    user-select: none
}

.before-after-slider .bas-wrapper {
    height: fit-content
}

.before-after-slider .bas-after,
.before-after-slider .bas-before {
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.before-after-slider .bas-after .bas-label,
.before-after-slider .bas-before .bas-label {
    padding: 4px 10px;
    border-radius: 6px;
    position: absolute;
    background: rgba(255, 255, 255, .8);
    color: #a0a0a0;
    top: 10px;
    z-index: 1;
    font-size: 13px
}

.before-after-slider .bas-after {
    position: absolute;
    top: 0;
    left: 0
}

.before-after-slider .bas-after .bas-label {
    left: 10px
}

.before-after-slider .bas-after .content-image {
    background: #fff;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    clip-path: inset(0 50%0 0)
}

.before-after-slider .bas-before,
.video-native {
    position: relative
}

.before-after-slider .bas-before .bas-label {
    right: 10px
}

.before-after-slider .content-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    position: relative;
    display: flex
}

.before-after-slider .bas-scroller {
    width: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: transparent;
    opacity: .9;
    pointer-events: auto;
    cursor: grab
}

.before-after-slider .bas-scroller:hover,
.before-after-slider .scrolling .bas-scroller {
    opacity: 1
}

.before-after-slider .bas-scroller * {
    pointer-events: none
}

.before-after-slider .scrolling {
    cursor: grabbing
}

.before-after-slider .scroller__thumb {
    position: absolute;
    top: calc(50% - 20px);
    left: 4px;
    width: 40px;
    height: 40px;
    padding: 5px;
    border: 5px solid #fff;
    color: #fff;
    border-radius: 100%
}

.before-after-slider .bas-scroller:after,
.before-after-slider .bas-scroller:before {
    content: " ";
    display: block;
    width: 6px;
    height: calc(50% - 20px + 2px);
    position: absolute;
    left: 50%;
    margin-left: -3px;
    z-index: 3;
    transition: .1s
}

.before-after-slider .bas-scroller:before {
    top: 0
}

.before-after-slider .bas-scroller:after {
    top: calc(50% + 20px - 2px)
}

.before-after-slider .bas-scroller {
    height: 100%
}

.before-after-slider .bas-scroller:after,
.before-after-slider .bas-scroller:before {
    background: #fff
}

.cta-box {
    border-radius: 20px;
    border: 3px dashed #416728;
    background: linear-gradient(0deg, #F8FFF3 0%, #FFF 100%);
}

.stiky-cta {
    display: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #062b14;
    z-index: 99999999;
}
.stiky-cta .stiky-cta-wrap__btn:is(:hover,:active,:focus){
    color: #062b14;
    background-color: #fff;
}

.badge-container {
    /* width: 100%; */
}

.badge-container .badge div {
    min-width: max-content;
}
@media screen and (max-width: 1400px) {
    .badge-container {
        animation: scrollBadges 30s linear infinite;
    }
}

@keyframes scrollBadges {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }    
}

@media (max-width: 767px) {
    .stiky-cta { 
        display: flex;
    }
}

.lgreen-bbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px 30px;
    border-radius: 20px;
    border: 4px solid #A7C593;
    gap: 15px;
}

.lgreen-box__item1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
}

.lgreen-box__item1 p {
    padding-top: 30px;
}

footer {
    color: #7A7A7A;
    font-size: 0.875rem;
}
footer .footer-text {
    /* font-family: "Roboto", sans-serif; */
    font-size: 13px;
    line-height: 20px;
    color: #7A7A7A;
}

footer a {
    color: #7A7A7A; 
    text-decoration: none;
}

@media (max-width: 768px) {
    html {
        font-size: 0.875rem;
    }

    .fs-4 {
        font-size: 1.250rem !important;
    }

    .fs-5 {
        font-size: 1.125rem !important;
    }

    .go-to-offer {
        /* font-size: 18px; */
    }

    .align-items-xs-center {
        align-items: center;
    }

    h1,
    .h1 {
        padding-right: 0%;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    main p,
    .row p,
    .vstack.green-brd,
    .vstack.red-brd {
        font-size: 12px;
        line-height: 18px;
    }

    .lgreen-bbox {
        /* display: flex;
        flex-direction: row; */
    }
}

@media (max-width: 566px) {
    .lgreen-bbox {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 413px) {}

@media (max-width: 319px) {
    .img-text-items1 div {
        flex-direction: column;
    }
}