/* modal popup */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
    max-width: 900px;
    background: #fff;
    padding: 20px;
}
.my-modal-content{
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.my-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.my-modal-body {
    position: relative;
    padding: 15px;
}
@media (min-width: 768px){
    .my-modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
/* modal popup end */

/* font */
@font-face {
    font-family: 'Geist';
    src: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/Geist-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Geist';
    src: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/Geist-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Geist';
    src: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/Geist-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Geist';
    src: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/Geist-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Geist';
    src: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/Geist-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}
.light-font{
    font-weight: 300 !important;
}
.regular-font{
    font-weight: 400 !important;
}
.medium-font{
    font-weight: 500 !important;
}
.semibold-font{
    font-weight: 600 !important;
}
.bold-font{
    font-weight: 700 !important;
}
.extrabold-font{
    font-weight: 800 !important;
}
.black-font{
    font-weight: 900 !important;
}
/* font color */
.color-white{
    color: #fff !important;
}
.color-black{
    color: #000 !important;
}
.color-red{
    color: #EB2D3F !important;
}
.color-light{
    color: #dedede !important;
}
.color-dark{
    color: #5d5d5d !important;
}
.color-medium{
    color: #919298 !important;
}
.color-darkest{
    color: #212121 !important;
}
.color-gradient-1{
    background: linear-gradient(270deg, #EF5765 0%, #D62939 62.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* background color */
.bg-white{
    background-color: #fff !important;
}
.bg-black{
    background-color: #000 !important;
}
.bg-lightest{
    background-color: #f6f6f6 !important;
}
.bg-gradient-1{
    background: linear-gradient(270deg, #EF5765 0%, #D62939 62.5%);
    box-shadow: 0px 2px 1px 0px #F2727E inset;
    box-shadow: 0px -1px 0px 0px #A7202D inset;
}
/* global */
@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: .9;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(.9);
        opacity: .9;
    }
}
@keyframes flash {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}
body{
    font-family: 'Geist';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #5d5d5d;
}
p{
    margin-bottom: 0.5rem;
}
h1, .h1{
    font-size: 61px;
    font-weight: 600;
    line-height: 73px;
    color: #212121;
}
h2, .h2{
    font-size: 49px;
    font-weight: 600;
    line-height: 58.8px;
    color: #212121;
}
h3, .h3{
    font-size: 39px;
    font-weight: 600;
    line-height: 46.8px;
    color: #212121;
}
h4, .h4{
    font-size: 31px;
    line-height: 43.4px;
    color: #212121;
}
h5, .h5{
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
}
h6, .h6{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
a{
   color: #212121; 
   text-decoration: none;
}
a:hover{
    color: #212121;
}
.small{
    font-size: 0.815em;
}
.smaller{
    font-size: 0.625em;
}
.btn{
    background: linear-gradient(270deg, #EF5765 0%, #D62939 62.5%);
    box-shadow: 0px 2px 1px 0px #F2727E inset;
    box-shadow: 0px -1px 0px 0px #A7202D inset;    
    border: 1px solid #D62939;
    border-radius: 100px;
    padding: 12px 40px;
    font-weight: 600;
    color: #fff;
}
.btn:hover{
    color: #fff;
}
.btn.btn-outline-1{
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    padding: 12px 24px;
}
.btn.btn-outline-2{
    border: 1px solid #dedede;
    color: #EB2D3F;
    background: transparent;
    box-shadow: none;
    padding: 12px 24px;
}
.btn_pulse {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    animation: 1s pulse infinite alternate ease-in-out;
}
.image-wrap img{
    max-width: 100%;
}
header{
    z-index: 9;
}
.count-digit{
    border-left: 2px solid #EB2D3F;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 600;
}
.sb-6-title{
    font-size: 96px;
    line-height: 115px;
    color: #DEDEDE;
    text-transform: uppercase;
}
.sb-3-col-2{
    max-width: 600px;
}
.vector-item{
    position: absolute;
}
.vector-item .vector-item-icon{
    position: absolute;
    background-color: #f5f5f5;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    min-width: 52px;
    min-height: 52px;
    cursor: pointer;
    transform: scale(1);
    opacity: 1;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.vector-item:hover .vector-item-icon{
    transform: scale(0.5);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.vector-item-1.active .vector-item-icon:not(.hovered){
    background-color: #23A79A1A;    
}
.vector-item-4.active .vector-item-icon:not(.hovered){
    background-color: #357ABC1A;    
    border-color: #4d6cc6;
}
.vector-item-6.active .vector-item-icon:not(.hovered){
    background-color: #EF57651A;    
    border-color: #ef5765;
}
.vector-item .vector-item-icon.hovered{
    opacity: 0;
    transform: scale(0.5);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    margin-left: -22px;
    margin-top: -4px;
    background-color: #fff;
    box-shadow: 0px 18px 36px -18px #0000001A;
    border-radius: 8px;
    padding: 8px;
    border: 0;
    min-width: 96px;
    text-align: center;
}
.vector-item:hover .vector-item-icon.hovered{
    opacity: 1;
    transform: scale(1);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.vector-item .vector-item-icon.hovered img{
    padding: 8px;
    border-radius: 4px;
}
.vector-item .vector-item-hovered-image{
    position: absolute;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    z-index: -1;
}
.vector-item:hover .vector-item-hovered-image{
    opacity: 1;
    transform: scale(1);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.vector-item .vector-item-icon .vector-item-text{
    font-size: 10px;
    line-height: 15px;
    color: #5d5d5d;
}
.vector-item.vector-item-1:hover .vector-item-icon.hovered img{    
    background-color: #23A79A1A;
}
.vector-item.vector-item-2:hover .vector-item-icon.hovered img{    
    background-color: #23A79A1A;
}
.vector-item.vector-item-3:hover .vector-item-icon.hovered img{    
    background-color: #357ABC1A;
}
.vector-item.vector-item-4:hover .vector-item-icon.hovered img{    
    background-color: #357ABC1A;
}
.vector-item.vector-item-5:hover .vector-item-icon.hovered img{    
    background-color: #357ABC1A;
}
.vector-item.vector-item-6:hover .vector-item-icon.hovered img{    
    background-color: #EF57651A;
}
.vector-item.vector-item-1{
    top: 16px;
    left: 110px;
}
.vector-item.vector-item-2{
    top: -52px;
    left: 272px;
}
.vector-item.vector-item-3{
    top: 32px;
    right: 200px;
}
.vector-item.vector-item-4{
    bottom: 46px;
    right: 160px;
}
.vector-item.vector-item-5{
    bottom: 0;
    left: 272px;
}
.vector-item.vector-item-6{
    bottom: 92px;
    left: 174px;
}
.vector-item.vector-item-1:hover .vector-item-hovered-image{
    bottom: 8px;
    left: -256px;
    z-index: 9;
}
.vector-item.vector-item-2:hover .vector-item-hovered-image{
    top: -26px;
    right: 26px;
    z-index: 9;
}
.vector-item.vector-item-3:hover .vector-item-hovered-image{
    bottom: 8px;
    right: -26px;
    z-index: 9;
}
.vector-item.vector-item-4:hover .vector-item-hovered-image{
    bottom: 8px;
    right: -26px;
    z-index: 9;
}
.vector-item.vector-item-5:hover .vector-item-hovered-image{
    bottom: 8px;
    left: -130px;
    z-index: 9;
}
.vector-item.vector-item-6:hover .vector-item-hovered-image{
    top: 80px;
    left: -256px;
    z-index: 9;
}
.sb-4-col-2{
    max-width: 600px;
}
.sell-globally-map .marker{
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.sell-globally-map .flashing-dot {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #9B9B9B;    
    border: 1px solid #9B9B9B;
    border-radius: 50%;
    animation: flash 2s infinite;
    transition: background-color 0.5s, border-color 0.5s;
}
.sell-globally-map .flashing-dot::before,
.sell-globally-map .flashing-dot::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 24px;
    height: 24px;
    border: 1px solid #9B9B9B;
    border-radius: 50%;
    box-sizing: border-box;
}
.sell-globally-map .flashing-dot::after {
    top: -9px;
    left: -9px;
    width: 32px;
    height: 32px;
}
.sell-globally-map .marker:hover .flashing-dot {
    background: linear-gradient(270deg, #EF5765 0%, #D62939 62.5%);
    border-color: #EF5765;
    transition: background-color 0.5s, border-color 0.5s;
}
.sell-globally-map .marker:hover .flashing-dot::before,
.sell-globally-map .marker:hover .flashing-dot::after {
    border-color: #EF5765;
    transition: background-color 0.5s, border-color 0.5s;
}
.sell-globally-map .marker-1{
    top: 64px;
    left: 68px;
}
.sell-globally-map .marker-2{
    top: 102px;
    left: 126px;
}
.sell-globally-map .marker-3{
    bottom: 72px;
    left: 168px;
}
.sell-globally-map .marker-4{
    top: 89px;
    left: 313px;
}
.sell-globally-map .marker-5{
    top: 84px;
    right: 136px;
}
.sell-globally-map .marker-6{
    bottom: 60px;
    right: 96px;
}
.sell-globally-map .marker-content{
    position: absolute;
    top: 34px;
    left: -140px;
    z-index: 9;
    background-color: #fff;
    border-radius: 24px;
    display: none;
    transition: display 0.3s;
    width: 340px;
}
.sell-globally-map .marker:hover .marker-content{
    display: flex;    
    flex-wrap: wrap;
    transition: display 0.3s;
}
.sell-globally-map .marker:hover .marker-content::before{
    display: block;
    position: absolute;
    left: 130px;
    top: -10px;
    width: 18px;
    height: 13px;
    content: '';
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/icon-chevron-top.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.benefit-block{
    border: 4px solid #fff;
    background-color: #fff;    
    border-radius: 24px;
    box-shadow: 0px 3px 2px 0px #00000008;
}
.benefit-block .benefit-block-image{
    padding: 48px 12px;
    border-radius: 24px;
}
.benefit-block .benefit-block-content{
    padding: 0 24px 24px;
}
.feature-card{
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    border-radius: 24px;
    padding: 32px 12px 12px;
    position: relative;
    transition: border-color 0.5s, background-color 0.5s;
    cursor: pointer;
}
.feature-card:hover{
    border-color: #ef576533;
    background-color: #FDEAEC;
    transition: border-color 0.5s, background-color 0.5s;
}
.feature-card .feature-card-icon .hovered{
    display: none;
}
.feature-card:hover .feature-card-icon img{
    display: none;
    transition: display 0.5s;
}
.feature-card:hover .feature-card-icon img.hovered{
    display: inline;
    transition: display 0.5s;
}
.feature-card .flashing-dot {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 16px;
    height: 16px;
    background-color: #9B9B9B;    
    border: 1px solid #9B9B9B;
    border-radius: 50%;
    animation: flash 2s infinite;
    transition: background-color 0.5s, border-color 0.5s;
}
.feature-card .flashing-dot::before,
.feature-card .flashing-dot::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 24px;
    height: 24px;
    border: 1px solid #9B9B9B;
    border-radius: 50%;
    box-sizing: border-box;
}
.feature-card .flashing-dot::after {
    top: -9px;
    left: -9px;
    width: 32px;
    height: 32px;
}
.feature-card:hover .flashing-dot {
    background: linear-gradient(270deg, #EF5765 0%, #D62939 62.5%);
    border-color: #EF5765;
    transition: background-color 0.5s, border-color 0.5s;
}
.feature-card:hover .flashing-dot::before,
.feature-card:hover .flashing-dot::after {
    border-color: #EF5765;
    transition: background-color 0.5s, border-color 0.5s;
}
.feature-card .feature-card-popup{
    display: none;
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    border: 4px solid #fff;
    border-radius: 24px;
    box-shadow: 0px 30px 45px -30px #32325D40;
    width: 350px;
}
.feature-card.feature-card-right .feature-card-popup{
    left: unset;
    right: 100%;
}
.feature-card .feature-card-popup .feature-card-popup-image{
    border-radius: 24px;
    overflow: hidden;
}
.feature-card .feature-card-popup .feature-card-popup-content{
    padding: 16px;
}
.feature-card:hover .feature-card-popup{
    display: block;
}
.testimonials .slick-list{
    margin-right: -0.75rem;
}
.testimonials .slick-track{
    display: flex;
}
.testimonials .slick-slide{
    height: auto;
    margin-right: 0.75rem;
}
.testimonials .slick-slide > div{
    height: 100%;
}
.testimonial{
    padding: 12px 24px;
    border: 1px solid #dedede;
    border-radius: 24px;
}
.testimonial .testimonial-title{
    color: #212121;
}
.testimonials .slick-dots{
    bottom: -60px;
}
.testimonials .slick-dots li button:before{
    font-size: 10px;
    opacity: 1;
    color: #DEDEDE;
}
.testimonials .slick-dots li.slick-active button:before{
    color: #EF5765;
}
.testimonials .slick-arrow{
    z-index: 9;
    bottom: -80px;
    top: unset;
}
.testimonials .slick-arrow::before{
    display: none;
}
.testimonials .slick-next{
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/icon-arrow-right.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;    
    right: 12px;
}
.testimonials .slick-prev{
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/icon-arrow-left.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;    
    left: unset;
    right: 80px;
}
.step-block{
    padding: 24px;
    border: 1px solid #DEDEDE33;
    border-radius: 24px;
    background-color: #212121b8;
}
.featured-post-block{
    border: 4px solid #fff;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0px 30px 45px -30px #32325D40;
    box-shadow: 0px 18px 36px -18px #0000001A;
    margin-bottom: 1rem;
}
.featured-post-block .featured-post-block-image{
    border-radius: 24px;
}
.featured-post-block .featured-post-block-image img{
    width: 100%;
}
.featured-post-block .featured-post-block-content{
    padding: 32px;
}
.sign-text{
    font-family: Caveat;
    font-size: 24px;
    line-height: 36px;
}
.feedbacks {
    position: relative;
    height: 350px; 
    padding-right: 60px;
}
.feedbacks .slick-track{
    height: auto !important;
    transform: unset !important;
}
.feedbacks .slick-slide{
    opacity: 0;
    position: absolute;
    z-index: 9;
    /* transition: opacity 0.5s; */
}
.feedbacks .slick-slide.slick-active{
    opacity: 1;
    transition: opacity 0.5s;
}
.feedbacks .slick-slide.slick-active.slick-current{
    z-index: 999;
    top: 128px;
}
.feedbacks .slick-slide.slick-active.slick-current + .slick-active{
    z-index: 99;
    transform: scale(0.8);
    top: 55px;
    transition: opacity 0.5s;
}
.feedbacks .slick-slide.slick-active.slick-current + .slick-active + .slick-active{
    transform: scale(0.7);
    transition: opacity 0.5s;
}
.feedbacks .slick-dots{
    display: flex;
    flex-direction: column;
    width: auto;
    right: 0;
    top: 126px;
    bottom: unset;
    /* transform: translateY(-50%); */
}
.feedbacks .slick-dots li button:before{
    font-size: 10px;
    opacity: 1;
    color: #DEDEDE;
}
.feedbacks .slick-dots li.slick-active button:before{
    color: #EF5765;
}
.feedbacks .slick-arrow{
    z-index: 9;
    bottom: 70px;
    top: unset;
}
.feedbacks .slick-arrow::before{
    display: none;
}
.feedbacks .slick-next{
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/icon-arrow-right.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;    
    right: 0;
    transform: rotate(90deg);
}
.feedbacks .slick-prev{
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/icon-arrow-left.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;    
    left: unset;
    right: 0;
    bottom: 120px;
    transform: rotate(90deg);
}
.feedback {    
    border: 1px solid #dedede;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0px -2px 8px 0px #2121211A;
    background-color: #fff;
}
.evolution-block{
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 24px;
    box-shadow: 0px 3px 2px 0px #00000008;
    height: 100%;
}
.evolution-block .evolution-block-image{
    border-radius: 24px;
}
.evolution-block .evolution-block-image img{
    width: 100%;
}
.evolution-block .evolution-block-content{
    padding: 24px;
}
.everytool-list{
    border-radius: 32px;
    padding: 24px;
    column-count: 3;
}
.everytool-list li{
    line-height: 32px;
    position: relative;
}
.everytool-list li::before{
    content: '';
    width: 14px;
    height: 12px;
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/icon-checked.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.faq-title h6::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/icon-question-mark.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
footer{
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/bg-footer.png");
    background-size: cover;
    background-position: center top;    
    padding-top: 12rem;
    padding-bottom: 1.5rem;
}
footer *{
    color: #fff;
}
footer a:hover{
    color: #fff
}
.footer-actions a{
    color: #fff;
}
.footer-nav {
    list-style: none;
    padding-left: 0;
    margin: 0;
    color: #fff;
}
.footer-nav li{
    margin-bottom: 0.5rem;
}
.footer-nav a{
    color: #fff;
}
#popup-scheduleForm {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100%;
    max-width: 740px;
    padding: 24px;
}
#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.form-col {
    position: relative;
}
.form-col label {
    position: absolute;
    top: 12px;
    left: 16px;
    font-size: 13px;
    color: #5d5d5d;
    pointer-events: none;
    transition: all 0.3s ease;
}
.form-control {
    width: 100%;
    padding: 20px 16px 4px;
    border: 1px solid #5d5d5d;
    border-radius: 6px;
    font-size: 13px;
}
.form-control:focus + label,
.form-control:not(:placeholder-shown) + label {
    top: 0px;
    left: 16px;
    font-size: 10px;
    color: #5d5d5d;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1.5px solid #EB2D3F;
}
#popup-scheduleForm .close-popup {
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
}


.page-index #section-1{
    /* background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/bg-hero.png"); */
    background-size: cover;
    background-position: center;    
    background-color: #f5f5f5;
    min-height: 640px;
    position: relative;
}

.page-index #section-1 .bg-hero-video  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.page-index #section-1 .bg-hero-video::before{
    content: '';
    background: linear-gradient(180deg, #81192300 0%, #f5f5f5 80%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.page-index #section-1 .bg-hero-video::after{
    content: '';
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/bg-video-overlay.svg");
    background-size: cover;
    background-position: center bottom;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.page-index #section-1 .bg-hero-video video{
    object-fit: cover;
    filter: brightness(80%); /* Optional: To darken the video for better text readability */
}
.page-index .sb-1-col-1{
    margin-bottom: 3rem;
}
.page-index #section-2{
    /* margin-top: -6rem; */
}

.page-index #section-13{
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/bg-banner-1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.page-index #section-14{
    margin-top: -4rem;
}
.page-index #section-16{
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/bg-banner-2.png");
    background-size: cover;
    background-position: center;
}

@media (min-width: 992px){   
    .page-index .sb-1-col-2 .image-wrap{
        margin-right: calc((100vw - 960px + 50rem) / -2);        
        margin-bottom: -14rem;
    }
}
@media (min-width: 1200px){
    .page-index .sb-1-col-2 .image-wrap{
        margin-right: calc((100vw - 1140px + 40rem) / -2);
        margin-bottom: -14rem;
    }
}
@media (min-width: 1400px){
    .scraped-container, .scraped-container-lg, .scraped-container-md, .scraped-container-sm, .scraped-container-xl, .scraped-container-xxl{
        max-width: 1200px;
    }
    .page-index .sb-1-col-2 .image-wrap{
        margin-right: calc((100vw - 1200px + 16rem) / -2);
        margin-bottom: -14rem;
    }
}
@media (max-width: 1399px) {

}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    .everytool-list{
        column-count: 2;
    }
}
@media (max-width: 767px) {
    body{
        font-size: 13px;
        line-height: 19px;
    }
    h1, .h1{
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
        color: #212121;
    }
    h2, .h2{
        font-size: 31px;
        font-weight: 600;
        line-height: 43px;
        color: #212121;
    }
    h3, .h3{
        font-size: 25px;
        font-weight: 600;
        line-height: 35px;
        color: #212121;
    }
    h4, .h4{
        font-size: 20px;
        line-height: 28px;
        color: #212121;
    }
    h5, .h5{
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }
    h6, .h6{
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    .hero-image{
        margin-bottom: -3rem;
        margin-right: -4rem;
        margin-left: -1.5rem;
    }
    .hero-image img{
        width: 100%;
    }
    .count-digit{
        border-left: 2px solid #EB2D3F;
        line-height: 1;
        margin-bottom: 1rem;
        font-weight: 600;
    }
    .sb-3-col-2{
        max-width: 320px;
        margin: auto;
    }
    .vector-item{
        position: absolute;
    }
    .vector-item .vector-item-icon{
        position: absolute;
        background-color: #f5f5f5;
        border: 1px solid #c8c8c8;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 0;
        min-width: 40px;
        min-height: 40px;
        cursor: pointer;
        transform: scale(1);
        opacity: 1;
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }
    .vector-item:hover .vector-item-icon{
        transform: scale(0.5);
        opacity: 0;
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }
    .vector-item .vector-item-icon.hovered{
        opacity: 0;
        transform: scale(0.5);
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
        margin-left: -5px;
        margin-top: -4px;
        background-color: #fff;
        box-shadow: 0px 18px 36px -18px #0000001A;
        border-radius: 8px;
        padding: 8px;
        border: 0;
        min-width: 52px;
        text-align: center;
    }
    .vector-item:hover .vector-item-icon.hovered{
        opacity: 1;
        transform: scale(1);
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }
    .vector-item .vector-item-icon.hovered img{
        padding: 4px;
        border-radius: 4px;
    }
    .vector-item .vector-item-hovered-image{
        position: absolute;
        opacity: 0;
        transform: scale(0);
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
        z-index: -1;
    }    
    .vector-item:hover .vector-item-hovered-image{
        opacity: 1;
        transform: scale(1);
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
        max-width: 320px;    
        width: 100vw;
    }
    .vector-item .vector-item-hovered-image img{
        width: 100%;
    }
    .vector-item .vector-item-icon .vector-item-text{
        font-size: 8px;
        line-height: 15px;
        color: #5d5d5d;
    }
    .vector-item.vector-item-1:hover .vector-item-icon.hovered img{    
        background-color: #23A79A1A;
    }
    .vector-item.vector-item-2:hover .vector-item-icon.hovered img{    
        background-color: #23A79A1A;
    }
    .vector-item.vector-item-3:hover .vector-item-icon.hovered img{    
        background-color: #357ABC1A;
    }
    .vector-item.vector-item-4:hover .vector-item-icon.hovered img{    
        background-color: #357ABC1A;
    }
    .vector-item.vector-item-5:hover .vector-item-icon.hovered img{    
        background-color: #357ABC1A;
    }
    .vector-item.vector-item-6:hover .vector-item-icon.hovered img{    
        background-color: #EF57651A;
    }
    .vector-item.vector-item-1{
        top: 20px;
        left: -6%;
    }
    .vector-item.vector-item-2{
        top: -42px;
        left: 43%;
    }
    .vector-item.vector-item-3{
        top: 38px;
        right: 20%;
    }
    .vector-item.vector-item-4{
        bottom: 40px;
        right: 6%;
    }
    .vector-item.vector-item-5{
        bottom: 0px;
        left: 43%;
    }
    .vector-item.vector-item-6{
        bottom: 86px;
        left: 14%;
    }
    .vector-item.vector-item-1:hover .vector-item-hovered-image{
        bottom: 8px;
        left: 0;
        z-index: 9;
    }
    .vector-item.vector-item-2:hover .vector-item-hovered-image{
        top: unset;
        bottom: 8px;
        right: -180px;
        z-index: 9;
    }
    .vector-item.vector-item-3:hover .vector-item-hovered-image{
        bottom: 8px;
        right: -64px;
        z-index: 9;
    }
    .vector-item.vector-item-4:hover .vector-item-hovered-image{
        bottom: 8px;
        right: -26px;
        z-index: 9;
    }
    .vector-item.vector-item-5:hover .vector-item-hovered-image{
        bottom: 8px;
        left: -140px;
        z-index: 9;
    }
    .vector-item.vector-item-6:hover .vector-item-hovered-image{
        bottom: 8px;
        left: -48px;
        z-index: 9;
    }
    .sb-4-col-2{
        max-width: 600px;
    }
    .sb-6-title{
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
        color: #5d5d5d;
    }
    .sell-globally-map .marker{
        position: absolute;
        width: 26px;
        height: 26px;
        cursor: pointer;
    }
    .sell-globally-map .flashing-dot {
        position: absolute;
        left: 8px;
        top: 8px;
        width: 10px;
        height: 10px;
        background-color: #9B9B9B;    
        border: 1px solid #9B9B9B;
        border-radius: 50%;
        animation: flash 2s infinite;
        transition: background-color 0.5s, border-color 0.5s;
    }
    .sell-globally-map .flashing-dot::before,
    .sell-globally-map .flashing-dot::after {
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        width: 18px;
        height: 18px;
        border: 1px solid #9B9B9B;
        border-radius: 50%;
        box-sizing: border-box;
    }
    .sell-globally-map .flashing-dot::after {
        top: -9px;
        left: -9px;
        width: 26px;
        height: 26px;
    }
    .sell-globally-map .marker:hover .flashing-dot {
        background: linear-gradient(270deg, #EF5765 0%, #D62939 62.5%);
        border-color: #EF5765;
        transition: background-color 0.5s, border-color 0.5s;
    }
    .sell-globally-map .marker:hover .flashing-dot::before,
    .sell-globally-map .marker:hover .flashing-dot::after {
        border-color: #EF5765;
        transition: background-color 0.5s, border-color 0.5s;
    }
    .sell-globally-map .marker-1{
        top: 17%;
        left: 10%;
    }
    .sell-globally-map .marker-2{
        top: 29%;
        left: 20%;
    }
    .sell-globally-map .marker-3{
        bottom: 20%;
        left: 27%;
    }
    .sell-globally-map .marker-4{
        top: 25%;
        left: 52%;
    }
    .sell-globally-map .marker-5{
        top: 23%;
        right: 22%;
    }
    .sell-globally-map .marker-6{
        bottom: 17%;
        right: 15%;
    }
    .sell-globally-map .marker-content{
        position: absolute;
        top: 28px;
        left: -140px;
        z-index: 9;
        background-color: #fff;
        border-radius: 24px;
        display: none;
        transition: display 0.3s;
        width: 300px;
    }
    .sell-globally-map .marker:hover .marker-content{
        display: flex;    
        flex-wrap: wrap;
        transition: display 0.3s;
    }
    .sell-globally-map .marker:hover .marker-content::before{
        display: block;
        position: absolute;
        left: 130px;
        top: -10px;
        width: 18px;
        height: 13px;
        content: '';
        background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/icon-chevron-top.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .sell-globally-map .marker-1 .marker-content{
        left: -34px;
    }
    .sell-globally-map .marker-1:hover .marker-content::before{
        left: 38px;
    }
    .sell-globally-map .marker-2 .marker-content{
        left: -72px;
    }
    .sell-globally-map .marker-2:hover .marker-content::before{
        left: 76px;
    }
    .sell-globally-map .marker-3 .marker-content{
        left: -100px;
    }
    .sell-globally-map .marker-3:hover .marker-content::before{
        left: 104px;
    }
    .sell-globally-map .marker-4 .marker-content{
        left: -138px;
    }
    .sell-globally-map .marker-4:hover .marker-content::before{
        left: 142px;
    }
    .sell-globally-map .marker-5 .marker-content{
        left: -230px;
    }
    .sell-globally-map .marker-5:hover .marker-content::before{
        left: 236px;
    }
    .sell-globally-map .marker-6 .marker-content{
        left: -240px;
    }
    .sell-globally-map .marker-6:hover .marker-content::before{
        left: 244px;
    }
    .brands-carousel{
        display: flex;
    }
    .brands-carousel .slick-track{
        margin-right: -1.5rem;
        display: flex;
        align-items: center;
    }
    .brands-carousel .slick-slide{
        margin-right: 1.5rem;
    }
    .benefit-block{
        border: 4px solid #fff;
        background-color: #fff;    
        border-radius: 24px;
        box-shadow: 0px 3px 2px 0px #00000008;
    }
    .benefit-block .benefit-block-image{
        padding: 48px 12px;
        border-radius: 24px;
    }
    .benefit-block .benefit-block-content{
        padding: 0 16px 16px;
    }
    .feature-card{
        background-color: #f6f6f6;
        border: 1px solid #f6f6f6;
        border-radius: 24px;
        padding: 32px 12px 12px;
        position: relative;
        transition: border-color 0.5s, background-color 0.5s;
        cursor: pointer;
    }
    .feature-card:hover{
        border-color: #ef576533;
        background-color: #FDEAEC;
        transition: border-color 0.5s, background-color 0.5s;
    }
    .feature-card .feature-card-icon .hovered{
        display: none;
    }
    .feature-card:hover .feature-card-icon img{
        display: none;
        transition: display 0.5s;
    }
    .feature-card:hover .feature-card-icon img.hovered{
        display: inline;
        transition: display 0.5s;
    }
    .feature-card .flashing-dot {
        position: absolute;
        right: 24px;
        bottom: 24px;
        width: 16px;
        height: 16px;
        background-color: #9B9B9B;    
        border: 1px solid #9B9B9B;
        border-radius: 50%;
        animation: flash 2s infinite;
        transition: background-color 0.5s, border-color 0.5s;
    }
    .feature-card .flashing-dot::before,
    .feature-card .flashing-dot::after {
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        width: 24px;
        height: 24px;
        border: 1px solid #9B9B9B;
        border-radius: 50%;
        box-sizing: border-box;
    }
    .feature-card .flashing-dot::after {
        top: -9px;
        left: -9px;
        width: 32px;
        height: 32px;
    }
    .feature-card:hover .flashing-dot {
        background: linear-gradient(270deg, #EF5765 0%, #D62939 62.5%);
        border-color: #EF5765;
        transition: background-color 0.5s, border-color 0.5s;
    }
    .feature-card:hover .flashing-dot::before,
    .feature-card:hover .flashing-dot::after {
        border-color: #EF5765;
        transition: background-color 0.5s, border-color 0.5s;
    }
    .feature-card .feature-card-popup{
        display: none;
        background-color: #fff;
        position: absolute;
        left: 0%;
        bottom: 100%;    
        top: unset;
        transform: unset;
        z-index: 9999;
        border: 4px solid #fff;
        border-radius: 24px;
        box-shadow: 0px 30px 45px -30px #32325D40;
        max-width: 360px;
        width: 100%;
    }
    .feature-card.feature-card-right .feature-card-popup{
        left: 0;
    }
    .feature-card .feature-card-popup .feature-card-popup-image{
        border-radius: 24px;
        overflow: hidden;
    }
    .feature-card .feature-card-popup .feature-card-popup-image img{
        width: 100%;
    }
    .feature-card .feature-card-popup .feature-card-popup-content{
        padding: 16px;
    }
    .feature-card:hover .feature-card-popup{
        display: block;
    }
    .testimonials .slick-list{
        margin-right: -0.75rem;
        padding-right: 30px;
    }
    .testimonials .slick-track{
        display: flex;
    }
    .testimonials .slick-slide{
        height: auto;
        margin-right: 0.75rem;
    }
    .testimonials .slick-slide > div{
        height: 100%;
    }
    .testimonial{
        padding: 12px 24px;
        border: 1px solid #dedede;
        border-radius: 24px;
    }
    .testimonial .testimonial-title{
        color: #212121;
    }
    .testimonials .slick-dots{
        bottom: -60px;
    }
    .testimonials .slick-dots li{
        margin: 0;
    }
    .testimonials .slick-dots li button:before{
        font-size: 10px;
        opacity: 1;
        color: #DEDEDE;
    }
    .testimonials .slick-dots li.slick-active button:before{
        color: #EF5765;
    }
    .testimonials .slick-arrow{
        z-index: 9;
        bottom: -80px;
        top: unset;
    }
    .testimonials .slick-arrow::before{
        display: none;
    }
    .testimonials .slick-next{
        background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/icon-arrow-right.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;    
        right: 0;
    }
    .testimonials .slick-prev{
        background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/icon-arrow-left.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;    
        left: unset;
        right: 50px;
    }
    .step-block{
        padding: 24px;
        border: 1px solid #DEDEDE33;
        border-radius: 24px;
        background-color: #212121b8;
    }
    .featured-post-block{
        border: 4px solid #fff;
        border-radius: 24px;
        background-color: #fff;
        box-shadow: 0px 18px 36px -18px #0000001A;
        margin-bottom: 1.5rem;
    }
    .featured-post-block .featured-post-block-image{
        border-radius: 24px;
    }
    .featured-post-block .featured-post-block-image img{
        width: 100%;
    }
    .featured-post-block .featured-post-block-content{
        padding: 16px;
    }
    .sign-text{
        font-family: Caveat;
        font-size: 16px;
        line-height: 24px;
    }
    .feedbacks .slick-list{
        margin-right: -0.75rem;
        padding-right: 30px;
    }
    .feedbacks .slick-track{
        display: flex;
    }
    .feedbacks .slick-slide{
        height: auto;
        margin-right: 0.75rem;
    }
    .feedbacks .slick-slide > div{
        height: 100%;
    }
    .feedbacks .slick-dots{
        bottom: -60px;
    }
    .feedbacks .slick-dots li button:before{
        font-size: 10px;
        opacity: 1;
        color: #DEDEDE;
    }
    .feedbacks .slick-dots li.slick-active button:before{
        color: #EF5765;
    }
    .feedbacks .slick-arrow{
        z-index: 9;
        bottom: -80px;
        top: unset;
    }
    .feedbacks .slick-arrow::before{
        display: none;
    }
    .feedbacks .slick-next{
        background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/icon-arrow-right.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;    
        right: 0;
    }
    .feedbacks .slick-prev{
        background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/icon-arrow-left.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;    
        left: unset;
        right: 50px;
    }
    .feedback {    
        border: 1px solid #dedede;
        border-radius: 8px;
        padding: 24px;
        box-shadow: 0px -2px 8px 0px #2121211A;
        background-color: #fff;
    }
    .evolution-block{
        background-color: #fff;
        border: 4px solid #fff;
        border-radius: 24px;
        box-shadow: 0px 3px 2px 0px #00000008;
        height: 100%;
    }
    .evolution-block .evolution-block-image{
        border-radius: 24px;
        overflow: hidden;
    }
    .evolution-block .evolution-block-image img{
        width: 100%;
    }
    .evolution-block .evolution-block-content{
        padding: 16px;
    }
    .everytool-list{
        border-radius: 32px;
        padding: 16px;
    }
    .everytool-list li{
        line-height: 24px;
        position: relative;
    }
    .everytool-list li::before{
        content: '';
        width: 14px;
        height: 12px;
        background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/icon-checked.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }
    .faq-title h6::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        width: 24px;
        height: 24px;
        background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/icon-question-mark.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    footer{
        background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/bg-footer-mobile.png");
        background-size: cover;
        background-position: center top;    
        background-color: #f5f5f5;
        padding-top: 8rem;
        padding-bottom: 1.5rem;
    }
    footer *{
        color: #fff;
    }
    footer a:hover{
        color: #fff
    }
    .footer-actions a{
        color: #fff;
    }
    .footer-nav {
        list-style: none;
        padding-left: 0;
        margin: 0;
        color: #fff;
    }
    .footer-nav li{
        margin-bottom: 0.5rem;
    }
    .footer-nav a{
        color: #fff;
    }
    #popup-scheduleForm {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: 16px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        width: 100%;
        max-width: 740px;
        padding: 24px;
    }
    #popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }
    .form-col {
        position: relative;
    }
    .form-col label {
        position: absolute;
        top: 12px;
        left: 16px;
        font-size: 13px;
        color: #5d5d5d;
        pointer-events: none;
        transition: all 0.3s ease;
    }
    .form-control {
        width: 100%;
        padding: 20px 16px 4px;
        border: 1px solid #5d5d5d;
        border-radius: 6px;
        font-size: 13px;
    }
    .form-control:focus + label,
    .form-control:not(:placeholder-shown) + label {
        top: 0px;
        left: 16px;
        font-size: 10px;
        color: #5d5d5d;
    }
    .form-control:focus {
        outline: none;
        box-shadow: none;
        border: 1.5px solid #EB2D3F;
    }
    #popup-scheduleForm .close-popup {
        position: absolute;
        top: 24px;
        right: 24px;
        background: none;
        border: none;
        font-size: 32px;
        cursor: pointer;
    }
    
    .page-index #section-1{
        /* background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/bg-hero.png"); */
        background-size: cover;
        background-position: center;    
        background-color: #f5f5f5;
        min-height: 640px;
    }
    .page-index #section-13{
        background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/bg-banner-1-mobile.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .page-index #section-14{
        margin-top: -4rem;
    }
    .page-index #section-16{
        background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/5690506e-a5cc-473e-b706-f92085d2841d/0e6061cf-f554-492d-a3fe-023bfa90c0fd/bg-banner-2-mobile.png");
        background-size: cover;
        background-position: center;
    }    
}
@media (max-width: 575px) {
    .everytool-list{
        column-count: 1;
    }
}
