/** Shopify CDN: Minification failed

Line 43:34 Unexpected "{"
Line 43:43 Expected ":"
Line 43:50 Unexpected "{"

**/
/* footer css start */
footer summary.menu__heading {
    padding-block: 0;
}
/* footer css end */
/* css for global settings start */
p:not(.h1,.h2,.h3,.h4,.h5,.h6) a:where(:not(.button,.button-secondary)), .rte :is(p,ul,ol,table):not(.h1,.h2,.h3,.h4,.h5,.h6) a:where(:not(.button,.button-secondary)) {
    text-decoration-color: transparent;
}
.shopify-policy__container{
    max-width: var(--normal-page-width) !important;
}
/* css for global settings end */
/* css for swiper-carousel-section start */
.swiper-carousel-section .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-carousel-section .swiper-wrapper {
    margin-bottom: 45px;
    height: auto;
}
.swiper-carousel-section .swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    /* height: fit-content !important; */
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0px 0px 3px #00000050;
}
.swiper-carousel-section .swiper-{{ section.id }} {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}
.swiper-navigation-wrapper {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 20px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    display: none;
}
/* .swiper .swiper-button-prev,
.swiper .swiper-button-next {
    height: 12px;
    width: 12px;
    min-width: 12px;
    position: unset !important;
    color: #191818;
    margin-top: 0 !important;
} */
.swiper-pagination {
    position: unset !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto !important;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    min-width: 11px;
    background: #f0d4a4;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
   background: #eeb657;
} 
.swiper-carousel-section .testimonial-title{
    font-size: 18px;
    margin-bottom: 20px;
}
.swiper-carousel-section .testimonial-text{
    margin-bottom: 10px;
}
.swiper-carousel-section .testimonial-bio{
    font-size: 19px;
}
.swiper-carousel-section .section-heading{
    text-align: center;
    margin-bottom: 60px;
}
.swiper-carousel-section .testimonial-image {
    width: 65px;
    min-width: 65px;
    height: 65px;
    margin-bottom: 15px;
}
.swiper-carousel-section .reviews-star {
    margin-bottom: 25px;
}
.swiper-carousel-section .reviews-star ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.swiper-carousel-section .reviews-star ul svg {
    height: 18px;
    width: 18px;
    min-width: 18px;
}
/* css for swiper-carousel-section end */



@media screen and (max-width: 1199px) {
    /* css for heading size start */
    h1 p, .h1 p, h1, .h1{
        font-size: 55px !important;
    }
    h2 p, .h2 p, h2, .h2{
        font-size: 45px !important;
    }
    h3 p, .h3 p, h3, .h3{
        font-size: 32px !important;
    }
    h4 p, .h4 p, h4, .h4{
        font-size: 20px !important;
    }
    h5 p, .h5 p, h5, .h5{
        font-size: 18px !important;
    }
    /* css for heading size end */
    /* css for global settings start */
    .custom-font-size,
    .custom-font-size > * {
        font-size: calc(var(--font-size) * 0.90);
    }
    /* css for global settings end */
    /* css for swiper-carousel-section start */
    .swiper-carousel-section .section-heading {
        margin-bottom: 40px;
    }
    .swiper-carousel-section .testimonial-title {
        margin-bottom: 15px;
    }
    .swiper-carousel-section .swiper-slide{
        padding: 30px;
    }
    .swiper-carousel-section .testimonial-bio{
        font-size: 18px;
    }
    /* css for swiper-carousel-section end */


}

@media screen and (max-width: 989px) {
    /* css for heading size start */
    h1 p, .h1 p, h1, .h1{
        font-size: 50px !important;
    }
    h2 p, .h2 p, h2, .h2{
        font-size: 40px !important;
    }
    h3 p, .h3 p, h3, .h3{
        font-size: 28px !important;
    }
    h4 p, .h4 p, h4, .h4{
        font-size: 18px !important;
    }
    /* css for heading size end */
    /* css for global settings start */
    .custom-font-size,
    .custom-font-size > * {
        font-size: calc(var(--font-size) * 0.80);
    }
    /* css for global settings end */
    /* css for swiper-carousel-section start */
    .swiper-carousel-section .testimonial-title {
        margin-bottom: 10px;
    }
    /* css for swiper-carousel-section end */

}
    
@media screen and (max-width: 749px) {
    /* css for heading size start */
    h1 p, .h1 p, h1, .h1{
        font-size: 42px !important;
    }
    h2 p, .h2 p, h2, .h2{
        font-size: 36px !important;
    }
    h3 p, .h3 p, h3, .h3{
        font-size: 24px !important;
    }
    /* css for heading size end */
    /* css for global settings start */    
    .custom-font-size,
    .custom-font-size > * {
        font-size: calc(var(--font-size) * 0.75);
    }
    /* css for global settings end */
    /* css for swiper-carousel-section start */
    .swiper-carousel-section .section-heading {
        margin-bottom: 35px;
    }
    .swiper-carousel-section .swiper-wrapper {
        margin-bottom: 25px;
    }
    .swiper-carousel-section .swiper-slide{
        padding: 20px;
    }
    /* css for swiper-carousel-section end */
    .section-resource-list__header .group-block-content .divider {
        display: none;
    }
}
