@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);*{color:#203956;font-family:Poppins,sans-serif}:root{--primary:#113157;--background:#eee;--headings:#4d4d4d;--text-color:#6b6b6b}.navbar{align-items:center;border-bottom:1px solid #0000001a;height:73px;justify-content:space-between;margin:0 auto;padding:20px 50px;position:relative}.logo-container,.navbar{background-color:#eee;display:flex}.logo-container{flex-direction:column}.logo{text-decoration:none;z-index:1001}.logo h1{color:var(--primary);font-size:28px;font-weight:700;letter-spacing:1px;line-height:1;margin:0}.nav-links{align-items:center;display:flex;font-size:16px;gap:40px;justify-content:center}.nav-link{color:var(--headings);font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:after{background-color:var(--primary);bottom:-4px;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover{color:var(--primary)}.nav-link:hover:after{width:100%}.signin{align-items:center;display:flex;gap:15px}.sign{border:1px solid var(--primary);border-radius:40px;cursor:pointer;font-size:15px;font-weight:500;padding:8px 20px;transition:all .3s ease}#signup{background-color:initial;color:var(--primary)}#login,#signup:hover{background-color:var(--primary);color:#fff}#login:hover{background-color:initial;color:var(--primary)}.hamburger{cursor:pointer;display:none;z-index:1001}.bar{background-color:var(--primary);display:block;height:2px;margin:5px auto;transition:all .3s ease-in-out;width:25px}.mobile-signin{display:none;flex-direction:column;gap:15px;margin-top:30px}.mobile-signin .sign{text-align:center;width:100%}.logo img{height:43px;margin-top:10px;width:140px}@media screen and (max-width:1024px){.nav-links{gap:25px}.sign{font-size:14px;padding:6px 16px}}.search-icon{display:none}@media screen and (max-width:900px){.navbar{align-items:stretch;flex-direction:column;height:65px;padding:10px 20px}.desktop-signin{display:none}.mobile-header{align-items:center;display:flex;justify-content:space-between;width:100%}.logo img{height:26px;width:86px}.hamburger{cursor:pointer;font-size:22px}.hamburger,.search-icon{color:var(--primary);display:block}.search-icon{font-size:20px;margin-top:5px}.nav-links{display:none}.mobile-menu.active{background-color:#fff;border-radius:0 0 12px 12px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;left:0;position:absolute;top:60px;width:100%;z-index:1000}.mobile-link{border-bottom:1px solid #e0e0e0;color:var(--headings);display:block;font-size:16px;font-weight:600;padding:14px 10px;text-decoration:none;width:90%}.mobile-signin{display:flex;flex-direction:column;gap:15px;margin-top:20px;padding-bottom:20px;width:65%}.mobile-signup{background-color:#fff;border:1px solid var(--primary);color:var(--primary)}.mobile-login,.mobile-signup{border-radius:999px;font-weight:600;padding:12px}.mobile-login{background-color:var(--primary);border:none;color:#fff}}@media (max-width:480px){.hamburger-menu{margin-top:15px}}.resources-dropdown{align-items:center;cursor:pointer;display:flex;gap:6px;position:relative}.chevron-icon{font-size:12px;margin-left:4px}.dropdown-menu{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;left:0;max-height:0;min-width:160px;opacity:0;overflow:hidden;position:absolute;top:35px;transition:max-height .3s ease,opacity .3s ease;z-index:999}.dropdown-menu.open{max-height:500px;opacity:1}.dropdown-item{color:var(--headings);font-size:15px;padding:10px 15px;text-decoration:none;transition:background .2s}.dropdown-item:hover{background:#f5f5f5;color:var(--primary)}@media screen and (max-width:900px){.resources-dropdown{border-bottom:1px solid #e0e0e0;color:var(--headings);font-size:16px;font-weight:600;padding:14px 10px;width:90%}.dropdown-menu{background:#fff;border:none;border-radius:0;box-shadow:none;left:0;margin-left:5%;position:relative;top:0;width:100%}.dropdown-item{border-bottom:1px solid #e0e0e0;color:var(--headings);font-size:16px;font-weight:600;padding:14px 10px;width:90%}}.about-section{align-items:center;background-color:#f9f9f9;background-position:0 0;background-repeat:no-repeat;background-size:18.75rem auto;display:flex;justify-content:center;padding:6rem 2rem;text-align:center}.about-content{margin:0 auto;max-width:46.4375rem}.about-title{color:#000;line-height:4rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:40rem}.red-dot{color:red}.bold-subtitle{color:#000;display:inline;line-height:4rem;max-width:40rem}.about-tagline{margin-bottom:1.25rem;max-width:42rem}.about-description,.about-tagline{color:#000;margin-left:auto;margin-right:auto}.about-description{line-height:1.6;max-width:50rem;padding-bottom:2rem;width:45rem}.about-section.custom-bg-size{background-attachment:scroll;background-position:0 0;background-repeat:no-repeat;background-size:30% auto}@media (max-width:480px){.about-section{background-size:70% auto;flex-direction:column;padding:4rem 1rem}.about-content{max-width:100%}.about-title,.bold-subtitle{line-height:2.2rem}.about-tagline{margin-bottom:1rem}.about-description{padding-left:0;text-align:center;width:100%}.about-section.custom-bg-size{background-size:70% auto}}@media (min-width:481px) and (max-width:767px){.about-section{background-size:65% auto;flex-direction:column;padding:5rem 1.5rem}.about-content{margin-top:6rem;max-width:100%}.about-title,.bold-subtitle{line-height:2.4rem}.about-tagline{margin-bottom:1rem}.about-description{padding-left:0;text-align:center;width:100%}.about-section.custom-bg-size{background-size:65% auto}}@media (min-width:768px) and (max-width:1024px){.about-section{background-size:45% auto;padding:6rem 2rem}.about-content{max-width:85%}.about-title,.bold-subtitle{line-height:3rem}.about-description{padding-left:1rem;width:100%}.about-section.custom-bg-size{background-size:50% auto}}@media (min-width:1025px) and (max-width:1440px){.about-section{background-size:40% auto;padding:10rem 3rem}.about-content{max-width:90%}.about-title,.bold-subtitle{line-height:3.5rem}.about-description{padding-left:2rem;width:90%}.about-section.custom-bg-size{background-size:40% auto}}@media (min-width:1441px){.about-section{padding:12rem 4rem}.about-section,.about-section.custom-bg-size{background-size:35% auto}}.about2-section{box-sizing:border-box;margin:0 auto;max-width:1440px;padding:4rem 15rem}.about2-row{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around;margin-bottom:4rem;margin-left:auto;margin-right:auto}.about2-text{flex:1 1}.about2-text h2{color:#2d3134;margin-bottom:1rem;max-width:11.875rem}.about2-text p{color:#676a6c;line-height:1.6;max-width:20.5rem}.about2-img{display:flex;flex:1 1}.vision-image{justify-content:flex-end}.mission-image{justify-content:flex-start}.about2-img img{border-radius:.5rem;max-width:100%}.mission-text{align-items:flex-end;display:flex;flex-direction:column;text-align:right}.mission-title{max-width:none!important;text-align:right;white-space:nowrap;width:60%}.mission-desc{margin-left:0;text-align:right;width:20.5rem}.about2-difference{margin-top:3rem}.about2-difference h2{color:#000;margin-bottom:.75rem;margin-left:auto;margin-right:auto;text-align:center}.about2-difference p{color:#000;margin:0 auto;max-width:none;overflow:hidden;text-align:center;white-space:nowrap}.about2-difference h3{color:#000;margin-bottom:1.5rem;margin-top:4rem;max-width:31.25rem}.difference-list{flex-direction:column;gap:1rem}.difference-item,.difference-list{align-items:flex-start;box-sizing:border-box;display:flex;width:100%}.difference-item{flex-wrap:wrap;gap:.75rem;margin-left:0;margin-right:0}.blue-bar{background-color:#007bff;border-radius:2px;display:inline-block;flex-shrink:0;height:1.25rem;margin-top:.25rem;width:.1875rem}.difference-item p{word-wrap:break-word;color:#000;flex:1 1;line-height:1.5;margin:0;max-width:100%;text-align:left}@media (max-width:480px){.about2-section{margin:0 auto;padding:2rem 1rem}.about2-row{flex-direction:column;justify-content:center;margin:0 auto;text-align:center}.about2-row .about2-img{justify-content:center;order:1}.about2-row .about2-text{order:2;text-align:left}.about2-text h2{font-weight:700;max-width:100%}.about2-text p{max-width:100%;text-align:right}.vision-text p{margin-bottom:2rem;text-align:left}.mission-desc{margin-left:0;text-align:center;width:100%}.about2-difference h2,.about2-difference h3{max-width:80%}.about2-difference p{white-space:wrap}.difference-item{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:.5rem;width:100%}.difference-item p{word-wrap:break-word;flex:1 1;max-width:100%}}@media (min-width:481px) and (max-width:767px){.about2-section{margin:0 auto;padding:2.5rem 2rem}.about2-row{flex-direction:column;justify-content:center;margin:0 auto;text-align:center}.about2-row .about2-img{justify-content:center;order:1}.about2-row .about2-text{order:2;text-align:left}.about2-text h2,.about2-text p{max-width:100%}.mission-desc{margin-left:0;text-align:right;width:100%}.about2-difference h2,.about2-difference h3,.about2-difference p{max-width:100%;text-align:left}.difference-item{align-items:flex-start;flex-direction:column}}@media (min-width:768px) and (max-width:1024px){.about2-section{margin:0 auto;padding:3rem 4rem}.about2-row{gap:1.5rem;margin:0 auto}.mission-desc{margin-left:0;text-align:right;width:90%}}@media (min-width:1025px) and (max-width:1440px){.about2-section{margin:0 auto;padding:4rem 8rem}.about2-row{gap:2rem;margin:0 auto}.mission-desc{margin-left:0;text-align:right;width:80%}}.about3-section{padding:3rem 1rem;text-align:center}.about3-title{color:#000;margin-bottom:2rem}.about3-container{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-around;margin:0 auto;max-width:1440px}.about3-card{border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 2px 6px #0000000d;height:auto;padding:2rem 1rem;text-align:center;transition:all .3s ease;width:25.1875rem}.about3-card:hover{box-shadow:0 6px 12px #0000001a;transform:translateY(-4px)}.about3-icon img{height:6.875rem;margin-bottom:1rem;width:6.875rem}.about3-card-title{color:#000;margin-bottom:.8rem}.about3-description{color:#000;line-height:1.5}@media (max-width:480px){.about3-section{padding:2rem 1rem}.about3-container{align-items:center;flex-direction:column;gap:1rem;margin:0 auto;max-width:100%}.about3-card{height:auto;max-width:20rem;padding:1.5rem 1rem;width:100%}.about3-icon img{height:5rem;width:5rem}}@media (min-width:481px) and (max-width:767px){.about3-section{padding:2.5rem 1.5rem}.about3-container{gap:1.25rem;justify-content:center;margin:0 auto;max-width:100%}.about3-card{height:auto;max-width:22rem;width:90%}.about3-icon img{height:5.5rem;width:5.5rem}}@media (min-width:768px) and (max-width:1024px){.about3-section{padding:3rem 2rem}.about3-container{gap:1.5rem;justify-content:left;margin:0 auto;max-width:100%}.about3-card{height:auto;width:45%}.about3-icon img{height:6rem;width:6rem}}@media (min-width:1025px) and (max-width:1440px){.about3-section{padding:3rem 4rem}.about3-container{gap:2rem;justify-content:space-between;margin:0 auto;max-width:100%}.about3-card{height:auto;width:30%}.about3-icon img{height:6.5rem;width:6.5rem}}.about4-section{margin:0;padding:0;width:100%}.about4-title{color:#000;margin:2rem 0;text-align:center}.about4-grid{grid-gap:0;align-items:stretch;display:grid;gap:0;grid-template-columns:repeat(3,1fr);width:100%}.about4-card{display:flex;flex-direction:column}.about4-card,.about4-img-card,.about4-img-card img{height:100%;width:100%}.about4-img-card img{display:block;object-fit:cover}.about4-text-card{background:#113157;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem;text-align:center}.about4-text-card h4{color:#fff;margin-bottom:.8rem}.about4-text-card p{color:#fff;line-height:1.5}@media (max-width:480px){.about4-title{margin:1.5rem 0}.about4-grid{grid-auto-rows:auto;grid-template-columns:1fr}.about4-text-card{padding:1rem}}@media (min-width:481px) and (max-width:767px){.about4-title{margin:1.2rem 0;text-align:center}.about4-grid{grid-auto-rows:auto;grid-template-columns:repeat(3,1fr)}.about4-text-card{display:flex;flex-direction:column;justify-content:center;padding:.8rem;text-align:center}.about4-text-card h4{margin-bottom:.4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.about4-text-card p{line-height:1.3}}@media (min-width:768px) and (max-width:1024px){.about4-grid{grid-auto-rows:auto;grid-template-columns:repeat(3,1fr)}.about4-text-card{padding:1.5rem}}@media (min-width:1025px) and (max-width:1440px){.about4-grid{grid-auto-rows:auto;grid-template-columns:repeat(3,1fr)}.about4-text-card{padding:2rem}}.advantage-section{margin:0;padding:3rem 2rem;width:100%}.advantage-title{color:#000;margin-bottom:2.5rem;text-align:center}.advantage-grid{grid-gap:8rem;display:grid;gap:8rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:75rem}.advantage-card{border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 2px 6px #00000014;padding:1.5rem}.advantage-card h4{color:#000;margin-bottom:1rem}.advantage-card ul{list-style:none;margin:0;padding:0}.advantage-card ul li{color:#000;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:.7rem}@media (max-width:480px){.advantage-section{padding:2rem 1rem}.advantage-title{margin-bottom:1.5rem}.advantage-grid{gap:2rem;grid-template-columns:1fr}.advantage-card{padding:1rem}.advantage-card h4{margin-bottom:.6rem}.advantage-card ul li{font-size:.9rem;line-height:1.4}}@media (min-width:481px) and (max-width:767px){.advantage-section{padding:2.2rem 1.2rem}.advantage-title{margin-bottom:1.8rem}.advantage-grid{gap:2.5rem;grid-template-columns:1fr}.advantage-card{padding:1.2rem}.advantage-card h4{margin-bottom:.8rem}.advantage-card ul li{font-size:.95rem;line-height:1.45}}@media (min-width:768px) and (max-width:1024px){.advantage-section{padding:2.5rem 1.5rem}.advantage-title{margin-bottom:2rem}.advantage-grid{gap:3rem;grid-template-columns:repeat(2,1fr)}.advantage-card{padding:1.4rem}.advantage-card ul li{font-size:1rem;line-height:1.5}}@media (min-width:1025px) and (max-width:1440px){.advantage-section{padding:3rem}.advantage-title{margin-bottom:2.2rem}.advantage-grid{gap:4rem;grid-template-columns:repeat(2,1fr)}.advantage-card{padding:1.5rem}.advantage-card ul li{font-size:1rem}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.inquiry-container{background-color:#fff!important;box-sizing:border-box!important;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:30px 0!important;width:100%!important}.inquiry-title{color:#4d4d4d;font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem);font-weight:500;margin-bottom:10px}.inquiry-subtitle,.inquiry-title{background-color:#fff!important;text-align:center}.inquiry-subtitle{color:#6b6b6b;font-size:16px;margin-bottom:30px;margin-left:auto;margin-right:auto;max-width:600px}.inquiry-form{box-sizing:border-box;flex-direction:column;margin:0 auto 2rem;max-width:1200px;padding:0 20px}.inquiry-form,.row{background-color:#fff!important;display:flex;gap:20px}.row{flex-wrap:wrap;justify-content:center}.row input,.row textarea{background:#fff!important;border:none;border-bottom:1px solid #ccc;box-sizing:border-box;flex:1 1;font-size:14px;max-width:100%;min-width:300px;outline:none;padding:10px}.row textarea{resize:vertical}.checkbox-row{color:#555;flex-direction:column;font-size:14px;line-height:24px;margin-left:-20px;max-width:1200px;padding:2.375rem 20px}.checkbox-row,.checkbox-row label{background-color:#fff!important;display:flex;gap:8px}.checkbox-row label{align-items:center;cursor:pointer}.checkbox-row input[type=checkbox]{accent-color:#0c2546;background-color:#fff!important}.submit-button-container{background-color:#fff!important;display:flex;justify-content:center;margin-top:20px;width:100%}.submit-button{background-color:#113157!important;border:none!important;border-radius:13px!important;color:#fff!important;cursor:pointer!important;font-size:clamp(.875rem,.8vw + .45rem,1rem);font-weight:600;height:60px;padding:8px 16px!important;transition:background-color .2s ease!important;width:160px!important}.submit-button:hover{background-color:#173a6a!important}@media (min-width:300px) and (max-width:480px){.inquiry-container{padding:20px!important}.inquiry-form{margin-bottom:2rem}.row{flex-direction:column;gap:15px}.row input,.row textarea{background-color:#fff!important;border:1px solid #ccc;border-radius:6px;padding:12px}.submit-button{font-size:clamp(.875rem,.8vw + .45rem,1rem);font-weight:600;padding:10px 15px!important}}@media (min-width:481px) and (max-width:767px){.inquiry-container{padding:25px!important}.inquiry-form{margin-bottom:2rem}.row{flex-direction:column;gap:15px}.row input,.row textarea{background-color:#fff!important;border:1px solid #ccc;border-radius:6px;padding:12px}.submit-button{font-size:clamp(.875rem,.8vw + .45rem,1rem);padding:12px 18px!important}}@media (min-width:768px) and (max-width:1024px){.inquiry-container{padding:30px!important}.inquiry-form{margin-bottom:2rem}.row{flex-direction:row;gap:20px}.submit-button{font-size:clamp(.875rem,.8vw + .45rem,1rem);font-weight:600}}@media (min-width:1025px) and (max-width:1440px){.inquiry-container{padding:40px!important}}@media (min-width:1441px){.inquiry-container{max-width:100%!important;padding:50px!important}}.herofeature-container{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;justify-content:flex-start;overflow:hidden;padding-left:5%;position:relative}.herofeature-overlay{backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%)!important;background:#ffffff26;border:1px solid #ffffff40;border-radius:16px;box-shadow:0 8px 24px #00000040;box-sizing:border-box;height:314px;margin-top:-100px;max-width:830px;padding:2rem 2.5rem}.herofeature-title{color:#113157;font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem)}.herofeature-subtitle,.herofeature-title{word-wrap:break-word;font-family:Poppins,sans-serif;font-weight:700;line-height:100%;margin-bottom:1rem}.herofeature-subtitle{color:#fff;font-size:clamp(1.45rem,1.15vw + .75rem,1.82rem)}.herofeature-text{word-wrap:break-word;color:#fff;font-family:Poppins,sans-serif;font-size:clamp(.875rem,.8vw + .45rem,1rem);font-weight:500;line-height:100%}.highlightfeature{color:#113157;font-weight:700;position:relative}.highlightfeature-dot:after{color:red;content:"•";font-size:1.1em;margin-left:4px;vertical-align:middle}@media (max-width:300px){.herofeature-container{background-position:calc(50% - 200px);background-repeat:no-repeat;background-size:cover;min-height:80vh;padding:0 .5rem .5rem}.herofeature-container,.herofeature-overlay{align-items:center;display:flex;height:auto;justify-content:center}.herofeature-overlay{border-radius:10px;box-shadow:0 4px 10px #0003;flex-direction:column;margin-left:auto;margin-right:auto;margin-top:0;max-width:100%;padding:1rem;text-align:center;width:100%}.herofeature-title{font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem)}.herofeature-subtitle,.herofeature-title{line-height:1.3;margin-bottom:.6rem;text-align:center;width:100%}.herofeature-subtitle{font-size:clamp(1.45rem,1.15vw + .75rem,1.82rem)}.herofeature-text{line-height:1.4;width:100%}.herofeature-text,.highlightfeature{font-size:clamp(.875rem,.8vw + .45rem,1rem);text-align:center}.highlightfeature-dot:after{font-size:.8em}}@media (min-width:301px) and (max-width:479px){.herofeature-container{background-position:calc(50% - 250px);background-repeat:no-repeat;background-size:cover;min-height:75vh;padding:0 .8rem .8rem}.herofeature-container,.herofeature-overlay{align-items:center;display:flex;height:auto;justify-content:center}.herofeature-overlay{border-radius:12px;box-shadow:0 4px 12px #0003;flex-direction:column;margin-left:auto;margin-right:auto;margin-top:0;max-width:100%;padding:1.2rem;text-align:center;width:95%}.herofeature-title{font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem)}.herofeature-subtitle,.herofeature-title{line-height:1.3;margin-bottom:.7rem;text-align:left;width:100%}.herofeature-subtitle{font-size:clamp(1.45rem,1.15vw + .75rem,1.82rem)}.herofeature-text{font-size:clamp(.875rem,.8vw + .45rem,1rem);line-height:1.4;text-align:left;width:100%}.highlightfeature{font-size:1rem;text-align:center}.highlightfeature-dot:after{font-size:.9em}}@media (min-width:480px) and (max-width:767px){.herofeature-container{background-position:calc(50% - 250px);background-repeat:no-repeat;background-size:cover;min-height:70vh;padding:0 1.5rem 1.5rem}.herofeature-container,.herofeature-overlay{align-items:center;display:flex;height:auto;justify-content:center}.herofeature-overlay{border-radius:14px;flex-direction:column;margin-left:auto;margin-right:auto;margin-top:0;max-width:100%;padding:1.8rem;text-align:center;width:90%}.herofeature-title{font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem)}.herofeature-subtitle,.herofeature-title{line-height:1.2;margin-bottom:.8rem;text-align:center;width:100%}.herofeature-subtitle{font-size:clamp(1.45rem,1.15vw + .75rem,1.82rem)}.herofeature-text{font-size:clamp(.875rem,.8vw + .45rem,1rem);line-height:1.3;text-align:center;width:100%}.highlightfeature{font-size:14px;text-align:center}}@media (min-width:768px) and (max-width:1023px){.herofeature-container{align-items:flex-start;background-position:calc(50% - 250px);height:auto;justify-content:center;min-height:100vh;padding:40% .8rem .8rem}.herofeature-overlay{border-radius:12px;box-shadow:0 4px 12px #0003;height:auto;margin-top:-180px;max-width:80%;padding:1.2rem;width:95%}.herofeature-title{font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem)}.herofeature-subtitle,.herofeature-title{line-height:1.3;margin-bottom:.7rem;text-align:left}.herofeature-subtitle{font-size:clamp(1.45rem,1.15vw + .75rem,1.82rem)}.herofeature-text{font-size:clamp(.875rem,.8vw + .45rem,1rem);line-height:1.4;text-align:left}.highlightfeature,.highlightfeature-dot:after{font-size:20px}}@media (min-width:1024px) and (max-width:1440px){.herofeature-container{align-items:center;background-position:50%;background-size:cover;height:100vh;justify-content:center;min-height:auto;padding:0}.herofeature-overlay{border-radius:16px;box-shadow:0 8px 24px #00000040;height:auto;margin:0 0 0 -480px;max-width:830px;min-height:280px;padding:2.5rem;transform:translateY(-50px);width:45%}.herofeature-title{font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem)}.herofeature-subtitle,.herofeature-title{word-wrap:break-word;line-height:1.2;margin-bottom:1rem;text-align:left}.herofeature-subtitle{font-size:clamp(1.45rem,1.15vw + .75rem,1.82rem)}.herofeature-text{word-wrap:break-word;font-size:clamp(.875rem,.8vw + .45rem,1rem);line-height:1.4;text-align:left}.highlightfeature,.highlightfeature-dot:after{font-size:18px}}@media (min-width:1441px){.herofeature-container{background-position:50%;background-size:cover;height:100vh;justify-content:center;padding-left:0}.herofeature-overlay{border-radius:16px;box-shadow:0 8px 24px #00000040;height:auto;margin:0 0 0 -650px;max-width:830px;min-height:280px;padding:2.5rem;transform:translateY(-50px);width:40%}.herofeature-title{font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem)}.herofeature-subtitle,.herofeature-title{word-wrap:break-word;line-height:1.2;margin-bottom:1rem;text-align:left}.herofeature-subtitle{font-size:clamp(1.45rem,1.15vw + .75rem,1.82rem)}.herofeature-text{word-wrap:break-word;font-size:clamp(.875rem,.8vw + .45rem,1rem);line-height:1.4;text-align:left}.highlightfeature,.highlightfeature-dot:after{font-size:18px}}@media (min-width:1600px){.herofeature-container{background-position:50%;background-size:cover;height:100vh;justify-content:center;padding-left:0}.herofeature-overlay{border-radius:16px;box-shadow:0 8px 24px #00000040;height:auto;margin:0 0 0 -800px;max-width:830px;min-height:280px;padding:2.5rem;transform:translateY(-50px);width:40%}.herofeature-title{font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem)}.herofeature-subtitle,.herofeature-title{word-wrap:break-word;line-height:1.2;margin-bottom:1rem;text-align:left}.herofeature-subtitle{font-size:clamp(1.45rem,1.15vw + .75rem,1.82rem)}.herofeature-text{word-wrap:break-word;font-size:clamp(.875rem,.8vw + .45rem,1rem);line-height:1.4;text-align:left}.highlightfeature,.highlightfeature-dot:after{font-size:18px}}.howitworks-container{font-family:Poppins,sans-serif;margin-left:auto;margin-right:auto;max-width:1440px;padding:4rem 6rem;text-align:center}.howitworks-title{color:#000;font-family:Poppins,sans-serif;font-weight:700;line-height:100%;margin-bottom:6rem}.howitworks-grid{display:flex;justify-content:space-between}.howitworks-card{background-color:#113157;border-radius:8px;box-shadow:0 6px 16px #0003;color:#fff;max-width:369px;min-height:229px;padding:1rem;position:relative;text-align:left;width:100%}.howitworks-card-1{max-height:190px;max-width:273px}.howitworks-card-2,.howitworks-card-3{max-height:154px;max-width:273px}.howitworks-heading{font-weight:600;line-height:100%;margin-bottom:.8rem}.howitworks-heading,.howitworks-text{color:#fff;font-family:Poppins,sans-serif;max-width:273px}.howitworks-text{font-weight:400;line-height:1.4}.howitworks-number{color:#fff;font-size:150px;font-weight:700;height:225px;opacity:.2;position:absolute;width:57px}.howitworks-number-1{right:8px;top:50px}.howitworks-number-2,.howitworks-number-3{right:40px;top:50px}@media (max-width:480px){.howitworks-container{padding:6rem 20px;text-align:center}.howitworks-title{line-height:1.3;margin-bottom:40px;text-align:center}.howitworks-grid{align-items:center;flex-direction:column;gap:2rem;margin:0;padding:0;width:100%}.howitworks-card{flex:1 1 280px}.howitworks-card-1,.howitworks-card-2,.howitworks-card-3{max-height:auto;width:100%}.howitworks-heading{line-height:1.3;width:100%}.howitworks-text{line-height:1.5;width:100%}.howitworks-number{font-size:150px;height:auto;opacity:.15;width:auto}.howitworks-number-1,.howitworks-number-2,.howitworks-number-3{right:10px;top:100px}}@media (min-width:481px) and (max-width:767px){.howitworks-container{padding:6rem 20px;text-align:center}.howitworks-title{line-height:1.3;margin-bottom:3rem;text-align:center}.howitworks-grid{align-items:center;flex-direction:column;gap:2rem;margin:0;padding:0;width:100%}.howitworks-card{border-radius:8px;box-sizing:border-box;margin:0;min-height:auto;padding:1.5rem;width:100%}.howitworks-card-1,.howitworks-card-2,.howitworks-card-3{max-height:auto;width:100%}.howitworks-heading{line-height:1.3;width:100%}.howitworks-text{line-height:1.5;width:100%}.howitworks-number{font-size:160px;height:auto;opacity:.15;width:auto}.howitworks-number-1,.howitworks-number-2{right:15px;top:0}.howitworks-number-3{right:2px;top:-10px}}@media (min-width:768px) and (max-width:1023px){.howitworks-container{padding:6rem 40px}.howitworks-title{margin-bottom:4rem;text-align:center}.howitworks-grid{flex-wrap:wrap;gap:2rem}.howitworks-card{box-sizing:border-box;flex:1 1 250px;max-width:300px;min-height:200px;width:100%}.howitworks-card-1,.howitworks-card-2,.howitworks-card-3{max-height:none;max-width:100%}.howitworks-heading{width:100%}.howitworks-text{max-width:70%;width:100%}.howitworks-number{font-size:150px}.howitworks-number-1{right:20px;top:30px}.howitworks-number-2,.howitworks-number-3{right:40px;top:30px}}@media (min-width:1024px) and (max-width:1300px){.howitworks-container{align-items:center;display:flex;flex-direction:column;padding:3.5rem 2.5rem}.howitworks-title{margin-bottom:4rem;text-align:center;width:100%}.howitworks-grid{display:flex;gap:2rem;width:100%}.howitworks-card-1,.howitworks-card-2,.howitworks-card-3{max-height:none;max-width:100%}.howitworks-heading{line-height:1.7rem;margin-bottom:1rem}.howitworks-text{line-height:1.6;width:100%}.howitworks-number{font-size:clamp(5rem,8vw,7rem);opacity:.2;position:absolute}.howitworks-number-1{right:-.5rem;top:8rem}.howitworks-number-2,.howitworks-number-3{right:.5rem;top:8rem}}@media (min-width:1301px) and (max-width:1440px){.howitworks-container{align-items:center;display:flex;flex-direction:column}.howitworks-title{margin-bottom:4rem;text-align:center;width:100%}.howitworks-grid{display:flex;gap:2rem;width:100%}.howitworks-card-1,.howitworks-card-2,.howitworks-card-3{max-height:none;max-width:100%}.howitworks-heading{line-height:1.7rem;margin-bottom:1rem}.howitworks-text{line-height:1.6;width:100%}.howitworks-number{font-size:clamp(5rem,8vw,7rem);opacity:.2;position:absolute}.howitworks-number-1{right:-.5rem;top:5.5rem}.howitworks-number-2,.howitworks-number-3{right:1rem;top:5.5rem}}@media (min-width:1441px){.howitworks-title{color:#000;font-family:Poppins,sans-serif;font-weight:700;line-height:100%;margin-bottom:6rem}.howitworks-card-1{max-height:190px;max-width:273px}.howitworks-card-2,.howitworks-card-3{max-height:154px;max-width:273px}.howitworks-heading{font-weight:600;line-height:100%;margin-bottom:.8rem;max-width:273px}.howitworks-heading,.howitworks-text{color:#fff;font-family:Poppins,sans-serif}.howitworks-text{font-weight:400;line-height:1.4;max-width:263px}.howitworks-number{color:#fff;font-size:150px;font-weight:700;height:225px;opacity:.2;position:absolute;width:57px}.howitworks-number-1{right:8px;top:50px}.howitworks-number-2,.howitworks-number-3{right:40px;top:50px}}@media (min-width:1600px){.howitworks-title{color:#000;font-family:Poppins,sans-serif;font-weight:700;line-height:100%;margin-bottom:6rem}.howitworks-card-1{max-height:190px;max-width:273px}.howitworks-card-2,.howitworks-card-3{max-height:154px;max-width:273px}.howitworks-heading{font-weight:600;line-height:100%;margin-bottom:.8rem}.howitworks-heading,.howitworks-text{color:#fff;font-family:Poppins,sans-serif;max-width:273px}.howitworks-text{font-weight:400;line-height:1.4}.howitworks-number{color:#fff;font-size:150px;font-weight:700;height:225px;opacity:.2;position:absolute;width:57px}.howitworks-number-1{right:8px;top:50px}.howitworks-number-2,.howitworks-number-3{right:40px;top:50px}}.features-container{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:1440px;padding:2.5rem 6rem}.features-title{align-self:center;color:#000;flex:1 1 300px;font-family:Poppins,sans-serif;margin-bottom:2rem;max-width:30rem;text-align:left}.features-grid{grid-gap:2rem;display:grid;flex:2 1 600px;gap:2rem;grid-template-columns:repeat(2,1fr)}.feature-card,.features-grid{box-sizing:border-box;width:100%}.feature-card{border:2px solid #113157;border-radius:.5rem;box-shadow:1px 2px 4px #00000014;height:auto;max-width:100%;padding:clamp(1.5rem,3vw,3rem) 1.25rem;transition:transform .2s ease-in-out}.feature-card:hover{transform:translateY(-3px)}.feature-card p{word-wrap:break-word;color:#111;font-family:Poppins,sans-serif;font-weight:500;line-height:1.4;text-align:left;width:100%}@media (max-width:480px){.features-container{align-items:flex-start;flex-direction:column;gap:2rem;padding:1.25rem}.features-title{line-height:1.4;margin-bottom:1.25rem;max-width:100%;padding-left:0;text-align:left}.features-grid{gap:1.25rem;grid-template-columns:1fr;margin-top:-14rem;width:100%}.feature-card{border-radius:.4rem;padding:1.5rem 1rem;width:100%}.feature-card p{line-height:1.4}}@media (min-width:481px) and (max-width:767px){.features-container{align-items:flex-start;flex-direction:column;gap:2.5rem;padding:1.5rem}.features-title{line-height:1.3;margin-bottom:1.5rem;padding-left:0;width:100%}.features-grid{gap:1.5rem;grid-template-columns:1fr;margin-top:-15rem}.feature-card{border-radius:.5rem;padding:2rem 1.25rem;width:100%}.feature-card p{line-height:1.5}}@media (min-width:768px) and (max-width:1023px){.features-container{align-items:flex-start;flex-direction:column;gap:1.5rem;padding:1.5rem 2rem}.features-title{line-height:1.2;margin-bottom:1rem;padding-left:0;width:100%}.features-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:-10rem}.feature-card{border-radius:.5rem;padding:1.75rem 1.25rem}.feature-card p{line-height:1.4;margin-top:5rem}}@media (min-width:1024px) and (max-width:1440px){.features-title{line-height:1.3;margin-bottom:0;max-width:28rem;width:100%}.features-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}.feature-card{border-radius:.6rem;padding:3rem 1.25rem}.feature-card p{line-height:1.4}}@media (min-width:1441px){.features-title{margin-bottom:0;max-width:32rem;padding-left:0}.features-grid{grid-gap:2rem;box-sizing:border-box;display:grid;flex:2 1 600px;gap:2rem;grid-template-columns:repeat(2,1fr);width:100%}.feature-card{padding:3.5rem 1.5rem}.feature-card p{line-height:1.5}}.explore-feature-container{font-family:Poppins,sans-serif;margin-bottom:250px;margin-left:auto;margin-right:auto;max-width:1440px;padding:4rem 6rem;text-align:left}.explore-feature-div-1{margin:40px 0;max-width:1170px}.explore-feature-title{color:#000;font-weight:700;line-height:4rem;margin-bottom:20px}.explore-feature-text{color:#000;font-weight:400;line-height:2rem;margin-bottom:40px}.explore-feature-curve{display:flex;height:auto;justify-content:center;margin-top:100px;position:relative;width:100%}.curve-container{position:relative;top:250px;width:80%}.features-curve-svg{display:block;height:auto;width:100%}.explore-steps-container{height:100%;left:0;position:absolute;top:0;width:100%}.explore-circle{background-color:#fff!important;border:2px solid #dcdcdc;border-radius:20px;box-shadow:0 2px 6px #0000001a;height:60px;width:60px;z-index:2}.explore-circle,.explore-circle:after{position:absolute;transform:translate(-50%,-50%)}.explore-circle:after{background-color:#113157;border-radius:50%;content:"";height:20px;left:50%;top:50%;width:20px}.explore-circle-1{left:85%;top:2%}.explore-circle-2{left:4%;top:25%}.explore-circle-3{left:96%;top:55%}.explore-circle-4{left:4%;top:84%}.explore-step-box{border-radius:12px;line-height:1rem;padding:1rem 1.5rem;position:absolute;text-align:left;z-index:1}.explore-step-box h3{color:#000;margin-bottom:30px}.explore-step-box h4{margin-bottom:20px}.explore-step-box h4,.explore-step-box p{color:#000;line-height:2rem}.explore-step-box-1{left:20%;top:-8%;width:600px}.explore-step-box-2{left:20%;top:18%;width:600px}.explore-step-box-3{left:20%;top:48%;width:600px}.explore-step-box-4{left:20%;top:80%;width:600px}@media (min-width:300px) and (max-width:400px){.explore-feature-container{padding:1.5rem 15px}.explore-feature-div-1{margin:15px 0}.explore-feature-title{line-height:1.8rem;margin-bottom:12px;text-align:center}.explore-feature-text{line-height:1.4rem;margin-bottom:15px;text-align:center}.explore-feature-curve{margin-bottom:200px;margin-top:50px}.curve-container{top:150px;width:100%}.explore-circle{border-radius:10px;height:40px;width:40px}.explore-circle:after{height:14px;width:14px}.explore-step-box{border-radius:6px;padding:.7rem .8rem;width:80%}.explore-step-box-1{left:10%!important;top:-25%!important}.explore-step-box-2{left:25%!important;top:13%!important}.explore-step-box-3{left:10%!important;top:41%!important}.explore-step-box-4{left:25%!important;top:72%!important}.explore-step-box h3{margin-bottom:8px;text-align:center}.explore-step-box h4{margin-bottom:6px;text-align:center}.explore-step-box p{line-height:.9rem;text-align:center}}@media (max-width:480px){.explore-feature-container{box-sizing:border-box;margin-bottom:50px;padding:2rem 15px}.explore-feature-div-1{padding-top:20vw}.explore-feature-title{line-height:2.2rem;margin-bottom:14px;text-align:left}.explore-feature-text{line-height:1.6rem;margin-bottom:20px;text-align:left}.explore-feature-curve{margin-bottom:8rem;margin-top:60px}.curve-container{top:180px;width:100%}.explore-circle{border-radius:12px;height:50px;width:50px}.explore-circle:after{height:16px;width:16px}.explore-step-box{border-radius:8px;padding:.8rem 1rem;text-align:left;width:75%}.explore-step-box-1{top:-25%}.explore-step-box-2{left:20vw;top:13%}.explore-step-box-3{left:10%;top:80vw}.explore-step-box-4{left:20vw;top:74%}.explore-step-box h3{font-size:16px;margin-bottom:10px;text-align:left}.explore-step-box h4{margin-bottom:8px}.explore-step-box h4,.explore-step-box p{font-size:12px;line-height:1rem;text-align:left}}@media (min-width:30.0625rem) and (max-width:47.9375rem){.explore-feature-container{box-sizing:border-box;margin-bottom:100px;padding:2rem 15px}.explore-feature-div-1{padding-top:20vw}.explore-feature-title{line-height:2.2rem;margin-bottom:14px;text-align:left}.explore-feature-text{line-height:1.6rem;margin-bottom:20px;text-align:left}.explore-feature-curve{margin-bottom:8rem;margin-top:60px}.curve-container{top:180px;width:100%}.explore-circle{border-radius:12px;height:50px;width:50px}.explore-circle:after{height:16px;width:16px}.explore-step-box{border-radius:8px;padding:.8rem 1rem;text-align:left;width:75%}.explore-step-box-1{top:-15%}.explore-step-box-2{left:20vw;top:20%}.explore-step-box-3{left:10%;top:50%}.explore-step-box-4{left:20vw;top:78%}.explore-step-box h3{font-size:16px;margin-bottom:10px;text-align:left}.explore-step-box h4{margin-bottom:8px}.explore-step-box h4,.explore-step-box p{font-size:12px;line-height:1rem;text-align:left}}@media (min-width:768px) and (max-width:1023px){.explore-feature-container{padding:3rem 40px}.explore-feature-div-1{margin:30px 0}.explore-feature-title{line-height:2.6rem;margin-bottom:18px}.explore-feature-text{line-height:1.8rem;margin-bottom:30px}.explore-feature-curve{margin-top:100px}.curve-container{width:70%}.explore-circle{border-radius:16px;height:70px;width:70px}.explore-circle:after{height:20px;width:20px}.explore-step-box{border-radius:12px;padding:1.2rem 1.5rem;width:90%}.explore-step-box-1{left:-10%;top:-15%}.explore-step-box-2{top:16%}.explore-step-box-3{left:-10%;top:44%}.explore-step-box-4{top:75%}.explore-step-box h3{margin-bottom:14px}.explore-step-box h4{margin-bottom:12px}.explore-step-box p{line-height:1.4rem}}@media (min-width:1024px) and (max-width:1360px){.explore-feature-div-1{margin:2.4vw 0}.explore-feature-title{line-height:2.8rem;margin-bottom:1.4vw}.explore-feature-text{line-height:1.9rem;margin-bottom:2.4vw}.curve-container{width:65%}.explore-circle{border-radius:1.25vw;height:5.5vw;width:5.5vw}.explore-circle:after{height:1.5vw;width:1.5vw}.explore-step-box{border-radius:1vw;padding:1.5rem 2rem;width:90%}.explore-step-box-1{left:15%;top:-15rem;width:40vw}.explore-step-box-2{top:15vw;width:40vw}.explore-step-box-3{left:5%;top:45%;width:40vw}.explore-step-box-4{left:20%;top:75%;width:40vw}.explore-step-box h3{margin-bottom:1.1vw}.explore-step-box h4{margin-bottom:1vw}.explore-step-box p{line-height:1.6rem}}@media (min-width:1361px) and (max-width:1440px){.explore-feature-div-1{margin:2.4vw 0}.explore-feature-title{line-height:2.8rem;margin-bottom:1.4vw}.explore-feature-text{line-height:1.9rem;margin-bottom:2.4vw}.curve-container{width:65%}.explore-circle{border-radius:1.25vw;height:5.5vw;width:5.5vw}.explore-circle:after{height:1.5vw;width:1.5vw}.explore-step-box{border-radius:1vw;padding:1.5rem 2rem;width:90%}.explore-step-box-1{left:15%;width:40vw}.explore-step-box-2{top:20%;width:40vw}.explore-step-box-3{left:15%;top:50%;width:40vw}.explore-step-box-4{top:78%;width:40vw}.explore-step-box h3{margin-bottom:1.1vw}.explore-step-box h4{margin-bottom:1vw}.explore-step-box p{line-height:1.6rem}}@media (min-width:90.0625rem) and (max-width:104.3125rem){.explore-feature-container{margin-bottom:18.75rem;max-width:75rem;padding:4rem 60px}.explore-feature-div-1{margin-right:0;margin-top:40px}.explore-feature-title{line-height:2.8rem;margin-bottom:1.25rem}.explore-feature-text{line-height:1.9rem;margin-bottom:2.1875rem}.explore-feature-curve{margin:7.5rem auto 0;width:90vw}.curve-container{width:65%}.explore-circle{border-radius:1.125rem;height:5rem;width:5rem}.explore-circle:after{height:1.375rem;width:1.375rem}.explore-step-box{border-radius:.875rem;padding:1.5rem 2rem;width:90%}.explore-step-box-1{left:15%;width:40vw}.explore-step-box-2{top:20%;width:40vw}.explore-step-box-3{left:15%;top:50%;width:40vw}.explore-step-box-4{top:78%;width:40vw}.explore-step-box h3{margin-bottom:1rem}.explore-step-box h4{margin-bottom:.875rem}.explore-step-box p{line-height:1.6rem}}.fc5{box-sizing:border-box;color:#0f172a;font-family:system-ui,sans-serif;margin-left:auto;margin-right:auto;max-width:1440px;padding:2rem 6rem}.fc5-header{margin:0;max-width:1200px;text-align:left}.fc5-header h2{color:#000;font-weight:700;margin-bottom:12px}.fc5-header p{color:#000;font-weight:400;margin-bottom:32px}.fc5-cards{display:flex;gap:40px;justify-content:space-between;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:1600px}.fc5-card{background:#fff;border:1px solid #113157;border-radius:12px;box-shadow:0 2px 6px #113157;box-sizing:border-box;display:flex;flex-basis:calc(25% - 40px);flex-direction:column;flex-grow:0;flex-shrink:0;gap:12px;justify-content:flex-start;max-width:320px;min-height:220px;min-width:280px;padding:24px;text-align:left;transition:transform .2s ease}.fc5-card:hover{transform:translateY(-4px)}.fc5-card-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;width:100%}.fc5-card h3{color:#113157;flex:1 1;font-weight:700;margin:0;min-width:0;text-align:left}.fc5-icon{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;margin-bottom:0}.fc5-icon img{display:block;height:52px;width:52px}.fc5-icon-1 img,.fc5-icon-2 img,.fc5-icon-3 img,.fc5-icon-4 img{margin-left:0}.fc5-card p{color:#000;font-weight:400;line-height:1.5;margin-top:0}.fc5-cta{margin-bottom:32px;margin-top:80px;text-align:left}.fc5-cta h2{color:#000;font-weight:700;margin-bottom:16px}.fc5-cta p{color:#000;font-weight:400;margin-bottom:24px}.fc5-buttons{color:#fff;display:flex;flex-wrap:wrap;font-weight:400;gap:24px;margin-top:3vw}.fc5-btn{border:1px solid #0000;border-radius:10px;cursor:pointer;font-size:16px;font-weight:600;min-width:180px;padding:14px 28px;transition:all .2s ease}.fc5-btn.primary{background:#113157;color:#fff}.fc5-btn.primary:hover{background:#0a2e52}.fc5-btn.secondary{background:#fff;border:1px solid #0d3b66;color:#113157}.fc5-btn.secondary:hover{background:#f1f5f9}.fc5-disclaimer{color:#000;font-size:1rem;font-style:italic;font-weight:400;height:auto;line-height:1.5;margin-top:100px;max-width:1200px;text-align:left;width:100%}.fc5-highlightfeature{color:#113157;font-weight:700;position:relative}.fc5-highlightfeature-dot:after{color:red;content:"•";font-size:1.1em;margin-left:1px;vertical-align:middle}@media (max-width:480px){.fc5{margin:2rem 0;padding-left:1.25rem;padding-right:1.25rem}.fc5-header{padding-left:0}.fc5-header h2{line-height:1.3}.fc5-header p{margin-bottom:1rem}.fc5-cards{gap:1.25rem;margin-bottom:1.5rem}.fc5-card,.fc5-cards{flex-direction:column}.fc5-card{display:flex;gap:.75rem;min-height:180px;min-width:100%;padding:1rem}.fc5-card-header{align-items:center;display:flex;justify-content:space-between}.fc5-card h3{flex-grow:1;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.fc5-card p{margin-bottom:0}.fc5-icon{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;margin:0}.fc5-icon img{height:2.5rem;margin:0;width:2.5rem}.fc5-cta h2{line-height:1.4}.fc5-buttons{flex-direction:column;gap:.75rem;width:100%}.fc5-btn{font-size:1rem;padding:.75rem;text-align:center;width:100%}.fc5-disclaimer{font-size:10px;height:auto;line-height:1.4;margin-top:2.5rem;width:100%}}@media (min-width:481px) and (max-width:767px){.fc5{margin:2.5rem 1.25rem;padding:0 1rem}.fc5-header{padding-left:0}.fc5-cards{flex-wrap:wrap;gap:1.25rem;justify-content:center}.fc5-card{display:flex;flex-basis:calc(50% - 1.25rem);flex-direction:column;flex-grow:1;flex-shrink:1;gap:.75rem;height:auto;min-width:15.625rem;padding:1rem}.fc5-card-header{align-items:center;display:flex;justify-content:space-between}.fc5-card h3{flex-grow:1;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.fc5-icon{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;margin:0}.fc5-icon img{height:2.5rem;margin:0;width:2.5rem}.fc5-cta{margin-top:3.125rem}.fc5-disclaimer{font-size:1rem;height:auto;margin-top:3.75rem;width:100%}}@media (min-width:768px) and (max-width:1023px){.fc5{margin:3.125rem 2.5rem}.fc5-header{padding-left:0}.fc5-cards{flex-wrap:wrap;gap:2.5rem;justify-content:center}.fc5-card{display:flex;flex-basis:calc(50% - 2.5rem);flex-direction:column;flex-grow:1;flex-shrink:1;gap:1rem;height:auto;min-width:17.5rem;padding:1.25rem}.fc5-card-header{align-items:center;display:flex;justify-content:space-between}.fc5-card h3{flex-grow:1;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.fc5-icon{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;margin:0}.fc5-icon img{height:2.5rem;margin:0;width:2.5rem}.fc5-cta{margin-top:3.75rem}.fc5-disclaimer{font-size:1rem;height:auto;margin-top:5rem;width:100%}}@media (min-width:1024px) and (max-width:1440px){.fc5{box-sizing:border-box;margin:3.75rem auto}.fc5-header{padding-left:0!important}.fc5-card{box-sizing:border-box;display:flex;flex-direction:column;gap:.75rem;height:auto;min-height:12.5rem;padding:1.25rem}.fc5-card-header{align-items:center;display:flex;justify-content:space-between}.fc5-card h3{flex-grow:1;margin:0;text-align:left}.fc5-icon{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;margin:0}.fc5-icon img{height:3rem;margin:0;width:3rem}.fc5-card p{line-height:1.4;text-align:left}.fc5-cta{margin-top:3.75rem;text-align:left}.fc5-disclaimer{font-size:1rem;height:auto;margin-top:5rem;text-align:left;width:100%}}@media (min-width:1441px){.fc5{box-sizing:border-box;margin:80px auto}.fc5-header{margin:0;max-width:1200px;text-align:left}.fc5-header h2{margin-bottom:12px}.fc5-header p{margin-bottom:32px}.fc5-cards{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:1600px}.fc5-card{border-radius:12px;box-sizing:border-box;display:flex;flex-basis:calc(25% - 40px);flex-direction:column;flex-grow:0;flex-shrink:0;gap:12px;justify-content:flex-start;max-width:320px;min-height:220px;min-width:280px;padding:24px}.fc5-card-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;width:100%}.fc5-card h3{flex:1 1;margin:0;min-width:0;text-align:left}.fc5-icon{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end}.fc5-icon img{display:block;height:52px;width:52px}.fc5-card p{line-height:1.5;margin-top:0;text-align:left}.fc5-cta{margin-bottom:32px;margin-top:80px;text-align:left}.fc5-cta h2{margin-bottom:16px}.fc5-cta p{margin-bottom:24px}.fc5-buttons{gap:24px}.fc5-btn{border-radius:10px;font-size:16px;min-width:180px;padding:14px 28px}.fc5-disclaimer{font-size:1rem;height:auto;line-height:1.5;margin-top:100px;max-width:1200px;text-align:left;width:100%}}@media (min-width:1600px){.fc5-header{margin:0;max-width:1200px;text-align:left}}.home_service-container{margin:2rem auto;max-width:50rem;padding:2rem 1rem;text-align:center;width:90%}.home_service-title{color:#203956;font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem);font-weight:500;letter-spacing:.02em;margin-bottom:2rem}.home_card-container{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:1.5rem 2rem;justify-content:center;padding:0;width:100%}.home_card-container>*{display:flex;flex:0 0 45%;justify-content:center;max-width:45%}.home_service-card-wrapper{min-height:22rem;perspective:1000px;width:100%}.home_service-card-wrapper *{background-color:initial;color:inherit}.home_service-card-inner{height:100%;position:relative;transform-style:preserve-3d;transition:transform .6s ease;width:100%}.home_service-card-wrapper:hover .home_service-card-inner{transform:rotateY(180deg)}.home_service-card.home_back,.home_service-card.home_front{align-items:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;background-color:#fff;border:.125rem solid #203956;border-radius:.75rem;box-shadow:0 .125rem .5rem #20395614;box-sizing:border-box;color:#203956;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;padding:1.5rem 1rem;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.home_service-card.home_front{transform:rotateY(0deg)}.home_service-card.home_back{background-color:#16517e!important;color:#fff!important;padding:1.5rem;text-align:center;transform:rotateY(180deg)}.home_service-card.home_back .home_back-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.home_card-image{aspect-ratio:260/220;border-radius:40%;height:auto;margin-bottom:.8rem;max-width:12rem;object-fit:contain;width:60%}.home_card-title{font-size:clamp(1rem,1.2vw + .5rem,1.1rem);font-weight:500;letter-spacing:.01em;margin:0;text-align:center}.home_card-description{font-size:clamp(.85rem,.9vw + .2rem,.95rem);font-weight:500;letter-spacing:.02em;line-height:1.4;opacity:0;text-align:center;transform:translateY(.8rem);transition:opacity .4s ease .2s,transform .4s ease .2s}.home_service-card-wrapper:hover .home_card-description{opacity:1;transform:translateY(0)}.home_card-button{align-items:center;background-color:#fff;border:none;border-radius:.5rem;color:#0d2a50;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;opacity:0;padding:.65rem 1.25rem;transform:translateY(1rem) scale(.95);transition:opacity .5s cubic-bezier(.23,1,.32,1) .6s,transform .5s cubic-bezier(.23,1,.32,1) .6s,background-color .3s ease}.home_service-card-wrapper:hover .home_card-button{opacity:1;transform:translateY(0) scale(1)}.home_card-button:hover{background-color:#e0e0e0;transform:translateY(0) scale(1.05)!important}.home_button-arrow{margin-left:.5rem;transition:transform .3s cubic-bezier(.68,-.55,.265,1.55)}.home_card-button:hover .home_button-arrow{transform:translateX(.3125rem)}.home_back-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;opacity:0;perspective:1000px;transform:rotateY(180deg);transition:opacity .4s cubic-bezier(.25,.46,.45,.94) .3s,transform .4s cubic-bezier(.25,.46,.45,.94) .3s;width:100%}.home_service-card-wrapper:hover .home_back-content{opacity:1;transform:rotateY(180deg) translateY(0)}@media (max-width:768px){.home_card-container>*{flex:0 0 100%;max-width:100%}.home_service-card-wrapper{min-height:22rem}.home_card-image{max-height:10rem;width:70%}}@media (max-width:47.999rem){.home_service-container{margin:4rem auto}}@media (min-width:40rem){.home_card-container>*{flex:0 0 45%;max-width:45%}.home_service-container{margin:4rem auto}}@media (min-width:48rem){.home_service-container{margin:4rem auto;max-width:60rem}}@media (min-width:64rem){.home_card-container>*{flex:0 0 45%;max-width:45%}.home_service-card-inner{height:90%;width:90%}}@media (min-width:80rem){.home_service-container{margin-bottom:2rem;max-width:75rem}}@media (min-width:96rem){.home_card-container>*{flex:0 0 45%;max-width:45%}}.testimonial-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin:80px auto;max-width:1200px;padding:5rem 5vw}.dynamic-height{min-height:250px;min-height:var(--dynamic-height,250px);overflow:hidden;transition:min-height .3s ease}.left-section{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1rem;justify-content:center;min-width:280px;text-align:center}.left-section h2{color:#113157;letter-spacing:6%;margin-bottom:.5rem}.left-section h2,.left-section h3{align-self:center;font-size:36px;text-align:center}.left-section h3{color:#4d4d4d;font-weight:500;line-height:44px;margin-bottom:1.5rem;max-width:350px}.join-button{align-self:center;background-color:#113157;border:none;border-radius:13px;color:#fff;cursor:pointer;font-size:18px;font-weight:600;height:60px;line-height:24px;padding:.5rem 1.2rem;text-align:center;width:160px}.right-section{align-items:center;display:flex;flex:1 1;flex-direction:column;min-width:300px}.right-section *,.testimonial-content{background-color:#0f2a50}.testimonial-content{border-radius:10px;color:#fff;max-width:420px;padding:2rem;position:relative;width:100%}.testimonial-card{padding-left:10px;text-align:left}.testimonial-card p{color:#d1d5db;font-size:16px;line-height:24px;margin-bottom:1.5rem;padding-left:0}.client-info{align-items:center;display:flex;gap:1rem;padding-left:0}.client-photo{border-radius:50%;height:50px;margin-top:-25px;object-fit:fit;width:50px}.client-name{color:#fff;font-size:1rem;font-weight:600;margin:0;text-align:left}.client-role{color:#9ca3af;font-size:.8rem;margin:0;text-align:left}.dot-indicator{background-color:initial!important;display:flex;gap:8px;justify-content:center;margin-top:1rem}.dot{background-color:#3b82f6;height:8px;opacity:.5;width:8px}.dot.active{opacity:1}@media (max-width:480px){.testimonial-container{flex-direction:column;gap:1.5rem;margin-bottom:8rem;padding:2rem 1rem}.left-section{align-items:center;text-align:center;width:100%}.join-button,.left-section h2,.left-section h4{align-self:center;text-align:center}.left-section h3{font-size:clamp(1.45rem,1.15vw + .75rem,1.82rem);line-height:36px}.join-button{font-size:clamp(.875rem,.8vw + .45rem,1rem);height:50px;min-width:280px}.testimonial-content{max-width:95%;padding:1rem}.testimonial-card p{font-size:clamp(.875rem,.8vw + .45rem,1rem)}}@media (max-width:47.999rem){.dot-indicator{margin:2rem 0}.testimonial-container{margin:4rem auto;padding:2rem 8vw}}@media (min-width:40rem){.dot-indicator{margin-bottom:2rem}.testimonial-container{margin:4rem auto;padding:2rem 8vw}}@media (min-width:48rem){.testimonial-container{flex-direction:row;gap:2rem;margin:4rem auto;padding:2rem 8vw}.left-section{align-items:center;justify-content:center;text-align:center}.join-button,.left-section h2,.left-section h4{align-self:center;text-align:center}.left-section h2{font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem);line-height:40px}.join-button{margin-top:20px}}@media (min-width:64rem){.testimonial-container{gap:3rem;margin:4rem auto;padding:2rem 8vw}.left-section h2{font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem);line-height:44px}.join-button{font-size:clamp(.875rem,.8vw + .45rem,1rem);height:55px;width:180px}}@media (min-width:80rem){.testimonial-container{gap:4rem;margin:4rem auto;max-width:1400px;padding:2rem 10vw}.left-section h2{font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem);line-height:48px}}@media (min-width:96rem){.testimonial-container{gap:5rem;margin-top:1rem;max-width:1600px;padding:5rem 12vw}.left-section h2{font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem);line-height:52px}.join-button{font-size:clamp(.875rem,.8vw + .45rem,1rem);height:60px;width:200px}}body{font-family:Poppins,sans-serif;margin:0;overflow-x:hidden;padding:0}.hero-section{background:url(/static/media/bg%20ovr.454b6ab976aba6397c09.png) no-repeat 100%;background-color:#f7f7f7;background-size:cover;justify-content:center;padding:6rem 5vw;position:relative}.hero-content,.hero-section{align-items:center;display:flex;width:100%}.hero-content{flex-wrap:nowrap;justify-content:space-between;max-width:1200px}.hero-text{flex:1 1 45%;min-width:20rem;text-align:center}.hero-text h2{color:#113157;line-height:1.3;margin-bottom:1rem}.hero-text p{color:#555;line-height:1.6;margin-bottom:2rem;text-align:center}.hero-text p span{display:inline-block;margin:0}.search-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;z-index:9999}.search-wrapper input{border-radius:.5rem;flex:1 1;padding:.75rem 1rem}.search-wrapper button,.search-wrapper input{font-size:1rem;position:relative;z-index:9999}.search-wrapper button{background-color:#0d2a50;border:none;border-radius:.5rem;color:#fff;cursor:pointer;padding:.75rem 1.5rem}.hero-image{align-items:center;display:flex;flex:1 1 50%;justify-content:flex-end;min-width:18rem}.hero-image img{height:auto;max-width:32rem;object-fit:contain;width:100%}.banner{color:#e5e5e5;font-size:.875rem;line-height:.875rem;padding:1rem 0;text-align:center}.banner,.banner a{background-color:var(--primary)}.banner a{color:#fff}@media (max-width:480px){.hero-section{background-position:50%;flex-direction:column;padding:4rem 1rem}.hero-content{align-items:center;flex-direction:column;gap:1.5rem}.hero-content,.hero-text{max-width:100%;width:100%}.hero-text{flex:1 1 100%;text-align:center}.hero-text h2{font-size:clamp(1rem,4vw + .8rem,1.5rem);line-height:1.4}.hero-text p{font-size:clamp(.875rem,2vw + .5rem,1rem);line-height:1.5}.hero-image{flex:1 1 100%;justify-content:center}.hero-image img{height:auto;margin:-2rem 0 0 5rem;max-width:80%}.search-wrapper{flex-direction:column;gap:.5rem;width:100%}.search-wrapper button,.search-wrapper input{font-size:clamp(.9rem,3vw + .5rem,1rem);width:100%}}@media (min-width:481px) and (max-width:767px){.hero-section{background-position:50%;flex-direction:column;padding:2rem}.hero-content{align-items:center;flex-direction:column;gap:2rem}.hero-text h2{font-size:clamp(1.25rem,2vw + .8rem,1.75rem);margin-top:5rem}.hero-image img{max-width:75%}.hero-image{margin:-2rem 0 0}.search-wrapper button,.search-wrapper input{font-size:clamp(.9rem,3vw + .5rem,1rem);width:100%}}@media (min-width:768px) and (max-width:1023px){.hero-section{background-position:100%;flex-direction:row;padding:6rem 4vw}.hero-content{max-width:90%}.hero-text{flex:1 1 45%}.hero-image{flex:1 1 50%;margin-top:-14rem}.hero-image img{max-width:26rem}}@media (min-width:840px) and (max-width:1023px){.hero-image{margin-top:-8rem}}@media (min-width:1024px) and (max-width:1279px){.hero-section{padding:6rem 5vw}.hero-content{max-width:85%}.hero-image img{max-width:28rem}.hero-image{margin-top:-6rem}}@media (min-width:1280px) and (max-width:1535px){.hero-section{padding:10rem 6vw}.hero-content{max-width:90rem}.hero-image{margin-top:-4rem}.hero-image img{max-width:25rem}}@media (min-width:1536px){.hero-section{padding:8rem 8vw}.hero-content{max-width:100rem}.hero-text h2{font-size:clamp(2rem,2vw + 1rem,2.5rem)}.hero-image{margin-top:4rem}.hero-image img{max-width:35rem}}.hidden{opacity:0;transform:translateY(40px)}.show{opacity:1;transform:translateY(0);transition:all .8s ease-in-out}.input-group{gap:16px}.input-group,.input-wrapper{align-items:center;display:flex}.input-wrapper{background-color:#eee;border:2px solid #374151;border-radius:125px;height:60px;min-width:330px;padding:0 20px;position:relative}.input-wrapper i{background-color:#eee;color:#6b6b6b;font-size:18px;margin-right:12px}.input-wrapper input{background-color:#eee;border:none;border-radius:13px;color:#374151;font-family:inherit;font-size:16px;height:100%;outline:none;padding:0;width:100%}.input-wrapper input::placeholder{background-color:initial;color:#6b6b6b}.get-started-btn{-webkit-tap-highlight-color:transparent;background-color:#1e3a8a;background-color:var(--primary,#1e3a8a);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;font-weight:600;height:60px;padding:1px 32px;position:relative;touch-action:manipulation;transition:all .3s ease;transition:transform .15s ease-in-out;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:9999}.get-started-btn:hover{background-color:#0d2a4a;box-shadow:0 4px 12px #1131574d;transform:translateY(-1px)}.get-started-btn:active{background-color:#0d2a4a;transform:scale(.97)}.input-wrapper input:focus{color:#1f2937;color:var(--headings,#1f2937)}.input-wrapper:focus-within{border-color:#1e3a8a;border-color:var(--primary,#1e3a8a);box-shadow:0 0 0 1px #1e3a8a;box-shadow:0 0 0 1px var(--primary,#1e3a8a)}.get-started-btn,.input-wrapper,.input-wrapper input{transition:all .3s ease}.autocomplete-wrapper{position:relative}.suggestions-list{animation:fadeIn .2s ease-in-out;background-color:#fff;border:1px solid #d1d5db;border-radius:12px;box-shadow:0 10px 15px #0000001a;left:0;max-height:220px;overflow-y:auto;padding:8px 0;right:0;top:calc(100% + 6px);z-index:10000000}.suggestions-list li{border-radius:6px;color:#374151;cursor:pointer;font-size:15px;margin:2px 10px;padding:10px 20px;transition:background-color .25s ease,color .25s ease}.suggestions-list li:hover{background-color:#f3f4f6;color:#1f2937}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.suggestions-list::-webkit-scrollbar{width:6px}.suggestions-list::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:10px}.highlight{color:#1f2937;font-weight:700}.placeholder-fade::placeholder{opacity:1;transition:opacity .3s ease}.placeholder-fade.fade-out::placeholder{opacity:0}.placeholder-fade.fade-in::placeholder{opacity:1}@media (max-width:390px){.get-started-btn{margin-left:0!important}}@media (max-width:480px){.hero-form{margin-left:0!important;margin-top:30px;padding:0 15px;width:100%}.input-group{align-items:center;flex-direction:column;gap:12px;width:100%}.input-wrapper{height:45px;max-width:350px;min-width:0;min-width:auto;width:100%}.input-wrapper input{font-size:18px;width:100%}.get-started-btn{align-self:baseline;font-size:18px;font-weight:700;height:45px;margin:0 0 0 1rem;max-width:350px;min-width:0;min-width:auto;order:2;padding:0 10px;width:50%}.suggestions-list{left:0;max-width:350px;width:100%}}@media (min-width:481px) and (max-width:767px){.hero-form{margin-top:35px;padding:0 20px;width:100%}.input-group{align-items:center;flex-direction:column;gap:12px;width:100%}.input-wrapper{width:86vw!important}.get-started-btn,.input-wrapper{height:48px;min-width:0;min-width:auto}.get-started-btn{align-self:baseline;margin:0 0 0 1rem;max-width:400px;order:2;width:50%}.suggestions-list{left:50%;max-width:400px;transform:translateX(-50%);width:100%}}@media (min-width:768px) and (max-width:1023px){.input-wrapper{align-items:center;background-color:#eee;border:2px solid #374151;border-radius:125px;display:flex;flex:1 1 auto;height:50px;min-width:230px;padding:0 20px;position:relative}.input-wrapper i{background-color:#eee;color:#6b6b6b;font-size:16px;margin-right:12px}.input-wrapper input{background-color:#eee;border:none;color:#374151;font-family:inherit;font-size:16px;height:100%;outline:none;padding:0;width:100%}.get-started-btn{background-color:#1e3a8a;background-color:var(--primary,#1e3a8a);border:none;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-size:16px;font-weight:500;height:50px;min-width:150px;padding:1px 28px;transition:all .3s ease;white-space:nowrap}.autocomplete-wrapper{position:relative;width:100%}.suggestions-list{background-color:#fff;border:1px solid #d1d5db;border-radius:12px;box-shadow:0 10px 15px #0000001a;left:0;list-style:none;max-height:200px;overflow-y:auto;padding:8px 0;position:absolute;right:0;top:calc(100% + 6px);z-index:10000000}.suggestions-list li{border-radius:6px;color:#374151;cursor:pointer;font-size:15px;margin:2px 10px;padding:10px 20px;transition:background-color .25s ease,color .25s ease}.suggestions-list::-webkit-scrollbar{width:6px}.suggestions-list::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:10px}}@media (min-width:1024px) and (max-width:1440px){.input-wrapper{width:100px}}@media (max-width:1200px){.input-wrapper{height:60px;width:361px}}@media (min-width:768px) and (max-width:1024px){.input-wrapper{height:48px;min-width:220px}.get-started-btn{height:48px;min-width:150px;padding:1px 28px}.suggestions-list{max-height:200px}}.visual-break{background-color:#113157;background-size:cover;display:flex;flex-direction:row;font-family:Lexend Deca,sans-serif;height:60vh;margin:4.375rem 0;position:relative}.visual-left,.visual-right{background:#0000;width:50%}#visual-bg,.visual-left,.visual-right{align-items:center;display:flex;justify-content:center}#visual-bg{background-size:contain;height:100%;overflow:hidden;position:relative;width:100%}#visual-bg_mob{display:none}.hexagonal-img{background:url(/static/media/visualbreak.c45f7bbccd54896e6102.jpg) no-repeat 50%;background-size:cover;clip-path:polygon(50% 0,93.3% 25%,93.3% 75%,50% 100%,6.7% 75%,6.7% 25%);display:block;height:336px;left:20%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);width:546px;z-index:2}.hexagonal-img:before{background:radial-gradient(circle at center,#ffffff26 0,#0000 70%);content:"";inset:0;position:absolute;z-index:1}.visual-right-content{color:#fff;max-width:450px;padding:0 20px;text-align:center}.visual-right-content h2{color:#fff;font-family:Poppins,sans-serif;line-height:44px;margin-bottom:15px}.visual-right-content p{color:#f6f6f6;font-family:Inter,sans-serif;line-height:24px;margin:0 auto 20px;max-width:350px}.visual-right-content button{background-color:#fff;border:none;border-radius:13px;color:#113157;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;font-weight:600!important;padding:20px;transition:background-color .3s ease}.visual-right-content button:hover{background-color:#dceaf6}@media (min-width:360px) and (max-width:375px){.visual-break{height:50rem!important}}@media (max-width:480px){.visual-break{box-sizing:border-box;flex-direction:column;height:95vh;margin-bottom:40px;overflow:hidden;width:100%}.visual-left,.visual-right{box-sizing:border-box;padding:0;width:100%}.visual-left{margin-top:30px;order:2}#visual-bg{display:none}#visual-bg_mob{display:block;left:50%;margin:8rem auto 0;top:-60px;transform:translateX(-50%);width:100vw}#visual-bg_mob,.hexagonal-img{overflow:hidden;position:relative}.hexagonal-img{background:url(/static/media/visualbreak.c45f7bbccd54896e6102.jpg) no-repeat 50%;background-size:cover;clip-path:polygon(50% 0,93.3% 25%,93.3% 75%,50% 100%,6.7% 75%,6.7% 25%);height:258px;left:auto;margin:0 auto;max-width:420px;top:-380px;transform:none;width:100%;z-index:2}.visual-right-content{box-sizing:border-box;max-width:100%;padding:100px 0 0}.visual-right-content h2{font-family:poppins,sans-serif;height:84px;line-height:42px;margin:0 auto 12px;width:361px}.visual-right-content p{font-family:poppins,sans-serif;height:48px;line-height:24px;margin-bottom:15px;width:361px}.visual-right-content button{border-radius:13px;font-family:poppins,sans-serif;font-size:16px;font-weight:600;height:60px;line-height:100%;max-width:337px;padding:15px;width:100%}}@media (min-width:440px) and (max-width:480px){.hexagonal-img{background:url(/static/media/visualbreak.c45f7bbccd54896e6102.jpg) no-repeat 50%;background-size:cover;clip-path:polygon(50% 0,95% 25%,95% 75%,50% 100%,5% 75%,5% 25%);height:258px;left:auto;margin:0 auto;top:-400px;transform:none;z-index:2}#visual-bg_mob,.hexagonal-img{overflow:hidden;position:relative;width:100vw}#visual-bg_mob{display:block;left:50%;margin:4rem auto 0;top:-60px;transform:translateX(-50%)}}@media (min-width:481px) and (max-width:767px){.visual-break{flex-direction:column;height:980px;margin-bottom:50px;overflow:hidden;padding:40px 20px}.visual-left,.visual-right{width:100%}.visual-right{align-items:center;display:flex;justify-content:center;margin-bottom:40px;order:-1}.hexagonal-img{background:url(/static/media/visualbreak.c45f7bbccd54896e6102.jpg) no-repeat 50%;background-size:cover;clip-path:polygon(50% 0,95% 25%,95% 75%,50% 100%,5% 75%,5% 25%);height:258px;left:auto;margin:0 auto;top:-500px;transform:none;z-index:2}#visual-bg_mob,.hexagonal-img{overflow:hidden;position:relative;width:100vw}#visual-bg_mob{display:block;left:50%;margin:8rem auto 0;top:-60px;transform:translateX(-50%)}.visual-right-content{box-sizing:border-box;max-width:100%;padding:100px 0 0}.visual-right-content h2{font-family:poppins,sans-serif;height:84px;line-height:44px;margin:0 auto 12px;width:461px}.visual-right-content p{font-family:poppins,sans-serif;height:48px;line-height:26px;margin-bottom:15px;width:461px}.visual-right-content button{border-radius:13px;font-family:poppins,sans-serif;font-size:16px;font-weight:600;height:60px;line-height:100%;max-width:461px;padding:15px;width:100%}.visual-break{overflow-x:hidden}#visual-bg{display:none!important}}@media (min-width:700px) and (max-width:767px){.hexagonal-img{top:-700px!important}#visual-bg_mob{top:-100px}}@media (min-width:600px) and (max-width:767px){.hexagonal-img{top:-600px}#visual-bg_mob{top:-100px}}@media (min-width:768px) and (max-width:1024px){.visual-break{height:18.75rem;margin:0 0 4rem;overflow:hidden}#visual-bg{display:block;left:0;margin-left:calc(-50vw + 50%);overflow:hidden;width:90vw}.hexagonal-img{height:200px;left:180px;width:350px}.visual-right-content h2{font-family:poppins,sans-serif;height:84px;line-height:40px;margin-bottom:12px;width:20rem}.visual-right-content p{font-family:poppins,sans-serif;height:48px;line-height:24px;margin-bottom:15px;width:280px}.visual-right-content button{border-radius:13px;font-family:poppins,sans-serif;font-size:16px;font-weight:600;height:60px;line-height:100%;max-width:180px;padding:15px;width:100%}}@media (min-width:1025px) and (max-width:1440px){.visual-break{height:55vh;margin-bottom:80px;overflow:hidden}.hexagonal-img{height:380px;left:22%;top:210px;transform:translate(-50%,-50%) scale(.95);width:620px}#visual-bg{display:block;left:150px;margin-left:calc(-50vw + 50%);overflow:hidden;top:10px;width:80vw}.visual-right-content{max-width:500px;padding:0 15px 0 100px}.visual-right-content h2{line-height:44px;margin-bottom:18px;width:400px}.visual-right-content p{height:60px;line-height:24px;margin:0 auto 22px;text-align:justify;width:300px}.visual-right-content button{font-size:16px;padding:19px 22px;transition:all .25s ease}.visual-right-content button:hover{background-color:#e8f1f9;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.hexagonal-img:before{background:radial-gradient(circle at center,#ffffff2e 0,#0000 72%)}}@media (min-width:1025px){.visual-break{padding:0 5%}.visual-break,.visual-left,.visual-right{align-items:center;justify-content:center}.visual-left,.visual-right{display:flex;flex:1 1;max-width:50%;position:relative}.visual-right-content{margin:0 auto;padding:0 20px}#visual-bg{background-size:cover;display:block;height:100vh;left:40vw;position:absolute;top:45%;transform:translate(-50%,-50%);width:90vw;z-index:1}.hexagonal-img{height:380px;left:-3rem;margin:0 auto;max-width:100%;position:relative;top:0;transform:none;width:500px;z-index:2}.hexagonal-img:before{background:radial-gradient(circle at center,#ffffff2e 0,#0000 72%)}}@media (min-width:1441px){.visual-break{height:auto;overflow:hidden}#visual-bg{height:60vh;left:25vw}.visual-left{padding:4rem 0}}*{box-sizing:border-box;margin:0;padding:0}body,html{height:auto;overflow-x:hidden;width:100%}html{background-color:#f9fafb!important;scroll-behavior:smooth}.empower-section{display:flex;flex-direction:column;font-family:Poppins,sans-serif;gap:40px;left:60px;margin:4rem auto 8rem;max-width:1600px;padding:80px 200px;position:relative;width:100%}.empower-left{left:-100px;max-width:500px;position:relative}.empower-left h2{margin-bottom:20px}.empower-left p{color:#555;margin-bottom:30px}.empower-get-started-btn{background-color:var(--primary);border:none;border-radius:13px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 30px;position:relative;z-index:10}.empower-right{height:400px;min-width:300px;position:relative;width:100%}.empower-right *{background-color:initial!important}.curve-desktop{height:800px;left:-80px;position:absolute;top:-400px;width:1400px}.curve-desktop svg{height:100%;top:-200px;width:100%}.curve-mobile{display:none}.circle{background-color:#fff!important;border:2px solid #dcdcdc;border-radius:20px;box-shadow:0 2px 6px #0000001a;height:60px;position:absolute;width:60px;z-index:2}.circle:after{background-color:#888;border-radius:50%;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.circle-1{left:160px;top:180px}.step-box-1{left:130px;top:250px}.circle-2{left:800px;top:-10px}.step-box-2{left:650px;top:90px}.circle-3{left:0;top:-330px}.step-box-3{left:1150px;top:-220px}.step-box{color:#333;position:absolute;text-align:left;width:250px;z-index:1}.step-box h4{margin-bottom:10px}.step-box p{color:#444}.bg-number{color:#0000000d;font-size:120px;font-weight:900;left:170px;position:absolute;top:-80px;z-index:0}.bg-number-2,.bg-number-3{top:-3rem}@media (max-width:47.999rem){.empower-section{align-items:flex-start;left:0;margin:4% auto 40rem;max-width:350px;padding:40px 20px;width:100%}.empower-left{left:0;max-width:100%}.empower-left h2{color:#4d4d4d;line-height:37px;width:361px}.empower-left p{height:96px;line-height:24px;margin:0 0 20px -30px;padding:0 10px;text-align:center;width:361px}.empower-get-started-btn{border-radius:18px;color:#fff;font-size:18px;font-weight:700;height:60px;line-height:30px;margin:0 auto 0 20px;max-width:400px;padding:12px 80px}.curve-desktop{display:none}.curve-mobile{display:block;left:-1.5rem;position:absolute;top:2rem;width:90%}.curve-mobile svg{height:45rem;width:22rem}.circle{height:64px;width:64px}.circle:after{height:23px;width:23px}.circle-1{left:3px;top:30px}.step-box-1{left:10px;top:140px}.circle-2{left:240px;top:320px}.bg-number-2{left:10px!important;top:-110px!important}.step-box-2{left:100px;text-align:right;top:450px}.circle-3{left:-10px;top:670px}.step-box-3{left:10px;top:780px}.bg-number-3{left:140px!important}.step-box{position:absolute;width:70%}.bg-number{font-size:190px;font-weight:900px;left:180px;letter-spacing:-2%;line-height:204px;top:-120px}.bg-number-1{left:8rem}}@media (min-width:40rem){.empower-section{align-items:flex-start;left:0;margin:4rem auto 40rem;max-width:350px;padding:40px 20px;width:100%}.empower-left{left:0;max-width:100%}.empower-left h2{color:#4d4d4d;height:74px;line-height:37px;margin-bottom:0!important;width:361px}.empower-left p{height:96px;line-height:24px;margin:0 0 20px -25px;text-align:center;width:361px}.empower-get-started-btn{border-radius:18px;color:#fff;font-size:18px;font-weight:700;height:60px;line-height:30px;margin:0 auto 0 20px;max-width:400px;padding:12px 80px}.circle{height:64px;width:64px}.circle:after{height:23px;width:23px}.circle-1{left:3px;top:30px}.step-box-1{left:10px;top:140px}.circle-2{left:240px;top:320px}.bg-number-2{left:10px!important;top:-110px!important}.step-box-2{left:100px;text-align:right;top:450px}.circle-3{left:-10px;top:670px}.step-box-3{left:10px;top:780px}.bg-number-3{left:140px!important}.step-box{position:absolute;width:80%}.bg-number{font-size:190px;font-weight:900px;left:180px;letter-spacing:-2%;line-height:204px;top:-120px}}@media (min-width:48rem){.empower-section{align-items:flex-start;display:flex;flex-direction:column;gap:40px;margin:4rem auto;max-width:1600px;padding:40px 40px 40px 0;width:100%}.curve-desktop{height:600px;left:400px;max-width:43.75rem;top:-340px;transform:translateX(-50%);width:100%}.curve-desktop svg{width:40rem}.empower-left{flex:0 0 auto;margin-left:0;padding-left:2rem;text-align:left}.empower-left,.empower-right{left:0;position:relative;width:100%}.empower-right{display:flex;justify-content:center;transform:none}.empower-left h2{margin-left:0;max-width:350px;text-align:left;width:100%}.empower-get-started-btn{font-size:18px;font-weight:600;margin-left:0}.empower-left p{margin:10px 0 30px;max-width:400px;text-align:left;width:100%}.circle{height:50px;width:50px}.circle:after{height:20px;width:20px}.step-box{text-align:left;width:12.5rem}.circle-1{left:180px;top:30px}.step-box-1{font-weight:300;left:90px;top:150px}.circle-2{left:440px;top:-58px}.step-box-2{left:330px;top:1.5rem}.circle-3{left:620px;top:-200px}.step-box-3{left:580px;padding-right:4%;top:-110px}.bg-number{font-size:10rem;font-weight:900;left:50%;letter-spacing:-2%;line-height:150px;top:-40px}.bg-number,.bg-number-1{transform:translateX(-50%)}.bg-number-1{left:90%;top:-3rem!important}.bg-number-2{left:80%!important}.bg-number-2,.bg-number-3{top:-2rem!important;transform:translateX(-50%)}.bg-number-3{left:65%}}@media (min-width:64rem){.empower-section{margin:4rem auto 8rem;max-width:1600px;padding:40px 4rem 40px 0;width:100%}.curve-desktop{height:600px;left:20rem;top:-340px;width:650px}.curve-desktop svg{width:60rem}.empower-left{left:5%;position:relative}.empower-right{left:55%;position:relative;transform:translateX(-50%)}.empower-left h2{width:350px}.empower-get-started-btn{font-size:18px;font-weight:600}.empower-left p{width:40vw}.circle{height:50px;width:50px}.circle:after{height:20px;width:20px}.step-box{text-align:left;width:12.5rem}.circle-1{left:140px;top:75px}.step-box-1{left:10px;top:150px}.circle-2{left:540px;top:-50px}.step-box-2{left:38vw;top:1rem}.circle-3{left:850px;top:-270px}.step-box-3{left:800px;top:-180px}.bg-number{font-size:100px;font-weight:900;left:70px;letter-spacing:-2%;line-height:150px;top:-40px}.bg-number-1{left:12rem;top:-4rem!important}.bg-number-2{left:11rem!important;top:-2rem!important}.bg-number-3{left:8rem!important;top:-3rem!important}}@media (min-width:80rem){.empower-section{margin:4rem auto;max-width:1600px;padding:40px 5rem 40px 0;width:100%}.curve-desktop{height:600px;left:22rem;top:-340px;width:650px}.curve-desktop svg{width:70rem}.empower-left{left:5%;position:relative}.empower-right{left:55%;position:relative;transform:translateX(-50%)}.empower-left h2{width:350px}.empower-get-started-btn{font-size:18px;font-weight:600}.empower-left p{width:40vw}.circle{height:50px;width:50px}.circle:after{height:20px;width:20px}.step-box{text-align:left;width:18rem}.circle-1{left:180px;top:95px}.step-box-1{left:60px;top:180px}.circle-2{left:680px;top:-45px}.step-box-2{left:38vw;top:1rem}.circle-3{left:1057px;top:-310px}.step-box-3{left:950px;top:-180px}.bg-number{font-size:100px;font-weight:900;left:70px;letter-spacing:-2%;line-height:150px;top:-40px}.bg-number-1{left:14rem;top:-4rem!important}.bg-number-2{left:13rem;top:-2rem!important}.bg-number-3{left:14rem;top:-2rem!important}}@media (min-width:90rem){.empower-section{margin:4rem auto 15rem;max-width:1600px;padding:40px 6rem 40px 0;width:100%}.curve-desktop{height:600px;left:25rem;top:-280px;width:650px}.curve-desktop svg{width:80rem}.empower-left{left:5%;position:relative}.empower-right{left:55%;position:relative;transform:translateX(-50%)}.empower-left h2{width:350px}.empower-get-started-btn{font-size:18px;font-weight:600}.empower-left p{width:40vw}.circle{height:50px;width:50px}.circle:after{height:20px;width:20px}.step-box{text-align:left;width:18rem}.circle-1{left:320px;top:185px}.step-box-1{left:180px;top:300px}.circle-2{left:840px;top:16px}.step-box-2{left:700px;top:100px}.circle-3{left:1250px;top:-280px}.step-box-3{left:1130px;top:-160px}.bg-number{font-size:100px;font-weight:900;left:70px;letter-spacing:-2%;line-height:150px;top:-40px}.bg-number-1{left:14rem;top:-4rem!important}.bg-number-2{left:13rem;top:-2rem!important}.bg-number-3{left:10rem;top:-3rem!important}}.home5-container{background:#0c356a;color:#fff;padding:60px 20px;text-align:center}.home5-title{font-size:2rem;font-weight:700;margin-bottom:40px}.home5-slider{align-items:center;display:flex;justify-content:center;position:relative}.home5-card{background:#fff;border-radius:20px;box-shadow:0 6px 20px #0003;color:#000;font-size:1.1rem;font-weight:500;max-width:600px;padding:40px 20px;text-align:center;width:90%}.home5-nav{align-items:center;display:flex;gap:15px;justify-content:center;margin-top:25px}.nav-btn{background:#0000;border:none;color:#fff;cursor:pointer;font-size:1.5rem}.dots{display:flex;gap:8px}.dot{background:#bbb;border-radius:50%;display:inline-block;height:10px;width:10px}.dot.active{background:#fff}@media (max-width:768px){.home5-title{font-size:1.5rem}.home5-card{font-size:1rem;padding:30px 15px}}@media (max-width:480px){.home5-title{font-size:1.3rem}.home5-card{font-size:.9rem;padding:25px 12px}}.gtm6-container{align-items:flex-start;background:#f7f7f7;box-sizing:border-box;display:flex;flex-direction:column;font-family:Arial,sans-serif;margin:8vw auto;padding:2.5rem;width:100%}.gtm6-title{color:#000;margin-bottom:1.25rem;max-width:52vw;text-align:left;width:100%}.gtm6-cards,.gtm6-title{box-sizing:border-box;padding-left:clamp(1rem,6vw,4rem);padding-right:clamp(1rem,6vw,4rem)}.gtm6-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:flex-start;max-width:100vw}.gtm6-card{background:#002d62;border-radius:.5rem;box-shadow:0 .125rem .375rem #0003;color:#fff;flex-basis:calc(33.333% - 2rem);flex-grow:1;flex-shrink:1;max-width:20rem;min-width:16rem;padding:1.25rem}.gtm6-card h4{color:#fff;font-weight:700;margin:.625rem 0}.gtm6-card p{color:#fff;line-height:1.5}.gtm6-icon{filter:brightness(0) invert(1);object-fit:contain}.gtm6-icon,.gtm6-icon img{height:1.75rem;width:1.75rem}.gtm6-rectangle{align-self:flex-start;background:#002d62;border-radius:.625rem;height:2.8125rem;margin-left:30rem;margin-top:1.25rem;width:11.25rem}.gtm6-header{align-items:center;display:flex;gap:.625rem;margin-bottom:.625rem}.gtm6-header h3{margin:0}@media (max-width:39.99rem){.gtm6-container{align-items:center;padding:1.25rem}.gtm6-title{text-align:center}.gtm6-cards,.gtm6-title{padding-left:0;padding-right:0}.gtm6-cards{justify-content:center}.gtm6-card{flex:1 1 100%;max-width:20rem}.gtm6-rectangle{align-self:center;margin-left:0}}@media (min-width:40rem) and (max-width:47.99rem){.gtm6-container{align-items:center;padding:1.5rem}.gtm6-title{text-align:center}.gtm6-cards,.gtm6-title{padding-left:0;padding-right:0}.gtm6-cards{justify-content:center}.gtm6-card{flex:1 1 100%;max-width:22rem}.gtm6-rectangle{align-self:center;margin-left:0}}@media (min-width:48rem) and (max-width:63.99rem){.gtm6-container{padding:2rem}.gtm6-title{text-align:left}.gtm6-cards,.gtm6-title{padding-left:2rem;padding-right:2rem}.gtm6-cards{justify-content:flex-start}.gtm6-card{flex-basis:calc(50% - 2rem);flex-grow:1;flex-shrink:1;max-width:20rem;min-width:16rem}.gtm6-rectangle{margin-left:.5rem}}@media (min-width:64rem) and (max-width:79.99rem){.gtm6-cards,.gtm6-title{padding-left:4rem;padding-right:4rem}.gtm6-card{flex-basis:calc(33.333% - 2rem);flex-grow:1;flex-shrink:1;max-width:20rem;min-width:16rem}.gtm6-rectangle{margin-left:3rem}}@media (min-width:80rem) and (max-width:95.99rem){.gtm6-cards,.gtm6-title{padding-left:6rem;padding-right:6rem}.gtm6-card{flex-basis:calc(33.333% - 2rem);flex-grow:1;flex-shrink:1;max-width:20rem;min-width:17rem}.gtm6-rectangle{margin-left:25rem}}@media (min-width:96rem){.gtm6-container{margin:8vw auto;max-width:75rem;padding:2rem}.gtm6-cards,.gtm6-title{padding-left:8rem;padding-right:8rem}.gtm6-cards{justify-content:flex-start}.gtm6-card{flex-basis:calc(33.333% - 2rem);flex-grow:1;flex-shrink:1;max-width:20rem;min-width:17rem}.gtm6-rectangle{margin-left:31.25rem}}.gtm5-container{background:#0a2c54;color:#fff;font-family:Poppins,sans-serif;height:auto;max-width:100%;padding:1.5rem 1rem;position:relative;text-align:center;z-index:1}.gtm5-container,.gtm5-heading-wrapper{align-items:center;display:flex;flex-direction:column;gap:1rem}.gtm5-heading-wrapper{width:100%}.gtm5-left{padding-bottom:4rem;text-align:center;width:100%}.gtm5-left h2{color:#fff;margin-bottom:1rem;text-align:left}.gtm5-left .desc,.gtm5-left .sub-desc{color:#fff;margin-bottom:.5rem;text-align:left;width:100%}.gtm5-right-1{align-items:center;display:flex;flex-direction:row;gap:1rem;position:relative;width:100%}.gtm5-card-group{align-items:left;display:flex;flex-direction:column;justify-content:center;margin:-6vw 0 20vw}.gtm5-avtar-1{margin-top:-40vw}.gtm5-card-1{align-items:center;background-color:#dbdbdb;border-radius:1.625rem;display:flex;height:auto;justify-content:center;max-width:90%;padding:.8rem;width:18rem;z-index:2}.gtm5-card-1>p{font-size:.8rem;width:100%}.gtm5-card-2{align-items:center;background-color:#dbdbdb;border-radius:1.625rem;display:flex;height:auto;justify-content:center;margin-top:.5rem;padding:.8rem;text-align:center;width:10rem;z-index:2}.gtm5-card-2 span{display:block;font-size:1rem;line-height:1.4;padding:0;width:100%}.gtm5-right-2{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-top:.5rem;width:100%;z-index:2}.gtm5-card3-avatar-wrapper{align-items:center;display:flex;gap:1.25rem}.gtm5-avtar-1,.gtm5-avtar-2{clip-path:circle(50%);height:clamp(2.5rem,5vw,3rem);width:clamp(2.5rem,5vw,3rem);z-index:2}.gtm5-card-3{align-items:center;background-color:#0065dd;border-radius:1.625rem;color:#fff;display:flex;font-size:1.125rem;height:auto;justify-content:center;margin:0 auto 10px;max-width:70%;padding:.8rem;width:18rem;z-index:2}.gtm5-right-name{color:#fff}.gtm5-card-4{background-color:#dbdbdb;border-radius:1.625rem;margin:0 auto;max-width:90%;min-height:clamp(6rem,12vh,7rem);padding:.7rem 1rem;width:20rem;z-index:2}.gtm5-btn{border-radius:.8125rem;color:#113157;display:block;font-size:1.125rem;font-weight:600;height:3.75rem;margin:1rem auto 0;padding:.8rem 1rem;width:10rem;z-index:2}.gtm5-curve-img{display:none!important}.gtm5-curve-img_mobile{display:block;filter:grayscale(100%) brightness(70%);left:50%;position:absolute;top:60%;transform:translate(-50%,-50%);z-index:0}.gtm5-curve-img_mobile svg{height:18rem;width:60rem}.tall-wave{transform:scaleY(1.2);transform-origin:center}@media (max-width:480px){.gtm5-curve-img_mobile svg{height:18rem;width:25rem}.gtm5-card-1,.gtm5-card-3,.gtm5-card-4{width:18rem}.gtm5-avtar-1,.gtm5-avtar-2{height:2.5rem;width:2.5rem}}@media (min-width:481px) and (max-width:767px){.gtm5-container{padding:2rem 1.5rem}.gtm5-left h2{font-size:1.6rem}.gtm5-card-1{transition:width .3s ease-in-out;width:clamp(300px,70vw,900px)}.gtm5-card-4{width:20rem}.gtm5-curve-img_mobile{top:clamp(40%,58%,70%)}.gtm5-curve-img_mobile svg{height:25rem;width:60rem}.tall-wave{transform:scaleX(1);transform-origin:center}}@media (min-width:768px) and (max-width:1023px){.gtm5-heading-wrapper{align-items:flex-start;flex-direction:row;gap:2rem;justify-content:space-between}.gtm5-left{padding-bottom:0;text-align:left;width:45%}.gtm5-right-1{align-items:center;display:flex;justify-content:center;position:relative;width:55%}.gtm5-avtar-1{margin-top:-4rem}.gtm5-curve-img_mobile{display:none!important}.gtm5-curve-img{display:block!important;left:clamp(45%,50%,55%)!important;position:absolute!important;top:clamp(35%,45%,55%)!important;transform:translate(-50%,-50%);z-index:0}.gtm5-curve-img svg{height:18rem;width:60rem}.gtm5-card-group{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;margin:0;padding-top:2rem;position:relative}.gtm5-card-1,.gtm5-card-3,.gtm5-card-4{margin:0;width:clamp(18rem,45vw,25rem)}.gtm5-btn{margin-top:1rem}}@media (min-width:870px) and (max-width:1023px){.gtm5-curve-img{left:clamp(45%,55%,55%)!important}}@media (min-width:945px) and (max-width:1023px){.gtm5-curve-img{left:clamp(45%,60%,75%)!important}}@media (min-width:1024px) and (max-width:1439px){.gtm5-heading-wrapper{align-items:center;flex-direction:row;gap:3rem;justify-content:space-around}.gtm5-left{text-align:left;width:45%}.gtm5-right-1{align-items:center;display:flex;justify-content:center;position:relative;width:55%}.gtm5-card-1{transition:width .3s ease-in-out;width:400px}.gtm5-card-group{margin-bottom:0}.gtm5-avtar-1{margin:-8rem 0 0}.gtm5-curve-img_mobile{display:none!important}.gtm5-curve-img{display:block!important;left:clamp(45%,55%,65%)!important;position:absolute!important;top:clamp(35%,42%,65%)!important;transform:translate(-50%,-50%);z-index:0}.gtm5-curve-img svg{height:22rem;width:65rem}}@media (min-width:1440px){.gtm5-heading-wrapper{align-items:center;flex-direction:row;gap:4rem;justify-content:space-around}.gtm5-card-group{margin-bottom:0;padding-top:2rem}.gtm5-avtar-1{margin:-8rem 0 0}.gtm5-left{text-align:left;width:45%}.gtm5-right-1{align-items:center;display:flex;justify-content:center;position:relative;width:55%}.gtm5-curve-img_mobile{display:none!important}.gtm5-curve-img{display:block!important;left:clamp(45%,60%,100%)!important;position:absolute!important;top:clamp(35%,50%,65%)!important;transform:translate(-50%,-50%);z-index:0}.gtm5-curve-img svg{height:24rem;width:60rem}.gtm5-card-1,.gtm5-card-3,.gtm5-card-4{width:clamp(22rem,35vw,28rem)}.gtm5-right-2{margin:0;padding:0}}.gtm1-container{align-items:center;display:flex;flex-direction:column;margin:0 auto;padding:5rem 0;position:relative}.gtm1-top-p{max-width:45rem;padding-bottom:3.75rem}.gtm1-top-h2,.gtm1-top-p{color:#000;margin:0 auto;text-align:center}.gtm1-top-h2{max-width:26.625rem}.gtm1-top-h2-2{color:#000;margin:0 auto;max-width:46rem;text-align:center}.gtm1-svg-wrapper{display:flex;justify-content:center;margin:3rem 0;width:100%}.gtm1-svg{height:auto;margin-left:-4rem;width:100vw}.gtm1-svg-desktop{display:block;width:150vw}.gtm1-svg-desktop,.gtm1-svg-mobile{height:auto;left:0;position:relative}.gtm1-svg-mobile{display:none;margin:0;padding:0;width:100vw}.gtm1-desc{color:#fff;margin:2rem auto 6rem;max-width:26.25rem;text-align:center}@media (max-width:767px){.gtm1-container{padding-bottom:0}.gtm1-top-p{padding-bottom:2rem}.gtm1-top-h2,.gtm1-top-h2-2,.gtm1-top-p{max-width:90%}.gtm1-desc{margin:2rem auto;width:90%}.gtm1-svg-desktop{display:none}.gtm1-svg-mobile{display:block;height:auto;left:0;margin:0;padding:0;position:relative;width:150vw}.gtm1-svg-mobile svg{width:70rem}.gtm1-svg{margin:0}.gtm1-svg-wrapper{margin:0 auto}}@media (min-width:768px){.gtm1-container{padding-bottom:0}}@media (min-width:1024px){.gtm1-desc,.gtm1-top-h2{max-width:31.25rem}}.gtm2-container{background:linear-gradient(135deg,#5b2be0,#2dd3e3);border-radius:20px;box-shadow:0 10px 30px #00000026;color:#fff;font-family:Poppins,sans-serif;margin:40px auto;max-width:950px;padding:40px;text-align:left;width:100%}.gtm2-title{color:#fff;font-weight:700;margin-bottom:30px}.gtm2-dropdowns{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:35px}.gtm2-dropdown-card{background:#fff;border-radius:8px;box-shadow:0 3px 6px #0000001a;color:#000;cursor:pointer;flex:1 1;max-width:30vw;min-width:250px;padding:14px 16px;transition:all .25s ease-in-out}.gtm2-dropdown-card:hover{transform:translateY(-3px)}.gtm2-dropdown-header{align-items:center;display:flex;justify-content:space-between}.gtm2-check-icon{color:#4caf50;font-size:18px;margin-right:8px}.gtm2-dropdown-title{flex:1 1;font-size:16px;font-weight:600}.gtm2-arrow{color:#555;font-size:14px;margin-left:8px;transition:transform .3s ease}.gtm2-arrow.rotate{transform:rotate(180deg)}.gtm2-dropdown-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.gtm2-dropdown-card.active .gtm2-dropdown-wrapper{max-height:500px}.gtm2-dropdown-content{color:#333;line-height:1.5;margin-top:12px}.gtm2-start-btn{background:#fff;border:none;border-radius:12px;box-shadow:0 3px 6px #00000026;color:#2b2b2b;cursor:pointer;font-size:16px;font-weight:600;padding:12px 28px;transition:all .25s ease-in-out}.gtm2-start-btn:hover{background:#f5f5f5;transform:scale(1.05)}@media (max-width:480px){.gtm2-container{width:90%}.gtm2-title{text-align:center}.gtm2-dropdowns{flex-direction:column;gap:15px}.gtm2-dropdown-card{min-width:100%}.gtm2-dropdown-title{font-size:14px}.gtm2-start-btn{font-size:14px;padding:10px;width:100%}}@media (min-width:481px) and (max-width:767px){.gtm2-container{width:90%}.gtm2-title{text-align:center}.gtm2-dropdowns{flex-direction:column;gap:18px}.gtm2-dropdown-card{min-width:100%}.gtm2-dropdown-title{font-size:15px}.gtm2-start-btn{font-size:15px;width:100%}}@media (min-width:768px) and (max-width:1023px){.gtm2-container{width:90%}.gtm2-dropdown-card{min-width:45%}.gtm2-start-btn{font-size:15px;padding:12px 22px}}@media (min-width:64rem) and (max-width:90rem){.gtm2-container{margin:2.5rem auto;width:90%}.gtm2-title{margin-left:0;text-align:left}.gtm2-dropdowns{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr);justify-items:center}.gtm2-dropdown-card{height:100%;max-width:20rem;width:100%}.gtm2-start-btn{font-size:1rem}}@media (min-width:1441px) and (max-width:1920px){.gtm2-container{max-width:1300px;padding:40px}.gtm2-dropdown-card{min-width:300px}.gtm2-start-btn{font-size:17px;padding:14px 28px}}.gtm3-container{font-family:Poppins,sans-serif;margin:40px auto;max-width:1200px;padding:40px 20px;text-align:center;width:100%}.gtm3-title{color:#000;margin-bottom:12px}.gtm3-subtitle{color:#333;line-height:1.6;margin:0 auto 40px;max-width:700px}.gtm3-card-wrapper{align-items:stretch;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-bottom:30px}.gtm3-card{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;padding:24px 20px;text-align:center;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out;width:280px}.gtm3-card:hover{box-shadow:0 6px 16px #00000026;transform:translateY(-6px)}.gtm3-card-icon{align-items:center;background-color:#0a2c58;border-radius:50%;display:flex;height:60px;justify-content:center;margin-bottom:16px;width:60px}.gtm3-card-icon img{height:32px;object-fit:contain;width:32px}.gtm3-card-title{color:#000;margin-bottom:10px}.gtm3-card-desc{color:#333;line-height:1.5}.gtm3-btn{background-color:#0a2c58;border:none;border-radius:12px;box-shadow:0 4px 10px #00000026;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 28px;transition:background-color .25s ease-in-out,transform .2s ease-in-out}.gtm3-btn:hover{background-color:#083055;transform:scale(1.05)}@media (max-width:480px){.gtm3-container{padding:20px 15px}.gtm3-subtitle{margin-bottom:25px}.gtm3-card-wrapper{gap:18px}.gtm3-card{max-width:320px;padding:18px 15px;width:100%}.gtm3-btn{font-size:14px;padding:10px 22px}}@media (min-width:481px) and (max-width:767px){.gtm3-container{padding:30px 25px}.gtm3-subtitle{margin-bottom:30px}.gtm3-card-wrapper{gap:20px}.gtm3-card{max-width:340px;padding:20px 16px;width:calc(50% - 20px)}}@media (min-width:768px) and (max-width:1023px){.gtm3-container{padding:35px 30px}.gtm3-card-wrapper{gap:25px}.gtm3-card{max-width:300px;width:calc(33.33% - 22px)}}@media (min-width:1024px) and (max-width:1440px){.gtm3-container{padding:40px}.gtm3-card-wrapper{gap:28px}.gtm3-card{max-width:280px;width:calc(25% - 22px)}}@media (min-width:1441px) and (max-width:1920px){.gtm3-container{padding:50px}.gtm3-card-wrapper{gap:32px}.gtm3-card{width:280px}}.gtm4-container{align-items:stretch;background-color:#fff;border-radius:8px;box-shadow:0 6px 16px #0000001a;display:flex;font-family:Poppins,sans-serif;gap:0;justify-content:center;margin:40px auto;max-width:1100px;overflow:hidden}.gtm4-left{background-color:#0a2c58;color:#fff;flex:1 1;padding:30px}.gtm4-title{color:#fff;font-size:38px;font-weight:600;margin-bottom:20px;max-width:350px}.gtm4-subheading{color:#fff;font-size:30px;font-weight:600;margin-bottom:12px;margin-top:20px}.gtm4-right{background-color:#3f4cec;color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:30px}.gtm4-list{list-style:none;margin:0;padding-left:40px}.gtm4-list-item{color:#fff;font-size:18px;line-height:1.6;margin-bottom:16px}.gtm4-btn{align-self:center;background-color:#fff;border:none;border-radius:16px;box-shadow:0 4px 10px #0000001a;color:#000;cursor:pointer;font-size:16px;font-weight:600;margin:20px 0;padding:12px 24px;transition:transform .2s ease-in-out,background-color .3s ease-in-out;width:196px}.gtm4-btn:hover{background-color:#f5f5f5;transform:scale(1.05)}@media (max-width:768px){.gtm4-container{flex-direction:column}.gtm4-left,.gtm4-right{border-radius:0;flex:initial;width:100%}}@media (max-width:480px){.gtm4-container{flex-direction:column;margin:20px 15px;width:90%}.gtm4-title{font-size:24px;max-width:100%}.gtm4-subheading{font-size:20px}.gtm4-list{padding-left:20px}.gtm4-list-item{font-size:15px}.gtm4-btn{font-size:14px;padding:10px 18px;width:160px}}@media (min-width:481px) and (max-width:767px){.gtm4-container{flex-direction:column;margin:25px 20px;width:70%}.gtm4-title{font-size:28px}.gtm4-subheading{font-size:22px}.gtm4-list{padding-left:25px}.gtm4-list-item{font-size:16px}.gtm4-btn{font-size:15px;width:170px}}@media (min-width:768px) and (max-width:1023px){.gtm4-container{flex-direction:row;margin:30px;max-width:80%!important}.gtm4-title{font-size:32px}.gtm4-subheading{font-size:24px}.gtm4-list{padding-left:30px}.gtm4-list-item{font-size:17px}}@media (min-width:1024px) and (max-width:1440px){.gtm4-container{margin:40px auto;max-width:80%!important}.gtm4-title{font-size:34px}.gtm4-subheading{font-size:26px}.gtm4-list-item{font-size:17px}}@media (min-width:1441px) and (max-width:1920px){.gtm4-container{margin:50px auto;max-width:1200px}.gtm4-title{font-size:40px}.gtm4-subheading{font-size:30px}.gtm4-list-item{font-size:19px}}.vr-page{margin:5rem auto 1.75rem}.vr-header{margin-top:4rem}.vr-card,.vr-list{gap:1.5rem}.vr-left{align-items:flex-start}.vr-left-text{flex:1 1;min-width:0}.vr-name{margin:0 0 .25rem}.vr-country{display:block;margin-bottom:.5rem}.vr-actions{margin-top:1rem}.btn-primary{transition:background-color .2s}.btn-primary:hover{background:#052a5c}.btn-ghost{transition:all .2s}.btn-ghost:hover{background:#f8fafc;border-color:#cbd5e1}.compare-checkbox{background:#0000}.compare-checkbox:hover{border-color:#cbd5e1}.compare-checkbox input[type=checkbox]{height:16px;width:16px}.compare-checkbox label{-webkit-user-select:none;user-select:none}.vr-right{align-items:flex-end}.vr-stat{background:#f1f5f9;background:var(--pill-bg);border-radius:.75rem;min-width:100px;padding:.75rem 1rem}.vr-pill-row{justify-content:flex-end}.pill{padding:.5rem .75rem}.vr-badges{margin-top:.25rem}@media (min-width:40rem){.vr-card{padding:1.5rem}.vr-right{min-width:280px}}@media (min-width:48rem){.vr-page{margin-top:5.5rem;padding:1.25rem}.vr-list{gap:1.75rem}.vr-card{padding:1.75rem}.vr-logo{height:72px;width:72px}.vr-right{min-width:320px}}@media (min-width:64rem){.vr-page{max-width:1100px}.vr-list{gap:2rem}.vr-card{align-items:flex-start;flex-wrap:nowrap}.vr-left-text{min-width:400px}}@media (min-width:80rem){.vr-page{margin-top:6rem;max-width:1300px;padding:2rem}.vr-left-text{min-width:500px}}@media (min-width:96rem){.vr-page{max-width:1500px}.vr-left-text{min-width:600px}}@media (max-width:39.99rem){.vr-page{margin-top:4rem;padding:.75rem}.vr-card{flex-direction:column;gap:1rem;padding:1.25rem}.vr-card,.vr-right{align-items:flex-start}.vr-right{align-self:stretch;min-width:auto;width:100%}.vr-stats{justify-content:space-between;width:100%}.vr-pill-row{justify-content:flex-start;width:100%}.vr-actions{align-items:flex-start;flex-direction:column;width:100%}.btn-ghost,.btn-primary,.compare-checkbox{justify-content:center;width:100%}}:root{--divider:#e2e8f0}.vr-page{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:1.75rem auto;max-width:1200px;padding:1rem}.vr-header .breadcrumbs{color:#6b7280;color:var(--muted);font-size:.9rem;margin-bottom:.4rem}.vr-header h1{font-size:1.5rem;margin-bottom:.75rem}.vr-controls{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.search{border:1px solid #e6e9ee;border:1px solid var(--border);border-radius:999px;min-width:160px;padding:.5rem .75rem}.filters{align-items:center;display:flex;gap:.5rem}.filter{background:#0000;border:1px solid #e6e9ee;border:1px solid var(--border);border-radius:.5rem;padding:.5rem .75rem}.compare-link{background:#0b5cff;background:var(--accent);border-radius:.5rem;color:#fff;padding:.5rem .75rem;text-decoration:none}.vr-list{display:flex;flex-direction:column;gap:1rem}.vr-card{align-items:flex-start;background:#fff;background:var(--card-bg);border:1px solid #e6e9ee;border:1px solid var(--border);border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;flex-wrap:wrap;justify-content:space-between;padding:1.5rem;position:relative}.vr-left{display:flex;flex:1 1;flex-direction:column;gap:1rem;min-width:0}.vr-logo-container{align-items:center;display:flex;gap:1rem}.vr-logo{background:#fff;border:1px solid #e8eefb;border-radius:8px;flex-shrink:0;height:64px;object-fit:contain;padding:4px;width:64px}.vr-logo-text{display:flex;flex-direction:column;gap:.25rem}.vr-name{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.vr-country{color:#6b7280;color:var(--muted);font-size:.85rem}.vr-service{color:#334155;font-size:1rem;font-weight:500;margin:0}.vr-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.btn-primary{background:#063b7a;background:var(--primary);border:none;border-radius:.5rem;color:#fff}.btn-ghost,.btn-primary{cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem 1rem}.btn-ghost{background:#0000;border:1px solid #e6e9ee;border:1px solid var(--border);border-radius:.5rem;color:#475569}.compare-checkbox{align-items:center;border:1px dashed #e6e9ee;border:1px dashed var(--border);border-radius:.5rem;cursor:pointer;display:flex;gap:.5rem;padding:.6rem 1rem;transition:all .2s}.compare-checkbox:hover{background:#f8fafc}.compare-checkbox input[type=checkbox]{cursor:pointer;margin:0}.compare-checkbox label{color:#475569;cursor:pointer;font-size:.9rem;margin:0}.compare-checkbox input[type=checkbox]:checked+label{color:#059669;font-weight:600}.vr-divider{align-self:stretch;background:#e2e8f0;background:var(--divider);margin:0 1.5rem;width:1px}.vr-right{flex-direction:column;min-width:300px}.vr-right,.vr-stats{display:flex;gap:1rem}.vr-stats{align-items:center;justify-content:space-between}.vr-stat{flex:1 1;text-align:center}.stat-title{color:#6b7280;color:var(--muted);font-size:.75rem;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.stat-value{color:#1e293b;font-size:1.1rem;font-weight:700}.vr-pill-row{display:flex;flex-wrap:wrap;gap:.5rem}.pill{background:#f7f8fc;border:1px solid #f1f5f9;border-radius:999px;color:#475569;font-size:.75rem;font-weight:500;padding:.4rem .75rem}.vr-badges{display:flex;flex-wrap:wrap;gap:.5rem}.badge{background:#faf7ff;border:1px solid #f0eefe;border-radius:.5rem;color:#6d28d9;font-size:.75rem;font-weight:500;padding:.5rem .75rem}.compare-page .compare-actions{align-items:center;display:flex;gap:.5rem;justify-content:flex-end}.filter-box{background:#fff;background:var(--card-bg);border:1px solid #e6e9ee;border:1px solid var(--border);border-radius:10px;margin:1rem 0;padding:1rem}.compare-grid{align-items:flex-start;display:flex;gap:1rem;margin-top:1rem}.features-col{background:#0000;min-width:220px}.features-title{font-weight:700;margin-bottom:1rem}.feature{border-bottom:1px solid #e6e9ee;border-bottom:1px solid var(--border);color:#6b7280;color:var(--muted);padding:1.6rem 1rem}.compare-col{background:#fff;background:var(--card-bg);border:1px solid #e6e9ee;border:1px solid var(--border);border-radius:8px;padding:1rem;width:220px}.compare-col,.compare-head{align-items:center;display:flex;flex-direction:column;gap:.5rem}.compare-head{margin-bottom:.5rem}.compare-head img{border-radius:8px;height:64px;width:64px}.cmp-title{font-weight:700}.cmp-stars{color:#f59e0b}@media (min-width:40rem){.vr-card{padding:1.5rem}.vr-right{min-width:260px}}@media (min-width:48rem){.vr-actions{flex-wrap:wrap;gap:.75rem;width:100%}.btn-ghost,.btn-primary,.compare-checkbox{flex:0 0 auto;white-space:nowrap}.vr-right{align-items:flex-start;flex-shrink:0;max-width:320px;min-width:280px}.vr-stats{flex-wrap:wrap;gap:1.5rem;justify-content:flex-start}.vr-stat{flex:0 0 auto;min-width:80px;text-align:left}.vr-badges,.vr-pill-row{flex-wrap:wrap;justify-content:flex-start}.badge,.pill{flex:0 0 auto}}@media (min-width:64rem){.vr-page{max-width:1100px}.vr-list{gap:1.5rem}.vr-card{flex-wrap:nowrap}.vr-card,.vr-right{align-items:flex-start}.vr-right{gap:1.25rem;max-width:100%;min-width:300px}.vr-stats{gap:1.5rem;justify-content:flex-start}.vr-stat{flex:0 0 auto;text-align:left}.vr-badges,.vr-pill-row{justify-content:flex-start}}@media (min-width:80rem){.vr-page{max-width:1300px;padding:2rem}.vr-right{gap:1.5rem;max-width:100%;min-width:320px}.vr-stats{gap:2rem}.stat-value{font-size:1.25rem}}@media (min-width:96rem){.vr-page{max-width:1500px}.vr-right{gap:1.75rem;max-width:100%;min-width:350px}.vr-stats{gap:2.5rem}.stat-value{font-size:1.3rem}}@media (max-width:39.9375rem){.vr-card{flex-direction:column;gap:1.5rem;padding:1.25rem}.vr-divider{display:none}.vr-left{order:1;width:100%}.vr-right{min-width:auto;order:2;width:100%}.vr-logo-container{align-items:flex-start;flex-direction:column;gap:.75rem}.vr-actions{justify-content:flex-start;width:100%}.vr-stats{justify-content:space-around}.vr-stat{min-width:80px}.stat-value{font-size:.8rem;font-weight:400}.vr-controls{align-items:stretch;flex-direction:column;gap:.75rem}.search{min-width:auto;width:100%}.filters{justify-content:space-between;width:100%}.filter{flex:1 1;text-align:center}.compare-link{text-align:center;width:100%}.compare-grid{flex-direction:column;gap:.5rem}.features-col{min-width:auto;width:100%}.compare-col{width:100%}.feature{padding:1rem .75rem}}.vendor-filter-container{box-sizing:border-box;font-family:Roboto,sans-serif;margin:2rem 0;max-width:1400px;padding:0 20px;width:100%}.vendor-filter-row{align-items:center;box-sizing:border-box;display:flex;width:100%}.vendor-filter-row.first-row{gap:12px;justify-content:flex-start;margin-bottom:16px}.vendor-filter-row.second-row{align-items:center;border-bottom:1px solid #e5e7eb;border-top:1px solid #e5e7eb;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 0}.vendor-search-select{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:9999px;box-sizing:border-box;display:flex;flex-shrink:0;height:48px;padding:0 16px;transition:all .2s ease;width:280px}.vendor-search-select:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.vendor-search-select.location-search{width:200px}.vendor-search-icon{color:#6b7280;flex-shrink:0;margin-right:8px}.vendor-search-input{background:#0000;border:none;box-sizing:border-box;color:#374151;flex:1 1;font-size:14px;font-weight:500;line-height:100%;outline:none;padding:8px 0;width:100%}.vendor-search-input::placeholder{color:#9ca3af}.vendor-search-wrapper{box-sizing:border-box;flex:1 1;position:relative;width:100%}.vendor-suggestions-list{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-sizing:border-box;left:0;list-style:none;margin:0;max-height:200px;overflow-y:auto;padding:8px 0;position:absolute;top:calc(100% + 8px);width:100%;z-index:1000}.vendor-suggestion-item{color:#374151;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s ease}.vendor-suggestion-item:hover{background-color:#f3f4f6}.vendor-dropdown-container{display:inline-block;flex-shrink:0;min-width:140px;position:relative}.vendor-dropdown-icon{align-items:center;background-color:initial;color:#6b7280;display:flex;height:16px;justify-content:center;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;z-index:3}.vendor-filter-dropdown{appearance:none;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#374151;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;height:48px;line-height:20px;padding:12px 36px 12px 16px;position:relative;transition:all .2s ease;width:100%;z-index:2}.vendor-filter-dropdown::-ms-expand{display:none}.vendor-filter-dropdown:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.vendor-filter-dropdown.serviceCategory{width:160px}.vendor-filter-dropdown.industryExpertise{width:170px}.vendor-filter-dropdown.budget,.vendor-filter-dropdown.companySize{width:150px}.vendor-filter-dropdown.clientFocus{width:140px}.vendor-filter-chip{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;padding:12px;transition:all .2s ease}.vendor-filter-chip:hover{background-color:#f9fafb;border-color:#9ca3af}.vendor-results-count{color:#374151;flex-shrink:0;font-size:14px;font-weight:600;white-space:nowrap}.vendor-sort-container{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:12px;position:relative}.vendor-sort-label{color:#6b7280;flex-shrink:0;font-size:14px;font-weight:500;white-space:nowrap}.vendor-sort-dropdown{flex-shrink:0;position:relative}.vendor-sort-trigger{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;color:#374151;cursor:pointer;display:flex;flex-shrink:0;font-size:14px;font-weight:500;gap:8px;justify-content:space-between;min-width:120px;padding:8px 12px;transition:all .2s ease;white-space:nowrap}.vendor-sort-trigger:hover{background-color:#f9fafb;border-color:#9ca3af}.sort-chevron{flex-shrink:0;transition:transform .2s ease}.rotate-180{transform:rotate(180deg)}.vendor-sort-dropdown-menu{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-sizing:border-box;min-width:160px;padding:8px 0;position:absolute;right:0;top:calc(100% + 4px);z-index:1000}.vendor-sort-option{background:#0000;border:none;box-sizing:border-box;color:#374151;cursor:pointer;display:block;font-size:14px;font-weight:500;padding:8px 16px;text-align:left;transition:background-color .2s ease;white-space:nowrap;width:100%}.vendor-sort-option:hover{background-color:#f3f4f6}.vendor-sort-option.active{background-color:#3b82f6;color:#fff}.hidden{display:none}.fade-in{opacity:1;transition:opacity .2s ease-in}.fade-out{opacity:0;transition:opacity .2s ease-out}@media (max-width:480px){.vendor-filter-container{margin:1rem auto;padding:0 16px}.vendor-filter-row.first-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;overflow:visible;width:100%}.vendor-search-select{flex:0 0 100%;height:44px;margin-bottom:0;order:1;width:100%}.vendor-search-select.location-search{flex:0 0 100%;order:2;width:100%}.vendor-dropdown-container{flex-basis:calc(50% - 4px);flex-grow:0;flex-shrink:0;min-width:auto;order:3;width:calc(50% - 4px)}.vendor-filter-dropdown{font-size:13px;height:44px;padding:10px 28px 10px 12px;width:100%!important}.vendor-filter-dropdown.budget,.vendor-filter-dropdown.clientFocus,.vendor-filter-dropdown.companySize,.vendor-filter-dropdown.industryExpertise,.vendor-filter-dropdown.serviceCategory{width:100%}.vendor-dropdown-icon{height:14px;right:8px;width:14px}.vendor-filter-chip{flex-shrink:0;flex:0 0 auto;height:44px;margin-left:auto;order:999;padding:10px;width:44px}.vendor-filter-row.second-row{align-items:flex-start;flex-direction:column;flex-wrap:wrap;gap:12px;margin-top:12px;width:100%}.vendor-sort-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;width:100%}.vendor-results-count{color:#666;flex:0 0 100%;font-size:13px;margin-bottom:8px;order:0;padding:8px 0;text-align:center;width:100%}.vendor-sort-dropdown{flex:1 1;min-width:0;order:1}.vendor-sort-trigger{align-items:center;background:#fff;border:1px solid #ddd;border-radius:8px;display:flex;font-size:13px;height:44px;justify-content:space-between;min-width:140px;padding:10px 12px;width:100%}.vendor-sort-dropdown-menu{left:auto;min-width:160px;right:0;width:max-content;z-index:1001}.vendor-dropdown-container:nth-child(3){flex-basis:calc(50% - 4px);flex-grow:0;flex-shrink:0;order:3}.vendor-dropdown-container:nth-child(4){flex-basis:calc(50% - 4px);flex-grow:0;flex-shrink:0;order:4}.vendor-dropdown-container:nth-child(5){flex-basis:calc(50% - 4px);flex-grow:0;flex-shrink:0;order:5}.vendor-dropdown-container:nth-child(6){flex-basis:calc(50% - 4px);flex-grow:0;flex-shrink:0;order:6}.vendor-dropdown-container:nth-child(7){flex-basis:calc(50% - 4px);flex-grow:0;flex-shrink:0;order:7}.vendor-dropdown-container:nth-child(n+5){margin-top:8px}.vendor-filter-row.second-row .vendor-sort-container{align-items:stretch;flex-direction:column;gap:8px}.vendor-filter-row.second-row .vendor-results-count{margin-bottom:8px;order:-1;text-align:center}.vendor-filter-row.second-row .vendor-sort-dropdown{width:100%}.vendor-filter-row.second-row .vendor-sort-trigger{justify-content:space-between;width:100%}}@media (min-width:481px) and (max-width:767px){.vendor-filter-container{padding:0 20px}.vendor-filter-row.first-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;overflow:visible;width:100%}.vendor-search-select{flex:0 0 100%;height:44px;margin-bottom:0;order:1;width:100%}.vendor-search-select.location-search{flex:0 0 100%;order:2;width:100%}.vendor-dropdown-container{flex-basis:calc(33.333% - 7px);flex-grow:0;flex-shrink:0;min-width:auto;order:3;width:calc(33.333% - 7px)}.vendor-filter-dropdown{font-size:13px;height:44px;padding:10px 30px 10px 12px;width:100%!important}.vendor-filter-dropdown.budget,.vendor-filter-dropdown.clientFocus,.vendor-filter-dropdown.companySize,.vendor-filter-dropdown.industryExpertise,.vendor-filter-dropdown.serviceCategory{width:100%}.vendor-dropdown-icon{height:14px;right:10px;width:14px}.vendor-filter-chip{flex-shrink:0;flex:0 0 auto;height:44px;margin-left:auto;order:999;padding:10px;width:44px}.vendor-filter-row.second-row{justify-content:space-between;margin-top:16px;width:100%}.vendor-filter-row.second-row,.vendor-sort-container{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.vendor-sort-container{flex:1 1;justify-content:flex-end;min-width:0;width:auto}.vendor-results-count{color:#666;flex:0 0 auto;font-size:14px;order:0;padding:8px 0;white-space:nowrap}.vendor-sort-dropdown{flex:0 0 auto;min-width:160px;order:1}.vendor-sort-trigger{align-items:center;background:#fff;border:1px solid #ddd;border-radius:8px;display:flex;font-size:13px;height:44px;justify-content:space-between;min-width:160px;padding:10px 12px;width:100%}.vendor-dropdown-container:nth-child(3){flex-basis:calc(33.333% - 7px);flex-grow:0;flex-shrink:0;order:3}.vendor-dropdown-container:nth-child(4){flex-basis:calc(33.333% - 7px);flex-grow:0;flex-shrink:0;order:4}.vendor-dropdown-container:nth-child(5){flex-basis:calc(33.333% - 7px);flex-grow:0;flex-shrink:0;order:5}.vendor-dropdown-container:nth-child(6){flex-basis:calc(33.333% - 7px);flex-grow:0;flex-shrink:0;order:6}.vendor-dropdown-container:nth-child(7){flex-basis:calc(33.333% - 7px);flex-grow:0;flex-shrink:0;order:7}.vendor-dropdown-container:nth-child(n+6){margin-top:10px}.vendor-sort-dropdown-menu{left:auto;min-width:180px;right:0;width:max-content;z-index:1001}.vendor-filter-row.second-row .vendor-sort-container{flex-wrap:wrap;gap:12px;justify-content:space-between;width:100%}.vendor-filter-row.second-row .vendor-results-count{flex:1 1;min-width:0;text-align:left}.vendor-filter-row.second-row .vendor-sort-dropdown{flex:0 0 auto}@media (max-width:550px){.vendor-sort-container{gap:12px;justify-content:space-between;width:100%}.vendor-results-count{flex:0 0 100%;margin-bottom:8px;text-align:center}.vendor-sort-dropdown{flex:1 1;min-width:0}.vendor-sort-trigger{min-width:0}.vendor-filter-row.second-row .vendor-sort-container{align-items:stretch;flex-direction:column;gap:8px}.vendor-filter-row.second-row .vendor-results-count{margin-bottom:8px;order:-1;text-align:center}.vendor-filter-row.second-row .vendor-sort-dropdown{width:100%}.vendor-filter-row.second-row .vendor-sort-trigger{justify-content:space-between;width:100%}}}@media (min-width:768px) and (max-width:1024px){.vendor-filter-container{box-sizing:border-box;max-width:1200px;padding:0 24px;width:100%}.vendor-filter-row.first-row{align-items:center;gap:12px;justify-content:flex-start;margin-left:-24px;margin-right:-24px;overflow-x:auto;padding-bottom:8px;padding-left:24px;padding-right:24px;width:100%}.vendor-search-select{flex-shrink:0;height:46px;order:1;width:300px}.vendor-search-select.location-search{flex-shrink:0;order:2;width:200px}.vendor-dropdown-container{flex-shrink:0;min-width:130px;order:3}.vendor-filter-dropdown{font-size:13px;height:46px;padding:11px 32px 11px 14px}.vendor-filter-dropdown.serviceCategory{width:150px}.vendor-filter-dropdown.industryExpertise{width:160px}.vendor-filter-dropdown.budget{width:150px}.vendor-filter-dropdown.companySize{width:140px}.vendor-filter-dropdown.clientFocus{width:130px}.vendor-dropdown-icon{height:14px;right:10px;width:14px}.vendor-filter-chip{flex-shrink:0;height:46px;order:4;padding:11px;width:46px}.vendor-sort-trigger{font-size:13px;min-width:140px;width:auto}.vendor-sort-container{flex-shrink:0;gap:10px}.vendor-filter-row.second-row{gap:15px;width:100%}.vendor-filter-row.first-row::-webkit-scrollbar{height:4px}.vendor-filter-row.first-row::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.vendor-filter-row.first-row::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.vendor-filter-row.first-row::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.vendor-sort-dropdown-menu{left:auto;right:0;width:max-content}.vendor-suggestions-list{left:0;right:auto;width:100%}}@media (min-width:1025px) and (max-width:1440px){.vendor-filter-container{max-width:1300px;padding:0 32px;width:100%}.vendor-filter-row.first-row{align-items:center;gap:16px;overflow:visible;width:100%}.vendor-search-select{flex-shrink:0;height:48px;width:320px}.vendor-search-select.location-search{flex-shrink:0;width:220px}.vendor-dropdown-container{flex-shrink:0;min-width:140px}.vendor-filter-dropdown{font-size:14px;height:48px;padding:12px 36px 12px 16px}.vendor-filter-dropdown.serviceCategory{width:160px}.vendor-filter-dropdown.industryExpertise{width:170px}.vendor-filter-dropdown.budget,.vendor-filter-dropdown.companySize{width:150px}.vendor-filter-dropdown.clientFocus{width:140px}.vendor-dropdown-icon{height:16px;right:12px;width:16px}.vendor-filter-chip{flex-shrink:0;height:48px;padding:12px;width:48px}.vendor-sort-trigger{font-size:14px;min-width:150px;width:auto}.vendor-filter-row.second-row{flex-wrap:wrap;gap:20px;width:100%}.vendor-filter-row.first-row{flex-wrap:wrap;justify-content:flex-start}.vendor-dropdown-container,.vendor-search-select{flex:0 0 auto}.vendor-sort-dropdown-menu{left:auto;right:0;width:max-content}.vendor-filter-row.first-row>*{margin-bottom:8px}}@media (min-width:1441px){.vendor-filter-container{max-width:1400px;padding:0;width:100%}.vendor-filter-row.first-row{align-items:center;gap:20px;overflow:visible;width:100%}.vendor-search-select{flex-shrink:0;height:52px;width:350px}.vendor-search-select.location-search{flex-shrink:0;width:250px}.vendor-dropdown-container{flex-shrink:0;min-width:150px}.vendor-filter-dropdown{font-size:15px;height:52px;padding:14px 40px 14px 16px}.vendor-filter-dropdown.serviceCategory{width:170px}.vendor-filter-dropdown.industryExpertise{width:180px}.vendor-filter-dropdown.budget{width:150px}.vendor-filter-dropdown.companySize{width:160px}.vendor-filter-dropdown.clientFocus{width:150px}.vendor-dropdown-icon{height:16px;right:16px;width:16px}.vendor-filter-chip{flex-shrink:0;height:52px;padding:14px;width:52px}.vendor-sort-trigger{flex-shrink:0;font-size:15px;min-width:160px;padding:10px 16px;width:auto}.vendor-filter-row.second-row{flex-wrap:wrap;gap:25px;width:100%}.vendor-filter-row.first-row{flex-wrap:wrap;justify-content:flex-start}.vendor-filter-row.first-row>*{margin-bottom:12px}.vendor-sort-dropdown-menu{left:auto;right:0;width:max-content}.vendor-suggestions-list{left:0;right:auto;width:100%}}@media (min-width:1921px){.vendor-filter-container{max-width:1800px;padding:0 60px}.vendor-filter-row.first-row{flex-wrap:nowrap;gap:24px}.vendor-search-select{width:380px}.vendor-search-select.location-search{width:280px}.vendor-dropdown-container{min-width:160px}.vendor-filter-dropdown.serviceCategory{width:180px}.vendor-filter-dropdown.industryExpertise{width:190px}.vendor-filter-dropdown.budget{width:160px}.vendor-filter-dropdown.companySize{width:170px}.vendor-filter-dropdown.clientFocus{width:160px}.vendor-dropdown-icon{height:16px;right:16px;width:16px}.vendor-filter-row.second-row{gap:30px}.vendor-sort-trigger{min-width:170px}}.vendor-filter-row.first-row>*{flex-shrink:0}.vendor-filter-row.first-row .vendor-dropdown-container,.vendor-filter-row.first-row .vendor-filter-chip,.vendor-filter-row.first-row .vendor-search-select{margin:0}.vendor-filter-container,.vendor-filter-row,.vendor-search-wrapper,.vendor-sort-dropdown{overflow:visible}.vendor-sort-dropdown-menu,.vendor-suggestions-list{box-sizing:border-box;max-width:100vw}.vendor-filter-row.first-row{align-items:center;display:flex;flex-wrap:wrap}.vendor-filter-row.first-row>*{flex:0 0 auto}footer{background-color:#113157;font-family:Lexend Deca,sans-serif;font-size:1rem;letter-spacing:.03rem;line-height:1.5;padding:2rem 5vw}footer,footer *{color:#fff}.footer-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1440px}.footer-left{display:flex;flex:1 1 30%;flex-direction:column;gap:1rem}.footer-logo{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-left p{font-size:.875rem;margin:.25rem 0}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-links i{cursor:pointer;font-size:1rem;transition:transform .3s ease,color .3s ease}.social-links i:hover{color:#ccc;transform:scale(1.1)}.footer-right{display:flex;flex:2 1 65%;flex-wrap:nowrap;gap:2rem;justify-content:space-between}.footer-columns{display:flex;flex-direction:column;gap:.25rem}.footer-columns h4{display:none;margin:0}.footer-columns ul{list-style:none;margin:0;padding:0}.footer-columns li{margin-bottom:.5rem}.footer-columns li a{color:inherit;text-decoration:none;transition:color .3s ease}.footer-columns li a:hover{color:#ccc}@media (max-width:1024px){.footer-right{flex-wrap:nowrap;justify-content:space-between}}@media (max-width:767px){.footer-container{align-items:center;flex-direction:column;gap:1.5rem;text-align:center}.footer-left,.footer-right{flex:initial;width:100%}.footer-right{flex-direction:column;gap:1.5rem;justify-content:center}.footer-columns{align-items:center;text-align:center}.social-links{justify-content:center}}.employment-container{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:4rem;justify-content:space-between;margin:2rem auto;max-width:1540px;padding:3rem 2rem;width:calc(100% - 40px)}.employment-container *{box-sizing:border-box}.employment-text{flex:1 1 50%;margin-left:0;min-width:0}.employment-text h2{color:#113157;letter-spacing:-.3px;line-height:1.3;margin-bottom:2rem}.employment-text ul{list-style:none;margin:2rem 0 0;max-width:600px;padding:0}.employment-text li{border-radius:8px;color:#333;line-height:1.6;margin-bottom:2rem;padding:.5rem}.dot-icon,.employment-text li{align-items:flex-start;display:flex}.dot-icon{flex-shrink:0;margin-right:1rem;padding-top:.25rem}.point-content{display:inline-block;flex-wrap:wrap;margin-left:0;max-width:100%}.point-subtitle{color:#000;font-size:20px;font-weight:600;line-height:1.5;margin-bottom:.25rem}.point-text{color:#444;font-size:20px;font-weight:400;line-height:1.6}.employment-image{align-items:center;background-color:initial!important;border-radius:8px;display:flex;flex:1 1 40%;height:auto;justify-content:center;max-width:500px;overflow:hidden}.employment-image img{background-color:initial!important;object-fit:contain}.match-button-container{background-color:initial!important;margin-top:2.5rem;max-width:500px}.match-button{background-color:#113157!important;border:none;border-radius:8px;box-shadow:0 4px 8px #11315733;color:#fff;cursor:pointer;display:inline-block;font-size:22px;font-weight:600;height:auto;max-width:486px;padding:.75rem 2rem;text-align:center;transition:all .2s ease;width:auto}.match-button:hover{background-color:#0a2342!important;box-shadow:0 6px 12px #11315740;transform:translateY(-2px)}.employment-divider{background-color:#e0e0e0;border:none;height:1px;margin:2rem 0;width:100%}.no-requirements{color:#666;font-style:italic;padding:20px 0}.employment-image img{border-radius:8px;height:auto;max-width:100%}@media (max-width:480px){.employment-container{box-shadow:none;flex-direction:column;gap:1.5rem;margin:1rem auto;padding:1.5rem 40px}.employment-image{margin-bottom:1.5rem;order:-1;width:100%}.employment-text h2{margin:0 0 0 -40px;text-align:center}.point-subtitle{font-size:16px}.point-text{font-size:14px}.match-button{font-size:18px;padding:.75rem;width:100%}}@media (min-width:481px) and (max-width:767px){.employment-container{flex-direction:column;gap:2rem;margin:1.5rem auto;padding:2rem}.employment-image{margin:0 auto 2rem;width:70%}.point-subtitle{font-size:18px}.point-text{font-size:16px}.match-button{font-size:20px;max-width:400px;width:100%}}@media (min-width:768px) and (max-width:1024px){.employment-container{align-items:center;gap:1rem;margin:2rem auto;padding:2.5rem 2.5rem 2.5rem 80px}.employment-image{margin:0;max-width:380px}.point-subtitle{font-size:18px}.point-text{font-size:16px}.match-button{font-size:20px;padding:.75rem 1.5rem}}@media (min-width:1025px) and (max-width:1440px){.employment-container{gap:4rem;padding:3rem 4rem}}@media (prefers-reduced-motion:reduce){.match-button{transform:none!important;transition:none}}@media (forced-colors:active){.employment-container{border:2px solid}.match-button{border:2px solid!important}}@media (min-width:1441px){.employment-container{padding-left:80px}}.floating-cta{align-items:center;background-color:#0d4c8b;bottom:0;box-shadow:0 -2px 6px #0003;color:#fff;display:flex;gap:40px;justify-content:center;left:0;padding:12px 200px;position:fixed;width:100%;z-index:1000}.cta-text{color:#fff;font-size:24px;font-weight:500}.cta-button{background-color:#fff;border:none;border-radius:15px;color:#0d4c8b;cursor:pointer;font-size:24px;font-weight:700;padding:8px 16px}.cta-button:hover{background-color:#f1f1f1}@media (max-width:480px){.floating-cta{padding-left:16px;padding-right:16px}.cta-button,.cta-text{font-size:16px}.cta-button{padding-left:12px;padding-right:12px}}@media (min-width:481px) and (max-width:767px){.floating-cta{padding-left:40px;padding-right:40px}.cta-button,.cta-text{font-size:18px}}@media (min-width:768px) and (max-width:1024px){.floating-cta{gap:20px;padding:12px 50px}.cta-button,.cta-text{font-size:20px}.cta-button{height:50px;width:350px}}@media (min-width:1025px) and (max-width:1440px){.floating-cta{padding:12px 40px!important}.cta-text{margin-right:15px;text-align:center}.cta-button{font-size:16px;font-weight:800;height:50px;width:200px}}@media (min-width:1441px){.floating-cta{margin:0;padding:12px 40px!important}.cta-text{font-size:26px}.cta-button{font-size:18px;height:43px;width:200px}}.filter-bar{flex-wrap:wrap;gap:40px;margin:4rem auto 0;max-width:1580px;padding:10px}.filter-bar,.search-select{align-items:center;box-sizing:border-box;display:flex}.search-select{background:#fff;border:1px solid #ccc;border-radius:9999px;height:60px;padding:0 10px;width:330px}.search-icon{color:#888;margin-right:5px}.search-input{background:#0000;border:none;font-weight:500;line-height:100%;outline:none;padding:5px}.search-input,.search-wrapper{box-sizing:border-box;width:100%}.search-wrapper{position:relative}.suggestions-list{background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 4px 8px #0000000d;box-sizing:border-box;left:20px;list-style:none;margin:0;padding:.5rem 0;position:absolute;top:calc(100% + 20px);width:calc(100% - 40px);z-index:1000}.suggestion-item{cursor:pointer;padding:.5rem 1rem}.dropdown-container{box-sizing:border-box;display:inline-block;position:relative;width:auto}.dropdown-icon{background-color:initial;color:#888;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.filter-dropdown{appearance:none;background:#fff;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;cursor:pointer;font-family:Roboto,sans-serif;font-weight:500;height:43px;letter-spacing:.01px;line-height:20px;padding-right:35px!important;padding:8px 12px}.filter-dropdown-country{width:120px}.filter-dropdown.employeeType{width:170px}.filter-dropdown.payrollFrequency{width:200px}.filter-dropdown.companySize{width:170px}.filter-dropdown.salaryBand{width:150px}.filter-dropdown.keyPriorities{width:160px}.filter-dropdown{width:100px}@media (max-width:480px){.filter-bar{align-items:center;flex-wrap:wrap;gap:12px;justify-content:flex-start;margin:8rem auto 0;padding:15px 40px}.filter-bar,.search-select{box-sizing:border-box;max-width:100%}.search-select{border-radius:28px;height:55px;padding:0 15px;width:100%}.search-input{width:100%}.search-icon{font-size:18px}.suggestions-list{box-sizing:border-box;left:10px;top:calc(100% + 10px);width:calc(100% - 20px)}.dropdown-container{box-sizing:border-box;width:calc(50% - 6px)}.filter-dropdown{box-sizing:border-box;height:45px;padding:10px 35px 10px 15px;width:100%!important}.dropdown-icon{font-size:16px;right:12px;top:50%;transform:translateY(-50%)}.filter-dropdown.companySize,.filter-dropdown.country,.filter-dropdown.employeeType,.filter-dropdown.keyPriorities,.filter-dropdown.payrollFrequency,.filter-dropdown.salaryBand{width:100%!important}}@media (min-width:481px) and (max-width:767px){.filter-bar{align-items:center;flex-wrap:wrap;gap:12px;justify-content:flex-start;margin:8rem auto 0;padding:15px}.filter-bar,.search-select{box-sizing:border-box;max-width:100%}.search-select{border-radius:28px;height:55px;padding:0 15px;width:100%}.search-icon{font-size:18px}.dropdown-container{box-sizing:border-box;width:calc(50% - 6px)}.filter-dropdown{box-sizing:border-box;height:45px;padding:10px 35px 10px 15px;width:100%!important}.dropdown-icon{font-size:16px;right:12px;top:50%;transform:translateY(-50%)}.filter-dropdown.companySize,.filter-dropdown.country,.filter-dropdown.employeeType,.filter-dropdown.keyPriorities,.filter-dropdown.payrollFrequency,.filter-dropdown.salaryBand{width:100%!important}}@media (min-width:768px) and (max-width:1024px){.filter-bar{align-items:center;flex-wrap:wrap;gap:12px;justify-content:flex-start;margin:8rem auto 0;padding:15px 80px}.filter-bar,.search-select{box-sizing:border-box;max-width:100%}.search-select{border-radius:28px;height:55px;padding:0 15px;width:100%}.search-input{width:100%}.search-icon{font-size:18px}.suggestions-list{box-sizing:border-box;left:10px;top:calc(100% + 10px);width:calc(100% - 20px)}.dropdown-container{box-sizing:border-box;width:calc(50% - 6px)}.filter-dropdown{box-sizing:border-box;height:45px;padding:10px 35px 10px 15px;width:100%!important}.dropdown-icon{font-size:16px;right:12px;top:50%;transform:translateY(-50%)}.filter-dropdown.companySize,.filter-dropdown.country,.filter-dropdown.employeeType,.filter-dropdown.keyPriorities,.filter-dropdown.payrollFrequency,.filter-dropdown.salaryBand{width:100%!important}}@media (min-width:1025px) and (max-width:1440px){.filter-bar{gap:25px;margin:8rem auto 0;padding-left:80px}.search-select{height:55px;width:280px}.filter-dropdown{height:40px;padding:8px 32px 8px 12px}.filter-dropdown.country{width:155px}.filter-dropdown.employeeType{width:160px}.filter-dropdown.payrollFrequency{width:180px}.filter-dropdown.companySize{width:150px}.filter-dropdown.salaryBand{width:140px}.filter-dropdown.keyPriorities{width:150px}.dropdown-icon{font-size:16px;right:10px}.search-dropdown-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start;width:100%}.search-bar{align-items:center;display:flex;flex:1 1 100%;max-width:100%;width:100%}.search-bar input{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;padding:10px 14px;width:100%}.dropdown{box-sizing:border-box;flex-basis:calc(25% - 12px);flex-grow:1;flex-shrink:1;max-width:280px;min-width:200px;position:relative}.dropdown select{background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg fill=%27%23666%27 height=%2716%27 viewBox=%270 0 24 24%27 width=%2716%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/></svg>");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:16px;padding:10px 36px 10px 12px;width:100%}.cards-container{grid-gap:16px;box-sizing:border-box;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));width:100%}.card{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;box-sizing:border-box;padding:16px}body,html{overflow-x:hidden}.btn{border-radius:6px;box-sizing:border-box;cursor:pointer;font-size:15px;padding:8px 14px}}@media (min-width:1441px){.filter-bar{gap:30px;margin:4rem auto 0;max-width:1800px;padding:40px 80px}.search-select{height:60px;width:340px}.filter-dropdown{height:45px;padding:10px 35px 10px 15px}.filter-dropdown.country{width:190px}.filter-dropdown.employeeType{width:180px}.filter-dropdown.payrollFrequency{width:210px}.filter-dropdown.companySize{width:180px}.filter-dropdown.salaryBand{width:160px}.filter-dropdown.keyPriorities{width:180px}.dropdown-icon{font-size:18px;right:12px}}.salary-breakdown__container{box-sizing:border-box;font-family:Poppins,sans-serif;margin:3rem auto 0;max-width:100%;padding:2rem clamp(1rem,5vw,3rem);text-align:left}.salary-breakdown__header{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}.salary-breakdown__flag{flex-shrink:0;height:auto;width:2.5rem}.salary-breakdown__title{line-height:1.1}.salary-breakdown__subtitle,.salary-breakdown__title{color:#113157;flex:1 1 100%;margin-left:0;text-align:left}.salary-breakdown__subtitle{line-height:1.2;margin-top:.75rem}.salary-breakdown__description{align-items:center;background-color:#d8eaff;border-radius:.5rem;box-sizing:border-box;display:flex;justify-content:flex-start;line-height:1.4;margin:2rem 0 3rem;max-width:100%;min-height:2.5rem;padding:.5rem 1.25rem;text-align:left}.salary-breakdown__cards{grid-gap:2rem;align-items:stretch;box-sizing:border-box;display:grid;gap:2rem;grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));justify-items:stretch;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:1680px;padding-left:clamp(1rem,4vw,3rem);padding-right:clamp(1rem,4vw,3rem);width:100%}.salary-breakdown__card{word-wrap:break-word;background-color:#0f2d52;border-radius:.75rem;box-shadow:4px 4px 0 #11315799;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:flex-start;min-width:16rem;padding:1.25rem 1.25rem 3rem;position:relative;text-align:left;transition:transform .2s ease-in-out;width:100%}.salary-breakdown__card:hover{box-shadow:6px 6px 0 #113157b3;transform:translateY(-.3125rem)}.salary-breakdown__card-header{align-items:center;display:flex;flex-wrap:nowrap;gap:.5rem;justify-content:space-between}.salary-breakdown__card-title{color:#fff;flex:1 1 auto;line-height:1.2;overflow-wrap:break-word;white-space:normal;word-break:break-word}.salary-breakdown__card-icon-wrapper{align-items:center;background-color:#dfebe9;border-radius:50%;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;padding:.5rem;width:2.5rem}.salary-breakdown__card-icon{max-height:1.25rem;max-width:1.25rem;object-fit:contain}.salary-breakdown__amount{color:#fff;margin-top:.5rem;overflow-wrap:break-word;white-space:normal;word-break:break-word}.salary-breakdown__note{color:#cfd3db;flex-grow:1;line-height:1.4;margin-top:.5rem}.salary-breakdown__percent{bottom:.75rem;color:#fff3;font-family:Roboto,sans-serif;font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem);font-weight:700;position:absolute;right:.75rem;text-align:right}@media (min-width:40rem){.salary-breakdown__cards{gap:2.5rem}}@media (min-width:48rem){.salary-breakdown__container{padding:2.5rem clamp(2rem,6vw,4rem)}.salary-breakdown__cards{gap:2.5rem}}@media (min-width:64rem){.salary-breakdown__container{padding:3rem clamp(2.5rem,6vw,5rem)}.salary-breakdown__cards{gap:3rem}}@media (min-width:80rem){.salary-breakdown__container{padding:4rem clamp(3rem,6vw,6rem)}.salary-breakdown__cards{gap:3.5rem}}@media (min-width:96rem){.salary-breakdown__container{max-width:1680px;padding:5rem clamp(4rem,8vw,8rem)}.salary-breakdown__cards{gap:4rem}}.insights-container{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;font-family:Poppins,sans-serif;gap:10rem;justify-content:center;margin:0 auto;max-width:1400px;padding:4rem 2rem}.insights-left{align-items:center;display:flex;flex:1 1;flex-direction:column;margin:0 20px;max-width:400px;min-width:250px;position:relative}.insights-image{aspect-ratio:237/341;height:auto;max-width:237px;object-fit:contain;width:100%}.insights-heading{box-sizing:border-box;color:#113157;left:50%;line-height:1.2;padding:0 20px;position:absolute;text-align:center;text-shadow:1px 1px 2px #fffc;top:20%;transform:translate(-50%,-50%);width:700px}.insights-right{display:flex;flex:2 1;flex-direction:column;gap:2rem;margin-top:20px;max-width:700px;min-width:300px;padding:2rem 1rem 2rem 0}.insight-item h3{color:#113157;margin-bottom:.8rem}.insight-item p{color:#000;line-height:1.5}.no-insights{color:#666;font-style:italic;padding:20px;text-align:center}@media (min-width:481px) and (max-width:767px){.insights-container{gap:5rem;margin:0 auto;padding:3rem 1.5rem}.insights-left{margin:0 10px;min-width:200px}.insights-image{max-width:200px}.insights-heading{top:25%}.insights-right{gap:1.5rem;padding:1rem .5rem 1rem 0}.insight-item h3{margin-bottom:.6rem}}@media (min-width:768px) and (max-width:1024px){.insights-container{gap:6rem;margin:0 auto;padding:3rem 2rem}.insights-left{min-width:220px}.insights-heading{left:60%;padding:0 80px;top:22%;width:auto}.insights-right{gap:1.8rem;padding:1.5rem .5rem 1.5rem 0}}@media (min-width:1025px) and (max-width:1280px){.insights-container{gap:8rem;margin:0 auto}}@media (max-width:480px){.insights-container{flex-direction:column;gap:2rem;margin:0 auto;padding:2rem 40px}.insights-left{margin:0 auto;max-width:250px;min-width:0;min-width:auto;width:100%}.insights-image{height:auto;width:180px}.insights-heading{left:50%;line-height:1.2;padding:5px 1rem;position:absolute;top:25px;transform:translateX(-50%);width:400px}.insights-right{flex:none;gap:1.5rem;margin-top:1rem;min-width:0;min-width:auto;padding:0;width:100%}.insight-item h3{margin-bottom:.5rem;text-align:left}.insight-item p{line-height:1.4;text-align:left}}@media (min-width:1441px){.insights-container{margin:0 auto;max-width:1600px;padding:5rem 3rem}.insights-left{max-width:450px}.insights-image{max-width:280px}.insights-heading{top:18%}.insights-right{max-width:800px}}@media (min-width:1025px) and (max-width:1440px){.insights-container{gap:8rem;margin:0 auto;max-width:1300px;padding:30px 80px}.insights-left{margin:0 15px;max-width:350px;min-width:220px}.insights-image{max-width:220px}.insights-heading{left:50%;line-height:1.3;padding:0 80px;top:22%;transform:translate(-50%,-50%);width:600px}.insights-right{gap:1.8rem;margin-top:15px;max-width:650px;min-width:280px;padding:2rem 1rem 2rem 0}.insight-item h3{margin-bottom:.7rem}.insight-item p{line-height:1.5}}@media (min-width:1441px){.insights-container{margin:0 auto;max-width:1600px;padding:5rem 3rem}.insights-left{max-width:450px}.insights-image{max-width:280px}.insights-heading{padding-left:80px;top:18%}.insights-right{max-width:800px}}.business-services-container{box-sizing:border-box;color:#1a1a1a;font-family:Inter,sans-serif;margin:0 auto;max-width:1540px;padding:4rem 20px;width:100%}.business-services-header{box-sizing:border-box;margin-bottom:3rem;text-align:left;width:100%}.title-container{align-items:center;box-sizing:border-box;display:flex;gap:12px;justify-content:flex-start;margin-bottom:1rem;width:100%}.country-flag{height:auto;max-width:100%;width:40px}.business-services-header h2{color:#113157;line-height:1.2;margin:0;width:100%}.business-services-header h3{color:#113157;line-height:1.2;margin:0 0 1.5rem;width:100%}.description{color:#113157;line-height:1.4;margin:0;width:100%}.service-categories{flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.service-card,.service-categories{box-sizing:border-box;display:flex;width:100%}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:4px 4px 0 #4a6bdf33;flex:1 1 300px;flex-direction:column;max-width:340px;min-height:200px;padding:1.5rem;transition:all .3s ease}.service-card:hover{box-shadow:6px 6px 0 #4a6bdf4d;transform:translateY(-5px)}.service-title-container{align-items:center;display:flex;gap:12px;margin-bottom:1rem;min-height:40px}.service-icon{align-items:center;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.service-icon img{height:auto;max-width:100%;object-fit:contain;width:100%}.service-card h3{color:#1a1a1a;line-height:1.3;margin:0}.service-card p{color:#4a5568;line-height:1.5;margin:0;padding-left:52px}@media (max-width:480px){.business-services-container{padding:2rem 40px}.business-services-header{margin-bottom:1.5rem}.title-container{gap:8px;margin-bottom:.75rem}.country-flag{width:32px}.service-categories{gap:1.5rem;margin-top:1.5rem}.service-card{flex:1 1 100%;min-height:180px;padding:1.25rem}.service-title-container{gap:10px;margin-bottom:.75rem}.service-icon{height:32px;width:32px}.service-card p{padding-left:42px}}@media (min-width:481px) and (max-width:767px){.business-services-container{padding:2.5rem 20px}.service-categories{gap:1.5rem;justify-content:flex-start}.service-card{flex-basis:calc(50% - 1rem);flex-grow:1;flex-shrink:1;max-width:calc(50% - 1rem)}}@media (min-width:768px) and (max-width:1024px){.business-services-container{padding:3rem 80px}.service-categories{gap:2rem;justify-content:flex-start}.service-card{flex-basis:calc(50% - 2rem);flex-grow:1;flex-shrink:1;max-width:calc(50% - 2rem)}}@media (min-width:1025px) and (max-width:1440px){.business-services-container{box-sizing:border-box;padding:4rem 80px}.service-categories{gap:2rem;justify-content:flex-start}.service-card{flex-basis:calc(33.333% - 2rem);flex-grow:1;flex-shrink:1;max-width:calc(33.333% - 2rem)}}@media (min-width:1441px){.business-services-container{box-sizing:border-box;padding:4rem 80px}.business-services-header{padding-left:0}.service-categories{gap:3rem;justify-content:flex-start;padding-left:0}.service-card{flex-basis:calc(33.333% - 3rem);flex-grow:1;flex-shrink:1;max-width:calc(33.333% - 3rem)}}@media (min-width:1600px){.business-services-container{padding-left:20px;padding-right:80px}}.th-container{align-items:center;background-color:#0a2c54;border-radius:.5rem;display:flex;justify-content:center;margin:clamp(3rem,6vw,5rem) auto;max-width:75rem;padding:clamp(2rem,4vw,3.5rem) clamp(1rem,5vw,4rem)}.th-content{color:#fff;text-align:left}.th-heading{color:#fff;font-size:clamp(1.5rem,2vw,2rem);font-weight:500;line-height:1.5;margin-bottom:1.5rem}.th-brand{color:#fff;font-size:clamp(2rem,3vw,2.625rem);font-weight:700;letter-spacing:.063rem}.th-brand:after{color:red;content:"."}.th-search-box{align-items:center;background:#fff;border-radius:.375rem;box-shadow:0 .125rem .313rem #0003;display:flex;justify-content:center;margin:0 auto;max-width:43.75rem;overflow:hidden;width:100%}.th-input{border:none;color:#333;flex:1 1;font-size:.875rem;outline:none;padding:.875rem}.th-input:first-child{border-right:1px solid #ddd}.th-btn{background:#00f;border:none;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.875rem 1.563rem;transition:.3s ease}.th-btn:hover{background:#00c}@media (max-width:39.99rem){.th-container{flex-direction:column;margin:.75rem;padding:2rem 1rem;text-align:center}.th-heading{font-size:1rem}.th-brand{font-size:1.75rem}.th-search-box{flex-direction:column}.th-btn{width:100%}}@media (min-width:40rem){.th-container{margin:1rem;padding:2.5rem 2rem}}@media (min-width:48rem){.th-heading{font-size:1.75rem}.th-brand{font-size:2rem}}@media (min-width:64rem){.th-heading{font-size:2rem}.th-brand{font-size:2.25rem}}@media (min-width:80rem){.th-container{margin:4rem auto;padding:4rem 3rem}.th-heading{font-size:2.25rem}.th-brand{font-size:2.5rem}}@media (min-width:96rem){.th-container{max-width:90rem;padding-left:4rem;padding-right:4rem}.th-heading{font-size:2.5rem}.th-brand{font-size:2.75rem}}.tp-container{flex-direction:column;margin-bottom:5rem;margin-left:auto;margin-right:auto;max-width:1400px;min-height:100vh;padding:2rem}.tp-container,.tp-header{align-items:center;box-sizing:border-box;display:flex;width:100%}.tp-header{flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;max-width:1200px;padding-inline:1rem}.tp-heading{color:#111;font-size:clamp(1.5rem,2vw,2.25rem);font-weight:700}.tp-filters{display:flex;flex-wrap:wrap;gap:.5rem}.tp-btn{background:#fff;border:1px solid #ddd;border-radius:.5rem;cursor:pointer;font-size:.9rem;padding:.4rem 1rem;transition:all .3s ease}.tp-btn:hover{background:#f0f0f0}.tp-btn.active{background:#000;border-color:#000;color:#fff}.tp-grid{grid-gap:3rem;box-sizing:border-box;display:grid;gap:3rem;grid-template-columns:1fr;justify-content:center;margin:0 auto;max-width:1200px;padding-inline:1rem;width:100%}.tp-card{background:#fff;border-radius:.75rem;box-shadow:0 2px 6px #0000001a;display:flex;flex-direction:column;overflow:hidden;text-align:left;transition:transform .2s ease}.tp-card:hover{transform:translateY(-.3rem)}.tp-flag-container{aspect-ratio:3/2;overflow:hidden;width:100%}.tp-flag{height:100%;object-fit:cover;width:100%}.tp-card-bottom{display:flex;flex-direction:column;font-size:clamp(.85rem,1.5vw,1rem);gap:.75rem;line-height:1.4;padding:1rem}.tp-row{align-items:center;display:flex;justify-content:space-between}.tp-label{color:#333;font-weight:600;text-align:left}.tp-value{color:#111;text-align:right}@media (max-width:40rem){.tp-heading{padding-left:0;text-align:center;width:100%}.tp-header{align-items:center;flex-direction:column}.tp-grid{gap:2rem;grid-template-columns:1fr}}@media (min-width:40rem) and (max-width:47.99rem){.tp-grid{gap:2.5rem;grid-template-columns:repeat(3,minmax(250px,1fr))}}@media (min-width:48rem) and (max-width:63.99rem){.tp-grid{gap:3rem;grid-template-columns:repeat(2,minmax(250px,1fr))}}@media (min-width:64rem) and (max-width:79.99rem){.tp-grid{gap:3.5rem;grid-template-columns:repeat(3,minmax(250px,1fr))}}@media (min-width:80rem) and (max-width:95.99rem){.tp-grid{gap:4rem;grid-template-columns:repeat(3,minmax(250px,1fr))}}@media (min-width:96rem){.tp-grid{gap:4.5rem;grid-template-columns:repeat(3,minmax(250px,1fr))}}.blog-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;padding:2.5rem 1rem}.blog-content{flex:1 1;min-width:18.75rem;text-align:center;width:100%}.blog-title{color:#000;font-size:clamp(1.5rem,2vw + 1rem,2.5rem);font-weight:700;margin-bottom:1.25rem}.blog-description{color:#333;font-size:clamp(1rem,1.5vw + .5rem,1.625rem);line-height:1.5;margin-bottom:2rem}.blog-button{background-color:#0a3d62;border-radius:.375rem;box-shadow:.125rem .25rem .375rem #0003;color:#fff;display:inline-block;font-size:clamp(1rem,1vw + .5rem,1.25rem);font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:.3s ease}.blog-button:hover{background-color:#082c47}.blog-image,.blog-placeholder{align-items:center;border-radius:.375rem;display:flex;flex:1 1;height:clamp(18rem,40vw,35rem);justify-content:center;min-width:18.75rem;width:100%}.blog-image img{border-radius:.375rem;height:100%;max-width:28rem;object-fit:cover;width:100%}.blog-placeholder{background-color:#bdbdbd;max-width:28rem}@media (min-width:40rem){.blog-container{gap:2rem}}@media (min-width:48rem){.blog-container{flex-direction:row;text-align:left}.blog-content{text-align:left;width:50%}.blog-image,.blog-placeholder{height:clamp(20rem,35vw,32rem);width:50%}}@media (min-width:64rem){.blog-title{font-size:clamp(2rem,1vw + 1rem,2.5rem)}.blog-description{font-size:clamp(1.25rem,1vw + .75rem,1.5rem)}.blog-button{padding:.875rem 1.75rem}.blog-image,.blog-placeholder{height:clamp(22rem,30vw,34rem)}}@media (min-width:80rem){.blog-container{gap:2.5rem;padding:4rem}.blog-title{font-size:2.25rem}.blog-description{font-size:1.625rem}.blog-image img,.blog-placeholder{max-width:31.25rem}.blog-image,.blog-placeholder{height:clamp(24rem,28vw,36rem)}}@media (min-width:96rem){.blog-container{margin:0 auto;max-width:100rem}.blog-title{font-size:2.5rem}.blog-description{font-size:1.75rem}.blog-image,.blog-placeholder{height:clamp(26rem,25vw,38rem)}}.blog2-section{font-family:Poppins,sans-serif;padding:1.25rem}.blog2-header{align-items:center;display:flex;gap:70vw;justify-content:space-around;margin-bottom:1.25rem}.blog2-heading{font-size:clamp(1.5rem,2vw + .5rem,2rem);font-weight:700}.arrow-link{color:#0c2d57;text-decoration:none;transition:color .3s ease}.arrow-link:hover{color:#09366f}.blog2-grid{grid-gap:1.5rem;grid-row-gap:3rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin:6rem 0;row-gap:3rem}.blog2-card{margin:0 auto;max-width:24.25rem;text-align:left;width:100%}.blog2-image{align-items:center;background-color:#ccc;display:flex;height:11.25rem;justify-content:center;width:100%}.blog2-image img{height:100%;object-fit:cover;width:100%}.blog2-title{font-size:clamp(1rem,1vw + .5rem,1.25rem);font-weight:600;margin-top:.625rem}.subscribe-banner{align-items:center;background-color:#0c2d57;color:#fff;display:flex;flex-wrap:wrap;gap:.9375rem;justify-content:center;left:50%;margin:2.5rem -50vw;padding:1.25rem;position:relative;right:50%;text-align:center;width:100vw}.subscribe-p{color:#fff;font-size:clamp(1.25rem,1vw + .5rem,1.5rem)}.subscribe-btn{background-color:#fff;border:none;border-radius:.375rem;color:#113157;cursor:pointer;font-size:clamp(1rem,.8vw + .5rem,1.25rem);font-weight:600;padding:.5rem 1rem}.subscribe-btn:hover{background-color:#e6e6e6}@media (max-width:39.999rem){.blog2-header{gap:60vw;padding:0}}@media (min-width:40rem){.blog2-grid{grid-template-columns:repeat(2,1fr)}.blog2-header{gap:80vw;padding:0}}@media (min-width:48rem){.blog2-heading{font-size:2rem}.blog2-header{gap:80vw;padding:0}}@media (min-width:64rem){.blog2-grid{grid-template-columns:repeat(3,1fr)}.blog2-card{margin-left:auto;margin-right:auto}.blog2-header{gap:85vw;padding:0}}@media (min-width:80rem){.blog2-heading{font-size:2.25rem}.subscribe-p{font-size:1.75rem}.blog2-header{gap:85vw;padding:0}}@media (min-width:96rem){.blog2-heading{font-size:2.5rem}.blog2-grid{gap:2rem;row-gap:3rem}.blog2-header{gap:68vw;padding:0}}.articlecomp1{align-items:center;background-image:url(/static/media/article_img.a4063d4a5f2e029ed42a.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:90vh;justify-content:center;position:relative;width:100%}.overlay{background:#113157db;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.articlecomp1-content{padding:1rem;position:relative;text-align:center;z-index:2}.articlecomp1-title{color:#fff;font-size:clamp(2rem,6vw,6.25rem);font-weight:700;letter-spacing:.375rem;margin-bottom:.875rem}.articlecomp1-btn{align-items:center;background:#fff;border:none;border-radius:.5rem;box-shadow:0 .125rem .5rem #00000026;color:#113157;cursor:pointer;display:inline-flex;font-size:1.25rem;font-weight:600;gap:.5rem;margin-left:auto;padding:.75rem 1.75rem;transition:all .3s ease}.articlecomp1-btn:hover{background:#f0f0f0;transform:translateY(-.125rem)}.arrow{font-size:1.125rem}@media (max-width:39.99rem){.articlecomp1-title{font-size:clamp(1.5rem,8vw,3rem);letter-spacing:.2rem}.articlecomp1-btn{font-size:1rem;gap:.25rem;margin-left:0;padding:.625rem 1.25rem}}@media (min-width:40rem) and (max-width:47.99rem){.articlecomp1-title{font-size:clamp(2rem,5vw,4rem);letter-spacing:.3rem}.articlecomp1-btn{font-size:1.125rem;padding:.7rem 1.5rem}}@media (min-width:48rem) and (max-width:63.99rem){.articlecomp1-title{font-size:clamp(2.5rem,4vw,5rem);letter-spacing:.35rem}.articlecomp1-btn{font-size:1.2rem;margin-left:30vw;padding:.75rem 1.75rem}}@media (min-width:64rem) and (max-width:79.99rem){.articlecomp1-title{font-size:clamp(3rem,3vw,5.5rem)}.articlecomp1-btn{font-size:1.25rem;padding:.75rem 1.75rem}}@media (min-width:80rem) and (max-width:95.99rem){.articlecomp1-title{font-size:clamp(4rem,2.5vw,6rem)}.articlecomp1-btn{font-size:1.25rem;padding:.75rem 1.75rem}}@media (min-width:96rem){.articlecomp1-title{font-size:clamp(5rem,2vw,6.25rem)}.articlecomp1-btn{font-size:1.25rem;margin-left:25vw;padding:.75rem 1.75rem}}.article-container{display:flex;flex-direction:column;gap:3rem;margin:auto auto 10vw;max-width:75rem;padding:2rem}.article-card{align-items:center;display:flex;flex-wrap:wrap;gap:4rem;margin-bottom:1.25rem;padding-bottom:1.25rem}.article-card.image-left{flex-direction:row}.article-card.image-right{flex-direction:row-reverse}.divider{background:#e0e0e0;height:.0625rem;left:50%;margin:1.25rem 0;position:relative;transform:translateX(-50%);width:100vw}.article-image{border-radius:.5rem;box-shadow:0 .25rem .625rem #0000001a;flex-shrink:0;height:24.125rem;overflow:hidden;width:36.1875rem}.article-image img{display:block;height:100%;object-fit:cover;object-position:top;width:100%}.article-content{flex:1 1;min-width:17.5rem}.article-title{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;margin-bottom:1rem}.article-desc{color:#444;font-size:clamp(.875rem,2vw,1rem);line-height:1.5;margin-bottom:1.5rem}.article-btn{background-color:#0a2540;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:18px;font-weight:600;padding:.7rem 1.5rem;transition:background .3s ease}.article-btn:hover{background-color:#083065}@media (max-width:39.99rem){.article-card{flex-direction:column;gap:2rem}.article-image{height:auto;width:100%}.article-title{font-size:1.25rem;text-align:left}.article-desc{font-size:1.125rem;text-align:left}.article-btn{font-size:14px;text-align:left;width:55vw}}@media (min-width:40rem) and (max-width:47.99rem){.article-image{height:18.75rem;width:28rem}.article-title{font-size:1.6rem}.article-desc{font-size:.95rem}}@media (min-width:48rem) and (max-width:63.99rem){.article-image{height:21rem;width:32rem}.article-title{font-size:1.7rem}.article-desc{font-size:1rem}}@media (min-width:64rem) and (max-width:79.99rem){.article-image{height:23rem;width:34rem}.article-title{font-size:1.8rem}.article-desc{font-size:1.05rem}}@media (min-width:80rem) and (max-width:95.99rem){.article-image{height:23.5rem;width:35rem}.article-title{font-size:1.9rem}.article-desc{font-size:1.1rem}}@media (min-width:96rem){.article-image{height:24.125rem;width:36.1875rem}.article-title{font-size:2rem}.article-desc{font-size:1.125rem}}:root{--bg:#f8fafb;--card-bg:#fff;--muted:#6b7280;--accent:#0b5cff;--pill-bg:#f1f5f9;--border:#e6e9ee;--primary:#063b7a;--light-gray:#f5f7fa;--dark-gray:#4b5563}.comparepage-container{background-color:#f8fafb;background-color:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:5rem auto 0;max-width:1200px;min-height:100vh;padding:1rem 1.5rem}.comparepage-header{margin-bottom:2rem}.comparepage-breadcrumbs{color:#6b7280;color:var(--muted);font-size:.875rem;margin-bottom:.5rem}.comparepage-header-main{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.comparepage-title{color:#1e293b;font-size:2rem;font-weight:700;margin:0}.comparepage-subtitle{color:#6b7280;color:var(--muted);font-size:1rem;margin:0}.comparepage-btn-add-company{align-items:center;background:#0000;border:1px solid #063b7a;border:1px solid var(--primary);border-radius:.5rem;color:#063b7a;color:var(--primary);cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.25rem;padding:.5rem 1rem;transition:all .2s}.comparepage-btn-add-company:hover{background:#063b7a;background:var(--primary);color:#fff}.comparepage-filter-section{background:#fff;border:1px solid #e6e9ee;border:1px solid var(--border);border-radius:.75rem;box-shadow:0 1px 3px #0000000d;margin-bottom:2rem;overflow:hidden}.comparepage-filter-header{align-items:center;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 0}.comparepage-filter-title{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.comparepage-clear-filters{background:#0000;border:1px solid #e6e9ee;border:1px solid var(--border);border-radius:.5rem;color:#475569;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.comparepage-clear-filters:hover{background:#f8fafc;border-color:#cbd5e1}.comparepage-filter-box{padding:1.5rem}.comparepage-filter-row{display:flex;flex-wrap:wrap;gap:1.5rem}.comparepage-filter-group{display:flex;flex:1 1;flex-direction:column;gap:.5rem;min-width:150px}.comparepage-filter-label{color:#4b5563;color:var(--dark-gray);font-size:.875rem;font-weight:500}.comparepage-filter-select{background:#fff;border:1px solid #e6e9ee;border:1px solid var(--border);border-radius:.5rem;color:#374151;cursor:pointer;font-size:.9rem;padding:.6rem .75rem;transition:border-color .2s}.comparepage-filter-select:focus{border-color:#063b7a;border-color:var(--primary);outline:none}.comparepage-grid-wrapper{background:#fff;border:1px solid #e6e9ee;border:1px solid var(--border);border-radius:.75rem;box-shadow:0 1px 3px #0000000d;overflow-x:auto}.comparepage-grid{grid-gap:0;background:#fff;display:grid;gap:0;grid-auto-columns:minmax(250px,1fr);grid-auto-flow:column;grid-template-columns:200px;min-width:min-content;width:max-content}.comparepage-features-col{background:#f5f7fa;background:var(--light-gray);border-right:1px solid #e6e9ee;border-right:1px solid var(--border);left:0;position:sticky;z-index:2}.comparepage-features-title{color:#1e293b;font-size:1.1rem;font-weight:600;height:130px}.comparepage-feature-item,.comparepage-features-title{align-items:center;border-bottom:1px solid #e6e9ee;border-bottom:1px solid var(--border);box-sizing:border-box;display:flex;padding:1.25rem 1.5rem}.comparepage-feature-item{color:#374151;font-size:.95rem;height:76px}.comparepage-feature-item:last-child{border-bottom:none}.comparepage-col{border-right:1px solid #e6e9ee;border-right:1px solid var(--border);display:flex;flex-direction:column;min-width:250px}.comparepage-col:last-child{border-right:none}.comparepage-col-head{border-bottom:1px solid #e6e9ee;border-bottom:1px solid var(--border);box-sizing:border-box;height:130px;padding:1.25rem 1.5rem}.comparepage-col-head,.comparepage-company-info{align-items:center;display:flex;justify-content:center}.comparepage-company-info{flex-direction:column;gap:.5rem;text-align:center;width:100%}.comparepage-company-logo{background:#fff;border:1px solid #e6e9ee;border:1px solid var(--border);border-radius:8px;flex-shrink:0;height:48px;object-fit:contain;width:48px}.comparepage-company-details{align-items:center;display:flex;flex-direction:column;gap:.25rem;width:100%}.comparepage-cmp-title{color:#1e293b;font-size:1rem;font-weight:600;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comparepage-cmp-stars{color:#f59e0b;font-size:1rem;line-height:1}.comparepage-row{align-items:center;border-bottom:1px solid #e6e9ee;border-bottom:1px solid var(--border);box-sizing:border-box;color:#6b7280;display:flex;font-size:.95rem;height:76px;justify-content:center;padding:1.25rem 1.5rem;text-align:center}.comparepage-row:last-child{border-bottom:none}.comparepage-company-size,.comparepage-employee-type,.comparepage-key-priorities,.comparepage-payroll-frequency,.comparepage-salary-band{color:#374151;font-size:.95rem}.comparepage-key-priorities{word-wrap:break-word;line-height:1.4;max-width:100%}.comparepage-btn-ghost{background:#0000;border:1px solid #e6e9ee;border:1px solid var(--border);border-radius:.5rem;color:#475569;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:500;padding:.6rem 1rem;text-decoration:none;transition:all .2s}.comparepage-btn-ghost:hover{background:#f8fafc;border-color:#cbd5e1}.comparepage-no-selection{align-items:center;color:#6b7280;color:var(--muted);display:flex;flex-direction:column;grid-column:2/-1;justify-content:center;min-height:400px;padding:3rem;text-align:center}.comparepage-grid-wrapper::-webkit-scrollbar{height:8px}.comparepage-grid-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:0 0 .75rem .75rem}.comparepage-grid-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.comparepage-grid-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:768px){.comparepage-container{padding:1rem}.comparepage-header-main{align-items:flex-start;flex-direction:column;gap:1rem}.comparepage-title{font-size:1.5rem}.comparepage-filter-header{align-items:flex-start;flex-direction:column;gap:1rem;padding:1rem 1rem 0}.comparepage-grid-wrapper{border-radius:.5rem;overflow-x:auto}.comparepage-grid{grid-auto-columns:minmax(200px,1fr);grid-template-columns:150px;min-width:min-content;width:max-content}.comparepage-features-col{left:0;position:sticky;z-index:2}.comparepage-features-title{font-size:1rem;height:120px;padding:1rem 1.25rem}.comparepage-feature-item{font-size:.9rem;height:70px;padding:1rem 1.25rem}.comparepage-col{min-width:200px}.comparepage-col-head{height:120px;padding:1rem 1.25rem}.comparepage-row{font-size:.9rem;height:70px;padding:1rem 1.25rem}.comparepage-company-logo{height:40px;width:40px}.comparepage-cmp-stars,.comparepage-cmp-title{font-size:.95rem}.comparepage-filter-row{flex-direction:column;gap:1rem}.comparepage-filter-box{padding:1rem}}@media (max-width:480px){.comparepage-grid{grid-auto-columns:minmax(180px,1fr);grid-template-columns:140px}.comparepage-features-title{font-size:.95rem;height:110px;padding:.875rem 1rem}.comparepage-feature-item{font-size:.85rem;height:65px;padding:.875rem 1rem}.comparepage-col{min-width:180px}.comparepage-col-head{height:110px;padding:.875rem 1rem}.comparepage-row{font-size:.85rem;height:65px;padding:.875rem 1rem}.comparepage-company-logo{height:36px;width:36px}.comparepage-company-info{gap:.375rem}.comparepage-cmp-stars,.comparepage-cmp-title{font-size:.9rem}.comparepage-btn-ghost{font-size:.85rem;padding:.5rem .875rem}.comparepage-filter-group{min-width:100%}}h2{font-size:clamp(1.875rem,1.6vw + .8rem,2.25rem)}h2,h3{font-weight:500}h3{font-size:clamp(1.45rem,1.15vw + .75rem,1.82rem)}h4{font-size:clamp(1.125rem,.9vw + .55rem,1.35rem);font-weight:500}input,option,p,select{font-size:clamp(.875rem,.8vw + .45rem,1rem);font-weight:400}
/*# sourceMappingURL=main.e9f50fb5.css.map*/