<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================ default ==================*/
:root {
    --cr-light: #fffFFF;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-lightgray: #999999;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #f00;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap {
    white-space: nowrap;
}

.icw .text-light {
    color: var(--cr-light) !important;
}

.icw .text-dark {
    color: var(--cr-dark) !important;
}

.icw .text-green {
    color: var(--cr-green) !important;
}

.icw .text-gray {
    color: var(--cr-gray) !important;
}

.icw .text-lightgray {
    color: var(--cr-lightgray) !important;
}

.icw .text-red {
    color: var(--cr-red) !important;
}

.icw .main {
    font-style: normal;
    font-weight: 500;
    color: var(--cr-gray);
    font-family: 'kurious-looped';
}

.select2-container * {
    font-family: 'kurious-looped';
}

.icw .main strong {
    font-weight: 700;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
    margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.icw h1 strong,
.icw h2 strong,
.icw h3 strong,
.icw h4 strong,
.icw h5 strong,
.icw h6 strong,
.icw .h1 strong,
.icw .h2 strong,
.icw .h3 strong,
.icw .h4 strong,
.icw .h5 strong,
.icw .h6 strong {
    font-family: 'kurious-looped';
    margin: 0;
}

.icw h1,
.icw .h1 {
    font-weight: 500;
    line-height: 1.3em;
}

.icw h1 strong,
.icw .h1 strong {
    font-weight: 700;
}

.icw h2,
.icw .h2 {
    font-weight: 500;
    line-height: 1.4em;
}

.icw h2 strong,
.icw .h2 strong {
    font-weight: 700;
}

.icw h3,
.icw .h3 {
    font-weight: 500;
    line-height: 1.3em;
}

.icw h3 strong,
.icw .h3 strong {
    font-weight: 700;
}

.icw h4,
.icw .h4 {
    font-weight: 500;
    line-height: 1.4em;
}

.icw h4 strong,
.icw .h4 strong {
    font-weight: 700;
}

.icw h5,
.icw .h5 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h5 strong,
.icw .h5 strong {
    font-weight: 700;
}

.icw h6,
.icw .h6 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h6 strong,
.icw .h6 strong {
    font-weight: 700;
}

.icw p {
    margin: 0 0 0.6em;
    line-height: 1.2em;
}

.icw p {
    font-family: 'kurious-looped';
    font-size: 16px;
}

.icw p strong {
    font-weight: 700;
}

.icw p.desc {
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

.icw p.desc strong {
    font-weight: 600;
}

.icw .semi-bold {
    font-weight: 600 !important;
}

.icw .caption {
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
}

.icw .caption strong {
    font-weight: 600;
}

.icw a.link {
    font-family: 'kurious-looped';
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
}

.icw .f-20 {
    font-size: 20px !important;
    font-family: 'kurious-looped';
}

.icw .f-looped {
    font-family: 'kurious-looped';
}

.icw .mb-8 {
    margin-bottom: 8px !important;
}

.icw .mb-16 {
    margin-bottom: 16px !important;
}

.icw .mb-24 {
    margin-bottom: 24px !important;
}

.icw .mb-32 {
    margin-bottom: 32px !important;
}

.icw ul li li {
    list-style: disc;
}

.icw .d-flex {
    display: flex !important;
}

@media screen and (min-width: 200px) {

    .icw h1,
    .icw .h1 {
        font-size: 28px;
        line-height: 1.4em;
    }

    .icw h2,
    .icw .h2 {
        font-size: 24px;
        line-height: 1.4em;
    }

    .icw h3,
    .icw .h3 {
        font-size: 20px;
        line-height: 1.4em;
    }

    .icw h4,
    .icw .h4 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .icw h5,
    .icw .h5 {
        font-size: 16px;
        line-height: 1.5em;
    }

    .icw h6,
    .icw .h6 {
        font-size: 16px;
        line-height: 1.5em;
    }
}

@media screen and (min-width: 768px) {

    .icw h1,
    .icw .h1 {
        font-size: 42px;
        line-height: 1.3em;
    }

    .icw h2,
    .icw .h2 {
        font-size: 33px;
        line-height: 1.4em;
    }

    .icw h3,
    .icw .h3 {
        font-size: 26px;
        line-height: 1.3em;
    }

    .icw h4,
    .icw .h4 {
        font-size: 20px;
        line-height: 1.4em;
    }

    .icw h5,
    .icw .h5 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .icw h6,
    .icw .h6 {
        font-size: 16px;
        line-height: 1.5em;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .icw .ipad-d-flex {
        display: flex !important;
    }
}


/*============================== Hidden &amp; Visible ===============================*/
.show-w1199 {
    display: none;
}

.show-w991 {
    display: none;
}

.show-w767 {
    display: none;
}

.show-w414 {
    display: none;
}

.show-w375 {
    display: none;
}

.show-w360 {
    display: none;
}

.hide-w1199 {
    display: block;
}

.hide-w991 {
    display: block;
}

.hide-w767 {
    display: block;
}

.hide-w414 {
    display: block;
}

.hide-w375 {
    display: block;
}

.hide-w360 {
    display: block;
}

@media (max-width: 1199px) {
    .show-w1199 {
        display: block;
    }

    .hide-w1199 {
        display: none;
    }
}

@media (max-width: 991px) {
    .show-w991 {
        display: block;
    }

    .hide-w991 {
        display: none;
    }
}

@media (max-width: 767px) {
    .show-w767 {
        display: block;
    }

    .hide-w767 {
        display: none;
    }
}

@media (max-width: 414px) {
    .show-w414 {
        display: block;
    }

    .hide-w414 {
        display: none;
    }
}

@media (max-width: 375px) {
    .show-w375 {
        display: block;
    }

    .hide-w375 {
        display: none;
    }
}

@media (max-width: 360px) {
    .show-w360 {
        display: block;
    }

    .hide-w360 {
        display: none;
    }
}


/*============================== LAYOUT ===============================*/
.icw button,
.icw input,
.icw select,
.icw textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icw input::placeholder {
    color: #999;
}

.icw .container:before,
.icw .container:after {
    content: '';
    display: table;
    clear: both;
}

.icw .container,
.icw .container-xs,
.icw .container-sm,
.icw .container-md {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.icw .container {
    max-width: 1172px;
}

.icw .container-xs {
    max-width: 830px;
}

.icw .container-sm {
    max-width: 930px;
}

.icw .container-md {
    max-width: 1030px;
}

.icw .a-left {
    text-align: left;
}

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

.icw .a-right {
    text-align: right;
}

.icw .row-0 {
    margin: 0px;
}

.icw .row-0&gt;div {
    padding: 0px;
}

.icw .row-20 {
    margin: 0 -10px;
}

.icw .row-20&gt;div {
    padding: 0 10px;
}

.icw .row-flex {
    display: flex;
    flex-wrap: wrap;
}

.icw .row-flex.align-items-center {
    align-items: center;
}

.icw .row-flex&gt;div {
    float: none;
}

.icw .row-flex&gt;.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.icw .row-flex&gt;.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.icw .row-flex&gt;.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.icw .row-flex&gt;.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.icw .item-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.icw .item-list:after {
    content: '';
    display: table;
    clear: both;
}

.icw .item-list&gt;li {
    float: left;
}

.icw .section {
    position: relative;
}

.icw .section .sc-inner {
    position: relative;
}

@media screen and (min-width: 200px) {
    .section .sc-inner {
        padding: 48px 0;
    }
}

@media screen and (min-width: 768px) {
    .section .sc-inner {
        padding: 64px 0;
    }
}


/*============================== button ===============================*/
.icw .btn {
    padding: 0 32px;
    width: auto;
    min-width: 120px;
    font-family: 'kurious-looped';
    font-weight: 600;
    border: 0;
    font-size: 16px;
    height: 48px;
    background: transparent;
    color: var(--cr-gray);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    transition: var(--tsition);
    line-height: 1.5em;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: +1;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}

.icw .btn:hover,
.icw .btn:active:hover,
.icw .btn.active:hover,
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover {
    color: var(--cr-gray);
    background-color: transparent;
    outline: 0;
    outline-offset: 0;
}

.icw .btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: var(--tsition);
    opacity: 0;
}

.icw .btn:hover:before {
    left: 0;
    opacity: 1;
}

.icw .btn.disabled,
.icw .btn.disabled:hover {
    color: var(--cr-gray);
    background-color: transparent;
    border-color: var(--cr-border);
    opacity: 0.5;
}

.icw .btn.fluid {
    width: 100%;
    min-width: inherit;
}

.icw .btn.btn-primary {
    background: var(--cr-green);
    color: var(--cr-light);
    transition: all .8s, color .3s .3s;
}

.icw .btn.btn-primary:hover {
    background: var(--cr-green);
    color: var(--cr-light);
    border-color: var(--cr-green);
}

.icw .btn.btn-primary:before {
    background-color: #0BC160;
}

.icw .btn.btn-secondary {
    background: var(--cr-light);
    color: var(--cr-green);
}

.icw .btn.btn-secondary:hover {
    background: var(--cr-light);
    color: var(--cr-light);
}

.icw .btn.btn-secondary:before {
    background-color: var(--cr-green);
}


/*============================== swiper ===============================*/
.swiper-initialized .swiper-button-next,
.swiper-initialized .swiper-button-prev,
.swiper-initialized .swiper-button-next:before,
.swiper-initialized .swiper-button-prev:before {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

.swiper-initialized:hover .swiper-button-next,
.swiper-initialized:hover .swiper-button-prev,
.swiper-initialized:hover .swiper-button-next:before,
.swiper-initialized:hover .swiper-button-prev:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
}

.swiper-initialized:hover .swiper-button-next.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 0.35;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 48%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
    z-index: 1;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    transition: var(--tsition);
}

.swiper-button-next {
    right: 0px;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 0;
    left: 2px;
    border-top: 2px solid var(--cr-light);
    border-left: 2px solid var(--cr-light);
    visibility: visible;
    transition: var(--tsition);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swiper-button-next:before {
    left: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.swiper-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.swiper-pagination {
    text-align: center;
    margin: 0;
    padding-top: 32px;
    position: relative;
    bottom: 0;
}

.swiper-pagination-bullet {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 4px;
    border: 1px solid #DDDDDD;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: var(--cr-light);
    opacity: 1;
    transition: var(--tsition);
}

.swiper-pagination-bullet-active {
    background: #00A94F;
    border-color: #00A94F;
    opacity: 1;
    width: 24px;
}

@media screen and (max-width: 1024px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .swiper-horizontal&gt;.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction,
    .swiper-pagination {
        padding-top: 24px;
    }
}


/*============================== tab ===============================*/
.mb-0 {
    margin-bottom: 0px !important;
}

.tab-control {
    position: relative;
    height: 32px;
    position: relative;
    margin-bottom: 0px;
}

.tab-control:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0px;
    right: 0;
    background-color: #DBDBDB;
    border-radius: 50px;
    z-index: 4;
}

.tab {
    position: relative;
    z-index: 3;
}

.tab .control {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 48px;
}

.tab .control a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    color: var(--cr-lightgray);
    text-align: center;
    position: relative;
    z-index: 1;
    text-decoration: none;
    transition: var(--tsition);
}

.tab .control a.active {
    color: var(--cr-dark);
    font-weight: 600;
    pointer-events: none;
}

.tab .selector {
    height: 3px;
    background-color: var(--cr-green);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}

.tab.active {
    overflow: visible;
}

.tab.active .control {
    display: block;
    flex-wrap: inherit;
    width: auto;
    margin-left: -16px;
    margin-right: -41px;
    position: relative;
    z-index: 1;
    top: 40px;
    padding: 15px 5px;
    background-color: #f4f4f4;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.tab.active .control a {
    display: inline-flex;
    height: auto;
    padding: 8px 32px;
    border: 1px solid #ddd;
    border-radius: var(--radius);
    background-color: var(--cr-light);
    margin: 4px;
    color: #999;
}

.tab.active .control a.active {
    border-color: var(--cr-green);
    color: var(--cr-green);
}

.tab-content {
    position: relative;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    transition: var(--tsition);
}

.tab-content.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
}

.sc-product-info .tab-content .body .h4 {
    margin-bottom: 8px;
    color: #333;
}


@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        display: none;
    }

    .sc-product-info .tab-content .body .h4 {
        margin-bottom: 16px;
    }
}

