<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom header */
.header-top.active::before {
    background: rgb(70, 89, 104) !important;
    background: -moz-linear-gradient(
        90deg,
        rgba(70, 89, 104, 1) 0%,
        rgba(35, 45, 52, 1) 50%
    ) !important;
    background: -webkit-linear-gradient(
        90deg,
        rgba(70, 89, 104, 1) 0%,
        rgba(35, 45, 52, 1) 50%
    ) !important;
    background: linear-gradient(
        90deg,
        rgba(70, 89, 104, 1) 0%,
        rgba(35, 45, 52, 1) 50%
    ) !important;
}

.slide-bg {
    background-image: url("../img/kbiz_new/kbiz_new_banner.png");
}
.swiper-nav .swiper-pagination-bullet {
    background-color: #ccc;
}
.swiper-nav .swiper-pagination-bullet-active {
    background-color: #4dcd8a;
}
.btn-green,
#sticky-signup-button {
    color: white;
    background: linear-gradient(
        165deg,
        rgba(0, 168, 80, 1) 0%,
        rgba(57, 195, 123, 1) 50%,
        rgba(115, 224, 167, 1) 100%
    );
    background: -moz-linear-gradient(
        165deg,
        rgba(0, 168, 80, 1) 0%,
        rgba(57, 195, 123, 1) 50%,
        rgba(115, 224, 167, 1) 100%
    );
    background: -webkit-linear-gradient(
        165deg,
        rgba(0, 168, 80, 1) 0%,
        rgba(57, 195, 123, 1) 50%,
        rgba(115, 224, 167, 1) 100%
    );
}
.fee-card,
.regist-card {
    background: linear-gradient(115deg, #243039, #465560);
}
.subtitle {
    color: #4dcd8a;
}

.highlight-home {
    min-height: 550px;
    position: relative;
    margin-top: -80px;
    background-color: #F4F3F9;
}
.swiper-highlight {
    min-height: 550px !important;
}
.slide-bg {
    padding-top: 14rem;
    height:  550px;
}
.slide-bg h1 {
    font-size: 30px !important;
}
.home-img {
    width: 90%;
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    .slide-bg {
        padding-bottom: 0;
    }
    .slide-bg h1 {
        font-size: 36px !important;
    }
    .highlight-home, 
    .swiper-highlight,
    .slide-bg {
        min-height: 720px;
    }
    .home-img {
        margin-top: 0;
    }
}
@media screen and (min-width: 1024px) {
    .header-main .header-top.active::before {
        background: none !important;
    }
    .header-main .header-top.fixed-top::before {
        background: rgb(70, 89, 104) !important;
        background: -moz-linear-gradient(
            90deg,
            rgba(70, 89, 104, 1) 0%,
            rgba(35, 45, 52, 1) 50%
        ) !important;
        background: -webkit-linear-gradient(
            90deg,
            rgba(70, 89, 104, 1) 0%,
            rgba(35, 45, 52, 1) 50%
        ) !important;
        background: linear-gradient(
            90deg,
            rgba(70, 89, 104, 1) 0%,
            rgba(35, 45, 52, 1) 50%
        ) !important;
    }
    .slide-bg h1 {
        font-size: 44px !important;
    }
    .highlight-home, 
    .swiper-highlight,
    .slide-bg {
        min-height: 800px;
    }
    .home-img {
        margin-top: -40px;
    }
}

@media screen and (min-width: 1200px) {
    .highlight-home, 
    .swiper-highlight,
    .slide-bg {
        min-height: 860px;
    }
}</pre></body></html>