@charset "UTF-8";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-family:Titillium Web,sans-serif;min-height:100vh;background-color:#01081d}body{font-family:Titillium Web,sans-serif}header{position:fixed;z-index:9;width:100%;background:linear-gradient(to bottom,#02040ae6,#02040a00);padding:1rem 20rem;color:#fff;transition:all ease .2s}@media (max-width: 780px){header{overflow:hidden}}header.scrolled{background-color:#02040a;backdrop-filter:blur(8px)}@media (max-width: 1700px){header{padding:1rem 15rem}}@media (max-width: 1536px){header{padding:1rem 10rem}}@media (max-width: 1030px){header{padding:1rem 3rem}}@media (max-width: 780px){header{padding:1.2rem 1.5rem 1rem}header.open{height:100vh;background-color:#02040a!important;z-index:99999}}header nav{display:flex;gap:1rem;align-items:center;justify-content:space-between}header nav .content-menu{display:flex;align-items:center}@media (max-width: 780px){header nav .content-menu{position:absolute;top:90px;flex-direction:column;align-items:flex-start}}header nav .content-menu ul.main-menu{display:flex}@media (max-width: 780px){header nav .content-menu ul.main-menu{flex-direction:column}}header nav .content-menu ul.main-menu li{padding:0 1.5rem;list-style:none}@media (max-width: 1030px){header nav .content-menu ul.main-menu li{padding:0 1rem}}@media (max-width: 780px){header nav .content-menu ul.main-menu li{padding:.6rem 0}}header nav .content-menu ul.main-menu li.active a{font-weight:700}header nav .content-menu ul.main-menu li a{color:#fff;text-decoration:none;letter-spacing:1px;font-size:14px;font-style:normal;font-weight:400;line-height:normal}header nav .content-menu ul.main-menu li a:hover{font-weight:700}@media (max-width: 780px){header nav .content-menu ul.main-menu li a{font-size:22px;line-height:30px}}header nav .content-menu ul.language-switcher{cursor:pointer;margin-top:8px;margin-left:1rem;list-style:none;position:relative;display:inline-block}@media (max-width: 780px){header nav .content-menu ul.language-switcher{margin-top:2rem;margin-left:0}}header nav .content-menu ul.language-switcher .language-arrow:before{content:"";display:inline-block;width:12px;height:14px;background-image:url(/img/icons/arrow-down.svg);background-size:contain;background-repeat:no-repeat;background-position:center;margin-left:5px}@media (max-width: 780px){header nav .content-menu ul.language-switcher .language-arrow:before{transform:rotate(90deg)}}header nav .content-menu ul.language-switcher .dropdown{display:none;position:absolute;top:100%;left:0;list-style:none;left:-.5rem;background-color:#02040a;padding:0 .5rem .5rem}@media (max-width: 780px){header nav .content-menu ul.language-switcher .dropdown{display:block}}header nav .content-menu ul.language-switcher:hover .dropdown{display:block}header nav .content-menu ul.language-switcher a{text-decoration:none;color:inherit;margin-top:7px;display:block}header nav .btn-menu-mobile{width:30px;height:24px;position:relative;display:flex;flex-direction:column;justify-content:space-between;border:none;background:none;cursor:pointer;padding:0;z-index:1000;border-radius:0}@media (max-width: 780px){header nav .btn-menu-mobile{display:block!important}}header nav .btn-menu-mobile span{display:block;height:2px;margin-bottom:5px;width:30px;background:#fff;border-radius:3px;transition:all .3s ease;transform-origin:center}header nav .btn-menu-mobile.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}header nav .btn-menu-mobile.open span:nth-child(2){opacity:0}header nav .btn-menu-mobile.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.show-mobile{display:none}@media (max-width: 780px){.show-mobile{display:inline-block}}.hide-mobile{display:inline-block}@media (max-width: 780px){.hide-mobile{display:none}}main{overflow:hidden;padding:0 20rem 1rem;color:#fff;min-height:100vh}@media (max-width: 1700px){main{padding:0 15rem 1rem}}@media (max-width: 1536px){main{padding:0 10rem 1rem}}@media (max-width: 1030px){main{padding:0 3rem 1rem}}@media (max-width: 780px){main{padding:0 1.5rem 1rem}}main h1{font-size:64px;line-height:76px;font-weight:700;margin-bottom:1rem}@media (max-width: 1030px){main h1{font-size:50px;line-height:66px}}@media (max-width: 640px){main h1{font-size:40px;line-height:44px}}main h2{font-size:40px;line-height:62px;font-weight:700;margin-bottom:1rem}@media (max-width: 1030px){main h2{font-size:34px;line-height:48px}}@media (max-width: 780px){main h2{font-size:30px;line-height:42px}}@media (max-width: 640px){main h2{font-size:24px;line-height:34px}}main p{font-size:20px;line-height:30px;font-weight:400}main p strong{font-weight:700}@media (max-width: 1030px){main p{font-size:18px;line-height:28px}}@media (max-width: 640px){main p{font-size:18px;line-height:28px}}main .btn_orange{display:inline-block;margin-top:1.5rem;padding:.7rem 1.5rem;background-color:#f60;color:#fff;text-decoration:none;font-size:24px;font-weight:600}@media (max-width: 1030px){main .btn_orange{font-size:20px;line-height:24px}}main .btn_orange:hover{filter:brightness(1.2);box-shadow:0 0 20px #007bffcc}main a{color:#fff}main .banner_main{position:relative;width:100vw;margin:0;padding:0;left:50%;right:50%;transform:translate(-50%);height:80vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:flex-start;text-align:left;color:#fff}@media (max-width: 1536px){main .banner_main{height:100vh}}main .banner_main .banner__content{margin-left:20rem}@media (max-width: 1536px){main .banner_main .banner__content{margin-left:10rem}}@media (max-width: 1030px){main .banner_main .banner__content{margin-left:4rem}}@media (max-width: 780px){main .banner_main .banner__content{width:100%;margin-left:1.5rem;padding:1.5rem 1rem 0 0}}@media (max-width: 640px){main .banner_main .banner__content br{display:none}}section{margin:7rem 0}@media (max-width: 1030px){section{margin:5rem 0}}@media (max-width: 780px){section{margin:3rem 0}}.gradient-text{background:linear-gradient(to right,#4862ff,#eb5c21);-webkit-background-clip:text;-webkit-text-fill-color:transparent}footer{background-color:#000;padding:6rem 20rem 2rem;color:#fff;font-family:Titillium Web,sans-serif;font-weight:400}@media (max-width: 1536px){footer{padding:6rem 10rem 2rem}}@media (max-width: 1030px){footer{padding:6rem 3rem 2rem}}@media (max-width: 780px){footer{padding:4rem 2rem 2rem}}footer .footer-container{display:flex;justify-content:space-between;align-content:flex-end}@media (max-width: 780px){footer .footer-container{flex-direction:column;align-items:center}}@media (max-width: 1030px){footer .footer-container .footer-logo img{margin-right:2rem;width:200px}}@media (max-width: 780px){footer .footer-container .footer-partners{margin:1rem 0 0rem}}footer .footer-container .footer-partners h3{font-size:16px;font-weight:400;margin-bottom:2rem}@media (max-width: 1030px){footer .footer-container .footer-partners h3{margin-bottom:1rem}}@media (max-width: 780px){footer .footer-container .footer-partners h3{text-align:center}}footer .footer-container .footer-partners ul{display:flex;list-style:none}@media (max-width: 780px){footer .footer-container .footer-partners ul{display:grid;grid-template-columns:1fr 1fr;justify-items:center;gap:1rem}}footer .footer-container .footer-partners ul li{padding-right:1rem;padding-left:1rem}@media (max-width: 1030px){footer .footer-container .footer-partners ul li{padding-right:1.3rem}}@media (max-width: 780px){footer .footer-container .footer-partners ul li{padding-right:0}}footer .footer-container .footer-info{margin-top:1.5rem}@media (max-width: 780px){footer .footer-container .footer-info{margin-top:1rem}}footer .footer-container .footer-info p{font-size:16px;line-height:30px;color:#fff;margin-bottom:10px}footer .footer-container .footer-info a{cursor:pointer;text-decoration:none;color:#fff}footer .footer-bottom{text-align:center;margin-top:4rem}@media (max-width: 780px){footer .footer-bottom{margin-top:2rem}}footer .footer-bottom p{font-size:16px;line-height:30px;color:#fff;margin-bottom:10px}footer .footer-bottom a{cursor:pointer;text-decoration:none;color:#fff}footer .footer-bottom a.decoration{text-decoration:underline}#aihub-chat .Chat_container__x4T-U{border:2px solid #005BBF;background-color:#005bbf;border-radius:0!important}#aihub-chat .Body_scroll__NDD8U,#aihub-chat .Body_chatBody__UPff6,#aihub-chat .MessageBox_messageUser__Mhk7s:after,#aihub-chat .Body_imessage__pSr2y div:after,#aihub-chat .Body_imessage__pSr2y div:before{background-color:#061e46!important}#aihub-chat .ConversationStarters_initialMessageContainer__Ou--S{background-color:#123c81!important}#aihub-chat .ConversationStarters_initialMessageContainer__Ou--S p{color:#fff}#aihub-chat .Footer_container__R7sXj{background-color:#061e46!important;border-top:2px solid #005BBF!important}#aihub-chat .Footer_poweredByContainer__2wZt2 a{color:#fff}#aihub-chat .FabButton_container__kEpYH{background-image:url(/img/smartbot/icon-chatbot.svg);background-repeat:no-repeat;background-position:center}#aihub-chat .FabButton_container__kEpYH svg{display:none}#aihub-chat .Footer_inputWrapper__PbqdQ textarea{font-family:Titillium Web,sans-serif;font-weight:400;background-color:#123c81!important;border:1px solid #005BBF!important;border-radius:0!important;color:#fff!important}#aihub-chat .Footer_inputWrapper__PbqdQ textarea::placeholder{font-family:Titillium Web,sans-serif;font-weight:400;color:#e4e2e2!important;opacity:1}#aihub-chat .Header_headerOpened__IV0A2 img{display:none}#aihub-chat #Header_resetChatBtn__7ukQR{background-color:#f60!important;color:#fff!important;font-weight:700;border-radius:0!important}#aihub-chat .Footer_primaryButton__HDarq{background-image:url(/img/smartbot/btn-send.svg);background-repeat:no-repeat;background-position:center;width:38px;height:38px;background-color:transparent!important;border-radius:0;border:1px solid #005BBF!important}#aihub-chat .Footer_primaryButton__HDarq svg{display:none}button{padding:.5rem 1rem;font-family:Titillium Web,sans-serif;background-color:#eb5c21;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .3s}button:hover{background-color:#02040a}.section_home_01 .content-text{width:38%;padding:2rem;border-radius:8px}@media (max-width: 1536px){.section_home_01 .content-text{width:50%}}@media (max-width: 640px){.section_home_01 .content-text h1{margin-bottom:.6rem}}.section_home_01 .content-text h2{font-size:32px;line-height:48px;font-weight:400}@media (max-width: 1030px){.section_home_01 .content-text h2{font-size:28px;line-height:42px}}@media (max-width: 640px){.section_home_01 .content-text h2{font-size:24px;line-height:32px;margin-bottom:.6rem}}.section_home_01 .content-text p{padding-right:19%;font-size:20px;margin-bottom:1rem}@media (max-width: 640px){.section_home_01 .content-text p{padding-right:0;font-size:18px;margin-bottom:.6rem}}@media (max-width: 780px){.section_home_01.banner_main{background-image:url(/img/home/img-01-mobile.jpg)!important;background-position:center bottom}}.section_home_02{display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media (max-width: 780px){.section_home_02{flex-direction:column;align-items:flex-start}}.section_home_02 .content-text{width:50%;max-width:50%}@media (max-width: 780px){.section_home_02 .content-text{width:100%;max-width:100%;margin-bottom:1.5rem}}.section_home_02 .content-text p{margin:1.5rem 0}@media (max-width: 780px){.section_home_02 .content-text p{margin:1rem 0}}.section_home_02 #home__carousel{width:45%}@media (max-width: 780px){.section_home_02 #home__carousel{width:100%;margin-bottom:3rem}}@media (min-width: 780px){.section_home_02 #home__carousel .splide__slide{margin:0 1.5rem}}.section_home_02 #home__carousel .splide__slide .box-carousel{width:300px;height:100%;border:2px solid #005BBF;background-color:#061e46;padding:1.5rem 1.8rem;border-radius:23px}@media (max-width: 780px){.section_home_02 #home__carousel .splide__slide .box-carousel{margin:0 auto}}.section_home_02 #home__carousel .splide__slide .box-carousel .carousel-img{margin-bottom:1rem}.section_home_02 #home__carousel .splide__slide .box-carousel h3{font-size:18px;line-height:25px;margin-bottom:.6rem}.section_home_02 #home__carousel .splide__slide .box-carousel p{font-size:18px;line-height:28px}.section_home_02 #home__carousel .splide__track{padding-bottom:2.5rem}.section_home_02 #home__carousel .splide__arrows{position:absolute;bottom:-40px;left:50%;transform:translateY(-50%)}@media (max-width: 1030px){.section_home_02 #home__carousel .splide__arrows{bottom:-5px;left:33%}}@media (max-width: 780px){.section_home_02 #home__carousel .splide__arrows{left:39%;transform:translate(-50%)}}.section_home_02 #home__carousel .splide__arrows .splide__arrow--prev{right:1rem;left:0}.section_home_02 #home__carousel .splide__arrows .splide__arrow--next{left:2.5rem;right:0}.section_home_02 #home__carousel span.box-degrade{width:30%;height:100%;position:absolute;z-index:4}.section_home_02 #home__carousel span.box-degrade.right{right:0;background:linear-gradient(to right,transparent,#01081D)}.section_home_02 #home__carousel span.box-degrade.left{left:0;background:linear-gradient(to left,transparent,#01081D)}@media (max-width: 1030px){.section_home_02 #home__carousel span.box-degrade{display:none}}.section_home_02 #home__carousel .splide{width:100%;max-width:900px;margin:auto}@media (min-width: 780px){.section_home_02 #home__carousel .splide__slide{transform:translateY(40px);opacity:.6;transition:transform .3s ease,opacity .3s ease}.section_home_02 #home__carousel .splide__slide.is-active{transform:translateY(0);opacity:1;z-index:2}}.section_home_02 #home__carousel .splide__arrow{background:none;border:none;width:40px;height:40px;background-repeat:no-repeat;background-position:center;background-size:32px}.section_home_02 #home__carousel .splide__arrow svg{display:none}.section_home_02 #home__carousel .splide__arrow--prev{background-image:url(/img/home/carousel/arrow-prev.svg)}.section_home_02 #home__carousel .splide__arrow--next{background-image:url(/img/home/carousel/arrow-next.svg)}.section_home_03{background-repeat:no-repeat;background-position:right;display:flex}@media (max-width: 780px){.section_home_03{background:none!important}}.section_home_03 .content-text{width:60%}@media (max-width: 1030px){.section_home_03 .content-text{width:65%}}@media (max-width: 780px){.section_home_03 .content-text{width:100%}}.section_home_03 .content-text p{font-size:18px;margin:1rem 0}.serenity-partner-block{display:flex;justify-content:center;align-items:center}.how-we-do-flex{display:flex;gap:2rem}@media (max-width: 768px){.how-we-do-flex{flex-direction:column;align-items:center}.serenity-partner-block{margin-top:1.5rem}}.serenity-logo{max-width:100%;height:auto;display:block}@media (max-width: 768px){.serenity-logo{width:110vw;max-width:600px}}.section_home_04{text-align:center}.section_home_04 .content-items{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem 1rem;margin:4rem 0}@media (max-width: 1030px){.section_home_04 .content-items{margin:3rem 0}}@media (max-width: 780px){.section_home_04 .content-items{grid-template-columns:repeat(3,1fr);margin:2rem 0;gap:1rem 1rem}}@media (max-width: 640px){.section_home_04 .content-items{grid-template-columns:repeat(2,1fr)}}.section_home_04 .content-items .item{display:flex;flex-direction:column;align-items:center;align-content:center;text-decoration:none}.section_home_04 .content-items .item .box-img{border:2px solid #123C81;padding:.8rem 1rem;margin-bottom:1rem}@media (max-width: 780px){.section_home_04 .content-items .item .box-img{margin-bottom:.6rem}}.section_home_04 .content-items .item span{font-size:20px;font-weight:400}@media (max-width: 780px){.section_home_04 .content-items .item span{font-size:18px}}.section_home_04 .content-items .item:hover .box-img{border:2px solid #ff6600}.section_home_04 .content-items .item:hover span{font-weight:600}.section_home_05{text-align:center}.section_home_05 h2{margin-bottom:2rem}@media (max-width: 780px){.section_home_05 h2 br{display:none}}.section_home_05 .content-items{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem 4rem}@media (max-width: 780px){.section_home_05 .content-items{gap:1.5rem 1.5rem}}.section_home_05 .content-items img{flex:0 0 calc(16.6666666667% - 1rem);max-width:150px;height:auto}@media (max-width: 1030px){.section_home_05 .content-items img{max-width:120px}}@media (max-width: 780px){.section_home_05 .content-items img{max-width:130px}}.section_home_06{height:60vh}.section_home_06 .headline .title{font-size:96px;height:96px;font-weight:700}@media (max-width: 640px){.section_home_06 .headline .title{font-size:55px;height:55px}}.section_home_06 .word-carousel{height:86px;overflow:hidden;position:relative;display:inline-block}@media (max-width: 640px){.section_home_06 .word-carousel{height:55px}}.section_home_06 .words{display:flex;flex-direction:column;animation:vertical-loop 6s ease-in-out infinite}.section_home_06 .words span{font-size:96px;font-weight:700;height:96px;line-height:96px;text-align:left}@media (max-width: 640px){.section_home_06 .words span{font-size:55px;line-height:68px;height:55px}}@keyframes vertical-loop{0%,10%{transform:translateY(0)}30%,40%{transform:translateY(-96px)}60%,70%{transform:translateY(-192px)}90%,to{transform:translateY(-288px)}}@media (max-width: 640px){@keyframes vertical-loop{0%,10%{transform:translateY(0)}30%,40%{transform:translateY(-55px)}60%,70%{transform:translateY(-110px)}90%,to{transform:translateY(-165px)}}}.section_home_06 p{width:60%;font-size:20px;line-height:30px;font-weight:400}@media (max-width: 780px){.section_home_06 p{margin-top:1rem;width:99%}}.section_home_07{text-align:center}.section_home_07 img{width:100%;margin:0 auto}@media (max-width: 1030px){.section_home_07 img{width:90%}}@media (max-width: 780px){.section_home_07 img{width:100%}}.section_binit_01 .content-text{width:48%;border-radius:8px}@media (max-width: 1536px){.section_binit_01 .content-text{width:70%}}.section_binit_01 .content-text h2{font-size:32px;line-height:48px;font-weight:400}@media (max-width: 1030px){.section_binit_01 .content-text h2{font-size:28px;line-height:42px}}.section_binit_01 .content-text p{padding-right:19%;font-size:20px;margin-bottom:1rem}@media (max-width: 780px){.section_binit_01.banner_main{background-image:url(/img/binit-strategy/img-01-mobile.jpg)!important;background-position:center bottom}}.section_binit_02{text-align:center;margin-top:2rem}.section_binit_02 h2{display:inline-block;font-size:96px;line-height:124px;font-weight:700;margin-bottom:4rem}@media (max-width: 1030px){.section_binit_02 h2{font-size:85px;line-height:100px;margin-bottom:3rem}}@media (max-width: 640px){.section_binit_02 h2{font-size:75px;line-height:90px;margin-bottom:2rem}}@media (max-width: 1030px){.section_binit_02 .binit_gift{width:45%}}@media (max-width: 780px){.section_binit_02 .binit_gift{display:none}}.section_binit_02 #binit_gift_02{transform:rotate(180deg)}.section_binit_02 .content-strategy{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;margin-bottom:7rem}@media (max-width: 780px){.section_binit_02 .content-strategy{margin-bottom:4rem}}.section_binit_02 .content-strategy .content-text{display:flex;flex-direction:column;text-align:left;padding:0 5rem}@media (max-width: 1030px){.section_binit_02 .content-strategy .content-text{padding:0 2rem}}@media (max-width: 640px){.section_binit_02 .content-strategy .content-text{padding:0}}.section_binit_02 .content-strategy .content-text p{font-size:20px;line-height:32px;margin:.6rem 0}@media (max-width: 1030px){.section_binit_02 .content-strategy .content-text p{font-size:18px;line-height:30px;margin:.4rem 0}}.section_binit_02 .content-item{display:flex;flex-wrap:nowrap}@media (max-width: 780px){.section_binit_02 .content-item{flex-direction:column}}.section_binit_02 .content-item .item{text-align:left}.section_binit_02 .content-item .item h3{margin-bottom:1rem}.section_binit_02 .content-item .line{width:6px;background:#005bbf;margin:0 2rem}@media (max-width: 780px){.section_binit_02 .content-item .line{width:100%;height:2px;margin:1.5rem 0}}.section_binit_03{text-align:center}.section_binit_03 p.subtitle{width:60%;margin:0 auto;margin-top:2rem}@media (max-width: 780px){.section_binit_03 p.subtitle{margin-top:1.5rem;width:100%}}.section_binit_03 .content-item{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1rem;margin-top:4rem}@media (max-width: 780px){.section_binit_03 .content-item{margin-top:2.5rem;gap:1.5rem 1rem}}.section_binit_03 .content-item .item{width:410px;border:2px solid #005BBF}.section_binit_03 .content-item .item h3{display:flex;justify-content:space-around;align-items:center;background-color:#061e46;font-size:20px;font-weight:600;padding:.6rem .3rem;border-bottom:2px solid #005BBF}@media (max-width: 780px){.section_binit_03 .content-item .item h3{padding:.6rem}}@media (max-width: 640px){.section_binit_03 .content-item .item h3 img{height:30px;width:auto}}.section_binit_03 .content-item .item p{font-size:20px;line-height:32px;padding:1.5rem 1.8rem;text-align:left}@media (max-width: 1030px){.section_binit_03 .content-item .item p{font-size:18px;line-height:28px}}@media (max-width: 780px){.section_binit_03 .content-item .item p{padding:1.5rem 1rem}}.section_binit_04{text-align:center}@media (max-width: 780px){.section_binit_04 h2 br{display:none}}.section_binit_04 p.subtitle{width:66%;margin:0 auto;margin-top:2rem}@media (max-width: 780px){.section_binit_04 p.subtitle{width:100%;margin-top:1.2rem}}.section_binit_04 .carousel-img{margin:5rem 0 3rem}@media (max-width: 780px){.section_binit_04 .carousel-img{margin:3rem 0 0}}.section_binit_05{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}@media (max-width: 780px){.section_binit_05{flex-direction:column-reverse}}.section_binit_05 .content{flex:1 1 50%;max-width:50%}@media (max-width: 1030px){.section_binit_05 .content{flex:1 1 60%;max-width:60%}}@media (max-width: 780px){.section_binit_05 .content{flex:1 1 100%;max-width:100%;text-align:center}}.section_binit_05 .content h2 span{color:#4862ff}.section_binit_05 .content p{margin:1.8rem 0 1.5rem}@media (max-width: 780px){.section_binit_05 .content p{margin:1.5rem 0}}.section_binit_05 .content-image{flex:1 1 50%;max-width:50%;text-align:center}@media (max-width: 1030px){.section_binit_05 .content-image{flex:1 1 40%;max-width:40%}}@media (max-width: 780px){.section_binit_05 .content-image{flex:1 1 100%;max-width:100%}}.section_binit_05 .content-image img.serenity-img{max-width:100%;height:auto}@media (max-width: 780px){.section_binit_05 .content-image img.serenity-img{width:100vw;max-width:350px;height:auto;display:block;margin:0 auto}}@media (max-width: 1536px){.page-case_studies main{padding:0 6rem 1rem}}@media (max-width: 1030px){.page-case_studies main{padding:0 3rem 1rem}}@media (max-width: 780px){.page-case_studies main{padding:0 1.5rem 1rem}}.section_case_01 .content-text{width:48%;border-radius:8px}@media (max-width: 1536px){.section_case_01 .content-text{width:70%}}.section_case_01 .content-text h2{font-size:32px;line-height:48px;font-weight:400}.section_case_01 .content-text p{padding-right:19%;font-size:20px;margin-bottom:1rem}@media (max-width: 780px){.section_case_01.banner_main{background-image:url(/img/case-studies/img-01-mobile.jpg)!important;background-position:center bottom}}.section_case_02 .tabs{list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin:0 5rem 5rem}@media (max-width: 1030px){.section_case_02 .tabs{margin:0 0rem 3rem}}@media (max-width: 780px){.section_case_02 .tabs{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.section_case_02 .tabs{margin:0 0rem 2rem}}.section_case_02 .tabs li{text-align:center}.section_case_02 .tabs li a{display:block;font-size:20px;padding:.5rem;border:2px solid #123C81;text-decoration:none;color:#fff;transition:all .2s ease}@media (max-width: 1030px){.section_case_02 .tabs li a{font-size:18px}}.section_case_02 .tabs li a.active{background-color:#123c81;border-color:#123c81}.section_case_02 .tabs li a:hover{border-color:#f60}.section_case_02 .tab-content .items{display:grid;gap:1rem}.section_case_02 .tab-content .items.grid-items-1{grid-template-columns:repeat(1,1fr);margin:0 12rem}.section_case_02 .tab-content .items.grid-items-1 .item{padding:3rem}@media (max-width: 1030px){.section_case_02 .tab-content .items.grid-items-1 .item{padding:2rem 1.5rem}}.section_case_02 .tab-content .items.grid-items-2{grid-template-columns:repeat(2,1fr)}.section_case_02 .tab-content .items.grid-items-2 .item{padding:3rem}@media (max-width: 1030px){.section_case_02 .tab-content .items.grid-items-2 .item{padding:2rem 1.5rem}}.section_case_02 .tab-content .items.grid-items-3{grid-template-columns:repeat(3,1fr)}.section_case_02 .tab-content .items.grid-items-3 .item{padding:3rem 2rem}@media (max-width: 1030px){.section_case_02 .tab-content .items.grid-items-3 .item{padding:2rem 1rem 4rem}}@media (max-width: 780px){.section_case_02 .tab-content .items.grid-items-1,.section_case_02 .tab-content .items.grid-items-2,.section_case_02 .tab-content .items.grid-items-3{grid-template-columns:1fr;margin:0}}.section_case_02 .tab-content .items .item{background-color:#061e46;text-align:center;position:relative}.section_case_02 .tab-content .items .item img.logo{margin-bottom:2rem}@media (max-width: 780px){.section_case_02 .tab-content .items .item img.logo{max-width:100%;height:auto}}.section_case_02 .tab-content .items .item h3{text-align:left;font-size:20px;line-height:30px;font-weight:600;border-bottom:1px solid #ff6600;padding-bottom:1rem}.section_case_02 .tab-content .items .item p{text-align:left;font-size:20px;line-height:40px;margin:1rem 0}@media (max-width: 1030px){.section_case_02 .tab-content .items .item p{font-size:18px;line-height:30px}}.section_case_02 .tab-content .items .item .flags{text-align:right;position:absolute;right:12px;bottom:6px}.section_case_02 .tab-content .items .item .flags img{margin-left:8px}@media (max-width: 1030px){.section_case_02 #healthcare .grid-items-3 .item img{max-width:250px;height:auto}}.box_case_03{text-align:center;margin-top:3rem}.section_career_01 .content-text{width:48%;border-radius:8px}@media (max-width: 1536px){.section_career_01 .content-text{width:70%}}.section_career_01 .content-text h1 span{color:#eb5c21}.section_career_01 .content-text h2{font-size:32px;line-height:48px;font-weight:400}.section_career_01 .content-text p{padding-right:19%;font-size:20px;margin-bottom:1rem}@media (max-width: 780px){.section_career_01.banner_main{background-image:url(/img/career/img-01-mobile.jpg)!important;background-position:center bottom}}.section_career_02{text-align:center}.section_career_02 p.subtitle{width:60%;margin:0 auto;margin-top:2rem}@media (max-width: 780px){.section_career_02 p.subtitle{margin-top:1rem;width:100%}}.section_career_02 .content-item{display:flex;gap:1rem;margin-top:5rem}@media (max-width: 780px){.section_career_02 .content-item{margin-top:2rem;flex-direction:column}}.section_career_02 .content-item .item{background-color:#061e46;padding:1.8rem 1.5rem}.section_career_02 .content-item .item img{margin-bottom:1rem}.section_career_02 .content-item .item img.icon-img-01,.section_career_02 .content-item .item img.icon-img-02{padding-top:22px}.section_career_02 .content-item .item h3{font-size:20px;font-weight:600;margin-bottom:.5rem}@media (min-width: 780px){.section_career_02 .content-item .item h3{text-align:left}}@media (min-width: 780px){.section_career_02 .content-item .item p{text-align:left}}.section_career_02 .content-join-us{margin-top:7rem;width:52%;display:flex;align-items:center;justify-content:flex-start}@media (max-width: 1536px){.section_career_02 .content-join-us{width:70%}}@media (min-width: 780px){.section_career_02 .content-join-us{text-align:left}}@media (max-width: 780px){.section_career_02 .content-join-us{margin-top:3rem;width:100%;flex-direction:column}.section_career_02 .content-join-us img{margin-bottom:2rem}}@media (min-width: 780px){.section_career_02 .content-join-us p{margin-left:3rem}}.section_career_02 .content-join-us p a{font-weight:600}.section_contact_01{margin:7rem 12rem}.section_contact_01 h1{display:none}@media (max-width: 1030px){.section_contact_01{margin:7rem 8rem}}@media (max-width: 1030px){.section_contact_01{margin:6rem 0}}.section_contact_01 .chat-container{display:flex;flex-direction:column;height:80vh;max-height:80vh;width:100%}.section_contact_01 .chat-container .chat-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding:1rem 1rem 3rem}.section_contact_01 .chat-container .chat-body .message{margin:.5rem 0;max-width:90%}.section_contact_01 .chat-container .chat-body .message p{font-size:16px;line-height:24px}.section_contact_01 .chat-container .chat-body .message.bot{display:flex;align-self:flex-start;align-items:flex-start}.section_contact_01 .chat-container .chat-body .message.bot img{margin-right:25px}.section_contact_01 .chat-container .chat-body .message.user{align-self:flex-end}.section_contact_01 .chat-container .chat-body .message.typing{display:flex;align-items:center}.section_contact_01 .chat-container .chat-body .message.typing p{font-size:30px;margin:0;position:relative}.section_contact_01 .chat-container .chat-body .message.typing .dots:after{content:"";display:inline-block;animation:dots 1s steps(3,end) infinite;overflow:hidden;vertical-align:bottom;width:.8em}@keyframes dots{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}.section_contact_01 .chat-container .chat-input{display:flex;gap:.5rem;border:2px solid #123C81;border-radius:5px;margin-top:2rem}.section_contact_01 .chat-container .chat-input textarea{font-family:Titillium Web,sans-serif;font-size:16px;line-height:24px;color:#fff;flex:1;resize:none;padding:.75rem;border:none;background:none;overflow-y:auto}.section_contact_01 .chat-container .chat-input textarea:focus-visible{outline:none}.section_contact_01 .chat-container .chat-input button{display:flex;align-items:center;background:none;padding:0;margin:.5rem}.section_contact_01 .chat-container .chat-input button:disabled{cursor:not-allowed}