/*============================== tab2 ===============================*/
.tab-control2 {
    position: relative;
    height: 35px;
    position: relative;
    margin-bottom: 24px;
}

.tab-control2:before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #DBDBDB;
    border-radius: 50px;
    z-index: 4;
}

.tab-control2:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    right: 24px;
    bottom: 0;
    width: 70px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 90%);
    pointer-events: none;
}

.tab-control2 .timebar {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0px;
    height: 2px;
    background-color: #BCBCBC;
    transition: 0ms ease-in-out;
    border-radius: 50px;
}

.tab2 {
    position: relative;
    z-index: 3;
    overflow: auto;
    margin-right: 40px;
    border-bottom: 0px solid var(--cr-border);
}

.tab2 .control2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-right: 30px;
    gap: 16px;
    width: 100vw;
}

.tab2 .control2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    color: var(--cr-lightgray);
    text-align: center;
    position: relative;
    z-index: 1;
    border-bottom: 3px solid transparent;
    margin-bottom: 0px;
    text-decoration: none;
}

.tab2 .control2 a.active {
    color: var(--cr-dark);
    font-weight: 600;
    pointer-events: none;
    border-bottom-color: var(--cr-green);
}

.tab2 .selector2 {
    display: none;
    height: 3px;
    background-color: var(--cr-green);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}

.tab2.active {
    overflow: visible;
}

.tab2.active .control2 {
    display: block;
    flex-wrap: inherit;
    width: auto;
    margin-left: -15px;
    margin-right: -70px;
    position: relative;
    z-index: 1;
    top: 40px;
    padding: 15px 5px;
    background-color: #F0FAF7;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.tab2.active .control2 a {
    display: inline-flex;
    height: auto;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: var(--radius);
    background-color: var(--cr-light);
    margin: 5px;
    color: var(--cr-gray);
}

