@import url("_default-banner.css");
@import url("_logo-slider.css");
@import url("_location-module.css");
@import url("_products-module.css");
@import url("_features-module.css");
@import url("_repeater-section.css");
@import url("_testimonial-module.css");
@import url("_featured-res-module.css");
@import url("_signup-module.css");

.trans-header .main_header .fixed-logo img {
    filter: brightness(0) invert(1);
}

.default-banner-main {
    min-height: 870px;
    padding: 100px 0 214px 0;
    align-items: center;
}

.default-banner-main .default-banner-text {
    max-width: 627px;
}

.default-banner-main .default-banner-text p {
    font-weight: 400;
    margin-bottom: 23px;
}

.logo-slider-module {
    top: -150px;
    margin-bottom: -159px;
}

.stats-module {
    clear: both;
    width: 100%;
    background-color: var(--brandbook-gray-light);
    padding: 56px 0 72px 0;
    margin-bottom: 10px;
}

.stats-intro {
    clear: both;
    width: 100%;
    gap: 4.6875%;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 38px 0;
}

.stats-intro:only-child {
    margin: 0;
}

.stats-lt {
    max-width: 394px;
    width: 100%;
}

.stats-lt:only-child {
    max-width: 100%;
    flex-grow: 1;
}

.stats-lt h2 {
    margin: 0;
    color: var(--black);
}

.stats-rt {
    flex: 1;
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: normal;
}

.stats-slider {
    gap: 34px;
}

.stats-slider .slick-track {
    display: flex;
    gap: 34px;
}

.stats-slider .slick-list {
    overflow: visible;
}

.stats-slider .stats-slide {
    opacity: 0.3;
    width: 460px;
}

.stats-slider .stats-slide.slick-slide.slick-active {
    opacity: 1;
}

.stats-slider .slick-arrow.slick-prev {
    left: -25px;
}

.stats-slide-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.stats-slide-grid .stats-thumb {
    width: 210px;
    height: 210px;
}

.stats-slide-grid .stats-thumb img {
    border-radius: 20px;
    border: solid 3px var(--white);
}

.stats-slide-grid .stats-txt {
    flex: 1;
}

.stats-slide-grid .stats-txt .counter-txt {
    font-size: 1.25rem;
    line-height: 1.2;
    display: inline-block;
}

.stats-slide-grid .stats-txt .number {
    font-size: 0;
    margin: 0 0 12px 0;
}

.stats-slide-grid .stats-txt .number span {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.5;
    display: inline-block;
}

.testimonial-module~.repeater-section .repeater-main {
    padding: 0 0 76px 0;
}

.repeater-section~.featured-res-module {
    padding: 0 0 93px;
}

.featured-res-top-rt-inner .featured-res-post {
    background: var(--postbg);
}

@media only screen and (max-width:1023px) and (min-width:200px) {
    .stats-module .container {
        padding-right: 0;
    }

    .stats-slider .slick-arrow.slick-next {
        right: 30px;
    }
}

@media only screen and (max-width:1023px) and (min-width:768px) {
    .stats-lt {
        max-width: 348px;
    }

    .testimonial-module {
        padding: 43px 0 43px;
    }
}

@media only screen and (max-width:767px) and (min-width:200px) {
    .default-banner-main {
        min-height: 653px;
        padding: 50px 0;
        align-items: flex-end;
    }

    .testimonial-module~.repeater-section .repeater-main {
        padding: 25px 0 74px 0;
    }

    .repeater-section~.featured-res-module {
        padding: 0 0 30px;
    }

    .logo-slider-module {
        top: 0;
        margin-bottom: 0;
    }

    .stats-module {
        padding: 35px 0 44px 0;
    }

    .stats-intro {
        gap: 29px;
        margin: 0 0 35px 0;
    }

    .stats-lt {
        padding: 0 65px 0 0;
        max-width: 100%;
    }

    .stats-lt h2 {
        font-size: 2rem;
        line-height: 0.94;
    }

    .stats-rt {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 500;
        padding-right: 20px;
    }

    .stats-slide-grid {
        gap: 17px;
    }

    .stats-slide-grid .stats-thumb {
        width: 116px;
        height: 116px;
    }

    .stats-slide-grid .stats-thumb img {
        border: solid 2px var(--white);
        border-radius: 11.1px;
    }

    .stats-slide-grid .stats-txt {
        padding: 5px 0 0 0;
    }

    .stats-slide-grid .stats-txt .number span {
        font-size: 2.25rem;
        line-height: 1.48;
    }

    .stats-slide-grid .stats-txt .number {
        margin: 0 0 5px 0;
    }

    .stats-slide-grid .stats-txt .counter-txt {
        font-size: 0.75rem;
        line-height: 1.11;
    }

    .stats-slider .stats-slide {
        width: 240px;
    }

    .stats-slider .slick-arrow.slick-prev {
        left: 0;
    }

    .stats-slider {
        padding: 0 0 0 14px;
    }
}