.navbar{position:fixed;top:0;left:0;right:0;z-index:50;padding:2rem 1rem}.navbar-container{max-width:1200px;margin:0 auto;transition:all .3s ease;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffff26;border-radius:40px;padding:1rem}.navbar-container.scrolled{background:#000000e6;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);color:#fff}.navbar-content{display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center}.logo-image{height:40px;width:auto;transition:all .3s ease}.navbar-menu{display:none;align-items:center;gap:1rem}.navbar-link{color:#fff;font-size:15px;font-weight:500;letter-spacing:-.04em;transition:all .2s ease}.navbar-container.scrolled .navbar-link{color:#fff}.navbar-link:hover{opacity:.8}.navbar-actions{display:flex;align-items:center;gap:1rem}.navbar-icon-btn{background:none;color:#fff;padding:.5rem;transition:all .2s ease}.navbar-icon-btn:hover{opacity:.8}.navbar-icon-btn svg{width:1.5rem;height:1.5rem}.navbar-cta{background:var(--brand-red);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-weight:500;font-size:16px;transition:all .2s ease}@media (min-width: 1024px){.navbar-menu{display:flex}.navbar-actions .menu-icon{display:none}}.mobile-sidebar{position:fixed;top:0;right:0;height:100vh;width:75%;max-width:280px;background:#000000f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;padding:2rem 1.5rem;gap:1.5rem;z-index:9999;animation:slideIn .3s ease forwards}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.close-sidebar{color:#fff;font-size:20px;font-weight:700;background:none;border:none;align-self:flex-end;cursor:pointer}.sidebar-link{color:#fff;font-size:16px;font-weight:500;letter-spacing:-.03em;transition:.2s}.sidebar-link:hover{opacity:.7}.sidebar-cta{margin-top:auto;background:var(--brand-red);color:#fff;padding:.6rem 1rem;border-radius:30px;font-weight:600;text-align:center;font-size:16px;transition:.2s}.sidebar-cta:hover{opacity:.9}.hero-section{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background:#0006;z-index:1;width:100%;max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:center}.hero-container{width:100%;max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.hero-content{position:relative;z-index:10;padding:8rem 1rem;width:100%}.hero-grid{display:grid;gap:2rem;align-items:center;width:100%}.hero-left{display:flex;flex-direction:column;gap:1.5rem;text-align:center}.hero-title{font-family:"PT Serif",serif;font-size:1.75rem;font-weight:700;color:#fff;line-height:1.2;max-width:800px;margin:0 auto}.hero-subtitle{font-size:.9rem;color:#ffffffe6;line-height:1.6;max-width:600px;margin:0 auto}.hero-cta{display:flex;justify-content:center}.hero-btn{background:var(--brand-red);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:500;font-size:1rem;transition:all .3s ease;width:fit-content}.hero-btn:hover{opacity:.9;transform:translateY(-2px)}.hero-stats-card{display:flex;justify-content:center;order:-1}.stats-image-container{position:relative;border-radius:1.5rem;overflow:hidden;max-width:300px;width:100%;box-shadow:var(--shadow-2xl);margin:0 auto}.stats-image{width:100%;height:auto;object-fit:cover;display:block;border-radius:1.5rem}@media (min-width: 640px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.stats-image-container{max-width:350px}}@media (min-width: 768px){.hero-content{padding:10rem 2rem}.hero-left{gap:2rem;text-align:left}.hero-cta{justify-content:flex-start}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-btn{padding:.875rem 2rem;font-size:1.125rem}.stats-image-container{max-width:380px}}@media (min-width: 1024px){.hero-content{padding:10rem 4rem}.hero-grid{grid-template-columns:1fr 400px;gap:4rem;align-items:center}.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1.15rem}.hero-stats-card{order:0;display:flex;justify-content:center}.stats-image-container{max-width:400px;margin:0}}@media (min-width: 1280px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.hero-grid{grid-template-columns:1fr 450px}.stats-image-container{max-width:450px}}@media (min-width: 1600px){.hero-title{font-size:3.25rem}.hero-subtitle{font-size:1.25rem}.hero-section{background:#fff}.hero-background{width:1600px;left:50%;transform:translate(-50%)}}@media (max-width: 767px){.hero-title{font-size:1.5rem!important}.hero-subtitle{font-size:.85rem!important}.hero-grid{display:flex;flex-direction:column;gap:2rem}.hero-stats-card{order:1}}.about-section{position:relative;padding:3em 0;overflow:hidden}.about-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.about-overlay{position:absolute;inset:0}.about-container{width:100%;max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.about-content{position:relative;z-index:10;padding:0 1rem;width:100%}.about-inner{max-width:64rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:1.5rem}.about-badge{display:inline-block;background:var(--brand-blue);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:500;width:fit-content;margin:0 auto}.about-title{font-family:"PT Serif",serif;font-size:1.5rem;font-weight:400;color:var(--text-primary);line-height:1.3;max-width:800px;margin:0 auto}.about-text-container{display:flex;flex-direction:column;gap:1rem;margin:0 auto}.about-text{font-size:.9rem;color:var(--text-secondary);line-height:1.6}@media (min-width: 640px){.about-title{font-size:1.75rem}.about-text{font-size:.95rem}}@media (min-width: 768px){.about-section{padding:2rem 0}.about-content{padding:0 2rem}.about-inner{gap:2rem}.about-badge{font-size:1rem}.about-title{font-size:2.25rem}.about-text-container{gap:1.5rem}.about-text{font-size:1rem}}@media (min-width: 1024px){.about-section{padding:3rem 0}.about-content{padding:0 4rem}.about-title{font-size:2.75rem}.about-text{font-size:1.1rem}}@media (min-width: 1280px){.about-title{font-size:3rem}.about-text{font-size:1.15rem}}@media (min-width: 1600px){.about-background{width:1600px;left:50%;transform:translate(-50%)}}@media (max-width: 767px){.about-title{font-size:1.25rem!important}.about-text{font-size:.85rem!important}}.why-section{background:var(--surface-light);width:100%;max-width:1600px;margin:0 auto;display:flex;justify-content:center;align-items:center}.why-container{width:100%;max-width:1600px;margin:0 auto;padding:3.5rem 1rem}.why-header{margin-bottom:3rem}.why-header-flex{display:flex;flex-direction:column;gap:2rem}.why-header-left{display:flex;flex-direction:column;gap:1rem;max-width:48rem}.why-badge{display:inline-block;background:var(--brand-blue);color:#fff;padding:.5rem 1rem;border-radius:24px;font-size:1rem;font-weight:500;width:fit-content;font-family:Rubik,sans-serif;line-height:1.5}.why-title{font-family:"PT Serif",serif;font-size:1.875rem;font-weight:400;color:var(--text-primary);line-height:1.2;letter-spacing:-.04em;max-width:706px}.why-description{font-family:Rubik,sans-serif;font-size:1rem;color:var(--text-secondary);line-height:1.6;letter-spacing:-.04em;max-width:582px}.why-cta-btn{background:var(--brand-red);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-weight:500;font-size:1rem;transition:opacity .2s;width:fit-content;border:none;cursor:pointer;font-family:Inter,sans-serif;line-height:1.5}.why-cta-btn:hover{opacity:.9}.why-content-grid{display:grid;gap:2rem}.feature-cards-container{display:flex;flex-direction:column;gap:1rem;max-width:400px}.feature-card{background:#fff;border-radius:20px;padding:1.25rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;box-shadow:var(--shadow-md);width:100%}.feature-card-content{display:flex;flex-direction:column;gap:.5rem;flex:1}.feature-card-title{font-family:"PT Serif",serif;font-size:1.5rem;font-weight:700;color:var(--text-primary);line-height:1.2;letter-spacing:-.04em}.feature-card-text{font-family:Rubik,sans-serif;font-size:.875rem;color:var(--text-secondary);line-height:1.56;letter-spacing:-.03em}.feature-card-text .font-semibold{font-weight:600}.feature-card-number{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:50%;border:2px #b2b3aa solid;background:#ebece2;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#63635c;font-family:Rubik,sans-serif;font-weight:500;position:relative;z-index:1}.feature-images{display:none;justify-content:center;align-items:flex-end;gap:1rem;flex:1}.feature-image-container{position:relative;overflow:hidden;border-radius:20px}.feature-image-1{width:100%;max-width:342px;height:334px}.feature-image-2{width:100%;max-width:386px;height:428px}.feature-image-container img{width:100%;height:100%;object-fit:cover}@media (min-width: 640px){.why-container{padding:3.5rem 2rem}.why-title{font-size:2.25rem}.feature-card-title{font-size:1.75rem}}@media (min-width: 768px){.why-container{padding:3.5rem 2rem}.why-header{margin-bottom:4rem}.why-header-left{gap:1rem}.why-title{font-size:2.5rem}.why-description{font-size:1.125rem}.why-cta-btn{padding:.5rem 1.5rem}.feature-card{padding:1.25rem}.feature-card-title{font-size:2rem}.feature-card-text{font-size:1rem}}@media (min-width: 1024px){.why-container{padding:3.5rem}.why-header{margin-bottom:3.75rem}.why-header-flex{flex-direction:row;align-items:flex-end;justify-content:space-between}.why-header-left{gap:1rem}.why-title{font-size:3rem}.why-content-grid{grid-template-columns:400px 1fr;gap:3rem}.feature-cards-container{max-width:400px;width:100%}.feature-images{display:flex;flex:1;justify-content:flex-start}.feature-card{padding:1.25rem}.feature-card-title{font-size:2rem}}@media (min-width: 1280px){.why-container{padding:3.5rem}.why-content-grid{gap:4rem}}@media (min-width: 1440px){.why-container{padding:3.5rem}.why-content-grid{gap:5rem}}.stats-section{padding:2rem 0;background:var(--brand-blue);width:100%;max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:center}.stats-container{width:100%;max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:center}.stats-content{padding:0 1rem;width:100%;text-align:left}.stats-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.stat-card{background:#fff;border-radius:1rem;padding:1rem;text-align:left;box-shadow:var(--shadow-lg);transition:box-shadow .3s ease;min-height:90px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.stat-card:hover{box-shadow:var(--shadow-xl)}.stat-number{font-family:"PT Serif",serif;font-size:1.5rem;font-weight:700;color:var(--brand-red);margin-bottom:.5rem;line-height:1;text-align:left}.stat-label{font-size:.75rem;color:var(--text-secondary);line-height:1.2;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:200px;text-align:left}@media (min-width: 640px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1.25rem;min-height:100px}.stat-number{font-size:1.75rem}.stat-label{font-size:.8rem;max-width:180px}}@media (min-width: 768px){.stats-section{padding:2.5rem 0}.stats-content{padding:0 2.5rem}.stats-grid{gap:1.25rem}.stat-card{padding:1.5rem;min-height:110px}.stat-number{font-size:2rem;margin-bottom:.75rem}.stat-label{font-size:.85rem;max-width:200px}}@media (min-width: 1024px){.stats-content{padding:0 3.5rem}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.stat-card{padding:1.5rem;min-height:120px}.stat-number{font-size:2.25rem}.stat-label{font-size:.9rem;max-width:220px}}@media (min-width: 1280px){.stats-content{padding:0 3.5rem}.stat-number{font-size:2.5rem}.stat-label{font-size:.95rem;max-width:240px}}@media (min-width: 1440px){.stats-content{padding:0 3.5rem}.stat-number{font-size:2.75rem}.stat-label{font-size:1rem;max-width:260px}}.services-section{flex-direction:column;justify-content:center;align-items:center;padding:3.5rem;background:#f5f5f5;max-width:1600px;margin:0 auto;display:flex;width:100%}.services-container{width:100%;max-width:1600px;margin:0 auto;display:flex;justify-content:center;align-items:center}.services-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:20px;width:100%}.services-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;max-width:50%}.services-badge{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 16px;gap:8px;width:130px;height:40px;background:#094d9f;border-radius:24px;font-family:Rubik,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#fff}.services-title{width:100%;font-family:"PT Serif",serif;font-style:normal;font-weight:400;font-size:48px;line-height:120%;letter-spacing:-.04em;color:#121b26;margin:0}.services-description{width:100%;max-width:467px;font-family:Rubik,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:160%;letter-spacing:-.04em;color:#747474;margin:0}.services-right{flex:1;display:flex;justify-content:center;align-items:center;max-width:50%;background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 20px #0000001a}.services-cards-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:40px;width:100%;height:auto}.feature-icon-card{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:0;gap:15px;width:45%;height:auto;background:transparent}.service-icon-card{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:3.31px;width:54px;height:54px;background:#fff;border-radius:24px}.icon-wrapper{width:54px;height:54px;background:#094d9f;border-radius:32px;display:flex;align-items:center;justify-content:center}.icon{width:40px;height:40px;color:#fff}.feature-content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;width:100%}.feature-title{width:100%;font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:32px;line-height:120%;letter-spacing:-.04em;color:#121b26;margin:0}.feature-description{width:100%;font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:25px;letter-spacing:-.03em;color:#747474;margin:0}.services-list{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:16px;width:50%;height:auto}.service-item,.service-content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;width:100%}.service-item-title{width:100%;font-family:"PT Serif",serif;font-style:normal;font-weight:700;font-size:32px;line-height:120%;letter-spacing:-.04em;color:#121b26;margin:0}.service-item-description{width:100%;font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:25px;letter-spacing:-.03em;color:#747474;margin:0}.service-button{display:flex;flex-direction:row;align-items:center;padding:0;gap:16px;width:auto;height:40px}.service-divider{width:100%;height:0px;border:1px solid #afafaf;margin:8px 0}@media (max-width: 1200px){.services-title{font-size:42px}.feature-title,.service-item-title{font-size:28px}}@media (max-width: 1024px){.services-section{padding:3.5rem}.services-content{flex-direction:column;gap:60px}.services-left{align-items:center;text-align:center;gap:40px;max-width:100%}.services-right{max-width:100%;width:100%}}@media (max-width: 768px){.services-section{padding:2.5rem}.services-content{gap:40px}.services-title{font-size:36px}.services-cards-container{flex-direction:column;width:100%;height:auto;gap:32px}.feature-icon-card{width:100%;height:auto;gap:24px}.services-list{width:100%;height:auto}.services-right{padding:30px}}@media (max-width: 480px){.services-section{padding:2rem 1rem}.services-content{gap:32px}.services-title{font-size:28px}.services-badge{width:120px;height:36px;font-size:14px}.service-item-title,.feature-title{font-size:24px}.services-right{padding:20px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:500;border-radius:6px;padding:.5rem 1rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;line-height:1;-webkit-user-select:none;user-select:none}.btn-default{background:var(--brand-blue);color:#fff}.btn-default:hover{background:#084a91}.btn-destructive{background:var(--brand-red);color:#fff;padding:.8rem 1.5rem;border-radius:50px}.btn-destructive:hover{background:#de1219}.btn-outline{background:#fff;color:var(--text-primary);border:1px solid var(--border)}.btn-outline:hover{background:var(--muted)}.btn-secondary{background:var(--muted);color:var(--text-primary)}.btn-secondary:hover{background:#e0e6eb}.btn-ghost{background:transparent;color:var(--text-primary)}.btn-ghost:hover{background:var(--muted)}.btn-link{background:transparent;color:var(--brand-blue);text-decoration:underline}.btn-sm{padding:.4rem .75rem;font-size:.8125rem}.btn-lg{padding:.75rem 2rem;font-size:1rem}.btn-icon{padding:.5rem;width:42px;height:42px}.cta-section{position:relative;padding:4rem 0;background:var(--surface-dark);overflow:hidden;width:100%;max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:center}.cta-glow{position:absolute;inset:0;background:linear-gradient(to right,transparent,rgba(214,158,46,.2),transparent);filter:blur(3rem)}.cta-container{position:relative;z-index:10;padding:0 1rem;width:100%}.cta-grid{display:grid;gap:2rem;align-items:center}.cta-card-wrapper{position:relative;border-radius:3rem;overflow:hidden;box-shadow:var(--shadow-2xl);border:8px solid #3f3f3f;max-width:24rem;margin:0 auto;height:400px}.cta-card-image{width:100%;height:100%;object-fit:cover}.cta-card-overlay-top{position:absolute;top:1.5rem;left:1.5rem;right:1.5rem}.cta-card-badges{display:flex;gap:.5rem;margin-bottom:1rem}.cta-badge{display:inline-block;background:var(--brand-blue);color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.75rem;font-weight:500}.cta-badge-secondary{background:#ffffff1a;color:#fff;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cta-card-text{color:#fff;font-size:.875rem;opacity:.9}.cta-card-overlay-bottom{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.cta-overlay-text{color:#fff;font-size:1.25rem;font-weight:thin;line-height:1.3;font-family:"PT Serif",serif}.cta-overlay-text-large{font-size:1.75rem;font-weight:600;display:block;margin-top:.25rem}.cta-content-wrapper{display:flex;flex-direction:column;gap:1.5rem}.cta-content-badge{display:inline-block;background:#ffffff1a;color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:500;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);width:fit-content}.cta-content-title{font-family:"PT Serif",serif;font-size:2.25rem;font-weight:400;color:#fff;line-height:1.2}.cta-content-section{display:flex;flex-direction:column;gap:2rem;margin-top:1rem}.cta-text-content{flex:1}.cta-content-text{font-size:1rem;color:#fffc;line-height:1.6;max-width:100%;margin:0}.cta-button-content{display:flex;align-items:center;justify-content:flex-start}.cta-btn{background:var(--brand-red);color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:500;font-size:1.125rem;display:inline-flex;align-items:center;gap:.5rem;transition:opacity .2s;border:none;cursor:pointer}.cta-btn:hover{opacity:.9}.cta-btn-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;transition:transform .3s}.cta-btn:hover .cta-btn-icon{transform:rotate(45deg)}.cta-btn-icon svg{width:1.25rem;height:1.25rem;color:var(--brand-blue)}@media (min-width: 640px){.cta-content-title{font-size:3rem}.cta-content-section{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.cta-text-content{flex:1;max-width:70%}.cta-button-content{justify-content:flex-end;flex-shrink:0}}@media (min-width: 768px){.cta-section{padding:6rem 0}.cta-container{padding:0 2.5rem!important}.cta-grid,.cta-content-wrapper{gap:2rem}.cta-content-badge{font-size:1rem}.cta-content-title{font-size:3.75rem}.cta-content-text{font-size:1.125rem}.cta-card-wrapper{height:400px;max-width:22rem}.cta-overlay-text{font-size:1.5rem}.cta-overlay-text-large{font-size:2rem}}@media (min-width: 1024px){.cta-section{padding:8rem 0}.cta-container{padding:0 3.5rem!important}.cta-grid{grid-template-columns:400px 1fr;gap:3rem;align-items:center}.cta-card-wrapper{margin:0;height:450px;max-width:100%;width:100%}.cta-content-section{margin-top:1.5rem}.cta-text-content{max-width:75%}}@media (min-width: 1280px){.cta-grid{grid-template-columns:450px 1fr;gap:4rem}.cta-card-wrapper{height:500px}.cta-text-content{max-width:80%}}@media (min-width: 1440px){.cta-grid{grid-template-columns:500px 1fr}.cta-card-wrapper{height:550px}}.footer{background:#000;color:#cdd4dd;height:487px;width:100%;max-width:1600px;margin:0 auto;display:flex;justify-content:center;align-items:center}.footer-container{width:100%;max-width:1600px;margin:0 auto;padding:3.5em;display:flex;flex-direction:column;justify-content:space-between;height:100%}.footer-content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:8px;flex:1}.footer-left{display:flex;flex-direction:column;align-items:flex-start;gap:170px;width:311px;height:383px}.footer-brand{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0;gap:8px;width:311px;height:138px}.footer-logo{display:flex;align-items:center;width:112px;height:80px}.footer-logo-image{height:80px;width:auto}.footer-tagline{width:311px;height:50px;font-family:"PT Serif",serif;font-style:normal;font-weight:400;font-size:16px;line-height:25px;letter-spacing:-.03em;color:#cdd4dd;margin:0}.footer-mission-section{width:261px;height:75px}.footer-mission{font-family:Rubik,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:25px;letter-spacing:-.03em;color:#cdd4dd;margin:0}.footer-middle{display:flex;flex-direction:column;justify-content:start;align-items:flex-start;padding:0;gap:24px;width:303px;height:227px}.footer-columns{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:24px;width:303px;height:auto}.footer-column{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0;gap:8px}.footer-column:first-child{width:200px;height:auto}.footer-column:nth-child(2){width:86px;height:123px}.footer-column-title{font-family:"PT Serif",serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.04em;color:#fff;margin:0}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-link{font-family:Rubik,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:25px;letter-spacing:-.03em;color:#cdd4dd;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff}.footer-social-icons{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:16px;width:100%;height:48px;margin-top:8px}.footer-social-link{display:flex;flex-direction:row;align-items:center;padding:12px;gap:8px;width:48px;height:48px;border:1px solid rgba(255,255,255,.2);border-radius:0;transition:background-color .2s}.footer-social-link:hover{background:#ffffff1a}.social-icon{width:24px;height:24px;color:#fff}.footer-right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:0;gap:86px;width:311px;height:383px}.footer-contact-section{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:40px;width:311px;height:220px;margin-top:13px}.footer-contact-group{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0;gap:8px}.footer-contact-group:first-child{width:218px;height:107px}.footer-contact-group:last-child{width:311px;height:73px}.footer-address{font-family:Rubik,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:25px;letter-spacing:-.03em;color:#cdd4dd;margin:0}.footer-contact-form{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 12px 8px 0;gap:8px;height:41px;border-bottom:1px solid rgba(255,255,255,.2)}.footer-input{font-family:Rubik,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:25px;letter-spacing:-.03em;color:#cdd4dd;background:transparent;border:none;outline:none;width:100%;margin:0 auto}.footer-input::placeholder{color:#cdd4dd}.footer-submit-btn{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.mail-icon{width:24px;height:24px;color:#ea1d25}.footer-copyright-right{display:flex;justify-content:flex-start;align-items:center;padding-top:100px;margin-top:auto;width:100%}.footer-copyright{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:25px;letter-spacing:-.03em;color:#cdd4dd;margin:0;width:220px;height:25px;text-align:left}@media (max-width: 1200px){.footer-container{padding:3.5rem 4rem}.footer-content{gap:40px}}@media (max-width: 1024px){.footer{height:auto;min-height:487px}.footer-container{padding:3.5rem 4rem}.footer-content{flex-direction:column;gap:60px}.footer-left,.footer-middle,.footer-right{width:100%;height:auto;gap:40px}.footer-brand,.footer-contact-section{width:100%;height:auto}.footer-copyright-right{justify-content:center;text-align:center}.footer-copyright{text-align:center}}@media (max-width: 768px){.footer-container{padding:2.5rem 2rem}.footer-columns{flex-direction:column;gap:40px;width:100%;height:auto}.footer-column{width:100%!important;height:auto!important}.footer-social-icons{width:100%;justify-content:flex-start}.footer-logo-image{height:60px}}@media (max-width: 480px){.footer-container{padding:2rem}.footer-tagline,.footer-mission{width:100%;height:auto}.footer-logo-image{height:50px}}:root{--brand-blue: hsl(211, 95%, 33%);--brand-red: hsl(358, 85%, 52%);--brand-gold: hsl(45, 93%, 47%);--text-primary: hsl(215, 25%, 14%);--text-secondary: hsl(0, 0%, 46%);--text-light: hsl(215, 19%, 83%);--surface-light: hsl(0, 0%, 96%);--surface-dark: hsl(0, 0%, 0%);--border: hsl(0, 0%, 89%);--muted: hsl(210, 20%, 92%);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Rubik,sans-serif;line-height:1.5;color:var(--text-primary);background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:"PT Serif",serif}button{font-family:inherit;border:none;cursor:pointer}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1600px;display:flex;justify-content:center;align-items:center;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 2rem}}@media (min-width: 768px){.container{padding:0 3rem}}@media (min-width: 1024px){.container{padding:0 4rem}}@media (min-width: 1280px){.container{padding:0 5rem}}@media (min-width: 1440px){.container{padding:0 6rem}}.floating-whatsapp{position:fixed;bottom:20px;right:20px;z-index:99999999;transition:.2s ease-in-out}.floating-whatsapp:hover{transform:scale(1.05);cursor:pointer}
