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}}.banner-pages .breadcrumb{position:absolute;width:var(--wrapper);margin:0 auto;left:0;right:0;top:30px}.banner-pages .breadcrumb ul{margin:0}.banner-pages__caption{position:absolute;width:var(--wrapper);margin:0 auto;left:0;right:0;top:50%;transform:translateY(-50%)}.banner-pages__caption h2{margin:0;color:var(--color-bluespace);max-width:610px;font-size:3.5rem}.banner-pages__caption h4{color:var(--color-grey5);letter-spacing:-.02em;line-height:150%;margin-top:16px;max-width:470px}.banner-pages__caption p{font-size:1.25rem;line-height:1.5;max-width:670px;margin-top:16px}.banner-pages__caption .button{margin-top:16px}.banner-pages figure{line-height:0}.banner-pages figure img{width:100%;height:auto}.banner-pages.light .breadcrumb ul li:last-child{color:var(--color-white)}.banner-pages.light .breadcrumb ul li:after{background:url(/images/material/arrow-logo-light.svg) no-repeat}.banner-pages.light .breadcrumb ul li a{color:var(--color-gray2)}.banner-pages.light .banner-pages__caption--limit{width:472px}.banner-pages.light .banner-pages__caption--limit h2{color:var(--color-white);margin-bottom:32px;font-size:2.5rem}.banner-pages.light .banner-pages__caption--limit .banner-time{display:flex;align-items:center;gap:40px;margin-bottom:48px}.banner-pages.light .banner-pages__caption--limit .banner-time__list{max-width:230px}.banner-pages.light .banner-pages__caption--limit .banner-time__list figure{margin-bottom:12px}.banner-pages.light .banner-pages__caption--limit .banner-time__list figure img{width:24px;height:24px}.banner-pages.light .banner-pages__caption--limit .banner-time__list p{font-size:1rem;line-height:1.7;color:var(--color-white);margin-bottom:0;margin-top:0}.banner-pages.light .banner-pages__caption--limit .button{margin-bottom:0}.banner-pages.big-img .banner-pages__caption h2{font-size:2.5rem}@media (max-width:1200px){.banner-pages{margin-bottom:40px}.banner-pages>figure img{min-height:310px;max-height:310px;object-fit:cover;object-position:right 0}.banner-pages__caption h2{font-size:2.125rem}.banner-pages__caption p{font-size:1rem}.banner-pages.light .banner-pages__caption--limit h2{font-size:2rem}.banner-pages.light.large>figure img{min-height:560px;object-fit:cover;object-position:center}.banner-pages.big-img{margin-bottom:0}.banner-pages.big-img>figure img{max-height:600px}.banner-pages.big-img .banner-pages__caption h2{font-size:2rem}}@media (max-width:1023px){.banner-pages__caption p{max-width:470px;font-size:.9rem}}@media (max-width:767px){.banner-pages .breadcrumb{margin:0 24px;top:14px}.banner-pages__caption{margin:0 24px;padding-right:40px}.banner-pages__caption h2{font-size:2rem}.banner-pages__caption p{max-width:370px;font-size:1rem}.banner-pages>figure img{min-height:220px}.banner-pages.light .banner-pages__caption{top:30%;transform:translateY(-30%);max-width:80%}.banner-pages.light .banner-pages__caption--limit{width:auto}.banner-pages.light .banner-pages__caption--limit h2{font-size:1.5rem;margin-bottom:20px}.banner-pages.light .banner-pages__caption--limit .banner-time{flex-direction:column;align-items:start;gap:20px;margin-bottom:20px}.banner-pages.light .banner-pages__caption--limit .banner-time p{display:block}.banner-pages.big-img .banner-pages__caption{padding-right:0}.banner-pages.big-img .banner-pages__caption p{max-width:none}}.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}}.pagination{position:relative;padding:0 200px}.pagination,.pagination a{display:flex;justify-content:center}.pagination a{flex:0 0 31px;height:31px;align-items:center;margin:0 10px;font-size:.875rem;color:#212121;transition:all .2s ease-out;border-radius:50%}.pagination a.arr{position:absolute;top:0;width:auto;height:31px;padding-right:32px;background:none}.pagination a.arr:after{position:absolute;width:24px;height:24px;content:"";top:50%;background:url(/images/material/arrow-right-chevron.svg) no-repeat 0 0;transform:translateY(-50%);right:0}.pagination a.arr.prev{left:0;padding-left:32px;padding-right:0}.pagination a.arr.prev:after{transform:translateY(-50%) rotate(-180deg);left:0}.pagination a.arr.next{right:0}.pagination a.arr:hover{background:none;color:inherit}.pagination a.active,.pagination a:hover{background:var(--color-green);color:var(--color-white);font-weight:700}.pagination a.disabled{cursor:not-allowed;color:#939393}.pagination a.disabled:after{opacity:.3}.pagination a.disabled:hover{color:#939393;font-weight:400}@media (max-width:1023px){.pagination{padding:0 110px}}@media (max-width:767px){.pagination{flex-wrap:wrap;padding:0}.pagination a{margin:0 5px 10px}.pagination a.arr{position:relative;font-size:0}.pagination a.arr.prev{margin-right:20px;margin-left:0}.pagination a.arr.next{margin-left:30px;margin-right:0}}.middle{padding-top:100px;overflow:hidden}.main-content{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}}.css-80pr5n-MuiPaper-root{box-shadow:unset!important;background-color:transparent}.css-120bgvu-MuiTableHead-root{background-color:#f1f2f4}.css-g2tram-MuiToolbar-root{background-color:transparent;box-shadow:unset}.banner-pages{background:url(/images/material/line-wave.svg) no-repeat 0 top;background-size:100% auto;position:relative}.banner-pages h2{font-size:2.5rem}.banner-pages.big-img figure{display:flex;justify-content:flex-end;width:100%}.banner-pages.big-img figure img{max-width:512px;margin-right:100px;margin-top:-50px}.banner-pages.big-img .wrap-caption{max-width:470px}.banner-pages.big-img .wrap-caption h2.bold{font-weight:800;color:var(--color-green)}.banner-pages.big-img .wrap-caption p{font-size:1.3rem;font-weight:500}.banner-pages.big-img .wrap-caption .search-box{padding:88px 0;max-width:700px;margin:0 auto;text-align:center}.banner-pages.big-img .wrap-caption .search-box h3{font-size:2rem;font-weight:600;margin-bottom:32px;color:var(--color-bluespace)}.banner-pages.big-img .wrap-caption .search-box__field{position:relative}.banner-pages.big-img .wrap-caption .search-box__field input{padding-right:135px}.banner-pages.big-img .wrap-caption .search-box__field input::placeholder{color:var(--color-gray4)}.banner-pages.big-img .wrap-caption .search-box__field button{width:127px;position:absolute;right:0;height:47px}.banner-pages.big-img .element-blur{position:absolute;bottom:-185px;left:-100px}.main-research{position:relative;z-index:3;overflow:hidden}.title-box__filter.with-download{display:flex;align-items:center;flex:unset;max-width:100%}.title-box__filter.with-download select{margin-bottom:0}.download-pdf{display:flex;align-items:center;font-size:1rem;font-weight:700;white-space:nowrap;margin-right:35px}.download-pdf img{width:24px;margin-right:16px}.wrap-content .title-news h3{font-weight:500;margin-bottom:0;color:var(--color-black)}.wrap-content .title-news span{font-size:11px;font-weight:600;color:var(--color-gray4)}.wrap-content .title-news span.dot{width:7px;height:7px;background-color:#d9d9d9;display:inline-block;border-radius:100%;margin:0 16px}.wrap-content .text{margin-top:16px}.wrap-content .text p b span{text-transform:uppercase!important}.wrap-content .text p b span,.wrap-content .text p span{font-family:Inter,Helvetica Neue,Helvetica,Arial,"sans-serif"!important;font-size:16px!important}.wrap-content .text p span{line-height:1.75!important}.wrap-content .text .sub-title{font-weight:700;color:var(--color-bluespace)}.wrap-content.two-side{display:flex;align-items:baseline}.wrap-content.two-side table{margin-right:1px}.wrap-content.two-side table tr td{padding:18px 40px}.wrap-content.two-side table tr td:nth-child(2n){text-align:right;font-weight:700}.wrap-content.two-side table tr:nth-child(odd){background-color:#f1f2f4}.wrap-content.two-side table tbody td:first-child{font-weight:400}.wrap-content table{color:var(--color-bluespace)}.wrap-content table .align-right{text-align:right}.wrap-content table .align-center{text-align:center}.wrap-content table thead th{padding:18px 30px;text-align:center;color:#24295d}.wrap-content table thead.transparent th{background-color:transparent;font-weight:700}.wrap-content table thead.head tr{border-bottom:1px solid var(--color-gray3)}.wrap-content table thead.head th{font-weight:700}.wrap-content table thead.head th:first-child{text-align:left}.wrap-content table thead.head input{border-radius:8px;padding:12px 15px}.wrap-content table tbody tr:nth-child(odd){background-color:#f1f2f4}.wrap-content table tbody td{padding:18px 30px;color:#24295d;font-weight:400}.wrap-content table tbody.body tr:nth-child(odd){background-color:transparent}.wrap-content table tbody.body tr:nth-child(2n){background-color:#f1f2f4}.wrap-content table tbody.body td:first-child{font-weight:400;text-align:left;white-space:nowrap}.wrap-content table tbody.body .divider{background-color:#a0a3a6;color:var(--color-white);font-weight:700;text-transform:uppercase;padding:10px}.wrap-content table tbody.body .divider:first-child{text-align:center}.wrap-content.capital th{background-color:#f1f2f4}.wrap-content.capital tbody tr:nth-child(odd){background-color:#fff}.wrap-content.capital tbody tr:nth-child(2n){background-color:#f1f2f4}.wrap-content.scroll{overflow-x:auto;margin-bottom:14px;scrollbar-width:thin;scrollbar-color:#24295d #cdcdd8}.wrap-content.scroll::-webkit-scrollbar{height:8px;border-radius:20px}.wrap-content.scroll::-webkit-scrollbar-track{background:#cdcdd8;border-radius:20px}.wrap-content.scroll::-webkit-scrollbar-thumb{background:#24295d;border-radius:20px}.wrap-content.scroll::-webkit-scrollbar-thumb:hover{background:#24295d}.wrap-content1 .title-news h3{font-weight:500;margin-bottom:0;color:var(--color-black)}.wrap-content1 .title-news span{font-size:11px;font-weight:600;color:var(--color-gray4)}.wrap-content1 .title-news span.dot{width:7px;height:7px;background-color:#d9d9d9;display:inline-block;border-radius:100%;margin:0 16px}.wrap-content1 .text{margin-top:16px}.wrap-content1 .text p b span{text-transform:uppercase!important}.wrap-content1 .text p b span,.wrap-content1 .text p span{font-family:Inter,Helvetica Neue,Helvetica,Arial,"sans-serif"!important;font-size:16px!important}.wrap-content1 .text p span{line-height:1.75!important}.wrap-content1 .text .sub-title{font-weight:700;color:var(--color-bluespace)}.wrap-content1.two-side{display:flex;align-items:baseline}.wrap-content1.two-side table{margin-right:1px}.wrap-content1.two-side table tr td{padding:18px 40px}.wrap-content1.two-side table tr td:nth-child(2n){text-align:right;font-weight:700}.wrap-content1.two-side table tr:nth-child(odd){background-color:#f1f2f4}.wrap-content1.two-side table tbody td:first-child{font-weight:400}.wrap-content1 table{color:var(--color-bluespace)}.wrap-content1 table .align-right{text-align:right}.wrap-content1 table .align-center{text-align:center}.wrap-content1 table thead th{padding:18px 40px;text-align:center;color:#24295d}.wrap-content1 table thead.transparent th{background-color:transparent;font-weight:700}.wrap-content1 table thead.head tr{border-bottom:1px solid var(--color-gray3)}.wrap-content1 table thead.head th{font-weight:700}.wrap-content1 table thead.head th:first-child{text-align:left}.wrap-content1 table thead.head input{border-radius:8px;padding:12px 15px}.wrap-content1 table tbody tr:nth-child(odd){background-color:#f1f2f4}.wrap-content1 table tbody td{padding:18px 40px;text-align:right;color:#24295d;font-weight:400}.wrap-content1 table tbody.body tr:nth-child(odd){background-color:transparent}.wrap-content1 table tbody.body tr:nth-child(2n){background-color:#f1f2f4}.wrap-content1 table tbody.body td:first-child{font-weight:400;text-align:left;white-space:nowrap}.wrap-content1 table tbody.body .divider{background-color:#a0a3a6;color:var(--color-white);font-weight:700;text-transform:uppercase;padding:10px}.wrap-content1 table tbody.body .divider:first-child{text-align:center}.wrap-content1.capital th{background-color:#f1f2f4}.wrap-content1.capital tbody tr:nth-child(odd){background-color:#fff}.wrap-content1.capital tbody tr:nth-child(2n){background-color:#f1f2f4}.middle{position:relative}.bgc-gray{background-color:#fafafa}.accent{top:0}.accent,.overlay-bottom{position:absolute;left:0}.overlay-bottom{width:100%;height:353px;content:"";bottom:0;background:linear-gradient(158deg,#e6e8ff 4.7%,hsla(0,0%,100%,0) 37.96%);opacity:.9;transform:matrix(1,0,0,-1,0,0)}.wrap-research{display:flex;position:relative}.wrap-research:before{position:absolute;width:1px;height:100%;content:"";top:0;left:257px;background:rgba(0,0,0,.1)}.wrap-research__aside{width:248px;padding:40px 0 0}.wrap-research__aside .title{font-size:2.5rem;font-weight:700;color:var(--color-bluespace);margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wrap-research__aside .subtitle{font-size:1.3rem;font-weight:600;color:var(--color-green);margin-bottom:2rem}.wrap-research__aside nav .nav-active{display:none}.wrap-research__aside nav ul li{line-height:normal}.wrap-research__aside nav ul li span{font-size:.6875rem;color:var(--color-gray4);font-weight:700;letter-spacing:.2em}.wrap-research__aside nav ul li a{display:inline-block;color:var(--color-gray5);position:relative;font-weight:500;font-size:1rem}.wrap-research__aside nav ul li a.active{color:var(--color-bluespace);font-weight:700}.wrap-research__content{width:calc(100% - 230px);padding:40px 0 100px 42px;margin-left:28px;position:relative}.wrap-research__content h3{font-weight:500;color:#151515;margin-bottom:24px}.wrap-research__content strong{color:var(--color-green)}.wrap-research__content p{font-size:.875rem}.wrap-research__content p i{font-size:12px}.wrap-research__content__pagination{display:flex;justify-content:space-between;gap:16px;font-size:.875rem;font-weight:700}.wrap-research__content__pagination__activePagination{background:#a4c754!important;color:#fff!important}.wrap-research__content__pagination__notActive{color:#212121!important;background:#fff!important}.wrap-research__content__pagination__notActive:focus,.wrap-research__content__pagination__notActive:hover{background:#a4c754;color:var(--color-white)}.wrap-research__content__pagination button[disabled]{color:#212121;cursor:default;background:#fff}.wrap-research__content__pagination .arr{position:relative;top:0;width:auto;height:31px;padding-right:32px;background:#fff;color:#212121}.wrap-research__content__pagination .arr:after{position:absolute;width:24px;height:24px;content:"";top:64%;background:url(/images/material/arrow-right-chevron.svg) no-repeat 0 0;transform:translateY(-50%);right:0}.wrap-research__content__pagination .arr.prev{left:0;padding-left:32px;padding-right:0}.wrap-research__content__pagination .arr.prev:after{transform:translateY(-50%) rotate(-180deg);left:0;top:68%}.wrap-research__content__pagination .arr.next{right:0}.wrap-research__content__pagination button[disabled].disabled{cursor:not-allowed;color:#939393}.wrap-research__content__pagination button[disabled].disabled:after{opacity:.3}.filter{display:inline-flex;gap:12px}.filter select{width:auto}.danger{color:#f83457}.success{color:#78a02a}.primary{color:#24295d}.checkbox-subscribe{display:flex;align-items:flex-start;margin-bottom:12px}.checkbox-subscribe input{min-width:20px;min-height:20px;margin-right:12px}.mt18{margin-top:18px}.box-news{background:var(--color-white);border-radius:24px;border:1px solid rgba(0,0,0,.1);margin-bottom:30px}.box-news figure{border-radius:24px 24px 0 0;overflow:hidden}.box-news figure img{width:100%;transition:all .2s ease-out}.box-news__text{padding:24px}.box-news__text span{font-size:.688rem;color:var(--color-gray4);display:block;margin-bottom:12px}.box-news__text p{font-size:1.125rem;font-weight:400;line-height:1.5;color:var(--color-black);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-word;overflow:hidden;min-height:81px}.box-news:hover figure img{transform:scale(1.1)}.title-box{display:flex;align-items:baseline;justify-content:space-between}.wrap-img-rounded{width:200px;height:200px;overflow:hidden;display:flex;justify-content:center;align-items:center;border:1px solid var(--color-bluespace);border-radius:100%;padding:5px;margin-bottom:40px}.wrap-img-rounded img{width:100%;object-fit:cover}.name-pt{font-weight:500;font-size:1.75rem;color:var(--color-bluespace)}.wrap-tab .nav-tab{display:flex;gap:20px}.wrap-tab .nav-tab a{font-size:.875rem;font-weight:800;color:var(--color-gray4);transition:all .3s ease}.wrap-tab .nav-tab a.active{color:var(--color-bluespace)}.wrap-tab .nav-tab a.active:after{width:100%}.wrap-tab .nav-tab a:hover{color:var(--color-gray5)}.wrap-tab .nav-tab a:after{content:"";width:0;height:3px;margin-top:5px;background-color:var(--color-green);position:relative;display:block}.wrap-tab .tab-content{margin-top:20px}.wrap-tab .tab-content .content-tab{display:none;transition:all .2s ease-in-out;opacity:0;visibility:hidden}.wrap-tab .tab-content .content-tab.active{transition:all .2s ease-in-out;opacity:1;visibility:visible;display:block}.dataTables_scroll{padding-top:20px}.dataTables_scroll .dataTables_scrollBody{overflow-x:auto;margin-bottom:14px;padding-bottom:14px}.dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar{height:5px;border-radius:20px}.dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-track{background:#cdcdd8;border-radius:20px}.dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb{background:#24295d;border-radius:20px}.dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb:hover{background:#24295d}table.dataTable{width:100%!important}table.dataTable thead td,table.dataTable thead th{margin-bottom:0}table.dataTable thead th{box-shadow:inset 0 -1px 0 rgba(0,0,0,.1)}table.dataTable tbody tr.odd td{background:var(--color-white)}table.dataTable tbody tr.even td{background:#f1f2f4}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:0}.dataTables_wrapper .dataTables_length select{border:1px solid var(--color-stroke);border-radius:40px;padding:0 50px 0 24px}.dataTables_wrapper .dataTables_filter input{border:1px solid var(--color-stroke);border-radius:40px;padding:12px 24px;margin-left:10px}.dataTables_wrapper .dataTables_length label{display:flex;align-items:center;color:var(--color-bluespace)}.dataTables_wrapper .dataTables_length label select{margin:0 10px}.dataTables_wrapper .dataTables_filter label{display:flex;align-items:center;color:var(--color-bluespace)}.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{font-size:.875rem}.dataTables_wrapper .dataTables_paginate .paginate_button{padding:4px 10px}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:var(--color-bluespace)}.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}.table-button .MuiTablePagination-root{overflow-x:scroll}.table-button .MuiTablePagination-root::-webkit-scrollbar{display:none}.table-button .MuiTablePagination-root{-ms-overflow-style:none;scrollbar-width:none}.table-button button{background:none}.drop-down{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#24295d #cdcdd8;display:flex;gap:12px}.select-research{width:auto}.sticky-brown{background-color:#f1f2f4}.sticky,.sticky-brown{position:-webkit-sticky;position:sticky;left:0}.sticky{background-color:#fff}.quote-saham{height:33vh;width:248px;margin-top:20px}.quote-saham ul{margin-bottom:0}.quote-saham .cari-saham{color:var(--color-gray5);font-weight:700}.quote-saham .input-cari-saham{height:40px!important;font-size:small!important;padding-left:12px!important;width:194px!important}.saham-mobile p{margin-bottom:8px}@media (min-width:1199px){.wrap-research__aside nav ul{display:block!important;visibility:visible!important;opacity:1!important}}@media (min-width:1201px){.saham-mobile{display:none}}@media (max-width:1200px){.banner-pages.big-img .banner-pages__caption h2{font-size:2rem;margin-bottom:5px}.banner-pages.big-img .wrap-caption p{font-size:1.125rem;margin-top:5px}.wrap-research{flex-direction:column}.wrap-research:before{display:none}.wrap-research__aside{width:100%;display:flex;padding-bottom:60px;border-bottom:1px solid #e5e5e7;margin-bottom:40px;position:relative;z-index:5}.wrap-research__aside:before{left:-100%}.wrap-research__aside:after,.wrap-research__aside:before{position:absolute;bottom:-1px;width:100%;height:1px;background:#e5e5e7;content:""}.wrap-research__aside:after{right:-100%}.wrap-research__aside .side-top{width:230px}.wrap-research__aside .side-top h5{margin-bottom:0}.wrap-research__aside .title{font-size:2rem}.wrap-research__aside nav{width:calc(100% - 230px);padding-left:26px;align-self:flex-end;position:relative}.wrap-research__aside nav .nav-active{display:block;height:56px;background:var(--color-white) url(/images/material/arrow-down.svg) no-repeat right 24px center;border-radius:40px;padding:16px 54px 16px 24px;box-shadow:0 2px 8px rgba(0,0,0,.08);position:relative;cursor:pointer;color:var(--color-bluespace);font-weight:700}.wrap-research__aside nav>ul{display:none;position:absolute;top:76px;left:26px;right:0;width:auto;background:var(--color-white);padding:32px;border-radius:40px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.wrap-research__content{width:100%;padding:0 0 100px;margin-left:0}.wrap-content table tbody td,.wrap-content table thead th{padding:18px}div.dataTables_scrollBody>table>tbody>tr>td{padding-right:26px}.quote-saham{display:none}}@media (max-width:1023px){.banner-pages.big-img{min-height:calc(100vh - 80px)}.banner-pages.big-img .wrap-caption{max-width:397px}.banner-pages.big-img figure img{max-width:446px;margin-top:81px;margin-right:-125px}.banner-pages.big-img .element-blur{display:none}.accent{top:-80px}.accent img{max-width:110px}.wrap-research__aside{flex-wrap:wrap;gap:26px 0;padding-bottom:0;margin-bottom:48px;border-bottom:0}.wrap-research__aside:before{display:none}.wrap-research__aside nav{flex:0 0 100%;max-width:100%;padding:0}.wrap-research__aside nav>ul{left:0}.wrap-content.two-side table tr td{text-align:left}.wrap-content.two-side table tr td:first-child{padding-right:15px}.wrap-content.two-side table tr td:nth-child(2n){padding-left:15px}.wrap-content table .align-right{padding:18px 16px}.wrap-content table thead.head input{margin-top:-10px;margin-bottom:-10px}.row{margin-left:-12px;width:calc(100% + 24px)}.row .column{padding:0 12px}.row .column.column-33{flex:0 0 50%;max-width:50%}.box-news{margin-bottom:24px}.wrap-tab .tab-content .content-tab.active{height:auto}}@media (max-width:767px){.breadcrumb{display:none}.banner-pages.big-img{min-height:calc(100vh - 64px)}.banner-pages.big-img .wrap-caption{max-width:100%;text-align:center}.banner-pages.big-img .wrap-caption h2.bold{margin-bottom:16px}.banner-pages.big-img .wrap-caption p{font-size:.875rem;line-height:1.5;margin-bottom:32px}.banner-pages.big-img .wrap-caption .search-box__field input{padding-right:60px}.banner-pages.big-img .wrap-caption .search-box__field button{width:48px;padding:0}.banner-pages.big-img .wrap-caption .search-box__field button span{display:none}.banner-pages.big-img .wrap-caption .search-box__field button:after{left:0;right:0;margin:0 auto}.banner-pages.big-img figure img{max-width:198px;margin-top:-100px;margin-right:-35px}.banner-pages.big-img .element-blur{display:unset;top:20px;bottom:unset;left:-54px}.banner-pages.big-img .element-blur img{max-width:145px}.banner-pages__caption{padding:0}.accent{top:-70px}.accent img{max-width:100px}.wrap-research__aside{margin-bottom:40px;padding-top:30px}.wrap-research__aside .title{font-size:2.5rem;line-height:1.2;margin-bottom:4px}.wrap-research__content{padding-bottom:80px}.wrap-research__content .title-box__filter{display:none}.wrap-research__content h3{font-size:1.5rem;line-height:1.2}.wrap-research__content p{line-height:1.4}.wrap-content.two-side table{margin-right:0}.wrap-content.two-side table tr{display:flex;flex-direction:column;padding:12px 12px 12px 24px}.wrap-content.two-side table tr td{padding:0}.wrap-content.two-side table tr td:nth-child(2n){padding:0;text-align:left}.wrap-content.two-side table:nth-child(2) tr{padding:12px 24px 12px 12px}.wrap-content.two-side table:nth-child(2) tr td{padding:0;text-align:right}.wrap-content table{margin-bottom:0}.wrap-content table tbody td,.wrap-content table thead th{font-size:.75rem;line-height:1;padding:12px;white-space:nowrap}.wrap-content table thead th{white-space:nowrap}.wrap-content table thead.head input{font-size:.75rem;line-height:1.4;letter-spacing:-.02em;min-width:60px;height:24px;padding:0 10px}.wrap-content .text{margin-top:16px}.wrap-content .text p b span,.wrap-content .text p span{font-size:14px!important}.row{margin-left:0;width:100%}.row .column{padding:0}.row .column.column-33{flex:0 0 100%;max-width:100%}.box-news{margin-bottom:16px}.pagination{margin-top:24px}.pagination a:nth-child(n+7){display:none}.pagination a:last-child{display:inline-block}.wrap-tab .nav-tab{overflow-x:auto;padding-bottom:4px}.wrap-tab .nav-tab a{white-space:nowrap}.title-box{flex-wrap:wrap}.title-box__filter.with-download{flex:0 0 100%;max-width:100%;display:flex;gap:0 32px;margin-top:20px}.title-box__filter.with-download .download-pdf{width:auto;font-size:.875rem;line-height:1.15;color:#151515;margin-right:0}.title-box__filter.with-download .download-pdf img{margin-right:12px}.title-box__filter.with-download select{flex:0 0 50%;max-width:50%}.select-research{width:134px!important}}