@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:wght@400&display=swap);body,body[data-theme=light]{--background:#fff;--main-color:$colorPrimary}body[data-theme=dark]{--background:$colorPrimary;--main-color:#fff}*{-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#fff;color:#17181f;font-family:Inter,sans-serif;height:auto;overflow:auto;position:relative}h1{font-size:36px}h2{font-size:32px}h3{font-size:28px}h4{font-size:24px}h5{font-size:20px}h6,p{font-size:16px}p{line-height:1.5}p.small{font-size:12px}a{color:inherit;text-decoration:none}.container{margin:0 auto;max-width:1400px}.f-w-100{font-weight:100}.f-w-200{font-weight:200}.f-w-300{font-weight:300}.f-w-400{font-weight:400}.f-w-500{font-weight:500}.f-w-600{font-weight:600}.f-w-700{font-weight:700}.f-w-800{font-weight:800}.f-w-900{font-weight:900}.font-montserrat{font-family:Montserrat,sans-serif}.pad-20{padding:20px}.cover-img{background:url(/static/media/default.b195c75a71255cb263f2.png) no-repeat 50%;background-position:50%;background-repeat:no-repeat;background-size:cover}.b-r-5{border-radius:5px}.b-r-8{border-radius:8px}.b-r-10{border-radius:10px}.b-r-20{border-radius:20px}.b-r-100{border-radius:100%}.b{-webkit-border:1px solid;-moz-border:1px solid;-ms-border:1px solid;-o-border:1px solid;border:1px solid}.flex{display:flex}.width-auto{width:auto}.height-auto{height:auto}.dis-b{display:block}.center-center{align-items:center;justify-content:center}.center-left{align-items:center;justify-content:left}.top-left{align-items:flex-start;justify-content:flex-start}.center-right{align-items:center;justify-content:right}.bottom-left{align-items:flex-end;justify-content:flex-start}.bottom-right{align-items:flex-end;justify-content:flex-end}.bottom-center{align-items:flex-end;justify-content:center}.flex-1{flex:1 1}.col-1-5{width:20%}.col-1-4{width:25%}.col-3-10{width:30%}.col-1-3{width:33.33%}.col-2-5{width:40%}.col-1-2{width:50%}.col-3-5{width:60%}.col-2-3{width:66.66%}.col-7-10{width:70%}.col-3-4{width:75%}.col-4-5{width:80%}.col-1-1{width:100%}.pos-rel{position:relative}.of-hid{overflow:hidden}.of-vis{overflow:visible}.t-t-u{text-transform:uppercase}.t-a-c{text-align:center}.t-a-r{text-align:right}.t-a-l{text-align:left}.hover-text-underline:hover,.t-d-ul{text-decoration:underline}.l-h-1{line-height:1}.l-h-1-2{line-height:1.2}.l-h-1-5{line-height:1.5}.l-h-2{line-height:2}.cursor-pointer{cursor:pointer}.color-white{color:#fff}.color-primary{color:#3d3368}.color-secondary{color:#5dc6b3}.color-light{color:#4b5362}.mar-0-a{margin:0 auto}.mar-l-a{margin-left:auto}.mar-10-0{margin:10px 0}.mar-20-0{margin:20px 0}.transition{transition:all .2s}.hover-color-secondary:hover{color:#5dc6b3}.hover-color-primary:hover{color:#3d3368}.hover-color-white:hover{color:#fff}.bg-color-primary{background-color:#3d3368}.bg-color-secondary{background-color:#5dc6b3}.bg-color-faded{background-color:#fafafb}.font-size-14{font-size:14px}.font-size-12{font-size:12px}.color-faded{color:#8f8f8f}button,input,select,textarea{-webkit-appearance:none;-o-appearance:none;appearance:none;border:none;outline:none;resize:none}button::-moz-focus-inner,input::-moz-focus-inner,select::-moz-focus-inner,textarea::-moz-focus-inner{outline:none!important}select:-moz-focusring{color:#0000;text-shadow:0 0 0 #fff}textarea{-webkit-rtl-ordering:logical;-moz-rtl-ordering:logical;-o-rtl-ordering:logical;-ms-rtl-ordering:logical;-rtl-ordering:logical;-webkit-user-select:text;-o-user-select:text;user-select:text}textarea::-ms-expand{display:none}::-webkit-input-placeholder{color:#8f8f8f}::-moz-placeholder{color:#8f8f8f}::-o-placeholder{color:#8f8f8f}:-ms-input-placeholder{color:#8f8f8f}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#444!important;-webkit-box-shadow:inset 0 0 0 100px #fff!important}input,select,textarea{background-color:#0000;border:1px solid #f0f0f0;border-radius:4px;color:#373737;display:block;font-family:Inter,sans-serif;font-size:14px;font-weight:300;height:44px;line-height:44px;overflow:hidden;padding:0 16px;transition:all .2s;width:100%}input:focus,select:focus,textarea:focus{border-color:#5dc6b3}.cursor-not-allowed{cursor:not-allowed}select{background:#f3f4f6 url(/static/media/select.bf3b692645c9050c4ed6.svg) 100% no-repeat;cursor:pointer}input[type=checkbox],input[type=radio]{cursor:pointer;height:24px;padding:0;position:relative;transition:none;width:24px}input[type=checkbox]{border-radius:4px}input[type=checkbox],input[type=checkbox]:focus,input[type=radio],input[type=radio]:focus{border-color:#3d3368}input[type=checkbox]:checked{background-color:#3d3368;border-color:#3d3368}input[type=checkbox]:checked:after,input[type=checkbox]:checked:before,input[type=radio]:checked:after,input[type=radio]:checked:before{content:"";position:absolute}input[type=checkbox]:checked:after,input[type=checkbox]:checked:before{transform:rotate(-45deg) translateY(13px) translateX(-6px);transform-origin:top left}input[type=checkbox]:checked:before{background:#fff;height:6px;left:0;top:-2px;width:12px}input[type=checkbox]:checked:after{background:#3d3368;height:6px;left:0;top:-4px;width:12px}input[type=radio],input[type=radio]:checked:after,input[type=radio]:checked:before{border-radius:100%}input[type=radio]:checked{border-color:#3d3368}input[type=radio]:checked:before{background:#5dc6b3;height:18px;left:2px;top:2px;width:18px}input[type=radio]:checked:after{background:#3d3368;height:14px;left:4px;top:4px;width:14px}textarea{height:192px;line-height:16px;overflow:scroll;padding:16px}input.error,select.error,textarea.error{border-color:red}p.error-messages{color:red}p.error-messages,p.success-messages{font-size:11px;line-height:1.2;padding:5px 0}p.success-messages{color:green}button{background-color:#3d3368;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:400;height:44px;line-height:44px;outline:none;padding:0 22px;transition:all .2s}button span{align-items:center;display:flex;gap:8px;justify-content:center}button span img{height:16px}button span svg{height:20px;width:auto}button span svg path{fill:#fff;transition:all .2s}button:hover{color:#5dc6b3}button:hover span svg path{fill:#5dc6b3}button:disabled{background-color:#aaa;color:#cfcfcf;cursor:not-allowed}button.light{background-color:#5dc6b3;color:#3d3368}button.light span svg path{fill:#3d3368}button.light:hover{color:#fff}button.light:hover svg path{fill:#fff}header{left:0;padding:40px 0 0;position:fixed;top:0;width:100%;z-index:99}header .row{align-items:center;justify-content:center;width:100%}header .row .menu-btn{cursor:pointer;display:none;height:22px;left:8px;position:absolute;top:18px;width:auto;z-index:999}header .row .menu-btn span{background-color:#4b5362;display:block;height:4px;transition:all .4s;width:28px}header .row .menu-btn span:nth-child(2),header .row .menu-btn span:nth-child(3){margin-top:5px}header .row .menu-btn-open span{background:#3d3368}header .row .menu-btn-open span:nth-child(2){filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-opacity:0;-moz-opacity:0;-khtml-opacity:0;opacity:0}header .row .menu-btn-open span:first-child{transform:rotate(45deg) translateY(7px) translateX(6px)}header .row .menu-btn-open span:nth-child(3){transform:rotate(-45deg) translateY(-7px) translateX(6px)}header .row .logo svg{display:block;height:52px;width:auto}header .row .logo svg path.text{fill:#fff}header .row .logo svg path.green{fill:#5dc6b3}header .row .logo svg path.lightblue{fill:#3b86b5}header .row .logo svg path.darkblue{fill:#1e4ccb}header .row nav{display:flex;margin-left:auto}header .row nav ul{align-items:center;display:flex;gap:40px;justify-content:center}header .row nav ul li{list-style:none}header .row nav ul li a{color:#fff;display:block;font-family:Montserrat,sans-serif;font-size:12px;font-weight:400;line-height:80px;padding:0 20px;text-transform:uppercase}header .row nav ul li a.active{color:#5dc6b3;font-weight:700;position:relative}header .row nav ul li a.active:after{background-color:#5dc6b3;bottom:0;content:"";display:none;height:4px;left:0;position:absolute;width:100%}header.fixed{animation:header-slide-from-top .4s;animation-delay:.4s;animation-fill-mode:both;background-color:#fff;-ms-box-shadow:0 0 4px #0000001f;-o-box-shadow:0 0 4px #0000001f;box-shadow:0 0 4px #0000001f;padding:0;transition-timing-function:ease-in}header.fixed .row .logo svg{height:40px}header.fixed .row .logo svg path.text{fill:#3d3368}header.fixed .row nav ul li a{color:#3d3368}header.fixed .row nav ul li a.active:after{display:block}footer{background-color:#3d3368;padding:80px 0 60px}footer ul.social{align-items:center;display:flex;gap:12px;justify-content:center}footer ul.social li{list-style:none}footer ul.social li svg{display:block;height:32px;width:auto}footer ul.social li svg path{fill:#fff;transition:all .2s}footer ul.social li:hover svg path{fill:#5dc6b3}footer ul.menu{align-items:center;display:flex;gap:32px;justify-content:center}footer ul.menu li{list-style:none;position:relative}footer ul.menu li:after{background-color:#ffffff1f;border-radius:100%;content:"";height:4px;position:absolute;right:-18px;top:50%;width:4px}footer ul.menu li:last-child:after{display:none}footer ul.menu li a{color:#fff;font-size:11px}footer ul.menu li a.active,footer ul.menu li a:hover{color:#5dc6b3}#auth-area{background-color:#fff;height:100vh;width:100vw}#auth-area .logo{height:auto;left:28px;position:absolute;top:28px;width:132px}#auth-area svg.bl,#auth-area svg.tr{display:block;filter:alpha(opacity=18);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=18)";height:224px;-webkit-opacity:.18;-moz-opacity:.18;-khtml-opacity:.18;opacity:.18;position:absolute;width:auto;z-index:2}#auth-area svg.tr{right:0;top:0}#auth-area svg.bl{bottom:0;left:0}#auth-area .row{height:100%}#auth-area .row-left{padding-right:120px}#auth-area .row-right{height:100vh}#auth-area .box{background-color:#fff;border:1px solid #e8e8e8;border-radius:16px;-ms-box-shadow:0 0 32px #0000001f;-o-box-shadow:0 0 32px #0000001f;box-shadow:0 0 32px #0000001f;height:auto;padding:48px 28px 28px;position:relative;width:386px;z-index:3}#auth-area .box hr{background-color:#f0f0f0;border:none;height:80px;margin:16px auto;outline:none;width:2px}#auth-area img.lady{bottom:0;display:block;height:90%;left:0;position:absolute;width:auto}@media only screen and (max-width:1440px){#auth-area svg.bl,#auth-area svg.tr{height:168px}#auth-area img.lady{height:80%}}@media only screen and (max-width:1180px){#auth-area .row-left{padding-right:0}#auth-area img.lady{height:60%;left:68px}}@media only screen and (max-width:890px){#auth-area{display:block;height:auto;padding:92px 0 0}#auth-area .logo{left:16px;top:16px;width:102px}#auth-area .row{display:block}#auth-area svg.bl,#auth-area svg.tr{height:68px}#auth-area .row-left,#auth-area .row-right{display:block;height:auto;width:100%}#auth-area .row-left{margin-bottom:48px}#auth-area .box{margin:0 auto}#auth-area img.lady{bottom:auto;display:block;height:auto;left:auto;margin:0 auto;position:relative;width:68%}}@media only screen and (max-width:564px){#auth-area{padding:92px 16px 0}#auth-area svg.bl,#auth-area svg.tr{height:52px}#auth-area .row-left{margin-bottom:32px}#auth-area .box{width:100%}#auth-area .box h5{font-size:16px;text-align:center}}hr.sep{background-color:#5dc6b3;border:none;height:4px;outline:none;width:32px}.hero{height:100vh}.hero:after{-webkit-background-image:linear-gradient(180deg,#3d3368,#0003);-moz-background-image:linear-gradient(180deg,#3d3368,#0003);-ms-background-image:linear-gradient(180deg,#3d3368,#0003);-o-background-image:linear-gradient(180deg,#3d3368,#0003);background-image:linear-gradient(180deg,#3d3368,#0003);content:"";inset:0;position:absolute}.hero .txt{max-width:532px;position:relative;z-index:3}.hero .txt .logo{display:block;height:auto;margin:0 auto;width:232px}.hero .txt .logo svg{display:block;height:auto;width:100%}.hero .txt .logo svg path.text{fill:#fff}.hero .txt .logo svg path.green{fill:#5dc6b3}.hero .txt .logo svg path.lightblue{fill:#3b86b5}.hero .txt .logo svg path.darkblue{fill:#1e4ccb}.hero .txt .title{align-items:baseline;gap:12px;justify-content:center;margin-top:16px}.hero .txt .description{margin:16px 0 32px}.hero .txt .btns{gap:12px}.hero .arr{animation:jump-infinite 2s infinite;bottom:60px;left:50%;margin-left:-14px;position:absolute;z-index:4}.hero .arr svg{display:block;height:auto;margin:0 auto;width:28px}.hero .arr svg path{fill:#fff}.welcome{background-color:#3d3368;-webkit-background-image:linear-gradient(90deg,#231d3d,#3d3368);-moz-background-image:linear-gradient(90deg,#231d3d,#3d3368);-ms-background-image:linear-gradient(90deg,#231d3d,#3d3368);-o-background-image:linear-gradient(90deg,#231d3d,#3d3368);background-image:linear-gradient(90deg,#231d3d,#3d3368)}.welcome .row{height:100vh;margin:0 auto;max-width:1280px;position:relative;z-index:3}.welcome .txt{max-width:532px}.welcome .txt .title{font-size:60px}.welcome .txt .title span{font-size:24px}.welcome .right img{max-width:532px}.welcome svg.svg-bottom,.welcome svg.svg-top{display:block;height:320px;position:absolute;width:auto;z-index:1}.marquee{overflow:hidden;padding:120px 0}.marquee ul{align-items:center;display:flex;gap:16px;justify-content:center}.marquee ul li{color:#3d3368;font-size:40px;font-weight:300;line-height:1.2;list-style:none;white-space:nowrap}.marquee ul li.rs{color:#5dc6b3}.marquee ul li.sp{position:relative}.marquee ul li.sp:after{background-color:#f0f0f0;border-radius:100%;content:"";height:8px;left:50%;margin-left:-4px;margin-top:0;position:absolute;top:50%;width:8px}.marquee ul:nth-child(2n){flex-direction:row-reverse}.marquee ul:nth-child(2n) li{color:#d8d8d8}.marquee ul:nth-child(2n) li.rs{color:#e3e3e3}.introduction{background-color:#f3f3fa;padding:120px 0}.introduction .row .left{padding-right:160px}.introduction .row .right .txt{max-width:532px}.introduction .row .right .txt .btn{margin-top:48px}.about-us{padding:120px 0}.about-us .row{position:relative;z-index:3}.about-us .row h1{text-wrap:balance;font-size:48px}.about-us .row .btn{margin-top:48px}.about-us svg.right{bottom:0;display:block;filter:alpha(opacity=12);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";height:50%;-webkit-opacity:.12;-moz-opacity:.12;-khtml-opacity:.12;opacity:.12;position:absolute;right:0;width:auto;z-index:-1}.the-people{background-color:#fafafd;padding:120px 0}.the-people .top{max-width:532px}.the-people .all{grid-column-gap:60px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(auto-fill,auto);margin-top:60px}.the-people .all .one .i{height:400px;width:100%}.the-people .all .one .i img{display:none;height:auto;width:100%}.biography{background-color:#ffffffdb;inset:0;overflow:hidden;position:fixed}.biography .txt{animation:bio-slide-from-right .4s;animation-fill-mode:both;background-color:#fff;-ms-box-shadow:0 0 40px #00000014;-o-box-shadow:0 0 40px #00000014;box-shadow:0 0 40px #00000014;height:100vh;overflow-y:scroll;padding:60px;position:fixed;right:0;top:0;transition-timing-function:ease-in;width:680px}.biography .txt .con{font-size:16px;line-height:1.5}.mission-vision{padding:120px 0}.mission-vision:after{background-color:#3d3368;content:"";filter:alpha(opacity=08);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=08)";height:100%;-webkit-opacity:.08;-moz-opacity:.08;-khtml-opacity:.08;opacity:.08;position:absolute;right:0;top:0;width:50%}.mission-vision .row{gap:240px;position:relative;z-index:3}.mission-vision .row .txt{max-width:532px}.mission-vision .row .txt .btn{margin-top:48px}.mission-vision svg.svg-bottom{bottom:0;display:block;filter:alpha(opacity=12);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";height:50%;left:0;-webkit-opacity:.12;-moz-opacity:.12;-khtml-opacity:.12;opacity:.12;position:absolute;width:auto;z-index:-1}.why-choose-us{background-color:#fafafd;padding:120px 0}.why-choose-us .row{gap:120px}.why-choose-us .all{grid-row-gap:20px;grid-column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto-fill,auto)}.why-choose-us .all .one{background-color:#fff;border-radius:10px;-ms-box-shadow:0 3px 6px rgba(0,0,0,.024);-o-box-shadow:0 3px 6px rgba(0,0,0,.024);box-shadow:0 3px 6px rgba(0,0,0,.024);display:flex;gap:12px;padding:20px}.why-choose-us .all .one .icon{width:40px}.why-choose-us .all .one .icon svg{display:block;height:auto;width:100%}.why-choose-us .all .one .icon svg path{color:#3d3368}.why-choose-us .all .one .t{flex:1 1}.why-choose-us .all .one .t p{color:#373737;font-size:14px;margin-top:5px}.convinced{padding:120px 0}.convinced .row{position:relative;z-index:3}.convinced .row .txt{max-width:680px}.convinced .row .txt .btn{margin-top:48px}.convinced svg.svg-bottom,.convinced svg.svg-top{display:block;filter:alpha(opacity=12);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";height:50%;-webkit-opacity:.12;-moz-opacity:.12;-khtml-opacity:.12;opacity:.12;position:absolute;width:auto;z-index:-1}.convinced svg.svg-top{right:0;top:0}.convinced svg.svg-bottom{bottom:0;left:0}.how-it-works{padding:120px 0}.how-it-works .row{position:relative;z-index:3}.how-it-works .top{max-width:532px}.how-it-works .all{display:flex;gap:40px;margin-bottom:80px;margin-top:60px;max-width:1080px}.how-it-works .all .one{background-color:#fff;border-radius:10px;-ms-box-shadow:0 0 20px #00000014;-o-box-shadow:0 0 20px #00000014;box-shadow:0 0 20px #00000014;padding:32px 20px 48px;width:100%}.how-it-works .all .one .icon{background-color:#3d3368;background-color:#fff;background-color:#f3f3fa;height:80px;margin-bottom:20px;padding:16px;width:80px}.how-it-works .all .one .icon svg{display:block;height:auto;width:100%}.how-it-works .all .one .icon svg path{fill:#3d3368}.how-it-works .all .one .t hr{margin:12px auto;width:16px}.how-it-works .all .one .t p{color:#666;font-size:14px}.how-it-works svg.svg-bottom,.how-it-works svg.svg-top{display:block;filter:alpha(opacity=12);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";height:50%;-webkit-opacity:.12;-moz-opacity:.12;-khtml-opacity:.12;opacity:.12;position:absolute;width:auto;z-index:-1}.how-it-works svg.svg-top{right:0;top:0}.how-it-works svg.svg-bottom{bottom:0;left:0}.video{-ms-box-shadow:inset 0 0 120px #00000021;-o-box-shadow:inset 0 0 120px #00000021;box-shadow:inset 0 0 120px #00000021;padding:120px 0}.video .row .left .txt{max-width:480px}.video .row .left .txt .btn{margin-top:48px}.video .row .right .box{background-color:#5dc6b3;border-radius:8px;cursor:pointer;height:480px;margin:0 auto;overflow:hidden;position:relative}.video .row .right .box:after{background-color:#5dc6b3;content:"";filter:alpha(opacity=80);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";inset:0;-webkit-opacity:.8;-moz-opacity:.8;-khtml-opacity:.8;opacity:.8;position:absolute;z-index:2}.video .row .right .box svg.play{cursor:pointer;height:80px;left:50%;margin-left:-40px;margin-top:-40px;position:absolute;top:50%;width:80px;z-index:3}.video .row .right .box:hover svg.play{transform:scale(1.24)}.faqs{-ms-box-shadow:inset 0 0 120px #00000021;-o-box-shadow:inset 0 0 120px #00000021;box-shadow:inset 0 0 120px #00000021;padding:120px 0}.faqs .top{max-width:532px}.faqs .questions{margin-top:60px;max-width:860px}.faqs .questions .one .question{align-items:center;border-bottom:1px solid;border-color:#d8d8d8;cursor:pointer;display:flex;padding:24px 10px 24px 15px}.faqs .questions .one .question ._t{flex:1 1;line-height:1}.faqs .questions .one .question ._t-open{color:#3d3368;color:#fff}.faqs .questions .one .question ._icon{height:7.5px;transition:all .2s;width:12px}.faqs .questions .one .question ._icon path{fill:#3d3368}.faqs .questions .one .question ._icon-open{transform:rotate(180deg)}.faqs .questions .one .question ._icon-open path{fill:#fff}.faqs .questions .one .question-open{background-color:#3d3368}.faqs .questions .one .answer{background-color:#fff;border-bottom:1px solid;border-color:#d8d8d8;padding:15px 20px}.faqs .questions .one:first-child .question{border-color:currentcolor #d8d8d8 #d8d8d8;border-top:1px solid #d8d8d8}.contact{padding:120px 0}.contact .row{margin:0 auto;max-width:1080px}.contact .row .left{padding-right:102px}.contact .row .left table{border-collapse:collapse;display:table;width:100%}.contact .row .left table tbody tr td{padding-bottom:8px;padding-right:4px}.contact .row .left table tbody tr td:nth-child(2){padding-left:4px}.contact .row .left table tbody tr td[colSpan="2"]{padding-right:0}.contact .row .right .txt{max-width:532px}#common-page .landing{padding:192px 0 120px;position:relative}#common-page .landing:after{-webkit-background-image:linear-gradient(180deg,#3d3368,#0003);-moz-background-image:linear-gradient(180deg,#3d3368,#0003);-ms-background-image:linear-gradient(180deg,#3d3368,#0003);-o-background-image:linear-gradient(180deg,#3d3368,#0003);background-image:linear-gradient(180deg,#3d3368,#0003);content:"";inset:0;position:absolute}#common-page .landing .row{position:relative;z-index:3}#common-page .landing .row .txt{max-width:532px}#common-page .landing hr{background-color:#5dc6b3;border:none;height:4px;margin:0 auto;outline:none;width:32px}#common-page .content-area{padding:80px 0}#common-page .content-area .small-container{max-width:980px}#common-page .content-area .row{position:relative;z-index:3}#common-page .content-area svg.svg-bottom,#common-page .content-area svg.svg-top{display:block;filter:alpha(opacity=12);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";height:320px;-webkit-opacity:.12;-moz-opacity:.12;-khtml-opacity:.12;opacity:.12;position:absolute;width:auto;z-index:-1}.page-not-found{padding:80px 0}.page-not-found hr.line{background-color:#f0f0f0;border:none;height:102px;margin:20px auto;outline:none;width:3px}#video-player{align-items:center;background:#ffffffdb;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:9999999}#video-player .close{background-color:#3d3368;border-radius:100%;cursor:pointer;height:32px;padding:6px;position:absolute;right:4px;top:4px;width:32px;z-index:3;z-index:999}#video-player .close svg{display:block;height:100%;width:100%}#video-player .close svg path{fill:#fff}#video-player video{display:block;margin:0 auto;max-height:100%;max-width:100%}@keyframes header-slide-from-top{0%{transform:translateY(-320px)}to{transform:translateY(0)}}@keyframes jump-infinite{0%{transform:translate(0)}50%{transform:translateY(16px)}to{transform:translate(0)}}@keyframes bio-slide-from-right{0%{transform:translateX(680px)}to{transform:translateX(0)}}@keyframes slide-from-left{0%{transform:translateX(-300px)}to{transform:translateX(0)}}@media only screen and (max-width:1440px){.container{max-width:1120px}header .row nav ul{gap:52px}header .row nav ul li a{padding:0 10px}footer{padding:60px 0 40px}.welcome .right img{max-width:420px}.about-us,.contact,.convinced,.faqs,.how-it-works,.introduction,.marquee,.mission-vision,.the-people,.video,.why-choose-us{padding:80px 0}.video .row .left .txt{max-width:368px}.video .row .right .box{height:368px}.the-people .all{grid-column-gap:20px}.the-people .all .one .i{height:352px}.biography .txt{padding:40px;width:532px}.mission-vision .row{gap:160px}.why-choose-us .row{gap:80px}.how-it-works .all{margin-bottom:40px}.contact .row .left{padding-right:80px}#common-page .landing{padding:160px 0 60px}.page-not-found{padding:0}}@media only screen and (max-width:1180px){.container{max-width:860px}header,header.fixed{animation:none;animation-delay:none;animation-fill-mode:none;background-color:#fff;-ms-box-shadow:0 0 4px #0000001f;-o-box-shadow:0 0 4px #0000001f;box-shadow:0 0 4px #0000001f;padding:0;transition-timing-function:none;z-index:99}header .container,header.fixed .container{max-width:100%;padding-left:16px;padding-right:16px}header .row .logo svg,header.fixed .row .logo svg{height:40px}header .row .logo svg path.text,header.fixed .row .logo svg path.text{fill:#3d3368}header .row nav,header.fixed .row nav{margin-left:auto}header .row nav ul,header.fixed .row nav ul{gap:32px}header .row nav ul li a,header.fixed .row nav ul li a{color:#3d3368;line-height:80px;padding:0 10px}header .row nav ul li a.active,header.fixed .row nav ul li a.active{color:#3d3368}header .row nav ul li a.active:after,header.fixed .row nav ul li a.active:after{display:block}.hero{height:auto;padding:240px 0 180px}.welcome .row{height:auto;padding:160px 0 120px}.welcome .right img{max-width:348px}.welcome svg.svg-bottom,.welcome svg.svg-top{height:160px}.about-us,.contact,.convinced,.faqs,.how-it-works,.introduction,.marquee,.mission-vision,.the-people,.video,.why-choose-us{padding:68px 0}.introduction .row{align-items:flex-start}.introduction .row .left{padding-right:92px}.about-us .row .btn,.introduction .row .right .txt .btn{margin-top:32px}.video .row{display:block}.video .row .left,.video .row .right{width:100%}.video .row .left{margin-bottom:40px}.video .row .left .txt{max-width:100%}.video .row .left .txt .btn{display:none}.why-choose-us .row{display:block}.why-choose-us .row .left,.why-choose-us .row .right{width:100%}.why-choose-us .row .left{margin-bottom:40px}.how-it-works svg.svg-bottom,.how-it-works svg.svg-top{height:160px}.how-it-works .all{grid-row-gap:20px;grid-column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto-fill,auto);margin:40px auto;max-width:540px}.contact .row{gap:80px}.contact .row .left,.contact .row .right{padding:0}.the-people .all{grid-row-gap:40px;grid-column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto-fill,auto);margin:40px auto 0;max-width:540px}.mission-vision svg.svg-bottom{height:160px}.mission-vision .row{gap:80px}.about-us svg.right,.convinced svg.svg-bottom,.convinced svg.svg-top{height:160px}#common-page .landing{padding:148px 0 60px}#common-page .content-area svg.svg-bottom,#common-page .content-area svg.svg-top{height:160px}}@media only screen and (max-width:890px){.container{max-width:532px}header .row .menu-btn,header.fixed .row .menu-btn{display:block}header .row .logo,header.fixed .row .logo{padding:12px 0}header .row .logo svg,header.fixed .row .logo svg{height:36px}header .row nav,header.fixed .row nav{display:none}header .row nav.open,header.fixed .row nav.open{animation:slide-from-left .4s;animation-fill-mode:both;background-color:#3d3368;-ms-box-shadow:0 6px 20px #00000029;-o-box-shadow:0 6px 20px #00000029;box-shadow:0 6px 20px #00000029;display:block;height:100vh;left:0;overflow-y:scroll;padding:80px 0 280px;position:absolute;top:60px;transition-timing-function:ease-in;width:268px;z-index:9999}header .row nav.open ul,header.fixed .row nav.open ul{display:block}header .row nav.open ul li,header.fixed .row nav.open ul li{border-bottom:1px solid #ffffff0a;margin:0}header .row nav.open ul li:first-child,header.fixed .row nav.open ul li:first-child{border-top:1px solid #ffffff0a}header .row nav.open ul li a,header.fixed .row nav.open ul li a{color:#fff;height:48px;line-height:48px;padding:0 20px}header .row nav.open ul li a:after,header.fixed .row nav.open ul li a:after{height:100%;width:4px}footer .container{max-width:100%;padding-left:16px;padding-right:16px}footer ul.menu{border-bottom:1px solid #0000001f;display:block;padding-bottom:20px;text-align:center}footer ul.menu li:after{display:none}footer ul.menu li a{display:block;font-size:13px;line-height:26px;text-transform:none}button{padding:0 12px}.hero{padding:132px 0}.hero .txt .logo{width:168px}.hero .txt .title{margin-top:8px}.hero .txt .description{margin:12px 0 16px}.hero .arr{bottom:40px}.welcome .row{display:block;padding:120px 0 68px}.welcome .row .left{width:100%}.welcome .row .right{display:none}.welcome .txt .title{font-size:40px}.welcome .txt .title span{font-size:16px}.welcome svg.svg-bottom,.welcome svg.svg-top{height:128px}.about-us,.contact,.convinced,.faqs,.how-it-works,.introduction,.marquee,.mission-vision,.the-people,.video,.why-choose-us{padding:60px 0}.marquee ul li{font-size:28px}.introduction .row{display:block}.introduction .row .left,.introduction .row .right{padding:0;width:100%}.introduction .row .left{margin:0 auto 32px;max-width:248px}.why-choose-us .all{display:block}.why-choose-us .all .one{gap:12px;margin-bottom:8px;padding:16px 12px 16px 10px}.why-choose-us .all .one .icon{width:36px}.why-choose-us .all .one:last-child{margin-bottom:0}.how-it-works svg.svg-bottom,.how-it-works svg.svg-top{height:120px}.contact .row{display:block}.contact .row .left,.contact .row .right{padding:0;width:100%}.contact .row .left{margin-bottom:60px}.about-us svg.right{height:120px}.about-us .row .col-4-5{width:100%}.about-us .row h1{font-size:28px}.about-us .row h1 br{display:none}.the-people .all .one .i{height:348px}.mission-vision svg.svg-bottom{height:120px}.mission-vision:after{display:none}.mission-vision .row{display:block}.mission-vision .row .left,.mission-vision .row .right{width:100%}.mission-vision .row .left{margin-bottom:60px}.convinced svg.svg-bottom,.convinced svg.svg-top{height:120px}.video .row .right .box{height:268px}.video .row .right .box svg.play{height:40px;margin-left:-20px;margin-top:-20px;width:40px}#common-page .landing{padding:120px 0 60px}#common-page .content-area{padding:60px 0}#common-page .content-area svg.svg-bottom,#common-page .content-area svg.svg-top{height:120px}}@media only screen and (max-width:564px){.container{max-width:100%;padding-left:16px;padding-right:16px}.hero{padding:120px 0 102px}.hero .txt{max-width:100%;padding-left:16px;padding-right:16px}.hero .txt .logo{display:none}.hero .txt .title{display:block;text-align:center}.hero .txt .title h1{font-size:28px}.hero .txt .title h4{font-size:18px}.hero .txt h5{font-size:16px;line-height:1.2}.hero .txt .btns{gap:6px}.hero .arr{margin-left:-10px}.hero .arr svg{width:20px}.welcome .row{padding:120px 0 60px}.welcome .txt .title{font-size:32px}.welcome .txt .title span{font-size:13px}.marquee{padding:40px 0}.marquee ul{gap:10px}.marquee ul li{font-size:20px}.marquee ul li.sp:after{height:4px;margin-left:-2px;width:4px}.introduction .row .left{margin-bottom:24px;max-width:186px}.how-it-works .all{display:block}.how-it-works .all .one{display:flex;gap:12px;justify-content:flex-start;margin-bottom:8px;padding:16px 12px 16px 10px;width:100%}.how-it-works .all .one:last-child{margin-bottom:0}.how-it-works .all .one .icon{height:36px;padding:6px;width:36px}.how-it-works .all .one .t{flex:1 1;text-align:left}.how-it-works .all .one .t hr{display:none}.video .row .right .box{height:186px}.faqs .questions .one .question{padding:24px 8px 24px 12px}.contact .row .left table tbody tr td{display:block;padding-right:0;width:100%}.contact .row .left table tbody tr td:nth-child(2){padding-left:0}.about-us .row h4,.convinced .row h4{font-size:18px}.the-people .all{display:block;max-width:280px}.the-people .all .one{margin-bottom:32px}.the-people .all .one:last-child{margin-bottom:0}.the-people .all .one .i{height:auto;margin-bottom:10px}.the-people .all .one .i img{display:block}.the-people .all .one br{display:none}.biography .txt{width:-o-calc(100% - 16px);width:-ms-calc(100% - 16px);width:calc(100% - 16px)}}
/*# sourceMappingURL=main.2a04ca9e.css.map*/