.tab2.active .control2 a span {
    border: 0;
    line-height: 1.5em;
}

.tab2.active .control2 a.active {
    border-color: var(--cr-green);
    color: var(--cr-green);
}

.action-dropdown {
    display: flex;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 25px;
    height: 32px;
    border-left: 1px solid #E5E5E5;
    align-items: center;
    justify-content: flex-end;
}

.action-dropdown .link {
    display: block;
    position: relative;
    width: 25px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: right;
}

.action-dropdown .link:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    transition: var(--tsition);
    transform: rotate(135deg);
    top: -10px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid var(--cr-dark);
    border-right: 1px solid var(--cr-dark);
}

.action-dropdown .link.active:before {
    transform: rotate(-45deg);
    top: 5px;
}

.tab-dropdown {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--tsition);
}

.tab-dropdown.active {
    opacity: 1;
    visibility: visible;
}

.tab-dropdown .txt {
    font-weight: 500;
    font-size: 16px;
    color: var(--cr-gray);
    line-height: 32px;
}

.tab-content2 {
    position: relative;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    transition: var(--tsition);
}

.tab-content2.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
}

@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .tab-control2 {
        height: 35px;
    }

    .tab-control2:before {
        display: block;
    }

    .tab-control2:after {
        display: block;
    }

    .tab2 {
        overflow: auto;
        margin-right: 25px;
        border-bottom: 2px solid var(--cr-border);
        padding-right: 30px;
    }

    .tab2 .control2 {
        flex-wrap: nowrap;
        justify-content: space-between;
        display: flex;
        padding-right: 24px;
        gap: 16px;
        width: 100vw;
    }

    .tab2 .control2 a {
        white-space: nowrap;
        border-bottom: 0;
    }

    .tab2 .control2 a {
        color: var(--cr-lightgray);
    }

    .tab2 .control2 a span {
        display: block;
        border-bottom: 3px solid transparent;
        line-height: 1.5em;
        padding-bottom: 7px;
    }

    .tab2 .control2 a.active {
        color: var(--cr-dark);
    }

    .tab2 .control2 a.active span {
        border-block-color: var(--cr-green);
    }

    .tab2 .control2 a:last-child {
        padding-right: 20px;
    }

    .tab2.active .control2 a span {
        padding-bottom: 0px;
    }

    .tab-control2 {
        height: auto;
        margin: 0;
    }

    .tab-control2:before {
        display: none;
    }

    .tab-control2:after {
        display: none;
    }

    .tab2 {
        overflow: visible;
        margin-right: 0;
    }

    .tab2 .selector2 {
        display: block;
    }

    .tab2 .control2 {
        justify-content: center;
        width: auto;
        padding-right: 0;
        gap: 48px;
    }

    .tab2 .control2 a.active span {
        border-block-color: transparent;
    }

    .action-dropdown {
        display: none;
    }

    .tab-dropdown {
        display: none;
    }

    .tab-control2 {
        margin-bottom: 40px;
    }

    .tab2 .control2 a {
        height: 56px;
    }

    .tab2 .control2 a span {
        padding-bottom: 8px;
    }

    .tab2 .control2 a:last-child {
        padding-right: 0px;
    }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}


/*############################ select2 ###################################*/
.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.select2-container {
    position: relative;
    display: block;
    margin: 0;
}

.select2-dropdown {
    background: var(--cr-light);
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1051;
    -webkit-transition: border-color 250ms ease-in-out;
    -o-transition: border-color 250ms ease-in-out;
    transition: border-color 250ms ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: fadeIn 400ms;
    animation: fadeIn 400ms;
}

.select2-dropdown {
    border: 1px solid #D7D7D7;
    border-top: 0;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, .1);
}

.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-selection--single,
.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-dropdown,
.select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--single {
    background-color: var(--cr-light);
    border-color: var(--cr-green);
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown {
    left: 0;
    overflow: hidden;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-container .select2-results {
    display: block;
}

.select2-container .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-container--default .select2-results&gt;.select2-results__options {
    max-height: 25vh;
    overflow-y: auto;
    background-color: var(--cr-light);
    color: #aaa;
}

.select2-container .select2-results__option {
    margin: 0;
    font-size: 16px;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-container .select2-results__option {
    padding: 13px 8px 13px 16px;
    border: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--cr-green);
    color: var(--cr-light);
}

.select2-selection__rendered {
    border-radius: 25px;
    border: none;
    margin: 0;
    width: 100%;
    height: 48px;
    padding-left: 16px;
    padding-top: 0;
    padding-right: 36px;
    background-color: var(--cr-light);
    color: var(--cr-green);
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #D7D7D7;
    line-height: 46px;
    text-align: left;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
}

.select2-container--open .select2-selection__rendered {
    border-radius: 25px 25px 0 0;
    border-color: var(--cr-green);
    border-bottom-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 12px;
    width: 12px;
    right: 24px;
    top: 15px;
    margin: 0;
    pointer-events: none;
    border-top: 1px solid var(--cr-dark);
    border-right: 1px solid var(--cr-dark);
    display: block;
    position: absolute;
    transition: transform 0.3s ease-out;
    transform: rotate(135deg);
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(-45deg);
    top: 22px;
}

.select-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}


/*########################### mCustomScrollbar ###################################*/
.mCustomScrollbar {
    touch-action: initial;
}

.mCSB_scrollTools .mCSB_draggerContainer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    margin: auto;
    margin: 0;
    height: 3px;
    background-color: #ebebeb;
}

.mCSB_horizontal.mCSB_inside&gt;.mCSB_container {
    /* margin-bottom: 0; */
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    /* top: 0; */
    /* height: 3px; */
    opacity: 1;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 15px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 3px;
    margin: 0px auto;
    background-color: #00A94F;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 0px;
    margin: 0;
}

@media screen and (max-width: 991px) {
    /* .mCSB_horizontal.mCSB_inside &gt; .mCSB_container{margin-top: 24px;} */
}


/*############################ hint-scroll ###################################*/
.hint-scroll {
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: var(--cr-dark);
    margin-bottom: 16px;
}

.hint-scroll .icon-swipe {
    font-size: 32px;
    color: var(--cr-green);
}

.hint-scroll .txt {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'kurious-looped';
    line-height: 1.5;
    color: var(--cr-dark);
}

@media screen and (max-width: 991px) {
    .hint-scroll {
        display: flex;
    }
}


/*#######################################################################*/
/*================================ PAGE =================================*/
/*#######################################################################*/

