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}}.download-listing{display:flex;margin:0 -6px;flex-wrap:wrap}.download-listing__item{border:1px solid rgba(0,0,0,.1);border-radius:24px;padding:23px;margin:0 6px 12px;width:calc(33.333% - 12px)}.download-listing__item figure{display:block;margin-bottom:28px}.download-listing__item h6{font-size:1.125rem;color:var(--color-black);font-weight:400}.button.button-download{border-color:var(--color-green);color:var(--color-green);padding-right:40px;height:48px;line-height:48px;margin-bottom:0}.button.button-download:after{position:absolute;width:16px;height:16px;content:"";top:16px;right:16px;background:url(/images/material/download.svg) no-repeat 0 0}.button.button-download:focus,.button.button-download:hover{background:var(--color-green);color:var(--color-green3);border-color:var(--color-green)}.button.button-download:focus:after,.button.button-download:hover:after{background:url(/images/material/download-hover.svg) no-repeat 0 0}.button.button-link{border-color:var(--color-green);color:var(--color-green);padding-right:40px;height:48px;line-height:48px;margin-bottom:0}.button.button-link:after{position:absolute;width:16px;height:16px;content:"";top:16px;right:16px;background:url(/images/material/link.svg) no-repeat 0 0}.button.button-link:focus,.button.button-link:hover{background:var(--color-green);color:var(--color-green3);border-color:var(--color-green)}.button.button-link:focus:after,.button.button-link:hover:after{background:url(/images/material/link-hover.svg) no-repeat 0 0}.button.button-no-image{border-color:var(--color-green);color:var(--color-green);height:48px;line-height:48px;margin-bottom:0}.button.button-no-image:focus,.button.button-no-image:hover{background:var(--color-green);color:var(--color-green3);border-color:var(--color-green)}@media (max-width:1200px){.download-listing__item{width:calc(50% - 12px)}.download-listing__item h6{padding-right:20px}}@media (max-width:767px){.download-listing{margin:0}.download-listing__item{width:100%;margin:0 0 16px;padding:16px;display:flex;align-items:center;border-radius:16px;position:relative}.download-listing__item figure{width:32px;margin:0}.download-listing__item h6{width:calc(100% - 32px);padding:0 32px 0 16px;margin:0;font-size:.875rem;min-height:unset}.download-listing__item .button{position:absolute;width:24px;height:24px;font-size:0;padding:0;border:0;top:20px;right:16px}.download-listing__item .button:after{top:0;right:0;width:24px;height:24px;background-repeat:no-repeat;background-position:0 0;background-size:cover}.download-listing__item .button.button-download:after{background:url(/images/material/download-line.svg) no-repeat 0 0}}/*!
 * 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}.accordion{background:#f6f8fb;border-radius:12px;margin-bottom:12px;overflow:hidden;transition:all .2s ease-out}.accordion .head{padding:20px 55px 20px 20px;cursor:pointer;font-size:1.125rem;color:var(--color-bluespace);position:relative;box-sizing:border-box}.accordion .head .ico{position:absolute;width:20px;height:20px;top:23px;right:20px;background:url(/images/material/arrow-down-line.svg) no-repeat 0 0;transition:all .2s ease-out}.accordion .content{margin:-10px 20px 12px;padding:20px 10px 10px;box-sizing:content-box;border-top:1px solid rgba(0,0,0,.1)}.accordion.active .head .ico{transform:rotate(-180deg)}.ask-question{padding:60px 0 100px;position:relative}.ask-question__box{background:url(/images/material/bg-question.jpg) no-repeat 50%;border-radius:24px;align-items:center;bottom:0;display:flex;left:0;justify-content:space-between;padding:40px 117px 40px 157px}.ask-question__box .profile figure{margin-bottom:8px;padding:15px}.ask-question__box .profile figure img{border:12px solid var(--color-white);background:var(--color-white);box-shadow:0 4px 40px rgba(0,0,0,.1);border-radius:100%;display:block;height:auto;object-fit:cover;object-position:center;width:140px}.ask-question__box .profile figcaption{text-align:center}.ask-question__box .profile figcaption span{color:var(--color-white)}.ask-question__box .profile figcaption span.medium{display:block;line-height:21px;margin-bottom:8px}.ask-question__box .text{width:468px}.ask-question__box .text h2{color:var(--color-white);font-weight:300;font-size:40px;line-height:48px;margin-bottom:16px}.ask-question__box .text h2 b{color:var(--color-green);font-weight:700}.ask-question__box .text span{color:var(--color-white);display:block;margin-bottom:32px;opacity:.7}.ask-question__box .text .btn-group{display:flex}.ask-question__box .text .btn-group .button{margin-right:24px}.ask-question.no-space{padding:0}@media (max-width:1200px){.ask-question{padding:0 0 93px}.ask-question__box{padding:40px 117px 40px 122px;background:url(/images/material/bg-question-md.jpg) no-repeat 50%}.ask-question__box .profile figure{margin-bottom:0}.ask-question__box .text{width:375px}}@media (max-width:1023px){.ask-question__box{padding:54px 58px 64px 48px;background:url(/images/material/bg-question-md-portrait.jpg) no-repeat 50%}.ask-question__box .profile{width:166px}.ask-question__box .profile figcaption span.medium{margin-bottom:4px}.ask-question__box .text{width:calc(100% - 166px);padding-left:58px}.ask-question__box .text h2{font-size:1.75rem;line-height:1.2}.ask-question__box .text .btn-group .button{margin-right:20px}}@media (max-width:767px){.ask-question__box{flex-direction:column;padding:39px 15px;border-radius:16px;background:url(/images/material/bg-question-md-mobile.jpg) no-repeat 50%}.ask-question__box .profile{margin-bottom:40px}.ask-question__box .text{width:100%;padding:0;text-align:center}.ask-question__box .text h2{font-size:1.313rem;margin-bottom:12px}.ask-question__box .text span{font-size:.875rem}.ask-question__box .text .btn-group{flex-direction:column;padding:0 38px}.ask-question__box .text .btn-group .button{margin:0 0 20px;justify-content:center;height:44px;line-height:44px}}.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}}.banner-pages{margin-bottom:64px}.main-about{padding-bottom:100px}.main-about h2{color:var(--color-black);line-height:1.4}.main-about h2 b{font-weight:800;color:var(--color-green)}.about-summary{display:flex;align-items:center;margin-bottom:100px}.about-summary__text{width:calc(100% - 496px);padding-right:99px}.about-summary__image{width:496px}.about-summary__image figure{display:block}.about-summary__image figure img{border-radius:16px}.about-structure{text-align:center;margin-bottom:100px}.about-structure__image{margin-top:40px;padding:27px 48px;border:1px solid rgba(0,0,0,.1);border-radius:12px}.about-structure__image img{width:100%}.about-capital{margin-bottom:100px;text-align:center}.about-capital p{margin:0}.about-capital .capital-box{margin-bottom:36px}.about-capital .capital-box__counter{position:relative;padding-bottom:24px;margin-bottom:24px;font-size:3rem;font-weight:800;color:var(--color-bluespace)}.about-capital .capital-box__counter .txt{font-size:1.5rem;font-weight:300}.about-capital .capital-box__counter:after{position:absolute;width:40px;height:1px;content:"";background:var(--color-green);left:50%;transform:translateX(-50%);bottom:0}.about-capital .capital-box__caption p{margin:0;font-size:.875rem}.about-capital .short-descrip{margin:0 185px}.about-award{display:flex;align-items:center}.about-award__image{width:496px}.about-award__text{width:calc(100% - 496px);padding-left:87px}.about-award__text h2{padding-right:150px}.about-award__text .award-short-listing{margin-top:48px;margin-right:98px;display:flex;flex-wrap:wrap}.about-award__text .award-short-listing__item{width:50%;position:relative}.about-award__text .award-short-listing__item figure{margin-bottom:8px}.about-award__text .award-short-listing__item h6{margin-bottom:0;font-weight:800;font-size:.688rem;letter-spacing:2px}.about-award__text .award-short-listing__item:after{position:absolute;content:"";width:1px;height:40px;background:#000;opacity:.3;right:0;top:50%;transform:translateY(-50%)}.about-award__text .award-short-listing__item:nth-child(1n){padding-right:48px}.about-award__text .award-short-listing__item:last-child{padding-left:0}.about-award__text .award-short-listing__item:last-child:after{display:none}.about-award__text .award-short-listing__item:nth-child(2n){padding-left:48px;padding-right:0}.about-award__text .award-short-listing__item:nth-child(2n):after{display:none}.wrap-manajemen{display:flex}.wrap-manajemen__aside{width:470px}.wrap-manajemen__content{width:calc(100% - 470px);padding-left:130px}.wrap-manajemen__content .manajemen-listing{display:flex;margin:40px -15px 0;flex-wrap:wrap}.wrap-manajemen__content .manajemen-listing__item{width:calc(50% - 30px);margin:0 15px 40px;cursor:pointer}.wrap-manajemen__content .manajemen-listing__item figure{border-radius:50%;background:#f4f4f4;width:180px;height:180px;margin:0 auto 24px;text-align:center}.wrap-manajemen__content .manajemen-listing__item figure img{border-radius:50%;height:100%}.wrap-manajemen__content .manajemen-listing__item figcaption{text-align:center}.wrap-manajemen__content .manajemen-listing__item figcaption h6{font-weight:500;color:var(--color-bluespace);margin:0 0 4px}.wrap-manajemen__content .manajemen-listing__item figcaption .position{margin:0;font-size:.875rem;color:var(--color-gray4)}.wrap-manajemen__content .manajemen-listing__item .data-description{display:none}.wrap-manajemen.komposisi{margin-top:60px}.wrap-manajemen.komposisi .wrap-manajemen__aside h2{padding-right:100px}.wrap-manajemen.komposisi .wrap-manajemen__content figure{border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:17px 24px}.wrap-manajemen.komposisi .wrap-manajemen__content figure img{border-radius:12px;width:100%}.corporate-governance{padding-bottom:190px}.corporate-governance .download-listing{margin:0 -15px}.corporate-governance .download-listing__item{width:calc(25% - 30px);margin:0 15px 30px}.corporate-governance .download-listing__item h6{min-height:56px;margin-bottom:28px}.text-summary{padding-bottom:60px;margin-bottom:40px;border-bottom:1px solid rgba(0,0,0,.1)}.text-summary p{margin:0}.text-privacy-policy{margin-bottom:40px}.text-privacy-policy p{margin:0}.wrap-riset .title-section{margin-bottom:40px}.wrap-riset .product-wrap{display:flex;justify-content:space-between}.wrap-riset .product-wrap .product-listing__box{margin-bottom:40px}.wrap-riset .product-wrap .product-listing__box--title{width:470px}.wrap-riset .product-wrap .product-listing__box--title h3{color:var(--color-gray4);font-weight:400}.wrap-riset .product-wrap .product-listing__box--descrip{width:100%;padding-left:24px}.wrap-riset .product-wrap .product-listing__box--descrip p{margin:0}.wrap-riset .riset-listing__box{display:flex;margin-bottom:40px}.wrap-riset .riset-listing__box--title{width:470px}.wrap-riset .riset-listing__box--title h3{color:var(--color-gray4);font-weight:400}.wrap-riset .riset-listing__box--descrip{width:calc(100% - 470px);padding-left:130px}.wrap-riset .riset-listing__box--descrip p{margin:0}.wrap-riset .riset-privacy-policy__box{margin-bottom:40px}.wrap-riset .riset-privacy-policy__box--title{width:100%}.wrap-riset .riset-privacy-policy__box--title h3{color:var(--color-bluespace);font-weight:400}.wrap-riset .riset-privacy-policy__box--descrip{width:100%}.wrap-riset .riset-privacy-policy__box--descrip p{margin:0}.wrap-riset .riset-banner{border-top:1px solid rgba(0,0,0,.1);padding-top:40px}.wrap-award .title-section h3{font-weight:500;color:#151515}.wrap-award .award-listing-asset{display:flex;flex-wrap:wrap;margin:0 -15px}.wrap-award .award-listing-asset__item{width:calc(25% - 30px);margin:0 15px 40px;padding:24px;cursor:pointer;border:1px solid rgba(0,0,0,.1);border-radius:12px}.wrap-award .award-listing-asset__item figure{margin-bottom:24px;overflow:hidden}.wrap-award .award-listing-asset__item figure img{width:100%;transition:all .2s ease-out}.wrap-award .award-listing-asset__item figcaption h6{margin:0;font-size:1rem;color:var(--color-bluespace);font-weight:500;text-align:center}.wrap-award .award-listing-asset__item .data-popup{display:none}.faq{position:relative}.faq:after{position:absolute;width:100%;height:1px;content:"";background:rgba(0,0,0,.1);left:0;bottom:-40px}.popup-manajemen .popup-box{padding:88px 40px 46px 32px}.popup-manajemen .popup-box:before{display:none}.popup-manajemen .popup-box .content p{font-size:1rem}.popup-manajemen .popup-manajemen-detail{display:flex}.popup-manajemen .popup-manajemen-detail__image{width:360px}.popup-manajemen .popup-manajemen-detail__image figure{border-radius:24px;margin:0}.popup-manajemen .popup-manajemen-detail__image figure img{border-radius:24px;width:100%}.popup-manajemen .popup-manajemen-detail__content{width:calc(100% - 360px);padding-left:56px;padding-right:40px;text-align:left;max-height:360px;overflow:auto}.popup-manajemen .popup-manajemen-detail__content::-webkit-scrollbar{width:8px}.popup-manajemen .popup-manajemen-detail__content::-webkit-scrollbar-track{background:var(--color-bluespace5);border-radius:100px}.popup-manajemen .popup-manajemen-detail__content::-webkit-scrollbar-thumb{background:var(--color-bluespace);border-radius:100px}.popup-manajemen .popup-manajemen-detail__content .content-title{margin-bottom:24px}.popup-manajemen .popup-manajemen-detail__content .content-title h3{color:#111;font-weight:500;margin:0 0 5px}.popup-manajemen .popup-manajemen-detail__content .content-title .position{margin:0;color:var(--color-gray4);font-weight:500}.popup-award .popup-box{padding:88px 40px 40px}.popup-award .popup-box:before{display:none}.with-arrow-contact{padding-right:40px}.with-arrow-contact:after{position:absolute;width:16px;height:16px;content:"";right:16px;top:50%;transform:translateY(-50%);background:url(/images/material/arrow-right-white.svg) no-repeat 0 0}.with-arrow-contact:hover:after{background:url(/images/material/arrow-right-bluespace3.svg) no-repeat 0 0}.with-arrow-contact[disabled]:after{background:url(/images/material/arrow-right-white.svg) no-repeat 0 0}@media (max-width:1200px){.banner-pages{margin-bottom:40px}.main-about{padding-bottom:82px}.about-summary__text{width:calc(100% - 448px);padding-right:46px}.about-summary__image{width:448px}.about-capital .capital-box__counter{font-size:2.25rem;padding-bottom:20px;margin-bottom:20px}.about-capital .short-descrip{margin:0 85px}.about-award__image{width:360px}.about-award__text{width:calc(100% - 360px);padding-left:50px}.about-award__text h2{padding-right:170px}.about-award__text .award-short-listing{margin-right:90px}.about-award__text .award-short-listing__item:nth-child(1n){padding-right:30px}.about-award__text .award-short-listing__item:nth-child(2n){padding-left:30px;padding-right:0}.wrap-manajemen__aside{width:263px}.wrap-manajemen__content{width:calc(100% - 263px);padding-left:110px}.wrap-manajemen__content .manajemen-listing__item figcaption h6{font-size:1.25rem}.wrap-manajemen.komposisi{margin-top:30px}.wrap-manajemen.komposisi .wrap-manajemen__aside h2{padding-right:0}.corporate-governance{padding-bottom:100px}.corporate-governance .download-listing__item{width:calc(33.333% - 30px)}.text-privacy-policy p,.text-summary p{font-size:1.125rem}.wrap-riset .product-wrap .product-listing__box--title{width:320px}.wrap-riset .product-wrap .product-listing__box--title h3{font-size:1.5rem}.wrap-riset .product-wrap .product-listing__box--descrip{width:100%;padding-left:24px}.wrap-riset .riset-listing__box--title{width:320px}.wrap-riset .riset-listing__box--title h3{font-size:1.5rem}.wrap-riset .riset-listing__box--descrip{width:calc(100% - 320px);padding-left:130px}.wrap-riset .riset-privacy-policy__box--title h3{font-size:1.5rem}.wrap-award .award-listing-asset__item{width:calc(33.333% - 30px)}.wrap-award .award-listing-asset__item h6{padding:0 20px}.popup-manajemen .popup-box{padding:88px 40px 46px 32px}.popup-manajemen .popup-box .content p{font-size:1rem}.popup-manajemen .popup-manajemen-detail__content{padding-left:48px}.popup-award .popup-box{width:576px;padding:88px 150px 40px}}@media (max-width:1023px){.main-about{padding-bottom:70px}.about-summary{align-items:flex-start;margin-bottom:60px}.about-summary__text{width:calc(100% - 310px)}.about-summary__image{width:310px}.about-structure{margin-bottom:80px}.about-structure__image{margin-top:32px;padding:20px}.about-capital .capital-box__counter{font-size:1.875rem}.about-capital .row{padding:0 35px}.about-capital .short-descrip{margin:0}.about-award{align-items:flex-start}.about-award__image{width:282px}.about-award__text{width:calc(100% - 280px)}.about-award__text h2{padding-right:40px}.about-award__text .award-short-listing{flex-direction:column;margin-right:140px}.about-award__text .award-short-listing__item{width:100%;padding-right:0;padding-bottom:20px;margin-bottom:0}.about-award__text .award-short-listing__item:after{width:100%;height:1px;top:unset;bottom:0;left:0;right:unset}.about-award__text .award-short-listing__item:nth-child(1n){padding-right:0}.about-award__text .award-short-listing__item:nth-child(2n){padding-left:0}.about-award__text .award-short-listing__item:last-child{padding-bottom:0;margin-bottom:0}.wrap-manajemen__aside{width:190px}.wrap-manajemen__content{width:calc(100% - 190px);padding-left:48px}.wrap-manajemen.komposisi .wrap-manajemen__content figure{padding:12px}.corporate-governance{padding-bottom:60px}.corporate-governance .download-listing{margin-right:0}.corporate-governance .download-listing__item{width:calc(50% - 30px)}.corporate-governance .download-listing__item h6{min-height:20px}.wrap-riset .title-section{margin-bottom:16px}.wrap-riset .product-wrap .product-listing__box--title{padding-right:50px}.wrap-riset .product-wrap .product-listing__box--title h3{font-size:1.313rem}.wrap-riset .product-wrap .product-listing__box--descrip{padding-left:0}.wrap-riset .riset-listing__box--title{padding-right:50px}.wrap-riset .riset-listing__box--title h3{font-size:1.313rem}.wrap-riset .riset-listing__box--descrip{padding-left:0}.wrap-riset .riset-privacy-policy__box--title{padding-right:50px}.wrap-riset .riset-privacy-policy__box--title h3{font-size:1.313rem}.wrap-riset .riset-privacy-policy__box--descrip{padding-left:0}.wrap-riset .riset-banner{margin-bottom:50px}.wrap-award .award-listing-asset{margin:40px -15px 0}.wrap-award .award-listing-asset__item{width:calc(50% - 30px);padding:24px 16px}.wrap-award .award-listing-asset__item figcaption h6{padding:0 40px}.faq{margin-bottom:80px}.popup-manajemen .popup-box{padding:76px 32px 40px}.popup-manajemen .popup-manajemen-detail__image{width:240px}.popup-manajemen .popup-manajemen-detail__content{width:calc(100% - 240px);padding-left:32px;padding-right:20px}.popup-manajemen .popup-manajemen-detail__content .content-title h1{font-size:1.313rem}.popup-award .popup-box{width:430px;padding:88px 78px 40px}.popup-award .popup-box figure{margin-bottom:0}}@media (max-width:767px){.about-summary{flex-direction:column;margin-bottom:46px}.about-summary__text{width:100%;padding:0;font-size:.875rem}.about-summary__image{width:100%}.about-summary__image figure{max-width:327px;width:100%;margin:0 auto}.about-structure{text-align:left;margin-bottom:36px}.about-capital{text-align:left}.about-capital .row{padding:0}.about-capital .row .column{flex:0 0 100%;max-width:100%}.about-capital .capital-box{margin-bottom:24px}.about-capital .capital-box__counter{font-size:1.5rem;padding-bottom:12px}.about-capital .capital-box__counter:after{left:0;transform:unset}.about-capital .capital-box__counter .txt{font-size:1.313rem}.about-capital .capital-box__caption p{font-size:.75rem}.about-award{flex-direction:column}.about-award__image{width:100%}.about-award__image figure{width:286px;margin:0 auto}.about-award__text{width:100%;padding:0}.about-award__text .award-short-listing{margin-top:20px}.about-award__text .award-short-listing__item:after{display:none}.wrap-manajemen{flex-direction:column}.wrap-manajemen__aside{width:100%}.wrap-manajemen__content{width:100%;padding:0}.wrap-manajemen__content .manajemen-listing{margin:40px 0 0}.wrap-manajemen__content .manajemen-listing__item{width:100%;margin:0 0 40px}.wrap-manajemen__content .manajemen-listing__item figcaption h6{font-size:1.125rem}.corporate-governance{padding-bottom:0}.corporate-governance .download-listing{margin:0}.corporate-governance .download-listing__item{width:100%;margin:0 0 16px}.corporate-governance .download-listing__item figure{width:32px}.corporate-governance .download-listing__item h6{width:calc(100% - 32px);margin:0}.text-summary{padding-bottom:32px;margin-bottom:32px}.text-summary p{font-size:.875rem}.text-privacy-policy{padding-bottom:32px;margin-bottom:32px}.text-privacy-policy p{font-size:.875rem}.wrap-riset .product-wrap{flex-direction:column}.wrap-riset .product-wrap .product-listing__box{flex-direction:column;margin-bottom:24px}.wrap-riset .product-wrap .product-listing__box--title{padding-right:0}.wrap-riset .product-wrap .product-listing__box--title h3{margin-bottom:5px;font-size:1.313rem}.wrap-riset .product-wrap .product-listing__box--descrip{width:100%;padding-left:12px}.wrap-riset .riset-listing__box{flex-direction:column;margin-bottom:24px}.wrap-riset .riset-listing__box--title{padding-right:0}.wrap-riset .riset-listing__box--title h3{margin-bottom:5px;font-size:1.313rem}.wrap-riset .riset-listing__box--descrip{width:100%}.wrap-riset .riset-privacy-policy__box{flex-direction:column;margin-bottom:24px}.wrap-riset .riset-privacy-policy__box--title{padding-right:0}.wrap-riset .riset-privacy-policy__box--title h3{margin-bottom:5px;font-size:1.313rem}.wrap-riset .riset-privacy-policy__box--descrip{width:100%}.wrap-riset .riset-banner{padding-top:32px;margin-bottom:20px}.wrap-award .award-listing-asset{margin:0}.wrap-award .award-listing-asset__item{width:100%;margin:0 0 16px;padding:16px}.faq{margin-bottom:0}.faq:after{display:none}.popup-manajemen .popup-box{padding:48px 16px 16px}.popup-manajemen .popup-box .content p{font-size:.875rem;line-height:1.45}.popup-manajemen .popup-manajemen-detail{flex-direction:column}.popup-manajemen .popup-manajemen-detail__image{width:100%}.popup-manajemen .popup-manajemen-detail__image figure,.popup-manajemen .popup-manajemen-detail__image figure img{border-radius:16px}.popup-manajemen .popup-manajemen-detail__content{width:100%;padding:0;margin-top:16px;max-height:unset}.popup-manajemen .popup-manajemen-detail__content .content-title{margin-bottom:12px}.popup-manajemen .popup-manajemen-detail__content .content-title h3{font-size:1.188rem;margin:0}.popup-award .popup-box{width:100%;padding:48px 33px}}.breadcrumb ul{display:flex;align-items:center}.breadcrumb ul li{color:var(--color-black);font-size:.875rem;margin:0 16px 0 0;padding-right:32px;position:relative}.breadcrumb ul li:after{position:absolute;width:16px;height:16px;content:"";top:3px;right:0;background:url(/images/material/arrow-logo.svg) no-repeat 0 0}.breadcrumb ul li a{color:var(--color-black);opacity:.3}.breadcrumb ul li:last-child{padding-right:0;margin-right:0}.breadcrumb ul li:last-child:after{display:none}.breadcrumb ul li.active a{opacity:1}@media (max-width:767px){.breadcrumb ul li{font-size:.625rem;margin-right:6px;padding-right:22px}.breadcrumb ul li:after{top:0}}