@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Source+Sans+Pro:wght@300;400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Serif+4:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Lato:wght@300;400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700;800;900&display=swap";.template-16 *{margin:0;padding:0;box-sizing:border-box}.template-16{font-family:Inter,-apple-system,sans-serif;line-height:1.6;color:#1a1a1a}.template-16 .container{max-width:1200px;margin:0 auto;padding:0 2rem}.template-16 .sticky-nav{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 10px #00000014;z-index:1000;padding:1rem 2rem}.template-16 .nav-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.template-16 .nav-logo{cursor:pointer;text-decoration:none;color:inherit;line-height:1.1}.template-16 .logo-main{font-size:1.5rem;font-weight:700;color:#1a1a1a;line-height:1}.template-16 .logo-sub{font-size:.75rem;color:#dc2626;font-weight:500;letter-spacing:.5px;line-height:1;margin-top:2px}.template-16 .nav-menu{display:flex;gap:2.5rem}.template-16 .nav-menu a{color:#4a4a4a;text-decoration:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:color .2s;letter-spacing:.3px}.template-16 .nav-menu a:hover{color:#dc2626}.template-16 .nav-cta{background:#dc2626;color:#fff!important;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s;text-decoration:none;font-size:.9rem}.template-16 .nav-cta:hover{background:#b91c1c}.template-16 .hero-section{margin-top:70px;min-height:85vh;background:linear-gradient(135deg,#1e3a5f,#0f2847,#0a1f3d);display:flex;align-items:center;position:relative;overflow:hidden}.template-16 .hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;width:50%;background:url(https://images.unsplash.com/photo-1521737711867-e3b97375f902?w=1200&h=900&fit=crop) center/cover;opacity:.3}.template-16 .hero-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;width:100%;position:relative;z-index:1}.template-16 .hero-content{max-width:650px}.template-16 .hero-badge{display:inline-block;background:#dc262633;color:#fca5a5;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.5px}.template-16 .hero-section h1{font-size:3.5rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem}.template-16 .hero-section h1 span{color:#fbbf24}.template-16 .hero-section p{font-size:1.2rem;color:#ffffffd9;margin-bottom:2rem;line-height:1.7}.template-16 .hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.template-16 .hero-btn-primary{background:#dc2626;color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;font-size:1rem;border:none}.template-16 .hero-btn-primary:hover{background:#b91c1c;transform:translateY(-2px)}.template-16 .hero-btn-secondary{background:transparent;color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;font-size:1rem;border:2px solid rgba(255,255,255,.4)}.template-16 .hero-btn-secondary:hover{border-color:#fff;background:#ffffff1a}.template-16 .stats-section{background:#f8fafc;padding:4rem 2rem}.template-16 .stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.template-16 .stat-item{text-align:center}.template-16 .stat-value{font-size:3rem;font-weight:800;color:#dc2626;margin-bottom:.5rem}.template-16 .stat-label{font-size:.95rem;color:#64748b;font-weight:500}.template-16 .features-section{padding:6rem 2rem;background:#fff}.template-16 .features-container{max-width:1200px;margin:0 auto}.template-16 .section-header{text-align:center;margin-bottom:4rem}.template-16 .section-header h2{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.template-16 .section-header p{font-size:1.1rem;color:#64748b;max-width:700px;margin:0 auto}.template-16 .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.template-16 .feature-card{background:#f8fafc;padding:2.5rem;border-radius:16px;text-align:center;transition:all .3s}.template-16 .feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.template-16 .feature-icon{width:70px;height:70px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.template-16 .feature-card h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.template-16 .feature-card p{font-size:.95rem;color:#64748b;line-height:1.7}.template-16 .about-section{padding:6rem 2rem}.template-16 .about-section.alt{background:#f8fafc}.template-16 .about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.template-16 .about-image img{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 40px #0000001a}.template-16 .about-content .label{color:#dc2626;font-size:.85rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem}.template-16 .about-content h2{font-size:2.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.2}.template-16 .about-content p{font-size:1.05rem;color:#64748b;line-height:1.8;margin-bottom:2rem}.template-16 .about-list{list-style:none}.template-16 .about-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:1rem;color:#4a4a4a}.template-16 .about-list li svg{color:#dc2626;flex-shrink:0;margin-top:3px}.template-16 .cta-section{background:linear-gradient(135deg,#dc2626,#b91c1c);padding:5rem 2rem;text-align:center}.template-16 .cta-section h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.template-16 .cta-section p{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.template-16 .cta-btn{background:#fff;color:#dc2626;padding:1rem 2.5rem;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s;text-decoration:none;font-size:1.1rem;display:inline-block;border:none}.template-16 .cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.template-16 .contact-section{padding:6rem 2rem;background:linear-gradient(135deg,#1e3a5f,#0f2847,#0a1f3d);color:#fff}.template-16 .contact-container{max-width:1200px;margin:0 auto;text-align:center}.template-16 .contact-section .label{color:#dc2626;font-size:.85rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem}.template-16 .contact-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.template-16 .contact-section>.contact-container>p{font-size:1.1rem;color:#ffffffb3;margin-bottom:3rem}.template-16 .contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.template-16 .contact-card{background:#ffffff0d;padding:2.5rem;border-radius:16px;text-align:center}.template-16 .contact-card-icon{width:60px;height:60px;background:#dc2626;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.template-16 .contact-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.template-16 .contact-card p{font-size:.95rem;color:#ffffffb3;white-space:pre-line;line-height:1.6}.template-16 .footer{background:#111;padding:3rem 2rem 2rem;color:#fff}.template-16 .footer-container{max-width:1200px;margin:0 auto;text-align:center}.template-16 .footer-nav{display:flex;justify-content:center;gap:2.5rem;margin-bottom:2rem;flex-wrap:wrap}.template-16 .footer-nav a{color:#ffffffb3;text-decoration:none;font-size:.9rem;cursor:pointer;transition:color .2s}.template-16 .footer-nav a:hover{color:#fff}.template-16 .footer-brand{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.template-16 .footer-logo{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.template-16 .footer-tagline{font-size:calc(.75rem + 2px);color:#fff9}.template-16 .footer-bottom p{font-size:calc(.75rem + 2px);color:#ffffff80}@media (max-width: 1024px){.template-16 .features-grid{grid-template-columns:repeat(2,1fr)}.template-16 .about-container{grid-template-columns:1fr;gap:3rem}.template-16 .about-section.reverse .about-image{order:-1}}@media (max-width: 768px){.template-16 .nav-menu{display:none}.template-16 .hero-section h1{font-size:2.5rem}.template-16 .stats-container{grid-template-columns:repeat(2,1fr)}.template-16 .features-grid,.template-16 .contact-cards{grid-template-columns:1fr}.template-16 .hero-buttons{flex-direction:column}.template-16 .hero-btn-primary,.template-16 .hero-btn-secondary{width:100%;text-align:center}}.template-17 *{margin:0;padding:0;box-sizing:border-box}.template-17{font-family:Nunito,-apple-system,sans-serif;padding-top:70px;line-height:1.6}.template-17 .container{margin:0 auto;max-width:1120px}.template-17 header,.template-17 .hero,.template-17 .hero-section{background-image:linear-gradient(90deg,#0000008c,#00000059 25%,#0000 80%),url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1600&h=900&fit=crop);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:calc(70px + 2rem) 2rem 2rem 2rem;min-height:80vh;display:flex;align-items:center;justify-content:center;width:100%;margin-top:-70px}.template-17 .hero-container{width:100%;max-width:1120px;min-width:1120px;margin:0 auto;padding:0 2rem}.template-17 .hero-content{max-width:900px;text-align:left}.template-17 .header-content{width:80%;margin:0 auto;text-align:left}@media (max-width: 768px){.template-17 .hero-content,.template-17 .header-content{width:90%}}.template-17 header h1,.template-17 .hero h1{font-size:5rem;line-height:.9;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:1.5rem;color:#fff;white-space:pre-line}@media (max-width: 768px){.template-17 header h1,.template-17 .hero h1{font-size:2.5rem}}.template-17 header h2,.template-17 header p.subtitle,.template-17 .hero h2,.template-17 .hero .subtitle,.template-17 .hero p{font-family:Nunito,-apple-system,sans-serif;font-size:1rem;margin-bottom:2rem;opacity:.95;color:#fff;font-weight:400}.template-17 .hero-cta,.template-17 .cta-btn,.template-17 .btn-primary{font-family:Cabin,sans-serif;display:inline-block;background:#fffffff2;color:#1a365d;padding:.6rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:700;font-size:.9rem;transition:all .3s;text-transform:uppercase;letter-spacing:1px;cursor:pointer}.template-17 .hero-cta:hover,.template-17 .cta-btn:hover,.template-17 .btn-primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.template-17 section,.template-17 .section{width:100%;padding:3rem 2rem}.template-17 h1{font-family:Montserrat,sans-serif;font-size:2.5rem;margin-bottom:1rem}.template-17 h2{font-family:Montserrat,sans-serif;color:#db2627;margin-bottom:1rem;font-size:2rem}.template-17 h3{font-family:Cabin,sans-serif;font-size:1.5rem;margin-bottom:.75rem}.template-17 p{font-family:Nunito,-apple-system,sans-serif;line-height:1.6;font-size:1.1rem;margin-bottom:1rem}.template-17 footer{background:#1a365d;color:#fff;padding:1.5rem 0;width:100%;display:flex;flex-direction:column;align-items:center}.template-17 .sticky-nav{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 10px #0000001a;z-index:1000;padding:1rem 0}.template-17 .nav-container{width:100%;max-width:1120px;min-width:1120px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.template-17 .nav-logo{display:flex;flex-direction:column;text-decoration:none;gap:2px}.template-17 .logo-main{font-size:1.1rem;font-weight:700;color:#1a1a1a;line-height:1.1}.template-17 .logo-sub{font-size:.7rem;color:#dc2626;font-weight:400;letter-spacing:.5px;line-height:1.1}.template-17 .nav-menu{margin-left:3rem;display:flex;gap:2rem;align-items:center}.template-17 .nav-menu a{text-decoration:none;color:#333;font-size:calc(.9rem - 1px);font-weight:500;transition:color .3s;white-space:nowrap;cursor:pointer;letter-spacing:1px}.template-17 .nav-menu a:hover{color:#db2627}.template-17 .nav-contact-btn{background:#db2627;color:#fff;padding:.6rem 1.5rem;font-size:.9rem;border-radius:4px;text-decoration:none;font-weight:700;transition:background .3s;white-space:nowrap;margin-left:auto;cursor:pointer}.template-17 .nav-contact-btn:hover{background:#b91f20}@media (max-width: 768px){.template-17 .nav-menu{display:none}.template-17 .sticky-nav{padding:1rem}}.template-17 .features-section{background:#f5f5f5;padding:4rem 2rem}.template-17 .features-container{max-width:1120px;margin:0 auto;padding:0 2rem}.template-17 .features-header{margin:0 auto 3rem;text-align:center}.template-17 .features-header h2{font-size:2.5rem;margin-bottom:1rem;color:#1e293b;font-weight:700}.template-17 .features-header p{font-size:1.1rem;color:#2d3748;line-height:1.6}.template-17 .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 968px){.template-17 .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.template-17 .features-grid{grid-template-columns:1fr}}.template-17 .feature-item{text-align:center}.template-17 .feature-icon{width:60px;height:60px;background:#f5f5f5;border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#db2627}.template-17 .feature-item h3{font-size:1.25rem;margin-bottom:.75rem;color:#1e293b;font-weight:600}.template-17 .feature-item p{font-size:.95rem;color:#2d3748;line-height:1.6}.template-17 .mission-section{background:#2d3748;padding:5rem 2rem;text-align:center}.template-17 .mission-content{max-width:1120px;margin:0 auto;padding:0 2rem}.template-17 .mission-label{color:#94a3b8;font-size:.875rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem;font-weight:600}.template-17 .mission-section h2{color:#fff;font-size:2.5rem;line-height:1.15;margin-bottom:1.5rem;font-weight:700}@media (max-width: 768px){.template-17 .mission-section h2{font-size:1.8rem}}.template-17 .mission-description{color:#f5f5f5;font-size:1.1rem;line-height:1.7;margin-bottom:0}.template-17 .about-section-alt{background:#fff;padding:5rem 2rem}.template-17 .about-section-alt:nth-of-type(odd){background:#f8fafc}.template-17 .about-container{max-width:1120px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 768px){.template-17 .about-container{grid-template-columns:1fr;gap:2rem}}.template-17 .about-label{color:#94a3b8;font-size:.875rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;display:block}.template-17 .about-content-left h2,.template-17 .about-content-right h2{font-size:2.5rem;line-height:1.3;margin-bottom:1.5rem;color:#1e293b;font-weight:700}@media (max-width: 768px){.template-17 .about-content-left h2,.template-17 .about-content-right h2{font-size:2rem}}.template-17 .about-content-left p:not(.about-label),.template-17 .about-content-right p:not(.about-label){font-size:1.125rem;color:#64748b;line-height:1.7;margin-bottom:1.5rem}.template-17 .about-image-right img,.template-17 .about-image-left img{width:100%;height:auto;border-radius:8px;box-shadow:0 10px 30px #0000001a}.template-17 .about-link{display:inline-flex;align-items:center;color:#db2627;font-weight:600;font-size:1.05rem;text-decoration:none;transition:transform .3s;cursor:pointer}.template-17 .about-link:hover{transform:translate(5px)}.template-17 .about-reversed .about-container{direction:rtl}.template-17 .about-reversed .about-content-right,.template-17 .about-reversed .about-image-left{direction:ltr}@media (max-width: 768px){.template-17 .about-reversed .about-container{direction:ltr}}.template-17 .blurb-section{background:#f8fafc;padding:5rem 2rem;width:100%}.template-17 .blurb-container{max-width:1120px;margin:0 auto;padding:0 2rem;text-align:center}.template-17 .blurb-container h2{font-size:2.5rem;color:#1e293b;margin-bottom:1.5rem;font-weight:700}@media (max-width: 768px){.template-17 .blurb-container h2{font-size:2rem}}.template-17 .blurb-description{font-size:1.125rem;color:#64748b;line-height:1.4;margin:0 auto 3.5rem}.template-17 .blurb-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem 4rem}@media (max-width: 768px){.template-17 .blurb-grid{grid-template-columns:1fr}}.template-17 .blurb-item{text-align:left;display:flex;gap:1.25rem;align-items:flex-start}.template-17 .blurb-icon{flex-shrink:0;width:60px;height:60px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#db2627}.template-17 .blurb-icon svg{width:28px;height:28px}.template-17 .blurb-item h3{font-size:1.25rem;color:#1e293b;margin-bottom:.5rem;font-weight:600}.template-17 .blurb-item p{font-size:1rem;color:#64748b;line-height:1.6;margin:0}.template-17 .cta-section{background:#f5f5f5;padding:5rem 2rem;text-align:center}.template-17 .cta-container{max-width:1120px;margin:0 auto;padding:0 2rem;text-align:center}.template-17 .cta-badge{display:inline-block;background:#2d3748;color:#fff;padding:.75rem 2rem;border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:2rem}.template-17 .cta-heading{font-size:2.5rem;color:#1e293b;margin:0 auto;line-height:1.2;font-weight:700}@media (max-width: 768px){.template-17 .cta-heading{font-size:2rem}}.template-17 .contact-style-4{background:#fff;padding:5rem 2rem;text-align:center}.template-17 .contact-subtitle{color:#94a3b8;font-size:.875rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;display:block}.template-17 .contact-heading{font-size:2.5rem;color:#1e293b;margin-bottom:1rem;font-weight:700}.template-17 .contact-description{font-size:1.125rem;color:#64748b;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.template-17 .contact-cards-4{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1120px;margin:0 auto;padding:0 2rem}@media (max-width: 968px){.template-17 .contact-cards-4{grid-template-columns:1fr}}.template-17 .contact-card-4{background:#fff;padding:3rem 2rem 2.5rem;border-radius:8px;box-shadow:0 2px 8px #0000000f;transition:transform .3s}.template-17 .contact-card-4:hover{transform:translateY(-3px)}.template-17 .contact-icon-4{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#db2627;border:1px solid #DB2627}.template-17 .contact-card-4 h3{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a;font-weight:600}.template-17 .contact-card-4 p{color:#6b7280;line-height:1.6;margin-bottom:2rem;white-space:pre-line}.template-17 .learn-more-btn{display:inline-block;color:#1a1a1a;text-decoration:none;font-weight:600;font-size:.85rem;letter-spacing:1px;padding-bottom:.25rem;border-bottom:2px solid #1a1a1a;transition:color .3s,border-color .3s;cursor:pointer}.template-17 .learn-more-btn:hover{color:#db2627;border-color:#db2627}.template-17 .footer-style-1{background:#2d3748;color:#fff;padding:4rem 0;min-height:300px;display:flex;align-items:center}.template-17 .footer-style-1 .container{width:100%;max-width:1120px;margin:0 auto;padding:0 2rem;text-align:center}.template-17 .footer-style-1 .footer-nav{display:flex;justify-content:center;gap:2.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.template-17 .footer-style-1 .footer-nav a{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s;cursor:pointer}.template-17 .footer-style-1 .footer-nav a:hover{color:#db2627}.template-17 .footer-style-1 .footer-brand{margin-bottom:2.5rem}.template-17 .footer-style-1 .footer-logo{color:#fff;font-size:2rem;margin-bottom:.5rem;font-weight:700}.template-17 .footer-style-1 .footer-tagline{color:#fff;line-height:1.6;font-size:calc(.75rem + 4px)}.template-17 .footer-style-1 .footer-bottom{border-top:1px solid #334155;padding-top:2rem;color:#fff}.template-17 .footer-style-1 .footer-bottom p{font-size:calc(.75rem + 4px);margin:0}.template-18{--cream: #f8f5f0;--cream-light: #fdfcfa;--sage: #7a8b6e;--sage-light: #e8ebe5;--gold: #e8c547;--gold-dark: #d4b13d;--text-dark: #2d2d2d;--text-muted: #666666;--white: #ffffff}.template-18 *{margin:0;padding:0;box-sizing:border-box}.template-18{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--cream-light)}.template-18 .t18-nav{position:fixed;top:0;left:0;right:0;background:var(--cream);z-index:1000;padding:1rem 2rem;border-bottom:1px solid rgba(0,0,0,.05)}.template-18 .t18-nav-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.template-18 .t18-nav-logo{text-decoration:none;color:inherit;cursor:pointer}.template-18 .t18-logo-text{font-size:1.1rem;font-weight:600;letter-spacing:2px;color:var(--text-dark)}.template-18 .t18-nav-menu{display:flex;gap:2.5rem}.template-18 .t18-nav-menu a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:color .2s}.template-18 .t18-nav-menu a:hover{color:var(--text-dark)}.template-18 .t18-nav-cta{background:var(--gold);color:var(--text-dark)!important;padding:.6rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;font-size:.85rem}.template-18 .t18-nav-cta:hover{background:var(--gold-dark);transform:translateY(-1px)}.template-18 .t18-hero{margin-top:65px;min-height:80vh;background:var(--cream);display:flex;align-items:center;padding:4rem 2rem}.template-18 .t18-hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.template-18 .t18-hero-heading{font-size:4rem;font-weight:400;line-height:1.1;color:var(--text-dark);font-family:Georgia,Times New Roman,serif;margin-bottom:2rem}.template-18 .t18-hero-btn{display:inline-block;background:var(--gold);color:var(--text-dark);padding:1rem 2.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;font-size:.95rem}.template-18 .t18-hero-btn:hover{background:var(--gold-dark);transform:translateY(-2px)}.template-18 .t18-hero-image-wrapper{position:relative}.template-18 .t18-hero-image{width:100%;height:auto;border-radius:200px 200px 0 0;-o-object-fit:cover;object-fit:cover;max-height:550px}.template-18 .t18-about{padding:6rem 2rem;background:var(--cream-light)}.template-18 .t18-about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.template-18 .t18-about-image{width:100%;height:auto;border-radius:16px;-o-object-fit:cover;object-fit:cover}.template-18 .t18-about-heading{font-size:2.5rem;font-weight:400;font-family:Georgia,Times New Roman,serif;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.2}.template-18 .t18-about-text{font-size:1rem;color:var(--text-muted);line-height:1.8;margin-bottom:2rem}.template-18 .t18-about-btn{display:inline-block;background:transparent;color:var(--text-dark);padding:.8rem 2rem;border:2px solid var(--text-dark);border-radius:50px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;font-size:.9rem}.template-18 .t18-about-btn:hover{background:var(--text-dark);color:var(--white)}.template-18 .t18-obstacles{padding:5rem 2rem;background:var(--sage-light)}.template-18 .t18-obstacles-container{max-width:1200px;margin:0 auto}.template-18 .t18-obstacles-heading{font-size:2.2rem;font-weight:400;font-family:Georgia,Times New Roman,serif;color:var(--text-dark);text-align:center;margin-bottom:3rem}.template-18 .t18-obstacles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.template-18 .t18-obstacle-card{text-align:center;padding:1.5rem;display:flex;flex-direction:column;align-items:center}.template-18 .t18-obstacle-icon{font-size:2rem;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;color:var(--sage)}.template-18 .t18-obstacle-card h3{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:.75rem}.template-18 .t18-obstacle-card p{font-size:.85rem;color:var(--text-muted);line-height:1.6}.template-18 .t18-pricing{padding:6rem 2rem;background:var(--cream-light)}.template-18 .t18-pricing-container{max-width:1100px;margin:0 auto}.template-18 .t18-pricing-heading{font-size:2.2rem;font-weight:400;font-family:Georgia,Times New Roman,serif;color:var(--text-dark);text-align:center;margin-bottom:.5rem}.template-18 .t18-pricing-subheading{font-size:1rem;color:var(--text-muted);text-align:center;margin-bottom:3rem}.template-18 .t18-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.template-18 .t18-pricing-card{background:var(--white);border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:2rem;position:relative}.template-18 .t18-pricing-featured{border:2px solid var(--sage)}.template-18 .t18-pricing-badge{position:absolute;top:-10px;right:20px;background:var(--sage);color:var(--white);font-size:.7rem;font-weight:600;padding:.3rem .8rem;border-radius:20px}.template-18 .t18-pricing-title{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.template-18 .t18-pricing-price{margin-bottom:1rem}.template-18 .t18-price-amount{font-size:2rem;font-weight:700;color:var(--text-dark)}.template-18 .t18-price-period{font-size:1rem;color:var(--text-muted)}.template-18 .t18-pricing-desc{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem;min-height:70px}.template-18 .t18-pricing-btn{display:block;width:100%;text-align:center;background:transparent;color:var(--text-dark);padding:.8rem 1.5rem;border:2px solid var(--text-dark);border-radius:50px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;font-size:.85rem}.template-18 .t18-pricing-btn:hover{background:var(--text-dark);color:var(--white)}.template-18 .t18-pricing-btn-featured{background:var(--gold);border-color:var(--gold)}.template-18 .t18-pricing-btn-featured:hover{background:var(--gold-dark);border-color:var(--gold-dark);color:var(--text-dark)}.template-18 .t18-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.template-18 .t18-benefit-card{background:var(--white);border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:2.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center}.template-18 .t18-benefit-featured{border:2px solid var(--sage)}.template-18 .t18-benefit-icon{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;color:var(--sage)}.template-18 .t18-benefit-title{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.template-18 .t18-benefit-desc{font-size:.95rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.template-18 .t18-benefit-btn{display:inline-block;background:transparent;color:var(--text-dark);padding:.8rem 2rem;border:2px solid var(--text-dark);border-radius:50px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;font-size:.9rem}.template-18 .t18-benefit-btn:hover{background:var(--text-dark);color:var(--white)}.template-18 .t18-benefit-btn-featured{background:var(--gold);border-color:var(--gold);color:var(--text-dark)}.template-18 .t18-benefit-btn-featured:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.template-18 .t18-membership{padding:0;background:var(--gold)}.template-18 .t18-membership-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr;align-items:center}.template-18 .t18-membership-content{padding:4rem}.template-18 .t18-membership-heading{font-size:2rem;font-weight:400;font-family:Georgia,Times New Roman,serif;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.3}.template-18 .t18-membership-btn{display:inline-block;background:transparent;color:var(--text-dark);padding:.8rem 2rem;border:2px solid var(--text-dark);border-radius:50px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;font-size:.9rem}.template-18 .t18-membership-btn:hover{background:var(--text-dark);color:var(--white)}.template-18 .t18-membership-image-wrapper{height:100%}.template-18 .t18-membership-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;min-height:300px}.template-18 .t18-testimonials{padding:6rem 2rem;background:var(--cream-light)}.template-18 .t18-testimonials-container{max-width:1100px;margin:0 auto}.template-18 .t18-testimonials-heading{font-size:2rem;font-weight:400;font-family:Georgia,Times New Roman,serif;color:var(--text-dark);text-align:center;margin-bottom:3rem}.template-18 .t18-testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.template-18 .t18-testimonial-card{background:var(--white);border-radius:16px;padding:2rem}.template-18 .t18-testimonial-with-image{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:0;overflow:hidden}.template-18 .t18-testimonial-with-image .t18-testimonial-content{padding:2rem;display:flex;flex-direction:column;justify-content:center}.template-18 .t18-testimonial-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;min-height:200px}.template-18 .t18-testimonial-header{margin-bottom:1rem}.template-18 .t18-testimonial-name{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.template-18 .t18-testimonial-role{font-size:.85rem;color:var(--text-muted)}.template-18 .t18-testimonial-quote{font-size:.95rem;color:var(--text-muted);line-height:1.7;font-style:italic}.template-18 .t18-tips-card{background:var(--sage-light);display:flex;flex-direction:column;justify-content:center}.template-18 .t18-tips-card h3{font-size:1.1rem;font-weight:400;color:var(--text-dark);margin-bottom:1rem;line-height:1.5}.template-18 .t18-tips-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--sage);text-decoration:none;font-weight:600;font-size:.9rem;cursor:pointer;transition:color .2s}.template-18 .t18-tips-link:hover{color:var(--text-dark)}.template-18 .t18-final-cta{background:var(--cream);position:relative;min-height:400px;display:flex;align-items:center;overflow:hidden}.template-18 .t18-final-cta-container{max-width:700px;margin:0 auto;padding:5rem 2rem;text-align:center;position:relative;z-index:1}.template-18 .t18-final-cta-heading{font-size:3rem;font-weight:400;font-family:Georgia,Times New Roman,serif;color:var(--text-dark);margin-bottom:1rem;line-height:1.2}.template-18 .t18-final-cta-text{font-size:1rem;color:var(--text-muted);margin-bottom:2rem}.template-18 .t18-final-cta-btn{display:inline-block;background:var(--gold);color:var(--text-dark);padding:1rem 2.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;font-size:.95rem}.template-18 .t18-final-cta-btn:hover{background:var(--gold-dark);transform:translateY(-2px)}.template-18 .t18-final-cta-image-wrapper{position:absolute;right:0;bottom:0;width:250px;height:100%}.template-18 .t18-final-cta-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.template-18 .t18-contact{padding:5rem 2rem;background:var(--sage-light)}.template-18 .t18-contact-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.template-18 .t18-contact-heading{font-size:2.2rem;font-weight:400;font-family:Georgia,Times New Roman,serif;color:var(--text-dark);margin-bottom:1rem}.template-18 .t18-contact-text{font-size:1rem;color:var(--text-muted);line-height:1.7;margin-bottom:2rem}.template-18 .t18-contact-info{display:flex;flex-direction:column;gap:1rem}.template-18 .t18-contact-info-item{display:flex;gap:.5rem;font-size:.95rem;color:var(--text-dark)}.template-18 .t18-contact-label{font-weight:600}.template-18 .t18-contact-form-wrapper{background:var(--white);border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #0000000d}.template-18 .t18-contact-form{display:flex;flex-direction:column;gap:1.25rem}.template-18 .t18-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.template-18 .t18-form-group{display:flex;flex-direction:column;gap:.5rem}.template-18 .t18-form-group label{font-size:.85rem;font-weight:600;color:var(--text-dark)}.template-18 .t18-form-group input,.template-18 .t18-form-group textarea{padding:.9rem 1rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:.95rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;background:var(--cream-light)}.template-18 .t18-form-group input:focus,.template-18 .t18-form-group textarea:focus{outline:none;border-color:var(--sage);box-shadow:0 0 0 3px #8ba88626}.template-18 .t18-form-group input::-moz-placeholder,.template-18 .t18-form-group textarea::-moz-placeholder{color:var(--text-muted);opacity:.7}.template-18 .t18-form-group input::placeholder,.template-18 .t18-form-group textarea::placeholder{color:var(--text-muted);opacity:.7}.template-18 .t18-form-group textarea{resize:vertical;min-height:100px}.template-18 .t18-form-submit{background:var(--gold);color:var(--text-dark);padding:1rem 2rem;border:none;border-radius:50px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;margin-top:.5rem}.template-18 .t18-form-submit:hover{background:var(--gold-dark);transform:translateY(-2px)}.template-18 .t18-footer{background:var(--cream);padding:3rem 2rem 2rem;border-top:1px solid rgba(0,0,0,.05)}.template-18 .t18-footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.template-18 .t18-footer-logo{font-size:.95rem;font-weight:600;letter-spacing:2px;color:var(--text-dark)}.template-18 .t18-footer-links{display:flex;gap:2rem}.template-18 .t18-footer-links a{color:var(--text-muted);text-decoration:none;font-size:.85rem;cursor:pointer;transition:color .2s}.template-18 .t18-footer-links a:hover{color:var(--text-dark)}.template-18 .t18-footer-copyright{font-size:.8rem;color:var(--text-muted);width:100%;text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.05)}@media (max-width: 1024px){.template-18 .t18-hero-container{grid-template-columns:1fr;gap:2rem}.template-18 .t18-hero-heading{font-size:3rem}.template-18 .t18-hero-image-wrapper{order:-1}.template-18 .t18-about-container{grid-template-columns:1fr;gap:2rem}.template-18 .t18-obstacles-grid{grid-template-columns:repeat(2,1fr)}.template-18 .t18-pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.template-18 .t18-benefits-grid{grid-template-columns:1fr;max-width:450px;margin:0 auto}.template-18 .t18-membership-container{grid-template-columns:1fr}.template-18 .t18-membership-image-wrapper{display:none}.template-18 .t18-testimonials-grid,.template-18 .t18-testimonial-with-image{grid-template-columns:1fr}.template-18 .t18-final-cta-image-wrapper{display:none}.template-18 .t18-contact-container{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.template-18 .t18-nav-menu{display:none}.template-18 .t18-hero{min-height:auto;padding:3rem 1.5rem}.template-18 .t18-hero-heading{font-size:2.5rem}.template-18 .t18-obstacles-grid{grid-template-columns:1fr;gap:1.5rem}.template-18 .t18-footer-container{flex-direction:column;text-align:center}.template-18 .t18-footer-links{flex-wrap:wrap;justify-content:center}.template-18 .t18-form-row{grid-template-columns:1fr}.template-18 .t18-contact-form-wrapper{padding:1.5rem}}@media (max-width: 480px){.template-18 .t18-hero-heading{font-size:2rem}.template-18 .t18-about-heading,.template-18 .t18-obstacles-heading,.template-18 .t18-pricing-heading,.template-18 .t18-membership-heading,.template-18 .t18-testimonials-heading{font-size:1.75rem}.template-18 .t18-final-cta-heading{font-size:2rem}}.template-19{--cream: #f5f0e8;--cream-light: #faf8f4;--sage: #5a6b52;--sage-light: #e8ebe5;--coral: #d4a59a;--coral-dark: #c49488;--text-dark: #2d2d2d;--text-muted: #666666;--white: #ffffff}html{scroll-behavior:smooth}.template-19 *{margin:0;padding:0;box-sizing:border-box}.template-19{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--cream-light)}.template-19 .t19-nav{position:fixed;top:0;left:0;right:0;background:var(--cream);z-index:1000;padding:1rem 2rem;border-bottom:1px solid rgba(0,0,0,.05)}.template-19 .t19-nav-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.template-19 .t19-nav-logo{text-decoration:none;color:inherit;cursor:pointer}.template-19 .t19-logo-text{font-size:1.2rem;font-weight:600;color:var(--sage);font-family:Georgia,Times New Roman,serif}.template-19 .t19-nav-menu{display:flex;gap:2.5rem}.template-19 .t19-nav-menu a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:color .2s}.template-19 .t19-nav-menu a:hover{color:var(--sage)}.template-19 .t19-nav-cta{background:var(--coral);color:var(--white);padding:.6rem 1.5rem;border-radius:50px;font-weight:600;font-size:.85rem;text-decoration:none;cursor:pointer;transition:all .2s}.template-19 .t19-nav-cta:hover{background:var(--coral-dark)}.template-19 .t19-hero{padding:8rem 2rem 4rem;background:var(--sage);margin-top:60px}.template-19 .t19-hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.template-19 .t19-hero-heading{font-size:4rem;font-weight:400;font-family:Georgia,Times New Roman,serif;color:var(--white);line-height:1.1;margin-bottom:2rem}.template-19 .t19-hero-btn{display:inline-block;background:var(--coral);color:var(--white);padding:.9rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;font-size:.9rem}.template-19 .t19-hero-btn:hover{background:var(--coral-dark);transform:translateY(-2px)}.template-19 .t19-hero-image-wrapper{border-radius:16px;overflow:hidden}.template-19 .t19-hero-image{width:100%;height:auto;display:block;border-radius:16px}.template-19 .t19-section-heading{font-size:2rem;font-weight:400;font-family:Georgia,Times New Roman,serif;color:var(--text-dark);text-align:center;margin-bottom:1.5rem}.template-19 .t19-section-heading-light{color:var(--white)}.template-19 .t19-approach{padding:5rem 2rem;background:var(--cream-light)}.template-19 .t19-approach-container{max-width:800px;margin:0 auto;text-align:center}.template-19 .t19-approach-text{font-size:1rem;color:var(--text-muted);line-height:1.8;margin-bottom:1.5rem}.template-19 .t19-text-btn{display:inline-flex;align-items:center;gap:.5rem;color:var(--sage);font-weight:600;text-decoration:none;cursor:pointer;transition:gap .2s;margin-bottom:3rem}.template-19 .t19-text-btn:hover{gap:.75rem}.template-19 .t19-approach-image-wrapper{border-radius:16px;overflow:hidden}.template-19 .t19-approach-image{width:100%;height:auto;display:block;border-radius:16px}.template-19 .t19-safe-space{padding:5rem 2rem;background:var(--cream)}.template-19 .t19-safe-space-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.template-19 .t19-safe-space-image-wrapper{border-radius:16px;overflow:hidden}.template-19 .t19-safe-space-image{width:100%;height:auto;display:block;border-radius:16px}.template-19 .t19-safe-space-heading{font-size:2rem;font-weight:400;font-family:Georgia,Times New Roman,serif;color:var(--text-dark);margin-bottom:1rem;line-height:1.3}.template-19 .t19-safe-space-text{font-size:.95rem;color:var(--text-muted);line-height:1.8}.template-19 .t19-remote{padding:5rem 2rem;background:var(--cream-light)}.template-19 .t19-remote-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.template-19 .t19-remote-heading{font-size:2rem;font-weight:400;font-family:Georgia,Times New Roman,serif;color:var(--text-dark);margin-bottom:1rem;line-height:1.3}.template-19 .t19-remote-text{font-size:.95rem;color:var(--text-muted);line-height:1.8}.template-19 .t19-remote-map-wrapper{border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.template-19 .t19-remote-map{width:100%;height:auto;display:block}.template-19 .t19-services{padding:5rem 2rem;background:var(--sage)}.template-19 .t19-services-container{max-width:900px;margin:0 auto;text-align:center}.template-19 .t19-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2.5rem}.template-19 .t19-service-card{text-align:center;padding:1.5rem}.template-19 .t19-service-icon{margin-bottom:1rem;color:var(--white);display:flex;justify-content:center}.template-19 .t19-service-card h3{font-size:.95rem;font-weight:600;color:var(--white);margin-bottom:.5rem}.template-19 .t19-service-card p{font-size:.85rem;color:#ffffffd9;line-height:1.5;margin:0}.template-19 .t19-services-btn{display:inline-block;background:var(--coral);color:var(--white);padding:.9rem 2.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;font-size:.9rem}.template-19 .t19-services-btn:hover{background:var(--coral-dark);transform:translateY(-2px)}.template-19 .t19-team{padding:5rem 2rem;background:var(--cream-light)}.template-19 .t19-team-container{max-width:1000px;margin:0 auto;text-align:center}.template-19 .t19-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.template-19 .t19-team-member{text-align:center;display:flex;flex-direction:column;align-items:center}.template-19 .t19-team-image{width:150px;height:150px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin:0 auto 1rem;display:block}.template-19 .t19-team-member h4{font-size:.9rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem;text-align:center}.template-19 .t19-team-title{font-size:.85rem;color:var(--text-muted);text-align:center;display:block}.template-19 .t19-testimonial{padding:5rem 2rem;background:var(--sage)}.template-19 .t19-testimonial-container{max-width:800px;margin:0 auto;text-align:center}.template-19 .t19-testimonial-quote{font-size:1.3rem;font-family:Georgia,Times New Roman,serif;color:var(--white);line-height:1.7;font-style:italic;margin-bottom:1.5rem}.template-19 .t19-testimonial-author{font-size:.9rem;color:#fffc;font-style:normal}.template-19 .t19-blog{padding:5rem 2rem;background:var(--cream-light)}.template-19 .t19-blog-container{max-width:1100px;margin:0 auto;text-align:center}.template-19 .t19-blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:left}.template-19 .t19-blog-grid-3{grid-template-columns:repeat(3,1fr)}.template-19 .t19-blog-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.template-19 .t19-blog-image{width:100%;height:140px;-o-object-fit:cover;object-fit:cover}.template-19 .t19-blog-card h4{padding:1rem 1rem .5rem;font-size:1rem;font-weight:600;color:var(--text-dark);line-height:1.4}.template-19 .t19-blog-card p{padding:0 1rem 1rem;font-size:.85rem;color:var(--text-muted);line-height:1.5;margin:0}.template-19 .t19-contact{padding:5rem 2rem;background:var(--sage)}.template-19 .t19-contact-container{max-width:800px;margin:0 auto}.template-19 .t19-contact-heading{font-size:2rem;font-weight:400;font-family:Georgia,Times New Roman,serif;color:var(--white);text-align:center;margin-bottom:2.5rem}.template-19 .t19-contact-form-wrapper{background:var(--white);border-radius:16px;padding:2.5rem;margin-bottom:2rem}.template-19 .t19-contact-form{display:flex;flex-direction:column;gap:1.25rem}.template-19 .t19-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.template-19 .t19-form-group{display:flex;flex-direction:column;gap:.5rem}.template-19 .t19-form-group label{font-size:.85rem;font-weight:600;color:var(--text-dark)}.template-19 .t19-form-group input,.template-19 .t19-form-group textarea{padding:.9rem 1rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:.95rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;background:var(--cream-light)}.template-19 .t19-form-group input:focus,.template-19 .t19-form-group textarea:focus{outline:none;border-color:var(--sage);box-shadow:0 0 0 3px #5a6b5226}.template-19 .t19-form-group input::-moz-placeholder,.template-19 .t19-form-group textarea::-moz-placeholder{color:var(--text-muted);opacity:.7}.template-19 .t19-form-group input::placeholder,.template-19 .t19-form-group textarea::placeholder{color:var(--text-muted);opacity:.7}.template-19 .t19-form-group textarea{resize:vertical;min-height:100px}.template-19 .t19-form-submit{background:var(--coral);color:var(--white);padding:1rem 2rem;border:none;border-radius:50px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;margin-top:.5rem}.template-19 .t19-form-submit:hover{background:var(--coral-dark);transform:translateY(-2px)}.template-19 .t19-contact-info{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.template-19 .t19-contact-info-item{display:flex;align-items:center;gap:.5rem;color:var(--white);font-size:.9rem}.template-19 .t19-footer{background:var(--cream);padding:3rem 2rem 2rem;border-top:1px solid rgba(0,0,0,.05)}.template-19 .t19-footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.template-19 .t19-footer-logo{font-size:1.1rem;font-weight:600;color:var(--sage);font-family:Georgia,Times New Roman,serif}.template-19 .t19-footer-links{display:flex;gap:2rem}.template-19 .t19-footer-links a{color:var(--text-muted);text-decoration:none;font-size:.85rem;cursor:pointer;transition:color .2s}.template-19 .t19-footer-links a:hover{color:var(--sage)}.template-19 .t19-footer-copyright{font-size:.8rem;color:var(--text-muted);width:100%;text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.05)}@media (max-width: 1024px){.template-19 .t19-hero-container{grid-template-columns:1fr;gap:2rem}.template-19 .t19-hero-heading{font-size:3rem}.template-19 .t19-hero-image-wrapper{order:-1}.template-19 .t19-safe-space-container,.template-19 .t19-remote-container{grid-template-columns:1fr;gap:2rem}.template-19 .t19-services-grid,.template-19 .t19-team-grid,.template-19 .t19-blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.template-19 .t19-nav-menu{display:none}.template-19 .t19-hero{padding:6rem 1.5rem 3rem}.template-19 .t19-hero-heading{font-size:2.5rem}.template-19 .t19-services-grid,.template-19 .t19-team-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.template-19 .t19-blog-grid,.template-19 .t19-form-row{grid-template-columns:1fr}.template-19 .t19-contact-form-wrapper{padding:1.5rem}.template-19 .t19-contact-info{flex-direction:column;align-items:center;gap:1rem}.template-19 .t19-footer-container{flex-direction:column;text-align:center}.template-19 .t19-footer-links{flex-wrap:wrap;justify-content:center}}@media (max-width: 480px){.template-19 .t19-hero-heading{font-size:2rem}.template-19 .t19-section-heading,.template-19 .t19-safe-space-heading,.template-19 .t19-remote-heading{font-size:1.5rem}.template-19 .t19-testimonial-quote{font-size:1.1rem}.template-19 .t19-team-image{width:120px;height:120px}}.template-20{--t20-primary: #09394f;--t20-primary-light: #2f697f;--t20-accent: #f04b5d;--t20-accent-hover: #d93d4e;--t20-light-bg: #e8f4f7;--t20-warm-bg: #f7f2ec;--t20-white: #ffffff;--t20-text: #333333;--t20-text-light: #666666;--t20-border: #e0e0e0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--t20-text);line-height:1.6}.template-20 *{box-sizing:border-box}.t20-nav{position:fixed;top:0;left:0;right:0;background:var(--t20-white);z-index:1000;box-shadow:0 2px 10px #0000000d}.t20-nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.t20-nav-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.t20-nav-logo-icon{width:32px;height:32px;color:var(--t20-primary)}.t20-nav-logo-text{font-size:1.25rem;font-weight:700;color:var(--t20-primary)}.t20-nav-logo-sub{font-size:.7rem;color:var(--t20-accent);margin-top:-4px}.t20-nav-menu{display:flex;gap:2rem}.t20-nav-menu a{text-decoration:none;color:var(--t20-text);font-size:.95rem;font-weight:500;cursor:pointer;transition:color .2s}.t20-nav-menu a:hover{color:var(--t20-primary)}.t20-nav-cta{background:var(--t20-accent);color:var(--t20-white);padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s}.t20-nav-cta:hover{background:var(--t20-accent-hover)}.t20-hero{padding:8rem 2rem 5rem;background:linear-gradient(135deg,var(--t20-primary) 0%,var(--t20-primary-light) 100%);color:var(--t20-white);position:relative;overflow:hidden}.t20-hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.t20-hero-content{z-index:1}.t20-hero-heading{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.t20-hero-text{font-size:1.1rem;opacity:.9;margin-bottom:2rem;line-height:1.7}.t20-hero-buttons{display:flex;gap:1rem}.t20-hero-btn-primary{background:var(--t20-accent);color:var(--t20-white);padding:1rem 2rem;border-radius:4px;text-decoration:none;font-weight:600;cursor:pointer;transition:background .2s}.t20-hero-btn-primary:hover{background:var(--t20-accent-hover)}.t20-hero-btn-secondary{background:transparent;color:var(--t20-white);padding:1rem 2rem;border:2px solid var(--t20-white);border-radius:4px;text-decoration:none;font-weight:600;cursor:pointer;transition:all .2s}.t20-hero-btn-secondary:hover{background:var(--t20-white);color:var(--t20-primary)}.t20-hero-image-wrapper{position:relative}.t20-hero-image{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.t20-partners{padding:3rem 2rem;background:var(--t20-white);border-bottom:1px solid var(--t20-border)}.t20-partners-container{max-width:1200px;margin:0 auto;text-align:center}.t20-partners-label{font-size:.85rem;color:var(--t20-text-light);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.t20-partners-logos{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.t20-partner-logo{height:40px;opacity:.6;transition:opacity .2s}.t20-partner-logo:hover{opacity:1}.t20-two-col{padding:5rem 2rem;background:var(--t20-white)}.t20-two-col-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.t20-two-col-image{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.t20-two-col-content h2{font-size:2.5rem;font-weight:700;color:var(--t20-primary);margin-bottom:1.5rem;line-height:1.2}.t20-two-col-content p{color:var(--t20-text-light);margin-bottom:2rem;line-height:1.7}.t20-feature-list{list-style:none;padding:0;margin:0}.t20-feature-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.t20-feature-icon{width:24px;height:24px;background:var(--t20-accent);color:var(--t20-white);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.t20-feature-icon svg{width:14px;height:14px}.t20-feature-text h4{font-size:1rem;font-weight:600;color:var(--t20-text);margin-bottom:.25rem}.t20-feature-text p{font-size:.9rem;color:var(--t20-text-light);margin:0}.t20-features-grid{padding:5rem 2rem;background:var(--t20-light-bg)}.t20-features-grid-container{max-width:1200px;margin:0 auto}.t20-features-grid-header{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem}.t20-features-grid-header h2{font-size:2.5rem;font-weight:700;color:var(--t20-primary);line-height:1.2}.t20-features-grid-header p{color:var(--t20-text-light);line-height:1.7}.t20-features-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.t20-feature-card{background:var(--t20-white);padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000000d}.t20-feature-card-icon{width:48px;height:48px;background:var(--t20-light-bg);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--t20-primary)}.t20-feature-card h3{font-size:1.1rem;font-weight:600;color:var(--t20-text);margin-bottom:.75rem}.t20-feature-card p{font-size:.9rem;color:var(--t20-text-light);line-height:1.6}.t20-stats{padding:4rem 2rem;background:var(--t20-white)}.t20-stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;text-align:center}.t20-stat-item h3{font-size:3.5rem;font-weight:700;color:var(--t20-primary);margin-bottom:.5rem}.t20-stat-item p{font-size:.95rem;color:var(--t20-text-light)}.t20-services{padding:5rem 2rem;background:var(--t20-warm-bg)}.t20-services-container{max-width:1200px;margin:0 auto;text-align:center}.t20-services-container h2{font-size:2.5rem;font-weight:700;color:var(--t20-primary);margin-bottom:3rem}.t20-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.t20-service-card{background:var(--t20-white);padding:2rem;border-radius:8px;text-align:left}.t20-service-card-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:1.5rem}.t20-service-card h3{font-size:1.25rem;font-weight:600;color:var(--t20-text);margin-bottom:.75rem}.t20-service-card p{font-size:.95rem;color:var(--t20-text-light);line-height:1.6}.t20-testimonial{padding:5rem 2rem;background:var(--t20-primary);color:var(--t20-white)}.t20-testimonial-container{max-width:800px;margin:0 auto;text-align:center}.t20-testimonial-quote{font-size:1.5rem;font-style:italic;line-height:1.7;margin-bottom:2rem}.t20-testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.t20-testimonial-avatar{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.t20-testimonial-info h4{font-size:1rem;font-weight:600;margin-bottom:.25rem}.t20-testimonial-info p{font-size:.9rem;opacity:.8}.t20-cta-banner{padding:5rem 2rem;background:var(--t20-white)}.t20-cta-banner-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.t20-cta-banner-content h2{font-size:2.5rem;font-weight:700;color:var(--t20-primary);margin-bottom:1rem;line-height:1.2}.t20-cta-banner-content p{color:var(--t20-text-light);margin-bottom:1.5rem;line-height:1.7}.t20-cta-banner-btn{display:inline-block;background:var(--t20-accent);color:var(--t20-white);padding:1rem 2rem;border-radius:4px;text-decoration:none;font-weight:600;cursor:pointer;transition:background .2s}.t20-cta-banner-btn:hover{background:var(--t20-accent-hover)}.t20-cta-banner-image{width:100%;height:350px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.t20-steps{padding:5rem 2rem;background:var(--t20-light-bg)}.t20-steps-container{max-width:1000px;margin:0 auto;text-align:center}.t20-steps-container h2{font-size:2rem;font-weight:700;color:var(--t20-primary);margin-bottom:3rem}.t20-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.t20-step-card{background:var(--t20-white);padding:2rem;border-radius:8px;text-align:center}.t20-step-number{width:48px;height:48px;background:var(--t20-primary);color:var(--t20-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.t20-step-card h3{font-size:1.1rem;font-weight:600;color:var(--t20-text);margin-bottom:.75rem}.t20-step-card p{font-size:.9rem;color:var(--t20-text-light);line-height:1.6}.t20-resources{padding:5rem 2rem;background:var(--t20-white)}.t20-resources-container{max-width:1200px;margin:0 auto}.t20-resources-header{text-align:center;margin-bottom:3rem}.t20-resources-header h2{font-size:2rem;font-weight:700;color:var(--t20-primary);margin-bottom:1rem}.t20-resources-header p{color:var(--t20-text-light)}.t20-resources-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.t20-resource-card{background:var(--t20-light-bg);border-radius:8px;overflow:hidden}.t20-resource-card-image{width:100%;height:180px;-o-object-fit:cover;object-fit:cover}.t20-resource-card-content{padding:1.5rem}.t20-resource-card h3{font-size:1rem;font-weight:600;color:var(--t20-text);margin-bottom:.5rem}.t20-resource-card p{font-size:.9rem;color:var(--t20-text-light);line-height:1.6}.t20-final-cta{padding:5rem 2rem;background:linear-gradient(135deg,var(--t20-primary) 0%,var(--t20-primary-light) 100%);color:var(--t20-white);text-align:center}.t20-final-cta-container{max-width:800px;margin:0 auto}.t20-final-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.3}.t20-final-cta p{font-size:1.1rem;opacity:.9;margin-bottom:2rem}.t20-final-cta-btn{display:inline-block;background:var(--t20-accent);color:var(--t20-white);padding:1rem 2.5rem;border-radius:4px;text-decoration:none;font-weight:600;font-size:1.1rem;cursor:pointer;transition:background .2s}.t20-final-cta-btn:hover{background:var(--t20-accent-hover)}.t20-footer{padding:4rem 2rem 2rem;background:#1a1a1a;color:var(--t20-white)}.t20-footer-container{max-width:1200px;margin:0 auto}.t20-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.t20-footer-brand h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.t20-footer-brand p{font-size:.9rem;opacity:.7;line-height:1.7}.t20-footer-links h4{font-size:1rem;font-weight:600;margin-bottom:1rem}.t20-footer-links ul{list-style:none;padding:0;margin:0}.t20-footer-links li{margin-bottom:.75rem}.t20-footer-links a{color:var(--t20-white);opacity:.7;text-decoration:none;font-size:.9rem;cursor:pointer;transition:opacity .2s}.t20-footer-links a:hover{opacity:1}.t20-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;font-size:.85rem;opacity:.6}@media (max-width: 1024px){.t20-hero-container,.t20-two-col-container,.t20-features-grid-header,.t20-cta-banner-container{grid-template-columns:1fr;gap:2rem}.t20-features-cards,.t20-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.t20-nav-menu{display:none}.t20-hero{padding:7rem 1.5rem 3rem}.t20-hero-heading{font-size:2rem}.t20-hero-buttons{flex-direction:column}.t20-stats-container,.t20-services-grid,.t20-steps-grid,.t20-resources-grid,.t20-features-cards{grid-template-columns:1fr}.t20-two-col-content h2,.t20-features-grid-header h2,.t20-services-container h2,.t20-cta-banner-content h2,.t20-final-cta h2{font-size:1.75rem}.t20-testimonial-quote{font-size:1.2rem}.t20-footer-grid{grid-template-columns:1fr}}@media (max-width: 480px){.t20-nav-container{padding:1rem}.t20-hero-heading{font-size:1.75rem}.t20-stat-item h3{font-size:2.5rem}}.template21{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a;line-height:1.6;margin:0;padding:0}.template21 *{box-sizing:border-box}.template21>*{margin-top:0}.template21-header{background-color:#0a1628;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:200;border:none!important;border-bottom:none!important;box-shadow:none!important;outline:none!important}.template21-header:after,.template21-header:before{display:none!important}.template21-logo{color:#fff;font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.template21-logo span{color:#e07a3d}.template21-nav{display:flex;align-items:center;gap:2rem}.template21-nav-links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.template21-nav-link{color:#fff;text-decoration:none;font-size:.875rem;font-weight:500;opacity:.9;transition:opacity .2s}.template21-nav-link:hover{opacity:1}.template21-nav-actions{display:flex;align-items:center;gap:1rem}.template21-login-link{color:#fff;text-decoration:none;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;opacity:.8}.template21-contact-btn{background-color:#e07a3d;color:#fff;padding:.625rem 1.25rem;border-radius:4px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .2s}.template21-contact-btn:hover{background-color:#c86a2d}.template21-hero{background-color:#0a1628;padding:4rem 2rem;min-height:500px;display:flex;align-items:center;margin-top:0!important;border-top:none!important}.template21-hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.template21-hero-content h1{color:#fff;font-size:2.75rem;font-weight:400;line-height:1.2;margin:0 0 1.5rem}.template21-hero-content h1 em{font-style:italic;font-weight:300}.template21-hero-content p{color:#fffc;font-size:.95rem;line-height:1.7;margin:0 0 2rem;max-width:480px}.template21-cta-btn{display:inline-block;background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);padding:.875rem 1.5rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:all .2s}.template21-cta-btn:hover{background-color:#ffffff1a;border-color:#fff9}.template21-hero-image{position:relative}.template21-hero-image img{width:100%;height:350px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.template21-channels{background-color:#f5f5f5;padding:5rem 2rem;text-align:center}.template21-channels-container{max-width:1000px;margin:0 auto}.template21-channels h2{font-size:2rem;font-weight:400;color:#1a1a1a;margin:0 0 1rem}.template21-channels>.template21-channels-container>p{color:#666;font-size:.95rem;max-width:600px;margin:0 auto 3rem;line-height:1.7}.template21-channels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem}.template21-channel-item{text-align:center}.template21-channel-icon{width:48px;height:48px;margin:0 auto 1rem;color:#0a1628}.template21-channel-item h3{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.4}.template21-services{background-color:#fff;padding:5rem 2rem}.template21-services-container{max-width:1200px;margin:0 auto}.template21-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.template21-services-grid-bottom{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:800px;margin:3rem auto 0}.template21-service-card h3{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.template21-service-card p{color:#666;font-size:.875rem;line-height:1.7;margin:0}.template21-quote{background-color:#1a3a4a;padding:5rem 2rem}.template21-quote-container{max-width:900px;margin:0 auto;text-align:center}.template21-quote-text{color:#fff;font-size:2.25rem;font-weight:400;line-height:1.3;margin:0 0 2rem}.template21-quote-text em{font-style:italic;display:block;color:#e07a3d}.template21-quote .template21-cta-btn{margin-top:1rem}.template21-contact{background-color:#fff;padding:5rem 2rem}.template21-contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.template21-contact-info h2{font-size:3rem;font-weight:400;color:#1a1a1a;margin:0 0 1.5rem}.template21-contact-info>p{color:#666;font-size:.95rem;margin:0 0 2rem;max-width:400px}.template21-contact-details{display:flex;flex-direction:column;gap:.75rem}.template21-contact-item{display:flex;align-items:center;gap:.75rem;color:#1a1a1a;font-size:.875rem}.template21-contact-item svg{width:16px;height:16px;color:#0a1628}.template21-contact-form-wrapper{background-color:#0d1f35;padding:2.5rem;border-radius:8px}.template21-contact-form{display:flex;flex-direction:column;gap:1.25rem}.template21-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.template21-form-group{display:flex;flex-direction:column;gap:.5rem}.template21-form-group label{color:#fff;font-size:.75rem;font-weight:500}.template21-form-group input,.template21-form-group select,.template21-form-group textarea{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:.75rem;color:#fff;font-size:.875rem}.template21-form-group input::-moz-placeholder,.template21-form-group textarea::-moz-placeholder{color:#ffffff80}.template21-form-group input::placeholder,.template21-form-group textarea::placeholder{color:#ffffff80}.template21-form-group textarea{min-height:100px;resize:vertical}.template21-submit-btn{background-color:#e07a3d;color:#fff;border:none;padding:1rem 2rem;font-size:.875rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s;width:-moz-fit-content;width:fit-content}.template21-submit-btn:hover{background-color:#c86a2d}.template21-footer{background-color:#0a1628;padding:4rem 2rem 2rem}.template21-footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:4rem}.template21-footer-brand .template21-logo{margin-bottom:1.5rem;display:block}.template21-footer-contact{display:flex;flex-direction:column;gap:.5rem}.template21-footer-contact-item{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.8rem}.template21-footer-contact-item svg{width:14px;height:14px}.template21-footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.template21-footer-column h4{color:#ffffff80;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.template21-footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.template21-footer-link{color:#fffc;text-decoration:none;font-size:.875rem;transition:color .2s}.template21-footer-link:hover{color:#fff}.template21-footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.template21-footer-bottom p{color:#ffffff80;font-size:.75rem;margin:0}@media (max-width: 992px){.template21-hero-container{grid-template-columns:1fr;gap:2rem}.template21-hero-content h1{font-size:2.25rem}.template21-channels-grid,.template21-services-grid{grid-template-columns:1fr;gap:2rem}.template21-services-grid-bottom{grid-template-columns:1fr}.template21-contact-container,.template21-footer-container{grid-template-columns:1fr;gap:2rem}.template21-footer-nav{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.template21-header{flex-wrap:wrap;gap:1rem}.template21-nav{width:100%;justify-content:space-between}.template21-nav-links{display:none}.template21-hero{padding:3rem 1.5rem}.template21-hero-content h1{font-size:1.875rem}.template21-quote-text{font-size:1.5rem}.template21-contact-info h2{font-size:2rem}.template21-form-row,.template21-footer-nav{grid-template-columns:1fr}}.template22{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a;line-height:1.6;margin:0;padding:0}.template22 *{box-sizing:border-box}.template22>*{margin-top:0}.template22-header{background-color:#fff;padding:1rem 2rem;position:sticky;top:0;z-index:200;box-shadow:0 2px 10px #0000000d}.template22-header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.template22-logo{font-size:1.5rem;font-weight:700;color:#1e3a5f;cursor:pointer}.template22-nav{display:flex;align-items:center;gap:2rem}.template22-nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.template22-nav-link{color:#4a5568;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.template22-nav-link:hover{color:#1e3a5f}.template22-nav-actions{display:flex;align-items:center;gap:1rem}.template22-phone{color:#1e3a5f;font-weight:600;font-size:.95rem}.template22-cta-btn{background-color:#1e3a5f;color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease}.template22-cta-btn:hover{background-color:#2d4a6f}.template22-hero{position:relative;min-height:500px;display:flex;align-items:center;background:linear-gradient(135deg,#1e3a5fe6,#1e3a5fb3),url(https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1600) center/cover no-repeat;margin-top:0!important}.template22-hero-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;width:100%}.template22-hero-badge{display:inline-block;background-color:#ffffff26;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.template22-hero-title{font-size:3rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:1.5rem;max-width:600px}.template22-hero-title em{font-style:italic;font-weight:400}.template22-hero-description{font-size:1.1rem;color:#ffffffe6;max-width:550px;margin-bottom:2rem;line-height:1.7}.template22-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.template22-hero-btn-primary{background-color:#c9a227;color:#fff;padding:1rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease}.template22-hero-btn-primary:hover{background-color:#b89220}.template22-hero-btn-secondary{background-color:transparent;color:#fff;padding:1rem 2rem;border:2px solid #ffffff;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease}.template22-hero-btn-secondary:hover{background-color:#ffffff1a}.template22-hero-stats{display:flex;gap:3rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.template22-hero-stat{text-align:left}.template22-hero-stat-value{font-size:1.5rem;font-weight:700;color:#c9a227}.template22-hero-stat-label{font-size:.85rem;color:#fffc}.template22-journey{background-color:#f8f9fa;padding:5rem 2rem}.template22-journey-container{max-width:1200px;margin:0 auto}.template22-section-badge{display:inline-block;background-color:#1e3a5f;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.template22-section-title{font-size:2.5rem;font-weight:700;color:#1e3a5f;margin-bottom:1rem}.template22-section-subtitle{font-size:1.1rem;color:#4a5568;max-width:600px;margin-bottom:3rem}.template22-journey-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.template22-journey-card{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;position:relative}.template22-journey-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#c9a227;border-radius:4px 0 0 4px}.template22-journey-step{font-size:.8rem;font-weight:600;color:#c9a227;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.template22-journey-card-title{font-size:1.25rem;font-weight:700;color:#1e3a5f;margin-bottom:.75rem}.template22-journey-card-text{font-size:.95rem;color:#4a5568;line-height:1.6;margin-bottom:1rem}.template22-journey-link{color:#1e3a5f;font-weight:600;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.template22-journey-link:hover{color:#c9a227}.template22-toolkit{background-color:#fff;padding:5rem 2rem}.template22-toolkit-container{max-width:1200px;margin:0 auto;text-align:center}.template22-toolkit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.template22-toolkit-card{text-align:left;padding:1.5rem}.template22-toolkit-icon{width:48px;height:48px;background-color:#f0f4f8;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#1e3a5f}.template22-toolkit-card-title{font-size:1.1rem;font-weight:700;color:#1e3a5f;margin-bottom:.75rem}.template22-toolkit-card-text{font-size:.9rem;color:#4a5568;line-height:1.6}.template22-work{background-color:#f8f9fa;padding:5rem 2rem}.template22-work-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.template22-work-image{border-radius:12px;overflow:hidden}.template22-work-image img{width:100%;height:auto;display:block}.template22-work-content h3{font-size:2rem;font-weight:700;color:#1e3a5f;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.template22-work-text{font-size:1rem;color:#4a5568;line-height:1.8;margin-bottom:1.5rem}.template22-work-list{list-style:none;padding:0;margin:0 0 2rem}.template22-work-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;color:#4a5568}.template22-work-list li:before{content:"✓";color:#c9a227;font-weight:700}.template22-quote{background-color:#1e3a5f;padding:4rem 2rem;text-align:center}.template22-quote-container{max-width:800px;margin:0 auto}.template22-quote-text{font-size:1.5rem;font-style:italic;color:#fff;line-height:1.6;margin-bottom:1rem}.template22-quote-author{font-size:1rem;color:#c9a227;font-weight:600}.template22-resources{background-color:#f0f4f8;padding:5rem 2rem}.template22-resources-container{max-width:1200px;margin:0 auto;text-align:center}.template22-resources-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.template22-resource-card{background-color:#fff;padding:2rem;border-radius:12px;text-align:left;box-shadow:0 4px 20px #0000000d}.template22-resource-title{font-size:1.1rem;font-weight:700;color:#1e3a5f;margin-bottom:.75rem}.template22-resource-text{font-size:.9rem;color:#4a5568;line-height:1.6}.template22-resources-btn{display:inline-block;margin-top:3rem;background-color:transparent;color:#1e3a5f;padding:1rem 2rem;border:2px solid #1e3a5f;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease}.template22-resources-btn:hover{background-color:#1e3a5f;color:#fff}.template22-cta-section{background:linear-gradient(135deg,#1e3a5f,#2d4a6f);padding:5rem 2rem;text-align:center}.template22-cta-container{max-width:800px;margin:0 auto}.template22-cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.template22-cta-text{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem}.template22-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.template22-contact{background-color:#fff;padding:5rem 2rem}.template22-contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.template22-contact-info h2{font-size:2.5rem;font-weight:700;color:#1e3a5f;margin-bottom:1.5rem;line-height:1.1}.template22-contact-info p{font-size:1rem;color:#4a5568;margin-bottom:2rem;line-height:1.7}.template22-contact-details{list-style:none;padding:0;margin:0}.template22-contact-details li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.95rem;color:#4a5568}.template22-contact-details li svg{color:#1e3a5f;width:20px;height:20px}.template22-contact-form{background-color:#f8f9fa;padding:2rem;border-radius:12px}.template22-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.template22-form-group{margin-bottom:1rem}.template22-form-label{display:block;font-size:.85rem;font-weight:600;color:#1e3a5f;margin-bottom:.5rem}.template22-form-input,.template22-form-select,.template22-form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.95rem;background-color:#fff;transition:border-color .3s ease}.template22-form-input:focus,.template22-form-select:focus,.template22-form-textarea:focus{outline:none;border-color:#1e3a5f}.template22-form-textarea{min-height:120px;resize:vertical}.template22-form-submit{width:100%;background-color:#c9a227;color:#fff;padding:1rem 2rem;border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.template22-form-submit:hover{background-color:#b89220}.template22-footer{background-color:#1e3a5f;padding:4rem 2rem 2rem;color:#fff}.template22-footer-container{max-width:1200px;margin:0 auto}.template22-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.template22-footer-logo{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.template22-footer-text{font-size:.9rem;color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem}.template22-footer-contact-list{list-style:none;padding:0;margin:0}.template22-footer-contact-list li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;color:#ffffffb3}.template22-footer-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.template22-footer-links{list-style:none;padding:0;margin:0}.template22-footer-links li{margin-bottom:.75rem}.template22-footer-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .3s ease}.template22-footer-links a:hover{color:#c9a227}.template22-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;font-size:.85rem;color:#ffffff80}@media (max-width: 1024px){.template22-toolkit-grid,.template22-resources-grid{grid-template-columns:repeat(2,1fr)}.template22-journey-grid,.template22-work-container,.template22-contact-container{grid-template-columns:1fr}.template22-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.template22-nav-links{display:none}.template22-hero-title{font-size:2rem}.template22-section-title{font-size:1.75rem}.template22-toolkit-grid,.template22-resources-grid{grid-template-columns:1fr}.template22-hero-stats{flex-direction:column;gap:1.5rem}.template22-form-row,.template22-footer-grid{grid-template-columns:1fr}.template22-cta-title{font-size:1.75rem}}.template23{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111;line-height:1.6;margin:0;padding:0;background-color:#f7f2ea}.template23 *{box-sizing:border-box}.template23>*{margin-top:0}.template23-header{background-color:#170c0a;padding:1rem 2rem;position:sticky;top:0;z-index:200}.template23-header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.template23-logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:500;color:#fff;cursor:pointer;letter-spacing:.02em}.template23-logo span{font-size:.75rem;display:block;font-family:Source Sans Pro,sans-serif;font-weight:300;letter-spacing:.15em;text-transform:uppercase;color:#c7a079;margin-top:2px}.template23-nav{display:flex;align-items:center;gap:2rem}.template23-nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.template23-nav-link{color:#fff;text-decoration:none;font-size:.85rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;transition:color .3s ease}.template23-nav-link:hover{color:#c7a079}.template23-header-cta{background-color:transparent;border:1px solid #c7a079;color:#c7a079;padding:.6rem 1.5rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:all .3s ease}.template23-header-cta:hover{background-color:#c7a079;color:#170c0a}.template23-hero{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(#170c0a99,#170c0a99),url(https://images.unsplash.com/photo-1449824913935-59a10b8d2000?w=1600) center/cover no-repeat;margin-top:0!important}.template23-hero-container{max-width:800px;margin:0 auto;padding:4rem 2rem}.template23-hero-subtitle{font-family:Playfair Display,serif;font-style:italic;font-size:1.1rem;color:#c7a079;margin-bottom:1rem;letter-spacing:.05em}.template23-hero-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:500;color:#fff;line-height:1.1;margin-bottom:1.5rem;letter-spacing:.02em}.template23-hero-text{font-size:1rem;color:#ffffffd9;max-width:520px;margin:0 auto 2rem;line-height:1.7}.template23-hero-buttons{display:flex;justify-content:center;gap:1rem}.template23-btn-primary{background-color:#c7a079;color:#170c0a;padding:.9rem 2rem;font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.template23-btn-primary:hover{background-color:#d4b08a}.template23-btn-secondary{background-color:transparent;border:1px solid #ffffff;color:#fff;padding:.9rem 2rem;font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:all .3s ease;cursor:pointer}.template23-btn-secondary:hover{background-color:#ffffff1a}.template23-about{background-color:#efe5d7;padding:5rem 2rem}.template23-about-container{max-width:1000px;margin:0 auto;text-align:center}.template23-section-label{font-family:Playfair Display,serif;font-style:italic;font-size:1rem;color:#7a4b34;margin-bottom:.5rem}.template23-section-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:500;color:#170c0a;line-height:1.2;margin-bottom:2rem;letter-spacing:.02em}.template23-section-divider{width:60px;height:1px;background-color:#c7a079;margin:0 auto 2rem}.template23-about-text{font-size:1rem;color:#4b2a20;line-height:1.8;max-width:700px;margin:0 auto}.template23-about-quote{font-family:Playfair Display,serif;font-style:italic;font-size:1.3rem;color:#7a4b34;margin-top:2rem}.template23-order-shoes{background-color:#4b2a20;padding:5rem 2rem}.template23-order-shoes-container{max-width:1200px;margin:0 auto}.template23-order-shoes .template23-section-label{color:#c7a079;text-align:center}.template23-order-shoes .template23-section-title{color:#fff;text-align:center}.template23-order-shoes .template23-section-divider{margin-bottom:3rem}.template23-shoes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.template23-shoe-card{position:relative;overflow:hidden;border-radius:8px}.template23-shoe-card img{width:100%;height:350px;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.template23-shoe-card:hover img{transform:scale(1.05)}.template23-shoe-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(transparent,#170c0ae6)}.template23-shoe-name{font-family:Playfair Display,serif;font-size:1.3rem;color:#fff;margin-bottom:.5rem}.template23-shoe-price{font-size:.9rem;color:#c7a079;font-weight:600}.template23-accessories{background-color:#efe5d7;padding:5rem 2rem}.template23-accessories-container{max-width:1200px;margin:0 auto;text-align:center}.template23-accessories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.template23-accessory-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.template23-accessory-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.template23-accessory-card img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover}.template23-accessory-info{padding:1.5rem}.template23-accessory-name{font-family:Playfair Display,serif;font-size:1.2rem;color:#170c0a;margin-bottom:.5rem}.template23-accessory-desc{font-size:.9rem;color:#7a4b34}.template23-gift{background:linear-gradient(#4b2a20f2,#4b2a20f2),url(https://images.unsplash.com/photo-1513885535751-8b9238bd345a?w=1600) center/cover no-repeat;padding:4rem 2rem;text-align:center}.template23-gift-container{max-width:800px;margin:0 auto}.template23-gift .template23-section-label{color:#c7a079}.template23-gift-title{font-family:Playfair Display,serif;font-size:2rem;color:#fff;margin-bottom:1rem}.template23-gift-text{color:#ffffffd9;margin-bottom:2rem;font-size:1rem}.template23-repair{background-color:#f7f2ea;padding:5rem 2rem}.template23-repair-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.template23-repair-content .template23-section-title{text-align:left}.template23-repair-content .template23-section-divider{margin:0 0 2rem}.template23-repair-text{font-size:1rem;color:#4b2a20;line-height:1.8;margin-bottom:2rem}.template23-repair-services{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.template23-repair-service{background-color:#fff;padding:1.5rem;border-radius:8px;text-align:center;box-shadow:0 2px 10px #0000000d}.template23-repair-service-icon{width:40px;height:40px;color:#7a4b34;margin-bottom:.75rem}.template23-repair-service-name{font-family:Playfair Display,serif;font-size:1rem;color:#170c0a;margin-bottom:.25rem}.template23-repair-service-price{font-size:.85rem;color:#c7a079;font-weight:600}.template23-repair-image{position:relative}.template23-repair-image img{width:100%;height:450px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.template23-gallery{background-color:#170c0a;padding:5rem 2rem}.template23-gallery-container{max-width:1200px;margin:0 auto}.template23-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,200px);gap:1rem}.template23-gallery-item{overflow:hidden;border-radius:8px}.template23-gallery-item:first-child{grid-column:span 2;grid-row:span 2}.template23-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.template23-gallery-item:hover img{transform:scale(1.05)}.template23-gallery-caption{text-align:center;margin-top:2rem}.template23-gallery-caption h3{font-family:Playfair Display,serif;font-size:1.5rem;color:#fff;margin-bottom:.5rem}.template23-gallery-caption p{color:#c7a079;font-style:italic}.template23-news{background-color:#efe5d7;padding:5rem 2rem}.template23-news-container{max-width:1200px;margin:0 auto}.template23-news .template23-section-title{text-align:center}.template23-news .template23-section-divider{margin-bottom:3rem}.template23-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.template23-news-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease}.template23-news-card:hover{transform:translateY(-5px)}.template23-news-card img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.template23-news-content{padding:1.5rem}.template23-news-date{font-size:.8rem;color:#7a4b34;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.template23-news-title{font-family:Playfair Display,serif;font-size:1.2rem;color:#170c0a;margin-bottom:.75rem;line-height:1.3}.template23-news-excerpt{font-size:.9rem;color:#4b2a20;line-height:1.6}.template23-blog{background-color:#f7f2ea;padding:5rem 2rem}.template23-blog-container{max-width:1200px;margin:0 auto}.template23-blog .template23-section-title{text-align:center;font-style:italic}.template23-blog .template23-section-divider{margin-bottom:3rem}.template23-blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.template23-blog-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 15px #0000000f;transition:transform .3s ease}.template23-blog-card:hover{transform:translateY(-3px)}.template23-blog-card img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover}.template23-blog-info{padding:1.25rem}.template23-blog-category{font-size:.75rem;color:#c7a079;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.template23-blog-title{font-family:Playfair Display,serif;font-size:1rem;color:#170c0a;line-height:1.4}.template23-cta{background-color:#4b2a20;padding:5rem 2rem}.template23-cta-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.template23-cta-content .template23-section-label{color:#c7a079;text-align:left}.template23-cta-title{font-family:Playfair Display,serif;font-size:2.5rem;color:#fff;line-height:1.2;margin-bottom:1.5rem}.template23-cta-text{color:#ffffffd9;font-size:1rem;line-height:1.7;margin-bottom:2rem}.template23-cta-image img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.template23-footer{background-color:#170c0a;padding:4rem 2rem 2rem}.template23-footer-container{max-width:1200px;margin:0 auto}.template23-footer-grid{display:flex;justify-content:space-between;gap:3rem;margin-bottom:3rem}.template23-footer-brand .template23-logo{margin-bottom:1rem}.template23-footer-text{font-size:.9rem;color:#ffffffb3;line-height:1.7;margin-bottom:1.5rem}.template23-footer-contact-list{list-style:none;padding:0;margin:0}.template23-footer-contact-list li{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#ffffffb3;margin-bottom:.75rem}.template23-footer-contact-list li svg{color:#c7a079;width:16px;height:16px}.template23-footer-title{font-family:Playfair Display,serif;font-size:1.1rem;color:#fff;margin-bottom:1.5rem}.template23-footer-links{list-style:none;padding:0;margin:0}.template23-footer-links li{margin-bottom:.75rem}.template23-footer-links a{font-size:.9rem;color:#ffffffb3;text-decoration:none;transition:color .3s ease}.template23-footer-links a:hover{color:#c7a079}.template23-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.template23-footer-bottom p{font-size:.85rem;color:#ffffff80}.template23-mobile-menu-btn{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem}@media (max-width: 1024px){.template23-hero-title{font-size:2.8rem}.template23-shoes-grid,.template23-accessories-grid,.template23-news-grid,.template23-blog-grid{grid-template-columns:repeat(2,1fr)}.template23-repair-container,.template23-cta-container{grid-template-columns:1fr;gap:2rem}.template23-gallery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,180px)}.template23-footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.template23-nav-links{display:none}.template23-mobile-menu-btn{display:block}.template23-hero-title{font-size:2.2rem}.template23-section-title{font-size:2rem}.template23-shoes-grid,.template23-accessories-grid,.template23-news-grid,.template23-blog-grid,.template23-repair-services{grid-template-columns:1fr}.template23-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,150px)}.template23-gallery-item:first-child{grid-column:span 2;grid-row:span 1}.template23-footer-grid{grid-template-columns:1fr;text-align:center}.template23-footer-contact-list li{justify-content:center}.template23-hero-buttons{flex-direction:column;align-items:center}}.template24{--t24-bg-primary: #0D111C;--t24-bg-secondary: #1C2433;--t24-bg-card: rgba(28, 36, 51, .7);--t24-accent-teal: #2FE4C3;--t24-accent-magenta: #FF4D8D;--t24-accent-purple: #7C5CFF;--t24-text-primary: #FFFFFF;--t24-text-secondary: rgba(255, 255, 255, .7);--t24-text-muted: rgba(255, 255, 255, .5);--t24-gradient: linear-gradient(135deg, #2FE4C3 0%, #7C5CFF 100%);--t24-glow-teal: 0 0 30px rgba(47, 228, 195, .3);--t24-glow-magenta: 0 0 30px rgba(255, 77, 141, .3);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--t24-bg-primary);color:var(--t24-text-primary);min-height:100vh}.template24-header{position:fixed;top:0;left:0;right:0;z-index:200;background:#0d111cf2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05);padding:0 2rem;height:70px;display:flex;align-items:center;justify-content:space-between}.template24-logo{font-size:1.5rem;font-weight:700;background:var(--t24-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer}.template24-nav{display:flex;align-items:center;gap:2rem}.template24-nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.template24-nav-link{color:var(--t24-text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:color .3s ease;cursor:pointer}.template24-nav-link:hover{color:var(--t24-accent-teal)}.template24-cta-btn{background:var(--t24-gradient);color:var(--t24-bg-primary);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9rem;text-decoration:none;transition:box-shadow .3s ease,transform .2s ease;cursor:pointer}.template24-cta-btn:hover{box-shadow:var(--t24-glow-teal);transform:translateY(-2px)}.template24-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 2rem 80px;background:linear-gradient(135deg,var(--t24-bg-primary) 0%,var(--t24-bg-secondary) 100%)}.template24-hero:before{content:"";position:absolute;top:-50%;right:-30%;width:80%;height:150%;background:radial-gradient(ellipse at center,rgba(47,228,195,.1) 0%,transparent 60%);pointer-events:none}.template24-hero:after{content:"";position:absolute;bottom:-30%;left:-20%;width:60%;height:100%;background:radial-gradient(ellipse at center,rgba(124,92,255,.08) 0%,transparent 60%);pointer-events:none}.template24-hero-content{max-width:900px;text-align:center;position:relative;z-index:1}.template24-hero-badge{display:inline-block;background:var(--t24-bg-card);border:1px solid rgba(47,228,195,.3);padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem;color:var(--t24-accent-teal);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.template24-hero h1{font-size:4rem;font-weight:800;line-height:1.1;margin:0 0 1.5rem;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.template24-hero h1 span{background:var(--t24-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.template24-hero-subtitle{font-size:1.25rem;color:var(--t24-text-secondary);max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.template24-hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.template24-btn-primary{background:var(--t24-gradient);color:var(--t24-bg-primary);padding:1rem 2.5rem;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.template24-btn-primary:hover{box-shadow:var(--t24-glow-teal);transform:translateY(-3px)}.template24-btn-secondary{background:transparent;color:var(--t24-text-primary);padding:1rem 2.5rem;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid rgba(255,255,255,.2);transition:all .3s ease;cursor:pointer}.template24-btn-secondary:hover{border-color:var(--t24-accent-teal);color:var(--t24-accent-teal)}.template24-metrics{background:var(--t24-bg-secondary);padding:5rem 2rem;position:relative}.template24-metrics:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(47,228,195,.3),transparent)}.template24-metrics-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.template24-metric-card{background:var(--t24-bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.template24-metric-card:hover{transform:translateY(-5px);box-shadow:var(--t24-glow-teal)}.template24-metric-value{font-size:3rem;font-weight:800;background:var(--t24-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.template24-metric-label{color:var(--t24-text-secondary);font-size:.95rem;text-transform:uppercase;letter-spacing:.05em}.template24-tracks{padding:6rem 2rem;background:var(--t24-bg-primary)}.template24-section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.template24-section-badge{display:inline-block;background:#2fe4c31a;color:var(--t24-accent-teal);padding:.4rem 1rem;border-radius:50px;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.template24-section-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.template24-section-desc{color:var(--t24-text-secondary);font-size:1.1rem;line-height:1.6}.template24-tracks-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.template24-track-card{background:var(--t24-bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden}.template24-track-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--t24-gradient);opacity:0;transition:opacity .3s ease}.template24-track-card:hover{transform:translateY(-8px);border-color:#2fe4c333}.template24-track-card:hover:before{opacity:1}.template24-track-icon{width:60px;height:60px;background:#2fe4c31a;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--t24-accent-teal)}.template24-track-title{font-size:1.4rem;font-weight:600;margin:0 0 .75rem}.template24-track-desc{color:var(--t24-text-secondary);font-size:.95rem;line-height:1.6;margin:0 0 1.5rem}.template24-track-features{list-style:none;padding:0;margin:0}.template24-track-features li{color:var(--t24-text-secondary);font-size:.9rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.template24-track-features li:before{content:"→";position:absolute;left:0;color:var(--t24-accent-teal)}.template24-timeline{padding:6rem 2rem;background:var(--t24-bg-secondary);position:relative;overflow:hidden}.template24-timeline-container{max-width:1000px;margin:0 auto}.template24-timeline-steps{display:flex;justify-content:space-between;position:relative;margin-top:3rem}.template24-timeline-steps:before{content:"";position:absolute;top:35px;left:10%;right:10%;height:3px;background:#ffffff1a}.template24-timeline-step{flex:1;text-align:center;position:relative;padding:0 1rem}.template24-step-number{width:70px;height:70px;background:var(--t24-bg-card);border:3px solid var(--t24-accent-teal);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--t24-accent-teal);margin:0 auto 1.5rem;position:relative;z-index:1;box-shadow:var(--t24-glow-teal)}.template24-step-title{font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.template24-step-desc{color:var(--t24-text-secondary);font-size:.9rem;line-height:1.5}.template24-tools{padding:6rem 2rem;background:var(--t24-bg-primary)}.template24-tools-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.template24-tool-card{background:var(--t24-bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.75rem;text-align:center;transition:all .3s ease}.template24-tool-card:hover{border-color:#7c5cff4d;box-shadow:var(--t24-glow-magenta)}.template24-tool-icon{width:50px;height:50px;background:#7c5cff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--t24-accent-purple)}.template24-tool-name{font-size:1rem;font-weight:600;margin:0 0 .5rem}.template24-tool-desc{color:var(--t24-text-muted);font-size:.85rem}.template24-culture{padding:6rem 2rem;background:linear-gradient(135deg,var(--t24-bg-secondary) 0%,var(--t24-bg-primary) 100%)}.template24-culture-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.template24-perk-card{background:var(--t24-bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:2rem;display:flex;align-items:flex-start;gap:1.25rem;transition:all .3s ease}.template24-perk-card:hover{transform:translate(10px);border-color:#ff4d8d4d}.template24-perk-icon{width:50px;height:50px;min-width:50px;background:#ff4d8d1a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--t24-accent-magenta)}.template24-perk-title{font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.template24-perk-desc{color:var(--t24-text-secondary);font-size:.9rem;line-height:1.5;margin:0}.template24-apply{padding:6rem 2rem;background:var(--t24-bg-primary);position:relative}.template24-apply:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(47,228,195,.05) 0%,transparent 70%);pointer-events:none}.template24-apply-container{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:1}.template24-apply-box{background:var(--t24-bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(47,228,195,.2);border-radius:30px;padding:4rem;box-shadow:var(--t24-glow-teal)}.template24-apply-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.template24-apply-desc{color:var(--t24-text-secondary);font-size:1.1rem;margin:0 0 2rem}.template24-apply-form{display:flex;flex-direction:column;gap:1rem;max-width:400px;margin:0 auto}.template24-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem 1.25rem;color:var(--t24-text-primary);font-size:1rem;transition:border-color .3s ease}.template24-input::-moz-placeholder{color:var(--t24-text-muted)}.template24-input::placeholder{color:var(--t24-text-muted)}.template24-input:focus{outline:none;border-color:var(--t24-accent-teal)}.template24-footer{background:var(--t24-bg-secondary);padding:4rem 2rem 2rem;border-top:1px solid rgba(255,255,255,.05)}.template24-footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.template24-footer-brand{font-size:1.5rem;font-weight:700;background:var(--t24-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1rem}.template24-footer-desc{color:var(--t24-text-secondary);font-size:.9rem;line-height:1.6}.template24-footer-title{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.5rem;color:var(--t24-text-primary)}.template24-footer-links{list-style:none;padding:0;margin:0}.template24-footer-links li{margin-bottom:.75rem}.template24-footer-links a{color:var(--t24-text-secondary);text-decoration:none;font-size:.9rem;transition:color .3s ease;cursor:pointer}.template24-footer-links a:hover{color:var(--t24-accent-teal)}.template24-footer-contact p{color:var(--t24-text-secondary);font-size:.9rem;margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.template24-footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);text-align:center;color:var(--t24-text-muted);font-size:.85rem}@media (max-width: 1024px){.template24-metrics-grid,.template24-tracks-grid,.template24-tools-grid{grid-template-columns:repeat(2,1fr)}.template24-footer-container{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.template24-header{padding:0 1rem}.template24-nav-links{display:none}.template24-hero h1{font-size:2.5rem}.template24-hero-subtitle{font-size:1rem}.template24-metrics-grid,.template24-tracks-grid,.template24-tools-grid,.template24-culture-grid{grid-template-columns:1fr}.template24-timeline-steps{flex-direction:column;gap:2rem}.template24-timeline-steps:before{display:none}.template24-section-title{font-size:2rem}.template24-apply-box{padding:2.5rem 1.5rem}.template24-footer-container{grid-template-columns:1fr}}.template25{--t25-primary: #2D5A5A;--t25-secondary: #8BA89A;--t25-accent: #E8B86D;--t25-dark: #1A3636;--t25-light: #F9F7F4;--t25-text: #2C3E50;--t25-text-light: #6B7C8C;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--t25-light);color:var(--t25-text);min-height:100vh}.t25-header{position:fixed;top:0;left:0;right:0;z-index:200;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0 3rem;height:80px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 20px #0000000d}.t25-logo{font-size:1.6rem;font-weight:700;color:var(--t25-primary);cursor:pointer}.t25-nav{display:flex;align-items:center;gap:3rem}.t25-nav-links{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0}.t25-nav-link{color:var(--t25-text);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;cursor:pointer}.t25-nav-link:hover{color:var(--t25-accent)}.t25-cta-btn{background:var(--t25-primary);color:#fff;padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s ease;cursor:pointer}.t25-cta-btn:hover{background:var(--t25-dark);transform:translateY(-2px)}.t25-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:80px}.t25-hero-content{display:flex;flex-direction:column;justify-content:center;padding:4rem 5rem;background:var(--t25-light)}.t25-hero-badge{display:inline-block;background:#2d5a5a1a;color:var(--t25-primary);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;width:-moz-fit-content;width:fit-content}.t25-hero h1{font-size:3.5rem;font-weight:800;line-height:1.15;margin:0 0 1.5rem;color:var(--t25-dark)}.t25-hero h1 span{color:var(--t25-accent)}.t25-hero-subtitle{font-size:1.2rem;color:var(--t25-text-light);line-height:1.7;margin:0 0 2.5rem}.t25-hero-buttons{display:flex;gap:1rem}.t25-btn-primary{background:var(--t25-primary);color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.t25-btn-primary:hover{background:var(--t25-dark);transform:translateY(-2px)}.t25-btn-secondary{background:transparent;color:var(--t25-primary);padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid var(--t25-primary);transition:all .3s ease;cursor:pointer}.t25-btn-secondary:hover{background:var(--t25-primary);color:#fff}.t25-hero-image{position:relative;overflow:hidden}.t25-hero-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t25-stats{padding:5rem 3rem;background:#fff}.t25-stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.t25-stat-card{text-align:center;padding:2rem}.t25-stat-value{font-size:3.5rem;font-weight:800;color:var(--t25-primary);margin-bottom:.5rem}.t25-stat-label{font-size:1rem;color:var(--t25-text-light)}.t25-about{padding:6rem 3rem;background:var(--t25-light)}.t25-about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.t25-about-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.t25-about-images img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:16px}.t25-about-images img:first-child{grid-column:span 2;height:280px}.t25-section-badge{display:inline-block;background:#e8b86d33;color:var(--t25-accent);padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.t25-section-title{font-size:2.5rem;font-weight:700;color:var(--t25-dark);margin:0 0 1rem}.t25-section-desc{font-size:1.1rem;color:var(--t25-text-light);line-height:1.7;margin:0 0 2rem}.t25-feature-list{list-style:none;padding:0;margin:0}.t25-feature-list li{display:flex;align-items:center;gap:1rem;padding:.75rem 0;font-size:1rem;color:var(--t25-text)}.t25-feature-list li svg{color:var(--t25-accent);flex-shrink:0}.t25-careers{padding:6rem 3rem;background:#fff}.t25-section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t25-careers-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.t25-career-card{background:var(--t25-light);border-radius:20px;overflow:hidden;transition:all .3s ease}.t25-career-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.t25-career-image{height:200px;overflow:hidden}.t25-career-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.t25-career-card:hover .t25-career-image img{transform:scale(1.05)}.t25-career-content{padding:1.5rem}.t25-career-title{font-size:1.25rem;font-weight:600;color:var(--t25-dark);margin:0 0 .5rem}.t25-career-desc{font-size:.95rem;color:var(--t25-text-light);line-height:1.6;margin:0 0 1rem}.t25-career-link{color:var(--t25-primary);font-weight:600;font-size:.9rem;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:gap .3s ease;cursor:pointer}.t25-career-link:hover{gap:.75rem}.t25-team{padding:6rem 3rem;background:var(--t25-primary);color:#fff}.t25-team .t25-section-badge{background:#fff3;color:#fff}.t25-team .t25-section-title{color:#fff}.t25-team .t25-section-desc{color:#fffc}.t25-team-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.t25-team-card{text-align:center}.t25-team-image{width:180px;height:180px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;border:4px solid rgba(255,255,255,.3)}.t25-team-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t25-team-name{font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.t25-team-role{font-size:.9rem;color:#ffffffb3}.t25-testimonials{padding:6rem 3rem;background:var(--t25-light)}.t25-testimonial-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.t25-testimonial-card{background:#fff;border-radius:20px;padding:2.5rem;display:flex;gap:1.5rem}.t25-testimonial-image{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0}.t25-testimonial-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t25-testimonial-quote{font-size:1.1rem;color:var(--t25-text);line-height:1.7;font-style:italic;margin:0 0 1rem}.t25-testimonial-author{font-weight:600;color:var(--t25-dark)}.t25-testimonial-role{font-size:.9rem;color:var(--t25-text-light)}.t25-gallery{padding:6rem 3rem;background:#fff}.t25-gallery-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.t25-gallery-item{aspect-ratio:1;overflow:hidden;border-radius:12px}.t25-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.t25-gallery-item:hover img{transform:scale(1.1)}.t25-gallery-item.large{grid-column:span 2;grid-row:span 2}.t25-cta{padding:6rem 3rem;background:linear-gradient(135deg,var(--t25-dark) 0%,var(--t25-primary) 100%);color:#fff}.t25-cta-container{max-width:900px;margin:0 auto;text-align:center}.t25-cta-title{font-size:3rem;font-weight:700;margin:0 0 1rem}.t25-cta-subtitle{font-size:1.2rem;color:#fffc;margin:0 0 2.5rem}.t25-cta .t25-btn-primary{background:var(--t25-accent);color:var(--t25-dark)}.t25-cta .t25-btn-primary:hover{background:#fff}.t25-footer{padding:4rem 3rem 2rem;background:var(--t25-dark);color:#fff}.t25-footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.t25-footer-brand{font-size:1.5rem;font-weight:700;margin:0 0 1rem}.t25-footer-desc{color:#ffffffb3;font-size:.95rem;line-height:1.6}.t25-footer-title{font-size:1rem;font-weight:600;margin:0 0 1.5rem}.t25-footer-links{list-style:none;padding:0;margin:0}.t25-footer-links li{margin-bottom:.75rem}.t25-footer-links a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .3s ease;cursor:pointer}.t25-footer-links a:hover{color:var(--t25-accent)}.t25-footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#ffffff80;font-size:.9rem}@media (max-width: 1024px){.t25-hero{grid-template-columns:1fr}.t25-hero-image{height:400px}.t25-stats-container,.t25-team-grid{grid-template-columns:repeat(2,1fr)}.t25-about-container,.t25-testimonial-grid{grid-template-columns:1fr}.t25-careers-grid,.t25-gallery-grid{grid-template-columns:repeat(2,1fr)}.t25-footer-container{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.t25-header{padding:0 1.5rem}.t25-nav-links{display:none}.t25-hero-content{padding:3rem 1.5rem}.t25-hero h1{font-size:2.5rem}.t25-stats-container,.t25-careers-grid,.t25-team-grid,.t25-gallery-grid{grid-template-columns:1fr}.t25-gallery-item.large{grid-column:span 1;grid-row:span 1}.t25-section-title,.t25-cta-title{font-size:2rem}.t25-footer-container{grid-template-columns:1fr}}.template26{--t26-primary: #FF6B35;--t26-secondary: #004E89;--t26-accent: #F7C548;--t26-purple: #7B2D8E;--t26-dark: #1A1A2E;--t26-light: #FFFFFF;--t26-gradient: linear-gradient(135deg, #FF6B35 0%, #F7C548 100%);--t26-gradient-cool: linear-gradient(135deg, #004E89 0%, #7B2D8E 100%);font-family:Poppins,Inter,sans-serif;background-color:var(--t26-light);color:var(--t26-dark);min-height:100vh}.t26-header{position:fixed;top:0;left:0;right:0;z-index:200;background:var(--t26-dark);padding:0 3rem;height:75px;display:flex;align-items:center;justify-content:space-between}.t26-logo{font-size:1.5rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em;cursor:pointer}.t26-logo span{color:var(--t26-primary)}.t26-nav{display:flex;align-items:center;gap:3rem}.t26-nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.t26-nav-link{color:#fffc;text-decoration:none;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:color .3s ease;cursor:pointer}.t26-nav-link:hover{color:var(--t26-primary)}.t26-cta-btn{background:var(--t26-gradient);color:#fff;padding:.85rem 2rem;border-radius:50px;font-weight:700;font-size:.9rem;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;cursor:pointer}.t26-cta-btn:hover{transform:scale(1.05);box-shadow:0 10px 30px #ff6b3566}.t26-hero{min-height:100vh;background:var(--t26-dark);position:relative;overflow:hidden;padding:120px 3rem 80px;display:flex;align-items:center}.t26-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(ellipse at center,rgba(255,107,53,.15) 0%,transparent 60%);pointer-events:none}.t26-hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:60%;height:100%;background:radial-gradient(ellipse at center,rgba(0,78,137,.15) 0%,transparent 60%);pointer-events:none}.t26-hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.t26-hero-content{color:#fff}.t26-hero-badge{display:inline-block;background:var(--t26-gradient);color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:2rem}.t26-hero h1{font-size:4rem;font-weight:900;line-height:1.1;margin:0 0 1.5rem;text-transform:uppercase}.t26-hero h1 span{background:var(--t26-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t26-hero-subtitle{font-size:1.2rem;color:#ffffffb3;line-height:1.7;margin:0 0 2.5rem}.t26-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.t26-btn-primary{background:var(--t26-gradient);color:#fff;padding:1rem 2.5rem;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;cursor:pointer;border:none}.t26-btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #ff6b3566}.t26-btn-secondary{background:transparent;color:#fff;padding:1rem 2.5rem;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;border:2px solid rgba(255,255,255,.3);transition:all .3s ease;cursor:pointer}.t26-btn-secondary:hover{border-color:var(--t26-primary);color:var(--t26-primary)}.t26-hero-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;position:relative}.t26-hero-img{border-radius:20px;overflow:hidden;position:relative}.t26-hero-img img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.t26-hero-img:first-child{grid-column:span 2}.t26-hero-img:first-child img{height:300px}.t26-hero-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ff6b3533,#7b2d8e33);pointer-events:none}.t26-impact{padding:6rem 3rem;background:#fff;position:relative;overflow:hidden}.t26-impact:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--t26-gradient)}.t26-impact-container{max-width:1200px;margin:0 auto}.t26-section-header{text-align:center;margin-bottom:4rem}.t26-section-badge{display:inline-block;background:#ff6b351a;color:var(--t26-primary);padding:.5rem 1.25rem;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.t26-section-title{font-size:3rem;font-weight:800;color:var(--t26-dark);margin:0 0 1rem;text-transform:uppercase}.t26-section-desc{font-size:1.1rem;color:#6b7c93;max-width:600px;margin:0 auto;line-height:1.7}.t26-impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.t26-impact-card{background:var(--t26-dark);color:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;position:relative;overflow:hidden;transition:transform .3s ease}.t26-impact-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--t26-gradient)}.t26-impact-card:hover{transform:translateY(-10px)}.t26-impact-value{font-size:3.5rem;font-weight:900;background:var(--t26-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.t26-impact-label{font-size:.95rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.t26-paths{padding:6rem 3rem;background:linear-gradient(180deg,#f8f9fa,#fff)}.t26-paths-container{max-width:1200px;margin:0 auto}.t26-paths-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.t26-path-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 40px #00000014;transition:all .3s ease;position:relative}.t26-path-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--t26-gradient);opacity:0;transition:opacity .3s ease;z-index:0}.t26-path-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 25px 50px #ff6b3533}.t26-path-image{height:220px;overflow:hidden;position:relative}.t26-path-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.t26-path-card:hover .t26-path-image img{transform:scale(1.1)}.t26-path-content{padding:2rem;position:relative;z-index:1}.t26-path-number{display:inline-block;width:40px;height:40px;background:var(--t26-gradient);color:#fff;font-weight:800;font-size:1.2rem;line-height:40px;text-align:center;border-radius:50%;margin-bottom:1rem}.t26-path-title{font-size:1.4rem;font-weight:700;color:var(--t26-dark);margin:0 0 .75rem}.t26-path-desc{font-size:.95rem;color:#6b7c93;line-height:1.6;margin:0}.t26-culture{padding:6rem 3rem;background:var(--t26-gradient-cool);color:#fff;position:relative;overflow:hidden}.t26-culture:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:150%;background:radial-gradient(ellipse at center,rgba(255,255,255,.1) 0%,transparent 60%)}.t26-culture-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.t26-culture .t26-section-badge{background:#fff3;color:#fff}.t26-culture .t26-section-title{color:#fff}.t26-culture .t26-section-desc{color:#fffc}.t26-culture-features{display:grid;gap:1.5rem;margin-top:2rem}.t26-culture-feature{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.t26-culture-feature-icon{width:50px;height:50px;background:var(--t26-gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.t26-culture-feature-text h4{font-size:1.1rem;font-weight:700;margin:0 0 .25rem}.t26-culture-feature-text p{font-size:.9rem;color:#ffffffb3;margin:0}.t26-culture-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.t26-culture-images img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:16px}.t26-culture-images img:first-child{grid-column:span 2;height:250px}.t26-success{padding:6rem 3rem;background:#fff}.t26-success-container{max-width:1200px;margin:0 auto}.t26-success-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.t26-success-card{background:#f8f9fa;border-radius:24px;padding:2.5rem;display:flex;gap:1.5rem;transition:all .3s ease;border:2px solid transparent}.t26-success-card:hover{border-color:var(--t26-primary);background:#fff;box-shadow:0 15px 40px #ff6b3526}.t26-success-image{width:100px;height:100px;border-radius:50%;overflow:hidden;flex-shrink:0;border:4px solid var(--t26-primary)}.t26-success-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t26-success-quote{font-size:1.1rem;color:var(--t26-dark);line-height:1.7;font-style:italic;margin:0 0 1rem}.t26-success-author{font-weight:700;color:var(--t26-primary)}.t26-success-role{font-size:.9rem;color:#6b7c93}.t26-cta{padding:6rem 3rem;background:var(--t26-dark);position:relative;overflow:hidden}.t26-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.t26-cta-container{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}.t26-cta-title{font-size:3.5rem;font-weight:900;color:#fff;margin:0 0 1rem;text-transform:uppercase}.t26-cta-title span{background:var(--t26-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t26-cta-subtitle{font-size:1.2rem;color:#ffffffb3;margin:0 0 2.5rem}.t26-footer{padding:4rem 3rem 2rem;background:#0d0d1a;color:#fff}.t26-footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.t26-footer-brand{font-size:1.5rem;font-weight:800;text-transform:uppercase;margin:0 0 1rem}.t26-footer-brand span{color:var(--t26-primary)}.t26-footer-desc{color:#fff9;font-size:.95rem;line-height:1.6}.t26-footer-title{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.5rem}.t26-footer-links{list-style:none;padding:0;margin:0}.t26-footer-links li{margin-bottom:.75rem}.t26-footer-links a{color:#fff9;text-decoration:none;font-size:.95rem;transition:color .3s ease;cursor:pointer}.t26-footer-links a:hover{color:var(--t26-primary)}.t26-footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fff6;font-size:.9rem}@media (max-width: 1024px){.t26-hero-container,.t26-culture-container{grid-template-columns:1fr}.t26-impact-grid,.t26-paths-grid{grid-template-columns:repeat(2,1fr)}.t26-footer-container{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.t26-header{padding:0 1.5rem}.t26-nav-links{display:none}.t26-hero h1{font-size:2.5rem}.t26-section-title{font-size:2rem}.t26-impact-grid,.t26-paths-grid,.t26-success-grid,.t26-culture-images{grid-template-columns:1fr}.t26-culture-images img:first-child{grid-column:span 1}.t26-cta-title{font-size:2.5rem}.t26-footer-container{grid-template-columns:1fr}}.template27{--t27-primary: #1C3D5A;--t27-secondary: #B8860B;--t27-accent: #C9A227;--t27-dark: #0F1419;--t27-cream: #FAF8F5;--t27-warm: #F5EFE6;--t27-text: #2C3E50;--t27-text-light: #6B7C8C;font-family:Playfair Display,Georgia,serif;background-color:var(--t27-cream);color:var(--t27-text);min-height:100vh}.template27 p,.template27 span,.template27 a,.template27 li{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.t27-header{position:fixed;top:0;left:0;right:0;z-index:200;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0 4rem;height:85px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.05)}.t27-logo{font-size:1.8rem;font-weight:600;color:var(--t27-primary);font-family:Playfair Display,serif;cursor:pointer}.t27-logo span{color:var(--t27-secondary);font-style:italic}.t27-nav{display:flex;align-items:center;gap:3rem}.t27-nav-links{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0}.t27-nav-link{color:var(--t27-text);text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.02em;transition:color .3s ease;cursor:pointer}.t27-nav-link:hover{color:var(--t27-secondary)}.t27-cta-btn{background:var(--t27-primary);color:#fff;padding:.9rem 2rem;font-weight:600;font-size:.9rem;text-decoration:none;letter-spacing:.03em;transition:all .3s ease;cursor:pointer}.t27-cta-btn:hover{background:var(--t27-dark)}.t27-hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden}.t27-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.t27-hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t27-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1c3d5ad9,#0f1419e6)}.t27-hero-content{position:relative;z-index:1;max-width:800px;padding:120px 4rem;color:#fff}.t27-hero-badge{display:inline-block;border:1px solid var(--t27-secondary);color:var(--t27-secondary);padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;margin-bottom:2rem}.t27-hero h1{font-size:4.5rem;font-weight:600;line-height:1.15;margin:0 0 1.5rem;font-family:Playfair Display,serif}.t27-hero h1 span{color:var(--t27-secondary);font-style:italic}.t27-hero-subtitle{font-size:1.25rem;color:#fffc;line-height:1.8;margin:0 0 2.5rem;max-width:600px}.t27-hero-buttons{display:flex;gap:1.5rem}.t27-btn-primary{background:var(--t27-secondary);color:#fff;padding:1rem 2.5rem;font-weight:600;font-size:.95rem;text-decoration:none;letter-spacing:.03em;transition:all .3s ease;cursor:pointer;border:none}.t27-btn-primary:hover{background:var(--t27-accent);transform:translateY(-2px)}.t27-btn-secondary{background:transparent;color:#fff;padding:1rem 2.5rem;font-weight:600;font-size:.95rem;text-decoration:none;letter-spacing:.03em;border:1px solid rgba(255,255,255,.4);transition:all .3s ease;cursor:pointer}.t27-btn-secondary:hover{border-color:var(--t27-secondary);color:var(--t27-secondary)}.t27-distinction{padding:6rem 4rem;background:#fff}.t27-distinction-container{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:5rem;align-items:center}.t27-section-subtitle{font-size:.85rem;font-weight:600;color:var(--t27-secondary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem}.t27-section-title{font-size:3rem;font-weight:600;color:var(--t27-primary);margin:0 0 1.5rem;font-family:Playfair Display,serif;line-height:1.2}.t27-section-desc{font-size:1.1rem;color:var(--t27-text-light);line-height:1.8;margin:0}.t27-distinction-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.t27-distinction-images img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover}.t27-distinction-images img:first-child{grid-column:span 2;height:300px}.t27-opportunities{padding:6rem 4rem;background:var(--t27-warm)}.t27-opportunities-container{max-width:1300px;margin:0 auto}.t27-section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t27-opportunities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.t27-opportunity-card{background:#fff;padding:0;overflow:hidden;transition:all .4s ease;box-shadow:0 4px 20px #0000000d}.t27-opportunity-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #0000001f}.t27-opportunity-image{height:280px;overflow:hidden}.t27-opportunity-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.t27-opportunity-card:hover .t27-opportunity-image img{transform:scale(1.05)}.t27-opportunity-content{padding:2rem}.t27-opportunity-level{font-size:.8rem;font-weight:600;color:var(--t27-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.t27-opportunity-title{font-size:1.5rem;font-weight:600;color:var(--t27-primary);margin:0 0 1rem;font-family:Playfair Display,serif}.t27-opportunity-desc{font-size:.95rem;color:var(--t27-text-light);line-height:1.7;margin:0}.t27-excellence{padding:6rem 4rem;background:var(--t27-primary);color:#fff}.t27-excellence-container{max-width:1300px;margin:0 auto}.t27-excellence .t27-section-subtitle{color:var(--t27-secondary)}.t27-excellence .t27-section-title{color:#fff}.t27-excellence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem}.t27-excellence-stat{text-align:center;padding:2.5rem 2rem;border:1px solid rgba(255,255,255,.1)}.t27-excellence-value{font-size:3.5rem;font-weight:600;color:var(--t27-secondary);margin-bottom:.75rem;font-family:Playfair Display,serif}.t27-excellence-label{font-size:.95rem;color:#ffffffb3}.t27-testimonials{padding:6rem 4rem;background:#fff}.t27-testimonials-container{max-width:1300px;margin:0 auto}.t27-testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.t27-testimonial-card{display:flex;gap:2rem;padding:2.5rem;background:var(--t27-cream)}.t27-testimonial-image{width:120px;height:120px;overflow:hidden;flex-shrink:0}.t27-testimonial-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t27-testimonial-quote{font-size:1.15rem;color:var(--t27-text);line-height:1.8;font-style:italic;margin:0 0 1.5rem;font-family:Playfair Display,serif}.t27-testimonial-author{font-weight:700;color:var(--t27-primary);font-size:1rem}.t27-testimonial-role{font-size:.9rem;color:var(--t27-text-light);margin-top:.25rem}.t27-gallery{padding:6rem 4rem;background:var(--t27-warm)}.t27-gallery-container{max-width:1400px;margin:0 auto}.t27-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.t27-gallery-item{overflow:hidden;aspect-ratio:1}.t27-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .4s ease;filter:grayscale(30%)}.t27-gallery-item:hover img{transform:scale(1.08);filter:grayscale(0%)}.t27-gallery-item.wide{grid-column:span 2;aspect-ratio:2/1}.t27-apply{padding:8rem 4rem;background:linear-gradient(135deg,var(--t27-dark) 0%,var(--t27-primary) 100%);color:#fff;position:relative}.t27-apply:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--t27-secondary),transparent)}.t27-apply-container{max-width:800px;margin:0 auto;text-align:center}.t27-apply-title{font-size:3.5rem;font-weight:600;margin:0 0 1.5rem;font-family:Playfair Display,serif}.t27-apply-title span{color:var(--t27-secondary);font-style:italic}.t27-apply-subtitle{font-size:1.2rem;color:#fffc;line-height:1.8;margin:0 0 3rem}.t27-footer{padding:5rem 4rem 2rem;background:var(--t27-dark);color:#fff}.t27-footer-container{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem}.t27-footer-brand{font-size:1.8rem;font-weight:600;margin:0 0 1.5rem;font-family:Playfair Display,serif}.t27-footer-brand span{color:var(--t27-secondary);font-style:italic}.t27-footer-desc{color:#fff9;font-size:.95rem;line-height:1.7}.t27-footer-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.5rem;color:var(--t27-secondary)}.t27-footer-links{list-style:none;padding:0;margin:0}.t27-footer-links li{margin-bottom:.85rem}.t27-footer-links a{color:#fff9;text-decoration:none;font-size:.95rem;transition:color .3s ease;cursor:pointer}.t27-footer-links a:hover{color:var(--t27-secondary)}.t27-footer-bottom{max-width:1300px;margin:4rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fff6;font-size:.9rem}@media (max-width: 1200px){.t27-distinction-container{grid-template-columns:1fr;gap:3rem}.t27-excellence-grid{grid-template-columns:repeat(2,1fr)}.t27-footer-container{grid-template-columns:1fr 1fr}}@media (max-width: 1024px){.t27-opportunities-grid,.t27-testimonials-grid,.t27-gallery-grid{grid-template-columns:repeat(2,1fr)}.t27-gallery-item.wide{grid-column:span 1;aspect-ratio:1}}@media (max-width: 768px){.t27-header{padding:0 2rem}.t27-nav-links{display:none}.t27-hero-content{padding:120px 2rem}.t27-hero h1{font-size:3rem}.t27-section-title{font-size:2.25rem}.t27-opportunities-grid,.t27-testimonials-grid,.t27-excellence-grid,.t27-gallery-grid,.t27-distinction-images{grid-template-columns:1fr}.t27-distinction-images img:first-child{grid-column:span 1}.t27-apply-title{font-size:2.5rem}.t27-footer-container{grid-template-columns:1fr}}.template28{--t28-bg: #0a0a0f;--t28-bg-secondary: #12121a;--t28-text: #ffffff;--t28-text-muted: #8b8b9e;--t28-cyan: #00f5d4;--t28-magenta: #f72585;--t28-purple: #7b2cbf;--t28-gradient: linear-gradient(135deg, var(--t28-cyan), var(--t28-magenta));--t28-glass: rgba(255, 255, 255, .05);--t28-glass-border: rgba(255, 255, 255, .1);font-family:Inter,sans-serif;background:var(--t28-bg);color:var(--t28-text);min-height:100vh;overflow-x:hidden}.t28-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;background:#0a0a0fcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--t28-glass-border)}.t28-logo{font-size:1.5rem;font-weight:800;letter-spacing:.1em;display:flex;align-items:center;gap:.5rem}.t28-logo-icon{background:var(--t28-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t28-nav{display:flex;align-items:center;gap:2.5rem}.t28-nav a{color:var(--t28-text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s}.t28-nav a:hover{color:var(--t28-cyan)}.t28-nav-cta{background:var(--t28-gradient);color:var(--t28-bg)!important;padding:.75rem 1.5rem;border-radius:50px;font-weight:600}.t28-nav-cta:hover{opacity:.9;color:var(--t28-bg)!important}.t28-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:8rem 4rem 4rem;position:relative;overflow:hidden}.t28-hero-glow{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(150px);opacity:.3}.t28-hero-glow-1{background:var(--t28-cyan);top:-200px;right:-100px}.t28-hero-glow-2{background:var(--t28-magenta);bottom:-200px;left:-100px}.t28-hero-content{position:relative;z-index:2}.t28-hero-content h1{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.t28-gradient-text{background:var(--t28-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t28-hero-sub{font-size:1.2rem;color:var(--t28-text-muted);max-width:500px;line-height:1.7;margin-bottom:2.5rem}.t28-hero-stats{display:flex;gap:1.5rem}.t28-hero-stat-card{background:var(--t28-glass);border:1px solid var(--t28-glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem 2rem;border-radius:16px;display:flex;flex-direction:column}.t28-stat-value{font-size:2rem;font-weight:800;background:var(--t28-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t28-stat-label{font-size:.85rem;color:var(--t28-text-muted);margin-top:.25rem}.t28-hero-visual{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;height:400px}.t28-hero-photo-wrapper{position:absolute;width:280px;height:350px;border-radius:24px;overflow:hidden;border:2px solid var(--t28-glass-border);z-index:1}.t28-hero-agent-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(20%)}.t28-glass-card{position:absolute;background:var(--t28-glass);border:1px solid var(--t28-glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem 2rem;border-radius:20px;display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:transform .3s,box-shadow .3s;z-index:5}.t28-glass-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00f5d41a}.t28-glass-card-1{top:20%;left:10%;animation:float1 6s ease-in-out infinite}.t28-glass-card-2{top:40%;right:15%;animation:float2 5s ease-in-out infinite}.t28-glass-card-3{bottom:10%;left:30%;animation:float3 7s ease-in-out infinite}@keyframes float1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes float2{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes float3{0%,to{transform:translateY(0)}50%{transform:translateY(-25px)}}.t28-card-icon{width:50px;height:50px;background:var(--t28-gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--t28-bg)}.t28-glass-card span{font-weight:600;font-size:.9rem}.t28-stats{background:var(--t28-bg-secondary);padding:4rem;border-top:1px solid var(--t28-glass-border);border-bottom:1px solid var(--t28-glass-border)}.t28-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t28-stat-box{text-align:center;padding:2rem;background:var(--t28-glass);border:1px solid var(--t28-glass-border);border-radius:16px}.t28-stat-number{font-size:3rem;font-weight:800;background:var(--t28-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t28-stat-text{color:var(--t28-text-muted);margin-top:.5rem;font-size:.95rem}.t28-about{padding:6rem 4rem;max-width:1200px;margin:0 auto}.t28-about-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.t28-about-image{position:relative}.t28-team-photo{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:24px;border:2px solid var(--t28-glass-border)}.t28-section-tag{display:inline-block;background:var(--t28-glass);border:1px solid var(--t28-glass-border);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:500;color:var(--t28-cyan);margin-bottom:1.5rem}.t28-about h2{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.t28-about>.t28-about-content>p{font-size:1.1rem;color:var(--t28-text-muted);line-height:1.8;max-width:800px;margin-bottom:3rem}.t28-about-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.t28-feature{background:var(--t28-glass);border:1px solid var(--t28-glass-border);padding:2rem;border-radius:20px;transition:transform .3s,border-color .3s}.t28-feature:hover{transform:translateY(-5px);border-color:var(--t28-cyan)}.t28-feature-icon{width:50px;height:50px;background:var(--t28-gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--t28-bg);margin-bottom:1rem}.t28-feature h3{font-size:1.2rem;font-weight:700;margin-bottom:.75rem}.t28-feature p{color:var(--t28-text-muted);font-size:.95rem;line-height:1.6}.t28-benefits{background:var(--t28-bg-secondary);padding:6rem 4rem}.t28-benefits-header{text-align:center;max-width:600px;margin:0 auto 4rem}.t28-benefits-header h2{font-size:2.5rem;font-weight:800}.t28-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.t28-benefit-card{background:var(--t28-glass);border:1px solid var(--t28-glass-border);padding:2rem;border-radius:20px;text-align:center;transition:transform .3s,border-color .3s}.t28-benefit-card:hover{transform:translateY(-5px);border-color:var(--t28-magenta)}.t28-benefit-icon{width:60px;height:60px;background:var(--t28-gradient);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--t28-bg);margin:0 auto 1.5rem}.t28-benefit-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.t28-benefit-card p{color:var(--t28-text-muted);font-size:.9rem;line-height:1.6}.t28-testimonials{padding:6rem 4rem;text-align:center}.t28-testimonials h2{font-size:2.5rem;font-weight:800;margin-bottom:3rem}.t28-testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t28-testimonial-card{background:var(--t28-glass);border:1px solid var(--t28-glass-border);padding:2rem;border-radius:20px;text-align:left}.t28-testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.t28-testimonial-avatar{width:50px;height:50px;background:var(--t28-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--t28-bg)}.t28-testimonial-avatar-img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--t28-cyan)}.t28-testimonial-header h4{font-weight:600;margin-bottom:.25rem}.t28-testimonial-header span{font-size:.85rem;color:var(--t28-cyan)}.t28-testimonial-card>p{color:var(--t28-text-muted);line-height:1.7;font-style:italic}.t28-cta{padding:6rem 4rem;text-align:center;position:relative;overflow:hidden}.t28-cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:400px;background:var(--t28-gradient);filter:blur(150px);opacity:.2}.t28-cta h2{font-size:3rem;font-weight:800;margin-bottom:1rem;position:relative;z-index:2}.t28-cta p{font-size:1.2rem;color:var(--t28-text-muted);max-width:600px;margin:0 auto 2.5rem;position:relative;z-index:2}.t28-cta-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;position:relative;z-index:2}.t28-cta-primary{background:var(--t28-gradient);color:var(--t28-bg);padding:1rem 2.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s}.t28-cta-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00f5d44d}.t28-cta-secondary{background:var(--t28-glass);border:1px solid var(--t28-glass-border);color:var(--t28-text);padding:1rem 2.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:border-color .3s}.t28-cta-secondary:hover{border-color:var(--t28-cyan)}.t28-contact-info{display:flex;justify-content:center;gap:3rem;position:relative;z-index:2}.t28-contact-item{display:flex;align-items:center;gap:.5rem;color:var(--t28-text-muted)}.t28-contact-item svg{color:var(--t28-cyan)}.t28-footer{padding:4rem 4rem 2rem;background:#0000004d;border-top:1px solid var(--t28-glass-border);color:var(--t28-text)}.t28-footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.t28-footer-brand{display:flex;flex-direction:column;gap:1rem}.t28-footer-logo{font-size:1.5rem;font-weight:800;text-transform:uppercase;display:flex;align-items:center;gap:.5rem}.t28-logo-icon{color:var(--t28-cyan)}.t28-footer-desc{color:var(--t28-text-muted);font-size:.95rem;line-height:1.6}.t28-footer-links h4,.t28-footer-contact h4{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.5rem;color:var(--t28-text)}.t28-footer-links ul{list-style:none;padding:0;margin:0}.t28-footer-links li{margin-bottom:.75rem}.t28-footer-links a{color:var(--t28-text-muted);text-decoration:none;font-size:.95rem;transition:color .3s ease;cursor:pointer}.t28-footer-links a:hover{color:var(--t28-cyan)}.t28-footer-contact-item{display:flex;align-items:center;gap:.5rem;color:var(--t28-text-muted);font-size:.95rem;margin-bottom:.75rem}.t28-footer-contact-item svg{color:var(--t28-cyan)}.t28-footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid var(--t28-glass-border);text-align:center;color:var(--t28-text-muted);font-size:.9rem}@media (max-width: 1024px){.t28-hero{grid-template-columns:1fr;text-align:center;padding-top:10rem}.t28-hero-content h1{font-size:3rem}.t28-hero-sub{margin:0 auto 2rem}.t28-hero-stats{justify-content:center}.t28-hero-visual{display:none}.t28-stats-grid{grid-template-columns:repeat(2,1fr)}.t28-about-features{grid-template-columns:1fr}.t28-benefits-grid{grid-template-columns:repeat(2,1fr)}.t28-testimonials-grid{grid-template-columns:1fr}}@media (max-width: 768px){.t28-header{padding:1rem 1.5rem}.t28-nav{display:none}.t28-hero{padding:8rem 1.5rem 4rem}.t28-hero-content h1{font-size:2.25rem}.t28-hero-stats{flex-direction:column;align-items:center}.t28-stats,.t28-about,.t28-benefits,.t28-testimonials,.t28-cta{padding:4rem 1.5rem}.t28-stats-grid,.t28-benefits-grid{grid-template-columns:1fr}.t28-cta h2{font-size:2rem}.t28-cta-buttons{flex-direction:column;align-items:center}.t28-contact-info{flex-direction:column;gap:1rem}.t28-footer{padding:3rem 1.5rem 2rem}.t28-footer-container{grid-template-columns:1fr;gap:2rem;text-align:center}.t28-footer-logo{justify-content:center}}.template29{--t29-bg: #f5f0eb;--t29-text: #1a1a1a;--t29-accent: #c94c2a;--t29-accent-light: #e8d5c4;--t29-muted: #666666;font-family:Inter,sans-serif;background:var(--t29-bg);color:var(--t29-text);min-height:100vh}.t29-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;background:transparent}.t29-logo{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;letter-spacing:.05em}.t29-nav{display:flex;gap:2rem}.t29-nav a{color:var(--t29-text);text-decoration:none;font-size:.9rem;font-weight:500}.t29-nav a:hover{color:var(--t29-accent)}.t29-hero{min-height:100vh;display:grid;grid-template-columns:1.2fr 1fr;position:relative}.t29-hero-left{padding:10rem 4rem 4rem;display:flex;flex-direction:column;justify-content:center}.t29-email{font-size:.9rem;color:var(--t29-accent);margin-bottom:3rem}.t29-giant-text{font-family:Playfair Display,serif;font-size:8rem;font-weight:900;line-height:.9;color:var(--t29-accent);margin:0;letter-spacing:-.02em}.t29-giant-outline{-webkit-text-stroke:2px var(--t29-accent);-webkit-text-fill-color:transparent;margin-top:-.5rem}.t29-hero-intro{margin-top:3rem;font-size:1rem;color:var(--t29-muted);max-width:400px;line-height:1.7}.t29-hero-right{position:relative;overflow:hidden}.t29-hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.t29-intro{padding:8rem 4rem;background:#fff}.t29-intro-content{max-width:900px;margin:0 auto;text-align:center}.t29-intro h2{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;margin-bottom:2rem;line-height:1.2}.t29-intro p{font-size:1.25rem;color:var(--t29-muted);line-height:1.8}.t29-numbers{padding:6rem 4rem;display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;max-width:1200px;margin:0 auto;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.t29-number-item{text-align:center}.t29-number{font-family:Playfair Display,serif;font-size:5rem;font-weight:800;color:var(--t29-accent);display:block;line-height:1}.t29-number-label{font-size:1rem;color:var(--t29-muted);margin-top:1rem;display:block;text-transform:uppercase;letter-spacing:.1em}.t29-section-title{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;text-align:center;margin-bottom:4rem}.t29-opportunity{padding:8rem 4rem;background:#fff}.t29-opportunity-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1100px;margin:0 auto}.t29-opp-card{padding:2.5rem;border:1px solid rgba(0,0,0,.1);position:relative}.t29-opp-number{font-family:Playfair Display,serif;font-size:4rem;font-weight:800;color:var(--t29-accent-light);position:absolute;top:1rem;right:1.5rem;line-height:1}.t29-opp-card h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.t29-opp-card p{color:var(--t29-muted);line-height:1.7}.t29-process{padding:8rem 4rem}.t29-process-steps{max-width:800px;margin:0 auto}.t29-step{display:flex;gap:2rem;margin-bottom:3rem;align-items:flex-start}.t29-step-marker{width:60px;height:60px;border:2px solid var(--t29-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.t29-step-marker span{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--t29-accent)}.t29-step-content h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.t29-step-content p{color:var(--t29-muted);line-height:1.6}.t29-cta{padding:8rem 4rem;background:var(--t29-accent);color:#fff;text-align:center}.t29-cta h2{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;margin-bottom:1.5rem}.t29-cta p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto 3rem;line-height:1.7}.t29-cta-button{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:var(--t29-accent);padding:1.25rem 3rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s}.t29-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003}.t29-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:4rem}.t29-contact-item{display:flex;align-items:center;gap:.5rem;opacity:.9}.t29-footer{padding:4rem 4rem 2rem;background:var(--t29-text);color:#fff}.t29-footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.t29-footer-brand{display:flex;flex-direction:column;gap:1rem}.t29-footer-logo{font-size:1.5rem;font-weight:800;text-transform:uppercase}.t29-footer-desc{color:#fff9;font-size:.95rem;line-height:1.6}.t29-footer-links h4,.t29-footer-contact h4{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.5rem;color:#fff}.t29-footer-links ul{list-style:none;padding:0;margin:0}.t29-footer-links li{margin-bottom:.75rem}.t29-footer-links a{color:#fff9;text-decoration:none;font-size:.95rem;transition:color .3s ease;cursor:pointer}.t29-footer-links a:hover{color:var(--t29-accent)}.t29-footer-contact-item{display:flex;align-items:center;gap:.5rem;color:#fff9;font-size:.95rem;margin-bottom:.75rem}.t29-footer-contact-item svg{color:var(--t29-accent)}.t29-footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fff9;font-size:.9rem}@media (max-width: 1024px){.t29-giant-text{font-size:5rem}.t29-hero{grid-template-columns:1fr}.t29-hero-right{height:50vh}.t29-numbers{grid-template-columns:1fr;gap:3rem}.t29-number{font-size:4rem}.t29-opportunity-grid{grid-template-columns:1fr}}@media (max-width: 768px){.t29-header{padding:1rem 1.5rem}.t29-nav{display:none}.t29-hero-left{padding:8rem 1.5rem 4rem}.t29-giant-text{font-size:3rem}.t29-intro,.t29-numbers,.t29-opportunity,.t29-process,.t29-cta{padding:4rem 1.5rem}.t29-intro h2,.t29-section-title,.t29-cta h2{font-size:2rem}.t29-contact-row{flex-direction:column;gap:1rem}.t29-footer{padding:3rem 1.5rem 2rem}.t29-footer-container{grid-template-columns:1fr;gap:2rem;text-align:center}.t29-footer-contact-item{justify-content:center}}.template30{--t30-cream: #faf5eb;--t30-orange: #e85d3b;--t30-terracotta: #c94c2a;--t30-blue: #2563eb;--t30-dark: #1a1a1a;--t30-muted: #666666;font-family:Outfit,sans-serif;background:var(--t30-cream);color:var(--t30-dark);min-height:100vh}.t30-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;background:var(--t30-cream)}.t30-logo{font-size:1.5rem;font-weight:800;color:var(--t30-orange)}.t30-nav{display:flex;align-items:center;gap:2rem}.t30-nav a{color:var(--t30-dark);text-decoration:none;font-weight:500;font-size:.95rem}.t30-nav a:hover{color:var(--t30-orange)}.t30-nav-btn{background:var(--t30-orange)!important;color:#fff!important;padding:.75rem 1.75rem;border-radius:50px}.t30-nav-btn:hover{background:var(--t30-terracotta)!important}.t30-hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8rem 2rem 4rem}.t30-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--t30-blue);color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:2rem}.t30-funky-title{font-size:12rem;font-weight:900;color:var(--t30-orange);line-height:.9;margin:0;letter-spacing:-.03em}.t30-hero-desc{font-size:1.25rem;color:var(--t30-muted);max-width:600px;margin:2rem auto 3rem;line-height:1.7}.t30-hero-stats{display:flex;gap:4rem}.t30-hero-stat{display:flex;flex-direction:column}.t30-stat-val{font-size:2.5rem;font-weight:800;color:var(--t30-dark)}.t30-stat-lbl{font-size:.9rem;color:var(--t30-muted)}.t30-tag{display:inline-block;background:var(--t30-orange);color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.t30-tag-light{background:#fff;color:var(--t30-orange)}.t30-mission{padding:6rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;background:#fff}.t30-mission h2{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.t30-mission p{font-size:1.1rem;color:var(--t30-muted);line-height:1.8}.t30-mission-visual{position:relative;height:400px;display:flex;align-items:center;justify-content:center}.t30-blob{position:absolute;border-radius:50%}.t30-blob-1{width:300px;height:300px;background:var(--t30-orange);opacity:.3;top:0;left:20%}.t30-blob-2{width:200px;height:200px;background:var(--t30-blue);opacity:.3;bottom:20%;right:10%}.t30-mission-card{background:var(--t30-dark);color:#fff;padding:3rem;border-radius:24px;text-align:center;position:relative;z-index:2}.t30-mission-card h3{font-size:3.5rem;font-weight:900;margin-bottom:.5rem}.t30-mission-card p{color:#ffffffb3;font-size:1rem}.t30-benefits{padding:6rem 4rem;text-align:center}.t30-benefits h2{font-size:3rem;font-weight:800;margin-bottom:4rem}.t30-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.t30-benefit-card{padding:2.5rem 2rem;border-radius:24px;text-align:left}.t30-benefit-1{background:#fef3c7}.t30-benefit-2{background:#dbeafe}.t30-benefit-3{background:#fce7f3}.t30-benefit-4{background:#d1fae5}.t30-benefit-icon{width:48px;height:48px;margin-bottom:1.5rem;color:var(--t30-dark)}.t30-benefit-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.t30-benefit-card p{color:var(--t30-muted);line-height:1.6;font-size:.95rem}.t30-culture{padding:6rem 4rem;background:var(--t30-orange);color:#fff}.t30-culture-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1100px;margin:0 auto;align-items:center}.t30-culture h2{font-size:3rem;font-weight:800;margin-bottom:1.5rem}.t30-culture p{font-size:1.1rem;opacity:.9;line-height:1.8}.t30-culture-highlights{display:flex;gap:2rem}.t30-highlight{background:#ffffff26;padding:2rem;border-radius:20px;flex:1;text-align:center}.t30-highlight-num{display:block;font-size:3rem;font-weight:900}.t30-highlight-text{opacity:.8;font-size:.9rem}.t30-testimonials{padding:6rem 4rem;text-align:center;background:#fff}.t30-testimonials h2{font-size:3rem;font-weight:800;margin-bottom:4rem}.t30-testimonial-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t30-testimonial-card{background:var(--t30-cream);padding:2.5rem;border-radius:24px;text-align:left}.t30-testimonial-card>p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;font-style:italic}.t30-testimonial-author{display:flex;align-items:center;gap:1rem}.t30-avatar{width:50px;height:50px;background:var(--t30-orange);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.t30-avatar-img{width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--t30-orange)}.t30-testimonial-author strong{display:block;font-weight:600}.t30-testimonial-author span{color:var(--t30-muted);font-size:.85rem}.t30-cta{padding:6rem 4rem;text-align:center;background:var(--t30-dark);color:#fff}.t30-cta h2{font-size:3.5rem;font-weight:900;margin-bottom:1rem}.t30-cta p{font-size:1.2rem;opacity:.8;max-width:600px;margin:0 auto 2.5rem}.t30-cta-btn{display:inline-block;background:var(--t30-orange);color:#fff;padding:1.25rem 3rem;border-radius:50px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s}.t30-cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #e85d3b66}.t30-contact-info{display:flex;justify-content:center;gap:3rem;margin-top:3rem}.t30-contact-item{display:flex;align-items:center;gap:.5rem;opacity:.7}.t30-footer{padding:4rem 2rem 2rem;background:var(--t30-dark);color:#fff;border-top:1px solid rgba(255,255,255,.1)}.t30-footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.t30-footer-brand{display:flex;flex-direction:column;gap:1rem}.t30-footer-logo{font-size:1.5rem;font-weight:800;text-transform:uppercase;font-family:var(--t30-font-display)}.t30-footer-desc{color:#fff9;font-size:.95rem;line-height:1.6}.t30-footer-links h4,.t30-footer-contact h4{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.5rem;color:#fff}.t30-footer-links ul{list-style:none;padding:0;margin:0}.t30-footer-links li{margin-bottom:.75rem}.t30-footer-links a{color:#fff9;text-decoration:none;font-size:.95rem;transition:color .3s ease;cursor:pointer}.t30-footer-links a:hover{color:var(--t30-orange)}.t30-footer-contact-item{display:flex;align-items:center;gap:.5rem;color:#fff9;font-size:.95rem;margin-bottom:.75rem}.t30-footer-contact-item svg{color:var(--t30-orange)}.t30-footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fff9;font-size:.9rem}@media (max-width: 1024px){.t30-funky-title{font-size:7rem}.t30-mission,.t30-culture-grid{grid-template-columns:1fr}.t30-benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.t30-header{padding:1rem 1.5rem}.t30-nav a:not(.t30-nav-btn){display:none}.t30-hero{padding:7rem 1.5rem 3rem}.t30-funky-title{font-size:4rem}.t30-hero-stats{flex-direction:column;gap:2rem}.t30-mission,.t30-benefits,.t30-culture,.t30-testimonials,.t30-cta{padding:4rem 1.5rem}.t30-mission h2,.t30-benefits h2,.t30-culture h2,.t30-testimonials h2{font-size:2rem}.t30-benefits-grid,.t30-testimonial-cards{grid-template-columns:1fr}.t30-culture-highlights{flex-direction:column}.t30-cta h2{font-size:2rem}.t30-contact-info{flex-direction:column;gap:1rem}.t30-footer{padding:3rem 1.5rem 2rem}.t30-footer-container{grid-template-columns:1fr;gap:2rem;text-align:center}.t30-footer-contact-item{justify-content:center}}.template31{--t31-text: #1a1a1a;--t31-light: #f8f6f3;--t31-accent: #8b7355;--t31-muted: #666666;--t31-white: #ffffff;font-family:DM Sans,sans-serif;background:var(--t31-white);color:var(--t31-text);min-height:100vh}.t31-hero{position:relative;min-height:100vh;display:flex;flex-direction:column}.t31-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.t31-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#00000080)}.t31-header{position:relative;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem}.t31-logo{font-family:"DM Serif Display",serif;font-size:1.75rem;color:#fff}.t31-nav{display:flex;align-items:center;gap:2.5rem}.t31-nav a{color:#ffffffd9;text-decoration:none;font-size:.95rem;font-weight:500}.t31-nav a:hover{color:#fff}.t31-nav-btn{background:var(--t31-accent)!important;color:#fff!important;padding:.75rem 1.75rem;border-radius:4px}.t31-hero-content{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;justify-content:center;padding:0 4rem;max-width:700px}.t31-hero-content h1{font-family:"DM Serif Display",serif;font-size:4rem;color:#fff;line-height:1.15;margin-bottom:1.5rem}.t31-hero-content p{font-size:1.15rem;color:#ffffffd9;line-height:1.8;margin-bottom:2rem}.t31-hero-btn{display:inline-flex;align-items:center;background:var(--t31-accent);color:#fff;padding:1rem 2rem;text-decoration:none;font-weight:600;transition:background .3s;border-radius:4px;width:-moz-fit-content;width:fit-content}.t31-hero-btn:hover{background:#7a6548}.t31-label{display:inline-block;text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:600;color:var(--t31-accent);margin-bottom:1rem}.t31-about{padding:6rem 4rem;background:var(--t31-light)}.t31-about-content{max-width:800px}.t31-about h2{font-family:"DM Serif Display",serif;font-size:3rem;margin-bottom:1.5rem}.t31-about>.t31-about-content>p{font-size:1.15rem;color:var(--t31-muted);line-height:1.8;margin-bottom:2rem}.t31-about-highlights{display:flex;flex-direction:column;gap:1rem}.t31-about-item{display:flex;align-items:center;gap:.75rem;font-size:1rem}.t31-check{color:var(--t31-accent);width:20px;height:20px}.t31-features{padding:6rem 4rem;text-align:center}.t31-features h2{font-family:"DM Serif Display",serif;font-size:3rem;margin-bottom:4rem}.t31-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.t31-feature-card{padding:2.5rem;background:var(--t31-light);border-radius:8px;text-align:left}.t31-feature-icon{width:50px;height:50px;background:var(--t31-accent);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.t31-feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.t31-feature-card p{color:var(--t31-muted);line-height:1.7}.t31-stats{padding:4rem;background:var(--t31-accent)}.t31-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto;text-align:center}.t31-stat-num{display:block;font-family:"DM Serif Display",serif;font-size:3.5rem;color:#fff}.t31-stat-text{color:#fffc;font-size:.95rem}.t31-process{padding:6rem 4rem;text-align:center;background:var(--t31-light)}.t31-process h2{font-family:"DM Serif Display",serif;font-size:3rem;margin-bottom:4rem}.t31-process-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto}.t31-process-step{text-align:left;position:relative}.t31-step-num{font-family:"DM Serif Display",serif;font-size:3rem;color:var(--t31-accent);opacity:.4;margin-bottom:1rem}.t31-step-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.t31-step-content p{color:var(--t31-muted);font-size:.95rem;line-height:1.6}.t31-cta{padding:6rem 4rem;text-align:center;background:var(--t31-text);color:#fff}.t31-cta h2{font-family:"DM Serif Display",serif;font-size:3rem;margin-bottom:1rem}.t31-cta p{font-size:1.15rem;opacity:.8;max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.t31-cta-btn{display:inline-flex;align-items:center;gap:.75rem;background:var(--t31-accent);color:#fff;padding:1rem 2.5rem;text-decoration:none;font-weight:600;border-radius:4px;transition:transform .3s,box-shadow .3s}.t31-cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #8b73554d}.t31-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:3rem}.t31-contact-item{display:flex;align-items:center;gap:.5rem;opacity:.7}.t31-footer{padding:2rem;text-align:center;background:var(--t31-text);color:#ffffff80;font-size:.9rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 1024px){.t31-features-grid{grid-template-columns:1fr}.t31-stats-grid,.t31-process-timeline{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.t31-header{padding:1rem 1.5rem}.t31-nav a:not(.t31-nav-btn){display:none}.t31-hero-content{padding:0 1.5rem}.t31-hero-content h1{font-size:2.5rem}.t31-about,.t31-features,.t31-process,.t31-cta{padding:4rem 1.5rem}.t31-about h2,.t31-features h2,.t31-process h2,.t31-cta h2{font-size:2rem}.t31-stats-grid,.t31-process-timeline{grid-template-columns:1fr}.t31-contact-row{flex-direction:column;gap:1rem}}.template32{--t32-dark: #0f0f0f;--t32-light: #f5f5f5;--t32-white: #ffffff;--t32-muted: #888888;--t32-border: rgba(255,255,255,.15);font-family:Inter,sans-serif;background:var(--t32-dark);color:var(--t32-white);min-height:100vh}.t32-hero{position:relative;min-height:100vh;display:flex;flex-direction:column}.t32-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.t32-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0006,#000000b3)}.t32-header{position:relative;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem}.t32-logo{font-family:Bebas Neue,sans-serif;font-size:1.5rem;letter-spacing:.2em}.t32-nav{display:flex;gap:2.5rem}.t32-nav a{color:#fffc;text-decoration:none;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em}.t32-nav a:hover{color:#fff}.t32-hero-content{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:0 4rem 4rem}.t32-mega-title{font-family:Bebas Neue,sans-serif;font-size:18vw;line-height:.85;margin:0;letter-spacing:-.02em;text-shadow:0 4px 30px rgba(0,0,0,.3)}.t32-hero-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:4rem}.t32-hero-tagline{font-size:.75rem;letter-spacing:.15em;line-height:1.8;max-width:400px;opacity:.9}.t32-hero-info{display:flex;gap:4rem}.t32-info-block{text-align:right}.t32-info-label{display:block;font-size:.7rem;letter-spacing:.1em;opacity:.6;margin-bottom:.25rem}.t32-info-value{font-family:Bebas Neue,sans-serif;font-size:1.5rem;letter-spacing:.05em}.t32-intro{padding:6rem 4rem;background:var(--t32-white);color:var(--t32-dark)}.t32-intro-content{max-width:800px}.t32-intro h2{font-size:3rem;font-weight:600;line-height:1.2;margin-bottom:1.5rem}.t32-intro p{font-size:1.1rem;color:var(--t32-muted);line-height:1.8;margin-bottom:2rem}.t32-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--t32-dark);text-decoration:none;font-size:.9rem;font-weight:500;border-bottom:1px solid var(--t32-dark);padding-bottom:.25rem}.t32-link:hover{opacity:.7}.t32-section-header{display:flex;align-items:center;gap:2rem;margin-bottom:3rem}.t32-section-num{font-family:Bebas Neue,sans-serif;font-size:4rem;opacity:.2}.t32-section-header h2{font-size:2.5rem;font-weight:600}.t32-opportunities{padding:6rem 4rem;background:var(--t32-light);color:var(--t32-dark)}.t32-opp-list{display:flex;flex-direction:column}.t32-opp-item{display:grid;grid-template-columns:250px 1fr 50px;align-items:center;gap:2rem;padding:2rem 0;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer;transition:background .3s}.t32-opp-item:hover{background:#00000005;padding-left:1rem;padding-right:1rem;margin-left:-1rem;margin-right:-1rem}.t32-opp-title{font-size:1.25rem;font-weight:600}.t32-opp-item p{color:var(--t32-muted);font-size:.95rem}.t32-opp-arrow{color:var(--t32-muted)}.t32-stats{padding:4rem;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--t32-border);border-bottom:1px solid var(--t32-border)}.t32-stat-item{text-align:center;padding:2rem}.t32-stat-item:not(:last-child){border-right:1px solid var(--t32-border)}.t32-stat-num{display:block;font-family:Bebas Neue,sans-serif;font-size:5rem;line-height:1;margin-bottom:.5rem}.t32-stat-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;opacity:.6}.t32-testimonials{padding:6rem 4rem}.t32-testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.t32-testimonial{border:1px solid var(--t32-border);padding:3rem}.t32-testimonial-photo{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-bottom:1.5rem;border:2px solid var(--t32-border)}.t32-testimonial p{font-size:1.15rem;line-height:1.8;font-style:italic;margin-bottom:2rem;opacity:.9}.t32-testimonial-author strong{display:block;font-weight:600;margin-bottom:.25rem}.t32-testimonial-author span{font-size:.85rem;opacity:.6}.t32-cta{padding:6rem 4rem;text-align:center;background:var(--t32-white);color:var(--t32-dark)}.t32-cta h2{font-size:3.5rem;font-weight:600;margin-bottom:1rem}.t32-cta p{font-size:1.15rem;color:var(--t32-muted);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.t32-cta-btn{display:inline-flex;align-items:center;gap:.75rem;background:var(--t32-dark);color:var(--t32-white);padding:1.25rem 3rem;text-decoration:none;font-weight:500;transition:background .3s}.t32-cta-btn:hover{background:#333}.t32-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:3rem}.t32-contact-item{display:flex;align-items:center;gap:.5rem;color:var(--t32-muted);font-size:.9rem}.t32-footer{padding:2rem;text-align:center;font-size:.85rem;opacity:.5;border-top:1px solid var(--t32-border)}@media (max-width: 1024px){.t32-mega-title{font-size:15vw}.t32-hero-bottom{flex-direction:column;align-items:flex-start}.t32-opp-item{grid-template-columns:1fr;gap:.5rem}.t32-opp-arrow{display:none}.t32-testimonial-grid{grid-template-columns:1fr}}@media (max-width: 768px){.t32-header{padding:1rem 1.5rem}.t32-nav{display:none}.t32-hero-content{padding:0 1.5rem 2rem}.t32-mega-title{font-size:20vw}.t32-intro,.t32-opportunities,.t32-testimonials,.t32-cta{padding:4rem 1.5rem}.t32-intro h2,.t32-section-header h2{font-size:2rem}.t32-stats{grid-template-columns:1fr;padding:2rem}.t32-stat-item{padding:1.5rem;border-right:none!important;border-bottom:1px solid var(--t32-border)}.t32-stat-item:last-child{border-bottom:none}.t32-cta h2{font-size:2rem}.t32-contact-row{flex-direction:column;gap:1rem}}.template33{--t33-green: #1a3d2e;--t33-green-light: #2a5a45;--t33-cream: #f5f1e8;--t33-gold: #c9a962;--t33-text: #1a1a1a;--t33-muted: #666666;font-family:Montserrat,sans-serif;background:var(--t33-cream);color:var(--t33-text);min-height:100vh}.t33-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;background:var(--t33-green)}.t33-logo{display:flex;align-items:center;gap:.75rem;color:var(--t33-cream)}.t33-logo-icon{color:var(--t33-gold)}.t33-logo span{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600}.t33-nav{display:flex;gap:2.5rem}.t33-nav a{color:var(--t33-cream);text-decoration:none;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;opacity:.8}.t33-nav a:hover{opacity:1}.t33-hero{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.t33-hero-left{background:var(--t33-green);color:var(--t33-cream);display:flex;flex-direction:column;justify-content:center;padding:8rem 4rem 4rem}.t33-hero-left h1{font-family:Cormorant Garamond,serif;font-size:5rem;font-weight:600;line-height:1.1;margin-bottom:2rem}.t33-hero-tagline{font-size:.75rem;letter-spacing:.2em;margin-bottom:2.5rem;opacity:.7}.t33-hero-btn{display:inline-block;background:var(--t33-cream);color:var(--t33-green);padding:1rem 2rem;text-decoration:none;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:50px;width:-moz-fit-content;width:fit-content;transition:transform .3s,box-shadow .3s}.t33-hero-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003}.t33-hero-right{position:relative;overflow:hidden}.t33-hero-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t33-label{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--t33-green);margin-bottom:1rem}.t33-label-light{color:var(--t33-gold)}.t33-about{padding:6rem 4rem;background:#fff}.t33-about-content{max-width:900px;margin:0 auto}.t33-about h2{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:600;margin-bottom:1.5rem}.t33-about p{font-size:1.1rem;color:var(--t33-muted);line-height:1.8;margin-bottom:3rem}.t33-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.t33-stat{text-align:center;padding:2rem;background:var(--t33-cream);border-radius:12px}.t33-stat-num{display:block;font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;color:var(--t33-green)}.t33-stat-label{font-size:.85rem;color:var(--t33-muted)}.t33-values{padding:6rem 4rem;background:var(--t33-cream)}.t33-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.t33-value-card{background:#fff;padding:2.5rem;border-radius:16px;text-align:center}.t33-value-icon{width:48px;height:48px;color:var(--t33-gold);margin-bottom:1.5rem}.t33-value-card h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.t33-value-card p{color:var(--t33-muted);font-size:.95rem;line-height:1.6}.t33-benefits{padding:6rem 4rem;background:var(--t33-green);color:var(--t33-cream)}.t33-benefits h2{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:600;margin-bottom:3rem}.t33-benefits-list{max-width:800px}.t33-benefit{display:flex;gap:2rem;padding:2rem 0;border-bottom:1px solid rgba(255,255,255,.15)}.t33-benefit-num{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;color:var(--t33-gold);opacity:.6}.t33-benefit h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.t33-benefit p{opacity:.8;font-size:.95rem;line-height:1.6}.t33-testimonials{padding:6rem 4rem;background:#fff;text-align:center}.t33-testimonials h2{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:600;margin-bottom:3rem}.t33-testimonial-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t33-testimonial{background:var(--t33-cream);padding:2.5rem;border-radius:16px;text-align:left}.t33-testimonial>p{font-size:1.1rem;line-height:1.7;font-style:italic;margin-bottom:1.5rem;color:var(--t33-text)}.t33-testimonial-footer{display:flex;align-items:center;gap:1rem}.t33-avatar{width:48px;height:48px;background:var(--t33-green);color:var(--t33-cream);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.t33-avatar-img{width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--t33-green)}.t33-testimonial-footer strong{display:block;font-weight:600}.t33-testimonial-footer span{font-size:.85rem;color:var(--t33-muted)}.t33-cta{padding:6rem 4rem;text-align:center;background:var(--t33-cream)}.t33-cta h2{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:600;margin-bottom:1rem}.t33-cta p{font-size:1.15rem;color:var(--t33-muted);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.t33-cta-btn{display:inline-flex;align-items:center;gap:.75rem;background:var(--t33-green);color:var(--t33-cream);padding:1.25rem 2.5rem;text-decoration:none;font-weight:600;border-radius:50px;transition:transform .3s,box-shadow .3s}.t33-cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #1a3d2e4d}.t33-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:3rem}.t33-contact-item{display:flex;align-items:center;gap:.5rem;color:var(--t33-muted)}.t33-contact-item svg{color:var(--t33-green)}.t33-footer{padding:2rem;text-align:center;background:var(--t33-green);color:#fff9;font-size:.9rem}@media (max-width: 1024px){.t33-hero{grid-template-columns:1fr}.t33-hero-right{height:50vh}.t33-hero-left h1{font-size:3.5rem}.t33-stats-row,.t33-values-grid,.t33-testimonial-cards{grid-template-columns:1fr}}@media (max-width: 768px){.t33-header{padding:1rem 1.5rem}.t33-nav{display:none}.t33-hero-left{padding:7rem 1.5rem 3rem}.t33-hero-left h1{font-size:2.5rem}.t33-about,.t33-values,.t33-benefits,.t33-testimonials,.t33-cta{padding:4rem 1.5rem}.t33-about h2,.t33-benefits h2,.t33-testimonials h2{font-size:2rem}.t33-cta h2{font-size:2.5rem}.t33-benefit{flex-direction:column;gap:.5rem}.t33-contact-row{flex-direction:column;gap:1rem}}.template34{--t34-purple: #7c3aed;--t34-pink: #ec4899;--t34-yellow: #facc15;--t34-cyan: #06b6d4;--t34-orange: #f97316;--t34-dark: #1e1b4b;--t34-light: #faf5ff;--t34-white: #ffffff;--t34-gradient: linear-gradient(135deg, var(--t34-purple), var(--t34-pink));font-family:Poppins,sans-serif;background:var(--t34-white);color:var(--t34-dark);min-height:100vh}.t34-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden}.t34-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.t34-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#7c3aedd9,#ec4899d9)}.t34-confetti{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.t34-confetti-piece{position:absolute;width:10px;height:30px;opacity:.7;animation:confetti-fall 4s ease-in-out infinite}.t34-c1{background:var(--t34-yellow);left:10%;animation-delay:0s}.t34-c2{background:var(--t34-cyan);left:30%;animation-delay:.5s}.t34-c3{background:var(--t34-orange);left:50%;animation-delay:1s}.t34-c4{background:var(--t34-pink);left:70%;animation-delay:1.5s}.t34-c5{background:var(--t34-purple);left:90%;animation-delay:2s}@keyframes confetti-fall{0%{transform:translateY(-100vh) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}.t34-header{position:absolute;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem}.t34-logo{font-size:1.75rem;font-weight:800;color:#fff}.t34-nav{display:flex;align-items:center;gap:2rem}.t34-nav a{color:#ffffffe6;text-decoration:none;font-weight:500}.t34-nav-btn{background:var(--t34-yellow)!important;color:var(--t34-dark)!important;padding:.75rem 1.5rem;border-radius:50px;font-weight:600}.t34-hero-content{position:relative;z-index:10;color:#fff;padding:0 2rem}.t34-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:50px;margin-bottom:2rem;font-weight:600}.t34-hero-content h1{font-size:5rem;font-weight:900;margin-bottom:1.5rem;text-shadow:0 4px 30px rgba(0,0,0,.3)}.t34-hero-content p{font-size:1.25rem;opacity:.95;max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.t34-hero-btn{display:inline-block;background:var(--t34-yellow);color:var(--t34-dark);padding:1.25rem 3rem;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;transition:transform .3s,box-shadow .3s}.t34-hero-btn:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px #facc1566}.t34-celebration{padding:6rem 4rem;text-align:center;background:var(--t34-light)}.t34-celebration-content{max-width:800px;margin:0 auto}.t34-sparkle-icon{width:48px;height:48px;color:var(--t34-purple);margin-bottom:1.5rem}.t34-celebration h2{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.t34-celebration p{font-size:1.15rem;color:#666;line-height:1.8}.t34-benefits{padding:6rem 4rem;text-align:center}.t34-benefits h2{font-size:2.5rem;font-weight:800;margin-bottom:3rem}.t34-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.t34-benefit-card{padding:2.5rem 2rem;border-radius:24px;text-align:center;color:#fff;transition:transform .3s}.t34-benefit-card:hover{transform:translateY(-10px)}.t34-b1{background:var(--t34-purple)}.t34-b2{background:var(--t34-pink)}.t34-b3{background:var(--t34-cyan)}.t34-b4{background:var(--t34-orange)}.t34-benefit-icon{width:48px;height:48px;margin-bottom:1.5rem}.t34-benefit-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.t34-benefit-card p{opacity:.9;font-size:.95rem;line-height:1.6}.t34-stats{padding:4rem;background:var(--t34-gradient)}.t34-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto;text-align:center}.t34-stat-num{display:block;font-size:4rem;font-weight:900;color:#fff}.t34-stat-label{color:#ffffffe6;font-size:.95rem}.t34-testimonials{padding:6rem 4rem;text-align:center;background:var(--t34-light)}.t34-testimonials h2{font-size:2.5rem;font-weight:800;margin-bottom:3rem}.t34-testimonial-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t34-testimonial{background:#fff;padding:2.5rem;border-radius:24px;text-align:left;box-shadow:0 10px 40px #00000014}.t34-avatar-img{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-bottom:1rem;border:3px solid var(--t34-purple)}.t34-stars{color:var(--t34-yellow);font-size:1.25rem;margin-bottom:1rem}.t34-testimonial>p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#444}.t34-author strong{display:block;font-weight:600}.t34-author span{color:var(--t34-purple);font-size:.9rem}.t34-cta{padding:6rem 4rem;text-align:center;background:var(--t34-dark);color:#fff}.t34-cta-icon{width:64px;height:64px;color:var(--t34-yellow);margin-bottom:1.5rem}.t34-cta h2{font-size:3rem;font-weight:800;margin-bottom:1rem}.t34-cta p{font-size:1.15rem;opacity:.85;max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.t34-cta-btn{display:inline-block;background:var(--t34-gradient);color:#fff;padding:1.25rem 3rem;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;transition:transform .3s,box-shadow .3s}.t34-cta-btn:hover{transform:translateY(-5px);box-shadow:0 15px 40px #7c3aed66}.t34-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:3rem}.t34-contact-item{display:flex;align-items:center;gap:.5rem;opacity:.7}.t34-contact-item svg{color:var(--t34-yellow)}.t34-footer{padding:2rem;text-align:center;background:var(--t34-dark);color:#ffffff80;font-size:.9rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 1024px){.t34-hero-content h1{font-size:3.5rem}.t34-benefits-grid{grid-template-columns:repeat(2,1fr)}.t34-stats-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.t34-header{padding:1rem 1.5rem}.t34-nav a:not(.t34-nav-btn){display:none}.t34-hero-content h1{font-size:2.5rem}.t34-celebration,.t34-benefits,.t34-testimonials,.t34-cta{padding:4rem 1.5rem}.t34-celebration h2,.t34-benefits h2,.t34-testimonials h2{font-size:2rem}.t34-benefits-grid,.t34-testimonial-cards{grid-template-columns:1fr}.t34-cta h2{font-size:2rem}.t34-contact-row{flex-direction:column;gap:1rem}}.template35{--t35-bg: #f8f9fa;--t35-text: #1a1a1a;--t35-muted: #666666;--t35-primary: #1a1a1a;--t35-accent: #f5ebe0;--t35-accent-dark: #d5c4a1;--t35-white: #ffffff;--t35-border: rgba(0,0,0,.08);font-family:DM Sans,sans-serif;background:var(--t35-bg);color:var(--t35-text);min-height:100vh}.t35-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;background:#f8f9faf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.t35-logo{font-size:1.25rem;font-weight:700}.t35-nav{display:flex;align-items:center;gap:2rem}.t35-nav a{color:var(--t35-text);text-decoration:none;font-size:.95rem;font-weight:500}.t35-nav-btn{background:var(--t35-primary)!important;color:#fff!important;padding:.6rem 1.25rem;border-radius:50px}.t35-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;padding:8rem 4rem 4rem;align-items:center}.t35-version-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;color:var(--t35-muted);margin-bottom:1.5rem;padding:.5rem 1rem;background:var(--t35-white);border-radius:50px;border:1px solid var(--t35-border)}.t35-hero-left h1{font-size:3.5rem;font-weight:400;line-height:1.2;margin-bottom:1.5rem}.t35-hero-left h1 em{font-style:italic}.t35-hero-left p{font-size:1.1rem;color:var(--t35-muted);line-height:1.7;max-width:450px;margin-bottom:2rem}.t35-hero-buttons{display:flex;gap:1rem}.t35-btn-primary{background:var(--t35-primary);color:#fff;padding:.875rem 1.75rem;border-radius:50px;text-decoration:none;font-weight:500;transition:transform .3s}.t35-btn-primary:hover{transform:translateY(-2px)}.t35-btn-secondary{background:var(--t35-white);color:var(--t35-text);padding:.875rem 1.75rem;border-radius:50px;text-decoration:none;font-weight:500;border:1px solid var(--t35-border);display:flex;align-items:center;gap:.5rem}.t35-bento-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1rem;height:500px}.t35-bento-img{grid-row:span 2;border-radius:24px;overflow:hidden}.t35-bento-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t35-bento-stat{background:var(--t35-white);border-radius:24px;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.t35-stat-1{background:var(--t35-accent)}.t35-bento-num{font-size:2.5rem;font-weight:700}.t35-bento-label{font-size:.9rem;color:var(--t35-muted)}.t35-avatar-stack{display:flex;margin-top:1rem}.t35-avatar{width:36px;height:36px;background:var(--t35-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;margin-left:-8px;border:2px solid white}.t35-avatar:first-child{margin-left:0}.t35-avatar-img{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-left:-8px;border:2px solid white}.t35-avatar-img:first-child{margin-left:0}.t35-label{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--t35-muted);margin-bottom:1rem}.t35-features{padding:4rem;background:var(--t35-white)}.t35-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.t35-feature-card{padding:2rem;background:var(--t35-bg);border-radius:20px}.t35-feature-icon{width:40px;height:40px;margin-bottom:1.25rem;color:var(--t35-primary)}.t35-feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.t35-feature-card p{font-size:.9rem;color:var(--t35-muted);line-height:1.6}.t35-about{padding:6rem 4rem;background:var(--t35-bg)}.t35-about-content{max-width:700px}.t35-about h2{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem}.t35-about p{font-size:1.15rem;color:var(--t35-muted);line-height:1.8}.t35-stats{padding:4rem;background:var(--t35-white)}.t35-stats-bento{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1000px;margin:0 auto}.t35-stat-card{background:var(--t35-bg);padding:2rem;border-radius:20px;text-align:center}.t35-sc-1{background:var(--t35-accent)}.t35-sc-3{background:#e8f4ea}.t35-stat-num{display:block;font-size:3rem;font-weight:700;margin-bottom:.5rem}.t35-stat-label{font-size:.9rem;color:var(--t35-muted)}.t35-benefits{padding:6rem 4rem;background:var(--t35-bg)}.t35-benefits h2{font-size:2.5rem;font-weight:600;margin-bottom:3rem}.t35-benefits-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:800px}.t35-benefit-item{display:flex;align-items:center;gap:1rem;font-size:1.05rem}.t35-benefit-check{width:24px;height:24px;background:var(--t35-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}.t35-cta{padding:6rem 4rem;text-align:center;background:var(--t35-primary);color:#fff}.t35-cta h2{font-size:2.5rem;font-weight:600;margin-bottom:1rem}.t35-cta p{font-size:1.15rem;opacity:.85;max-width:550px;margin:0 auto 2.5rem}.t35-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--t35-primary);padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:transform .3s}.t35-cta-btn:hover{transform:translateY(-3px)}.t35-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:3rem}.t35-contact-item{display:flex;align-items:center;gap:.5rem;opacity:.7}.t35-footer{padding:2rem;text-align:center;background:var(--t35-primary);color:#ffffff80;font-size:.9rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 1024px){.t35-hero{grid-template-columns:1fr;padding-top:7rem}.t35-bento-grid{height:auto}.t35-features-grid,.t35-stats-bento{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.t35-header{padding:1rem 1.5rem}.t35-nav a:not(.t35-nav-btn){display:none}.t35-hero{padding:6rem 1.5rem 3rem}.t35-hero-left h1{font-size:2.5rem}.t35-hero-buttons{flex-direction:column}.t35-bento-grid{grid-template-columns:1fr}.t35-bento-img{height:250px;grid-row:auto}.t35-features,.t35-about,.t35-stats,.t35-benefits,.t35-cta{padding:4rem 1.5rem}.t35-features-grid,.t35-stats-bento,.t35-benefits-list{grid-template-columns:1fr}.t35-about h2,.t35-benefits h2,.t35-cta h2{font-size:2rem}.t35-contact-row{flex-direction:column;gap:1rem}}.template36{--t36-bg: #f5f5f5;--t36-text: #1a1a1a;--t36-muted: #666666;--t36-teal: #2d6a6a;--t36-teal-light: #e8f0f0;--t36-white: #ffffff;font-family:Plus Jakarta Sans,sans-serif;background:var(--t36-bg);color:var(--t36-text);min-height:100vh}.t36-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;background:#f5f5f5f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.t36-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem}.t36-logo-icon{color:var(--t36-teal)}.t36-nav{display:flex;align-items:center;gap:2rem}.t36-nav a{color:var(--t36-text);text-decoration:none;font-size:.95rem;font-weight:500}.t36-nav-btn{background:var(--t36-teal)!important;color:#fff!important;padding:.6rem 1.25rem;border-radius:50px}.t36-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:8rem 4rem 4rem;align-items:center}.t36-hero-left h1{font-size:3.5rem;font-weight:800;line-height:1.15;margin-bottom:1.5rem}.t36-hero-left h1 span{color:var(--t36-teal)}.t36-hero-left p{font-size:1.1rem;color:var(--t36-muted);line-height:1.7;margin-bottom:2rem;max-width:450px}.t36-hero-cta{display:flex;gap:0;background:#fff;padding:.5rem;border-radius:50px;box-shadow:0 4px 20px #00000014;max-width:450px}.t36-email-input{flex:1;border:none;padding:.875rem 1.5rem;font-size:1rem;background:transparent;outline:none}.t36-submit-btn{background:var(--t36-teal);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:50px;font-weight:600;cursor:pointer;transition:background .3s}.t36-submit-btn:hover{background:#245656}.t36-hero-right{position:relative}.t36-hero-img{width:100%;max-width:450px;border-radius:24px;position:relative;z-index:2}.t36-floating-circles{position:absolute;top:-50px;right:-50px;bottom:-50px;left:-50px;pointer-events:none}.t36-circle{position:absolute;border-radius:50%;overflow:hidden}.t36-c1{width:80px;height:80px;background:var(--t36-teal-light);top:0;right:20%}.t36-c2{width:60px;height:60px;background:var(--t36-teal);opacity:.3;bottom:20%;left:-30px}.t36-c3{width:100px;height:100px;background:var(--t36-teal-light);bottom:10%;right:-20px}.t36-c4{width:40px;height:40px;background:var(--t36-teal);top:40%;left:-10%}.t36-label{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--t36-teal);margin-bottom:1rem}.t36-about{padding:6rem 4rem;background:#fff}.t36-about-content{max-width:900px;margin:0 auto;text-align:center}.t36-about h2{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.t36-about p{font-size:1.15rem;color:var(--t36-muted);line-height:1.8;margin-bottom:3rem}.t36-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.t36-stat{text-align:center}.t36-stat-num{display:block;font-size:3rem;font-weight:800;color:var(--t36-teal)}.t36-stat-label{font-size:.9rem;color:var(--t36-muted)}.t36-benefits{padding:6rem 4rem;text-align:center}.t36-benefits h2{font-size:2.5rem;font-weight:800;margin-bottom:3rem}.t36-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t36-benefit-card{background:#fff;padding:2.5rem;border-radius:20px;text-align:left}.t36-benefit-icon{width:48px;height:48px;color:var(--t36-teal);margin-bottom:1.5rem}.t36-benefit-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.t36-benefit-card p{color:var(--t36-muted);line-height:1.6}.t36-how{padding:6rem 4rem;background:#fff;text-align:center}.t36-how h2{font-size:2.5rem;font-weight:800;margin-bottom:3rem}.t36-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t36-step{text-align:center}.t36-step-num{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:var(--t36-teal);color:#fff;border-radius:50%;font-weight:700;font-size:1.25rem;margin-bottom:1rem}.t36-step h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.t36-step p{font-size:.9rem;color:var(--t36-muted)}.t36-testimonials{padding:6rem 4rem;background:var(--t36-teal)}.t36-testimonial{max-width:700px;margin:0 auto;text-align:center;color:#fff}.t36-testimonial>p{font-size:1.5rem;line-height:1.7;font-style:italic;margin-bottom:2rem}.t36-testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.t36-avatar{width:50px;height:50px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.t36-avatar-img{width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(255,255,255,.5)}.t36-testimonial-author strong{display:block;text-align:left}.t36-testimonial-author span{opacity:.8;font-size:.9rem;text-align:left}.t36-cta{padding:6rem 4rem;text-align:center;background:var(--t36-bg)}.t36-cta h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.t36-cta p{font-size:1.15rem;color:var(--t36-muted);max-width:550px;margin:0 auto 2.5rem}.t36-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--t36-teal);color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:transform .3s}.t36-cta-btn:hover{transform:translateY(-3px)}.t36-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:3rem}.t36-contact-item{display:flex;align-items:center;gap:.5rem;color:var(--t36-muted)}.t36-contact-item svg{color:var(--t36-teal)}.t36-footer{padding:2rem;text-align:center;background:var(--t36-teal);color:#ffffffb3;font-size:.9rem}@media (max-width: 1024px){.t36-hero{grid-template-columns:1fr}.t36-hero-right{display:none}.t36-stats-row,.t36-benefits-grid{grid-template-columns:1fr}.t36-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.t36-header{padding:1rem 1.5rem}.t36-nav a:not(.t36-nav-btn){display:none}.t36-hero{padding:7rem 1.5rem 3rem}.t36-hero-left h1{font-size:2.5rem}.t36-hero-cta{flex-direction:column;border-radius:16px}.t36-submit-btn{width:100%}.t36-about,.t36-benefits,.t36-how,.t36-testimonials,.t36-cta{padding:4rem 1.5rem}.t36-about h2,.t36-benefits h2,.t36-how h2,.t36-cta h2{font-size:2rem}.t36-steps{grid-template-columns:1fr}.t36-testimonial>p{font-size:1.25rem}.t36-contact-row{flex-direction:column;gap:1rem}}.template37{--t37-bg: #ffffff;--t37-text: #1a1a1a;--t37-muted: #666666;--t37-light: #f8f9fa;--t37-primary: #1a1a1a;--t37-border: rgba(0,0,0,.08);font-family:Inter,sans-serif;background:var(--t37-bg);color:var(--t37-text);min-height:100vh}.t37-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.t37-logo{font-size:1.25rem;font-weight:700}.t37-nav{display:flex;align-items:center;gap:2rem}.t37-nav a{color:var(--t37-text);text-decoration:none;font-size:.95rem;font-weight:500}.t37-nav-btn{background:var(--t37-primary)!important;color:#fff!important;padding:.6rem 1.25rem;border-radius:8px}.t37-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:8rem 4rem 4rem;align-items:center}.t37-badge{display:inline-block;font-size:.75rem;font-weight:600;color:var(--t37-muted);background:var(--t37-light);padding:.5rem 1rem;border-radius:50px;margin-bottom:1.5rem}.t37-hero-left h1{font-size:3.5rem;font-weight:800;line-height:1.15;margin-bottom:1.5rem}.t37-hero-left p{font-size:1.1rem;color:var(--t37-muted);line-height:1.7;max-width:450px;margin-bottom:2rem}.t37-hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.t37-btn-dark{background:var(--t37-primary);color:#fff;padding:.875rem 1.75rem;border-radius:8px;text-decoration:none;font-weight:600}.t37-btn-light{background:#fff;color:var(--t37-text);padding:.875rem 1.75rem;border-radius:8px;text-decoration:none;font-weight:600;border:1px solid var(--t37-border);display:flex;align-items:center;gap:.5rem}.t37-social-proof{display:flex;align-items:center;gap:1rem}.t37-avatars{display:flex}.t37-avatar{width:40px;height:40px;background:var(--t37-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;margin-left:-8px;border:2px solid white}.t37-avatar:first-child{margin-left:0}.t37-avatar-img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-left:-8px;border:2px solid white}.t37-avatar-img:first-child{margin-left:0}.t37-proof-text strong{display:block;font-weight:700}.t37-proof-text span{font-size:.85rem;color:var(--t37-muted)}.t37-app-mockup{background:var(--t37-light);border-radius:24px;padding:2rem;max-width:350px;margin-left:auto;box-shadow:0 20px 60px #0000001a}.t37-mockup-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.t37-flag{font-size:1.25rem}.t37-balance{font-size:.9rem;color:var(--t37-muted)}.t37-mockup-amount{font-size:2.5rem;font-weight:800;margin-bottom:2rem}.t37-mockup-chart{display:flex;align-items:flex-end;gap:1rem;height:150px}.t37-bar{flex:1;background:#e0e0e0;border-radius:8px;position:relative}.t37-bar-active{background:var(--t37-primary)}.t37-bar-label{position:absolute;top:-30px;left:50%;transform:translate(-50%);font-size:.75rem;font-weight:600;background:var(--t37-primary);color:#fff;padding:.25rem .5rem;border-radius:4px}.t37-features{padding:4rem;background:var(--t37-light)}.t37-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t37-feature{text-align:center;padding:2rem}.t37-feature-icon{width:48px;height:48px;color:var(--t37-primary);margin-bottom:1.25rem}.t37-feature h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.t37-feature p{font-size:.9rem;color:var(--t37-muted)}.t37-stats{padding:6rem 4rem;background:var(--t37-primary);color:#fff}.t37-stats-content{max-width:1000px;margin:0 auto;text-align:center}.t37-stats h2{font-size:2rem;margin-bottom:3rem}.t37-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.t37-stat-num{display:block;font-size:3rem;font-weight:800;margin-bottom:.5rem}.t37-stat-label{opacity:.8;font-size:.9rem}.t37-benefits{padding:6rem 4rem;background:#fff}.t37-benefits h2{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.t37-benefits-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:800px;margin:0 auto}.t37-benefit-item{display:flex;align-items:center;gap:1rem}.t37-check{width:24px;height:24px;color:#fff;background:var(--t37-primary);border-radius:50%;padding:4px;flex-shrink:0}.t37-testimonials{padding:6rem 4rem;background:var(--t37-light);text-align:center}.t37-testimonials h2{font-size:2rem;font-weight:700;margin-bottom:3rem}.t37-testimonial-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto}.t37-testimonial{background:#fff;padding:2rem;border-radius:16px;text-align:left}.t37-testimonial>p{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.t37-testimonial-footer{display:flex;align-items:center;gap:1rem}.t37-avatar-sm{width:40px;height:40px;background:var(--t37-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.t37-testimonial-footer strong{display:block;font-weight:600}.t37-testimonial-footer span{font-size:.85rem;color:var(--t37-muted)}.t37-cta{padding:6rem 4rem;text-align:center}.t37-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.t37-cta p{font-size:1.1rem;color:var(--t37-muted);max-width:500px;margin:0 auto 2rem}.t37-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--t37-primary);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .3s}.t37-cta-btn:hover{transform:translateY(-3px)}.t37-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:3rem}.t37-contact-item{display:flex;align-items:center;gap:.5rem;color:var(--t37-muted)}.t37-footer{padding:2rem;text-align:center;background:var(--t37-primary);color:#ffffffb3;font-size:.9rem}@media (max-width: 1024px){.t37-hero{grid-template-columns:1fr}.t37-hero-right{display:none}.t37-features-grid{grid-template-columns:1fr}.t37-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.t37-header{padding:1rem 1.5rem}.t37-nav a:not(.t37-nav-btn){display:none}.t37-hero{padding:7rem 1.5rem 3rem}.t37-hero-left h1{font-size:2.5rem}.t37-hero-buttons{flex-direction:column}.t37-features,.t37-stats,.t37-benefits,.t37-testimonials,.t37-cta{padding:4rem 1.5rem}.t37-stats-grid,.t37-benefits-list,.t37-testimonial-cards{grid-template-columns:1fr}.t37-contact-row{flex-direction:column;gap:1rem}}.template38{--t38-blue: #0066ff;--t38-purple: #8b5cf6;--t38-pink: #ec4899;--t38-dark: #0a0a1a;--t38-text: #1a1a2e;--t38-muted: #666680;--t38-light: #f0f4ff;--t38-white: #ffffff;--t38-gradient: linear-gradient(135deg, var(--t38-blue), var(--t38-purple), var(--t38-pink));font-family:Sora,sans-serif;background:var(--t38-white);color:var(--t38-text);min-height:100vh}.t38-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.t38-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem}.t38-logo-icon{color:var(--t38-blue)}.t38-nav{display:flex;align-items:center;gap:2rem}.t38-nav a{color:var(--t38-text);text-decoration:none;font-size:.95rem;font-weight:500}.t38-nav-btn{background:var(--t38-gradient)!important;color:#fff!important;padding:.75rem 1.5rem;border-radius:50px}.t38-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 4rem 4rem;position:relative;overflow:hidden;background:var(--t38-light)}.t38-wave{position:absolute;width:200%;height:200%;opacity:.5;border-radius:40%;animation:wave 15s linear infinite}.t38-wave-1{background:linear-gradient(135deg,#0066ff1a,#8b5cf61a);top:-80%;left:-50%}.t38-wave-2{background:linear-gradient(135deg,#8b5cf61a,#ec48991a);bottom:-80%;right:-50%;animation-delay:-7s}@keyframes wave{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.t38-hero-content{position:relative;z-index:10;max-width:800px}.t38-hero-tag{display:inline-block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--t38-blue);margin-bottom:1.5rem}.t38-hero-content h1{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.t38-gradient-text{background:var(--t38-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t38-hero-content p{font-size:1.2rem;color:var(--t38-muted);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.t38-hero-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--t38-gradient);color:#fff;padding:1.25rem 2.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s}.t38-hero-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0066ff4d}.t38-about{padding:6rem 4rem;text-align:center;background:var(--t38-white)}.t38-about-content{max-width:700px;margin:0 auto}.t38-about-icon{width:48px;height:48px;color:var(--t38-purple);margin-bottom:1.5rem}.t38-about h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.t38-about p{font-size:1.15rem;color:var(--t38-muted);line-height:1.8}.t38-benefits{padding:6rem 4rem;background:var(--t38-light);text-align:center}.t38-benefits h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem}.t38-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t38-benefit{background:var(--t38-white);padding:2.5rem;border-radius:24px;text-align:center;transition:transform .3s}.t38-benefit:hover{transform:translateY(-5px)}.t38-benefit-icon{width:48px;height:48px;color:var(--t38-blue);margin-bottom:1.5rem}.t38-benefit h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.t38-benefit p{color:var(--t38-muted);line-height:1.6}.t38-stats{padding:4rem;background:var(--t38-gradient)}.t38-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;text-align:center}.t38-stat-num{display:block;font-size:3.5rem;font-weight:800;color:#fff}.t38-stat-label{color:#ffffffd9;font-size:.9rem}.t38-testimonials{padding:6rem 4rem;background:var(--t38-white);text-align:center}.t38-testimonials h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem}.t38-testimonial-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t38-testimonial{background:var(--t38-light);padding:2.5rem;border-radius:24px;text-align:left}.t38-testimonial>p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.t38-author{display:flex;align-items:center;gap:1rem}.t38-avatar{width:50px;height:50px;background:var(--t38-gradient);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.t38-avatar-img{width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--t38-primary)}.t38-author strong{display:block;font-weight:600}.t38-author span{font-size:.85rem;color:var(--t38-muted)}.t38-cta{padding:6rem 4rem;text-align:center;background:var(--t38-dark);color:#fff;position:relative;overflow:hidden}.t38-cta-wave{position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(to bottom right,transparent 49%,var(--t38-dark) 50%);transform:translateY(-99px)}.t38-cta-content{position:relative;z-index:10}.t38-cta h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.t38-cta p{font-size:1.2rem;opacity:.85;max-width:600px;margin:0 auto 2.5rem}.t38-cta-btn{display:inline-block;background:var(--t38-gradient);color:#fff;padding:1.25rem 3rem;border-radius:50px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s}.t38-cta-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #06f6}.t38-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:3rem}.t38-contact-item{display:flex;align-items:center;gap:.5rem;opacity:.7}.t38-footer{padding:2rem;text-align:center;background:var(--t38-dark);color:#ffffff80;font-size:.9rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 1024px){.t38-hero-content h1{font-size:3rem}.t38-benefits-grid{grid-template-columns:1fr}.t38-stats-grid{grid-template-columns:repeat(2,1fr)}.t38-testimonial-cards{grid-template-columns:1fr}}@media (max-width: 768px){.t38-header{padding:1rem 1.5rem}.t38-nav a:not(.t38-nav-btn){display:none}.t38-hero{padding:7rem 1.5rem 3rem}.t38-hero-content h1{font-size:2.5rem}.t38-about,.t38-benefits,.t38-testimonials,.t38-cta{padding:4rem 1.5rem}.t38-about h2,.t38-benefits h2,.t38-testimonials h2{font-size:2rem}.t38-stats-grid{grid-template-columns:1fr}.t38-cta h2{font-size:2rem}.t38-contact-row{flex-direction:column;gap:1rem}}.template39{--t39-dark: #0a0a0a;--t39-gold: #fbbf24;--t39-gold-light: #fef3c7;--t39-white: #ffffff;--t39-muted: #888888;--t39-gray: #1a1a1a;font-family:Space Grotesk,sans-serif;background:var(--t39-dark);color:var(--t39-white);min-height:100vh}.t39-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.t39-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem}.t39-logo-icon{color:var(--t39-gold)}.t39-nav{display:flex;align-items:center;gap:2rem}.t39-nav a{color:var(--t39-muted);text-decoration:none;font-size:.95rem;font-weight:500}.t39-nav a:hover{color:var(--t39-white)}.t39-nav-btn{background:var(--t39-gold)!important;color:var(--t39-dark)!important;padding:.75rem 1.5rem;border-radius:8px;font-weight:600}.t39-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 4rem 4rem;position:relative;overflow:hidden}.t39-spotlight{position:absolute;top:-50%;left:50%;transform:translate(-50%);width:100%;height:150%;background:radial-gradient(ellipse at center top,rgba(251,191,36,.15) 0%,transparent 60%);pointer-events:none}.t39-hero-content{position:relative;z-index:10}.t39-hero-badge{display:inline-block;background:#fbbf241a;border:1px solid rgba(251,191,36,.3);color:var(--t39-gold);padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.t39-hero-content h1{font-size:2rem;font-weight:400;color:var(--t39-muted);margin-bottom:.5rem}.t39-hero-highlight{font-size:6rem!important;font-weight:700!important;color:var(--t39-gold)!important;letter-spacing:.05em;text-shadow:0 0 60px rgba(251,191,36,.5);margin-bottom:2rem!important}.t39-hero-content p{font-size:1.2rem;color:var(--t39-muted);max-width:550px;margin:0 auto 2.5rem;line-height:1.7}.t39-hero-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--t39-gold);color:var(--t39-dark);padding:1.25rem 2.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s}.t39-hero-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #fbbf244d}.t39-label{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--t39-gold);margin-bottom:1rem}.t39-about{padding:6rem 4rem;background:var(--t39-gray);text-align:center}.t39-about-content{max-width:700px;margin:0 auto}.t39-about h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.t39-about p{font-size:1.15rem;color:var(--t39-muted);line-height:1.8}.t39-features{padding:6rem 4rem;text-align:center}.t39-features h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem}.t39-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t39-feature{background:var(--t39-gray);padding:2.5rem;border-radius:16px;text-align:center;position:relative;overflow:hidden;transition:transform .3s}.t39-feature:hover{transform:translateY(-5px)}.t39-feature-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:150px;height:150px;background:radial-gradient(circle,rgba(251,191,36,.1) 0%,transparent 70%);pointer-events:none}.t39-feature-icon{width:48px;height:48px;color:var(--t39-gold);margin-bottom:1.5rem;position:relative;z-index:2}.t39-feature h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;position:relative;z-index:2}.t39-feature p{color:var(--t39-muted);line-height:1.6;position:relative;z-index:2}.t39-stats{padding:4rem;background:var(--t39-gold)}.t39-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto;text-align:center}.t39-stat-num{display:block;font-size:4rem;font-weight:700;color:var(--t39-dark)}.t39-stat-label{color:#000000b3;font-size:.95rem}.t39-testimonials{padding:6rem 4rem;background:var(--t39-gray);text-align:center}.t39-testimonials h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem}.t39-testimonial-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t39-testimonial{background:var(--t39-dark);padding:2.5rem;border-radius:16px;text-align:left;border:1px solid rgba(255,255,255,.05);position:relative}.t39-quote{position:absolute;top:1rem;left:1.5rem;font-size:4rem;color:var(--t39-gold);opacity:.3;font-family:serif;line-height:1}.t39-testimonial>p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;padding-top:1rem}.t39-author{display:flex;align-items:center;gap:1rem}.t39-avatar{width:50px;height:50px;background:var(--t39-gold);color:var(--t39-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.t39-avatar-img{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid var(--t39-gold);display:block;margin:0 auto 1rem}.t39-author strong{display:block;font-weight:600}.t39-author span{font-size:.85rem;color:var(--t39-muted)}.t39-cta{padding:6rem 4rem;text-align:center;position:relative;overflow:hidden}.t39-cta-spotlight{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:200%;background:radial-gradient(ellipse at center top,rgba(251,191,36,.1) 0%,transparent 50%);pointer-events:none}.t39-cta-content{position:relative;z-index:10}.t39-cta h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.t39-cta p{font-size:1.2rem;color:var(--t39-muted);max-width:550px;margin:0 auto 2.5rem}.t39-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--t39-gold);color:var(--t39-dark);padding:1.25rem 3rem;border-radius:8px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s}.t39-cta-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #fbbf2466}.t39-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:3rem}.t39-contact-item{display:flex;align-items:center;gap:.5rem;color:var(--t39-muted)}.t39-contact-item svg{color:var(--t39-gold)}.t39-footer{padding:2rem;text-align:center;background:var(--t39-dark);color:var(--t39-muted);font-size:.9rem;border-top:1px solid rgba(255,255,255,.05)}@media (max-width: 1024px){.t39-hero-highlight{font-size:4rem!important}.t39-features-grid,.t39-stats-grid,.t39-testimonial-cards{grid-template-columns:1fr}}@media (max-width: 768px){.t39-header{padding:1rem 1.5rem}.t39-nav a:not(.t39-nav-btn){display:none}.t39-hero{padding:7rem 1.5rem 3rem}.t39-hero-highlight{font-size:3rem!important}.t39-about,.t39-features,.t39-testimonials,.t39-cta{padding:4rem 1.5rem}.t39-about h2,.t39-features h2,.t39-testimonials h2,.t39-cta h2{font-size:2rem}.t39-contact-row{flex-direction:column;gap:1rem}}.template40{--t40-navy: #0f172a;--t40-gold: #d4a853;--t40-gold-light: #f0d78c;--t40-cream: #faf9f6;--t40-gray: #64748b;--t40-light: #f8fafc;font-family:Inter,sans-serif;background:var(--t40-cream);color:var(--t40-navy);min-height:100vh}.t40-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(15,23,42,.08)}.t40-logo{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;color:var(--t40-navy)}.t40-logo span{color:var(--t40-gold)}.t40-nav{display:flex;align-items:center;gap:2.5rem}.t40-nav a{color:var(--t40-navy);text-decoration:none;font-weight:500;font-size:.9rem;transition:color .3s}.t40-nav a:hover{color:var(--t40-gold)}.t40-nav-btn{background:var(--t40-navy)!important;color:#fff!important;padding:.85rem 2rem;border-radius:4px}.t40-nav-btn:hover{background:#1e293b!important}.t40-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:8rem 4rem 4rem;gap:4rem;background:linear-gradient(135deg,var(--t40-cream) 0%,var(--t40-light) 100%)}.t40-hero-content{max-width:600px}.t40-hero-tagline{display:inline-flex;align-items:center;gap:.5rem;color:var(--t40-gold);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.t40-hero-tagline:before{content:"";width:40px;height:2px;background:var(--t40-gold)}.t40-hero h1{font-family:Playfair Display,serif;font-size:4rem;font-weight:700;line-height:1.15;margin-bottom:1.5rem;color:var(--t40-navy)}.t40-hero h1 span{color:var(--t40-gold);font-style:italic}.t40-hero-desc{font-size:1.15rem;color:var(--t40-gray);line-height:1.8;margin-bottom:2.5rem}.t40-hero-btns{display:flex;gap:1rem}.t40-btn-primary{background:var(--t40-navy);color:#fff;padding:1rem 2.5rem;border-radius:4px;font-weight:600;text-decoration:none;transition:all .3s}.t40-btn-primary:hover{background:#1e293b;transform:translateY(-2px)}.t40-btn-secondary{background:transparent;color:var(--t40-navy);padding:1rem 2.5rem;border:2px solid var(--t40-navy);border-radius:4px;font-weight:600;text-decoration:none;transition:all .3s}.t40-btn-secondary:hover{background:var(--t40-navy);color:#fff}.t40-hero-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;position:relative}.t40-hero-img{border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #0000001a}.t40-hero-img img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover}.t40-hero-img:first-child{grid-column:span 2}.t40-hero-img:first-child img{height:280px}.t40-stats-bar{background:var(--t40-navy);padding:4rem;display:flex;justify-content:center;gap:6rem}.t40-stat{text-align:center;color:#fff}.t40-stat-value{display:block;font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;color:var(--t40-gold);margin-bottom:.5rem}.t40-stat-label{font-size:.95rem;opacity:.8}.t40-about{padding:7rem 4rem;background:#fff}.t40-section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t40-section-tag{display:inline-block;color:var(--t40-gold);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.t40-section-title{font-family:Playfair Display,serif;font-size:2.75rem;font-weight:700;color:var(--t40-navy);margin-bottom:1rem}.t40-section-desc{font-size:1.1rem;color:var(--t40-gray);line-height:1.7}.t40-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.t40-about-image{position:relative}.t40-about-image img{width:100%;height:500px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.t40-about-image:before{content:"";position:absolute;top:-20px;left:-20px;width:100%;height:100%;border:3px solid var(--t40-gold);border-radius:12px;z-index:-1}.t40-about-content h3{font-family:Playfair Display,serif;font-size:2rem;margin-bottom:1.5rem}.t40-about-content p{color:var(--t40-gray);line-height:1.8;margin-bottom:1.5rem}.t40-about-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.t40-feature-item{display:flex;align-items:center;gap:.75rem;font-weight:500}.t40-feature-item svg{color:var(--t40-gold)}.t40-coverage{padding:7rem 4rem;background:var(--t40-light)}.t40-coverage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t40-coverage-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;transition:transform .3s,box-shadow .3s}.t40-coverage-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000001a}.t40-coverage-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--t40-gold) 0%,var(--t40-gold-light) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.t40-coverage-icon svg{color:var(--t40-navy);width:28px;height:28px}.t40-coverage-card h3{font-family:Playfair Display,serif;font-size:1.35rem;margin-bottom:1rem}.t40-coverage-card p{color:var(--t40-gray);line-height:1.7;font-size:.95rem}.t40-gallery{padding:7rem 4rem;background:#fff}.t40-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}.t40-gallery-item{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:1}.t40-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.t40-gallery-item:hover img{transform:scale(1.08)}.t40-gallery-item.large{grid-column:span 2;grid-row:span 2}.t40-gallery-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(transparent,#0f172ae6);color:#fff;opacity:0;transform:translateY(20px);transition:all .3s}.t40-gallery-item:hover .t40-gallery-overlay{opacity:1;transform:translateY(0)}.t40-gallery-overlay h4{font-family:Playfair Display,serif;font-size:1.1rem;margin-bottom:.25rem}.t40-gallery-overlay p{font-size:.85rem;opacity:.8}.t40-testimonials{padding:7rem 4rem;background:var(--t40-navy);color:#fff}.t40-testimonials .t40-section-tag{color:var(--t40-gold)}.t40-testimonials .t40-section-title{color:#fff}.t40-testimonials .t40-section-desc{color:#ffffffb3}.t40-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t40-testimonial-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:2.5rem;border-radius:12px}.t40-testimonial-quote{color:var(--t40-gold);font-size:3rem;font-family:Playfair Display,serif;line-height:1;margin-bottom:1rem}.t40-testimonial-text{font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem;opacity:.9}.t40-testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.t40-testimonial-avatar{width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--t40-gold)}.t40-testimonial-author strong{display:block;font-weight:600}.t40-testimonial-author span{font-size:.85rem;color:var(--t40-gold)}.t40-cta{padding:7rem 4rem;background:linear-gradient(135deg,var(--t40-gold) 0%,#c49843 100%);text-align:center}.t40-cta h2{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:var(--t40-navy);margin-bottom:1rem}.t40-cta p{font-size:1.2rem;color:#0f172acc;max-width:600px;margin:0 auto 2.5rem}.t40-cta-btn{display:inline-block;background:var(--t40-navy);color:#fff;padding:1.25rem 3rem;border-radius:4px;font-weight:600;text-decoration:none;transition:all .3s}.t40-cta-btn:hover{background:#1e293b;transform:translateY(-3px)}.t40-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:2.5rem}.t40-contact-item{display:flex;align-items:center;gap:.5rem;color:var(--t40-navy);font-weight:500}.t40-footer{background:var(--t40-navy);color:#fff;padding:3rem 4rem;text-align:center}.t40-footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.t40-footer-logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.t40-footer-logo span{color:var(--t40-gold)}.t40-footer-links{display:flex;gap:2rem}.t40-footer-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .3s}.t40-footer-links a:hover{color:var(--t40-gold)}.t40-footer-copy{color:#ffffff80;font-size:.85rem}@media (max-width: 1024px){.t40-hero{grid-template-columns:1fr;padding-top:7rem}.t40-hero h1{font-size:3rem}.t40-hero-images{max-width:500px;margin:0 auto}.t40-stats-bar{flex-wrap:wrap;gap:3rem}.t40-about-grid{grid-template-columns:1fr}.t40-coverage-grid,.t40-testimonial-grid{grid-template-columns:1fr 1fr}.t40-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.t40-header{padding:1rem 1.5rem}.t40-nav a:not(.t40-nav-btn){display:none}.t40-hero{padding:6rem 1.5rem 3rem}.t40-hero h1{font-size:2.25rem}.t40-hero-btns{flex-direction:column}.t40-stats-bar{padding:3rem 1.5rem;gap:2rem}.t40-stat-value{font-size:2.5rem}.t40-about,.t40-coverage,.t40-gallery,.t40-testimonials,.t40-cta{padding:4rem 1.5rem}.t40-section-title{font-size:2rem}.t40-coverage-grid,.t40-testimonial-grid,.t40-gallery-grid{grid-template-columns:1fr}.t40-gallery-item.large{grid-column:span 1;grid-row:span 1}.t40-cta h2{font-size:2rem}.t40-contact-row{flex-direction:column;gap:1rem}.t40-footer-content{flex-direction:column;gap:1.5rem}}.template41{--t41-orange: #ff6b35;--t41-yellow: #ffc233;--t41-peach: #fff5eb;--t41-dark: #1a1a2e;--t41-gray: #6b7280;--t41-white: #ffffff;font-family:Poppins,sans-serif;background:var(--t41-white);color:var(--t41-dark);min-height:100vh}.t41-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;background:var(--t41-white);box-shadow:0 2px 20px #0000000d}.t41-logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--t41-orange),var(--t41-yellow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t41-nav{display:flex;align-items:center;gap:2rem}.t41-nav a{color:var(--t41-dark);text-decoration:none;font-weight:500;font-size:.9rem;transition:color .3s}.t41-nav a:hover{color:var(--t41-orange)}.t41-nav-btn{background:linear-gradient(135deg,var(--t41-orange),var(--t41-yellow))!important;color:#fff!important;padding:.75rem 1.75rem;border-radius:50px}.t41-hero{min-height:100vh;background:linear-gradient(180deg,var(--t41-peach) 0%,var(--t41-white) 100%);padding:10rem 4rem 6rem;text-align:center}.t41-hero-badge{display:inline-block;background:linear-gradient(135deg,var(--t41-orange),var(--t41-yellow));color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:2rem}.t41-hero h1{font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;max-width:900px;margin-left:auto;margin-right:auto}.t41-hero h1 span{background:linear-gradient(135deg,var(--t41-orange),var(--t41-yellow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t41-hero-desc{font-size:1.25rem;color:var(--t41-gray);max-width:600px;margin:0 auto 3rem;line-height:1.7}.t41-hero-cta{display:inline-block;background:linear-gradient(135deg,var(--t41-orange),var(--t41-yellow));color:#fff;padding:1.25rem 3rem;border-radius:50px;font-weight:600;font-size:1.1rem;text-decoration:none;box-shadow:0 10px 30px #ff6b354d;transition:transform .3s,box-shadow .3s}.t41-hero-cta:hover{transform:translateY(-3px);box-shadow:0 15px 40px #ff6b3566}.t41-hero-images{display:flex;justify-content:center;gap:1.5rem;margin-top:4rem;flex-wrap:wrap}.t41-hero-image{width:280px;height:350px;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #0000001a}.t41-hero-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t41-hero-image:nth-child(2){transform:translateY(-30px)}.t41-trust{padding:5rem 4rem;background:var(--t41-white)}.t41-trust-content{display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap}.t41-trust-stat{text-align:center}.t41-trust-num{display:block;font-size:3rem;font-weight:800;background:linear-gradient(135deg,var(--t41-orange),var(--t41-yellow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t41-trust-label{color:var(--t41-gray);font-size:.95rem}.t41-section-tag{display:inline-block;background:var(--t41-peach);color:var(--t41-orange);padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.t41-section-title{font-size:2.75rem;font-weight:700;margin-bottom:1rem}.t41-section-desc{color:var(--t41-gray);font-size:1.1rem;line-height:1.7}.t41-why{padding:6rem 4rem;background:var(--t41-peach)}.t41-why-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t41-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t41-why-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #0000000d;transition:transform .3s}.t41-why-card:hover{transform:translateY(-5px)}.t41-why-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--t41-orange),var(--t41-yellow));border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.t41-why-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.t41-why-card p{color:var(--t41-gray);line-height:1.7}.t41-products{padding:6rem 4rem;background:#fff}.t41-products-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t41-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t41-product-card{display:flex;gap:1.5rem;padding:2rem;background:var(--t41-peach);border-radius:20px}.t41-product-img{width:120px;height:120px;border-radius:16px;overflow:hidden;flex-shrink:0}.t41-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t41-product-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.t41-product-content p{color:var(--t41-gray);font-size:.9rem;line-height:1.6}.t41-gallery{padding:6rem 4rem;background:var(--t41-dark)}.t41-gallery .t41-section-tag{background:#ff6b3533}.t41-gallery .t41-section-title{color:#fff}.t41-gallery .t41-section-desc{color:#ffffffb3}.t41-gallery-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t41-gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;max-width:1400px;margin:0 auto}.t41-gallery-item{aspect-ratio:1;border-radius:16px;overflow:hidden}.t41-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.t41-gallery-item:hover img{transform:scale(1.1)}.t41-gallery-item.wide{grid-column:span 2}.t41-testimonials{padding:6rem 4rem;background:#fff}.t41-testimonials-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t41-testimonial-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t41-testimonial-card{background:var(--t41-peach);padding:2rem;border-radius:20px}.t41-testimonial-stars{color:var(--t41-yellow);margin-bottom:1rem;display:flex;gap:.25rem}.t41-testimonial-text{font-size:1rem;line-height:1.7;margin-bottom:1.5rem;color:var(--t41-dark)}.t41-testimonial-author{display:flex;align-items:center;gap:1rem}.t41-testimonial-avatar{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.t41-testimonial-author strong{display:block;font-weight:600;font-size:.95rem}.t41-testimonial-author span{color:var(--t41-gray);font-size:.85rem}.t41-cta{padding:6rem 4rem;background:linear-gradient(135deg,var(--t41-orange),var(--t41-yellow));text-align:center}.t41-cta h2{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem}.t41-cta p{color:#ffffffe6;font-size:1.2rem;max-width:600px;margin:0 auto 2.5rem}.t41-cta-btn{display:inline-block;background:#fff;color:var(--t41-orange);padding:1.25rem 3rem;border-radius:50px;font-weight:600;text-decoration:none;transition:transform .3s}.t41-cta-btn:hover{transform:translateY(-3px)}.t41-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:2rem;color:#fff}.t41-contact-item{display:flex;align-items:center;gap:.5rem}.t41-footer{padding:2rem;text-align:center;background:var(--t41-dark);color:#fff9;font-size:.9rem}@media (max-width: 1024px){.t41-hero h1{font-size:3rem}.t41-hero-images{flex-direction:column;align-items:center}.t41-hero-image:nth-child(2){transform:none}.t41-why-grid,.t41-testimonial-cards{grid-template-columns:1fr 1fr}.t41-products-grid{grid-template-columns:1fr}.t41-gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.t41-header{padding:1rem 1.5rem}.t41-nav a:not(.t41-nav-btn){display:none}.t41-hero{padding:8rem 1.5rem 4rem}.t41-hero h1{font-size:2.25rem}.t41-trust-content{gap:2rem}.t41-why,.t41-products,.t41-gallery,.t41-testimonials,.t41-cta{padding:4rem 1.5rem}.t41-section-title{font-size:2rem}.t41-why-grid,.t41-testimonial-cards,.t41-gallery-grid{grid-template-columns:1fr}.t41-gallery-item.wide{grid-column:span 1}.t41-cta h2{font-size:2rem}.t41-contact-row{flex-direction:column;gap:1rem}}.template42{--t42-forest: #2d5a3d;--t42-cream: #f5f1e8;--t42-sage: #8fbc8f;--t42-dark: #1a2e1a;--t42-gray: #5c6b5c;--t42-white: #ffffff;font-family:DM Sans,sans-serif;background:var(--t42-cream);color:var(--t42-dark);min-height:100vh}.t42-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;background:#f5f1e8f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.t42-logo{font-family:"Source Serif 4",serif;font-size:1.75rem;font-weight:600;color:var(--t42-forest)}.t42-nav{display:flex;align-items:center;gap:2.5rem}.t42-nav a{color:var(--t42-dark);text-decoration:none;font-weight:500;font-size:.9rem}.t42-nav a:hover{color:var(--t42-forest)}.t42-nav-btn{background:var(--t42-forest)!important;color:#fff!important;padding:.75rem 1.75rem;border-radius:4px}.t42-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:8rem 4rem;gap:4rem}.t42-hero-content{max-width:550px}.t42-hero-tagline{display:inline-block;color:var(--t42-forest);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem}.t42-hero h1{font-family:"Source Serif 4",serif;font-size:3.75rem;font-weight:600;line-height:1.15;margin-bottom:1.5rem}.t42-hero h1 em{color:var(--t42-forest);font-style:italic}.t42-hero-desc{font-size:1.15rem;color:var(--t42-gray);line-height:1.8;margin-bottom:2.5rem}.t42-hero-btns{display:flex;gap:1rem}.t42-btn-primary{background:var(--t42-forest);color:#fff;padding:1rem 2rem;border-radius:4px;font-weight:600;text-decoration:none;transition:background .3s}.t42-btn-primary:hover{background:var(--t42-dark)}.t42-btn-outline{border:2px solid var(--t42-forest);color:var(--t42-forest);padding:1rem 2rem;border-radius:4px;font-weight:600;text-decoration:none;transition:all .3s}.t42-btn-outline:hover{background:var(--t42-forest);color:#fff}.t42-hero-images{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.t42-hero-img{border-radius:12px;overflow:hidden}.t42-hero-img img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover}.t42-hero-img:first-child{grid-column:span 2}.t42-hero-img:first-child img{height:300px}.t42-section-tag{display:inline-block;color:var(--t42-forest);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem}.t42-section-title{font-family:"Source Serif 4",serif;font-size:2.75rem;font-weight:600;margin-bottom:1rem}.t42-section-desc{color:var(--t42-gray);font-size:1.1rem;line-height:1.7}.t42-values{padding:6rem 4rem;background:#fff}.t42-values-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t42-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t42-value-card{text-align:center;padding:2rem}.t42-value-icon{width:70px;height:70px;background:var(--t42-cream);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--t42-forest)}.t42-value-card h3{font-family:"Source Serif 4",serif;font-size:1.25rem;margin-bottom:.75rem}.t42-value-card p{color:var(--t42-gray);font-size:.95rem;line-height:1.6}.t42-about{padding:6rem 4rem;background:var(--t42-forest);color:#fff}.t42-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.t42-about-content .t42-section-tag{color:var(--t42-sage)}.t42-about-content .t42-section-title{color:#fff}.t42-about-content p{color:#ffffffd9;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.t42-about-image img{width:100%;height:450px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.t42-coverage{padding:6rem 4rem;background:var(--t42-cream)}.t42-coverage-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t42-coverage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.t42-coverage-card{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid rgba(45,90,61,.1);transition:border-color .3s,box-shadow .3s}.t42-coverage-card:hover{border-color:var(--t42-forest);box-shadow:0 10px 40px #2d5a3d1a}.t42-coverage-icon{color:var(--t42-forest);margin-bottom:1.5rem}.t42-coverage-card h3{font-family:"Source Serif 4",serif;font-size:1.35rem;margin-bottom:1rem}.t42-coverage-card p{color:var(--t42-gray);line-height:1.7}.t42-moments{padding:6rem 4rem;background:#fff}.t42-moments-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t42-moments-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}.t42-moment-item{position:relative;aspect-ratio:.9;border-radius:12px;overflow:hidden}.t42-moment-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t42-moment-item.tall{grid-row:span 2;aspect-ratio:auto}.t42-testimonials{padding:6rem 4rem;background:var(--t42-cream)}.t42-testimonials-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t42-testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t42-testimonial-card{background:#fff;padding:2.5rem;border-radius:12px}.t42-testimonial-text{font-family:"Source Serif 4",serif;font-size:1.15rem;line-height:1.8;margin-bottom:1.5rem;font-style:italic;color:var(--t42-dark)}.t42-testimonial-author{display:flex;align-items:center;gap:1rem}.t42-testimonial-avatar{width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid var(--t42-sage)}.t42-testimonial-author strong{display:block;font-weight:600}.t42-testimonial-author span{color:var(--t42-gray);font-size:.85rem}.t42-cta{padding:6rem 4rem;background:var(--t42-dark);text-align:center}.t42-cta h2{font-family:"Source Serif 4",serif;font-size:3rem;color:#fff;margin-bottom:1rem}.t42-cta p{color:#fffc;font-size:1.2rem;max-width:600px;margin:0 auto 2.5rem}.t42-cta-btn{display:inline-block;background:var(--t42-sage);color:var(--t42-dark);padding:1.25rem 3rem;border-radius:4px;font-weight:600;text-decoration:none;transition:background .3s}.t42-cta-btn:hover{background:#fff}.t42-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:2.5rem;color:#ffffffb3}.t42-contact-item{display:flex;align-items:center;gap:.5rem}.t42-footer{padding:2rem;text-align:center;background:var(--t42-dark);color:#ffffff80;font-size:.9rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 1024px){.t42-hero{grid-template-columns:1fr;padding-top:7rem}.t42-hero h1{font-size:3rem}.t42-values-grid{grid-template-columns:repeat(2,1fr)}.t42-about-grid{grid-template-columns:1fr}.t42-coverage-grid{grid-template-columns:1fr 1fr}.t42-moments-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.t42-header{padding:1rem 1.5rem}.t42-nav a:not(.t42-nav-btn){display:none}.t42-hero{padding:6rem 1.5rem 3rem}.t42-hero h1{font-size:2.25rem}.t42-hero-btns{flex-direction:column}.t42-values,.t42-about,.t42-coverage,.t42-moments,.t42-testimonials,.t42-cta{padding:4rem 1.5rem}.t42-section-title{font-size:2rem}.t42-values-grid,.t42-coverage-grid,.t42-testimonial-grid,.t42-moments-grid{grid-template-columns:1fr}.t42-moment-item.tall{grid-row:span 1;aspect-ratio:1}.t42-cta h2{font-size:2rem}.t42-contact-row{flex-direction:column;gap:1rem}}.template43{--t43-blue: #0066ff;--t43-blue-light: #e6f0ff;--t43-dark: #0a1628;--t43-gray: #64748b;--t43-light: #f8fafc;--t43-white: #ffffff;font-family:Outfit,sans-serif;background:var(--t43-white);color:var(--t43-dark);min-height:100vh}.t43-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}.t43-logo{font-size:1.5rem;font-weight:700;color:var(--t43-blue)}.t43-nav{display:flex;align-items:center;gap:2rem}.t43-nav a{color:var(--t43-dark);text-decoration:none;font-weight:500;font-size:.9rem}.t43-nav a:hover{color:var(--t43-blue)}.t43-nav-btn{background:var(--t43-blue)!important;color:#fff!important;padding:.75rem 1.75rem;border-radius:8px}.t43-hero{padding:10rem 4rem 6rem;background:linear-gradient(180deg,var(--t43-blue-light) 0%,var(--t43-white) 100%)}.t43-hero-content{text-align:center;max-width:900px;margin:0 auto 4rem}.t43-hero-badge{display:inline-block;background:var(--t43-blue);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:2rem}.t43-hero h1{font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.t43-hero h1 span{color:var(--t43-blue)}.t43-hero-desc{font-size:1.25rem;color:var(--t43-gray);max-width:650px;margin:0 auto 2.5rem;line-height:1.7}.t43-hero-btns{display:flex;justify-content:center;gap:1rem}.t43-btn-primary{background:var(--t43-blue);color:#fff;padding:1rem 2.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s}.t43-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0066ff4d}.t43-btn-secondary{background:#fff;color:var(--t43-dark);padding:1rem 2.5rem;border:2px solid var(--t43-dark);border-radius:8px;font-weight:600;text-decoration:none}.t43-btn-secondary:hover{background:var(--t43-dark);color:#fff}.t43-hero-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.t43-hero-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #00000014}.t43-hero-card img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.t43-hero-card-content{padding:1.5rem}.t43-hero-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.t43-hero-card p{color:var(--t43-gray);font-size:.9rem}.t43-stats{padding:4rem;background:var(--t43-dark)}.t43-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto;text-align:center}.t43-stat-num{display:block;font-size:3.5rem;font-weight:800;color:var(--t43-blue);margin-bottom:.5rem}.t43-stat-label{color:#fffc;font-size:.95rem}.t43-section-tag{display:inline-block;background:var(--t43-blue-light);color:var(--t43-blue);padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.t43-section-title{font-size:2.75rem;font-weight:700;margin-bottom:1rem}.t43-section-desc{color:var(--t43-gray);font-size:1.1rem;line-height:1.7}.t43-products{padding:6rem 4rem;background:#fff}.t43-products-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t43-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t43-product-card{background:var(--t43-light);padding:2.5rem;border-radius:16px;transition:transform .3s,box-shadow .3s}.t43-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #0000001a}.t43-product-icon{width:60px;height:60px;background:var(--t43-blue);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.t43-product-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.t43-product-card p{color:var(--t43-gray);line-height:1.7}.t43-family{padding:6rem 4rem;background:var(--t43-light)}.t43-family-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t43-family-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;max-width:1400px;margin:0 auto}.t43-family-item{aspect-ratio:1;border-radius:12px;overflow:hidden}.t43-family-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.t43-family-item:hover img{transform:scale(1.08)}.t43-family-item.span-2{grid-column:span 2;grid-row:span 2}.t43-testimonials{padding:6rem 4rem;background:#fff}.t43-testimonials-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t43-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t43-testimonial-card{background:var(--t43-light);padding:2rem;border-radius:16px}.t43-testimonial-rating{color:#fbbf24;margin-bottom:1rem;display:flex;gap:.25rem}.t43-testimonial-text{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.t43-testimonial-author{display:flex;align-items:center;gap:1rem}.t43-testimonial-avatar{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.t43-testimonial-author strong{display:block;font-weight:600}.t43-testimonial-author span{color:var(--t43-gray);font-size:.85rem}.t43-cta{padding:6rem 4rem;background:var(--t43-blue);text-align:center}.t43-cta h2{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem}.t43-cta p{color:#ffffffe6;font-size:1.2rem;max-width:600px;margin:0 auto 2.5rem}.t43-cta-btn{display:inline-block;background:#fff;color:var(--t43-blue);padding:1.25rem 3rem;border-radius:8px;font-weight:600;text-decoration:none;transition:transform .3s}.t43-cta-btn:hover{transform:translateY(-3px)}.t43-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:2rem;color:#fff}.t43-contact-item{display:flex;align-items:center;gap:.5rem}.t43-footer{padding:2rem;text-align:center;background:var(--t43-dark);color:#fff9;font-size:.9rem}@media (max-width: 1024px){.t43-hero h1{font-size:3.5rem}.t43-hero-grid,.t43-products-grid,.t43-testimonial-grid{grid-template-columns:1fr 1fr}.t43-stats-grid{grid-template-columns:repeat(2,1fr)}.t43-family-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.t43-header{padding:1rem 1.5rem}.t43-nav a:not(.t43-nav-btn){display:none}.t43-hero{padding:8rem 1.5rem 4rem}.t43-hero h1{font-size:2.5rem}.t43-hero-btns{flex-direction:column}.t43-stats{padding:3rem 1.5rem}.t43-products,.t43-family,.t43-testimonials,.t43-cta{padding:4rem 1.5rem}.t43-section-title{font-size:2rem}.t43-hero-grid,.t43-products-grid,.t43-testimonial-grid,.t43-stats-grid,.t43-family-grid{grid-template-columns:1fr}.t43-family-item.span-2{grid-column:span 1;grid-row:span 1}.t43-cta h2{font-size:2rem}.t43-contact-row{flex-direction:column;gap:1rem}}.template44{--t44-dark: #0d0d0d;--t44-teal: #14b8a6;--t44-teal-light: #99f6e4;--t44-gray: #71717a;--t44-light: #fafafa;--t44-white: #ffffff;font-family:Sora,sans-serif;background:var(--t44-dark);color:var(--t44-white);min-height:100vh}.t44-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;background:#0d0d0df2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.t44-logo{font-size:1.5rem;font-weight:700;color:var(--t44-teal)}.t44-nav{display:flex;align-items:center;gap:2rem}.t44-nav a{color:#fffc;text-decoration:none;font-weight:500;font-size:.9rem}.t44-nav a:hover{color:var(--t44-teal)}.t44-nav-btn{background:var(--t44-teal)!important;color:var(--t44-dark)!important;padding:.75rem 1.75rem;border-radius:50px;font-weight:600}.t44-hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:8rem 4rem;position:relative;overflow:hidden}.t44-hero-glow{position:absolute;width:600px;height:600px;background:var(--t44-teal);border-radius:50%;filter:blur(150px);opacity:.15;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.t44-hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.t44-hero-badge{display:inline-block;border:1px solid var(--t44-teal);color:var(--t44-teal);padding:.5rem 1.5rem;border-radius:50px;font-size:.85rem;font-weight:500;margin-bottom:2rem}.t44-hero h1{font-size:5rem;font-weight:800;line-height:1.05;margin-bottom:1.5rem}.t44-hero h1 span{color:var(--t44-teal)}.t44-hero-desc{font-size:1.25rem;color:#ffffffb3;max-width:600px;margin:0 auto 3rem;line-height:1.7}.t44-hero-cta{display:inline-block;background:var(--t44-teal);color:var(--t44-dark);padding:1.25rem 3rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s}.t44-hero-cta:hover{box-shadow:0 0 40px #14b8a666;transform:translateY(-2px)}.t44-hero-images{display:flex;justify-content:center;gap:1.5rem;margin-top:4rem;position:relative;z-index:1}.t44-hero-img{width:200px;height:280px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.t44-hero-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t44-section-tag{display:inline-block;border:1px solid var(--t44-teal);color:var(--t44-teal);padding:.4rem 1rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.t44-section-title{font-size:2.75rem;font-weight:700;margin-bottom:1rem}.t44-section-desc{color:#fff9;font-size:1.1rem;line-height:1.7}.t44-features{padding:6rem 4rem;background:linear-gradient(180deg,var(--t44-dark) 0%,#111 100%)}.t44-features-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t44-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t44-feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);padding:2.5rem;border-radius:20px;transition:border-color .3s,background .3s}.t44-feature-card:hover{border-color:var(--t44-teal);background:#14b8a60d}.t44-feature-icon{width:50px;height:50px;background:#14b8a633;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--t44-teal)}.t44-feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.t44-feature-card p{color:#fff9;line-height:1.7}.t44-stats{padding:5rem 4rem;background:var(--t44-teal);color:var(--t44-dark)}.t44-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto;text-align:center}.t44-stat-num{display:block;font-size:3.5rem;font-weight:800}.t44-stat-label{font-size:.95rem;opacity:.8}.t44-gallery{padding:6rem 4rem;background:var(--t44-dark)}.t44-gallery-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t44-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1400px;margin:0 auto}.t44-gallery-item{aspect-ratio:1;border-radius:16px;overflow:hidden;position:relative}.t44-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t44-gallery-item.wide{grid-column:span 2}.t44-gallery-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 60%,var(--t44-dark));opacity:0;transition:opacity .3s}.t44-gallery-item:hover:after{opacity:1}.t44-testimonials{padding:6rem 4rem;background:#111}.t44-testimonials-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t44-testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t44-testimonial-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);padding:2.5rem;border-radius:20px}.t44-testimonial-text{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#ffffffe6}.t44-testimonial-author{display:flex;align-items:center;gap:1rem}.t44-testimonial-avatar{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--t44-teal)}.t44-testimonial-author strong{display:block;font-weight:600}.t44-testimonial-author span{color:var(--t44-teal);font-size:.85rem}.t44-cta{padding:6rem 4rem;background:var(--t44-dark);text-align:center;position:relative;overflow:hidden}.t44-cta-glow{position:absolute;width:500px;height:500px;background:var(--t44-teal);border-radius:50%;filter:blur(150px);opacity:.1;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.t44-cta-content{position:relative;z-index:1}.t44-cta h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.t44-cta p{color:#ffffffb3;font-size:1.2rem;max-width:600px;margin:0 auto 2.5rem}.t44-cta-btn{display:inline-block;background:var(--t44-teal);color:var(--t44-dark);padding:1.25rem 3rem;border-radius:50px;font-weight:600;text-decoration:none}.t44-cta-btn:hover{box-shadow:0 0 40px #14b8a666}.t44-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:2.5rem;color:#fff9}.t44-contact-item{display:flex;align-items:center;gap:.5rem}.t44-footer{padding:2rem;text-align:center;background:var(--t44-dark);color:#fff6;font-size:.9rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 1024px){.t44-hero h1{font-size:3.5rem}.t44-hero-images{flex-wrap:wrap}.t44-features-grid{grid-template-columns:1fr 1fr}.t44-stats-grid,.t44-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.t44-header{padding:1rem 1.5rem}.t44-nav a:not(.t44-nav-btn){display:none}.t44-hero{padding:7rem 1.5rem 4rem}.t44-hero h1{font-size:2.5rem}.t44-hero-images{gap:.75rem}.t44-hero-img{width:140px;height:180px}.t44-features,.t44-gallery,.t44-testimonials,.t44-cta{padding:4rem 1.5rem}.t44-section-title{font-size:2rem}.t44-features-grid,.t44-testimonial-grid,.t44-gallery-grid{grid-template-columns:1fr}.t44-gallery-item.wide{grid-column:span 1}.t44-cta h2{font-size:2rem}.t44-contact-row{flex-direction:column;gap:1rem}}.template45{--t45-burgundy: #722f37;--t45-gold: #c9a961;--t45-cream: #faf8f5;--t45-dark: #1c1c1c;--t45-gray: #6b6b6b;--t45-white: #ffffff;font-family:Lato,sans-serif;background:var(--t45-cream);color:var(--t45-dark);min-height:100vh}.t45-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;background:var(--t45-cream);border-bottom:1px solid rgba(0,0,0,.05)}.t45-logo{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:600;color:var(--t45-burgundy)}.t45-nav{display:flex;align-items:center;gap:2.5rem}.t45-nav a{color:var(--t45-dark);text-decoration:none;font-weight:500;font-size:.9rem;letter-spacing:.03em}.t45-nav a:hover{color:var(--t45-burgundy)}.t45-nav-btn{background:var(--t45-burgundy)!important;color:#fff!important;padding:.75rem 1.75rem;border-radius:0}.t45-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:80px}.t45-hero-content{display:flex;flex-direction:column;justify-content:center;padding:4rem;max-width:600px;margin-left:auto}.t45-hero-tagline{display:inline-block;color:var(--t45-gold);font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem}.t45-hero h1{font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:500;line-height:1.15;margin-bottom:1.5rem}.t45-hero h1 span{color:var(--t45-burgundy);font-style:italic}.t45-hero-desc{font-size:1.1rem;color:var(--t45-gray);line-height:1.8;margin-bottom:2.5rem}.t45-hero-btns{display:flex;gap:1rem}.t45-btn-primary{background:var(--t45-burgundy);color:#fff;padding:1rem 2.5rem;text-decoration:none;font-weight:500;letter-spacing:.05em;transition:background .3s}.t45-btn-primary:hover{background:#5a252c}.t45-btn-outline{border:1px solid var(--t45-dark);color:var(--t45-dark);padding:1rem 2.5rem;text-decoration:none;font-weight:500;letter-spacing:.05em;transition:all .3s}.t45-btn-outline:hover{background:var(--t45-dark);color:#fff}.t45-hero-image{position:relative;overflow:hidden}.t45-hero-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t45-hero-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(transparent,var(--t45-cream))}.t45-section-tag{display:inline-block;color:var(--t45-gold);font-weight:500;font-size:.8rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem}.t45-section-title{font-family:Cormorant Garamond,serif;font-size:2.75rem;font-weight:500;margin-bottom:1rem}.t45-section-desc{color:var(--t45-gray);font-size:1.1rem;line-height:1.7}.t45-philosophy{padding:6rem 4rem;background:var(--t45-white)}.t45-philosophy-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t45-philosophy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1100px;margin:0 auto}.t45-philosophy-card{text-align:center}.t45-philosophy-num{font-family:Cormorant Garamond,serif;font-size:3rem;color:var(--t45-gold);margin-bottom:1rem}.t45-philosophy-card h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;margin-bottom:.75rem}.t45-philosophy-card p{color:var(--t45-gray);line-height:1.7}.t45-services{padding:6rem 4rem;background:var(--t45-burgundy);color:#fff}.t45-services-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t45-services .t45-section-title{color:#fff}.t45-services .t45-section-desc{color:#fffc}.t45-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t45-service-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:2.5rem;display:flex;gap:1.5rem}.t45-service-icon{width:50px;height:50px;background:var(--t45-gold);color:var(--t45-burgundy);display:flex;align-items:center;justify-content:center;flex-shrink:0}.t45-service-card h3{font-family:Cormorant Garamond,serif;font-size:1.35rem;margin-bottom:.75rem}.t45-service-card p{color:#fffc;line-height:1.7;font-size:.95rem}.t45-moments{padding:6rem 4rem;background:var(--t45-cream)}.t45-moments-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t45-moments-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.t45-moment-card{position:relative;overflow:hidden}.t45-moment-card img{width:100%;height:350px;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.t45-moment-card:hover img{transform:scale(1.05)}.t45-moment-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(transparent,#1c1c1ce6);color:#fff}.t45-moment-overlay h4{font-family:Cormorant Garamond,serif;font-size:1.35rem;margin-bottom:.25rem}.t45-moment-overlay p{font-size:.9rem;opacity:.8}.t45-testimonials{padding:6rem 4rem;background:var(--t45-white)}.t45-testimonials-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t45-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t45-testimonial-card{background:var(--t45-cream);padding:2.5rem}.t45-testimonial-quote{font-family:Cormorant Garamond,serif;font-size:4rem;color:var(--t45-gold);line-height:1;margin-bottom:1rem}.t45-testimonial-text{font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem;font-style:italic}.t45-testimonial-author{display:flex;align-items:center;gap:1rem}.t45-testimonial-avatar{width:56px;height:56px;-o-object-fit:cover;object-fit:cover}.t45-testimonial-author strong{display:block;font-weight:600}.t45-testimonial-author span{color:var(--t45-gray);font-size:.85rem}.t45-cta{padding:6rem 4rem;background:var(--t45-dark);text-align:center}.t45-cta h2{font-family:Cormorant Garamond,serif;font-size:3rem;color:#fff;margin-bottom:1rem}.t45-cta p{color:#ffffffb3;font-size:1.1rem;max-width:600px;margin:0 auto 2.5rem}.t45-cta-btn{display:inline-block;background:var(--t45-gold);color:var(--t45-dark);padding:1.25rem 3rem;font-weight:600;text-decoration:none;letter-spacing:.05em;transition:background .3s}.t45-cta-btn:hover{background:#d4b872}.t45-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:2.5rem;color:#fff9}.t45-contact-item{display:flex;align-items:center;gap:.5rem}.t45-footer{padding:2rem;text-align:center;background:var(--t45-dark);color:#ffffff80;font-size:.9rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 1024px){.t45-hero{grid-template-columns:1fr}.t45-hero-content{max-width:100%;padding:6rem 4rem}.t45-hero-image{height:400px}.t45-hero h1{font-size:3rem}.t45-philosophy-grid,.t45-testimonial-grid{grid-template-columns:1fr 1fr}.t45-services-grid{grid-template-columns:1fr}.t45-moments-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.t45-header{padding:1rem 1.5rem}.t45-nav a:not(.t45-nav-btn){display:none}.t45-hero-content{padding:4rem 1.5rem}.t45-hero h1{font-size:2.5rem}.t45-hero-btns{flex-direction:column}.t45-philosophy,.t45-services,.t45-moments,.t45-testimonials,.t45-cta{padding:4rem 1.5rem}.t45-section-title{font-size:2rem}.t45-philosophy-grid,.t45-moments-grid,.t45-testimonial-grid{grid-template-columns:1fr}.t45-cta h2{font-size:2rem}.t45-contact-row{flex-direction:column;gap:1rem}}.template46{--t46-purple: #7c3aed;--t46-violet: #a78bfa;--t46-pink: #f472b6;--t46-dark: #0f0f1a;--t46-gray: #9ca3af;--t46-light: #f9fafb;--t46-white: #ffffff;font-family:Space Grotesk,sans-serif;background:var(--t46-light);color:var(--t46-dark);min-height:100vh}.t46-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.t46-logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--t46-purple),var(--t46-pink));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t46-nav{display:flex;align-items:center;gap:2rem}.t46-nav a{color:var(--t46-dark);text-decoration:none;font-weight:500;font-size:.9rem}.t46-nav a:hover{color:var(--t46-purple)}.t46-nav-btn{background:linear-gradient(135deg,var(--t46-purple),var(--t46-pink))!important;color:#fff!important;padding:.75rem 1.75rem;border-radius:10px}.t46-hero{padding:10rem 4rem 6rem;background:linear-gradient(180deg,var(--t46-white) 0%,var(--t46-light) 100%)}.t46-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1300px;margin:0 auto}.t46-hero-content{max-width:600px}.t46-hero-badge{display:inline-block;background:linear-gradient(135deg,#7c3aed1a,#f472b61a);color:var(--t46-purple);padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.t46-hero h1{font-size:3.75rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.t46-hero h1 span{background:linear-gradient(135deg,var(--t46-purple),var(--t46-pink));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t46-hero-desc{font-size:1.15rem;color:var(--t46-gray);line-height:1.8;margin-bottom:2.5rem}.t46-hero-btns{display:flex;gap:1rem}.t46-btn-gradient{background:linear-gradient(135deg,var(--t46-purple),var(--t46-pink));color:#fff;padding:1rem 2.5rem;border-radius:10px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s}.t46-btn-gradient:hover{transform:translateY(-2px);box-shadow:0 10px 30px #7c3aed4d}.t46-btn-outline{background:transparent;color:var(--t46-dark);padding:1rem 2.5rem;border:2px solid var(--t46-dark);border-radius:10px;font-weight:600;text-decoration:none}.t46-btn-outline:hover{background:var(--t46-dark);color:#fff}.t46-hero-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.t46-hero-img{border-radius:16px;overflow:hidden;box-shadow:0 20px 50px #0000001a}.t46-hero-img img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover}.t46-hero-img:first-child{grid-column:span 2}.t46-hero-img:first-child img{height:260px}.t46-section-tag{display:inline-block;background:linear-gradient(135deg,#7c3aed1a,#f472b61a);color:var(--t46-purple);padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.t46-section-title{font-size:2.75rem;font-weight:700;margin-bottom:1rem}.t46-section-desc{color:var(--t46-gray);font-size:1.1rem;line-height:1.7}.t46-stats{padding:4rem;background:linear-gradient(135deg,var(--t46-purple),var(--t46-pink))}.t46-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto;text-align:center}.t46-stat-num{display:block;font-size:3.5rem;font-weight:700;color:#fff}.t46-stat-label{color:#fffc;font-size:.95rem}.t46-coverage{padding:6rem 4rem;background:#fff}.t46-coverage-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t46-coverage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t46-coverage-card{background:var(--t46-light);padding:2.5rem;border-radius:20px;transition:transform .3s;position:relative;overflow:hidden}.t46-coverage-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,var(--t46-purple),var(--t46-pink));opacity:0;transition:opacity .3s}.t46-coverage-card:hover{transform:translateY(-5px)}.t46-coverage-card:hover:before{opacity:1}.t46-coverage-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--t46-purple),var(--t46-pink));border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.t46-coverage-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.t46-coverage-card p{color:var(--t46-gray);line-height:1.7}.t46-gallery{padding:6rem 4rem;background:var(--t46-dark);color:#fff}.t46-gallery-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t46-gallery .t46-section-tag{background:#ffffff1a;color:var(--t46-violet)}.t46-gallery .t46-section-title{color:#fff}.t46-gallery .t46-section-desc{color:#fff9}.t46-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1400px;margin:0 auto}.t46-gallery-item{aspect-ratio:1;border-radius:16px;overflow:hidden}.t46-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.t46-gallery-item:hover img{transform:scale(1.08)}.t46-gallery-item.wide{grid-column:span 2}.t46-testimonials{padding:6rem 4rem;background:#fff}.t46-testimonials-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t46-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t46-testimonial-card{background:var(--t46-light);padding:2rem;border-radius:20px}.t46-testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem;color:#fbbf24}.t46-testimonial-text{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.t46-testimonial-author{display:flex;align-items:center;gap:1rem}.t46-testimonial-avatar{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.t46-testimonial-author strong{display:block;font-weight:600}.t46-testimonial-author span{color:var(--t46-gray);font-size:.85rem}.t46-cta{padding:6rem 4rem;background:linear-gradient(135deg,var(--t46-purple),var(--t46-pink));text-align:center}.t46-cta h2{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem}.t46-cta p{color:#ffffffe6;font-size:1.2rem;max-width:600px;margin:0 auto 2.5rem}.t46-cta-btn{display:inline-block;background:#fff;color:var(--t46-purple);padding:1.25rem 3rem;border-radius:10px;font-weight:600;text-decoration:none;transition:transform .3s}.t46-cta-btn:hover{transform:translateY(-3px)}.t46-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:2rem;color:#fff}.t46-contact-item{display:flex;align-items:center;gap:.5rem}.t46-footer{padding:2rem;text-align:center;background:var(--t46-dark);color:#fff9;font-size:.9rem}@media (max-width: 1024px){.t46-hero-grid{grid-template-columns:1fr}.t46-hero h1{font-size:3rem}.t46-hero-images{max-width:500px;margin:0 auto}.t46-stats-grid{grid-template-columns:repeat(2,1fr)}.t46-coverage-grid,.t46-testimonial-grid{grid-template-columns:1fr 1fr}.t46-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.t46-header{padding:1rem 1.5rem}.t46-nav a:not(.t46-nav-btn){display:none}.t46-hero{padding:8rem 1.5rem 4rem}.t46-hero h1{font-size:2.25rem}.t46-hero-btns{flex-direction:column}.t46-stats{padding:3rem 1.5rem}.t46-coverage,.t46-gallery,.t46-testimonials,.t46-cta{padding:4rem 1.5rem}.t46-section-title{font-size:2rem}.t46-stats-grid,.t46-coverage-grid,.t46-testimonial-grid,.t46-gallery-grid{grid-template-columns:1fr}.t46-gallery-item.wide{grid-column:span 1}.t46-cta h2{font-size:2rem}.t46-contact-row{flex-direction:column;gap:1rem}}.template47{--t47-slate: #334155;--t47-lavender: #a78bfa;--t47-lavender-light: #ede9fe;--t47-dark: #1e293b;--t47-gray: #64748b;--t47-light: #f8fafc;--t47-white: #ffffff;font-family:Manrope,sans-serif;background:var(--t47-light);color:var(--t47-dark);min-height:100vh}.t47-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.t47-logo{font-size:1.5rem;font-weight:800;color:var(--t47-slate)}.t47-logo span{color:var(--t47-lavender)}.t47-nav{display:flex;align-items:center;gap:2rem}.t47-nav a{color:var(--t47-dark);text-decoration:none;font-weight:600;font-size:.9rem}.t47-nav a:hover{color:var(--t47-lavender)}.t47-nav-btn{background:var(--t47-slate)!important;color:#fff!important;padding:.75rem 1.75rem;border-radius:8px}.t47-hero{padding:10rem 4rem 6rem;background:#fff;text-align:center}.t47-hero-content{max-width:850px;margin:0 auto 4rem}.t47-hero-badge{display:inline-block;background:var(--t47-lavender-light);color:#6d28d9;padding:.5rem 1.5rem;border-radius:50px;font-size:.85rem;font-weight:700;margin-bottom:2rem}.t47-hero h1{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.t47-hero h1 span{color:var(--t47-lavender)}.t47-hero-desc{font-size:1.2rem;color:var(--t47-gray);max-width:650px;margin:0 auto 2.5rem;line-height:1.7}.t47-hero-cta{display:inline-block;background:var(--t47-slate);color:#fff;padding:1.25rem 3rem;border-radius:50px;font-weight:700;text-decoration:none;transition:background .3s,transform .3s}.t47-hero-cta:hover{background:var(--t47-dark);transform:translateY(-2px)}.t47-hero-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.t47-hero-card{background:var(--t47-light);border-radius:16px;overflow:hidden}.t47-hero-card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover}.t47-hero-card-content{padding:1.25rem}.t47-hero-card h4{font-size:.95rem;font-weight:700;margin-bottom:.25rem}.t47-hero-card p{color:var(--t47-gray);font-size:.85rem}.t47-section-tag{display:inline-block;background:var(--t47-lavender-light);color:#6d28d9;padding:.4rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.t47-section-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.t47-section-desc{color:var(--t47-gray);font-size:1.1rem;line-height:1.7}.t47-stats{padding:4rem;background:var(--t47-slate)}.t47-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto}.t47-stat-item{text-align:center}.t47-stat-number{display:block;font-size:3rem;font-weight:800;color:var(--t47-lavender);margin-bottom:.5rem}.t47-stat-label{color:#fffc;font-size:.95rem;font-weight:600}.t47-about{padding:6rem 4rem;background:var(--t47-light)}.t47-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.t47-about-images{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.t47-about-img{border-radius:16px;overflow:hidden}.t47-about-img img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.t47-about-img:first-child{grid-column:span 2}.t47-about-img:first-child img{height:280px}.t47-about-content h3{font-size:2rem;font-weight:800;margin-bottom:1.5rem}.t47-about-content p{color:var(--t47-gray);line-height:1.8;margin-bottom:1.5rem}.t47-coverage{padding:6rem 4rem;background:#fff}.t47-coverage-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t47-coverage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}.t47-coverage-card{background:var(--t47-light);padding:2rem;border-radius:16px;border:2px solid transparent;transition:border-color .3s}.t47-coverage-card:hover{border-color:var(--t47-lavender)}.t47-coverage-icon{width:50px;height:50px;background:var(--t47-lavender-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#6d28d9}.t47-coverage-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.t47-coverage-card p{color:var(--t47-gray);line-height:1.6;font-size:.95rem}.t47-gallery{padding:6rem 4rem;background:var(--t47-lavender-light)}.t47-gallery-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t47-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:1.5rem;max-width:1200px;margin:0 auto}.t47-gallery-item{border-radius:16px;overflow:hidden;position:relative;aspect-ratio:1}.t47-gallery-item.t47-gallery-large{grid-column:span 2;grid-row:span 2;aspect-ratio:unset}.t47-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.t47-gallery-item:hover img{transform:scale(1.05)}.t47-gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(30,41,59,.8),transparent);display:flex;align-items:flex-end;padding:1.25rem;opacity:0;transition:opacity .3s}.t47-gallery-item:hover .t47-gallery-overlay{opacity:1}.t47-gallery-overlay span{color:#fff;font-weight:700;font-size:1rem}.t47-testimonials{padding:6rem 4rem;background:var(--t47-slate);color:#fff}.t47-testimonials-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t47-testimonials .t47-section-tag{background:#ffffff1a;color:var(--t47-lavender)}.t47-testimonials .t47-section-title{color:#fff}.t47-testimonials .t47-section-desc{color:#ffffffb3}.t47-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t47-testimonial-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:2rem;border-radius:16px}.t47-testimonial-text{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.t47-testimonial-author{display:flex;align-items:center;gap:1rem}.t47-testimonial-avatar{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.t47-testimonial-author strong{display:block;font-weight:700}.t47-testimonial-author span{color:var(--t47-lavender);font-size:.85rem}.t47-cta{padding:6rem 4rem;background:var(--t47-lavender);text-align:center}.t47-cta h2{font-size:3rem;font-weight:800;color:var(--t47-dark);margin-bottom:1rem}.t47-cta p{color:#1e293bcc;font-size:1.2rem;max-width:600px;margin:0 auto 2.5rem}.t47-cta-btn{display:inline-block;background:var(--t47-dark);color:#fff;padding:1.25rem 3rem;border-radius:50px;font-weight:700;text-decoration:none}.t47-cta-btn:hover{background:#0f172a}.t47-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:2rem;color:var(--t47-dark)}.t47-contact-item{display:flex;align-items:center;gap:.5rem}.t47-footer{padding:2rem;text-align:center;background:var(--t47-dark);color:#fff9;font-size:.9rem}@media (max-width: 1024px){.t47-hero h1{font-size:3rem}.t47-hero-grid,.t47-stats-grid{grid-template-columns:repeat(2,1fr)}.t47-about-grid{grid-template-columns:1fr}.t47-coverage-grid,.t47-testimonial-grid{grid-template-columns:1fr 1fr}.t47-gallery-grid{grid-template-columns:repeat(3,1fr)}.t47-gallery-item.t47-gallery-large{grid-column:span 1;grid-row:span 1;aspect-ratio:1}}@media (max-width: 768px){.t47-header{padding:1rem 1.5rem}.t47-nav a:not(.t47-nav-btn){display:none}.t47-hero{padding:8rem 1.5rem 4rem}.t47-hero h1{font-size:2.25rem}.t47-stats{padding:3rem 1.5rem}.t47-stats-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.t47-stat-number{font-size:2.25rem}.t47-about,.t47-coverage,.t47-gallery,.t47-testimonials,.t47-cta{padding:4rem 1.5rem}.t47-section-title{font-size:2rem}.t47-hero-grid,.t47-coverage-grid,.t47-testimonial-grid{grid-template-columns:1fr}.t47-gallery-grid{grid-template-columns:1fr 1fr}.t47-cta h2{font-size:2rem}.t47-contact-row{flex-direction:column;gap:1rem}}.template48{--t48-amber: #f59e0b;--t48-amber-light: #fef3c7;--t48-white: #ffffff;--t48-dark: #18181b;--t48-gray: #71717a;--t48-light: #fafafa;font-family:Plus Jakarta Sans,sans-serif;background:var(--t48-white);color:var(--t48-dark);min-height:100vh}.t48-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;background:var(--t48-white);box-shadow:0 1px 3px #0000000d}.t48-logo{font-size:1.5rem;font-weight:800;color:var(--t48-dark)}.t48-logo span{color:var(--t48-amber)}.t48-nav{display:flex;align-items:center;gap:2rem}.t48-nav a{color:var(--t48-dark);text-decoration:none;font-weight:600;font-size:.9rem}.t48-nav a:hover{color:var(--t48-amber)}.t48-nav-btn{background:var(--t48-amber)!important;color:var(--t48-dark)!important;padding:.75rem 1.75rem;border-radius:50px;font-weight:700}.t48-hero{min-height:100vh;display:flex;align-items:center;padding:8rem 4rem;background:linear-gradient(135deg,var(--t48-amber-light) 0%,var(--t48-white) 100%)}.t48-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1300px;margin:0 auto;width:100%}.t48-hero-content{max-width:580px}.t48-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--t48-amber);color:var(--t48-dark);padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:700;margin-bottom:2rem}.t48-hero h1{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.t48-hero-desc{font-size:1.15rem;color:var(--t48-gray);line-height:1.8;margin-bottom:2.5rem}.t48-hero-btns{display:flex;gap:1rem}.t48-btn-primary{background:var(--t48-dark);color:#fff;padding:1rem 2.5rem;border-radius:50px;font-weight:700;text-decoration:none;transition:background .3s}.t48-btn-primary:hover{background:#27272a}.t48-btn-outline{border:2px solid var(--t48-dark);color:var(--t48-dark);padding:1rem 2.5rem;border-radius:50px;font-weight:700;text-decoration:none}.t48-btn-outline:hover{background:var(--t48-dark);color:#fff}.t48-hero-images{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.t48-hero-img{border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #0000001a}.t48-hero-img img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.t48-hero-img:first-child{grid-column:span 2}.t48-hero-img:first-child img{height:280px}.t48-stats{padding:4rem;background:var(--t48-dark)}.t48-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto;text-align:center}.t48-stat-num{display:block;font-size:3.5rem;font-weight:800;color:var(--t48-amber)}.t48-stat-label{color:#fffc;font-size:.95rem}.t48-section-tag{display:inline-block;background:var(--t48-amber-light);color:#b45309;padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.t48-section-title{font-size:2.75rem;font-weight:800;margin-bottom:1rem}.t48-section-desc{color:var(--t48-gray);font-size:1.1rem;line-height:1.7}.t48-products{padding:6rem 4rem;background:#fff}.t48-products-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t48-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t48-product-card{background:var(--t48-light);border-radius:20px;overflow:hidden;transition:transform .3s}.t48-product-card:hover{transform:translateY(-5px)}.t48-product-img{height:180px;overflow:hidden}.t48-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t48-product-content{padding:1.5rem}.t48-product-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.t48-product-card p{color:var(--t48-gray);line-height:1.6;font-size:.95rem}.t48-gallery{padding:6rem 4rem;background:var(--t48-light)}.t48-gallery-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t48-gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;max-width:1400px;margin:0 auto}.t48-gallery-item{aspect-ratio:1;border-radius:16px;overflow:hidden}.t48-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.t48-gallery-item:hover img{transform:scale(1.08)}.t48-gallery-item.tall{grid-row:span 2;aspect-ratio:auto}.t48-testimonials{padding:6rem 4rem;background:#fff}.t48-testimonials-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t48-testimonial-carousel{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t48-testimonial-card{background:var(--t48-light);padding:2rem;border-radius:20px}.t48-testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem;color:var(--t48-amber)}.t48-testimonial-text{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.t48-testimonial-author{display:flex;align-items:center;gap:1rem}.t48-testimonial-avatar{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.t48-testimonial-author strong{display:block;font-weight:700}.t48-testimonial-author span{color:var(--t48-gray);font-size:.85rem}.t48-cta{padding:6rem 4rem;background:var(--t48-amber);text-align:center}.t48-cta h2{font-size:3rem;font-weight:800;color:var(--t48-dark);margin-bottom:1rem}.t48-cta p{color:#18181bcc;font-size:1.2rem;max-width:600px;margin:0 auto 2.5rem}.t48-cta-btn{display:inline-block;background:var(--t48-dark);color:#fff;padding:1.25rem 3rem;border-radius:50px;font-weight:700;text-decoration:none}.t48-cta-btn:hover{background:#27272a}.t48-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:2rem;color:var(--t48-dark)}.t48-contact-item{display:flex;align-items:center;gap:.5rem}.t48-footer{padding:2rem;text-align:center;background:var(--t48-dark);color:#fff9;font-size:.9rem}@media (max-width: 1024px){.t48-hero-grid{grid-template-columns:1fr}.t48-hero h1{font-size:3rem}.t48-hero-images{max-width:500px;margin:0 auto}.t48-stats-grid{grid-template-columns:repeat(2,1fr)}.t48-products-grid,.t48-testimonial-carousel{grid-template-columns:1fr 1fr}.t48-gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.t48-header{padding:1rem 1.5rem}.t48-nav a:not(.t48-nav-btn){display:none}.t48-hero{padding:7rem 1.5rem 4rem}.t48-hero h1{font-size:2.25rem}.t48-hero-btns{flex-direction:column}.t48-stats{padding:3rem 1.5rem}.t48-products,.t48-gallery,.t48-testimonials,.t48-cta{padding:4rem 1.5rem}.t48-section-title{font-size:2rem}.t48-stats-grid,.t48-products-grid,.t48-testimonial-carousel,.t48-gallery-grid{grid-template-columns:1fr}.t48-gallery-item.tall{grid-row:span 1;aspect-ratio:1}.t48-cta h2{font-size:2rem}.t48-contact-row{flex-direction:column;gap:1rem}}.template49{--t49-coral: #f97316;--t49-teal: #0d9488;--t49-peach: #fff7ed;--t49-dark: #171717;--t49-gray: #737373;--t49-white: #ffffff;font-family:Urbanist,sans-serif;background:var(--t49-white);color:var(--t49-dark);min-height:100vh}.t49-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;background:var(--t49-white);border-bottom:1px solid rgba(0,0,0,.05)}.t49-logo{font-size:1.5rem;font-weight:800;color:var(--t49-coral)}.t49-nav{display:flex;align-items:center;gap:2rem}.t49-nav a{color:var(--t49-dark);text-decoration:none;font-weight:600;font-size:.9rem}.t49-nav a:hover{color:var(--t49-coral)}.t49-nav-btn{background:var(--t49-coral)!important;color:#fff!important;padding:.75rem 1.75rem;border-radius:8px;font-weight:700}.t49-hero{padding:9rem 4rem 6rem;background:var(--t49-peach)}.t49-hero-content{text-align:center;max-width:900px;margin:0 auto 4rem}.t49-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--t49-teal);color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:700;margin-bottom:2rem}.t49-hero h1{font-size:4.5rem;font-weight:900;line-height:1.05;margin-bottom:1.5rem}.t49-hero h1 span{color:var(--t49-coral)}.t49-hero-desc{font-size:1.25rem;color:var(--t49-gray);max-width:650px;margin:0 auto 3rem;line-height:1.7}.t49-hero-btns{display:flex;justify-content:center;gap:1rem}.t49-btn-coral{background:var(--t49-coral);color:#fff;padding:1.25rem 3rem;border-radius:50px;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s}.t49-btn-coral:hover{transform:translateY(-2px);box-shadow:0 10px 30px #f973164d}.t49-btn-teal{background:var(--t49-teal);color:#fff;padding:1.25rem 3rem;border-radius:50px;font-weight:700;text-decoration:none}.t49-btn-teal:hover{background:#0f766e}.t49-hero-mosaic{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1200px;margin:0 auto}.t49-mosaic-item{border-radius:16px;overflow:hidden}.t49-mosaic-item img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.t49-mosaic-item.large{grid-column:span 2}.t49-mosaic-item.large img{height:250px}.t49-section-tag{display:inline-block;background:var(--t49-peach);color:var(--t49-coral);padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.t49-section-title{font-size:2.75rem;font-weight:800;margin-bottom:1rem}.t49-section-desc{color:var(--t49-gray);font-size:1.1rem;line-height:1.7}.t49-features{padding:6rem 4rem;background:#fff}.t49-features-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t49-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.t49-feature-card{display:flex;gap:1.5rem;padding:2rem;background:var(--t49-peach);border-radius:20px}.t49-feature-icon{width:60px;height:60px;background:var(--t49-coral);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.t49-feature-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.t49-feature-card p{color:var(--t49-gray);line-height:1.6;font-size:.95rem}.t49-gallery{padding:6rem 4rem;background:var(--t49-teal);color:#fff}.t49-gallery-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t49-gallery .t49-section-tag{background:#ffffff26;color:#fff}.t49-gallery .t49-section-title{color:#fff}.t49-gallery .t49-section-desc{color:#fffc}.t49-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1300px;margin:0 auto}.t49-gallery-item{aspect-ratio:1;border-radius:16px;overflow:hidden}.t49-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.t49-gallery-item:hover img{transform:scale(1.08)}.t49-gallery-item.span-2{grid-column:span 2}.t49-testimonials{padding:6rem 4rem;background:#fff}.t49-testimonials-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t49-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t49-testimonial-card{background:var(--t49-peach);padding:2rem;border-radius:20px}.t49-testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem;color:var(--t49-coral)}.t49-testimonial-text{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.t49-testimonial-author{display:flex;align-items:center;gap:1rem}.t49-testimonial-avatar{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.t49-testimonial-author strong{display:block;font-weight:700}.t49-testimonial-author span{color:var(--t49-gray);font-size:.85rem}.t49-cta{padding:6rem 4rem;background:linear-gradient(135deg,var(--t49-coral),var(--t49-teal));text-align:center}.t49-cta h2{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem}.t49-cta p{color:#ffffffe6;font-size:1.2rem;max-width:600px;margin:0 auto 2.5rem}.t49-cta-btn{display:inline-block;background:#fff;color:var(--t49-coral);padding:1.25rem 3rem;border-radius:50px;font-weight:700;text-decoration:none}.t49-cta-btn:hover{background:var(--t49-dark);color:#fff}.t49-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:2rem;color:#fff}.t49-contact-item{display:flex;align-items:center;gap:.5rem}.t49-footer{padding:2rem;text-align:center;background:var(--t49-dark);color:#fff9;font-size:.9rem}@media (max-width: 1024px){.t49-hero h1{font-size:3.5rem}.t49-hero-mosaic{grid-template-columns:repeat(2,1fr)}.t49-features-grid{grid-template-columns:1fr}.t49-gallery-grid{grid-template-columns:repeat(2,1fr)}.t49-testimonial-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.t49-header{padding:1rem 1.5rem}.t49-nav a:not(.t49-nav-btn){display:none}.t49-hero{padding:8rem 1.5rem 4rem}.t49-hero h1{font-size:2.5rem}.t49-hero-btns{flex-direction:column}.t49-features,.t49-gallery,.t49-testimonials,.t49-cta{padding:4rem 1.5rem}.t49-section-title{font-size:2rem}.t49-hero-mosaic,.t49-gallery-grid,.t49-testimonial-grid{grid-template-columns:1fr}.t49-mosaic-item.large,.t49-gallery-item.span-2{grid-column:span 1}.t49-cta h2{font-size:2rem}.t49-contact-row{flex-direction:column;gap:1rem}}.template50{--t50-indigo: #4f46e5;--t50-indigo-light: #e0e7ff;--t50-dark: #111827;--t50-gray: #6b7280;--t50-light: #f9fafb;--t50-white: #ffffff;font-family:Archivo,sans-serif;background:var(--t50-white);color:var(--t50-dark);min-height:100vh}.t50-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;background:var(--t50-white);box-shadow:0 1px 3px #0000000d}.t50-logo{font-size:1.5rem;font-weight:800;color:var(--t50-indigo)}.t50-nav{display:flex;align-items:center;gap:2rem}.t50-nav a{color:var(--t50-dark);text-decoration:none;font-weight:600;font-size:.9rem}.t50-nav a:hover{color:var(--t50-indigo)}.t50-nav-btn{background:var(--t50-indigo)!important;color:#fff!important;padding:.75rem 1.75rem;border-radius:8px;font-weight:700}.t50-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding:8rem 4rem;gap:4rem;align-items:center}.t50-hero-content{max-width:600px}.t50-hero-badge{display:inline-block;background:var(--t50-indigo-light);color:var(--t50-indigo);padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:700;margin-bottom:2rem}.t50-hero h1{font-size:4rem;font-weight:900;line-height:1.05;margin-bottom:1.5rem}.t50-hero h1 span{color:var(--t50-indigo)}.t50-hero-desc{font-size:1.15rem;color:var(--t50-gray);line-height:1.8;margin-bottom:2.5rem}.t50-hero-btns{display:flex;gap:1rem}.t50-btn-indigo{background:var(--t50-indigo);color:#fff;padding:1rem 2.5rem;border-radius:8px;font-weight:700;text-decoration:none;transition:background .3s}.t50-btn-indigo:hover{background:#4338ca}.t50-btn-outline{border:2px solid var(--t50-dark);color:var(--t50-dark);padding:1rem 2.5rem;border-radius:8px;font-weight:700;text-decoration:none}.t50-btn-outline:hover{background:var(--t50-dark);color:#fff}.t50-hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.t50-hero-img{border-radius:16px;overflow:hidden}.t50-hero-img img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.t50-hero-img:first-child{grid-column:span 2}.t50-hero-img:first-child img{height:280px}.t50-stats{padding:4rem;background:var(--t50-indigo)}.t50-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto;text-align:center}.t50-stat-num{display:block;font-size:3.5rem;font-weight:900;color:#fff}.t50-stat-label{color:#fffc;font-size:.95rem}.t50-section-tag{display:inline-block;background:var(--t50-indigo-light);color:var(--t50-indigo);padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.t50-section-title{font-size:2.75rem;font-weight:800;margin-bottom:1rem}.t50-section-desc{color:var(--t50-gray);font-size:1.1rem;line-height:1.7}.t50-coverage{padding:6rem 4rem;background:var(--t50-light)}.t50-coverage-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t50-coverage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t50-coverage-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 15px #0000000d;transition:transform .3s,box-shadow .3s}.t50-coverage-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.t50-coverage-icon{width:60px;height:60px;background:var(--t50-indigo);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.t50-coverage-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.t50-coverage-card p{color:var(--t50-gray);line-height:1.7}.t50-gallery{padding:6rem 4rem;background:#fff}.t50-gallery-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t50-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}.t50-gallery-item{position:relative;aspect-ratio:1;border-radius:16px;overflow:hidden}.t50-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.t50-gallery-item:hover img{transform:scale(1.08)}.t50-gallery-item.wide{grid-column:span 2}.t50-testimonials{padding:6rem 4rem;background:var(--t50-dark);color:#fff}.t50-testimonials-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t50-testimonials .t50-section-tag{background:#ffffff1a;color:var(--t50-indigo-light)}.t50-testimonials .t50-section-title{color:#fff}.t50-testimonials .t50-section-desc{color:#ffffffb3}.t50-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t50-testimonial-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:2rem;border-radius:16px}.t50-testimonial-text{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.t50-testimonial-author{display:flex;align-items:center;gap:1rem}.t50-testimonial-avatar{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.t50-testimonial-author strong{display:block;font-weight:700}.t50-testimonial-author span{color:var(--t50-indigo-light);font-size:.85rem}.t50-cta{padding:6rem 4rem;background:var(--t50-indigo);text-align:center}.t50-cta h2{font-size:3rem;font-weight:900;color:#fff;margin-bottom:1rem}.t50-cta p{color:#ffffffe6;font-size:1.2rem;max-width:600px;margin:0 auto 2.5rem}.t50-cta-btn{display:inline-block;background:#fff;color:var(--t50-indigo);padding:1.25rem 3rem;border-radius:8px;font-weight:700;text-decoration:none}.t50-cta-btn:hover{background:var(--t50-dark);color:#fff}.t50-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:2rem;color:#fff}.t50-contact-item{display:flex;align-items:center;gap:.5rem}.t50-footer{padding:2rem;text-align:center;background:var(--t50-dark);color:#fff9;font-size:.9rem}@media (max-width: 1024px){.t50-hero{grid-template-columns:1fr;padding-top:7rem}.t50-hero h1{font-size:3rem}.t50-hero-visual{max-width:500px;margin:0 auto}.t50-stats-grid{grid-template-columns:repeat(2,1fr)}.t50-coverage-grid,.t50-testimonial-grid{grid-template-columns:1fr 1fr}.t50-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.t50-header{padding:1rem 1.5rem}.t50-nav a:not(.t50-nav-btn){display:none}.t50-hero{padding:7rem 1.5rem 4rem}.t50-hero h1{font-size:2.25rem}.t50-hero-btns{flex-direction:column}.t50-stats{padding:3rem 1.5rem}.t50-coverage,.t50-gallery,.t50-testimonials,.t50-cta{padding:4rem 1.5rem}.t50-section-title{font-size:2rem}.t50-stats-grid,.t50-coverage-grid,.t50-testimonial-grid,.t50-gallery-grid{grid-template-columns:1fr}.t50-gallery-item.wide{grid-column:span 1}.t50-cta h2{font-size:2rem}.t50-contact-row{flex-direction:column;gap:1rem}}.template51{--t51-blue: #1d4ed8;--t51-sky: #0ea5e9;--t51-blue-light: #dbeafe;--t51-dark: #0f172a;--t51-gray: #64748b;--t51-light: #f8fafc;--t51-white: #ffffff;font-family:Red Hat Display,sans-serif;background:var(--t51-white);color:var(--t51-dark);min-height:100vh}.t51-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;background:var(--t51-white);box-shadow:0 1px 3px #0000000d}.t51-logo{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,var(--t51-blue),var(--t51-sky));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t51-nav{display:flex;align-items:center;gap:2rem}.t51-nav a{color:var(--t51-dark);text-decoration:none;font-weight:600;font-size:.9rem}.t51-nav a:hover{color:var(--t51-blue)}.t51-nav-btn{background:linear-gradient(135deg,var(--t51-blue),var(--t51-sky))!important;color:#fff!important;padding:.75rem 1.75rem;border-radius:50px;font-weight:700}.t51-hero{padding:10rem 4rem 6rem;background:linear-gradient(180deg,var(--t51-blue-light) 0%,var(--t51-white) 100%);text-align:center}.t51-hero-content{max-width:900px;margin:0 auto 4rem}.t51-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--t51-blue);padding:.5rem 1.5rem;border-radius:50px;font-size:.85rem;font-weight:700;box-shadow:0 4px 15px #00000014;margin-bottom:2rem}.t51-hero h1{font-size:4.5rem;font-weight:900;line-height:1.05;margin-bottom:1.5rem}.t51-hero h1 span{background:linear-gradient(135deg,var(--t51-blue),var(--t51-sky));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t51-hero-desc{font-size:1.25rem;color:var(--t51-gray);max-width:650px;margin:0 auto 3rem;line-height:1.7}.t51-hero-btns{display:flex;justify-content:center;gap:1rem}.t51-btn-gradient{background:linear-gradient(135deg,var(--t51-blue),var(--t51-sky));color:#fff;padding:1.25rem 3rem;border-radius:50px;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s}.t51-btn-gradient:hover{transform:translateY(-2px);box-shadow:0 15px 40px #1d4ed84d}.t51-btn-white{background:#fff;color:var(--t51-dark);padding:1.25rem 3rem;border-radius:50px;font-weight:700;text-decoration:none;box-shadow:0 4px 15px #00000014}.t51-btn-white:hover{background:var(--t51-dark);color:#fff}.t51-hero-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;max-width:1300px;margin:0 auto}.t51-hero-card{border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.t51-hero-card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover}.t51-hero-card.large{grid-column:span 2}.t51-hero-card.large img{height:220px}.t51-section-tag{display:inline-block;background:var(--t51-blue-light);color:var(--t51-blue);padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.t51-section-title{font-size:2.75rem;font-weight:800;margin-bottom:1rem}.t51-section-desc{color:var(--t51-gray);font-size:1.1rem;line-height:1.7}.t51-stats{padding:4rem;background:linear-gradient(135deg,var(--t51-blue),var(--t51-sky))}.t51-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto;text-align:center}.t51-stat-num{display:block;font-size:3.5rem;font-weight:900;color:#fff}.t51-stat-label{color:#fffc;font-size:.95rem}.t51-products{padding:6rem 4rem;background:#fff}.t51-products-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t51-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t51-product-card{background:var(--t51-light);border-radius:20px;overflow:hidden;transition:transform .3s,box-shadow .3s}.t51-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #0000001a}.t51-product-img{height:180px;overflow:hidden}.t51-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t51-product-content{padding:1.5rem}.t51-product-content h3{font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.t51-product-content p{color:var(--t51-gray);line-height:1.6;font-size:.95rem}.t51-gallery{padding:6rem 4rem;background:var(--t51-dark);color:#fff}.t51-gallery-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t51-gallery .t51-section-tag{background:#ffffff1a;color:var(--t51-sky)}.t51-gallery .t51-section-title{color:#fff}.t51-gallery .t51-section-desc{color:#ffffffb3}.t51-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1400px;margin:0 auto}.t51-gallery-item{aspect-ratio:1;border-radius:16px;overflow:hidden}.t51-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.t51-gallery-item:hover img{transform:scale(1.08)}.t51-gallery-item.span-2{grid-column:span 2}.t51-testimonials{padding:6rem 4rem;background:#fff}.t51-testimonials-header{text-align:center;max-width:700px;margin:0 auto 4rem}.t51-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.t51-testimonial-card{background:var(--t51-light);padding:2rem;border-radius:20px}.t51-testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem;color:#fbbf24}.t51-testimonial-text{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.t51-testimonial-author{display:flex;align-items:center;gap:1rem}.t51-testimonial-avatar{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.t51-testimonial-author strong{display:block;font-weight:700}.t51-testimonial-author span{color:var(--t51-gray);font-size:.85rem}.t51-cta{padding:6rem 4rem;background:linear-gradient(135deg,var(--t51-blue),var(--t51-sky));text-align:center}.t51-cta h2{font-size:3rem;font-weight:900;color:#fff;margin-bottom:1rem}.t51-cta p{color:#ffffffe6;font-size:1.2rem;max-width:600px;margin:0 auto 2.5rem}.t51-cta-btn{display:inline-block;background:#fff;color:var(--t51-blue);padding:1.25rem 3rem;border-radius:50px;font-weight:700;text-decoration:none;transition:transform .3s}.t51-cta-btn:hover{transform:translateY(-3px)}.t51-contact-row{display:flex;justify-content:center;gap:3rem;margin-top:2rem;color:#fff}.t51-contact-item{display:flex;align-items:center;gap:.5rem}.t51-footer{padding:2rem;text-align:center;background:var(--t51-dark);color:#fff9;font-size:.9rem}@media (max-width: 1024px){.t51-hero h1{font-size:3.5rem}.t51-hero-grid{grid-template-columns:repeat(3,1fr)}.t51-stats-grid{grid-template-columns:repeat(2,1fr)}.t51-products-grid,.t51-testimonial-grid{grid-template-columns:1fr 1fr}.t51-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.t51-header{padding:1rem 1.5rem}.t51-nav a:not(.t51-nav-btn){display:none}.t51-hero{padding:8rem 1.5rem 4rem}.t51-hero h1{font-size:2.5rem}.t51-hero-btns{flex-direction:column}.t51-stats{padding:3rem 1.5rem}.t51-products,.t51-gallery,.t51-testimonials,.t51-cta{padding:4rem 1.5rem}.t51-section-title{font-size:2rem}.t51-hero-grid,.t51-stats-grid,.t51-products-grid,.t51-testimonial-grid,.t51-gallery-grid{grid-template-columns:1fr}.t51-hero-card.large,.t51-gallery-item.span-2{grid-column:span 1}.t51-cta h2{font-size:2rem}.t51-contact-row{flex-direction:column;gap:1rem}}h1,h2{line-height:1.2}.template52{font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;--t52-red: #C41E3A;--t52-red-dark: #9C1830;--t52-gray: #2B2B2B;--t52-gray-light: #F5F5F5;--t52-white: #FFFFFF;--t52-text: #333333;--t52-text-light: #666666}.t52-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none}.t52-video-bg iframe,.t52-video-bg video,.t52-video-bg .t52-video-placeholder{position:absolute;top:50%;left:50%;width:100vw;height:100vh;min-width:100%;min-height:100%;transform:translate(-50%,-50%);-o-object-fit:cover;object-fit:cover;border:0;pointer-events:none}.t52-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1;pointer-events:none}.t52-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:20px 60px;background:linear-gradient(to bottom,rgba(0,0,0,.6),transparent)}.t52-header.t52-edit-mode{position:relative;background:#000c}.t52-logo img{max-height:60px;width:auto}.t52-logo-text{font-size:28px;font-weight:700;color:var(--t52-white);text-shadow:2px 2px 4px rgba(0,0,0,.3)}.t52-nav{display:flex;gap:30px;align-items:center}.t52-nav a{color:var(--t52-white);text-decoration:none;font-weight:500;font-size:15px;transition:opacity .2s}.t52-nav a:hover{opacity:.8}.t52-nav-btn{background:var(--t52-red);padding:10px 24px;border-radius:4px;font-weight:600}.t52-nav-btn:hover{background:var(--t52-red-dark)}.t52-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:120px 20px 80px;background:var(--t52-red);overflow:hidden}.t52-hero-content{position:relative;z-index:5;max-width:900px;text-align:center;display:flex;flex-direction:column;align-items:center}.t52-hero-logo{max-width:500px;width:100%;height:auto;margin-bottom:30px;display:block}.t52-hero-tagline{font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#ffffffe6;margin-bottom:20px}.t52-hero-title{font-size:52px;font-weight:700;color:var(--t52-white);line-height:1.2;margin-bottom:30px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.t52-hero-btn{display:inline-block;background:var(--t52-red);color:var(--t52-white);padding:16px 40px;font-size:16px;font-weight:600;text-decoration:none;border-radius:4px;transition:all .3s;border:2px solid var(--t52-red)}.t52-hero-btn:hover{background:transparent;border-color:var(--t52-white)}.t52-stats{padding:60px 40px;background:var(--t52-white)}.t52-stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.t52-stat-item{text-align:center}.t52-stat-icon{width:70px;height:70px;margin:0 auto 16px;border-radius:50%;background:#c81e1e1a;display:flex;align-items:center;justify-content:center}.t52-stat-icon svg{width:32px;height:32px;color:var(--t52-red)}.t52-stat-text{font-size:15px;color:var(--t52-text);line-height:1.5;font-weight:500}.t52-welcome{padding:80px 60px;background:var(--t52-red)}.t52-welcome-container{max-width:1200px;margin:0 auto}.t52-welcome-header{text-align:center;margin-bottom:50px}.t52-welcome-subtitle{font-size:14px;color:var(--t52-white);font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px}.t52-welcome-title{font-size:36px;font-weight:700;color:var(--t52-white);line-height:1.3}.t52-welcome-title span{color:var(--t52-white);text-decoration:underline}.t52-welcome-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.t52-welcome-left{display:flex;flex-direction:column}.t52-welcome-video{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:16/9;background:var(--t52-gray)}.t52-welcome-video iframe{width:100%;height:100%;border:0}.t52-welcome-video-copy{margin-top:20px}.t52-welcome-video-copy p{font-size:15px;color:#ffffffe6;line-height:1.7}.t52-welcome-text h3{font-size:18px;color:var(--t52-white);font-weight:600;margin-bottom:15px}.t52-welcome-text p{font-size:15px;color:#ffffffe6;line-height:1.7;margin-bottom:15px}.t52-welcome-text strong{color:var(--t52-white)}.t52-welcome-cta{display:inline-block;background:var(--t52-white);color:var(--t52-red);padding:14px 32px;font-size:14px;font-weight:600;text-decoration:none;border-radius:4px;margin-top:20px;transition:all .3s}.t52-welcome-cta:hover{background:#ffffffe6}.t52-why{padding:80px 60px;background:var(--t52-gray-light)}.t52-why-container{max-width:1200px;margin:0 auto}.t52-why-header{text-align:center;margin-bottom:50px}.t52-why-title{font-size:32px;font-weight:700;color:var(--t52-red);margin-bottom:10px}.t52-why-subtitle{font-size:28px;font-weight:700;color:var(--t52-text)}.t52-why-content{display:grid;grid-template-columns:1fr 1fr;gap:50px}.t52-why-text p{font-size:15px;color:var(--t52-text-light);line-height:1.7;margin-bottom:15px}.t52-why-text h4{font-size:16px;font-weight:700;color:var(--t52-text);margin:25px 0 10px}.t52-why-cta{display:inline-block;background:var(--t52-red);color:var(--t52-white);padding:14px 32px;font-size:14px;font-weight:600;text-decoration:none;border-radius:4px;margin-top:25px;transition:background .3s}.t52-why-cta:hover{background:var(--t52-red-dark)}.t52-stories{padding:80px 60px;background:linear-gradient(180deg,#1a2332,#2d3a4d,#3d4a5c);text-align:center}.t52-stories-title{font-size:32px;font-weight:700;color:var(--t52-white);margin-bottom:40px}.t52-stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto}.t52-story-video{aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:var(--t52-gray)}.t52-story-video iframe{width:100%;height:100%;border:0}.t52-features{padding:80px 60px;background:var(--t52-white)}.t52-features-container{max-width:1000px;margin:0 auto}.t52-features-title{font-size:42px;font-weight:700;color:var(--t52-text);text-align:center;margin-bottom:60px}.t52-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px 80px}.t52-feature-card{text-align:center;padding:20px}.t52-feature-icon{width:70px;height:70px;margin:0 auto 20px;border-radius:50%;background:#c81e1e1a;display:flex;align-items:center;justify-content:center}.t52-feature-icon svg{width:32px;height:32px;color:var(--t52-red)}.t52-feature-card h3{font-size:20px;font-weight:700;color:var(--t52-text);margin-bottom:12px}.t52-feature-card p{font-size:14px;color:var(--t52-text-light);line-height:1.7}.t52-features-cta{text-align:center;margin-top:50px}.t52-features-btn{display:inline-block;background:var(--t52-red);color:var(--t52-white);padding:14px 40px;font-size:14px;font-weight:600;text-decoration:none;border-radius:4px;transition:all .3s}.t52-features-btn:hover{background:var(--t52-red-dark)}.t52-join{padding:80px 60px;background:var(--t52-red);text-align:center}.t52-join-container{max-width:800px;margin:0 auto}.t52-join-title{font-size:28px;font-weight:700;color:var(--t52-white);margin-bottom:10px}.t52-join-subtitle{font-size:28px;font-weight:700;color:var(--t52-white);margin-bottom:20px}.t52-join-text{font-size:15px;color:#ffffffe6;line-height:1.7;margin-bottom:30px}.t52-join-btn{display:inline-block;background:var(--t52-white);color:var(--t52-red);padding:14px 40px;font-size:14px;font-weight:600;text-decoration:none;border-radius:4px;transition:all .3s}.t52-join-btn:hover{background:#ffffffe6;color:var(--t52-red-dark)}.t52-footer{background:linear-gradient(180deg,#1a2332,#2d3a4d,#3d4a5c);padding:60px}.t52-footer-top{text-align:center;padding-bottom:40px;margin-bottom:40px}.t52-footer-logo{font-size:28px;font-weight:700;color:var(--t52-white);margin-bottom:10px}.t52-footer-tagline{font-size:16px;color:#ffffffe6;font-style:italic}.t52-footer-bottom{padding-top:20px;display:flex;flex-wrap:wrap;justify-content:center;gap:60px}.t52-footer-links{text-align:center}.t52-footer-links h4{font-size:18px;color:var(--t52-white);margin-bottom:20px}.t52-footer-nav{display:flex;flex-direction:column;gap:10px}.t52-footer-nav a{color:#ffffffb3;text-decoration:none;font-size:14px;transition:color .3s ease}.t52-footer-nav a:hover{color:var(--t52-gold)}.t52-footer-contact{text-align:center}.t52-footer-contact h4{font-size:18px;color:var(--t52-white);margin-bottom:20px}.t52-footer-contact p{font-size:14px;color:#ffffffb3;margin-bottom:15px}.t52-contact-btn{display:inline-block;background:var(--t52-red);color:var(--t52-white);padding:12px 30px;font-size:14px;font-weight:600;text-decoration:none;border:2px solid var(--t52-red);border-radius:4px;transition:all .3s}.t52-contact-btn:hover{background:var(--t52-red-dark);border-color:var(--t52-red-dark)}.t52-copyright{text-align:center;padding-top:30px;font-size:12px;color:#ffffff80}.t52-video-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#333);color:#fff9;font-size:14px;text-align:center;padding:20px}.t52-video-placeholder svg{width:48px;height:48px;margin-bottom:10px;opacity:.5}@media (max-width: 768px){.t52-header{padding:15px 20px;flex-direction:column;gap:15px}.t52-nav{gap:15px;flex-wrap:wrap;justify-content:center}.t52-hero{padding:100px 20px 60px;min-height:auto}.t52-hero-title{font-size:32px}.t52-stats{padding:40px 20px}.t52-stats-container{grid-template-columns:repeat(2,1fr);gap:30px}.t52-welcome,.t52-why,.t52-stories,.t52-features,.t52-join{padding:50px 20px}.t52-welcome-grid,.t52-why-content,.t52-stories-grid,.t52-features-grid{grid-template-columns:1fr}.t52-footer{padding:40px 20px}.t52-footer-bottom{margin:0 -20px -40px;padding:30px 20px}}.section-animate-left{opacity:0;transform:translate(-60px);transition:opacity .8s ease-out,transform .8s ease-out}.section-animate-right{opacity:0;transform:translate(60px);transition:opacity .8s ease-out,transform .8s ease-out}.section-animate-left.section-in-view,.section-animate-right.section-in-view{opacity:1;transform:translate(0)}.template58{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.template58 input::-moz-placeholder{color:#ffffff80}.template58 input::placeholder{color:#ffffff80}.template58 input:focus{outline:none;ring:2px solid rgba(255,255,255,.5)}.template58 button:hover{transform:translateY(-1px)}.template58 a:hover{opacity:.8}@media (max-width: 1024px){.template58 h1{font-size:2.25rem}}@media (max-width: 640px){.template58 h1{font-size:1.875rem}.template58 h2{font-size:1.5rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.template-card.selected{border-color:hsl(var(--primary));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-1{bottom:-.25rem}.-bottom-10{bottom:-2.5rem}.-bottom-12{bottom:-3rem}.-bottom-2{bottom:-.5rem}.-bottom-4{bottom:-1rem}.-bottom-8{bottom:-2rem}.-left-10{left:-2.5rem}.-left-12{left:-3rem}.-left-4{left:-1rem}.-left-8{left:-2rem}.-right-10{right:-2.5rem}.-right-12{right:-3rem}.-right-2{right:-.5rem}.-right-4{right:-1rem}.-right-6{right:-1.5rem}.-top-10{top:-2.5rem}.-top-12{top:-3rem}.-top-2{top:-.5rem}.-top-4{top:-1rem}.-top-6{top:-1.5rem}.bottom-0{bottom:0}.bottom-20{bottom:5rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-6{left:1.5rem}.left-8{left:2rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-8{right:2rem}.top-0{top:0}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-14{top:3.5rem}.top-2{top:.5rem}.top-20{top:5rem}.top-24{top:6rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-\[1px\]{top:1px}.top-\[50\%\]{top:50%}.top-\[60\%\]{top:60%}.top-auto{top:auto}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[10000\]{z-index:10000}.z-\[10001\]{z-index:10001}.z-\[10002\]{z-index:10002}.z-\[100\]{z-index:100}.z-\[11000\]{z-index:11000}.z-\[1\]{z-index:1}.z-\[20000\]{z-index:20000}.z-\[20001\]{z-index:20001}.z-\[60\]{z-index:60}.order-1{order:1}.order-2{order:2}.col-span-1{grid-column:span 1 / span 1}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.-mt-8{margin-top:-2rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-11{margin-left:2.75rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-64{margin-left:16rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.size-4{width:1rem;height:1rem}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[18px\]{height:18px}.h-\[1px\]{height:1px}.h-\[250px\]{height:250px}.h-\[300px\]{height:300px}.h-\[480px\]{height:480px}.h-\[500px\]{height:500px}.h-\[50px\]{height:50px}.h-\[80vh\]{height:80vh}.h-\[85vh\]{height:85vh}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.h-svh{height:100svh}.max-h-12{max-height:3rem}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-64{max-height:16rem}.max-h-\[--radix-context-menu-content-available-height\]{max-height:var(--radix-context-menu-content-available-height)}.max-h-\[--radix-select-content-available-height\]{max-height:var(--radix-select-content-available-height)}.max-h-\[200px\]{max-height:200px}.max-h-\[220px\]{max-height:220px}.max-h-\[300px\]{max-height:300px}.max-h-\[320px\]{max-height:320px}.max-h-\[350px\]{max-height:350px}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height)}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-0{min-height:0px}.min-h-\[100px\]{min-height:100px}.min-h-\[120px\]{min-height:120px}.min-h-\[150px\]{min-height:150px}.min-h-\[200px\]{min-height:200px}.min-h-\[400px\]{min-height:400px}.min-h-\[4px\]{min-height:4px}.min-h-\[800px\]{min-height:800px}.min-h-\[80px\]{min-height:80px}.min-h-\[80vh\]{min-height:80vh}.min-h-\[calc\(100vh-64px\)\]{min-height:calc(100vh - 64px)}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.w-0{width:0px}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[100px\]{width:100px}.w-\[18px\]{width:18px}.w-\[1px\]{width:1px}.w-\[380px\]{width:380px}.w-\[90\%\]{width:90%}.w-\[90vw\]{width:90vw}.w-auto{width:auto}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-10{min-width:2.5rem}.min-w-11{min-width:2.75rem}.min-w-5{min-width:1.25rem}.min-w-9{min-width:2.25rem}.min-w-\[1000px\]{min-width:1000px}.min-w-\[100px\]{min-width:100px}.min-w-\[12rem\]{min-width:12rem}.min-w-\[280px\]{min-width:280px}.min-w-\[300px\]{min-width:300px}.min-w-\[85px\]{min-width:85px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-\[1000px\]{max-width:1000px}.max-w-\[1020px\]{max-width:1020px}.max-w-\[1120px\]{max-width:1120px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[1220px\]{max-width:1220px}.max-w-\[1600px\]{max-width:1600px}.max-w-\[80\%\]{max-width:80%}.max-w-\[800px\]{max-width:800px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.origin-\[--radix-context-menu-content-transform-origin\]{transform-origin:var(--radix-context-menu-content-transform-origin)}.origin-\[--radix-dropdown-menu-content-transform-origin\]{transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.origin-\[--radix-hover-card-content-transform-origin\]{transform-origin:var(--radix-hover-card-content-transform-origin)}.origin-\[--radix-menubar-content-transform-origin\]{transform-origin:var(--radix-menubar-content-transform-origin)}.origin-\[--radix-popover-content-transform-origin\]{transform-origin:var(--radix-popover-content-transform-origin)}.origin-\[--radix-select-content-transform-origin\]{transform-origin:var(--radix-select-content-transform-origin)}.origin-\[--radix-tooltip-content-transform-origin\]{transform-origin:var(--radix-tooltip-content-transform-origin)}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-px{--tw-translate-x: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-5{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-px{--tw-translate-x: 1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-12{--tw-rotate: -12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-45{--tw-rotate: -45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-12{--tw-rotate: 12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-3{--tw-rotate: 3deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1rem * var(--tw-space-x-reverse));margin-left:calc(-1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 213 219 / var(--tw-divide-opacity, 1))}.divide-gray-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(75 85 99 / var(--tw-divide-opacity, 1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[2px\]{border-radius:2px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-r-lg{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl-md{border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-br-md{border-bottom-right-radius:calc(var(--radius) - 2px)}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-\[1\.5px\]{border-width:1.5px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-4{border-top-width:4px}.border-dashed{border-style:dashed}.border-\[\#4F46E5\]{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.border-\[\#6458AF\]{--tw-border-opacity: 1;border-color:rgb(100 88 175 / var(--tw-border-opacity, 1))}.border-\[\#6458AF\]\/20{border-color:#6458af33}.border-\[--color-border\]{border-color:var(--color-border)}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-700{--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity, 1))}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-border{border-color:hsl(var(--border))}.border-border\/50{border-color:hsl(var(--border) / .5)}.border-cyan-700{--tw-border-opacity: 1;border-color:rgb(14 116 144 / var(--tw-border-opacity, 1))}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)}.border-emerald-700{--tw-border-opacity: 1;border-color:rgb(4 120 87 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-200\/50{border-color:#e5e7eb80}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-gray-900{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-indigo-700{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-primary{border-color:hsl(var(--primary))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.border-purple-400{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.border-purple-700{--tw-border-opacity: 1;border-color:rgb(126 34 206 / var(--tw-border-opacity, 1))}.border-red-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.border-red-700{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}.border-rose-700{--tw-border-opacity: 1;border-color:rgb(190 18 60 / var(--tw-border-opacity, 1))}.border-sidebar-border{border-color:hsl(var(--sidebar-border))}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-slate-700{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.border-teal-500{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-l-red-600{--tw-border-opacity: 1;border-left-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.border-l-transparent{border-left-color:transparent}.border-t-\[\#6458AF\]{--tw-border-opacity: 1;border-top-color:rgb(100 88 175 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-\[\#0a1628\]{--tw-bg-opacity: 1;background-color:rgb(10 22 40 / var(--tw-bg-opacity, 1))}.bg-\[\#2563eb\]{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-\[\#2d3a35\]{--tw-bg-opacity: 1;background-color:rgb(45 58 53 / var(--tw-bg-opacity, 1))}.bg-\[\#4F46E5\]{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-\[\#5A6B52\]{--tw-bg-opacity: 1;background-color:rgb(90 107 82 / var(--tw-bg-opacity, 1))}.bg-\[\#6458AF\]{--tw-bg-opacity: 1;background-color:rgb(100 88 175 / var(--tw-bg-opacity, 1))}.bg-\[\#6458AF\]\/10{background-color:#6458af1a}.bg-\[\#6458AF\]\/5{background-color:#6458af0d}.bg-\[\#8ba884\]{--tw-bg-opacity: 1;background-color:rgb(139 168 132 / var(--tw-bg-opacity, 1))}.bg-\[--color-bg\]{background-color:var(--color-bg)}.bg-accent{background-color:hsl(var(--accent))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-amber-900{--tw-bg-opacity: 1;background-color:rgb(120 53 15 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/0{background-color:#0000}.bg-black\/10{background-color:#0000001a}.bg-black\/20{background-color:#0003}.bg-black\/30{background-color:#0000004d}.bg-black\/5{background-color:#0000000d}.bg-black\/50{background-color:#00000080}.bg-black\/70{background-color:#000000b3}.bg-black\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-cyan-600{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.bg-cyan-900{--tw-bg-opacity: 1;background-color:rgb(22 78 99 / var(--tw-bg-opacity, 1))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-emerald-900{--tw-bg-opacity: 1;background-color:rgb(6 78 59 / var(--tw-bg-opacity, 1))}.bg-foreground{background-color:hsl(var(--foreground))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-50\/50{background-color:#f9fafb80}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-indigo-900{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity, 1))}.bg-lime-600{--tw-bg-opacity: 1;background-color:rgb(101 163 13 / var(--tw-bg-opacity, 1))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-orange-700{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.bg-pink-400{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity, 1))}.bg-pink-600{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity, 1))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-purple-900{--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.bg-red-800{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.bg-red-900{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.bg-rose-600{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.bg-rose-900{--tw-bg-opacity: 1;background-color:rgb(136 19 55 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-sidebar{background-color:hsl(var(--sidebar-background))}.bg-sidebar-border{background-color:hsl(var(--sidebar-border))}.bg-sky-600{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}.bg-slate-600{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.bg-slate-800{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-stone-600{--tw-bg-opacity: 1;background-color:rgb(87 83 78 / var(--tw-bg-opacity, 1))}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity, 1))}.bg-teal-50{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}.bg-teal-600{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-violet-600{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/5{background-color:#ffffff0d}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-40{--tw-bg-opacity: .4}.bg-opacity-60{--tw-bg-opacity: .6}.bg-opacity-70{--tw-bg-opacity: .7}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-\[\#6458AF\]{--tw-gradient-from: #6458AF var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 88 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#6458AF\]\/10{--tw-gradient-from: rgb(100 88 175 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 88 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/70{--tw-gradient-from: rgb(0 0 0 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/80{--tw-gradient-from: rgb(0 0 0 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/95{--tw-gradient-from: rgb(17 24 39 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400{--tw-gradient-from: #fb923c var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50{--tw-gradient-from: #fff7ed var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100{--tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/50{--tw-gradient-from: rgb(254 202 202 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50{--tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900{--tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);--tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/80{--tw-gradient-from: rgb(255 255 255 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-black{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/20{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/90{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-red-500{--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-red-800{--tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #991b1b var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#5347A0\]{--tw-gradient-to: #5347A0 var(--tw-gradient-to-position)}.to-\[\#6458AF\]\/5{--tw-gradient-to: rgb(100 88 175 / .05) var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-blue-800{--tw-gradient-to: #1e40af var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.to-gray-100\/60{--tw-gradient-to: rgb(243 244 246 / .6) var(--tw-gradient-to-position)}.to-gray-200\/50{--tw-gradient-to: rgb(229 231 235 / .5) var(--tw-gradient-to-position)}.to-gray-50{--tw-gradient-to: #f9fafb var(--tw-gradient-to-position)}.to-gray-800\/85{--tw-gradient-to: rgb(31 41 55 / .85) var(--tw-gradient-to-position)}.to-gray-900{--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.to-indigo-100{--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.to-pink-50{--tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.to-purple-100{--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-red-100{--tw-gradient-to: #fee2e2 var(--tw-gradient-to-position)}.to-red-50{--tw-gradient-to: #fef2f2 var(--tw-gradient-to-position)}.to-red-700{--tw-gradient-to: #b91c1c var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.to-white\/5{--tw-gradient-to: rgb(255 255 255 / .05) var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.fill-yellow-400{fill:#facc15}.fill-yellow-500{fill:#eab308}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.object-top{-o-object-position:top;object-position:top}.p-0{padding:0}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-24{padding-right:6rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[50px\]{padding-top:50px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#4F46E5\]{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-\[\#6458AF\]{--tw-text-opacity: 1;color:rgb(100 88 175 / var(--tw-text-opacity, 1))}.text-\[\#6458AF\]\/40{color:#6458af66}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-border{color:hsl(var(--border))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-cyan-200{--tw-text-opacity: 1;color:rgb(165 243 252 / var(--tw-text-opacity, 1))}.text-cyan-300{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-emerald-200{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/50{color:hsl(var(--foreground) / .5)}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-indigo-200{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity, 1))}.text-indigo-300{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-purple-100{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.text-purple-200{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-red-100{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity, 1))}.text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-rose-200{--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity, 1))}.text-rose-300{--tw-text-opacity: 1;color:rgb(253 164 175 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-sidebar-foreground{color:hsl(var(--sidebar-foreground))}.text-sidebar-foreground\/70{color:hsl(var(--sidebar-foreground) / .7)}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.text-teal-800{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/40{color:#fff6}.text-white\/50{color:#ffffff80}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.underline-offset-4{text-underline-offset:4px}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-white\/50::-moz-placeholder{color:#ffffff80}.placeholder-white\/50::placeholder{color:#ffffff80}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-gray-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1))}.ring-ring{--tw-ring-color: hsl(var(--ring))}.ring-sidebar-ring{--tw-ring-color: hsl(var(--sidebar-ring))}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.fade-in-80{--tw-enter-opacity: .8}.zoom-in-95{--tw-enter-scale: .95}.slide-in-from-right-5{--tw-enter-translate-x: 1.25rem}.duration-100{animation-duration:.1s}.duration-1000{animation-duration:1s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.scrollbar-visible{scrollbar-width:thin;scrollbar-color:#c4c4c4 #f1f1f1}.scrollbar-visible::-webkit-scrollbar{width:8px}.scrollbar-visible::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.scrollbar-visible::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:4px}.scrollbar-visible::-webkit-scrollbar-thumb:hover{background:#a8a8a8}[data-content-id][data-content-type=background],[data-content-id][data-content-type=image],[data-content-id][data-content-type=icon],img[data-content-id],svg[data-content-id]{white-space:normal}:root{--background: 210 11% 98%;--foreground: 210 40% 20%;--muted: 210 17% 96%;--muted-foreground: 215 20% 45%;--popover: 0 0% 100%;--popover-foreground: 210 40% 20%;--card: 0 0% 100%;--card-foreground: 210 40% 20%;--border: 214 20% 89%;--input: 214 20% 89%;--primary: 217 91% 60%;--primary-foreground: 0 0% 100%;--secondary: 210 17% 96%;--secondary-foreground: 210 40% 20%;--accent: 142 76% 36%;--accent-foreground: 0 0% 100%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 98%;--ring: 217 91% 60%;--radius: .5rem}.dark{--background: 240 10% 3.9%;--foreground: 0 0% 98%;--muted: 240 3.7% 15.9%;--muted-foreground: 240 5% 64.9%;--popover: 240 10% 3.9%;--popover-foreground: 0 0% 98%;--card: 240 10% 3.9%;--card-foreground: 0 0% 98%;--border: 240 3.7% 15.9%;--input: 240 3.7% 15.9%;--primary: 217 91% 60%;--primary-foreground: 0 0% 100%;--secondary: 240 3.7% 15.9%;--secondary-foreground: 0 0% 98%;--accent: 142 76% 36%;--accent-foreground: 0 0% 100%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--ring: 240 4.9% 83.9%}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes scroll-right{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes progress-bar{0%{width:0%}30%{width:30%}50%{width:55%}70%{width:75%}85%{width:85%}to{width:92%}}.animate-progress-bar{width:0%;animation:progress-bar 2.5s ease-out forwards}.animate-scroll-left{animation:scroll-left 40s linear infinite}.animate-scroll-right{animation:scroll-right 40s linear infinite}@media (min-width: 768px){.animate-scroll-left{animation:scroll-left 60s linear infinite}.animate-scroll-right{animation:scroll-right 60s linear infinite}}.section-animate-left h1,.section-animate-left h2,.section-animate-left h3,.section-animate-left p,.section-animate-left img,.section-animate-left button,.section-animate-left a.bg-red-600,.section-animate-left .grid>*,.section-animate-left .flex>*,.section-animate-right h1,.section-animate-right h2,.section-animate-right h3,.section-animate-right p,.section-animate-right img,.section-animate-right button,.section-animate-right a.bg-red-600,.section-animate-right .grid>*,.section-animate-right .flex>*{opacity:0;transition:opacity .5s ease-out,transform .5s ease-out}.section-animate-left h1,.section-animate-left h2,.section-animate-left h3,.section-animate-left p,.section-animate-left img,.section-animate-left button,.section-animate-left a.bg-red-600,.section-animate-left .grid>*,.section-animate-left .flex>*{transform:translate(-30px)}.section-animate-right h1,.section-animate-right h2,.section-animate-right h3,.section-animate-right p,.section-animate-right img,.section-animate-right button,.section-animate-right a.bg-red-600,.section-animate-right .grid>*,.section-animate-right .flex>*{transform:translate(30px)}.section-animate-left.section-in-view h2,.section-animate-right.section-in-view h2{opacity:1;transform:translate(0);transition-delay:.1s}.section-animate-left.section-in-view h3,.section-animate-right.section-in-view h3{opacity:1;transform:translate(0);transition-delay:.2s}.section-animate-left.section-in-view p,.section-animate-right.section-in-view p{opacity:1;transform:translate(0);transition-delay:.3s}.section-animate-left.section-in-view img,.section-animate-right.section-in-view img{opacity:1;transform:translate(0);transition-delay:.4s}.section-animate-left.section-in-view button,.section-animate-left.section-in-view a.bg-red-600,.section-animate-right.section-in-view button,.section-animate-right.section-in-view a.bg-red-600{opacity:1;transform:translate(0);transition-delay:.5s}.section-animate-left.section-in-view .grid>*:nth-child(1),.section-animate-right.section-in-view .grid>*:nth-child(1){opacity:1;transform:translate(0);transition-delay:.2s}.section-animate-left.section-in-view .grid>*:nth-child(2),.section-animate-right.section-in-view .grid>*:nth-child(2){opacity:1;transform:translate(0);transition-delay:.35s}.section-animate-left.section-in-view .grid>*:nth-child(3),.section-animate-right.section-in-view .grid>*:nth-child(3){opacity:1;transform:translate(0);transition-delay:.5s}.section-animate-left.section-in-view .grid>*:nth-child(4),.section-animate-right.section-in-view .grid>*:nth-child(4){opacity:1;transform:translate(0);transition-delay:.65s}.section-animate-left.section-in-view .grid>*:nth-child(5),.section-animate-right.section-in-view .grid>*:nth-child(5){opacity:1;transform:translate(0);transition-delay:.8s}.section-animate-left.section-in-view .grid>*:nth-child(n+6),.section-animate-right.section-in-view .grid>*:nth-child(n+6){opacity:1;transform:translate(0);transition-delay:.95s}.section-animate-left.section-in-view .flex>*,.section-animate-right.section-in-view .flex>*{opacity:1;transform:translate(0);transition-delay:.4s}.section-edit-mode .section-animate-left *,.section-edit-mode .section-animate-right *{opacity:1!important;transform:translate(0)!important;transition-delay:0s!important}.section-animate-left,.section-animate-right{will-change:opacity,transform}.form-embed-container{background:transparent;padding:0;margin:0;border:none;display:block;width:100%}.form-embed-container iframe{width:100%;border:none;display:block}[data-content-id]{white-space:pre-line}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.first\:border-l:first-child{border-left-width:1px}.last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.last\:border-b-0:last-child{border-bottom-width:0px}.last\:pb-0:last-child{padding-bottom:0}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-black:hover{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-primary:hover{border-color:hsl(var(--primary))}.hover\:border-red-600:hover{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.hover\:border-white:hover{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#4338CA\]:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#4F46E5\]:hover{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#53479E\]:hover{--tw-bg-opacity: 1;background-color:rgb(83 71 158 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#5347A0\]:hover,.hover\:bg-\[\#5347a0\]:hover{--tw-bg-opacity: 1;background-color:rgb(83 71 160 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#5349A0\]:hover{--tw-bg-opacity: 1;background-color:rgb(83 73 160 / var(--tw-bg-opacity, 1))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-amber-700:hover{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-sidebar-accent:hover{background-color:hsl(var(--sidebar-accent))}.hover\:bg-teal-700:hover{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:text-\[\#4338CA\]:hover{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.hover\:text-\[\#6458AF\]:hover{--tw-text-opacity: 1;color:rgb(100 88 175 / var(--tw-text-opacity, 1))}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.hover\:text-green-900:hover{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.hover\:text-orange-600:hover{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.hover\:text-red-200:hover{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.hover\:text-sidebar-accent-foreground:hover{color:hsl(var(--sidebar-accent-foreground))}.hover\:text-slate-800:hover{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.hover\:text-slate-900:hover{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-white\/80:hover{color:#fffc}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:hsl(var(--sidebar-border))}.focus\:border-\[\#6458AF\]:focus{--tw-border-opacity: 1;border-color:rgb(100 88 175 / var(--tw-border-opacity, 1))}.focus\:border-black:focus{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-primary:focus{background-color:hsl(var(--primary))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[\#6458AF\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(100 88 175 / var(--tw-ring-opacity, 1))}.focus\:ring-amber-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))}.focus\:ring-black\/20:focus{--tw-ring-color: rgb(0 0 0 / .2)}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-white\/50:focus{--tw-ring-color: rgb(255 255 255 / .5)}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-sidebar-ring:focus-visible{--tw-ring-color: hsl(var(--sidebar-ring))}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width: 1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.active\:bg-sidebar-accent:active{background-color:hsl(var(--sidebar-accent))}.active\:text-sidebar-accent-foreground:active{color:hsl(var(--sidebar-accent-foreground))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-black\/10{background-color:#0000001a}.group:hover .group-hover\:bg-black\/40{background-color:#0006}.group:hover .group-hover\:bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-opacity-30{--tw-bg-opacity: .3}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color:hsl(var(--muted) / .4)}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive) / .3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color: hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626}.peer\/menu-button:hover~.peer-hover\/menu-button\:text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]){background-color:hsl(var(--sidebar-background))}.has-\[\:disabled\]\:opacity-50:has(:disabled){opacity:.5}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:2rem}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent) / .5)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x: var(--radix-toast-swipe-end-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x: var(--radix-toast-swipe-move-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[state\=checked\]\:border-\[\#6458AF\][data-state=checked]{--tw-border-opacity: 1;border-color:rgb(100 88 175 / var(--tw-border-opacity, 1))}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:hsl(var(--sidebar-accent))}.data-\[selected\=\'true\'\]\:bg-accent[data-selected=true]{background-color:hsl(var(--accent))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=checked\]\:bg-\[\#6458AF\][data-state=checked]{--tw-bg-opacity: 1;background-color:rgb(100 88 175 / var(--tw-bg-opacity, 1))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:hsl(var(--accent) / .5)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:hsl(var(--sidebar-accent-foreground))}.data-\[placeholder\]\:text-muted-foreground[data-placeholder]{color:hsl(var(--muted-foreground))}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:hsl(var(--accent-foreground))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[state\=on\]\:text-accent-foreground[data-state=on],.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:hsl(var(--accent-foreground))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],.data-\[state\=open\]\:animate-in[data-state=open],.data-\[state\=visible\]\:animate-in[data-state=visible]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[state\=hidden\]\:animate-out[data-state=hidden],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity: 0}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open],.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale: .9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x: 13rem}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x: -13rem}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x: 13rem}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x: -13rem}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed],.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:.25rem}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=open\]\:hover\:bg-accent:hover[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state=open]{background-color:hsl(var(--sidebar-accent))}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state=open]{color:hsl(var(--sidebar-accent-foreground))}.data-\[state\=open\]\:focus\:bg-accent:focus[data-state=open]{background-color:hsl(var(--accent))}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:2rem!important;height:2rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0px}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180,.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border-sidebar-border{border-color:hsl(var(--sidebar-border))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.5rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover{background-color:hsl(var(--sidebar-background))}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem}.peer\/menu-button[data-active=true]~.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))}.dark\:border-destructive:is(.dark *){border-color:hsl(var(--destructive))}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:-mt-1{margin-top:-.25rem}.sm\:mb-12{margin-bottom:3rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-auto{margin-left:auto}.sm\:mt-0{margin-top:0}.sm\:mt-8{margin-top:2rem}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:h-10{height:2.5rem}.sm\:h-48{height:12rem}.sm\:h-72{height:18rem}.sm\:h-\[400px\]{height:400px}.sm\:w-10{width:2.5rem}.sm\:w-72{width:18rem}.sm\:w-auto{width:auto}.sm\:max-w-\[400px\]{max-width:400px}.sm\:max-w-\[450px\]{max-width:450px}.sm\:max-w-\[500px\]{max-width:500px}.sm\:max-w-\[600px\]{max-width:600px}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-stretch{align-items:stretch}.sm\:justify-end{justify-content:flex-end}.sm\:gap-0{gap:0px}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:p-8{padding:2rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:py-24{padding-top:6rem;padding-bottom:6rem}.sm\:py-28{padding-top:7rem;padding-bottom:7rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media (min-width: 768px){.md\:absolute{position:absolute}.md\:col-span-2{grid-column:span 2 / span 2}.md\:mb-0{margin-bottom:0}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-80{height:20rem}.md\:h-\[500px\]{height:500px}.md\:w-\[30\%\]{width:30%}.md\:w-\[70\%\]{width:70%}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:max-w-\[420px\]{max-width:420px}.md\:flex-1{flex:1 1 0%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:gap-12{gap:3rem}.md\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.md\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}.md\:border-l{border-left-width:1px}.md\:border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.md\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.md\:bg-opacity-40{--tw-bg-opacity: .4}.md\:p-12{padding:3rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:pl-6{padding-left:1.5rem}.md\:pr-6{padding-right:1.5rem}.md\:pt-0{padding-top:0}.md\:text-left{text-align:left}.md\:text-right{text-align:right}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:opacity-0{opacity:0}.md\:opacity-30{opacity:.3}.after\:md\:hidden:after{content:var(--tw-content);display:none}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media (min-width: 1024px){.lg\:sticky{position:sticky}.lg\:top-8{top:2rem}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-first{order:-9999}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mb-0{margin-bottom:0}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-8{margin-bottom:2rem}.lg\:ml-auto{margin-left:auto}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-80{height:20rem}.lg\:h-\[500px\]{height:500px}.lg\:h-\[739px\]{height:739px}.lg\:h-auto{height:auto}.lg\:max-h-none{max-height:none}.lg\:min-h-0{min-height:0px}.lg\:w-1\/2{width:50%}.lg\:w-80{width:20rem}.lg\:w-\[40\%\]{width:40%}.lg\:w-\[60\%\]{width:60%}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[40\%_60\%\]{grid-template-columns:40% 60%}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:gap-12{gap:3rem}.lg\:gap-16{gap:4rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:py-28{padding-top:7rem;padding-bottom:7rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pb-8{padding-bottom:2rem}.lg\:pl-8{padding-left:2rem}.lg\:pt-20{padding-top:5rem}.lg\:pt-4{padding-top:1rem}.lg\:pt-8{padding-top:2rem}.lg\:text-left{text-align:left}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:text-9xl{font-size:8rem;line-height:1}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:pl-\[max\(3\.5rem\,calc\(\(100vw-80rem\)\/2\+1\.5rem\)\)\]{padding-left:max(3.5rem,calc((100vw - 80rem)/2 + 1.5rem))}.xl\:text-6xl{font-size:3.75rem;line-height:1}.xl\:text-7xl{font-size:4.5rem;line-height:1}}@media (min-width: 1536px){.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent) / .5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>span\:last-child\]\:truncate>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y: -3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:h-2\.5>svg{height:.625rem}.\[\&\>svg\]\:h-3>svg{height:.75rem}.\[\&\>svg\]\:h-3\.5>svg{height:.875rem}.\[\&\>svg\]\:w-2\.5>svg{width:.625rem}.\[\&\>svg\]\:w-3>svg{width:.75rem}.\[\&\>svg\]\:w-3\.5>svg{width:.875rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))}.\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))}.\[\&\>svg\]\:text-muted-foreground>svg{color:hsl(var(--muted-foreground))}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:hsl(var(--sidebar-accent-foreground))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\*\]\:pointer-events-none *{pointer-events:none}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:hsl(var(--muted-foreground))}.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:hsl(var(--border) / .5)}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:hsl(var(--border))}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-layer\]\:outline-none .recharts-layer{outline:2px solid transparent;outline-offset:2px}.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:hsl(var(--border))}.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:hsl(var(--muted))}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:hsl(var(--border))}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-sector\]\:outline-none .recharts-sector,.\[\&_\.recharts-surface\]\:outline-none .recharts-surface{outline:2px solid transparent;outline-offset:2px}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:hsl(var(--muted-foreground))}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}
