*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}.mobile-only{display:block}@media screen and (min-width: 768px){.mobile-only{display:none}}.desktop-only{display:none}@media screen and (min-width: 768px){.desktop-only{display:block}}:root{--primary-color: #172b56;--secondary-color: #368bd5;--primary-text-color: #000;--secondary-text-color: #fff;--background-color: #fff;--background-gray-color: #f1f4fb;--form-bg-color: #b6cdff;--subheading-offset: 5ch}:root[theme=dark]{--primary-color: red}html{scroll-behavior:smooth}@font-face{font-family:System Font;src:local("Arial");letter-spacing:.05px;visibility:visible;word-spacing:.05px}body{font-family:Nunito Variable,System Font,sans-serif;font-display:swap;font-size:16px}h1{font-size:1.625rem;line-height:1.2;font-weight:600;color:var(--primary-text-color);margin-bottom:1rem}@media screen and (min-width: 768px){h1{font-size:2.25rem}}@media screen and (min-width: 1200px){h1{font-size:2.95rem}}@media screen and (min-width: 1400px){h1{font-size:3.125rem}}h2{max-width:28ch;font-size:1.375rem;font-weight:700;color:var(--primary-text-color);margin-bottom:1rem;line-height:1.4}@media screen and (min-width: 768px){h2{font-size:1.75rem}}@media screen and (min-width: 1200px){h2{font-size:2.125rem;margin-bottom:1.2rem}}@media screen and (min-width: 1400px){h2{font-size:2.5rem}}h3{font-size:1.25rem;font-weight:400;color:var(--primary-text-color);margin-bottom:1rem}@media screen and (min-width: 1200px){h3{font-size:1.325rem}}@media screen and (min-width: 1400px){h3{font-size:1.375rem}}p{font-size:1rem;font-weight:400;color:var(--primary-text-color);margin-bottom:1rem}@media screen and (min-width: 1200px){p{font-size:1.125rem}}.wrapper{width:100%;display:flex;justify-content:center}.inner{width:92%;max-width:1280px;padding:50px 5px}@media screen and (min-width: 576px){.inner{padding:50px 0}}@media screen and (min-width: 1200px){.inner{padding:100px 0}}.section_subheading{font-size:1.125rem;color:var(--secondary-color);font-weight:700;text-transform:uppercase;margin-bottom:.625rem;position:relative;padding-left:calc(var(--subheading-offset) + 8px)}.section_subheading:before{content:"";position:absolute;width:var(--subheading-offset);height:2px;bottom:8px;left:0;background-color:var(--secondary-color)}.about_card .top{display:flex;align-items:center;margin-bottom:1rem}.about_card .top img{width:78px;height:58px;margin-right:1rem}@media screen and (min-width: 1200px){.about_card .top img{width:78px;height:58px}}.about_card .top .title{font-size:1rem;font-weight:700;color:var(--primary-text-color)}@media screen and (min-width: 1200px){.about_card .top .title{font-size:1.125rem}}@media screen and (min-width: 1400px){.about_card .top .title{font-size:1.275rem}}.about_card p{margin-bottom:0}.service-card{background-color:var(--background-color);border-radius:12px;padding:1rem;transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;left:0;top:0;background-color:var(--primary-color);width:100%;height:100%;border-radius:50%;transform:scale(.01);transition:all .3s ease-in-out;transform-origin:center center}.service-card h4{margin-bottom:.625rem;max-width:27ch;line-height:1.2rem;min-height:4ch;max-width:24ch;transition:all .5s ease}.service-card .content{position:relative;z-index:1}.service-card .image{width:100%;height:180px;border-radius:8px;object-fit:cover;object-position:center}@media (hover: hover) and (pointer: fine){.service-card:hover:before{border-radius:0;transform:scale(1)}.service-card:hover h4{color:var(--secondary-text-color)}}.contact-card{display:flex;align-items:center;margin-bottom:.625rem}@media screen and (min-width: 1200px){.contact-card{margin-bottom:1.25rem}}.contact-card .icon{width:35px;height:35px;margin-right:20px}.contact-card .cc-right .label{font-size:1rem;font-weight:600;color:var(--primary-text-color)}@media screen and (min-width: 1200px){.contact-card .cc-right .label{font-size:1.125rem}}.contact-card .cc-right .info{font-size:1rem;font-weight:700;color:var(--primary-text-color)}.contact-card .cc-right .info a{color:inherit;text-decoration:none}@media screen and (min-width: 1200px){.contact-card .cc-right .info{font-size:1.125rem}}.field,textarea{width:100%;height:42px;border:0;border-bottom:1px solid var(--primary-text-color);background:none;font-size:1.125;font-weight:600;color:var(--primary-text-color);margin-bottom:1rem;padding-left:.1rem;padding-right:.1rem}.field::placeholder,textarea::placeholder{font-size:1.125;font-weight:400;color:var(--primary-text-color)}.field:focus,textarea:focus{outline:1px dotted var(--primary-text-color)}.field:focus::placeholder,textarea:focus::placeholder{color:transparent}@media screen and (min-width: 576px){.field,textarea{height:68px}}textarea{height:140px;resize:none;padding-top:1rem;padding-bottom:1rem}.btn-ghost{font-size:.9rem;color:var(--secondary-text-color);padding:.5rem 1.2rem;background:transparent;border:1px solid var(--secondary-text-color);border-radius:12px;cursor:pointer;text-decoration:none;display:flex;justify-content:center;align-items:center}.btn-ghost img{margin-right:5px}@media screen and (min-width: 1200px){.btn-ghost{font-size:1.125rem;padding:.75rem 1.5rem}}.btn-ghost:hover{background-color:var(--secondary-text-color);color:var(--primary-text-color)}.btn-ghost:hover img{filter:invert(100%)}.btn-solid{font-size:1rem;color:var(--secondary-text-color);padding:.75rem 1.5rem;border-radius:12px;background-color:var(--primary-text-color);border:0;display:flex;justify-content:center;align-items:center;cursor:pointer}@media screen and (min-width: 1200px){.btn-solid{font-size:1.125rem}}.btn-solid span{display:flex;justify-content:center;align-items:center}.btn-solid span img{margin-left:5px}.btn-solid.fullwidth{width:100%}.btn-solid:focus{outline:2px dashed var(--secondary-text-color);outline-offset:-4px}.btn-solid:hover{background-color:var(--secondary-text-color);color:var(--primary-text-color)}.btn-solid:hover img{filter:invert(100%)}.btn-solid.inverted{color:var(--primary-text-color);background-color:var(--background-color)}.btn-solid.inverted:focus{outline:2px dashed var(--primary-text-color);outline-offset:-4px}.btn-solid.inverted:hover{background-color:var(--primary-text-color);color:var(--secondary-text-color)}.btn-solid.inverted:hover img{filter:invert(100%)}.banner{height:100dvh;position:relative}.banner .background{position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden}.banner .background img.thumbnail,.banner .background picture{width:100%;height:100%;object-fit:cover}.banner .background video{object-fit:cover;width:100%;height:100%;top:0;left:0}.banner .background .cut_shapes{position:absolute;width:100%;height:100%;left:0;top:0}.banner .background .cut_shapes svg{width:100%;height:100%}.banner .background .vertical_lines{position:absolute;width:100%;height:100%;left:0;top:0}.banner .background .vertical_lines .inner{height:100%;padding:0;display:flex;flex-direction:row;justify-content:space-between;z-index:0}.banner .background .vertical_lines .inner div{width:1px;height:100%;background:rgba(255,255,255,.1)}.banner .background .banner_bg_overlay{position:absolute;width:100%;height:100%;left:0;top:0;background:radial-gradient(122.07% 45.99% at 24.72% 37.71%,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 100%),linear-gradient(101deg,#0f1a20 -.69%,rgba(3,73,109,.33) 42.6%,rgba(3,76,113,.17) 52.4%,rgba(2,90,135,.1) 100%)}.banner .inner{position:relative;z-index:2;display:flex;align-items:center}.banner .inner .left{display:flex;flex-direction:column;align-items:flex-start;padding-top:70px}@media screen and (max-width: 576px){.banner .inner .left{flex:1}}@media screen and (min-width: 992px){.banner .inner .left{padding-top:60px}}.banner .inner .left .welcome{font-size:1rem;color:var(--secondary-color);font-weight:700;text-transform:uppercase;margin-bottom:.625rem;position:relative}@media screen and (min-width: 992px){.banner .inner .left .welcome{font-size:1.125rem}}.banner .inner .left h1{color:var(--secondary-text-color);max-width:22ch}.banner .inner .left h1 span{color:var(--secondary-color)}.banner .inner .left p{max-width:352px;color:var(--secondary-text-color);margin-bottom:1.5rem}.banner .inner .left .btn_wrapper{display:flex;flex-direction:column}@media screen and (min-width: 576px){.banner .inner .left .btn_wrapper{flex-direction:row;justify-content:flex-start;align-items:flex-start}}.banner .inner .left .btn-solid{margin-right:1rem;margin-bottom:15px;min-height:48px}@media screen and (min-width: 576px){.banner .inner .left .btn-solid{margin-bottom:0}}.banner .inner .left .btn-ghost{min-height:48px}@media screen and (max-width: 576px){.banner .inner .left .btn-ghost{display:flex;width:100%;justify-content:center}}.about_us .inner{display:flex;flex-direction:column}@media screen and (min-width: 992px){.about_us .inner{flex-direction:row;align-items:flex-start}.about_us .inner .heading_wrapper{display:none}}.about_us .inner .left{flex:.4;margin-bottom:1rem;position:relative}.about_us .inner .left .image_bg{width:90%;height:240px;background:var(--primary-color);position:relative;border-radius:16px}.about_us .inner .left .image_bg img{position:absolute;height:70%;aspect-ratio:10/9;bottom:20px;right:-20px;border-radius:10px;z-index:2;box-shadow:0 0 14px 1px #0000004f}@media screen and (min-width: 576px){.about_us .inner .left .image_bg{width:98%}}@media screen and (min-width: 992px){.about_us .inner .left .image_bg{width:80%;height:auto;aspect-ratio:1/1}.about_us .inner .left .image_bg img{width:85%;height:auto;aspect-ratio:10/9}}.about_us .inner .left .wheel{position:absolute;right:20px;bottom:-60px;z-index:1;animation:wheel-rotation linear infinite 26s;display:none}@media screen and (min-width: 1200px){.about_us .inner .left .wheel{display:block}}.about_us .inner .right{flex:.6}.about_us .inner .right .heading_wrapper{display:none}@media screen and (min-width: 992px){.about_us .inner .right .heading_wrapper{display:block}}.about_us .inner .right p{margin-bottom:2rem;text-align:justify}.about_us .inner .right ul.cards{list-style:none;padding-left:0;margin-left:0;display:flex;flex-direction:column}.about_us .inner .right ul.cards li{margin-bottom:1rem}.about_us .inner .right ul.cards li p{margin-bottom:0}@media screen and (min-width: 576px){.about_us .inner .right ul.cards{flex-direction:row;gap:20px}.about_us .inner .right ul.cards li{flex:.5}}@keyframes wheel-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.services{background-color:var(--background-gray-color)}@media screen and (min-width: 576px){.services .inner .services_cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media screen and (min-width: 992px){.services .inner .services_cards{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1200px){.services .inner .services_cards{grid-template-columns:repeat(4,1fr)}}.services .inner .arrows{display:flex;justify-content:center;padding:1.5rem 0 0}@media screen and (min-width: 576px){.services .inner .arrows{display:none}}.services .inner .arrows .btn-arrow-left,.services .inner .arrows .btn-arrow-right{width:38px;height:38px;margin:0 5px;background-color:var(--background-color);border-radius:50%;display:flex;justify-content:center;align-items:center;border:0}.services .inner .arrows .btn-arrow-left img,.services .inner .arrows .btn-arrow-right img{width:22px;height:22px}.services .inner .arrows .btn-arrow-left.btn-arrow-right img,.services .inner .arrows .btn-arrow-right.btn-arrow-right img{transform:rotate(180deg)}.services .inner .arrows .btn-arrow-left:hover,.services .inner .arrows .btn-arrow-left:focus,.services .inner .arrows .btn-arrow-right:hover,.services .inner .arrows .btn-arrow-right:focus{background-color:var(--primary-text-color)}.services .inner .arrows .btn-arrow-left:hover img,.services .inner .arrows .btn-arrow-left:focus img,.services .inner .arrows .btn-arrow-right:hover img,.services .inner .arrows .btn-arrow-right:focus img{filter:invert(100%)}@media screen and (min-width: 768px){.contact .inner{display:flex;justify-content:space-between}}.contact .inner .left{margin-bottom:2rem}@media screen and (min-width: 768px){.contact .inner .left{margin-bottom:0;flex:.33}}.contact .inner .left .cards{margin-left:0;padding-left:0;margin-top:50px}@media screen and (min-width: 768px){.contact .inner .left .cards{margin-top:130px}}@media screen and (min-width: 768px){.contact .inner .right{flex:.6}}.contact .inner .right .form-wrapper{background-color:var(--form-bg-color);padding:2rem 1rem;border-radius:10px}.contact .inner .right .form-wrapper button[type=submit]{margin-top:1rem}@media screen and (min-width: 768px){.contact .inner .right .form-wrapper button[type=submit]{margin-top:1.5rem}}@media screen and (min-width: 992px){.contact .inner .right .form-wrapper{padding:4.5rem 3.25rem;border-radius:32px}}footer{background-color:var(--primary-color);flex-direction:column}footer .top{display:flex;flex:1;justify-content:center}footer .top .inner{padding:40px 0;display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (min-width: 768px){footer .top .inner{flex-direction:row}}@media screen and (min-width: 768px){footer .top .inner .grid{flex:.2}footer .top .inner .grid:nth-child(2){flex:.6;display:flex;justify-content:center}footer .top .inner .grid:nth-child(3){display:flex;justify-content:flex-end}}footer .top .inner .logo img{width:auto;height:36px;margin-bottom:1rem;filter:brightness(0) invert(100%)}@media screen and (min-width: 768px){footer .top .inner .logo img{margin-bottom:0}}footer .top .inner .footer-menu{margin:0;padding:0;list-style:none;margin-bottom:1rem}@media screen and (min-width: 768px){footer .top .inner .footer-menu{margin-bottom:0}}footer .top .inner .footer-menu li{display:inline-block;padding:0 .6rem}@media screen and (min-width: 768px){footer .top .inner .footer-menu li{padding:0 1.5rem}}footer .top .inner .footer-menu li a{font-size:.875rem;color:var(--secondary-text-color);text-decoration:none}@media screen and (min-width: 992px){footer .top .inner .footer-menu li a{font-size:1.125rem}}footer .top .inner .btn-ghost{font-size:.8rem;padding:.2rem .5rem;border-radius:12px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 1px #fff inset,0 0 1px #fff}@media screen and (min-width: 1200px){footer .top .inner .btn-ghost{font-size:.8rem}}footer .bottom{display:flex;justify-content:center;border-top:1px solid rgba(255,255,255,.1)}footer .bottom .inner{padding:20px 0}footer .bottom .inner p{text-align:center;font-size:.825rem;color:var(--secondary-text-color);margin-bottom:0}@font-face{font-family:Nunito Variable;font-style:normal;font-display:swap;font-weight:200 1000;src:url(/_astro/nunito-cyrillic-ext-wght-normal.e82ee1d4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito Variable;font-style:normal;font-display:swap;font-weight:200 1000;src:url(/_astro/nunito-cyrillic-wght-normal.76baf7dd.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Nunito Variable;font-style:normal;font-display:swap;font-weight:200 1000;src:url(/_astro/nunito-vietnamese-wght-normal.b13b3f5f.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito Variable;font-style:normal;font-display:swap;font-weight:200 1000;src:url(/_astro/nunito-latin-ext-wght-normal.f682eec1.woff2) format("woff2-variations");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito Variable;font-style:normal;font-display:swap;font-weight:200 1000;src:url(/_astro/nunito-latin-wght-normal.1a48b70f.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