/*############################ section-highlight-banner  ###################################*/
@media screen and (min-width: 200px) {
    .section-highlight-banner {
        position: relative;
        overflow: hidden;
    }

    .section-highlight-banner .swiper-pagination {
        position: absolute;
        padding: 0;
        bottom: 3%;
        right: 0;
        left: 0;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .section-highlight-banner .swiper-pagination {
        bottom: 5.5%;
        right: 10%;
        left: auto;
        width: auto;
    }
}

@media screen and (min-width: 992px) {
    .section-highlight-banner .swiper-pagination {
        bottom: 6.5%;
        right: 10%;
    }
}

@media screen and (min-width: 1200px) {
    .section-highlight-banner .swiper-pagination {
        bottom: 7.5%;
        right: 11%;
    }
}


/*############################ sc-highlight ###################################*/
@media screen and (min-width: 200px) {
    .sc-highlight {
        background: #fff;
    }

    .sc-highlight .sc-heading {
        text-align: center;
    }

    .sc-highlight .sc-heading .title {
        margin-bottom: 8px;
        line-height: 1.5em;
    }

    .sc-highlight .sc-heading .desc {
        margin-bottom: 0px;
        line-height: 1.5em;
    }

    .sc-highlight .sc-heading .sub-text {
        color: #333;
        font-family: 'kurious-looped';
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        margin-top: 8px;
    }

    .sc-highlight .item-list {
        margin: -8px;
    }

    .sc-highlight .item-list&gt;li {
        width: calc(100%/2);
        padding: 56px 8px 8px 8px;
        list-style: none;
    }

    .sc-highlight .item-list&gt;li:last-child {
        width: calc(100%);
        padding-top: 24px;
    }

    .sc-highlight .item-list&gt;li:last-child .wrapper .thumb {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 156px;
        top: auto;
        left: auto;
    }

    .sc-highlight .item-list&gt;li:last-child .wrapper .content {
        padding: 16px;
        height: 163px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sc-highlight .wrapper {
        position: relative;
        display: block;
        border-radius: var(--radius);
    }

    .sc-highlight .wrapper.bgI {
        background: #008661;
    }

    .sc-highlight .wrapper.bgII {
        background: #6ABA55;
    }

    .sc-highlight .wrapper.bgIII {
        background: #81A8E4;
    }

    .sc-highlight .wrapper.bgIV {
        background: #66CAAE;
    }

    .sc-highlight .wrapper.bgV {
        background: #87BED0;
    }

    .sc-highlight .wrapper.bgVI {
        background: #006B4E;
    }

    .sc-highlight .wrapper .thumb {
        position: absolute;
        right: 0;
        left: 0;
        width: 156px;
        top: -56px;
        margin: auto;
    }

    .sc-highlight .wrapper .content {
        padding: 56px 16px 16px 16px;
        height: 236px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sc-highlight .wrapper .content .txt {
        color: var(--cr-light);
    }

    .sc-highlight .wrapper .content .txt .show-w767 {
        display: inline;
    }

    .sc-highlight .wrapper .content .desc {
        color: var(--cr-light);
        text-decoration: underline;
        font-weight: 600;
        font-family: 'kurious-looped';
    }

    .sc-highlight .note {
        border-radius: 8px;
        background: var(--cr-light);
        padding: 24px;
        margin-top: 32px;
    }

    .sc-highlight .note p {
        font-family: 'kurious-looped';
        font-size: 13px;
        color: var(--cr-gray);
        line-height: 1.54em;
        margin: 0;
    }

    .sc-highlight .note ul {
        font-family: 'kurious-looped';
        font-size: 13px;
        color: var(--cr-gray);
        line-height: 1.54em;
        margin: 0;
        padding: 0;
    }

    .sc-highlight .note ul&gt;li {
        position: relative;
        padding-left: 1.2em;
        list-style: none;
    }

    .sc-highlight .note ul&gt;li:before {
        content: '-';
        position: absolute;
        top: 0;
        left: 2px;
    }
}

@media screen and (min-width: 768px) {

    /* .sc-highlight .sc-heading{margin-bottom: 40px;} */
    .sc-highlight .item-list {
        margin: -12px;
    }

    .sc-highlight .item-list&gt;li {
        padding: 12px;
    }

    .sc-highlight .item-list&gt;li:last-child {
        padding-top: 12px;
    }

    .sc-highlight .wrapper .thumb {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 156px;
        top: auto;
        left: auto;
    }

    .sc-highlight .wrapper .content {
        padding: 16px;
        height: 163px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sc-highlight .wrapper .content .txt .show-w767 {
        display: none;
    }

    .sc-highlight .note {
        margin-top: 40px;
    }
}

@media screen and (min-width: 992px) {
    .sc-highlight .item-list&gt;li {
        width: calc(100%/3);
    }

    .sc-highlight .item-list&gt;li:last-child {
        width: calc(100%/3);
    }

    .sc-highlight .item-list&gt;li:nth-child(1) {
        width: calc(100%/2);
    }

    .sc-highlight .item-list&gt;li:nth-child(2) {
        width: calc(100%/2);
    }
}

@media screen and (min-width: 1200px) {}


/*############################ sc-product-info ###################################*/
@media screen and (min-width: 200px) {
    .sc-product-info {
        background: #fafafa;
        overflow: hidden;
    }

    .sc-product-info .sc-heading {
        text-align: center;
        margin-bottom: 24px;
    }

    .sc-product-info .sc-heading .title {
        margin-bottom: 0px;
        line-height: 1.5em;
    }

    .sc-product-info .sc-content {
        position: relative;
    }

    .sc-product-info .tab-control {
        margin-bottom: 32px;
    }

    .sc-product-info .tab .control {
        gap: 16px;
    }

    .sc-product-info .head {
        text-align: center;
        margin-bottom: 32px;
    }

    .sc-product-info .head .h-title {
        margin: 0;
        line-height: 1.5em;
        color: var(--cr-dark);
        margin-bottom: 8px;
    }

    .sc-product-info .body {
        position: relative;
    }

    .sc-product-info .table {
        overflow: hidden;
        padding: 0;
        margin: 0;
        width: 100%;
        border-spacing: 0;
        border: 0.5px solid #E8E8E8;
        border-radius: 8px;
    }

    .sc-product-info .table th,
    .sc-product-info .table td {
        padding: 8px 16px;
        background-color: #fff;
        border: 0.5px solid #E8E8E8;
        color: var(--cr-gray);
        text-align: center;
        line-height: 20px;
        font-size: 13px;
    }

    .sc-product-info .table tr:first-child th:first-child {
        border-top-left-radius: 8px;
    }

    .sc-product-info .table tr:first-child th:last-child {
        border-top-right-radius: 8px;
    }

    .sc-product-info .table tr:last-child td:first-child {
        border-bottom-left-radius: 8px;
    }

    .sc-product-info .table tr:last-child td:last-child {
        border-bottom-right-radius: 8px;
    }

    .sc-product-info .table .bg {
        background-color: var(--cr-green);
        color: var(--cr-light);
        font-weight: 700;
    }

    .sc-product-info p {
        line-height: 1.5em;
        font-family: kurious-looped;
        font-weight: 500;
        color: var(--cr-gray);
    }

    .sc-product-info ul {
        padding: 0 0 0 1.2em;
        margin: 0;
    }

    .sc-product-info ul&gt;li {
        font-family: kurious-looped;
        font-weight: 500;
        color: var(--cr-gray);
        line-height: 1.75em;
    }

    .sc-product-info .table.-tableI {
        min-width: 642px;
    }

    .sc-product-info .table.-tableI tr:first-child td:first-child {
        width: 110px;
    }

    .sc-product-info .table.-tableI .item-list {
        display: flex;
        justify-content: center;
        gap: 16px;
    }

    .sc-product-info .table.-tableI .item-list&gt;li {
        float: none;
        text-align: center;
    }

    .sc-product-info .table.-tableI .item-list&gt;li span {
        font-family: kurious-looped;
        font-weight: 600;
        color: var(--cr-gray);
        line-height: 1.5em;
    }

    .sc-product-info .table.-tableI .item-list&gt;li img {
        display: block;
        margin: 4px auto 0 auto;
        width: 32px;
    }

    .sc-product-info .table.-tableI .gradient {
        color: var(--cr-light);
        background: url(../img/gradient.png), #F8F8F8;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 500px 35px;
        font-family: kurious-looped;
    }

    .sc-product-info .table.-tableI strong {
        font-size: 13px;
        font-weight: 600;
        font-family: kurious-looped;
        line-height: 1.5em;
    }

    .sc-product-info .table.-tableI strong small {
        font-size: 13px;
        font-weight: 500;
    }

    .sc-product-info .table.-tableII {
        min-width: 1500px;
    }

    /* .sc-product-info .table.-tableII td{width: 33.33%;} */
    .sc-product-info .table.-tableII tr:last-child th:first-child {
        border-bottom-left-radius: 0px;
    }

    .sc-product-info .table.-tableII tr:last-child th:last-child {
        border-bottom-right-radius: 0px;
    }


}

@media screen and (min-width: 768px) {
    .sc-product-info .head .h-title {
        margin-bottom: 16px;
    }

    .sc-product-info .sc-heading {
        margin-bottom: 40px;
    }

    .sc-product-info .tab-control {
        margin-bottom: 40px;
    }

    .sc-product-info .tab .control {
        gap: 48px;
    }

    .sc-product-info .details-container {
        padding: 48px 32px;
        border-radius: 0px 0px 8px 8px;
        border-top: 5px solid var(--cr-green);
        background: var(--cr-light);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    }

    .sc-product-info .head {
        margin-bottom: 32px;
    }

    .sc-product-info .hint-scroll {
        display: none;
    }

    .sc-product-info .mCSB_horizontal.mCSB_inside&gt;.mCSB_container {
        margin-top: 0;
    }

    .sc-product-info .table th,
    .sc-product-info .table td {
        padding: 8px 16px;
        font-size: 13px;
        line-height: 20px;
    }

    .sc-product-info .table td {
        padding: 8px 16px;
        line-height: 20px;
        background-color: #fff;
    }

    .sc-product-info .table.-tableI tr:first-child td:first-child {
        width: 156px;
    }

    .sc-product-info .table.-tableI strong {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    .sc-product-info .row-flex {
        display: flex;
    }

    .sc-product-info .table.-tableII {
        min-width: auto;
    }
}

@media screen and (min-width: 992px) {
    .sc-product-info .table.-tableI tr:first-child td:first-child {
        width: 296px;
    }
}

@media screen and (min-width: 1200px) {}

/*============================== visible&amp;hidden  ===============================*/
.icw .visible-w1199 {
    display: none;
}

.icw .visible-w991 {
    display: none;
}

.icw .visible-w767 {
    display: none;
}

.icw .visible-w414 {
    display: none;
}

.icw .visible-w375 {
    display: none;
}

.icw .visible-w360 {
    display: none;
}

@media (max-width: 1199px) {
    .icw .visible-w1199 {
        display: block;
    }

    .icw .hidden-w1199 {
        display: none;
    }
}

@media (max-width: 991px) {
    .icw .visible-w991 {
        display: block;
    }

    .icw .hidden-w991 {
        display: none;
    }
}

@media (max-width: 767px) {
    .icw .visible-w767 {
        display: block;
    }

    .icw .hidden-w767 {
        display: none;
    }
}

@media (max-width: 414px) {
    .icw .visible-w414 {
        display: block;
    }

    .icw .hidden-w414 {
        display: none;
    }
}

@media (max-width: 375px) {
    .icw .visible-w375 {
        display: block;
    }

    .icw .hidden-w375 {
        display: none;
    }
}

@media (max-width: 360px) {
    .icw .visible-w360 {
        display: block;
    }

    .icw .hidden-w360 {
        display: none;
    }
}

/*############################ sc-apply ###################################*/
@media screen and (min-width: 200px) {
    .sc-apply {
        background: url(../img/bg-droplead.jpg) #008661 no-repeat center;
        background-size: cover;
        position: relative;
        overflow: hidden;
        height: auto !important;
    }

    .sc-apply .bg-overlay {
        background: rgba(0, 0, 0, 0.2) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .sc-apply .sc-inner {
        padding: 48px 0;
    }

    .sc-apply .sc-headline {
        text-align: center;
        margin-bottom: 24px;
    }

    .sc-apply .sc-headline .sc-heading {
        margin-bottom: 0px;
        line-height: 1.5em;
        font-size: 28px;
        color: #fff;
        font-weight: 700;
    }

    .sc-apply .sc-content {}

    .sc-apply .fields {
        font-size: 0;
    }

    .sc-apply .fields&gt;.row {
        margin-left: -10px;
        margin-right: -10px;
        position: relative;
    }

    .sc-apply .fields&gt;.row:before,
    .sc-apply .fields&gt;.row:after {
        content: '';
        display: table;
        clear: both;
    }

    .sc-apply .fields&gt;.row&gt;div {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        min-height: 1px;
        float: left;
    }

    .sc-apply .fields&gt;.row&gt;.a-center {
        text-align: center;
    }

    .sc-apply .fields&gt;.row&gt;.col-xs-12 {
        width: 100%;
    }

    .sc-apply .fields&gt;.row+.row {
        margin-top: 32px;
    }

    .sc-apply .fields&gt;.row&gt;div+div {
        margin-top: 32px;
    }

    .sc-apply .fields&gt;.row.condition-noted {
        margin-top: 40px;
    }

    .sc-apply .fields&gt;.row.condition-noted+.row.action {
        margin-top: 16px;
    }

    .sc-apply .fields&gt;.footnote {
        margin-top: 16px;
        font-family: 'kurious-looped';
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6em;
        color: #fff;
    }

    .sc-apply .input {
        position: relative;
        text-align: left;
    }

    .sc-apply .select2.disabled,
    .sc-apply .select2-selection__rendered.disabled,
    .sc-apply .select2-selection__placeholder,
    .sc-apply input.placeholder {
        color: #999;
    }

    .sc-apply input:focus-visible {
        outline: none;
    }

    .sc-apply input[type="text"],
    .sc-apply input[type="password"],
    .sc-apply input[type="date"],
    .sc-apply input[type="datetime"],
    .sc-apply input[type="datetime-local"],
    .sc-apply input[type="month"],
    .sc-apply input[type="week"],
    .sc-apply input[type="email"],
    .sc-apply input[type="number"],
    .sc-apply input[type="search"],
    .sc-apply input[type="tel"],
    .sc-apply input[type="time"],
    .sc-apply input[type="url"],
    .sc-apply textarea,
    .sc-apply select {
        border-radius: 48px;
    }

    .sc-apply .form input,
    .sc-apply .form textarea,
    .sc-apply .form select {
        padding: 12px 16px;
        line-height: 1.5em;
        font-size: 16px;
        font-weight: 600;
        font-family: 'kurious-looped';
        color: #999;
        width: 100%;
        background: #fff;
        border: 1px solid transparent;
    }

    .sc-apply .form input:focus,
    .sc-apply .form textarea:focus,
    .sc-apply .form select:focus,
    .sc-apply .form input:focus-visible,
    .sc-apply .form textarea:focus-visible,
    .sc-apply .form select:focus-visible {
        border-color: var(--cr-green);
        outline: none;
    }

    .sc-apply .form .input.required input,
    .sc-apply .form .input.required textarea,
    .sc-apply .form .input.required select,
    .sc-apply .form .input.required .select2-container--default .select2-selection--single,
    .sc-apply .form .input.required .select2-container--default .select2-dropdown {
        outline: 2px solid #ff0000;
        color: inherit;
    }

    .sc-apply .form .input.required input::-webkit-input-placeholder,
    .sc-apply .form .input.required input:-ms-input-placeholder,
    .sc-apply .form .input.required input::placeholder {
        color: #999;
    }

    .sc-apply .form .input.required {
        position: relative;
        margin-bottom: 12px;
    }

    .sc-apply .form .input.required:after {
        content: "!";
        font-size: 18px;
        position: absolute;
        right: 16px;
        top: 10px;
        color: #fff;
        background-color: #ff0000;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
    }

    .sc-apply .form .text-required {
        font-size: 12px;
        color: #fff;
        background-color: #ff0000;
        width: auto;
        padding: 2px 10px;
        position: absolute;
        right: 12px;
        bottom: -24px;
        border-radius: 10px;
        margin: 0;
    }

    .sc-apply .field {
        max-width: 400px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        clear: both;
    }

    .sc-apply .field.hide {
        display: none;
    }

    .sc-apply .field&gt;p {
        margin: 0;
        font-family: 'kurious-looped';
        font-size: 13px;
        font-weight: 500;
        line-height: 1.53em;
        color: #fff;
    }

    .sc-apply .row.action .btn {
        background: var(--cr-green);
        color: var(--cr-light);
        width: 100%;
        font-size: 20px;
    }

    .sc-apply .row.action .btn:before {
        background-color: #0BC160;
    }

    .sc-apply .row.action .disabled-action .btn {
        background: #CCC;
        color: #999;
        pointer-events: none;
    }

    .sc-apply .row.action .disabled-action .btn:before {
        background-color: #CCC;
    }

    .sc-apply .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 12px 16px;
        padding: 12px 16px;
        padding-right: 45px;
        line-height: 1.5em;
        font-size: 16px;
        font-weight: 600;
        font-family: 'kurious-looped';
        color: #999;
        width: 100%;
        background: #fff;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sc-apply .select2.disabled,
    .sc-apply .select2-selection__rendered.disabled,
    .sc-apply .select2-selection__placeholder {
        color: #999;
    }

    .sc-apply .form .link.previous {
        font-family: 'kurious-looped';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.53em;
        color: #fff;
        text-decoration: none;
    }

    .sc-apply .form .link.previous .ic {
        position: relative;
        top: 2px;
    }

    .sc-apply #fieldset-2 .fields&gt;.row:first-child+.row {
        margin-top: 0px;
    }

    .sc-apply #fieldset-2 .fields&gt;.row:nth-child(5)&gt;div+div {
        margin-top: 0px;
    }
}

@media screen and (min-width: 768px) {
    .sc-apply .sc-inner {
        padding: 64px 0;
    }

    .sc-apply .sc-headline {
        margin-bottom: 40px;
    }

    .sc-apply .sc-headline .sc-heading {
        font-size: 42px;
    }

    .sc-apply .fields&gt;.row+.row {
        margin-top: 36px;
    }

    .sc-apply .fields&gt;.row&gt;div+div {
        margin-top: 36px;
    }
}

@media screen and (min-width: 992px) {
    .sc-apply .fields&gt;.row&gt;div+div {
        margin-top: 0px;
    }
}

@media screen and (min-width: 1200px) {}

/*==============================  sc-apply #msform  ===============================*/
#msform {
    width: 100%;
    margin: auto;
    position: relative;
    min-height: 520px;
}

#msform fieldset {
    width: 100%;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}

#msform fieldset .row .col-md-6 {
    width: 50%;
}

#msform fieldset:last-child .fields&gt;.row:last-child {
    margin-top: 20px;
}

