/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */:root{--color-tertiary:#f4f5f6;--color-quaternary:#d1d1d1;--color-quinary:#e1e1e1;--color-bluespace:#24295d;--color-bluespace2:#4e527b;--color-bluespace3:#787c99;--color-bluespace4:#a2a4b8;--color-bluespace5:#cdcdd8;--color-green:#a4c754;--color-green2:#b4d070;--color-green3:#c6da91;--color-green4:#d5e3b2;--color-green5:#e6ecd4;--color-black:#151515;--color-gray5:#4d4d4d;--color-gray4:#a0a3a6;--color-gray3:#c3c4c6;--color-gray2:#e5e5e7;--color-white:#fff;--color-dark-green:#89ad39;--color-stroke:#e7e9f5}header{position:fixed;width:100%;height:100px;top:0;background:var(--color-white);box-shadow:0 4px 10px rgba(0,0,0,.04);z-index:24}header .wrap-header{display:flex;align-items:center;justify-content:space-between;height:100%;position:static}header .wrap-header__burger-menu{display:none}header .wrap-header__logo{width:190px}header .wrap-header__right{display:flex;align-items:center}header .wrap-header__right .wrap-nav{display:flex;height:70px;margin-top:30px;padding-top:8px}header .wrap-header__right .wrap-nav nav ul{display:flex;margin:0;height:100%}header .wrap-header__right .wrap-nav nav ul li{margin:0 0 0 24px}header .wrap-header__right .wrap-nav nav ul li a{color:var(--color-black);font-weight:500;display:block;transition:all .2s ease-out}header .wrap-header__right .wrap-nav nav ul li a.active{color:var(--color-green)}header .wrap-header__right .wrap-nav nav ul li.home{margin-left:0}header .wrap-header__right .wrap-nav nav ul li.home a{width:20px;height:24px;font-size:0;background:url(/images/material/home.svg) no-repeat 50%}@media(hover:hover){header .wrap-header__right .wrap-nav nav ul li:hover>a{color:var(--color-green)}}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu{position:absolute;top:100px;left:0;width:100%;background:var(--color-white);box-shadow:inset 0 10px 10px -10px rgba(0,0,0,.04),0 4px 10px rgba(0,0,0,.04);padding:35px 0 53px;visibility:hidden;opacity:0;z-index:-1;transition:all .2s ease-out}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__back{display:none}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row{display:flex}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list{width:calc(100% - 570px);padding-right:30px}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list h6{font-size:.688rem;font-weight:800;color:var(--color-gray4);margin:0 0 22px;letter-spacing:2px}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col{display:flex;margin-left:-40px;flex-wrap:wrap;width:calc(100% + 40px)}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col .col{flex:0 0 50%;max-width:50%;padding:0 40px;display:block}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col .col ul{display:flex;flex-flow:row wrap;height:auto}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col .col ul li{margin:0 0 20px;flex:1 0 100%;max-width:100%;height:auto}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col .col ul li a{color:var(--color-bluespace);padding-right:24px;position:relative;display:inline-block;font-weight:700}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col .col ul li a:after{position:absolute;width:16px;height:16px;content:"";top:6px;right:0;background:url(/images/material/arrow-right-bluespace.svg) no-repeat 0 0}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col .col ul li a:hover{color:var(--color-bluespace3)}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col .col ul li a:hover:after{opacity:.6}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col .col ul li.sub-child ul{padding:0 0 0 16px;display:none}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col .col ul li.sub-child ul li{margin:0}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col .col ul li.sub-child ul li a{padding:3px 0;font-size:1rem;font-weight:500;color:var(--color-bluespace3)}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col .col ul li.sub-child ul li a:after{display:none}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--description{width:570px;padding-left:40px;margin-top:18px;display:flex;align-items:center;position:relative}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--description:before{position:absolute;width:1px;height:auto;top:8px;bottom:8px;left:0;content:"";background:rgba(0,0,0,.1)}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--description figure{width:229px;border-radius:12px}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--description figure img{width:100%;border-radius:12px}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--description figcaption{width:calc(100% - 229px);padding-left:30px}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--description figcaption p{margin-bottom:20px}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--description figcaption .link{display:inline-block;color:var(--color-bluespace);font-weight:700}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--description figcaption .link:hover{color:var(--color-bluespace3)}@media(hover:hover){header .wrap-header__right .wrap-nav nav ul li.have-child:hover .submenu{visibility:visible;opacity:1;z-index:2}}header .wrap-header__right .wrap-nav nav .wrap-button-account.mobile-button{display:none}header .wrap-header__right .wrap-nav .search{margin-left:20px;position:relative}header .wrap-header__right .wrap-nav .search .icon{display:block;width:24px;height:24px;background:url(/images/material/search.svg) no-repeat 0 0;cursor:pointer}header .wrap-header__right .wrap-nav .search .form-search{position:absolute;width:480px;top:100%;left:auto;margin-left:0;margin-top:-6px;display:none;right:-90px}header .wrap-header__right .wrap-nav .search .form-search form ::placeholder{font-size:.875rem;color:rgba(77,77,77,.5);font-weight:400}header .wrap-header__right .wrap-nav .search .form-search form input{padding-right:64px;background:var(--color-white);box-shadow:0 4px 40px rgba(0,0,0,.1);border-radius:64px;font-size:.875rem;color:rgba(77,77,77,.5);font-weight:400}header .wrap-header__right .wrap-nav .search .form-search form button{position:absolute;width:58px;height:100%;top:0;right:0;background:url(/images/material/search.svg) no-repeat 10px 50%;font-size:0;margin:0;padding:0;border-radius:64px}header .wrap-header__right .wrap-button-account{display:flex;margin-left:8px}header .wrap-header__right .wrap-button-account .button{margin:0 0 0 12px}header .wrap-header__right .head-account{margin-left:32px;position:relative}header .wrap-header__right .head-account__button{display:flex;align-items:center;margin:0}header .wrap-header__right .head-account__button figure{width:20px;height:20px;border-radius:50%}header .wrap-header__right .head-account__button figure img{border-radius:50%}header .wrap-header__right .head-account__button span{width:calc(100% - 20px);padding-left:8px}header .wrap-header__right .head-account__dropdown{position:absolute;right:0;top:calc(100% + 35px);width:246px;box-shadow:0 4px 40px rgba(0,0,0,.1);border-radius:24px;background:var(--color-white);padding:19px 28px;display:none}header .wrap-header__right .head-account__dropdown ul,header .wrap-header__right .head-account__dropdown ul li{margin:0}header .wrap-header__right .head-account__dropdown ul li a{padding:8px 0;color:var(--color-gray5);display:block}header .wrap-header__right .head-account__dropdown ul li a:hover{font-weight:500}header .wrap-header__right .head-account__dropdown ul li.logout a{color:#f04e4e}header .wrap-header__right .head-account__dropdown ul li.have-child>a{position:relative}header .wrap-header__right .head-account__dropdown ul li.have-child>a:after{position:absolute;width:24px;height:24px;content:"";top:8px;right:0;background:url(/images/material/arrow-down-green.svg) no-repeat 50%;transition:all .2s ease-out}header .wrap-header__right .head-account__dropdown ul li.have-child>a.active:after{transform:rotate(-180deg)}header .wrap-header__right .head-account__dropdown ul li.have-child>ul{display:none;padding-bottom:5px}header .wrap-header__right .head-account__dropdown ul li.have-child>ul li a{padding:3px 0}.overlay-menu{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.4);z-index:23;display:none}.hover-hand{cursor:pointer}footer{background:#f6f8fb;padding:42px 0 54px;color:#333}footer a{color:#333;transition:all .2s ease-out}footer a:hover{color:var(--color-bluespace)}footer .footer-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d9d9d9;padding-bottom:22px;margin-bottom:40px}footer .footer-top__logo{width:190px;line-height:0}footer .footer-top__telp{color:#242a61;font-weight:700;position:relative;padding-left:61px;height:52px;display:inline-flex;align-items:center;font-size:1.188rem}footer .footer-top__telp:before{position:absolute;content:"";width:52px;height:52px;border-radius:50%;background:#e7e8f2 url(/images/material/telp.svg) no-repeat 50%;top:0;left:0}footer .footer-bottom .row{width:calc(100% + 46px);margin-left:-23px}footer .footer-bottom .row .column{padding:0 23px}footer .footer-bottom .row .column:first-child{flex:0 0 27%;max-width:27%}footer .footer-bottom .row .column:nth-child(2){flex:0 0 34%;max-width:34%}footer .footer-bottom .row .column:nth-child(3){flex:0 0 39%;max-width:39%}footer .footer-bottom .address p{line-height:1.65;margin-bottom:14px}footer .footer-bottom .address p.address-contact{margin-bottom:2px}footer .footer-bottom .menu-footer{margin:0 -12px;display:flex}footer .footer-bottom .menu-footer ul{width:calc(50% + 24px);margin:0 12px}footer .footer-bottom .menu-footer ul li{list-style:none;margin:0 0 20px;line-height:1.3}footer .footer-bottom .menu-footer ul li a{display:inline-block;font-weight:500}footer .footer-bottom .list-footer{margin-left:30px}footer .footer-bottom .list-footer h6{font-size:.938rem;font-weight:600;margin-bottom:20px}footer .footer-bottom .list-footer__logo{display:flex;align-items:center;flex-wrap:wrap;margin:0 -7px}footer .footer-bottom .list-footer__logo a{margin:0 7px 14px}footer .footer-bottom .socmed{margin-top:60px;display:flex;align-items:center;justify-content:space-between;gap:12px}footer .footer-bottom .socmed a{display:flex;align-items:center;font-size:.875rem;position:relative}footer .footer-bottom .socmed a figure{width:40px;height:40px;position:relative;margin-right:8px}footer .footer-bottom .socmed a figure:after{position:absolute;width:100%;height:100%;top:0;left:0;content:""}footer .footer-bottom .socmed a figure img{width:100%;height:100%;position:absolute;top:0;left:0;transition:all .2s ease-out}footer .footer-bottom .socmed a figure img.hover{visibility:hidden;opacity:0;z-index:-1}footer .footer-bottom .socmed a:hover{font-weight:500}footer .footer-bottom .socmed a:hover figure img.default{opacity:0;visibility:hidden}footer .footer-bottom .socmed a:hover figure img.hover{opacity:1;visibility:visible;z-index:2}footer .footer-bottom .copyright{margin:36px 0 0;font-size:.875rem;text-align:center;line-height:normal}.server-error{z-index:23;display:flex;justify-content:center;align-items:center;flex-direction:column;height:40vh;margin:0 auto;max-width:var(--wrapper);padding:0;position:relative;width:100%;text-align:center}.server-error p span{color:red}.loader{display:flex;justify-content:center;align-items:center;height:40vh;margin:0 auto;max-width:var(--wrapper);padding:0;position:relative;width:100%}.loader .custom-loader{width:11.2px;height:11.2px;border-radius:11.2px;box-shadow:28px 0 0 0 rgba(54,55,132,.2),22.7px 16.5px 0 0 rgba(54,55,132,.4),8.68px 26.6px 0 0 rgba(54,55,132,.6),-8.68px 26.6px 0 0 rgba(54,55,132,.8),-22.7px 16.5px 0 0 #363784;animation:spinner-b87k6z 1s linear infinite}@keyframes spinner-b87k6z{to{transform:rotate(1turn)}}.margintop{margin-top:-72px}.active-menu{color:var(--color-green)!important}@media (min-width:1199px){header .wrap-header__right .wrap-nav{display:flex!important}.overlay-menu{display:none!important}}@media (max-width:1200px){header{height:80px}header .wrap-header__burger-menu{display:block;width:24px;height:24px;position:absolute;top:30px;left:calc((100vw - var(--wrapper))/2);margin-left:8px}header .wrap-header__burger-menu span{position:absolute;width:100%;height:3px;background:#252b61;border-radius:100px;left:0;transition:all .2s ease-out;transform-origin:left center}header .wrap-header__burger-menu span:first-child{top:0}header .wrap-header__burger-menu span:nth-child(2){top:10px}header .wrap-header__burger-menu span:nth-child(3){top:20px}header .wrap-header__burger-menu:after{position:absolute;width:1px;height:32px;background:#d9d9d9;top:-4px;right:-28px;content:""}header .wrap-header__burger-menu.act span:first-child{transform:rotate(45deg)}header .wrap-header__burger-menu.act span:nth-child(2){opacity:0}header .wrap-header__burger-menu.act span:nth-child(3){top:17px;transform:rotate(-45deg)}header .wrap-header__logo{width:155px;margin-left:81px}header .wrap-header__right .wrap-nav{display:none;position:fixed;width:600px;height:calc(100% - 80px);background:var(--color-white);z-index:25;top:0;left:0;margin-top:80px;padding:44px 70px 53px 40px;box-shadow:inset 0 4px 10px rgba(0,0,0,.04);transition:all .2s ease-out}header .wrap-header__right .wrap-nav nav{position:relative;height:100%}header .wrap-header__right .wrap-nav nav>ul{height:100%;overflow:auto}header .wrap-header__right .wrap-nav nav ul{display:block;height:auto}header .wrap-header__right .wrap-nav nav ul li{margin:0 0 30px}header .wrap-header__right .wrap-nav nav ul li>a{display:inline-block}header .wrap-header__right .wrap-nav nav ul li.home{display:none}header .wrap-header__right .wrap-nav nav ul li.have-child>a{position:relative;padding-right:28px}header .wrap-header__right .wrap-nav nav ul li.have-child>a:after{position:absolute;width:16px;height:16px;content:"";top:6px;right:0;background:url(/images/material/arrow-right-bluespace.svg) no-repeat 0 0}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu{top:0;padding:0;box-shadow:none;height:100%}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__back{display:block;width:100%;border-bottom:1px solid var(--color-gray2);padding-bottom:34px;margin-bottom:32px;position:absolute;left:0;top:0;z-index:5;background:var(--color-white)}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__back .btn-back{position:relative;padding-left:28px;font-size:1rem;color:var(--color-bluespace3);font-weight:700}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__back .btn-back:before{position:absolute;width:16px;height:16px;background:url(/images/material/arrow-right-gray3.svg) no-repeat 0 0;top:2px;left:4px;content:"";transform:rotate(-180deg)}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu .wrapper{height:100%;padding-top:93px;overflow:auto}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list{width:100%;padding:0}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col{margin-left:0;width:100%}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col .col{flex:0 0 100%;max-width:100%;padding:0}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col .col h6{margin-top:12px}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--list .wrap-col .col:first-child h6{margin-top:0}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__row--description{display:none}header .wrap-header__right .wrap-nav nav ul li.have-child.act .submenu{visibility:visible;opacity:1;z-index:2}header .wrap-header__right .wrap-nav .search{width:auto;height:137px;position:absolute;top:0;left:0;right:0;margin:0 70px 0 40px}header .wrap-header__right .wrap-nav .search .icon{display:none}header .wrap-header__right .wrap-nav .search .form-search{display:block!important;opacity:1!important;margin:53px 0 0;top:0;width:100%;right:auto}header .wrap-header__right .wrap-nav .search .form-search form input{border-radius:0;box-shadow:none;border:0;border-bottom:1px solid var(--color-gray2);padding:0 40px 16px 0;height:42px}header .wrap-header__right .wrap-nav .search .form-search form button{width:28px;background-position:0 5px}header .wrap-header__right .wrap-nav.active{padding-top:44px}header .wrap-header__right .head-account{z-index:27}header .wrap-header__right .head-account__dropdown{padding:16px 24px}footer{padding:42px 0 45px}footer .footer-top__logo{width:180px}footer .footer-bottom .list-footer h6{font-size:.813rem}footer .footer-bottom .menu-footer{padding-left:20px}footer .footer-bottom .menu-footer ul li a{font-size:.875rem}footer .footer-bottom .row .column:first-child{flex:0 0 33%;max-width:33%}footer .footer-bottom .row .column:nth-child(2){flex:0 0 39%;max-width:39%}footer .footer-bottom .row .column:nth-child(3){flex:0 0 28%;max-width:28%}footer .footer-bottom .socmed{margin-top:40px;justify-content:center;gap:25px}footer .footer-bottom .socmed a{font-size:0}footer .footer-bottom .copyright{font-size:.813rem}.margintop{margin-top:0}}@media (max-width:1023px){header .wrap-header__right .wrap-nav{width:470px;padding:40px 52px 40px 40px}header .wrap-header__right .wrap-nav .search{height:114px}header .wrap-header__right .wrap-nav .search .form-search{margin:40px 0 0}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu__back{padding-bottom:18px}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu .wrapper{padding-top:74px}header .wrap-header__right .wrap-nav.active{padding-top:40px}footer .footer-bottom .row .column:first-child{flex:0 0 45%;max-width:45%}footer .footer-bottom .row .column:nth-child(2){flex:0 0 55%;max-width:55%}footer .footer-bottom .row .column:nth-child(3){flex:0 0 100%;max-width:100%}footer .footer-bottom .menu-footer{padding-left:25px;padding-right:25px;margin:0 -5px}footer .footer-bottom .menu-footer ul{width:calc(50% + 10px);margin:0 5px}footer .footer-bottom .list-footer{margin:40px 0 0}footer .footer-bottom .list-footer__logo{margin:0 -12px}footer .footer-bottom .list-footer__logo a{margin:0 12px 14px}footer .footer-bottom .socmed{margin-top:60px}}@media (max-width:767px){header{height:64px}header .wrap-header__burger-menu{top:19px;margin-left:0}header .wrap-header__burger-menu:after{right:-22px}header .wrap-header__logo{width:122px;margin-left:73px}header .wrap-header__right .wrap-button-account .button{height:36px;line-height:36px}header .wrap-header__right .wrap-button-account .button.button-green{display:none}header .wrap-header__right .wrap-nav{margin-top:64px;width:100%;padding:26px 24px 44px;height:calc(100% - 64px)}header .wrap-header__right .wrap-nav .search{height:100px;margin:0 24px}header .wrap-header__right .wrap-nav .search .form-search{margin:26px 0 0}header .wrap-header__right .wrap-nav nav>ul{height:100%}header .wrap-header__right .wrap-nav nav ul li{margin:0 0 14px}header .wrap-header__right .wrap-nav nav ul li a{font-size:1rem;font-weight:700}header .wrap-header__right .wrap-nav nav ul li.have-child .submenu .wrapper{margin:0}header .wrap-header__right .wrap-nav nav .wrap-button-account.mobile-button{display:block;border-top:1px solid #e5e5e7;padding-top:32px;margin:32px 0 0;position:absolute;width:100%;left:0;bottom:0}header .wrap-header__right .wrap-nav nav .wrap-button-account.mobile-button .button{width:100%;margin:0 0 12px;height:40px;line-height:40px}header .wrap-header__right .wrap-nav nav .wrap-button-account.mobile-button .button.button-green{display:block}header .wrap-header__right .wrap-nav nav .wrap-button-account.mobile-button .button:last-child{margin-bottom:0}header .wrap-header__right .wrap-nav.active{padding-top:26px}header .wrap-header__right .wrap-nav.have-login-mobile nav{padding-bottom:145px}header .wrap-header__right .wrap-nav.have-login-mobile nav>ul{height:100%}footer{padding:32px 0 45px}footer .footer-top{flex-direction:column;align-items:flex-start;margin-bottom:32px}footer .footer-top__logo{width:131px;margin-bottom:20px}footer .footer-top__telp{padding-left:41px;font-size:1rem;height:32px}footer .footer-top__telp:before{width:32px;height:32px;background-size:16px}footer .footer-bottom .row .column:first-child,footer .footer-bottom .row .column:nth-child(2),footer .footer-bottom .row .column:nth-child(3){flex:0 0 100%;max-width:100%}footer .footer-bottom .address{margin-bottom:42px;font-size:1rem}footer .footer-bottom .menu-footer{padding:0}footer .footer-bottom .list-footer{margin:20px 0 0}footer .footer-bottom .list-footer h6{width:195px}footer .footer-bottom .socmed{margin-top:50px}footer .footer-bottom .socmed a{flex:0 0 32px;max-width:32px;height:32px}footer .footer-bottom .copyright{margin:28px auto 0;width:215px;font-size:.75rem}}.popup{display:none;position:fixed;z-index:29;align-items:center;justify-content:center;background:rgba(0,0,0,.7);overflow-y:auto}.popup,.popup .popup-overlay{width:100%;height:100%;top:0;left:0}.popup .popup-overlay{position:absolute}.popup .popup-box{background:#fff;width:960px;padding:92px 32px;border-radius:32px;position:relative;z-index:2;margin:auto;text-align:center}.popup .popup-box:before{content:"";position:absolute;width:235px;height:361px;top:67px;left:0;background:url(/images/material/accent-popup.svg) no-repeat;background-size:contain}.popup .popup-box figure{text-align:center;margin-bottom:32px}.popup .popup-box .content h2{font-size:2.5rem;color:var(--color-bluespace);margin-bottom:32px}.popup .popup-box .content h2 strong{color:var(--color-green)}.popup .popup-box .content .wrap-platform{display:flex;gap:7px;justify-content:center}.popup .popup-close{cursor:pointer;position:absolute;right:32px;top:24px}.popup .popup-close svg path{transition:all .2s ease-out}.popup .popup-close:hover svg path{stroke:#000}.popup.active{display:flex}@media (max-width:1200px){.popup .popup-box{width:840px}.popup .popup-box .content h2{font-size:2rem}.popup .popup-box .content p{font-size:1.25rem}}@media (max-width:1023px){.popup .popup-box{width:688px;padding:76px 32px 40px}.popup .popup-box .content h2{font-size:1.75rem}.popup .popup-box .content p{font-size:1rem}.popup.popup-send .popup-box .content{padding:0 50px}}@media (max-width:767px){.popup .popup-close{top:16px;right:16px}.popup .popup-box{width:100%;padding:48px 16px 16px;border-radius:0}.popup .popup-box:before{width:65px;height:161px}.popup .popup-box .content h2{font-size:1.313rem;margin-bottom:24px}.popup.popup-send .popup-box .content{padding:0}.popup.popup-send .popup-box .content p{font-size:.875rem}}.middle{padding-top:100px;overflow:hidden}.main-content,.middle{position:relative}.main-content:after{position:absolute;width:100%;height:680px;content:"";left:0;bottom:0;background:url(/images/material/bg-main.png) no-repeat 0 bottom;background-size:auto auto;z-index:-1}.main-content .accent{position:absolute;left:0;top:-200px;width:131px;line-height:0}.cms-page .breadcrumb{padding:30px 0 0}.cms-page .breadcrumb ul{margin:0}.cms-page .main-content{padding:64px 0 100px}.cms-page h2{color:var(--color-bluespace);font-size:3.5rem;text-align:center;margin-bottom:60px}.title-section{margin-bottom:32px}.title-section h6{margin-bottom:14px;font-size:.875rem;color:rgba(36,41,93,.8);font-weight:800;position:relative;padding-left:28px;letter-spacing:3px}.title-section h6:before{position:absolute;width:20px;height:20px;left:0;top:1px;content:"";background:url(/images/material/arrow-logo.svg) no-repeat 0 0}.title-section h2{color:var(--color-black);margin-bottom:0}.title-section h2 b{font-weight:800;background:linear-gradient(86.92deg,#88ad34 35.56%,#b2d260 96.34%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.title-section.with-button{display:flex;align-items:flex-end;justify-content:space-between}.title-section.with-button .title-left{flex:0 0 80%;max-width:80%}.title-section.with-button .title-right{flex:0 0 20%;max-width:20%;text-align:right;padding-left:20px}.title-section.with-button .title-right .button{margin-bottom:0}.title-section.with-button .title-right .slick-arrow{display:flex;justify-content:right}.title-section.with-button .title-right .slick-arrow>div{cursor:pointer;transition:all .2s ease}.title-section.with-button .title-right .slick-arrow>div:hover{opacity:.5;transition:all .2s ease}.title-section.with-button .title-right .slick-arrow>div.slick-hidden{display:none!important}.title-section.with-button .title-right .slick-arrow>div.slick-disabled{opacity:.5}.title-section.with-button .title-right .slick-arrow>div.arrow-next{margin-left:16px}.title-section.with-button .title-right .slick-arrow>div>img{display:block}.daterangepicker .drp-buttons .btn{margin-bottom:0;height:auto;line-height:normal}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:var(--color-bluespace)!important;color:var(--color-white)!important;font-weight:700}.daterangepicker select,.daterangepicker select.monthselect,.daterangepicker select.yearselect{padding:5px 20px 5px 7px!important;background-position:right 0 center;border-radius:0}.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{border-color:var(--color-bluespace)!important}.daterangepicker .calendar-table th{padding-top:5px!important;padding-bottom:0!important;border-radius:0!important}.daterangepicker .calendar-table td,.daterangepicker .calendar-table th{padding:0}.tooltip{position:fixed;right:0;bottom:216px;z-index:20;filter:drop-shadow(0 4px 40px rgba(0,0,0,.1));background-color:#fff;border-radius:15px;text-align:center;padding:12px}.tooltip .close{position:absolute;top:-12px;left:-12px;background-color:#d3d3d3;border-radius:50%;height:24px}.tooltip .asist{font-weight:500;margin-bottom:0;font-size:1.5rem}.tooltip .asis-dec{font-size:.875rem}.chatbox{position:fixed;width:154px;height:74px;right:0;bottom:128px;z-index:20;filter:drop-shadow(0 4px 40px rgba(0,0,0,.1))}.chatbox a{display:block}.chatbox a img{height:auto}.chatbox a img.img-md{display:none}@media (max-width:1200px){.middle{padding-top:80px}.tooltip{bottom:176px}.chatbox{bottom:96px}.main-content .accent{left:-30px}.cms-page .main-content{padding:60px 0 82px}.cms-page h2{font-size:3rem}}@media (max-width:1023px){.main-content:after{height:280px;background-size:100% auto}.cms-page .main-content{padding-bottom:70px}.cms-page .main-content h2{font-size:2.25rem}.tooltip{bottom:114px}.tooltip .asist{font-size:1.2rem}.chatbox{width:70px;height:70px;bottom:32px}.chatbox a img{max-width:none}.chatbox a img.img-lg{display:none}.chatbox a img.img-md{display:block}.title-section{margin-bottom:28px}.title-section h2{font-size:1.75rem}.title-section.with-button{flex-wrap:wrap}.title-section.with-button .title-left{flex:0 0 100%;max-width:100%}.title-section.with-button .title-right{flex:0 0 100%;max-width:100%;padding-left:0;margin-top:20px;text-align:left}}@media (max-width:767px){.middle{padding-top:64px}.cms-page .main-content{padding:46px 0 40px}.cms-page .main-content h2{font-size:1.75rem;margin-bottom:48px}.tooltip{bottom:116px}.chatbox{width:54px;bottom:56px;right:24px}.chatbox,.chatbox img{height:54px}.title-section h6{font-size:.75rem}.title-section h6:before{top:-2px}.daterangepicker select.monthselect,.daterangepicker select.yearselect{height:27px!important;line-height:12px}}.main-authentication{min-height:calc(100vh - 100px);background:url(/images/material/line-wave.svg) no-repeat 0 top;background-size:100% auto;position:relative}.main-authentication__accent{position:absolute;width:212px;height:262px;left:0;bottom:0}.authentication{display:flex;padding:99px 214px 99px 0;align-items:center}.authentication__image{width:calc(100% - 350px);padding-right:40px}.authentication__image figure{margin-left:-70px}.authentication__image figure img{height:auto}.authentication__form{width:350px}.authentication__form .field{margin-bottom:14px}.authentication__form h2{font-weight:800;color:var(--color-bluespace);margin-bottom:16px}.authentication__form p{color:var(--color-bluespace);opacity:.7;font-size:1.125rem}.authentication__form .forgot{margin-bottom:24px;display:flex;justify-content:flex-end}.authentication__form .forgot a{font-weight:500}.authentication__form .captcha,.authentication__form button{margin-bottom:24px}.authentication.account{padding:99px 0;align-items:flex-start}.authentication .box-info{margin-top:32px;padding:24px;background:#f6f8fb;border-radius:24px}.authentication .box-info p,.authentication .box-info strong{font-size:.875rem;line-height:1.5}.authentication .box-info p{margin-bottom:0}.authentication__intro{width:350px}.authentication__intro h2{margin-bottom:16px;color:var(--color-black)}.authentication__intro h2 strong{color:var(--color-green)}.authentication__intro h6{margin-bottom:32px;color:var(--color-bluespace)}.authentication__intro figure img{height:auto}.authentication__input{width:calc(100% - 350px);padding-left:80px}.authentication__input .field{margin-bottom:14px}.authentication__input p{color:var(--color-bluespace);opacity:.7;font-size:1rem}.authentication__input .custom-checkbox{margin-left:8px}.authentication__input hr{width:100%;opacity:.1;border:1px solid #000}.authentication__input .captcha{margin-top:18px}.authentication__input button{margin-bottom:24px}.authentication__input .box-info{display:none}.authentication-deletion{display:flex;padding:99px 214px;align-items:center}.authentication-deletion__image{width:calc(100% - 350px);padding-right:40px}.authentication-deletion__image figure{margin-left:-70px}.authentication-deletion__image figure img{height:auto}.authentication-deletion__form{width:350px}.authentication-deletion__form .field{margin-bottom:14px}.authentication-deletion__form h2{font-weight:800;color:var(--color-bluespace);margin-bottom:16px}.authentication-deletion__form p{color:var(--color-bluespace);opacity:.7;font-size:1.125rem}.authentication-deletion__form .forgot{margin-bottom:24px;display:flex;justify-content:flex-end}.authentication-deletion__form .forgot a{font-weight:500}.authentication-deletion__form .captcha,.authentication-deletion__form button{margin-bottom:24px}.authentication-deletion.account{padding:99px 0;align-items:flex-start}.authentication-deletion .box-info{margin-top:32px;padding:24px;background:#f6f8fb;border-radius:24px}.authentication-deletion .box-info p,.authentication-deletion .box-info strong{font-size:.875rem;line-height:1.5}.authentication-deletion .box-info p{margin-bottom:0}.authentication-deletion__intro{width:350px}.authentication-deletion__intro h2{margin-bottom:16px;color:var(--color-black)}.authentication-deletion__intro h2 strong{color:var(--color-green)}.authentication-deletion__intro h6{margin-bottom:32px;color:var(--color-bluespace)}.authentication-deletion__intro figure img{height:auto}.authentication-deletion__input{width:calc(100% - 350px);padding-left:80px}.authentication-deletion__input .field{margin-bottom:14px}.authentication-deletion__input p{color:var(--color-bluespace);opacity:.7;font-size:1rem}.authentication-deletion__input .custom-checkbox{margin-left:8px}.authentication-deletion__input hr{width:100%;opacity:.1;border:1px solid #000}.authentication-deletion__input .captcha{margin-top:18px}.authentication-deletion__input button{margin-bottom:24px}.authentication-deletion__input .box-info{display:none}.popup.popup-verify .popup-box{padding:68px 32px 47px}.err-message{color:#c00;margin:auto auto 4px}.label-field{font-size:1.05rem;font-weight:500;color:#24295d}.popUp-search-quote{position:absolute;z-index:1;width:100%;border-radius:.5rem;padding:10px 16px;overflow-y:scroll;max-height:250px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);background:linear-gradient(180deg,#fff,#fcfcfe)}.popUp-search-quote .bg-list-quote{padding-left:6px}.popUp-search-quote .bg-Selected{background:linear-gradient(88.39deg,#242a61 .55%,#5a63b9 147.12%);color:#fff;border-radius:.5rem}.popUp-search-quote :hover{background:linear-gradient(88.39deg,#444fb3 .55%,#5a63b9 147.12%);color:#fff;cursor:pointer;border-radius:.5rem}.verify{display:flex;margin-bottom:12px}.verify__50{width:50%;padding:14px;position:relative}.verify__50 .stick{width:3px;height:460px;border:2px gray;background-color:hsla(0,0%,50%,.439);position:absolute;top:204px;right:0}.verify__33{width:33.33%;padding:14px;position:relative}.verify__33 .stick{width:3px;height:360px;border:2px gray;background-color:hsla(0,0%,50%,.439);position:absolute;top:204px;right:0}.verify__33 .step-by-step{display:flex}.verify__33 ul{margin-top:18px;padding-left:12px}.verify__33 ul li{margin-bottom:60px;font-size:larger;font-weight:700}.verify__33 ul .form{margin-bottom:66px}.verify__33 ul .sid{margin-bottom:88px}.verify__33 ul .rdn{margin-bottom:60px}.verify__33 .phone-log{position:relative}.verify__33 .rectangle{text-align:center;position:absolute;bottom:48px;left:24%}.verify__33 .rectangle1{text-align:center;position:absolute;bottom:-20px;left:13%}.verify__mb{margin-bottom:24px}.verify .p-12{padding:28px}.verify .os{display:flex;justify-content:space-evenly}.card-form{width:100%;height:100%;background-color:#3476cd;padding:28px;border-radius:20px}.card-form .title{color:#fff;font-weight:700}.card-form .flex{display:flex;gap:20px}.card-form .flex .card{color:#fff}.card-form .flex .card figure{width:170px;height:120px;background-color:#fff;border-radius:12px;display:flex;justify-content:center;align-items:center;margin-bottom:8px}.card-form .flex .card p{font-size:larger;line-height:1.2;text-align:center;margin-bottom:0}.card-form .flex .card .ektp{margin-top:20px}.card-form .flex .flex-info{display:flex;gap:14px}.card-form .flex .flex-info .stick-mini{width:3px;height:72px;border:2px #4986df;background-color:#69a2fc;position:absolute;top:128px}.card-form .flex .flex-info figure{display:flex;justify-content:center;align-items:center;width:144px;height:90px;margin-left:22px}.card-form .flex .flex-info p{font-size:larger;line-height:1.2;margin-bottom:0;color:#fff;font-weight:500;margin-top:22px}.pass-validasi{font-size:small;background-color:#fff;padding:8px}.pass-validasi ul{list-style:disc;padding-left:14px;margin-bottom:0;white-space:nowrap}.success-pin{display:flex;justify-content:center;text-align:center;padding-top:108px}@media (max-width:1200px){.authentication{padding:80px 80px 80px 0}.authentication__image{padding-right:17px}.authentication__image figure{margin-left:0;width:486px}.authentication__form p{font-size:1rem}.authentication__form .captcha{width:180px}.authentication.account{padding:64px 55px}.authentication__intro{width:310px}.authentication__input{width:calc(100% - 310px);padding-left:32px}.authentication__input .captcha{width:230px}.authentication-deletion{padding:80px 80px 80px 0}.authentication-deletion__image{padding-right:17px}.authentication-deletion__image figure{margin-left:0;width:486px}.authentication-deletion__form p{font-size:1rem}.authentication-deletion__form .captcha{width:180px}.authentication-deletion.account{padding:64px 55px}.authentication-deletion__intro{width:310px}.authentication-deletion__input{width:calc(100% - 310px);padding-left:32px}.authentication-deletion__input .captcha{width:230px}.verify ul .sid{margin-bottom:56px}.verify .rectangle{left:17%}.verify .rectangle1{left:5%;bottom:-34px}.verify__mb{margin-bottom:26px}.card-form .flex .card{width:142px}.card-form .flex .card figure{width:142px;height:92px;border-radius:8px}.card-form .flex .card figure .image-bca{width:122px;height:78px}.card-form .flex .card figure img{width:122px;height:68px}.card-form .flex .flex-info figure{width:142px;margin-left:10px}.card-form .flex .flex-info figure img{width:30px;height:30px}.card-form .flex .flex-info p{margin-top:0}}@media (max-width:1023px){.authentication{padding:78px 0}.authentication__image figure{width:100%}.authentication.account{padding:60px 0}.authentication__intro h6{font-size:1rem}.authentication__intro figure{width:274px}.authentication__input{padding-left:18px}.authentication__input form .row .column .field .group-checkbox{padding-top:10px}.authentication__input form .row .column .field .custom-checkbox{width:100%;margin-bottom:8px}.authentication-deletion{padding:78px 0}.authentication-deletion__image figure{width:100%}.authentication-deletion.account{padding:60px 0}.authentication-deletion__intro h6{font-size:1rem}.authentication-deletion__intro figure{width:274px}.authentication-deletion__input{padding-left:18px}.authentication-deletion__input form .row .column .field .group-checkbox{padding-top:10px}.authentication-deletion__input form .row .column .field .custom-checkbox{width:100%;margin-bottom:8px}.main-authentication{min-height:100px}.flex-col{flex-direction:column}.verify{gap:18px}.verify .stick{display:none}.verify__33{width:100%}.verify__mb{margin-bottom:56px}.verify .step-by-step{justify-content:space-around}.verify .rectangle{left:35%;bottom:-50px}.verify .rectangle1{left:29%;bottom:-84px}.verify ul .ver{margin-bottom:90px}.verify ul .sid{margin-bottom:92px}.card-form .flex{flex-wrap:wrap}.card-form .flex .card figure{width:142px;height:92px;border-radius:8px}.card-form .flex .flex-info{margin-top:12px}.card-form .flex .flex-info .stick-mini{width:100%;height:3px;top:286px;left:0}.card-form .flex .flex-info figure{height:40px}}@media (max-width:767px){.main-authentication__accent{display:none}.authentication{flex-direction:column;padding:30px 0}.authentication.account{padding-top:40px}.authentication__image{width:100%;padding-right:0}.authentication__image img{width:200px;display:block;margin:auto}.authentication__form{width:100%}.authentication__form h2{margin-bottom:8px}.authentication__form p{font-size:.875rem}.authentication__form .captcha{width:230px}.authentication__form .button,.authentication__form button,.authentication__form input{height:44px;line-height:44px}.authentication .box-info{padding:16px;border-radius:16px;margin-top:0}.authentication .box-info p,.authentication .box-info strong{font-size:.75rem}.authentication__intro{width:100%}.authentication__intro h6{font-size:.875rem}.authentication__intro .box-info,.authentication__intro figure{display:none}.authentication__input{width:100%;padding-left:0}.authentication__input .box-info{display:block}.authentication__input p{font-size:.875rem}.authentication__input .row .row{flex-direction:row}.authentication__input .row .row .column:first-child{flex:0 0 55%;max-width:55%;padding-right:4px}.authentication__input .row .row .column:nth-child(2){flex:0 0 45%;max-width:45%;padding-left:4px}.authentication-deletion{flex-direction:column;padding:30px 0}.authentication-deletion.account{padding-top:40px}.authentication-deletion__image{width:100%;padding-right:0}.authentication-deletion__image img{width:200px;display:block;margin:auto}.authentication-deletion__form{width:100%}.authentication-deletion__form h2{margin-bottom:8px}.authentication-deletion__form p{font-size:.875rem}.authentication-deletion__form .captcha{width:230px}.authentication-deletion__form .button,.authentication-deletion__form button,.authentication-deletion__form input{height:44px;line-height:44px}.authentication-deletion .box-info{padding:16px;border-radius:16px;margin-top:0}.authentication-deletion .box-info p,.authentication-deletion .box-info strong{font-size:.75rem}.authentication-deletion__intro{width:100%}.authentication-deletion__intro h6{font-size:.875rem}.authentication-deletion__intro .box-info,.authentication-deletion__intro figure{display:none}.authentication-deletion__input{width:100%;padding-left:0}.authentication-deletion__input .box-info{display:block}.authentication-deletion__input p{font-size:.875rem}.authentication-deletion__input .row .row{flex-direction:row}.authentication-deletion__input .row .row .column:first-child{flex:0 0 55%;max-width:55%;padding-right:4px}.authentication-deletion__input .row .row .column:nth-child(2){flex:0 0 45%;max-width:45%;padding-left:4px}.verify{flex-direction:column}.verify__33,.verify__50{width:100%}.verify__33 .rectangle{left:22%}.verify__33 .rectangle1{left:12%}.verify ul .ver{margin-bottom:72px}.pass-validasi ul{white-space:normal}.card-form .flex{flex-wrap:wrap}.card-form .flex .card figure{width:142px;height:92px;border-radius:8px}.card-form .flex .flex-info{margin-top:12px;position:relative}.card-form .flex .flex-info .stick-mini{width:100%;height:3px;top:-14px}.card-form .flex .flex-info figure{height:40px}}@media (max-width:731px){.card-form .flex .flex-info .stick-mini{width:3px;height:72px;border:2px #4986df;background-color:#69a2fc;position:absolute;top:12px}.card-form .flex .flex-info figure{width:30px}.card-form .flex .flex-info p{max-width:250px}}@media (max-width:569px){.card-form .flex .flex-info .stick-mini{width:100%;height:3px;top:-14px;left:0}.card-form .flex .flex-info figure{width:30px}.card-form .flex .flex-info p{max-width:250px}}@media (max-width:400px){.verify__33 .rectangle{left:18%}.verify__33 .rectangle1{left:7%}.card-form .flex .flex-info .info{width:100px;margin-left:0}.card-form .flex .flex-info p{max-width:250px}}@media (max-width:320px){.verify__33 .rectangle{left:13%}.verify__33 .rectangle1{left:7%}.verify ul .sid{margin-bottom:64px}}