*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.6;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.py-1{padding-top:.5rem;padding-bottom:.5rem}.py-2{padding-top:1rem;padding-bottom:1rem}.py-3{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:2rem;padding-bottom:2rem}.py-5{padding-top:3rem;padding-bottom:3rem}.hidden{display:none}.block{display:block}.flex{display:flex}.grid{display:grid}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.main-content{min-height:100vh;padding-top:58px}@media(max-width:480px){.main-content{padding-top:50px}}.reveal,.reveal-up,.reveal-fade,.reveal-scale{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.revealed,.reveal-up.revealed,.reveal-fade.revealed,.reveal-scale.revealed{opacity:1;transform:translateY(0)}.reveal-up{transform:translateY(32px)}.reveal-fade{transform:none;transition:opacity .8s cubic-bezier(.22,1,.36,1)}.reveal-scale{transform:scale(.96);transition:opacity .6s ease,transform .6s cubic-bezier(.22,1,.36,1)}.reveal-scale.revealed{transform:scale(1)}.reveal-stagger>*{opacity:0;transform:translateY(20px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.reveal-stagger.revealed>*{opacity:1;transform:translateY(0)}.reveal-stagger.revealed>*:nth-child(1){transition-delay:.05s}.reveal-stagger.revealed>*:nth-child(2){transition-delay:.1s}.reveal-stagger.revealed>*:nth-child(3){transition-delay:.15s}.reveal-stagger.revealed>*:nth-child(4){transition-delay:.2s}.reveal-stagger.revealed>*:nth-child(5){transition-delay:.25s}.reveal-stagger.revealed>*:nth-child(6){transition-delay:.3s}.reveal-stagger.revealed>*:nth-child(7){transition-delay:.35s}.reveal-stagger.revealed>*:nth-child(8){transition-delay:.4s}.navbar{background-color:#fff;box-shadow:0 1px #0000000f;position:fixed;top:0;left:0;right:0;z-index:1000}.navbar__container{max-width:1400px;margin:0 auto;padding:0;display:flex;align-items:center;justify-content:space-between}.navbar__logo{display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;padding:.5rem 1rem}.navbar__logo-main{display:flex;flex-direction:column;gap:2px}.navbar__logo-est{margin-top:0;padding-top:0;border-top:1px solid #d1d5db;font-size:.75rem;color:#6b7280}.navbar__tagline{font-size:.75rem;color:#6b7280}.navbar__hmp-logo{width:100px;height:40px;object-fit:fill}@media(max-width:480px){.navbar__hmp-logo{width:80px;height:40px}}.navbar__nav{display:none}@media(min-width:1024px){.navbar__nav{display:flex;align-items:center;gap:1.5rem}}.navbar__link{font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;color:#333;text-decoration:none;padding:.5rem;border-radius:.375rem;transition:all .15s ease-in-out}.navbar__link:hover{color:#32617f;background-color:#f9fafb}.navbar__link--active{color:#32617f;background-color:#32617f1a}.navbar__link--dropdown{display:flex;align-items:center;gap:.25rem;cursor:pointer;background:none;border:none;font-family:inherit}.navbar__dropdown-wrapper{position:relative}.navbar__dropdown-icon{width:16px;height:16px;transition:transform .2s ease}.navbar__dropdown-icon--open{transform:rotate(180deg)}.navbar__dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(10px);min-width:240px;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 40px #00000026;padding:.5rem 0;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000;border:1px solid #f3f4f6}.navbar__dropdown:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;background-color:#fff;border-left:1px solid #f3f4f6;border-top:1px solid #f3f4f6;transform:translate(-50%) rotate(45deg)}.navbar__dropdown--open{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.navbar__dropdown-link{display:block;padding:.5rem 1.5rem;color:#374151;text-decoration:none;font-size:.875rem;transition:all .15s ease-in-out;position:relative}.navbar__dropdown-link:hover{background-color:#f9fafb;color:#32617f;padding-left:2rem}.navbar__cta{display:none}@media(min-width:1024px){.navbar__cta{display:inline-flex}}.navbar__mobile-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-left:1rem;border:none;background:transparent;cursor:pointer;border-radius:.375rem;transition:background-color .15s ease-in-out}@media(min-width:1024px){.navbar__mobile-toggle{display:none}}.navbar__mobile-toggle--open .navbar__hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar__mobile-toggle--open .navbar__hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__mobile-toggle--open .navbar__hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navbar__hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:24px;height:24px;gap:5px;margin-right:30px}.navbar__hamburger-line{display:block;width:22px;height:2px;background-color:#374151;border-radius:2px;transition:all .3s ease-in-out;transform-origin:center}.navbar__mobile-menu{display:none;position:fixed;inset:72px 0 0;background-color:#fff;padding:1.5rem;overflow-y:auto}.navbar__mobile-menu.active{display:block}@media(min-width:1024px){.navbar__mobile-menu.active{display:none}}.navbar__mobile-link{display:block;padding:1rem;color:#374151;text-decoration:none;font-size:1.125rem;font-weight:500;border-bottom:1px solid #f3f4f6;transition:all .15s ease-in-out;cursor:pointer}.navbar__mobile-link:hover{color:#32617f;background-color:#f9fafb}.navbar__mobile-link--with-icon{display:flex;align-items:center;justify-content:space-between;border-bottom:none}.navbar__mobile-chevron{width:20px;height:20px;min-width:20px;min-height:20px;max-width:20px;max-height:20px;flex-shrink:0;color:#6b7280;transition:transform .15s ease-in-out}.navbar__mobile-chevron--open{transform:rotate(180deg)}.navbar__mobile-services{border-bottom:1px solid #f3f4f6}.navbar__mobile-dropdown{padding-left:1.5rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease-out,opacity .3s ease-out,padding .3s ease-out;padding-top:0;padding-bottom:0}.navbar__mobile-dropdown--open{max-height:300px;opacity:1;padding-top:.5rem;padding-bottom:.5rem}.navbar__mobile-dropdown-link{display:block;padding:.5rem 1rem;color:#4b5563;text-decoration:none;font-size:1rem;transition:color .15s ease-in-out,background-color .15s ease-in-out;border-radius:.375rem}.navbar__mobile-dropdown-link:hover{color:#32617f;background-color:#f9fafb}.footer{background-color:rgb(51,51,51,var(--tw-bg-opacity, 1));color:#fff;padding:3rem 0 1rem}.footer__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:1rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:2fr repeat(3,1fr)}}.footer__hmp-logo{width:auto;height:auto;object-fit:fill}.footer__brand-logo{display:flex;align-items:flex-start;justify-content:start;margin-bottom:.5rem;text-decoration:none}.footer__brand-logo-container{width:80px;height:65px;display:flex;align-items:start;justify-content:start}.footer__brand-icon{width:auto;height:auto}.footer__brand-name{font-family:Times New Roman,Times,serif;font-weight:700;font-size:1.25rem;color:#fff}.footer__brand-name span{color:#10b981}.footer__brand-tagline{color:#9ca3af;font-size:.875rem;line-height:1.6;margin-bottom:1rem;font-family:Times New Roman,Times,serif;max-width:400px}.footer__brand-socials{display:flex;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#1f2937;border-radius:9999px;color:#9ca3af;transition:all .15s ease-in-out}.footer__social-link:hover{background-color:#32617f;color:#fff}.footer__social-link svg{width:20px;height:20px}.footer__column-title{font-family:Times New Roman,Times,serif;font-weight:600;font-size:1.125rem;color:#fff;margin-bottom:1rem}.footer__links{list-style:none;padding:0;margin:0}.footer__link{margin-bottom:.25rem}.footer__link a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .15s ease-in-out}.footer__link a:hover{color:#fff}.footer__contact-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;color:#9ca3af;font-size:.875rem}.footer__contact-item svg{width:20px;height:20px;flex-shrink:0;margin-top:2px;color:#fff}.footer__contact-item a{color:#9ca3af;text-decoration:none;transition:color .15s ease-in-out}.footer__contact-item a:hover{color:#fff}.footer__divider{height:1px;background-color:#1f2937;margin-bottom:1rem}.footer__bottom{display:flex;flex-direction:column;gap:.5rem;text-align:center}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.footer__copyright{color:#6b7280;font-size:.875rem}.footer__legal-links{display:flex;gap:1.5rem;justify-content:center}@media(min-width:768px){.footer__legal-links{justify-content:flex-end}}.footer__legal-links a{color:#6b7280;text-decoration:none;font-size:.875rem;transition:color .15s ease-in-out}.footer__legal-links a:hover{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:1rem;padding:.5rem 1.5rem;border-radius:.5rem;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:all .15s ease-in-out;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn svg{width:1.25em;height:1.25em;flex-shrink:0}.btn--sm{padding:.25rem 1rem;font-size:.875rem}.btn--lg{padding:1rem 2rem;font-size:1.125rem}.btn--xl{padding:1.5rem 3rem;font-size:1.125rem}.btn--primary{background-color:#32617f;color:#fff;border-color:#32617f}.btn--primary:hover:not(:disabled){background-color:#2a5269;border-color:#2a5269;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.btn--secondary{background-color:#059669;color:#fff;border-color:#059669}.btn--secondary:hover:not(:disabled){background-color:#047857;border-color:#047857;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.btn--outline-primary{background-color:transparent;color:#32617f;border-color:#32617f}.btn--outline-primary:hover:not(:disabled){background-color:#32617f;color:#fff}.btn--outline-secondary{background-color:transparent;color:#059669;border-color:#059669}.btn--outline-secondary:hover:not(:disabled){background-color:#059669;color:#fff}.btn--white{background-color:#fff;color:#32617f;border-color:#fff}.btn--white:hover:not(:disabled){background-color:#f3f4f6;border-color:#f3f4f6}.btn--outline-light{background-color:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}.btn--outline-light:hover:not(:disabled){background-color:#ffffff1a;border-color:#fffc}.btn--accent{background-color:#6c8d9e;color:#fff;border-color:#6c8d9e}.btn--accent:hover:not(:disabled){background-color:#8fa7b4;border-color:#8fa7b4;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.btn--outline-dark{background-color:#fff;color:#333;border:2px solid #1f2937}.btn--outline-dark:hover:not(:disabled){background-color:#f9fafb;border-color:#111827}.btn--ghost{background-color:transparent;color:#374151;border-color:transparent}.btn--ghost:hover:not(:disabled){background-color:#f3f4f6}.btn--icon{padding:.5rem}.btn--icon svg{width:20px;height:20px}.btn--full{width:100%}.whatsapp-btn{position:fixed;bottom:max(24px,env(safe-area-inset-bottom));right:max(24px,env(safe-area-inset-right));width:60px;height:60px;background-color:#25d366;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;z-index:999;transition:all .15s ease-in-out;text-decoration:none}.whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 8px 25px #25d36666}.whatsapp-btn:active{transform:scale(.98)}.whatsapp-btn svg{width:32px;height:32px;color:#fff}@media(max-width:768px){.whatsapp-btn{width:56px;height:56px;bottom:max(20px,env(safe-area-inset-bottom));right:max(20px,env(safe-area-inset-right))}.whatsapp-btn svg{width:28px;height:28px}}@media(max-width:480px){.whatsapp-btn{width:52px;height:52px;bottom:max(16px,env(safe-area-inset-bottom));right:max(16px,env(safe-area-inset-right))}.whatsapp-btn svg{width:26px;height:26px}}@media(max-width:360px){.whatsapp-btn{width:48px;height:48px;bottom:max(12px,env(safe-area-inset-bottom));right:max(12px,env(safe-area-inset-right))}.whatsapp-btn svg{width:24px;height:24px}}.card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;overflow:hidden;transition:all .3s ease-in-out}.card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transform:translateY(-4px)}.card__image{width:100%;height:200px;object-fit:cover}.card__body{padding:1.5rem}.card__title{font-family:DM Sans,Inter,sans-serif;font-weight:600;font-size:1.25rem;color:#111827;margin-bottom:.5rem}.card__text{color:#4b5563;font-size:1rem;line-height:1.6;margin-bottom:1rem}.card__footer{padding:1rem 1.5rem;background-color:#f9fafb;border-top:1px solid #f3f4f6}.service-card{background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f;transition:all .3s ease-in-out;overflow:hidden;display:flex;flex-direction:row;min-height:180px;max-height:220px}.service-card__image{flex-shrink:0;width:180px;height:180px;overflow:hidden}@media(max-width:640px){.service-card__image{width:120px;height:120px}}.service-card__img{width:100%;height:100%;object-fit:cover;display:block}.service-card__body{flex:1;padding:1.5rem;display:flex;flex-direction:column;min-width:0}.service-card__badge{display:inline-block;width:20px;height:20px;background-color:#e5e7eb;border-radius:2px;margin-bottom:.5rem}.service-card__title{font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:1.125rem;color:#333;line-height:1.3;margin-bottom:.5rem}.service-card__description{color:#4b5563;font-size:.875rem;line-height:1.6;margin-bottom:1rem;flex-grow:1}.service-card__link{display:inline-flex;align-items:center;gap:.25rem;color:#374151;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s ease-in-out,gap .15s ease-in-out}.service-card__link:hover{color:#6c8d9e;gap:.5rem}.service-card__arrow{font-size:1.1em}.feature-card{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background-color:#fff;border-radius:.75rem;border:1px solid #f3f4f6;transition:all .3s ease-in-out}.feature-card__icon{width:48px;height:48px;background-color:#0596691a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-card__icon svg{width:24px;height:24px;color:#059669}.feature-card__content{flex-grow:1}.feature-card__title{font-family:DM Sans,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#111827;margin-bottom:.25rem}.feature-card__text{color:#4b5563;font-size:.875rem;line-height:1.6}.stat-card{text-align:center;padding:2rem}.stat-card__number{font-family:DM Sans,Inter,sans-serif;font-weight:700;font-size:2.25rem;color:#32617f;margin-bottom:.25rem}@media(min-width:768px){.stat-card__number{font-size:3rem}}.stat-card__label{color:#4b5563;font-size:1rem;font-weight:500}.testimonial-card{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:1px solid #f3f4f6}.testimonial-card__quote{color:#374151;font-size:1.125rem;line-height:1.7;font-style:italic;margin-bottom:1.5rem}.testimonial-card__quote:before{content:'"';font-size:2.25rem;color:#6c8d9e;line-height:0}.testimonial-card__author{display:flex;align-items:center;gap:1rem}.testimonial-card__avatar{width:48px;height:48px;border-radius:9999px;object-fit:cover}.testimonial-card__name{font-weight:600;color:#111827;font-size:1rem}.testimonial-card__role{color:#6b7280;font-size:.875rem}.section{padding:4rem 0}@media(min-width:768px){.section{padding:5rem 0}}.section--gray{background-color:#f8f9fa}.section--blue{background-color:#32617f;color:#fff}.section--green{background-color:#059669;color:#fff}.section--gradient{background:linear-gradient(135deg,#2a5269,#6c8d9e);color:#fff}.section__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.section__header{text-align:center;max-width:800px;margin:0 auto 3rem}.section__header .btn{margin-top:1rem}.section__badge{display:inline-block;padding:.25rem 1rem;background-color:#6c8d9e1f;color:#6c8d9e;font-size:.875rem;font-weight:600;border-radius:9999px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.section__title{font-family:Times New Roman,Times,serif;font-weight:700;font-size:1.875rem;color:#111827;margin-bottom:1rem;line-height:1.2}@media(min-width:768px){.section__title{font-size:2.25rem}}.section--blue .section__title,.section--green .section__title,.section--gradient .section__title{color:#fff}.section__subtitle{color:#4b5563;font-size:1.125rem;line-height:1.7}.section--blue .section__subtitle,.section--green .section__subtitle,.section--gradient .section__subtitle{color:#ffffffe6}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:1.5rem}.hero--light{background-color:#f8f9fa}.hero__container{max-width:1400px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.hero__container--split{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.hero__container--split{grid-template-columns:1fr 1fr}}.hero__content{max-width:650px}.hero__badge{display:inline-flex;align-items:start;gap:.5rem;padding:0 .5rem;font-size:.875rem;font-weight:500}.hero__badge--light{color:#6b7280;background:transparent}.hero__title{font-family:Times New Roman,Times,serif;font-weight:700;font-size:2.25rem;margin-bottom:1.5rem;line-height:1.15;letter-spacing:.1em}@media(min-width:768px){.hero__title{font-size:3rem}}@media(min-width:1024px){.hero__title{font-size:clamp(2.5rem,4vw,3.5rem)}}.hero__title--light{color:#333}.hero__title--light .hero__title-accent{color:#6c8d9e;font-style:italic}.hero__subtitle{font-size:1.125rem;line-height:1.7;margin-bottom:2rem;max-width:550px;padding-left:1.5rem;border-left:3px solid #d1d5db;position:relative}@media(min-width:768px){.hero__subtitle{font-size:1.25rem}}.hero__subtitle--light{color:#6b7280;border-left-color:#0000001f}.hero__buttons{display:flex;flex-wrap:nowrap;gap:1rem}@media(max-width:640px){.hero__buttons{flex-direction:row}}.hero__image-card{background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #0000000f;height:700px}@media(max-width:1023px){.hero__image-card{order:-1}}.hero__image{position:relative;border-radius:.5rem;overflow:hidden}.hero__img{width:100%;height:auto;display:block;filter:grayscale(100%);vertical-align:middle}.hero__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.hero__stats{grid-template-columns:repeat(4,1fr)}}.hero__stat{text-align:center}.hero__stat-number{font-family:Times New Roman,Times,serif;font-weight:700;font-size:1.875rem;color:#fff}@media(min-width:768px){.hero__stat-number{font-size:2.25rem}}.hero__stat-label{font-size:.875rem;color:#ffffffb3;margin-top:.25rem}.hero__scroll{position:absolute;bottom:0;left:0;right:0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:3rem;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;animation:bounce 2s infinite}.hero__scroll svg{width:24px;height:24px}.hero__scroll--light{color:#6b7280}.marquee-section{background:#111827;padding:1rem 0;overflow:hidden}.marquee{overflow:hidden;-webkit-user-select:none;user-select:none;width:100%}.marquee__track{display:flex;width:max-content;animation:marquee 30s linear infinite;will-change:transform}.marquee__content{flex-shrink:0;display:flex;align-items:center;gap:2rem;padding:0 3rem;padding:0 1rem;font-size:1rem;font-weight:500;font-style:italic;color:#ffffffeb;white-space:nowrap}.marquee__dot{color:#8fa7b4;font-style:normal;flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.cta{background:#3e515f;padding:1.5rem;position:relative;overflow:hidden}@media(max-width:480px){.cta{padding:4rem 0}}.cta__container{min-height:20rem;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1400px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1;text-align:center}@media(min-width:768px){.cta__container{min-height:25rem;padding:0 1.5rem}}@media(min-width:1024px){.cta__container{height:30rem;min-height:30rem}}.cta__title{font-family:Times New Roman,Times,serif;font-weight:1000;font-size:1.875rem;color:#fff;margin-bottom:1rem;letter-spacing:.05em;font-style:italic;line-height:1.2}@media(min-width:640px){.cta__title{font-size:2.25rem;letter-spacing:.1em}}@media(min-width:768px){.cta__title{font-size:3rem;letter-spacing:.15em}}@media(min-width:1024px){.cta__title{font-size:3.75rem;letter-spacing:.2em}}.cta__text{color:#ffffffe6;font-size:1rem;max-width:600px;margin:0 auto 2rem;line-height:1.7;padding:0 .5rem}@media(min-width:768px){.cta__text{font-size:1.125rem;padding:0}}.cta__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:0 .5rem}@media(min-width:768px){.cta__buttons{padding:0}}.cta__buttons .btn{width:100%}@media(min-width:640px){.cta__buttons .btn{width:auto}}@media(max-width:1024px){.hero__buttons{flex-direction:row;justify-content:start;margin-bottom:20px;padding:0 1.5rem}.hero{padding-top:20px;min-height:auto;display:flex;align-items:start;justify-content:start}.hero__image-card{display:none}.btn{width:100%;justify-content:center;padding:10px 20px;font-size:14px}.hero__scroll-text{display:none!important}}.home__services{padding-top:0;padding-bottom:0}.home__services .section__container{padding-top:4rem;padding-bottom:4rem}.home__services-wrapper{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:1024px){.home__services-wrapper{grid-template-columns:380px 1fr;gap:4rem}}@media(min-width:1024px){.home__expertise-sticky{position:sticky;top:calc(72px + 1.5rem)}}.home__expertise-sticky .section__header{margin-bottom:0}.home__expertise-sticky .section__badge{margin-bottom:1rem}.home__expertise-sticky .section__title{text-align:left;margin-bottom:1rem}.home__expertise-sticky .section__subtitle{text-align:left;margin-bottom:1.5rem}.home__services-scroll{min-width:0}.home .home__svc-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(max-width:480px){.home .home__svc-grid{gap:1.5rem}}@media(min-width:768px){.home .home__svc-grid{grid-template-columns:repeat(1,1fr);gap:2rem}}@media(min-width:1024px){.home .home__svc-grid{gap:3rem}}.home .home__svc-card{display:flex;flex-direction:row;background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f;padding:1.5rem;overflow:hidden;transition:box-shadow .3s ease-in-out,border-color .3s ease-in-out}.home .home__svc-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border-color:#d1d5db}.home .home__svc-card:hover .home__svc-card__image{transform:scale(1.05);transition:transform .3s ease-in-out}@media(max-width:640px){.home .home__svc-card{flex-direction:column;padding:0}}.home .home__svc-card__image{flex-shrink:0;width:200px;height:200px;overflow:hidden}.home .home__svc-card__image:hover{transform:scale(1.05);transition:transform .3s ease-in-out}@media(max-width:640px){.home .home__svc-card__image{width:100%;height:180px}}@media(max-width:480px){.home .home__svc-card__image{height:150px}}@media(max-width:360px){.home .home__svc-card__image{height:140px}}.home .home__svc-card__img{width:100%;height:100%;object-fit:cover;display:block}.home .home__svc-card__body{flex:1;padding:2rem;display:flex;flex-direction:column;min-width:0}@media(max-width:640px){.home .home__svc-card__body{padding:1.5rem}}@media(max-width:480px){.home .home__svc-card__body{padding:1rem}}.home .home__svc-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.home .home__svc-card__icon{flex-shrink:0;width:28px;height:28px;color:#6c8d9e;display:flex;align-items:center;justify-content:center}.home .home__svc-card__icon svg{width:100%;height:100%}.home .home__svc-card__title{font-family:DM Sans,Inter,sans-serif;font-weight:700;font-size:1.125rem;color:#333;line-height:1.3;margin:0}@media(max-width:480px){.home .home__svc-card__title{font-size:1rem}}.home .home__svc-card__description{color:#4b5563;font-size:.875rem;line-height:1.6;margin:0 0 1rem;flex-grow:1}@media(max-width:480px){.home .home__svc-card__description{font-size:.8125rem;margin-bottom:.5rem}}.home .home__svc-card__link{display:inline-flex;align-items:center;gap:.25rem;color:#6c8d9e;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s ease-in-out,gap .15s ease-in-out}.home .home__svc-card__link:hover{color:#2a5269;gap:.5rem}.home .home__svc-card__arrow{font-size:1.1em}.home__vision-mission{background-color:#333}.home__vision-mission .section__container{padding-top:3rem;padding-bottom:3rem}@media(max-width:768px){.home__vision-mission .section__container{padding-top:2rem;padding-bottom:2rem}}@media(max-width:480px){.home__vision-mission .section__container{padding-top:1rem;padding-bottom:1rem}}.home .home__vm-grid{display:grid;grid-template-columns:1fr;gap:0}@media(max-width:768px){.home .home__vm-grid{gap:0}}@media(min-width:1024px){.home .home__vm-grid{grid-template-columns:1fr auto 1fr}}.home .home__vm-divider{background-color:#fff;width:100%;height:1px;margin:2rem 0}@media(max-width:480px){.home .home__vm-divider{margin:1.5rem 0}}@media(min-width:1024px){.home .home__vm-divider{width:1px;height:auto;margin:0;align-self:stretch;min-height:100%}}.home .home__vm-card{background-color:transparent;padding:4rem;position:relative;overflow:hidden;transition:transform .3s ease-in-out}@media(max-width:768px){.home .home__vm-card{padding:3rem}}@media(max-width:480px){.home .home__vm-card{padding:2rem}}.home .home__vm-card__number{position:absolute;top:1.5rem;left:2rem;font-family:DM Sans,Inter,sans-serif;font-weight:700;font-size:clamp(4rem,12vw,8rem);line-height:1;color:#ffffff14;pointer-events:none}@media(max-width:480px){.home .home__vm-card__number{top:1rem;left:1rem}}.home .home__vm-card__content{position:relative;z-index:1}.home .home__vm-card__title{font-family:DM Sans,Inter,sans-serif;font-weight:700;font-size:1.5rem;color:#fffffff2;margin-bottom:50px}@media(max-width:480px){.home .home__vm-card__title{font-size:1.25rem;margin-bottom:20px}}.home .home__vm-card__text{color:#fffc;font-size:1rem;line-height:1.8}@media(max-width:480px){.home .home__vm-card__text{font-size:.875rem;line-height:1.7}}.home__values .core-values-title{text-align:center;position:relative;padding-bottom:1rem;margin-bottom:2rem}.home__values .core-values-title:after{content:"";display:block;width:80px;height:5px;background-color:#32617f;position:absolute;left:50%;transform:translate(-50%);bottom:0}.home__values .values-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.home__values .values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home__values .values-grid{grid-template-columns:repeat(3,1fr)}}.home__values .value-card{text-align:center;padding:3rem;background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:1px solid #f3f4f6;transition:all .3s ease-in-out}.home__values .value-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border-color:#e5e7eb}.home__values .value-card__icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:9999px;overflow:hidden;display:flex;align-items:center;justify-content:center}.home__values .value-card__icon-img{width:100%;height:100%;object-fit:cover}.home__values .value-card__title{font-family:DM Sans,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#333;margin-bottom:.5rem}.home__values .value-card__text{color:#4b5563;font-size:1rem;line-height:1.6}.home__why-choose{background-color:#f8f9fa}.home__why-choose .why-choose__layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(max-width:640px){.home__why-choose .why-choose__layout{gap:2rem}}@media(min-width:1024px){.home__why-choose .why-choose__layout{grid-template-columns:1fr 1.5fr;gap:4rem}}.home__why-choose .why-choose__header{text-align:left}@media(max-width:640px){.home__why-choose .why-choose__header{text-align:center}}.home__why-choose .why-choose__title{font-family:DM Sans,Inter,sans-serif;font-weight:700;font-size:1.875rem;color:#333;margin-bottom:1rem;line-height:1.2}@media(max-width:640px){.home__why-choose .why-choose__title{font-size:1.5rem}}@media(min-width:768px){.home__why-choose .why-choose__title{font-size:2.25rem}}@media(min-width:1024px){.home__why-choose .why-choose__title{font-size:3rem}}.home__why-choose .why-choose__title-accent{color:#6c8d9e}.home__why-choose .why-choose__subtitle{color:#6b7280;font-size:1rem;line-height:1.7}@media(max-width:640px){.home__why-choose .why-choose__subtitle{font-size:.875rem;text-align:center}}.home__why-choose .why-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(max-width:640px){.home__why-choose .why-grid{gap:1.5rem}}@media(min-width:768px){.home__why-choose .why-grid{grid-template-columns:repeat(2,1fr)}}.home__why-choose .why-grid__column{position:relative;padding-left:3rem;display:flex;flex-direction:column;gap:2rem}@media(max-width:640px){.home__why-choose .why-grid__column{padding-left:0;gap:1rem}}.home__why-choose .why-card{position:relative;display:flex;align-items:flex-start;gap:1rem;padding:1rem 0}@media(max-width:640px){.home__why-choose .why-card{padding:.5rem 0;gap:.5rem}}.home__why-choose .why-card__icon{width:64px;height:64px;min-width:64px;background-color:#6c8d9e1a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home__why-choose .why-card__icon svg{width:28px;height:28px;color:#6c8d9e}@media(max-width:640px){.home__why-choose .why-card__icon{width:52px;height:52px;min-width:52px}.home__why-choose .why-card__icon svg{width:24px;height:24px}}.home__why-choose .why-card__icon-img{width:100%;height:100%;object-fit:cover}.home__why-choose .why-card__title{font-family:DM Sans,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#333;margin-bottom:.25rem}@media(max-width:640px){.home__why-choose .why-card__title{font-size:1rem}}.home__why-choose .why-card__text{color:#6b7280;font-size:.875rem;line-height:1.6}@media(max-width:640px){.home__why-choose .why-card__text{font-size:.8125rem}}.home__faq-preview .section__container{padding-top:4rem;padding-bottom:4rem}.home .home__faq-wrap{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:1024px){.home .home__faq-wrap{grid-template-columns:320px 1fr;gap:4rem}}.home .home__faq-left{text-align:left}.home .home__faq-title{font-family:Georgia,Times New Roman,Times,serif;font-weight:700;font-size:clamp(2.5rem,5vw,3.75rem);color:#333;line-height:1.1;margin:0 0 1rem}.home .home__faq-desc{color:#4b5563;font-size:1rem;line-height:1.6;margin:0 0 2rem;max-width:280px}.home .home__faq-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background-color:#fff;border:1px solid #111827;border-radius:.5rem;color:#333;font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .15s ease-in-out,color .15s ease-in-out}.home .home__faq-btn:hover{background-color:#111827;color:#fff}.home .home__faq-list{display:flex;flex-direction:column;gap:0;min-width:0}.home .home__faq-item{border-bottom:1px solid #e5e7eb}.home .home__faq-item:first-child{border-top:1px solid #e5e7eb}.home .home__faq-item--open .home__faq-icon{transform:rotate(180deg);color:#6c8d9e}.home .home__faq-item--open .home__faq-question{color:#111827}.home .home__faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.5rem 0;background:none;border:none;text-align:left;cursor:pointer;font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;color:#1f2937;transition:color .15s ease-in-out}.home .home__faq-question:hover{color:#111827}.home .home__faq-question-text{flex:1;min-width:0}.home .home__faq-icon{flex-shrink:0;width:20px;height:20px;color:#9ca3af;transition:transform .15s ease-in-out,color .15s ease-in-out}.home .home__faq-answer{overflow:hidden}.home .home__faq-answer-content{padding:0 0 1.5rem;color:#4b5563;font-size:.875rem;line-height:1.7}.home__partners .partners-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem}.home__partners .partners-grid img{height:48px;width:auto;filter:grayscale(100%);opacity:.6;transition:all .3s ease-in-out}.home__partners .partners-grid img:hover{filter:grayscale(0%);opacity:1}.about__header{background:#f8f9fa;padding:120px 0 4rem;position:relative;overflow:hidden}.about__header .section__container{position:relative;z-index:1}.about__header .section__title{color:#000;font-size:3.75rem;font-weight:700;font-family:Times New Roman,Times,serif;line-height:1.15}.about__header .section__subtitle{color:#000000e6;font-size:1.125rem;font-weight:400;font-family:Times New Roman,Times,serif;line-height:1.7}.about__overview .overview-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.about__overview .overview-content{grid-template-columns:1fr 1fr}}.about__overview .overview-text h3{font-weight:700;font-size:2.25rem;color:#111827;margin-bottom:1rem;font-family:DM Sans,Inter,sans-serif;letter-spacing:.1em}.about__overview .overview-text p{color:#4b5563;font-size:1rem;line-height:1.8;margin-bottom:1.5rem}.about__overview .overview-image{border-radius:.75rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.about__overview .overview-image img{width:100%;height:auto;display:block}.about__vision-mission{background-color:#f3f4f6}.about__vision-mission__title{font-family:DM Sans,Inter,sans-serif;font-weight:700;font-size:3.75rem;color:#111827;margin-bottom:1.5rem;letter-spacing:.1em;text-align:center}.about__vm-grid{display:grid;grid-template-columns:2fr;gap:2rem}@media(min-width:1024px){.about__vm-grid{grid-template-columns:repeat(2,1fr)}}.about__vm-card{background-color:#fff;padding:4rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:all .3s ease-in-out}.about__vm-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.about__vm-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.about__vm-card__icon{width:48px;height:48px;min-width:48px;border-radius:.5rem;background-color:#6c8d9e1f;display:flex;align-items:center;justify-content:center}.about__vm-card__icon svg{width:24px;height:24px;color:#6c8d9e}.about__vm-card__title{font-family:Times New Roman,Times,serif;font-weight:700;font-size:1.875rem;color:#111827;margin:0;letter-spacing:.1em}.about__vm-card__text{color:#4b5563;font-size:1rem;font-family:Times New Roman,Times,serif;font-weight:400;line-height:1.6}.about__values .about__values__title{text-align:center;position:relative;padding-bottom:1rem;margin-bottom:2rem}.about__values .about__values__title:after{content:"";display:block;width:80px;height:2px;background-color:#32617f;position:absolute;left:50%;transform:translate(-50%);bottom:0}.about__values .about__values-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.about__values .about__values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about__values .about__values-grid{grid-template-columns:repeat(3,1fr)}}.about__values .about__value-card{text-align:center;padding:3rem;background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:1px solid #f3f4f6;transition:all .3s ease-in-out}.about__values .about__value-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border-color:#e5e7eb}.about__values .about__value-card .about__value-card__icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:9999px;overflow:hidden;display:flex;align-items:center;justify-content:center}.about__values .about__value-card .about__value-card__icon-img{width:100%;height:100%;object-fit:cover}.about__values .about__value-card .about__value-card__title{font-family:DM Sans,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#333;margin-bottom:.5rem}.about__values .about__value-card .about__value-card__text{color:#4b5563;font-size:1rem;line-height:1.6}.about__values .about__value-card .about__value-card__sub-discription{color:#6b7280;font-size:.875rem;line-height:1.6;margin-top:.5rem}.about__timeline .timeline{position:relative;max-width:800px;margin:0 auto}.about__timeline .timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#32617f,#059669)}@media(min-width:768px){.about__timeline .timeline:before{left:50%;transform:translate(-50%)}}.about__timeline .timeline-item{position:relative;padding-left:60px;padding-bottom:3rem}@media(min-width:768px){.about__timeline .timeline-item{padding-left:0;padding-right:0;width:50%}.about__timeline .timeline-item:nth-child(odd){margin-left:50%;padding-left:40px}.about__timeline .timeline-item:nth-child(2n){margin-right:50%;padding-right:40px;text-align:right}}.about__timeline .timeline-item__dot{position:absolute;left:12px;top:0;width:18px;height:18px;background-color:#32617f;border:3px solid #ffffff;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}@media(min-width:768px){.about__timeline .timeline-item__dot{left:auto}}@media(min-width:768px){.timeline-item:nth-child(odd) .about__timeline .timeline-item__dot{left:-9px}}@media(min-width:768px){.timeline-item:nth-child(2n) .about__timeline .timeline-item__dot{right:-9px}}.about__timeline .timeline-item__year{display:inline-block;padding:.25rem 1rem;background-color:#32617f;color:#fff;font-weight:600;font-size:.875rem;border-radius:9999px;margin-bottom:.5rem}.about__timeline .timeline-item__title{font-family:DM Sans,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#111827;margin-bottom:.25rem}.about__timeline .timeline-item__text{color:#4b5563;font-size:.875rem;line-height:1.6}.about__commitment{background-color:#3e515f;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.about__commitment{padding:4rem 0}}.about__commitment .about__commitment__container{display:grid;grid-template-columns:2fr;gap:3rem;align-items:start;max-width:1400px;padding:0 1.5rem;height:auto;text-align:left}@media(min-width:1024px){.about__commitment .about__commitment__container{grid-template-columns:1fr 1fr;gap:4rem}}.about__commitment .about__commitment__content{display:contents}.about__commitment .about__commitment__text .about__commitment__title{display:flex;align-items:center;gap:1rem;font-family:Times New Roman,Times,serif;font-weight:700;font-size:1.875rem;color:#fff;margin-bottom:1.5rem;line-height:1.2}@media(min-width:768px){.about__commitment .about__commitment__text .about__commitment__title{font-size:2.25rem}}.about__commitment .about__commitment__text .about__commitment__icon{width:80px;height:80px;border-radius:.5rem;background-color:#ffffff1f;display:flex;align-items:center;justify-content:center}.about__commitment .about__commitment__text .about__commitment__icon svg{width:50px;height:50px;color:#fff}.about__commitment .about__commitment__text .about__commitment__subtitle,.about__commitment .about__commitment__text .about__commitment__para{color:#ffffffe6;font-size:1rem;line-height:1.7;margin-bottom:1rem}.about__commitment .about__commitment__cards{background-color:#ffffff1f;border-radius:1rem;padding:3rem;display:flex;flex-direction:column;gap:2rem}.about__commitment .about__commitment__cards .feature-card{display:flex;align-items:flex-start;gap:1.5rem;background:transparent;border:none;padding:0}.about__commitment .about__commitment__cards .feature-card__icon{width:48px;height:48px;min-width:48px;background-color:#ffffff1f;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.about__commitment .about__commitment__cards .feature-card__icon svg{width:24px;height:24px;color:#fff}.about__commitment .about__commitment__cards .feature-card__content{flex:1}.about__commitment .about__commitment__cards .feature-card__title{font-family:Times New Roman,Times,serif;font-weight:600;font-size:1.125rem;color:#fff;margin-bottom:.25rem;letter-spacing:.1em}.about__commitment .about__commitment__cards .feature-card__text{color:#fff;font-size:.875rem;line-height:1.6}.services__header{background:linear-gradient(135deg,#32617f,#059669);padding:120px 0 4rem;position:relative;overflow:hidden}.services__header:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:#ffffff0d;border-radius:50%}.services__header:after{content:"";position:absolute;bottom:-50px;left:-50px;width:200px;height:200px;background:#ffffff08;border-radius:50%}.services__header .section__container{position:relative;z-index:1}.services__header .section__badge{background-color:#fff3;color:#fff}.services__header .section__title{color:#000;font-size:3.75rem;font-weight:700;font-family:Times New Roman,Times,serif;line-height:1.15}.services__header .section__subtitle{color:#000000e6;font-size:1.125rem;font-weight:400;font-family:Times New Roman,Times,serif;line-height:1.7}.services__header-icon{width:80px;height:80px;background-color:#ffffff1a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.services__header-icon svg{width:40px;height:40px;color:#fff}.services__back-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#32617f;font-size:1rem;font-weight:500;margin-top:3rem;transition:color .15s ease-in-out}.services__back-link:hover{color:#2a5269}.services__back-link svg{width:20px;height:20px;flex-shrink:0}.services__content{padding:3rem 0 4rem}.services__content .content-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.services__content .content-grid{grid-template-columns:2fr 1fr}}.services__content .content-main h2{font-family:DM Sans,Inter,sans-serif;font-weight:700;font-size:1.5rem;color:#111827;margin-bottom:1rem;margin-top:2rem}.services__content .content-main h2:first-child{margin-top:0}.services__content .content-main h3{font-family:DM Sans,Inter,sans-serif;font-weight:600;font-size:1.25rem;color:#1f2937;margin-bottom:.5rem;margin-top:1.5rem}.services__content .content-main p{color:#4b5563;font-size:1rem;line-height:1.8;margin-bottom:1rem}.services__content .content-main ul{list-style:none;padding:0;margin:0 0 1.5rem}.services__content .content-main ul li{position:relative;padding-left:2rem;margin-bottom:.5rem;color:#4b5563;line-height:1.6}.services__content .content-main ul li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background-color:#059669;border-radius:9999px}@media(min-width:1024px){.services__content .content-sidebar{position:sticky;top:100px;align-self:start}}.services__content-hero{margin-bottom:2rem}.services__content-title{font-family:Times New Roman,Times,serif;font-weight:700;font-size:2.25rem;color:#111827;margin-bottom:.5rem;letter-spacing:.1em}@media(min-width:768px){.services__content-title{font-size:3rem}}.services__content-subtitle{font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#4b5563;line-height:1.6}.services__content-banner{border-radius:.75rem;overflow:hidden;margin-bottom:3rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.services__content-image{width:100%;height:auto;display:block;object-fit:cover}.services__content-cards{display:flex;flex-direction:column;gap:2rem}.services__content-card{background-color:#fff;border-radius:.75rem;padding:3rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.services__content-card-title{font-family:Times New Roman,Times,serif;font-weight:700;font-size:1.25rem;color:#111827;margin-bottom:1rem}.services__content-card-text{color:#4b5563;font-size:1rem;line-height:1.8;margin:0}.services__content-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem 2rem}.services__content-list-item{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:1rem;line-height:1.5}.services__content-list-icon{width:22px;height:22px;min-width:22px;display:flex;align-items:center;justify-content:center;background-color:#0596691f;color:#059669;border-radius:9999px}.services__content-list-icon svg{width:14px;height:14px}.services__sidebar-card{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;margin-bottom:1.5rem}.services__sidebar-card-title{font-family:DM Sans,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#111827;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.services__quick-links{list-style:none;padding:0;margin:0}.services__quick-links li{margin-bottom:.5rem}.services__quick-links a{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#4b5563;text-decoration:none;border-radius:.375rem;transition:all .15s ease-in-out}.services__quick-links a:hover,.services__quick-links a.active{background-color:#f9fafb;color:#32617f}.services__quick-links a svg{width:20px;height:20px}.services__features .features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.services__features .features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services__features .features-grid{grid-template-columns:repeat(3,1fr)}}.services__process .process-steps{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.services__process .process-steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services__process .process-steps{grid-template-columns:repeat(4,1fr)}}.services__process .process-step{text-align:center;padding:1.5rem;position:relative}.services__process .process-step__number{width:56px;height:56px;background:linear-gradient(135deg,#32617f,#059669);border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-family:DM Sans,Inter,sans-serif;font-weight:700;font-size:1.25rem;color:#fff}.services__process .process-step__title{font-family:DM Sans,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#111827;margin-bottom:.25rem}.services__process .process-step__text{color:#4b5563;font-size:.875rem;line-height:1.6}@media(min-width:1024px){.services__process .process-step:after{content:"";position:absolute;top:44px;right:-50%;width:100%;height:2px;background:linear-gradient(90deg,#32617f,#059669)}}.services__process .process-step:last-child:after{display:none}.services__partners .partners-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.services__partners .partners-grid{grid-template-columns:repeat(3,1fr)}}.services__partners .partner-card{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;text-align:center;transition:all .3s ease-in-out;border:2px solid transparent}.services__partners .partner-card:hover{border-color:#6c8d9e;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.services__partners .partner-card__logo{height:60px;width:auto;margin-bottom:1rem}.services__partners .partner-card__name{font-family:DM Sans,Inter,sans-serif;font-weight:600;font-size:1rem;color:#111827}@keyframes faq-item-reveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.faq__header{background:#f8f9fa;padding:120px 0 4rem;position:relative;overflow:hidden}.faq__header .section__container{position:relative;z-index:1}.faq__header .section__title{color:#000;font-size:3.75rem;font-weight:700;font-family:Times New Roman,Times,serif;line-height:1.15}.faq__header .section__subtitle{color:#000000e6;font-size:1.125rem;font-weight:400;font-family:Times New Roman,Times,serif;line-height:1.7}.faq__content{max-width:900px;margin:0 auto}.faq__search-wrap{position:relative;margin-bottom:1.5rem}.faq__search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none;color:#9ca3af}.faq__search-icon svg{width:20px;height:20px}.faq__search-input{width:100%;padding:1rem 1.5rem 1rem 3rem;font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;transition:border-color .15s ease-in-out}.faq__search-input::placeholder{color:#9ca3af}.faq__search-input:focus{outline:none;border-color:#6c8d9e}.faq__categories{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:3rem}.faq__category-btn{padding:.5rem 1.5rem;background-color:#fff;border:2px solid #e5e7eb;font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .15s ease-in-out}.faq__category-btn:hover{border-color:#6c8d9e;color:#32617f}.faq__category-btn.active{background-color:#32617f;border-color:#32617f;color:#fff}.faq__accordion{display:flex;flex-direction:column;gap:1rem}.faq__item{animation:faq-item-reveal .45s cubic-bezier(.22,1,.36,1) forwards;opacity:0}.faq__item:nth-child(1){animation-delay:.06s}.faq__item:nth-child(2){animation-delay:.12s}.faq__item:nth-child(3){animation-delay:.18s}.faq__item:nth-child(4){animation-delay:.24s}.faq__item:nth-child(5){animation-delay:.3s}.faq__item:nth-child(6){animation-delay:.36s}.faq__item:nth-child(7){animation-delay:.42s}.faq__item:nth-child(8){animation-delay:.48s}.faq__item:nth-child(9){animation-delay:.54s}.faq__item:nth-child(10){animation-delay:.6s}.faq__item:nth-child(11){animation-delay:.66s}.faq__item:nth-child(12){animation-delay:.72s}.faq__item{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;overflow:hidden;border:1px solid #f3f4f6;transition:all .3s ease-in-out}.faq__item:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.faq__item.active{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border-color:#6c8d9e}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.5rem 2rem;background:transparent;border:none;text-align:left;cursor:pointer;font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;color:#111827;transition:all .15s ease-in-out}@media(min-width:768px){.faq__question{font-size:1.125rem}}.faq__question:hover,.faq__item.active .faq__question{color:#32617f}.faq__icon{width:24px;height:24px;flex-shrink:0;color:#9ca3af;transition:transform .15s ease-in-out}.faq__item.active .faq__icon{transform:rotate(180deg);color:#32617f}.faq__answer{overflow:hidden}.faq__answer-content{padding:0 2rem 1rem;color:#4b5563;font-size:1rem;line-height:1.8;border-bottom:1px solid #e5e7eb}.faq__answer-tag{display:inline-block;margin:1rem 2rem 1.5rem;padding:.25rem 1rem;font-size:.875rem;font-weight:500;color:#4b5563;background-color:#f3f4f6}.faq__icon--open{transform:rotate(180deg);color:#32617f}.faq__contact{background-color:#f9fafb;border-radius:.75rem;padding:3rem;text-align:center;margin-top:3rem}.faq__contact-title{font-family:DM Sans,Inter,sans-serif;font-weight:700;font-size:1.5rem;color:#111827;margin-bottom:.5rem}.faq__contact-text{color:#4b5563;font-size:1rem;margin-bottom:1.5rem}.faq__contact-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.contact__header{background:#f8f9fa;padding:120px 0 4rem;position:relative;overflow:hidden}.contact__header .section__container{position:relative;z-index:1}.contact__header .section__title{color:#000;font-size:3.75rem;font-weight:700;font-family:Times New Roman,Times,serif;line-height:1.15}.contact__header .section__subtitle{color:#000000e6;font-size:1.125rem;font-weight:400;font-family:Times New Roman,Times,serif;line-height:1.7}.contact__content{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.contact__content{grid-template-columns:1fr 1fr}}.contact__info-title{font-family:DM Sans,Inter,sans-serif;font-weight:700;font-size:1.5rem;color:#111827;margin-bottom:1.5rem}.contact__info-text{color:#4b5563;font-size:1rem;line-height:1.7;margin-bottom:2rem}.contact__details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact__detail-item{display:flex;align-items:flex-start;gap:1rem}.contact__detail-item-icon{width:48px;height:48px;background:#f3f4f6;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact__detail-item-icon svg{width:24px;height:24px;color:#111827}.contact__detail-item-content h4{font-family:DM Sans,Inter,sans-serif;font-weight:600;font-size:1rem;color:#111827;margin-bottom:.25rem}.contact__detail-item-content p,.contact__detail-item-content a{color:#4b5563;font-size:1rem;line-height:1.6;text-decoration:none}.contact__detail-item-content a:hover{color:#32617f}.contact__socials{display:flex;gap:1rem}.contact__socials-title{font-family:DM Sans,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#111827;margin-bottom:1rem}.contact__social-link{width:44px;height:44px;background-color:#f3f4f6;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#4b5563}.contact__social-link:hover{background-color:#f3f4f6;color:#111827}.contact__social-link svg{width:22px;height:22px}.contact__hours{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;box-shadow:0 1px 2px #0000000d;margin-top:2rem}.contact__hours-title{font-family:Times New Roman,Times,serif;font-weight:600;font-size:1.25rem;color:#1f2937;margin-bottom:1.5rem}.contact__hours-list{list-style:none;padding:0;margin:0}.contact__hours-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 0;font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#4b5563}.contact__hours-days{text-align:left}.contact__hours-time{text-align:right;flex-shrink:0}.contact__form-wrapper{background-color:#f8f9fa;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.contact__form-title{font-family:DM Sans,Inter,sans-serif;font-weight:700;font-size:1.25rem;color:#111827;margin-bottom:1.5rem}.contact__form-group{margin-bottom:1.5rem}.contact__form-group--half{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.contact__form-group--half{grid-template-columns:1fr 1fr}}.contact__label{display:block;font-weight:500;font-size:.875rem;color:#374151;margin-bottom:.5rem}.contact__label span{color:#ef4444}.contact__input,.contact__textarea,.contact__select{width:100%;padding:1rem 1.5rem;background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:.5rem;font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#111827;transition:all .15s ease-in-out}.contact__input::placeholder,.contact__textarea::placeholder,.contact__select::placeholder{color:#9ca3af}.contact__input:focus,.contact__textarea:focus,.contact__select:focus{outline:none;border-color:#32617f;background-color:#fff;box-shadow:0 0 0 4px #32617f1a}.contact__input:disabled,.contact__textarea:disabled,.contact__select:disabled{background-color:#f3f4f6;cursor:not-allowed}.contact__textarea{min-height:150px;resize:vertical}.contact__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:20px;padding-right:48px}.contact__checkbox-group{display:flex;align-items:flex-start;gap:.5rem}.contact__checkbox-group input[type=checkbox]{width:20px;height:20px;margin-top:2px;accent-color:#32617f}.contact__checkbox-group label{font-size:.875rem;color:#4b5563;line-height:1.5}.contact__checkbox-group label a{color:#32617f;text-decoration:none}.contact__checkbox-group label a:hover{text-decoration:underline}.contact__submit{width:100%;margin-top:1rem}.contact__message{padding:1rem 1.5rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.875rem}.contact__message--success{background-color:#0596691a;color:#047857;border:1px solid #10b981}.contact__message--error{background-color:#ef44441a;color:#b91c1c;border:1px solid #f87171}.contact__map{margin-top:4rem}.contact__map-wrapper{border-radius:.75rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;height:1000px}.contact__map-wrapper iframe{width:100%;height:100%;border:none}.contact__map-title{font-family:DM Sans,Inter,sans-serif;font-weight:700;font-size:1.5rem;color:#111827;margin-bottom:1.5rem;text-align:center}.team__header{background:#f8f9fa;padding:120px 0 4rem;position:relative;overflow:hidden}.team__header .section__container{position:relative;z-index:1}.team__header .section__title{color:#000;font-size:3.75rem;font-weight:700;font-family:Times New Roman,Times,serif;line-height:1.15}.team__header .section__subtitle{color:#000000e6;font-size:1.125rem;font-weight:400;font-family:Times New Roman,Times,serif;line-height:1.7}.team__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.team__grid{grid-template-columns:repeat(1,1fr)}}@media(min-width:1024px){.team__grid{grid-template-columns:repeat(1,1fr)}}.team__join{text-align:center;max-width:700px;margin:0 auto;padding:2rem 0}.team__join-title{font-family:Times New Roman,Times,serif;font-weight:700;font-size:1.5rem;color:#111827;margin-bottom:1rem}@media(min-width:768px){.team__join-title{font-size:1.875rem}}.team__join-text{color:#4b5563;font-family:Times New Roman,Times,serif;font-weight:400;font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.team-card{display:flex;flex-direction:row;background-color:#fff;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:all .3s ease-in-out;border:1px solid #f3f4f6}@media(max-width:768px){.team-card{flex-direction:column}}.team-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border-color:#6c8d9e}.team-card:hover .team-card__image-wrapper:after{opacity:.3}.team-card__image-wrapper{padding:10px;flex-shrink:0;width:180px;height:200px;overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative}@media(min-width:1024px){.team-card__image-wrapper{width:220px;height:260px}}@media(max-width:768px){.team-card__image-wrapper{width:100%;min-width:0;height:auto;min-height:380px;padding:1rem 0}}@media(max-width:480px){.team-card__image-wrapper{min-height:540px}}@media(max-width:360px){.team-card__image-wrapper{min-height:300px}}.team-card__image-wrapper:after{content:"";position:absolute;inset:0;opacity:0;transition:opacity .3s ease-in-out}.team-card__image{width:180px;height:250px;object-fit:cover;transition:transform .3s ease-in-out}.team-card:hover .team-card__image{transform:scale(1.05)}@media(max-width:768px){.team-card__image{width:250px;height:350px;margin:0 auto}}@media(max-width:480px){.team-card__image{width:280px;height:420px}}@media(max-width:360px){.team-card__image{width:230px;height:340px}}.team-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center}.team-card__placeholder svg{width:80px;height:80px;color:#9ca3af}.team-card__content{flex:1;min-width:0;padding:2rem;display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){.team-card__content{padding:1.5rem}}.team-card__name{font-family:Times New Roman,Times,serif;font-weight:700;font-size:1.25rem;color:#111827;margin-bottom:.25rem;text-transform:uppercase}.team-card__position{font-family:Times New Roman,Times,serif;font-weight:400;font-size:.875rem;color:#32617f;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #f3f4f6}.team-card__description{color:#4b5563;font-family:Times New Roman,Times,serif;font-weight:400;font-size:.875rem;line-height:1.7;margin-bottom:1.5rem}.team-card__contact{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #f3f4f6}.team-card__contact-item{display:flex;align-items:center;gap:.5rem;color:#4b5563;text-decoration:none;font-size:.875rem;transition:color .15s ease-in-out}.team-card__contact-item:hover{color:#32617f}.team-card__contact-item svg{width:18px;height:18px;flex-shrink:0;color:#059669}.mainservice__hero{background:#f8f9fa;min-height:380px;display:flex;align-items:center;position:relative;overflow:hidden}.mainservice__hero .section__container{position:relative;z-index:1;width:100%}.mainservice__hero .section__header{text-align:center;max-width:800px;margin:0 auto}.mainservice__hero .section__title,.mainservice__hero .mainservice__title{color:#000;font-size:3.75rem;font-weight:700;font-family:Times New Roman,Times,serif;line-height:1.15}.mainservice__hero .section__subtitle,.mainservice__hero .mainservice__subtitle{color:#000000e6;font-size:1.125rem;font-weight:400;font-family:Times New Roman,Times,serif;line-height:1.7}@media(max-width:768px){.mainservice__hero{min-height:320px}}@media(max-width:480px){.mainservice__hero{min-height:280px}}.mainservice__grid-section{padding-top:0;margin-top:20px}.mainservice__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.mainservice__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.mainservice__grid{gap:4rem}}.mainservice__card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;overflow:hidden;border:1px solid #f3f4f6;transition:box-shadow .3s ease-in-out,transform .3s ease-in-out;display:flex;flex-direction:column}.mainservice__card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(-5px)}.mainservice__card:hover .mainservice__card-image{transform:scale(1.05);transition:transform .3s ease-in-out}.mainservice__card-image-wrap{aspect-ratio:16/10;overflow:hidden;background-color:#f3f4f6}.mainservice__card-image{width:100%;height:100%;object-fit:cover;display:block}.mainservice__card-image:hover{transform:scale(1.05);transition:transform .3s ease-in-out}.mainservice__card-header{display:flex;align-items:center;gap:1rem;margin:1.5rem 2rem 0}.mainservice__card-icon{width:48px;height:48px;min-width:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:.5rem;color:#374151}.mainservice__card-icon svg{width:24px;height:24px}.mainservice__card-title{font-family:Times New Roman,Times,serif;font-weight:700;font-size:1.25rem;color:#111827;margin:0;line-height:1.3}.mainservice__card-teaser{font-size:.875rem;color:#4b5563;margin:0 2rem 1rem;line-height:1.5;font-weight:500;margin-top:10px}.mainservice__card-description{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0 2rem 1.5rem;flex:1}.mainservice__card-link{display:inline-flex;align-items:center;gap:.25rem;font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:1rem;color:#1f2937;text-decoration:none;margin:0 2rem 2rem;transition:color .15s ease-in-out,gap .15s ease-in-out}.mainservice__card-link:hover{color:#32617f;gap:.5rem}.mainservice__card-link-arrow{width:1.25rem;height:1.25rem}@media(max-width:1024px){.view-all-services{margin-top:0;padding:10px 20px;width:auto}}@media(max-width:768px){.view-all-services{padding:10px}}@media(max-width:640px){.view-all-services{padding:10px 5px}.contact__map-wrapper{height:500px}}@media(max-width:480px){.contact__map-wrapper{height:300px}}@media(max-width:1024px){.hero__image-card{display:block!important;width:100%;max-width:100%;height:320px;margin:0 auto 2rem;border-radius:.5rem;-webkit-overflow-scrolling:touch}.hero__image-card .hero__image{width:100%;height:100%}.hero__image-card .hero__img{width:100%;height:100%;object-fit:cover;object-position:center;-webkit-object-fit:cover;-webkit-object-position:center}.hero__buttons{padding-left:.5rem;padding-right:.5rem}}@media(max-width:768px){.hero__image-card{height:280px;margin-bottom:1.5rem}}@media(max-width:480px){.hero__image-card{height:240px;margin-bottom:1rem;border-radius:.375rem}}@media(max-width:360px){.hero__image-card{height:200px}}@media(max-width:640px){.hero__container{padding-left:.5rem;padding-right:.5rem}.hero__container--split{justify-items:start}.hero__content{padding-left:0;max-width:100%}.hero__subtitle{font-size:1rem;line-height:1.65;padding-left:1rem;padding-right:0;max-width:100%}.hero__buttons{flex-direction:column;flex-wrap:wrap;width:auto;max-width:100%;align-items:flex-start}.hero__buttons .btn{width:auto;justify-content:start;min-width:0}}@media(max-width:480px){.hero__title{margin-left:10px;font-size:2.5rem}.hero__subtitle{font-size:.9375rem}.hero__buttons .btn{font-size:.875rem}.hero__image-card{display:none!important}.cta{padding:8rem 0}}