#msform fieldset:last-child .row .col-md-6:first-child {
    text-align: right;
}

#msform fieldset:last-child .row .col-md-6:last-child {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
    position: absolute;
}

#msform .action[data-step='2'] {
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    #msform fieldset .row .col-md-6 {
        width: 100%;
    }

    #msform fieldset:last-child .row .col-md-6:first-child,
    #msform fieldset:last-child .row .col-md-6:last-child {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {}

/*==============================  sc-apply visible&amp;hidden  ===============================*/
.sc-apply .visible-w1199 {
    display: none;
}

.sc-apply .visible-w991 {
    display: none;
}

.sc-apply .visible-w767 {
    display: none;
}

.sc-apply .visible-w414 {
    display: none;
}

.sc-apply .visible-w375 {
    display: none;
}

.sc-apply .visible-w360 {
    display: none;
}

@media (max-width: 1199px) {
    .sc-apply .visible-w1199 {
        display: block;
    }

    .sc-apply .hidden-w1199 {
        display: none;
    }
}

@media (max-width: 991px) {
    .sc-apply .visible-w991 {
        display: block;
    }

    .sc-apply .hidden-w991 {
        display: none;
    }
}

@media (max-width: 767px) {
    .sc-apply .visible-w767 {
        display: block;
    }

    .sc-apply .hidden-w767 {
        display: none;
    }
}

