@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root,:host,html,body{font-family:Bai Jamjuree,sans-serif!important;background-color:#0c203d!important}input,textarea,select,button{margin:0;padding:0;border:none;background:none;box-sizing:border-box;outline:none;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;appearance:none;-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-search-decoration:none;-webkit-search-cancel-button:none;-webkit-search-results-button:none;-webkit-search-results-decoration:none}button{cursor:pointer}button:disabled{cursor:not-allowed}::placeholder{color:inherit;opacity:.5}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-text-fill-color:inherit;-webkit-box-shadow:0 0 0px 1000px transparent inset;transition:background-color 5000s ease-in-out 0s}}@layer components{.navbar{position:fixed;width:100%;top:0;z-index:30;height:130px;transition:all .3s ease-in-out;background-color:#0c203d}.navbar.navbar-scrolled{background-color:#0c203d;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.navbar-wrapper{max-width:80rem;height:100%;margin:0 auto;padding-left:1rem;padding-right:1rem}.navbar-flex{display:flex;justify-content:space-between;align-items:center;height:100%}.navbar-logo{display:flex;align-items:center;height:100%;width:auto}.navbar-logo span{margin-left:.75rem;font-size:1.25rem;font-weight:700;color:#fff}.navbar-logo-img{height:100%;width:auto;object-fit:contain}.navbar-mobile-logo-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem;gap:1rem}@media (min-width: 768px){.navbar-mobile-logo-header{display:none}}.navbar-logo-mobile{display:flex;align-items:center;justify-content:center;flex:1}@media (min-width: 768px){.navbar-logo-mobile{display:none}}.navbar-logo-img-mobile{height:6rem;width:auto;object-fit:contain}.navbar-mobile-close{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.375rem;color:#fff;background:none;border:none;cursor:pointer;transition:color .3s ease-in-out;flex-shrink:0}@media (min-width: 768px){.navbar-mobile-close{display:none}}.navbar-mobile-close svg{height:2.5rem;width:2.5rem}.navbar-mobile-close:hover{color:#0ea5e9}.hero-section{position:relative;z-index:20;min-height:80dvh;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (min-width: 1024px){.hero-section{min-height:110dvh}}.hero-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%;z-index:0;aspect-ratio:auto 980/972;filter:brightness(1.5);transform:scale(1.5);--fill-layer-image-opacity: .83;--bg-overlay-color: #C3C1C8;will-change:transform}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#48476640;z-index:1}.hero-content{position:relative;z-index:10;width:100%;height:100%;text-align:left;padding-left:.5rem;padding-right:.5rem}@media (min-width: 640px){.hero-content{padding-left:1rem;padding-right:1rem}}@media (min-width: 1024px){.hero-content{padding-left:1.5rem;padding-right:1.5rem}}.hero-title{font-size:4.5rem;font-weight:500;color:#000;margin:0 0 0 calc((100% - 980px)*0);margin-bottom:1.5rem;margin-left:.5rem;line-height:1}@media (min-width: 640px){.hero-title{font-size:3.5rem;margin-left:1rem}}@media (min-width: 1024px){.hero-title{font-size:7.5rem;margin-left:100px}}.hero-subtitle{font-size:1.125rem;color:#0d203d;margin-bottom:2rem;margin-left:.5rem;font-weight:700}@media (min-width: 640px){.hero-subtitle{font-size:1rem;margin-left:1rem}}@media (min-width: 1024px){.hero-subtitle{font-size:1.5rem;margin-left:100px}}.hero-description{position:absolute;bottom:0;left:0;right:0;color:#fff;background-color:#2345a9;display:grid;grid-template-columns:1fr;gap:1rem;margin-left:.5rem;margin-right:.5rem;padding:1rem;z-index:10;min-height:auto;margin-bottom:-25dvh;width:calc(100% - 1rem);max-width:100%;box-sizing:border-box}@media (min-width: 640px){.hero-description{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-left:1rem;margin-right:1rem;padding:1rem 1.5rem;width:calc(100% - 2rem)}}@media (min-width: 1024px){.hero-description{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-left:100px;margin-right:100px;padding:1rem 2rem;min-height:6rem;width:calc(100% - 200px);margin-bottom:-40dvh}}.hero-description .hero-description-item{padding-left:1.5rem;position:relative;font-size:1rem;line-height:1.4;height:100%;display:flex;align-items:center}@media (min-width: 640px){.hero-description .hero-description-item{font-size:.875rem;line-height:1.5}}@media (min-width: 1024px){.hero-description .hero-description-item{font-size:.9375rem;line-height:1.5}}.hero-description .hero-description-border{position:absolute;left:0;top:0;width:.5rem;height:0;background-color:#f59e0b;border-radius:.5rem}.about-section{position:relative;z-index:10;height:580px;overflow:hidden}@media (min-width: 1024px){.about-section{height:684px}}.about-section .about-description{max-width:54rem;margin:0 auto 0 0;text-align:left;font-weight:400;line-height:1.68;color:#fff;text-indent:4rem}@media (min-width: 1024px){.about-section .about-description{width:100%;margin:0 auto}}.about-section .about-description p{font-size:1.25rem}@media (min-width: 1024px){.about-section .about-description p{font-size:1.5rem;font-weight:500}}.about-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%;z-index:0}.about-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000c}.about-wrapper{position:relative;z-index:10;height:100%;margin:0 auto;padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column;justify-content:center}@media (min-width: 640px){.about-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.about-wrapper{width:100%;height:100%;margin:0 auto;padding-left:2rem;padding-right:2rem}}.content-section{margin-top:130px;min-height:calc(100dvh - 510px)}@media (min-width: 640px){.content-section{min-height:calc(100dvh - 550px)}}@media (min-width: 1024px){.content-section{min-height:calc(100dvh - 480px)}}.navbar-menu-desktop{display:none}@media (min-width: 768px){.navbar-menu-desktop{display:block}}.navbar-menu-desktop .navbar-menu-list{display:flex;align-items:baseline;gap:1.5rem;margin-left:2.5rem}.navbar-menu-link{padding:.5rem .75rem;border-radius:.375rem;font-size:1rem;font-weight:500;color:#fff;text-decoration:none;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-bottom .3s ease-in-out;border-bottom:2px solid transparent}.navbar-menu-link:hover{color:#0ea5e9}.navbar-menu-link.active{color:#0ea5e9;background-color:#0ea5e926;border-bottom:2px solid #0ea5e9}.navbar-mobile-toggle{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.375rem;color:#fff;background:none;border:none;cursor:pointer;position:relative;z-index:50;transition:color .3s ease-in-out}@media (min-width: 768px){.navbar-mobile-toggle{display:none}}.navbar-mobile-toggle svg{height:2.5rem;width:2.5rem;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.navbar-mobile-toggle svg path:first-of-type{transform-origin:center;transition:stroke-dasharray .3s ease-in-out,stroke-dashoffset .3s ease-in-out,opacity .3s ease-in-out}.navbar-mobile-toggle svg path:last-of-type{transform-origin:center;transition:stroke-dasharray .3s ease-in-out,stroke-dashoffset .3s ease-in-out,opacity .3s ease-in-out}.navbar-mobile-toggle:hover{color:#0ea5e9}.navbar-menu-mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;z-index:39}@media (min-width: 768px){.navbar-menu-mobile-overlay{display:none}}.navbar-menu-mobile{position:fixed;top:0;right:0;width:80%;max-width:100%;height:100dvh;background-color:#0c203d;z-index:40;overflow-y:auto;box-shadow:-10px 0 25px #0000004d;display:flex;flex-direction:column;justify-content:space-between}@media (min-width: 768px){.navbar-menu-mobile{display:none}}.navbar-menu-mobile .navbar-menu-mobile-top{display:flex;flex-direction:column}.navbar-menu-mobile .navbar-menu-mobile-list{display:flex;flex-direction:column;padding:0;gap:0;background-color:#0c203d}.navbar-menu-mobile-link{display:block;padding:1rem 1.5rem;border-radius:0;font-size:1rem;font-weight:500;color:#fff;text-decoration:none;transition:background-color .3s ease-in-out,color .3s ease-in-out,border-left .3s ease-in-out;border-bottom:1px solid rgba(255,255,255,.1);border-left:3px solid transparent}.navbar-menu-mobile-link:first-of-type{border-top:1px solid rgba(255,255,255,.1)}.navbar-menu-mobile-link:hover{background-color:#ffffff0d;color:#0ea5e9}.navbar-menu-mobile-link:active{background-color:#ffffff1a}.navbar-menu-mobile-link.active{background-color:#0ea5e933;color:#0ea5e9;border-left:3px solid #0ea5e9}.navbar-menu-share-container{padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);position:relative}.navbar-menu-share-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.3);background-color:#ffffff0d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;border-radius:.5rem;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;width:100%}.navbar-menu-share-button .share-icon{width:1rem;height:1rem;filter:brightness(0) invert(1)}.navbar-menu-share-button .share-label{font-size:.875rem}.navbar-menu-share-button:hover{background-color:#ffffff1a;border-color:#ffffff80}.navbar-menu-share-button:active{background-color:#ffffff26}.share-tooltip-mobile{position:absolute;top:-35px;left:50%;transform:translate(-50%);background-color:#000000e6;color:#fff;padding:.5rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;white-space:nowrap;pointer-events:none}.share-tooltip-mobile:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(0,0,0,.9)}.section-heading-ribbon{position:absolute;top:0;left:0;z-index:5;width:calc(100% - 2rem);padding:0 1rem}@media (min-width: 1024px){.section-heading-ribbon{left:100px;width:auto;padding:0}}.section-heading-ribbon .ribbon-wrapper{display:inline-block;background-color:#fff;padding:.5rem 1rem;border-radius:0 0 1rem 1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;text-align:center}@media (min-width: 1024px){.section-heading-ribbon .ribbon-wrapper{padding:1rem 6rem;text-align:left}}.section-heading-ribbon .ribbon-wrapper div{font-size:1.875rem;color:#0f172a;margin:0}@media (min-width: 768px){.section-heading-ribbon .ribbon-wrapper div{font-size:2.25rem}}.why-choose-section{position:relative;z-index:10;min-height:684px;overflow:hidden}.why-choose-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;max-width:none;object-fit:cover;z-index:0}.why-choose-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0000000d}.why-choose-wrapper{position:relative;z-index:10;height:100%;max-width:80rem;margin:0 auto;padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;overflow:hidden}@media (min-width: 640px){.why-choose-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.why-choose-wrapper{padding-left:2rem;padding-right:2rem}}.why-choose-cards{display:flex;flex-direction:column;gap:3rem;width:100%;margin:0 auto;padding-top:5rem;padding-bottom:2rem}@media (min-width: 1024px){.why-choose-cards{padding-top:8rem;flex-direction:row;width:100%}}.why-choose-left{display:flex;flex-direction:column;gap:3rem;flex:1}@media (min-width: 1024px){.why-choose-left{flex:0 0 70%}}.why-choose-right{flex:1;display:none}@media (min-width: 1024px){.why-choose-right{display:block;flex:0 0 30%}}.why-choose-row{display:flex;gap:1.5rem;flex-direction:column}@media (min-width: 768px){.why-choose-row{gap:2rem;flex-direction:row}}.why-choose-col{flex:1;min-width:0}@media (max-width: 767px){.why-choose-col{min-width:100%}}.why-choose-card{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.why-choose-card .card-icon{width:4rem;height:4rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid #ffffff;background-color:transparent}.why-choose-card .card-icon svg{width:2rem;height:2rem;color:#fff}.why-choose-card .why-choose-card-text .why-choose-card-title{font-size:1.25rem;color:#fff;margin-bottom:.5rem;line-height:1.68;font-weight:500}.why-choose-card .why-choose-card-text .why-choose-card-description{color:#fff;font-size:1.125rem;line-height:1.68;font-weight:400}.footer-section{padding:1rem 0;background-color:#0c203d}@media (min-width: 1024px){.footer-section{padding:2rem 0}}.footer-wrapper{max-width:80rem;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.footer-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.footer-wrapper{padding-left:2rem;padding-right:2rem}}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}@media (min-width: 1024px){.footer-grid>div:first-child{grid-column:span 1}}@media (min-width: 1024px){.footer-grid>div:nth-child(2){grid-column:span 1}}@media (min-width: 1024px){.footer-grid>div:nth-child(3){grid-column:span 1}}.footer-heading{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer-contact-list{display:flex;flex-direction:column;gap:.5rem}.footer-contact-item{display:flex;align-items:flex-start}.footer-contact-item .contact-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;margin-right:1rem;margin-top:.25rem;flex-shrink:0;align-self:flex-start}.footer-contact-item .contact-icon svg{width:1rem;height:1rem;color:#fff}.footer-contact-item .contact-content{flex:1;align-self:flex-end}.footer-contact-item .contact-content p{color:#fff;font-size:1.125rem;line-height:1.68}.footer-contact-item .contact-content p.underline{text-decoration:underline}.footer-contact-item .contact-content p.contact-address{max-width:19rem}.contact-icon-phone{background-color:#16a34a}.contact-icon-email{background-color:#2563eb}.contact-icon-location{background-color:#dc2626}.contact-icon-time{background-color:#4b5563}.contact-icon-facebook{background-color:#22c55e}.footer-menu-list{display:flex;flex-direction:column;gap:1rem}.footer-menu-link{font-size:1.125rem;display:block;color:#fff;text-decoration:none;transition:color .3s ease-in-out}.footer-menu-link:hover{color:#0ea5e9}.footer-follow{display:flex;flex-direction:column;height:100%;justify-content:space-between}.footer-follow a{color:#fff;text-decoration:underline;transition:color .3s ease-in-out}.footer-follow a:hover{color:#0ea5e9}.footer-facebook-link{font-size:1.125rem}.footer-share-button-container{margin-top:1.5rem;position:relative}.footer-share-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.3);background-color:#ffffff0d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;border-radius:.5rem;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;width:100%}.footer-share-button .share-icon{width:1rem;height:1rem;filter:brightness(0) invert(1)}.footer-share-button .share-label{font-size:.875rem}.footer-share-button:hover{background-color:#ffffff1a;border-color:#ffffff80}.footer-share-button:active{background-color:#ffffff26}.share-tooltip-footer{position:absolute;top:-35px;left:50%;transform:translate(-50%);background-color:#000000e6;color:#fff;padding:.5rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;white-space:nowrap;pointer-events:none}.share-tooltip-footer:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(0,0,0,.9)}.brands-section-outer{background-color:#fff;padding:1rem}.brands-section{background-color:#0c203d;padding:2rem}.brands-wrapper{max-width:80rem;margin:0;padding-left:0;padding-right:0}@media (min-width: 640px){.brands-wrapper{margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.brands-wrapper{margin:0 auto;padding-left:2rem;padding-right:2rem}}.brands-heading{text-align:center;margin-bottom:2rem}.brands-heading h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}@media (min-width: 768px){.brands-heading h2{font-size:2.25rem}}.brands-heading .brands-heading-mobile{display:block}@media (min-width: 1024px){.brands-heading .brands-heading-mobile{display:none}}.brands-heading .brands-heading-desktop{display:none}@media (min-width: 1024px){.brands-heading .brands-heading-desktop{display:inline}}.brands-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.brands-grid{grid-template-columns:repeat(4,1fr)}}.brand-item{background-color:#fff;padding:1rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.brand-item img{height:auto;max-height:180px;width:100%;object-fit:contain;transition:transform .4s ease-in-out;-webkit-user-select:none;-ms-user-select:none;user-select:none}.brand-item img:hover{transform:scale(.85)}.about-section-1{display:flex;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat}@media (min-width: 1024px){.about-section-1{background-image:none!important}}.about-section-1 .about-description{font-size:1.125rem;text-align:left;line-height:1.68;color:#fff;text-indent:4rem}@media (min-width: 1024px){.about-section-1 .about-description{font-size:1rem}}.about-section-1 .about-description p{margin-bottom:1rem;font-size:1.125rem;font-weight:400}@media (min-width: 1024px){.about-section-1 .about-description p{font-size:1rem;font-weight:400}}.about-section-1 .about-description p:last-child{margin-bottom:0}.about-content-left{width:40%;min-height:fit-content;background-color:#00305b}@media (min-width: 1024px){.about-content-left{width:40%}}@media (max-width: 1023px){.about-content-left{width:100%;background-color:transparent}}.about-content-wrapper{display:flex;align-items:center;min-height:fit-content}.about-content-inner{text-align:center;padding:2.5rem 2rem;color:#fff}@media (min-width: 1024px){.about-content-inner{padding:2.5rem 4rem}}.about-icon-wrapper{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:1rem}.about-icon{width:4rem;height:4rem;border:4px solid #ffffff;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.about-icon-svg{width:2rem;height:2rem;color:#fff}.about-heading{font-size:2.25rem;font-weight:600;margin-bottom:1.25rem}@media (min-width: 1024px){.about-heading{font-size:3.5rem}}.about-image-right{width:60%;min-height:100vh;position:relative;overflow:hidden;background-color:#0c203d;display:block}@media (max-width: 1023px){.about-image-right{display:none}}.about-image{width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center}.about-section-2{position:relative;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat}.about-section-heading-ribbon .ribbon-wrapper{padding:.5rem 4rem}.about-section-heading-ribbon .ribbon-wrapper div{color:#2345a9;font-weight:600}.about-section-2-features-ribbon{position:relative;top:auto;left:auto;width:auto;padding:0;z-index:5}.about-section-2-features-ribbon .ribbon-wrapper{padding:.25rem 2.5rem;border-radius:.5rem .5rem 0 0;margin-left:1px}.about-section-2-features-ribbon .ribbon-wrapper div{font-size:1.5rem;font-weight:400}.about-section-2-wrapper{display:flex;align-items:center;min-height:100vh}.about-section-2-container{margin-left:0;padding:5rem 1rem;color:#fff;width:100%;height:100%;min-height:100dvh;display:flex;flex-direction:column;justify-content:space-around}@media (min-width: 640px){.about-section-2-container{padding:5rem 1.5rem}}@media (min-width: 1024px){.about-section-2-container{margin-left:100px;margin-right:100px;padding:5rem 2rem}}.about-section-2-quote{font-size:2rem;font-weight:400;margin-bottom:2rem;line-height:1.6}@media (min-width: 1024px){.about-section-2-quote{font-size:2rem}}.about-section-2-description{font-size:1.125rem;line-height:1.6}@media (min-width: 1024px){.about-section-2-description{max-width:37rem}}.about-section-2-description p{margin-bottom:1rem}.about-section-2-description p:last-child{margin-bottom:0}.about-section-2-features-wrapper{margin-top:2rem}.about-section-2-features{color:#fff;background-color:#0c203d;border:1px solid #4A566B;display:flex;flex-direction:column;gap:2.5rem;padding:2rem 2.5rem;width:100%;max-width:100%;box-sizing:border-box;justify-content:space-around}@media (min-width: 640px){.about-section-2-features{flex-direction:row;padding:2rem 2.5rem}}@media (min-width: 1024px){.about-section-2-features{flex-direction:row;padding:2rem 2.5rem}}.about-section-2-features .about-section-2-features-item{padding-left:1.5rem;position:relative;font-size:1rem;line-height:1.4;height:3.5rem;display:flex;align-items:center;width:100%}@media (min-width: 640px){.about-section-2-features .about-section-2-features-item{border-right:1px solid #4A566B;font-size:.875rem;line-height:1.5}.about-section-2-features .about-section-2-features-item:last-child{border-right:none}}@media (min-width: 1024px){.about-section-2-features .about-section-2-features-item{border-right:1px solid #4A566B;font-size:.9375rem;line-height:1.5}.about-section-2-features .about-section-2-features-item:last-child{border-right:none}}.about-section-2-features .about-section-2-features-border{position:absolute;left:0;top:0;width:.5rem;height:0;background-color:#3a6afc;border-radius:.5rem}.about-policy-button-wrapper{margin-top:2rem}.about-policy-button{display:inline-block;background-color:#fff;color:#2563eb;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600}.services-section{background-color:#0c203d;min-height:fit-content}.services-wrapper{max-width:80rem;margin:0 auto;padding:1rem}@media (min-width: 640px){.services-wrapper{padding:5rem 1.5rem}}@media (min-width: 1024px){.services-wrapper{padding:1rem 2rem}}.services-heading{text-align:center;margin-bottom:2rem}@media (min-width: 640px){.services-heading{margin-bottom:4rem}}.services-main-title{font-size:2.25rem;font-weight:400;color:#3a6afc;letter-spacing:.2em}@media (min-width: 1024px){.services-main-title{font-size:3rem}}.additional-services-heading{text-align:center;margin-bottom:2rem}@media (min-width: 640px){.additional-services-heading{margin-bottom:4rem}}.additional-services-title{font-size:2.25rem;font-weight:400;color:#fff;border-bottom:2px solid #ffffff;display:inline-block;padding-bottom:.5rem}@media (min-width: 1024px){.additional-services-title{font-size:3rem}}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:72rem;margin:0 auto}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden;transition:box-shadow .3s ease-in-out}.service-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.service-card-content{padding:1rem 2rem;text-align:center;height:12rem;display:flex;flex-direction:column;justify-content:space-between}@media (min-width: 768px){.service-card-content{padding:2rem;height:16rem}}@media (min-width: 1024px){.service-card-content{height:14rem}}.service-card-text{flex-grow:1;display:flex;align-items:center;justify-content:center}@media (min-width: 1024px){.service-card-text{align-items:flex-start}}.service-card-title{font-size:1.125rem;font-weight:500;color:#1f2937;line-height:1.625}.service-card-button{display:inline-block;background-color:#566fb8;color:#fff;padding:.75rem 2rem;border-radius:9999px;font-weight:500;text-decoration:none;transition:background-color .3s ease-in-out}.service-card-button:hover{background-color:#3d569e}.onsite-cover-section{position:relative;height:fit-content;overflow:hidden;background-color:#0c203d}.onsite-cover-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.onsite-cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0c203db3;z-index:1}.onsite-cover-content{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;padding:2rem 0}.onsite-cover-wrapper{max-width:64rem;margin:0 auto;padding-left:1rem;padding-right:1rem;text-align:center}@media (min-width: 640px){.onsite-cover-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.onsite-cover-wrapper{padding-left:2rem;padding-right:2rem}}.onsite-cover-title{font-size:6rem;font-weight:300;color:#fff;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media (min-width: 1024px){.onsite-cover-title{font-size:8rem}}.onsite-cover-description{font-size:1.125rem;color:#fff;line-height:1.625;max-width:48rem;margin:0 auto;text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media (min-width: 1024px){.onsite-cover-description{font-size:1.25rem}}.onsite-project-section{background-color:#0c203d;padding-top:0;padding-bottom:0}@media (min-width: 1024px){.onsite-project-section{padding-top:2rem}}.onsite-project-wrapper{max-width:80rem;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.onsite-project-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.onsite-project-wrapper{padding-left:2rem;padding-right:2rem}}.onsite-project-grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:center;margin-bottom:1rem}@media (min-width: 1024px){.onsite-project-grid{grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:2rem}}.onsite-project-image-left{order:2}@media (min-width: 1024px){.onsite-project-image-left{order:1}}.onsite-project-content-right{order:1;color:#fff}@media (min-width: 1024px){.onsite-project-content-right{order:2}}.onsite-project-content-left{color:#fff;margin:0 1rem}@media (min-width: 1024px){.onsite-project-content-left{margin:0}}.onsite-project-image-container{border-radius:.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.onsite-project-image{width:100%;height:24rem;object-fit:cover}.onsite-project-number{font-size:5rem;font-weight:300;color:#fff}.onsite-project-title{font-size:2.25rem;font-weight:300;margin-bottom:.5rem}@media (min-width: 1024px){.onsite-project-title{font-size:3rem;margin-bottom:1.5rem}}.onsite-project-divider{height:.25rem;background-color:#fff}.onsite-gallery-section-outer{background-color:#fff;padding:1rem}.onsite-gallery-section{background-color:#0c203d;padding-top:1.5rem;padding-bottom:1rem}@media (min-width: 768px){.onsite-gallery-section{padding-top:2rem}}.onsite-gallery-wrapper{max-width:90rem;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.onsite-gallery-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.onsite-gallery-wrapper{padding-left:2rem;padding-right:2rem}}.onsite-gallery-container{position:relative}.onsite-gallery-track-container{overflow:hidden;border-radius:1rem;margin:0 .5rem}@media (min-width: 640px){.onsite-gallery-track-container{margin:0 5rem}}@media (min-width: 1024px){.onsite-gallery-track-container{margin:0}}.onsite-gallery-track{display:flex;gap:1.5rem;width:max-content}.onsite-gallery-item{flex:0 0 auto;width:calc(100vw - 10rem);height:200px;border-radius:.75rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000004d,0 8px 10px -6px #0003;transition:all .3s ease-in-out;position:relative}@media (min-width: 640px){.onsite-gallery-item{width:calc((100vw - 14rem)/2);height:200px}}@media (min-width: 768px){.onsite-gallery-item{width:calc((100vw - 16rem) / 3);height:250px}}@media (min-width: 1024px){.onsite-gallery-item{width:calc((100vw - 20rem)/4);height:280px}}@media (min-width: 1280px){.onsite-gallery-item{width:17.5rem;height:280px}}.onsite-gallery-item:before{content:"";position:absolute;bottom:0;left:0;right:0;top:0;background:linear-gradient(to bottom,#ffffff1a,#3b82f640);opacity:0;transition:opacity .3s ease-in-out;z-index:2;pointer-events:none}.onsite-gallery-item:hover{box-shadow:0 25px 50px -12px #0006}.onsite-gallery-item:hover:before{opacity:1}.onsite-gallery-item.video-item .video-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background-color:#ffffffe6;border-radius:50%;color:#0c203d;transition:all .3s ease-in-out;pointer-events:none;border:2px solid #999999}.onsite-gallery-item.video-item .video-play-icon svg{width:2rem;height:2rem;margin-left:.25rem}.onsite-gallery-item.video-item.playing .video-play-icon{opacity:0;transform:translate(-50%,-50%) scale(.7)}.onsite-gallery-item.video-item .video-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;pointer-events:none;opacity:0;transition:opacity .3s ease-in-out}.onsite-gallery-item.video-item:hover .onsite-gallery-image{transform:scale(1.1)}.onsite-gallery-item.video-item video{background-color:#000;object-fit:cover;width:100%;height:100%;display:block;box-sizing:border-box}.onsite-gallery-item.video-item video::-webkit-media-controls{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-enclosure{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-panel{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-play-button{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-start-playback-button{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-volume-slider{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-volume-slider-container{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-mute-button{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-timeline{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-timeline-container{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-current-time-display{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-time-remaining-display{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-fullscreen-button{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-toggle-closed-captions-button{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-overlay-button,.onsite-gallery-item.video-item video::-webkit-media-controls-overlay-play-button{display:none!important}.onsite-gallery-item.video-item video::-webkit-media-controls-overlay-enclosure{display:none!important}.onsite-gallery-item.video-item video::-moz-media-controls{display:none!important}.onsite-gallery-item.video-item video::-moz-media-control-panel{display:none!important}.onsite-gallery-item.video-item video::-webkit-scrollbar{display:none!important}.onsite-gallery-item.video-item video[controls]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:100%}.onsite-gallery-item.video-item video{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:auto}.onsite-gallery-image{width:100%;height:200px;object-fit:cover;transition:transform .3s ease-in-out;position:relative;z-index:1;display:block}@media (min-width: 640px){.onsite-gallery-image{height:200px}}@media (min-width: 768px){.onsite-gallery-image{height:250px}}@media (min-width: 1024px){.onsite-gallery-image{height:280px}}.onsite-gallery-item:hover .onsite-gallery-image{transform:scale(1.1)}.onsite-gallery-nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:1rem;border-radius:50%;border:2px solid rgba(255,255,255,.2);cursor:pointer;transition:all .3s ease-in-out;z-index:20;box-shadow:0 8px 32px #0000004d}.onsite-gallery-nav-button:hover{background-color:#ffffff40;border-color:#fff6;transform:translateY(-50%) scale(1.1)}.onsite-gallery-nav-button.opacity-50{opacity:.5;cursor:not-allowed}.onsite-gallery-nav-button.opacity-50:hover{transform:translateY(-50%);background-color:#ffffff26}.onsite-gallery-nav-prev{left:1rem}@media (min-width: 640px){.onsite-gallery-nav-prev{left:1.5rem}}.onsite-gallery-nav-next{right:1rem}@media (min-width: 640px){.onsite-gallery-nav-next{right:1.5rem}}.onsite-gallery-nav-icon{width:1.5rem;height:1.5rem}@media (min-width: 640px){.onsite-gallery-nav-icon{width:2rem;height:2rem}}.service-detail-section{background-color:#0c203d}.service-detail-wrapper{max-width:80rem;margin:0 auto;padding:5rem 1rem}@media (min-width: 640px){.service-detail-wrapper{padding:5rem 1.5rem}}@media (min-width: 1024px){.service-detail-wrapper{padding:1.5rem 2rem}}.service-detail-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media (min-width: 1024px){.service-detail-grid{grid-template-columns:repeat(2,1fr)}}.service-detail-left{color:#fff;text-align:center}@media (min-width: 1024px){.service-detail-left{text-align:left}}.service-detail-icon-container{margin-bottom:2rem;display:flex;justify-content:center;align-items:center}@media (min-width: 1024px){.service-detail-icon-container{justify-content:flex-start}}.service-detail-icon-wrapper{width:100%;height:auto;display:flex;align-items:center;justify-content:center}.service-detail-icon{width:6rem;height:6rem;color:#60a5fa}.service-detail-icon-image{width:12rem;height:12rem;object-fit:contain}.service-detail-title{font-size:1.875rem;font-weight:400;margin-bottom:2rem;line-height:1.25;text-align:center}@media (min-width: 1024px){.service-detail-title{font-size:2rem;text-align:center}}.service-detail-right{color:#fff}.service-detail-content{display:flex;flex-direction:column;gap:2.5rem}.service-detail-description{font-size:1.25rem;line-height:1.625;max-width:25rem}@media (min-width: 768px){.service-detail-description{max-width:none}}.service-detail-features{display:flex;flex-direction:column;gap:1rem}.service-detail-feature-item{display:flex;align-items:center;gap:.75rem}.service-detail-feature-icon{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-detail-feature-checkmark{width:2rem;height:2rem;color:#fff}.service-detail-feature-text{font-size:1.125rem}.installation-hero-section{position:relative;background-color:#4a566b;display:flex;align-items:center;justify-content:center;padding:1.5rem 0}@media (min-width: 640px){.installation-hero-section{padding:2rem 0}}@media (min-width: 1024px){.installation-hero-section{padding:3rem 0}}.installation-hero-wrapper{max-width:80rem;margin:0 auto;padding:0 1rem;width:100%}@media (min-width: 640px){.installation-hero-wrapper{padding:0 1.5rem}}@media (min-width: 1024px){.installation-hero-wrapper{padding:0 2rem}}.installation-hero-card{background-color:#0c203d;border-radius:.5rem;overflow:hidden}.installation-hero-flex{display:flex;flex-direction:column;align-items:center}@media (min-width: 1024px){.installation-hero-flex{flex-direction:row}}.installation-hero-image-left{order:1;width:fit-content}.installation-hero-content-right{order:2;color:#fff;padding:1rem;flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}@media (min-width: 640px){.installation-hero-content-right{padding:1.5rem}}@media (min-width: 1024px){.installation-hero-content-right{padding:0 4rem}}.installation-hero-image-container{box-shadow:0 25px 50px -12px #00000040}.installation-hero-image{width:auto;height:20rem;object-fit:cover}.installation-hero-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;line-height:1.3}@media (min-width: 640px){.installation-hero-title{font-size:2rem;margin-bottom:1.5rem}}@media (min-width: 1024px){.installation-hero-title{font-size:2.75rem;margin-bottom:2rem}}.installation-hero-description{font-size:1rem;font-weight:300;line-height:1.5}@media (min-width: 640px){.installation-hero-description{font-size:.95rem;line-height:1.6}}@media (min-width: 1024px){.installation-hero-description{font-size:1rem;line-height:1.625}}.installation-service-section{background-color:#4a566b;display:flex;align-items:center;justify-content:center}.installation-service-wrapper{max-width:80rem;margin:0 auto;padding:0 1rem;width:100%}@media (min-width: 640px){.installation-service-wrapper{padding:0 1.5rem}}@media (min-width: 1024px){.installation-service-wrapper{padding:0 2rem}}.installation-service-card{background-color:#0c203d;border-radius:.5rem;overflow:hidden;padding:1rem}@media (min-width: 640px){.installation-service-card{padding:1.5rem}}@media (min-width: 1024px){.installation-service-card{padding:2rem}}.installation-service-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 640px){.installation-service-row{gap:2rem;margin-bottom:2rem}}@media (min-width: 1024px){.installation-service-row{gap:2rem;margin-bottom:2rem}}.installation-service-col{flex:0 0 auto;width:100%}@media (min-width: 640px){.installation-service-col{flex:0 0 calc(50% - 1rem)}}@media (min-width: 768px){.installation-service-col{flex:0 0 calc(50% - 1rem)}}.border-bottom-mobile{padding-bottom:1.5rem;border-bottom:1px solid #4A566B}@media (min-width: 640px){.border-bottom-mobile{padding-bottom:0;border-bottom:none}}@media (min-width: 768px){.border-bottom-mobile{padding-bottom:0;border-bottom:none}}.installation-service-item{display:flex;flex-direction:column;gap:.75rem;color:#fff}@media (min-width: 640px){.installation-service-item{gap:1rem}}.installation-service-item-image{width:100%;height:auto;max-height:400px;border-radius:.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;position:relative;display:flex;align-items:center;justify-content:center}.installation-service-item-content{display:flex;flex-direction:column;gap:.5rem}.installation-service-flex{display:flex;flex-direction:column;align-items:center}@media (min-width: 1024px){.installation-service-flex{flex-direction:row}}.installation-service-section:nth-child(-n+3) .installation-service-wrapper{display:flex;justify-content:center}.installation-service-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-bottom:5rem}@media (min-width: 1024px){.installation-service-grid{grid-template-columns:repeat(2,1fr)}}.installation-service-image-left{order:1;width:fit-content}@media (min-width: 1024px){.installation-service-image-left{order:1}}.installation-service-content-right{order:2;color:#fff;padding:0 4rem;flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.installation-service-content-left{order:1;color:#fff;padding:0 4rem;flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.installation-service-image-right{order:2;width:fit-content}.installation-service-image-container{box-shadow:0 25px 50px -12px #00000040}.installation-service-image{width:100%;height:auto;object-fit:cover}.installation-service-title{font-size:1.125rem;font-weight:700;margin-bottom:0;line-height:1.4}@media (min-width: 640px){.installation-service-title{font-size:1.25rem;margin-bottom:1rem}}@media (min-width: 1024px){.installation-service-title{font-size:1.5rem;margin-bottom:.5rem}}.installation-service-description{font-size:.875rem;line-height:1.5}@media (min-width: 640px){.installation-service-description{font-size:1rem;line-height:1.625}}@media (min-width: 1024px){.installation-service-description{font-size:1rem}}.installation-quote-section{background-color:#4a566b;display:flex;align-items:center;justify-content:center;padding:1.5rem 0}@media (min-width: 640px){.installation-quote-section{padding:2rem 0}}@media (min-width: 1024px){.installation-quote-section{padding:3rem 0}}.installation-quote-wrapper{max-width:80rem;margin:0 auto;padding:0 1rem;width:100%}@media (min-width: 640px){.installation-quote-wrapper{padding:0 1.5rem}}@media (min-width: 1024px){.installation-quote-wrapper{padding:0 2rem}}.installation-quote-card{background-color:#0c203d;border-radius:.5rem;overflow:hidden;padding:1rem}@media (min-width: 640px){.installation-quote-card{padding:1.5rem}}@media (min-width: 1024px){.installation-quote-card{padding:2rem}}.installation-quote-text{color:#fff;font-size:1.125rem;font-weight:300;line-height:1.625;text-align:center;margin:0}@media (min-width: 1024px){.installation-quote-text{font-size:1.875rem}}.installation-large-display{margin-top:3rem}.installation-large-display-container{border-radius:.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.installation-large-display-image{width:100%;height:16rem;object-fit:cover}@media (min-width: 1024px){.installation-large-display-image{height:20rem}}.installation-gallery-section{padding:0}.installation-gallery-wrapper{width:100%}.installation-gallery-container{position:relative;display:flex;justify-content:center;align-items:center}.installation-gallery-track-wrapper{position:relative;width:100%;overflow:hidden}.installation-gallery-track{display:flex;gap:1.5rem;width:max-content;transition:transform .3s ease-in-out}.installation-gallery-item{flex:0 0 auto;width:100%;cursor:pointer;text-decoration:none}.installation-gallery-item:focus{outline:none}.installation-gallery-image-container{border-radius:.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;transition:transform .3s ease-in-out;height:250px}.installation-gallery-image-container:hover{transform:scale(1.02)}.installation-gallery-image{width:100%;height:100%;object-fit:cover;display:block}.installation-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;animation:fadeInGrid .6s ease-out}.installation-gallery-grid .installation-gallery-item:nth-child(1),.installation-gallery-grid .installation-gallery-item:nth-child(4){grid-column:span 1;grid-row:span 1}.installation-gallery-grid .installation-gallery-item:nth-child(2),.installation-gallery-grid .installation-gallery-item:nth-child(3){grid-column:span 1;grid-row:span 1}@keyframes fadeInGrid{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.installation-gallery-item{position:relative;cursor:pointer;border-radius:.5rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;height:200px}@media (min-width: 768px){.installation-gallery-item{height:250px}}@media (min-width: 1024px){.installation-gallery-item{height:280px}}.installation-gallery-item:hover{transform:scale(1.05);box-shadow:0 20px 25px -5px #0003}.installation-gallery-item img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.installation-gallery-nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:1rem;border-radius:50%;border:2px solid rgba(255,255,255,.2);cursor:pointer;transition:all .3s ease-in-out;z-index:20;box-shadow:0 8px 32px #0000004d}.installation-gallery-nav-button:hover{background-color:#ffffff40;border-color:#fff6;transform:translateY(-50%) scale(1.1)}.installation-gallery-nav-button.opacity-50{opacity:.5;cursor:not-allowed}.installation-gallery-nav-button.opacity-50:hover{transform:translateY(-50%);background-color:#ffffff26}.installation-gallery-nav-prev{left:1rem}@media (min-width: 640px){.installation-gallery-nav-prev{left:1.5rem}}.installation-gallery-nav-next{right:1rem}@media (min-width: 640px){.installation-gallery-nav-next{right:1.5rem}}.installation-gallery-nav-icon{width:1.5rem;height:1.5rem}@media (min-width: 640px){.installation-gallery-nav-icon{width:2rem;height:2rem}}.additional-services-section{background-color:#0c203d;padding:.5rem 0}@media (min-width: 1024px){.additional-services-section{padding:.5rem 0}}.additional-services-wrapper{max-width:80rem;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.additional-services-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.additional-services-wrapper{padding-left:2rem;padding-right:2rem}}.additional-services{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 640px){.additional-services{gap:2rem}}@media (min-width: 1024px){.additional-services{flex-direction:row}}.additional-service-card{background-color:#3e4c62;border-radius:.25rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;transition:box-shadow .3s ease-in-out;flex:1;display:flex;flex-direction:column}.additional-service-card:hover{box-shadow:0 35px 60px -12px #00000059}.additional-service-image{height:16rem;background-size:cover;background-position:center}.additional-service-content{padding:1rem 1.5rem;color:#fff;display:flex;flex-direction:column;justify-content:space-between;flex:1}@media (min-width: 640px){.additional-service-content{padding:2rem}}.additional-service-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem}.additional-service-description{color:#fff;line-height:1.625}.contact-us-cover-section{position:relative;height:fit-content;overflow:hidden;background-color:#0c203d}.contact-us-cover-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:cover;background-position:60% center;background-repeat:no-repeat;z-index:0}@media (min-width: 1024px){.contact-us-cover-bg{background-position:center}}.contact-us-cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0c203db3;z-index:1}.contact-us-cover-content{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem}@media (min-width: 640px){.contact-us-cover-content{padding:4rem 1.5rem}}@media (min-width: 1024px){.contact-us-cover-content{padding:5rem 2rem}}.contact-us-section{background-color:#f9fafb;min-height:calc(100vh - 510px);padding:.5rem 0}@media (min-width: 640px){.contact-us-section{min-height:calc(100vh - 550px)}}@media (min-width: 1024px){.contact-us-section{min-height:calc(100vh - 480px)}}.contact-us-wrapper{max-width:80rem;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.contact-us-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.contact-us-wrapper{padding-left:2rem;padding-right:2rem}}.contact-us-title{font-size:2.5rem;font-weight:300;color:#fff;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);text-align:center}@media (min-width: 640px){.contact-us-title{font-size:4rem}}@media (min-width: 1024px){.contact-us-title{font-size:6rem}}.contact-info-section{background-color:#0c203d;padding:0}.contact-info-wrapper{max-width:80rem;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.contact-info-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.contact-info-wrapper{padding-left:2rem;padding-right:2rem}}.contact-info-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.contact-info-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}.contact-info-map{position:relative;border-radius:.5rem;overflow:hidden;box-shadow:0 10px 25px -5px #0000004d;height:300px}@media (min-width: 768px){.contact-info-map{height:400px}}@media (min-width: 1024px){.contact-info-map{height:500px}}.contact-map-iframe{border-radius:.5rem}.contact-map-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:.5rem;overflow:hidden;background-color:#1e293b;z-index:10;display:flex;align-items:center;justify-content:center}.skeleton-shimmer{position:absolute;width:100%;height:100%;background:linear-gradient(90deg,#1e293b,#334155,#1e293b);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-icon{position:relative;z-index:20;display:flex;align-items:center;justify-content:center;animation:fadeInIcon .8s ease-in-out}.skeleton-pin-icon{width:8rem;height:8rem;object-fit:contain;opacity:.7}@media (min-width: 1024px){.skeleton-pin-icon{width:10rem;height:10rem}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeInIcon{0%{opacity:0;transform:scale(.8)}to{opacity:.7;transform:scale(1)}}.contact-info-details{display:flex;flex-direction:column;justify-content:flex-start}.contact-info-heading{font-size:1.875rem;font-weight:600;color:#fff;margin-bottom:2rem;margin-top:0;text-align:center}@media (min-width: 1024px){.contact-info-heading{font-size:2.25rem;margin-bottom:2.5rem}}.contact-info-list{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.contact-info-list{gap:2rem}}.contact-info-item{display:flex;align-items:center;gap:1rem}@media (min-width: 1024px){.contact-info-item{gap:1.5rem}}.contact-info-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background-color:#0ea5e933;flex-shrink:0;margin-top:.25rem}.contact-info-icon svg{width:1rem;height:1rem;color:#0ea5e9}.contact-info-content{flex:1}.contact-info-content p{color:#fff;font-size:1rem;line-height:1.6;margin:0}@media (min-width: 1024px){.contact-info-content p{font-size:1.125rem}}.contact-info-address{max-width:19rem}.contact-info-underline{text-decoration:underline}.abalest-divider{height:.25rem;background-color:#fff}}.pswp__icn{fill:none!important}
