<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-black: #111111;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-lightgray: #999999;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #EC4546;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}

#navigation-page-sticky.stickyNav.hide-cta .box-cta {
    opacity: 0;
    visibility: hidden;
    display: flex;
}

/*============================== 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 .text-black{color: var(--cr-black) !important;}

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

.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: 600;}
.icw h2,.icw .h2 {font-weight: 500; line-height: 1.4em;}
.icw h2 strong,.icw .h2 strong{font-weight: 600;}
.icw h3,.icw .h3 { font-weight: 500; line-height: 1.3em;}
.icw h3 strong,.icw .h3 strong{font-weight: 600;}
.icw h4,.icw .h4 { font-weight: 500; line-height: 1.4em;}
.icw h4 strong,.icw .h4 strong{font-weight: 600;}
.icw h5,.icw .h5 { font-weight: 500; line-height: 1.5em;}
.icw h5 strong,.icw .h5 strong{font-weight: 600;}
.icw h6,.icw .h6 { font-weight: 500; line-height: 1.5em;}
.icw h6 strong,.icw .h6 strong{font-weight: 600;}

.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: 600;}

.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 .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;}


@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: 36px;}
    .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: 50px}
    .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;}
}


/*============================== 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;}

@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);}


/*############################ preload ###################################*/
.dim-page {opacity: 0 !important;}
.preload-load-div {position: fixed;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 100000;background: var(--cr-light);}
.preload-loader-wrapper {position: absolute;top: 50%;left: 50%;text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preload-loader {border: 5px solid var(--cr-green); border-radius: 100%; border-top: 5px solid #d7d7d7;width: 48px;height: 48px;margin: 0 auto;
    -webkit-animation: spin 2000ms linear infinite;
    animation: spin 2000ms linear infinite;
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}


/*============================== 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: var(--cr-green); border-color: var(--cr-green); 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;}
}


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


/*############################ 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--open .select2-dropdown {left: 0; overflow: hidden; border-radius: 25px;}
.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{border-top: 0;border-top-left-radius: 0; border-top-right-radius: 0;}
.select2-dropdown.select2-dropdown--below{border-top: 0;border-top-left-radius: 0; border-top-right-radius: 0;}
.select2-dropdown.select2-dropdown--above{border-bottom: 0;border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
.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--open.select2-container--above .select2-selection__rendered{border-radius: 0 0 25px 25px; 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; height: 3px; background-color: #ebebeb;}
.mCSB_horizontal.mCSB_inside &gt; .mCSB_container{margin-bottom: 16px;}
.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;}


/*############################ hint-scroll ###################################*/
.hint-scroll {display: flex; 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-slide {position: relative;}
    .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-into ###################################*/
@media screen and (min-width: 200px) {
    .sc-into{background: #F0F9F6;}
    .sc-into .sc-heading{text-align: center;}
    .sc-into .sc-heading .title{margin-bottom: 0;}
    .sc-into .sc-heading .desc{margin-bottom: 0;}
}
@media screen and (min-width: 768px) { 
}
@media screen and (min-width: 992px) {
}
@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;}
    .sc-product-info .sc-content{position: relative;}
    .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: 600;}
    .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 ul li{list-style: disc;}
    .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 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: 1600px;}
    /* .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;}

    .sc-product-info .btn-download{padding-top: 24px; text-align: center;}
    .sc-product-info .btn-download .link{display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none;}
    .sc-product-info .btn-download .icon{font-size: 24px;}
    .sc-product-info .btn-download .txt{font-size: 16px; font-weight: 600; line-height: 1.5em; color: var(--cr-green); text-decoration: underline;}
    .sc-product-info .btn-download + .note {margin-top: 24px;}

    .sc-product-info .note {margin-top: 32px;}
    .sc-product-info .note .desc{font-size: 13px; line-height: 24px;}
    .sc-product-info .note .desc + .desc{margin-top: 8px;}
}

@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 .head{margin-bottom: 32px;}

    .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;}

    .sc-product-info .btn-download{padding-top: 32px;}
}
@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) {
}


/*############################ sc-apply ###################################*/
@media screen and (min-width: 200px) {
    .sc-apply{background-size: cover; position: relative; overflow: hidden; background-repeat: no-repeat; background-position: center;
        background-image: url(../img/bg-droplead-m.jpg);
    }
    .sc-apply .bg-overlay{background: linear-gradient(90deg, #2E564A 0%, #2E564A 100%); position: absolute; top: 0; left: 0;
        width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; mix-blend-mode: plus-lighter; display: none;
    }
    .sc-apply .sc-heading{text-align: center; margin-bottom: 24px;}
    .sc-apply .sc-heading.hide{display: none;}
}

@media screen and (min-width: 768px) { 
    .sc-apply{background-image: url(../img/bg-droplead.jpg);}
    .sc-apply .sc-heading{margin-bottom: 40px;}
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}


/*############################ droplead-form ###################################*/
@media screen and (min-width: 200px) {
    .droplead-form{margin: 0 auto; position: relative;}
    .droplead-form .client-radio{display: flex;width: 100%;justify-content: center; margin-bottom: 36px;}
    .droplead-form .form-check{display: flex; align-items: center;}
    .droplead-form .form-check+.form-check{margin-left: 48px;}
    .droplead-form .form-radio{width: 24px;height: 24px; margin: 0; margin-right: 16px;}
    .droplead-form .form-radio[type=radio]{width: 24px; height: 24px; padding: 0; cursor: pointer;
        background-color: var(--cr-light); border-radius: 50%; position: relative; border: 1px solid var(--cr-lightgray);
    }
    .droplead-form .form-radio:before{content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;
        width: 16px; height: 16px; background-color: transparent; border-radius: 50%; transition: var(--transition);
    }
    .droplead-form .form-radio-label{color: var(--cr-dark); margin-top: 1px; font-size: 16px; font-weight: 600; cursor: pointer;}
    .droplead-form .form-radio:checked[type=radio]{border-color: var(--cr-green);}
    .droplead-form .form-radio:checked[type=radio]:before{background-color: var(--cr-green);}
    .droplead-form .form-radio:checked[type=radio] ~ .form-radio-label{color: var(--cr-green);}
    .droplead-form .form-field{position: relative; transition: var(--transition); max-width: 400px;}
    .droplead-form .form-field:after{content: "\e90e"; font-size: 24px; font-family: 'icongarage'; z-index: 9;
        position: absolute; right: 16px; bottom: 0px; color: var(--cr-red); opacity: 0; pointer-events: none;
        transition: var(--transition);
    }
    .droplead-form .form-field.-select:after{right: 56px;}
    .droplead-form .form-field{height: 0; opacity: 0; pointer-events: none; visibility: hidden; margin: 0; transition: var(--transition);}
    .droplead-form .form-field.show{height: auto; opacity: 1; pointer-events: visible; visibility: visible; margin-left: auto; margin-right: auto;}
    .droplead-form .form-field.show + .form-field.show{margin-top: 36px;}
    .droplead-form .form-field.show + .action{margin-top: 24px;}
    .droplead-form label.txt{font-family: 'kurious-looped'; font-weight: 600; font-size: 13px; margin: 0 0 4px 16px; color: var(--cr-light); display: block;}
    .droplead-form input.form-control{border-radius: 100px; min-height: 48px; padding: 12px 16px; color: var(--cr-dark); font-size: 16px; font-weight: 600; 
        line-height: 1.2em; background-color: var(--cr-light); margin: 0; width: 100%; height: 48px; font-family: 'kurious-looped';
        border: 1px solid #d7d7d7; outline: none; transition: var(--transition);
    }
    .droplead-form input.form-control:focus{border-color: var(--cr-green);}
    .droplead-form input.form-control::placeholder{color:var(--cr-lightgray);}
    .droplead-form input.form-control::-webkit-outer-spin-button,
    .droplead-form input.form-control::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
    .droplead-form input.form-control[type=number] {-moz-appearance: textfield;}
    .droplead-form small.invalid-feedback{font-family: 'kurious-looped'; font-size: 13px; font-weight: 500; position: absolute; z-index: +1; opacity: 0;
        color: var(--cr-light); background-color: var(--cr-red);width: auto; padding: 0px 16px; left: 0; right: 0px; bottom: 0px; pointer-events: none;
        border-radius: 100px; transition: var(--transition); line-height: 24px;
    }
    .droplead-form .form-field.required{padding-bottom: 0;}
    .droplead-form .form-field.required:after {bottom: 8px; opacity: 1; }
    .droplead-form .form-field.required input.form-control{border-color: var(--cr-red);}
    .droplead-form .form-field.required small.invalid-feedback{bottom: -32px; opacity: 1;}
    .droplead-form .form-field-radio{display: flex; min-height: 48px; padding-left: 16px;}
    .droplead-form .form-field-radio.show{display: flex !important;}
    .droplead-form .form-field-radio .form-check + .form-check{margin-left: 24px;}
    .droplead-form .form-field.-radio.required:after{display: none;}
    .droplead-form .form-field.-radio.required .form-field-radio .form-radio[type=radio]{border-color: var(--cr-red);}

    .droplead-form .form-row{display: block; flex-wrap: nowrap; margin: 0 auto; max-width: 864px;}
    .droplead-form .form-row &gt; .form-field.show{width: 100%}
    .droplead-form .form-row + .form-row{margin-top: 36px;}

    .droplead-form p.remark{padding: 40px 0px 0; font-family: 'kurious-looped'; line-height: 1.5em; font-size: 13px;
        color: var(--cr-light); font-weight: 500; max-width: 400px; margin: 0 auto;
    }
    .droplead-form p.remark a{text-decoration: underline;}
    .droplead-form p.remark-note{font-family: 'kurious-looped'; padding: 40px 0px 0; line-height: 1.5em; font-size: 16px;
        color: var(--cr-light); font-weight: 500; max-width: 400px; margin: 0 auto; text-align: center;
    }

    .droplead-form .action{padding-top: 16px; max-width: 400px; margin: 0 auto;}
    .droplead-form .action .btn{display: flex;width: 100%;align-items: center;justify-content: center; color: var(--cr-light);
        font-size: 18px;font-weight: 600;height: 48px;border: none;border-radius: var(--radius);background-color: var(--cr-green);
        font-family: 'kurious-looped'; transition: all .8s,color .3s .3s; overflow: hidden; position: relative; z-index: +1; cursor: pointer;
    }
    .droplead-form .action .btn.btn:before {content: ''; position: absolute; z-index: -1; top: 0; left: -100%; width: 100%; height: 100%;
        transition: var(--transition); opacity: 0; background-color: #0BC160;
    }
    .droplead-form .action .btn:hover:before{left: 0;opacity: 1;}
    .droplead-form .action .btn.disable{background: #CCC; color: var(--cr-lightgray); pointer-events: none;}
    .droplead-form .action-back{text-align: center; padding-top: 16px;}
    .droplead-form .action-back .btn-clear{display: inline-block; width: inherit; min-width: inherit; color: var(--cr-light); text-decoration: underline;
        font-size: 16px; font-weight: 600; height: inherit; border: none; border-radius: 0; cursor: pointer;
        background-color: transparent; padding: 0; font-family: 'kurious-looped';
    }
    .droplead-form .action-back .btn-clear .ic{margin-right: 6px; position: relative; top: -2px;}

    .droplead-form .captcha{margin: 16px 0 0; line-height: 1.6em; text-align: center; color: var(--cr-light); font-family: 'kurious-looped'; font-size: 10px;}
    .droplead-form .captcha .link{line-height: 1.6em; color: var(--cr-light); font-family: 'kurious-looped'; font-weight: 500;}

    .droplead-form .form-title{margin-top: 40px;}
    .droplead-form .form-title .title{text-align: center; line-height: 1.5em; color: var(--cr-light);}
    .droplead-form .form-title + .form-row{margin-top: 36px;}

    .droplead-form .select2-selection__rendered{border-color: #d7d7d7;}
    .droplead-form .select2-container--open .select2-selection__rendered{border-color: var(--cr-green); border-bottom-color: var(--cr-light);}
    .droplead-form .select2-container--open .select2-selection__rendered[aria-readonly="true"]{background: #ECF4F3;}
    .droplead-form .select2-container--open .select2-selection--multiple[aria-expanded="true"] &gt; .select2-selection__rendered{background: #ECF4F3;}
    .droplead-form .select2-container--above.select2-container--open .select2-selection__rendered{border-color: var(--cr-green); border-top-color: var(--cr-light);}
    .droplead-form .select2-container--default .select2-selection--single .select2-selection__placeholder{color: var(--cr-lightgray);}
    .droplead-form .select2-container .select2-selection--single [title].select2-selection__rendered {color: var(--cr-dark)}
    .droplead-form .form-field.required .select2-selection__rendered{border-color: var(--cr-red);}

    .droplead-form .default-form{position: relative;opacity: 0;height: 0;overflow: hidden; visibility: hidden;
        -webkit-transition-property: opacity, visibility;
        -o-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
        -webkit-transition: .6s ease-in-out;
        -o-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
    }
    .droplead-form .default-form.active{opacity: 1;height: auto;overflow: visible; visibility: visible;}

    .droplead-form .thankyou{min-height: 511px; display: flex; align-items: center; justify-content: center;}
    .droplead-form .thankyou .content{text-align: center;}
    .droplead-form .thankyou .icon{width: 96px; margin: 0 auto 40px;}
    .droplead-form .thankyou .title{margin-bottom: 24px; line-height: 1.5;}
    .droplead-form .thankyou .desc{font-size: 20px; line-height: 1.5; margin: 0;}
}
@media screen and (min-width: 768px) {
    .droplead-form .form-row{display: flex;}
    .droplead-form .form-row &gt; .form-field.show{padding-left: 16px; padding-right: 16px; width: 50%; margin: 0;}
    .droplead-form .form-row &gt; .form-field.show + .form-field.show{margin-top: 0;}
}

@media screen and (min-width: 992px) {
    .droplead-form .form-row &gt; .form-field.show{margin-left: 16px; margin-right: 16px; padding: 0;}
}

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


/*############################ sc-articles ###################################*/
@media screen and (min-width: 200px) {
    .sc-articles{background: #ECF1F7; 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 .inner{display: flex; flex-direction: column; justify-content: space-between;}
    .sc-articles .content .title{color: var(--cr-dark); height: 1.5em; overflow: hidden; display: -webkit-box; line-height: 1.5em; margin-bottom: 8px;
        -webkit-line-clamp: 1;
        -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: 220px;}

    .sc-articles .articles-slide{position: relative;}
    .sc-articles .articles-slide .swiper-pagination-bullet{background: #ddd;}
    .sc-articles .articles-slide .swiper-pagination-bullet-active{background: var(--cr-green);}
    .sc-articles .articles-slide .swiper-slide{width: auto;}
    .sc-articles .articles-slide .wrapper{width: 328px;}
}
@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;}
    .sc-articles .content .inner{min-height: 150px;}
}

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

    .sc-articles .articles-slide .swiper-slide{width: 100%;}
    .sc-articles .articles-slide .wrapper{width: auto;}
}

@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-articles .articles-slide .wrapper{width: 364px;}
}


/*############################ 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;}
}</pre></body></html>