@media (max-width: 414px) {
    .sc-apply .visible-w414 {
        display: block;
    }

    .sc-apply .hidden-w414 {
        display: none;
    }
}

@media (max-width: 375px) {
    .sc-apply .visible-w375 {
        display: block;
    }

    .sc-apply .hidden-w375 {
        display: none;
    }
}

@media (max-width: 360px) {
    .sc-apply .visible-w360 {
        display: block;
    }

    .sc-apply .hidden-w360 {
        display: none;
    }
}



/*############################ sc-faqs ###################################*/
@media screen and (min-width: 200px) {

    .sc-faqs {
        background: #F0FAF7;
        overflow: hidden;
    }

    .sc-faqs .sc-heading {
        text-align: center;
        margin-bottom: 32px;
    }

    .sc-faqs .sc-heading .title {
        margin-bottom: 0;
        line-height: 1.5em;
    }

    .sc-faqs .tab-control2 {
        margin-bottom: 32px;
    }

    .accordion-group+.accordion-group {
        margin-top: 16px;
    }

    .accordion-group .s-title {
        margin-bottom: 24px;
        text-align: center;
        line-height: 1.5em;
    }

    .accordion-group .accordion+.s-title {
        margin-top: 40px;
    }

    /* .accordion-group .accordion{max-width: 850px; margin-left: auto; margin-right: auto;} */
    .accordion-group .accordion+.accordion {
        margin-top: 16px;
    }

    .accordion {
        position: relative;
        border-radius: var(--radius);
        background: var(--cr-light);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    }

    .accordion-title {
        position: relative;
        padding: 16px 50px 16px 16px;
        cursor: pointer;
        color: var(--cr-dark);
        word-wrap: break-word;
        font-size: 16px;
        font-weight: 600;
        font-family: 'kurious-looped';
        border-radius: 8px 8px 0 0;
        background-color: transparent;
        transition: var(--transition);
    }

    .accordion-title:after {
        font-family: 'icongarage';
        content: "\e90f";
        font-size: 14px;
        line-height: 1;
        width: 18px;
        height: 18px;
        margin: auto;
        position: absolute;
        right: 16px;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .accordion-title.active:after {
        content: "\e910";
    }

    .accordion-title:after,
    .accordion-title:hover {
        color: var(--cr-green);
    }

    .accordion-title.active {
        color: var(--cr-light);
        background-color: var(--cr-green);
    }

    .accordion-title.active:after {
        color: var(--cr-light);
    }

    .accordion-content {
        padding: 16px;
    }

    .accordion-content a {
        color: var(--cr-green);
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }

    .accordion-content p {
        line-height: 1.5em;
        font-family: 'kurious-looped';
        color: var(--cr-dark);
    }

    .accordion-content p strong {
        font-weight: 600;
    }

    .accordion-content p .link {
        font-weight: 600;
        font-family: 'kurious-looped';
    }

    .accordion-content p:last-child {
        margin-bottom: 0;
    }

    .accordion-content ul {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }

    .accordion-content ul:last-child {
        margin-bottom: 0;
    }

    .accordion-content ul&gt;li {
        position: relative;
        list-style-type: disc;
        font-family: 'kurious-looped';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: var(--cr-dark);
    }

    .accordion-content ul&gt;li+li {
        margin-top: 5px;
    }

    .accordion-content ol {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }

    .accordion-content ol:last-child {
        margin-bottom: 0;
    }

    .accordion-content ol&gt;li {
        position: relative;
        list-style-type: decimal;
        font-family: 'kurious-looped';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: var(--cr-dark);
    }

    .accordion-content ol&gt;li+li {
        margin-top: 5px;
    }

    .accordion-content .icon {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }

    .accordion-content .link-tel {
        color: var(--cr-light);
        white-space: nowrap;
        text-decoration: none;
        background-color: var(--cr-green);
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 0 24px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        display: inline-flex;
        font-family: 'kurious-looped';
        margin: 8px 0;
        margin-right: 16px;
    }

    .accordion-content .link-tel .icon {
        position: relative;
        top: 1px;
        margin-right: 8px;
    }

    .accordion-content .link-tel+.link-tel {
        margin-right: 0;
    }

    .accordion-content .no-phone {
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }

    .accordion-content a[x-apple-data-detectors].no-phone {
        color: inherit !important;
        text-decoration: none !important;
        font-size: inherit !important;
        font-family: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
    }

    .sc-faqs .action {
        padding-top: 40px;
        text-align: center;
    }

    .sc-faqs .action .more {
        color: #009861;
    }

    .sc-faqs .action .link.more.down,
    .sc-faqs .action.active .link.more.up {
        display: inline-block;
    }

    .sc-faqs .action .link.more.up,
    .sc-faqs .action.active .link.more.down {
        display: none;
    }


    .accordion-content img {
        margin: 16px auto 0;
    }

    /* .accordion-group {margin-top: 40px;} */

}

@media screen and (min-width: 768px) {

    .sc-faqs .sc-heading {
        margin-bottom: 40px;
    }

    .sc-faqs .tab-control2 {
        margin-bottom: 40px;
    }

    .accordion-title {
        font-size: 18px;
        padding: 16px 50px 16px 24px;
    }

    .accordion-content .link-tel {
        display: none;
    }

    .accordion-content a {
        word-break: keep-all;
    }

    .accordion-content {
        padding: 16px 24px;
    }

}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {
    .accordion-title {
        padding: 16px 50px 16px 24px;
    }

    .accordion-content {
        padding: 16px 24px;
    }
}


/*############################ sc-articles ###################################*/
@media screen and (min-width: 200px) {
    .sc-articles {
        background: #FAFAFA;
        overflow: hidden;
    }

    .sc-articles .sc-heading {
        text-align: center;
        margin-bottom: 36px;
    }

    .sc-articles .sc-heading .title {
        margin-bottom: 0;
        line-height: 1.5em;
    }

    .sc-articles .articles-list {
        position: relative;
    }

    .sc-articles .item-list {
        margin: -8px;
        padding: 0;
        list-style: none;
    }

    .sc-articles .item-list&gt;li {
        width: calc(100%);
        padding: 8px;
        float: none;
    }

    .sc-articles .wrapper {
        display: block;
        position: relative;
    }

    .sc-articles .thumb {
        border-radius: 8px 8px 0 0;
        overflow: hidden;
        position: relative;
        padding-bottom: 60.165%;
    }

    .sc-articles .thumb&gt;img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: top center;
    }

    .sc-articles .content {
        border-radius: 0 0 8px 8px;
        background: var(--cr-light);
        padding: 24px;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    }

    .sc-articles .content .title {
        color: var(--cr-dark);
        height: 2.9em;
        overflow: hidden;
        display: -webkit-box;
        line-height: 1.5em;
        margin-bottom: 8px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .sc-articles .content .desc {
        color: var(--cr-gray);
        height: 2.9em;
        overflow: hidden;
        display: -webkit-box;
        line-height: 1.5em;
        margin-bottom: 16px;
        -webkit-line-clamp: 2;
        font-family: 'kurious-looped';
        font-weight: 500;
        -webkit-box-orient: vertical;
    }

    .sc-articles .content .link {
        color: var(--cr-green);
        text-decoration: underline;
        font-weight: 600;
    }

    .sc-articles .action {
        text-align: center;
        margin-top: 32px;
    }

    .sc-articles .action .btn {
        height: 40px;
        line-height: 40px;
        min-width: 167px;
    }
}

@media screen and (min-width: 768px) {
    .sc-articles .sc-heading {
        margin-bottom: 40px;
    }

    .sc-articles .item-list {
        margin: -12px;
        display: flex;
        justify-content: center;
    }

    .sc-articles .item-list&gt;li {
        width: calc(100%/2);
        padding: 12px;
    }

    .sc-articles .action {
        margin-top: 40px;
    }
}

@media screen and (min-width: 992px) {
    .sc-articles .item-list&gt;li {
        width: calc(100%/3);
    }
}

@media screen and (min-width: 1200px) {
    .sc-articles .wrapper .thumb&gt;img {
        transition: var(--tsition);
        transform: scale(1.0);
    }

    .sc-articles .wrapper:hover .thumb&gt;img {
        transform: scale(1.1);
    }
}


/*############################ sc-shortcut ###################################*/
@media screen and (min-width: 200px) {
    .sc-shortcut {
        background-color: var(--cr-light);
        overflow: hidden;
    }

    .sc-shortcut.sc-top .sc-inner {
        padding-top: 90px;
    }

    .sc-shortcut .sc-inner {
        padding: 40px 0;
    }

    .sc-shortcut .item-list {
        position: relative;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sc-shortcut .item-list&gt;li {
        width: 100%;
        border-bottom: 1px solid var(--cr-border);
    }

    .sc-shortcut .item-list&gt;li+li {
        margin-top: 8px;
    }

    .sc-shortcut .wrapper {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        position: relative;
        padding: 8px 0;
    }

    .sc-shortcut .icon {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .sc-shortcut .icon img {
        height: 20px;
        display: block;
        margin: 0 auto;
    }

    .sc-shortcut .content {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 16px;
    }

    .sc-shortcut .txt {
        font-size: 16px;
        color: var(--cr-green);
        margin: 0;
        line-height: 1.5em;
    }

    .sc-shortcut .txt strong {
        font-weight: 600;
        color: var(--cr-dark);
    }

    .sc-shortcut .txt .a-link {
        font-weight: 600;
        color: var(--cr-green);
        text-decoration: underline;
    }
}

@media screen and (min-width: 768px) {
    .sc-shortcut .item-list {
        margin: -9px;
        display: flex;
        flex-wrap: wrap;
    }

    .sc-shortcut .item-list&gt;li {
        width: calc(100%/3);
        border: 0;
        padding: 9px;
    }

    .sc-shortcut .item-list&gt;li+li {
        margin-top: 0;
    }

    .sc-shortcut .wrapper {
        border: 1px solid #EDEDED;
        border-radius: 8px;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        min-height: 144px;
    }

    .sc-shortcut .wrapper:before {
        display: none;
    }

    .sc-shortcut .content {
        padding-left: 0;
        padding-top: 15px;
    }

    .sc-shortcut .icon img {
        height: 25px;
    }

    .sc-shortcut .txt {
        line-height: 1.4em;
        min-height: 2.8em;
        color: var(--cr-dark);
        text-decoration: none;
    }

    .sc-shortcut .wrapper {
        transition: var(--transition);
        transform: scale(1.0);
    }

    .sc-shortcut .wrapper:hover {
        transform: scale(1.05);
    }
}

@media screen and (min-width: 992px) {
    .sc-shortcut .item-list {
        justify-content: center;
    }

    .sc-shortcut .item-list&gt;li {
        width: calc(100%/5);
    }
}

@media screen and (min-width: 1200px) {
    .sc-shortcut .icon img {
        height: 27px;
    }
}


.sc-product-info .note {
    margin-top: 32px;
}

.sc-product-info .note p {
    margin-bottom: 8px;
}

.sc-product-info .note .desc {
    font-size: 13px;
}

.c-black {
    color: #333 !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.btn-banner {}

.btn-banner .btn {
    color: #fff !important;
    max-width: 169px;
    width: 100%;
    box-shadow: none;
    background: #00a94f;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    line-height: 48px;
    height: 48px;
    border-radius: 8px;
    width: 100%;

    position: absolute;
    bottom: 48px;
}

.icw .btn-banner .btn:hover,
.icw .btn-banner .btn:active:hover {
    background: #0BC160;
}

#hightlight-banner .swiper-slide {
    position: relative;
}

@media screen and (max-width:767px) {
    .btn-banner .btn {
        left: 0;
        right: 0;
        margin: auto;
    }
}

.download-flex {
    display: flex;
    margin-bottom: 2%;
    column-gap: 15px;
    justify-content: center;
    align-items: center;
}

.download-icon {
    width: 25px;
}

@media screen and (max-width:767px) {
    .download-icon {
        width: 30px;
    }

    .download-flex {
        display: flex;
        margin-bottom: 2%;
        column-gap: 15px;
        justify-content: center;
        align-items: flex-start;
    }
}

.download-text {
    margin: 0 !important;
}

.download-text:hover {
    color: var(--cr-green);
    text-decoration: underline;

}

.social-tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding-top: 16px;
    flex-direction: column;
    border-top: 1px solid #DBDBDB;
    /* margin: 0 16px 48px; */
    margin-bottom: 48px;
    margin-top: 24px;
}

.social-tag .alltag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.social-tag .tag {
    border-radius: 20px;
    border: 1px solid #CCEEDC;
    background: #FFF;
    padding: 2px 12px;

    color: #33BA72;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.social-tag .tag:hover {
    border: 1px solid #00A94F;
    color: #00A94F;
}

.social-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-share i {
    color: #666;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.text-share span {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 600;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #E6E6E6;
}

.share-item i {
    color: #FFF !important;
    font-size: 16px;
}

.share-item {
    border-radius: 100px;
    background: #00A94F;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.share-item:hover {
    background: #0BC160;
}

.share-item:last-child {
    margin-right: 0;
}

@media screen and (min-width:767px) {

    .social-tag {
        flex-direction: row;
        margin-bottom: 64px;
    }
}

.sc-condition {
    background: #F4F4F4;
}


/*############### shortcut ###############*/
.sc-shortcut .sc-inner {
    padding: 40px 0;
}

.service-container .item {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 18px;
    padding-bottom: 18px;

    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.service-container .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.service .image i {
    background: transparent;
    width: auto;
    height: auto;
    line-height: initial;
}

.service .image i:before {
    color: #00A94F;
    font-size: 24px;
}

.service .caption {
    padding: 0;
}

.service .image {
    width: auto;
}

.service .caption .desc {
    color: #00A94F;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600 !important;
    cursor: pointer;
    text-decoration: underline !important;
}

.caption .titele-service {
    color: #333;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 1.5;
}

/* 
.service .caption .desc:hover {
    color: #00873F;
} */

@media screen and (min-width:767px) {
    .service-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .service-container .item {
        width: 215px;
        /* height: 144px; */
        border-radius: 8px;
        border: 1px solid #EDEDED;
        background: #FFF;
        margin-bottom: 0;
        padding-bottom: 0;
        padding: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .service-container .item:last-child {
        border-bottom: 1px solid #E7E7E7;
        padding-bottom: 16px;
    }

    /* .service .caption .desc {
        color: #333;
        font-family: kurious-looped;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        text-decoration: none !important;
    }

    .service .caption .desc:hover {
        color: #00A94F;
    } */

    .item.service:hover {
        transform: scale(1.1);
    }

    .service-container .item .caption {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .service .image i:before {
        font-size: 32px;
    }
}

/*############### end shortcut ###############*/

/*################################## syle search-credit #####################################*/
.search-credit {
    background-color: #F5F5F5;
    position: relative;
    padding: 24px 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
}

.search-credit .sc-content {
    display: grid;
    min-height: 69px;
    align-items: center;
}

.search-credit .sc-content .title {
    font-family: "kurious-looped";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
}

.search-credit img {
    width: 150px;
}

.search-credit .btn-search:hover,
.search-credit .btn-search:focus,
.search-credit .btn-search {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #00A94F;
    justify-content: center;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "kurious-looped";
}

.search-credit .btn-search .icon {
    font-size: 24px;
    color: #00A94F;
}

@media screen and (max-width: 767px) {
    .search-credit .sc-content {
        grid-template-columns: auto auto;
    }
    .search-credit img {
        width: 113px;
    }
    .search-credit .sc-content .title {
        font-size: 18px;
    }

    .search-credit {
        flex-direction: column;
    }
}</pre></body></html>