@import"https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--primary-blue: #2F6FCC;--primary-dark-blue: #233463;--bg-color: rgba(255, 255, 255);--text-color: #343a40;--menu-bg: #f8faff;--navbar-height: 80px;--navbar-mobile-height: 70px;--transition-speed: .3s}.navbar{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;height:var(--navbar-height);z-index:1000;transition:all var(--transition-speed) ease;background-color:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px #00000014}.navbar-scrolled{height:calc(var(--navbar-height) - 10px);background-color:var(--bg-color);box-shadow:0 4px 20px #0000001a}.navbar--transparent{background:transparent;box-shadow:none}.navbar--transparent .nav-links li a,.navbar--transparent .navbar-link-external{color:var(--primary-dark-blue)}.navbar--transparent .nav-links li.active a,.navbar--transparent .nav-links li a:hover,.navbar--transparent .navbar-link-external:hover{color:var(--primary-blue)}.navbar--transparent .menu-toggle-bar{background-color:var(--primary-dark-blue)}.navbar--transparent.navbar-scrolled{background-color:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 4px 24px #00000014}.navbar-actions{display:flex;align-items:center;gap:1.5rem}.navbar-link-external{font-weight:700;font-size:.9rem;color:var(--primary-blue);text-decoration:none;transition:color .2s ease}.navbar-link-external:hover{color:var(--primary-dark-blue)}.navbar-cta{padding:.55rem 1.35rem!important;font-size:.85rem!important}.nav-links li a.nav-external,.nav-links .nav-external{display:flex;align-items:center;color:var(--primary-blue);text-decoration:none;font-weight:700;padding:.5rem 0}.navbar-container{display:flex;align-items:center;justify-content:space-between;height:100%}.navbar-logo{display:flex;align-items:center;height:100%;z-index:1001}.navbar-logo img{height:40px;transition:height var(--transition-speed) ease}.navbar-scrolled .navbar-logo img{height:36px}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:26px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative}.menu-toggle-bar{width:100%;height:2px;background-color:var(--primary-dark-blue);border-radius:2px;transition:all .3s cubic-bezier(.68,-.6,.32,1.6)}.menu-toggle.active .menu-toggle-bar:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.menu-toggle.active .menu-toggle-bar:nth-child(2){opacity:0}.menu-toggle.active .menu-toggle-bar:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.navbar-menu{display:flex;align-items:center;height:100%}.navbar-menu-header,.navbar-menu-footer,.menu-close{display:none}.nav-links ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-links li{position:relative}.nav-links li a{display:flex;align-items:center;color:var(--primary-dark-blue);text-decoration:none;font-weight:500;transition:color .2s ease;padding:.3rem .8rem;font-size:15px}.nav-links li.active a,.nav-links li.active a:hover{color:#fff!important}.nav-links li a:hover{color:var(--primary-blue)}.nav-links li.active{background-color:#2f6fcc;border-radius:20px}.nav-links li:hover:after{transform:scaleX(1)}.nav-icon{display:none}@media (max-width: 991px){.navbar-actions{display:none}}@media (max-width: 991px){.navbar{height:var(--navbar-mobile-height)}.navbar-container{padding:0 1.5rem}.menu-toggle{display:flex}.navbar-menu{position:fixed;top:0;right:0;width:85%;max-width:380px;height:100vh;background-color:var(--primary-dark-blue);color:#fff;display:flex;flex-direction:column;transform:translate(100%) scale(.96);opacity:0;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .4s ease;z-index:1001;padding:2rem 1.5rem;overflow-y:auto;box-shadow:-10px 0 40px #00000059}.navbar-menu.active{transform:translate(0) scale(1);opacity:1}.menu-open:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease;animation:fadeIn .3s forwards}.navbar-menu-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:2.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-menu-logo img{height:32px}.menu-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;color:#fff}.menu-close:hover{background-color:#fff3;transform:rotate(90deg)}.menu-close svg{width:24px;height:24px;stroke:currentColor;stroke-width:2px}.nav-links{flex:1;overflow-y:auto}.nav-links ul{display:flex;flex-direction:column;gap:.75rem}.nav-links li{opacity:0;transform:translateY(20px);transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);transition-delay:calc(.06s * var(--item-index, 0))}.navbar-menu.active .nav-links li{opacity:1;transform:translateY(0)}.nav-links li:nth-child(1){--item-index: 1}.nav-links li:nth-child(2){--item-index: 2}.nav-links li:nth-child(3){--item-index: 3}.nav-links li:nth-child(4){--item-index: 4}.nav-links li:nth-child(5){--item-index: 5}.nav-links li:nth-child(6){--item-index: 6}.nav-links li:after{display:none}.nav-links li a{color:#ffffffbf;font-size:1.25rem;font-weight:700;padding:.85rem 1rem;border-radius:12px;transition:all .2s ease}.nav-links li.active a{color:#fff;background-color:#ffffff1f}.nav-links li a:hover{color:#fff;background-color:#ffffff0f;padding-left:1.25rem}.nav-text{padding-left:.5rem}.nav-links li.active a:before{display:none}.navbar-menu-footer{margin-top:auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:1rem}.btn-mobile-contact,.btn-mobile-cta{font-size:.95rem;padding:.85rem 1.25rem;border-radius:30px;text-transform:none;letter-spacing:.3px;font-weight:600;text-align:center;transition:all .2s ease}.btn-mobile-contact{border:1px solid rgba(255,255,255,.25);color:#fff;background:#ffffff0a}.btn-mobile-contact:hover{background:#ffffff1a;border-color:#fff}.btn-mobile-cta{background-color:var(--primary-blue);color:#fff;border:1px solid var(--primary-blue);box-shadow:0 4px 14px #2f6fcc4d}.btn-mobile-cta:hover{background-color:#245cb3;border-color:#245cb3;transform:translateY(-1px)}.social-links{display:flex;justify-content:center;gap:1.25rem;margin-top:1rem}.social-links a{color:#fff;background-color:#ffffff14;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.social-links a:hover{background-color:var(--primary-blue);color:#fff;transform:translateY(-3px)}.nav-icon{display:none!important}}@media (max-width: 576px){.navbar-menu{width:100%;max-width:none}}.logo-container{height:40px;width:auto;transition:all var(--transition-speed) ease}.navbar-scrolled .logo-container{height:36px}.logo-container-mobile{height:35px;width:auto}.footer{background-color:var(--primary-dark-blue);color:var(--primary-white);padding:4rem 0 2rem}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:3rem}.footer-logo-wrapper{width:120px;display:inline-block}.footer-logo-wrapper img{max-width:100%;height:auto}.footer-logo-wrapper svg{width:100%;height:auto}.footer-logo-wrapper h1,.footer-logo-wrapper h2{font-size:1.5rem}.footer-logo p{margin-top:.75rem;font-size:.9rem;max-width:300px}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-links-column h4{font-size:1.1rem;margin-bottom:1.2rem;position:relative}.footer-links-column h4:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:2px;background-color:var(--secondary-teal)}.footer-links-column a,.footer-links-column p{display:block;margin-bottom:.8rem;font-size:.9rem;opacity:.8;transition:opacity .3s ease}.footer-links-column a:hover{opacity:1;color:var(--secondary-teal)}.footer-social{display:flex;gap:1rem;margin-top:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#ffffff1a;transition:background-color .3s ease}.footer-social a:hover{background-color:var(--secondary-teal)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{opacity:.8;transition:opacity .3s ease}.footer-bottom-links a:hover{opacity:1}.footer--v2{padding:0;background:var(--brand-black);color:#ffffffbf}.footer--v2 .container-wide{width:100%;max-width:1280px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem)}.footer__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:clamp(2rem,5vw,4rem);padding:clamp(3.5rem,8vw,5rem) 0 clamp(2.5rem,5vw,3.5rem);border-bottom:1px solid rgba(255,255,255,.08)}.footer__brand p{margin-top:1.25rem;font-size:.92rem;line-height:1.7;max-width:22rem;color:#ffffff80}.footer__logo{display:inline-block}.footer__nav{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer__col h4{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--brand-white);margin-bottom:1.25rem}.footer__col a,.footer__col p{display:block;margin-bottom:.65rem;font-size:.88rem;color:#ffffff80;transition:color .25s}.footer__col a:hover{color:var(--brand-teal)}.footer__bar{padding:1.25rem 0 1.75rem}.footer__bar-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.82rem;color:#ffffff59}@media (max-width: 992px){.footer-top{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}.footer__inner{grid-template-columns:1fr}.footer__nav{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer__nav{grid-template-columns:1fr}.footer__bar-inner{flex-direction:column;text-align:center}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{animation:marquee 35s linear infinite}.hero{position:relative;overflow:hidden;min-height:100vh;background-color:#f8faff;padding:4rem 0 3rem;--primary-blue: #2f6fcc;--primary-dark-blue: #233463;--secondary-teal: #44bba4;--brand: #021a3f;--accent-purple: #9d6cc6;opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease;width:100%;max-width:100vw}.hero.loaded{opacity:1;transform:translateY(0)}.hero-bg-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f8faff,#e6f0ff,#f0f4ff);z-index:0}.hero-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%232f6fcc' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.6;z-index:1}.hero-bg-dots{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(#2f6fcc 1px,transparent 1px);background-size:35px 35px;opacity:.05;z-index:2}.hero-container{position:relative;z-index:5;display:flex;flex-direction:column-reverse;gap:1.5rem;width:100%;max-width:100%;margin-top:60px}.hero-content{position:relative;max-width:550px;z-index:5;animation:fadeInUp 1s ease .2s both}.hero-badge{display:inline-block;padding:.4rem .8rem;background-color:#2f6fcc1a;color:var(--primary-blue);font-weight:600;font-size:.8rem;border-radius:30px;margin-bottom:1rem;animation:fadeInRight .7s ease .5s both}.hero-heading{font-size:2.5rem;line-height:1.2;margin-bottom:.5rem;text-align:center;color:var(--primary-dark-blue);font-weight:800;animation:fadeInLeft .8s ease .3s both;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}.hero-description{font-size:1rem;line-height:1.6;color:#546285;margin-bottom:1.5rem;max-width:540px;animation:fadeInUp .8s ease .7s both}.hero-buttons{display:flex;gap:1rem;margin-bottom:1.75rem;animation:fadeInUp .8s ease .9s both}.hero-stats{display:flex;gap:2rem;animation:fadeInUp .8s ease 1.1s both;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}.hero-stat{display:flex;flex-direction:column}.hero-stat-number{font-size:1.75rem;font-weight:700;color:var(--primary-dark-blue)}.hero-stat-label{font-size:.85rem;color:#546285}.hero-image-container{position:relative;z-index:4;display:flex;justify-content:center;align-items:center;width:100%;max-width:100%;height:90%}.hero-image-wrapper{position:relative;width:100%;max-width:520px;border-radius:20px;overflow:hidden;height:90%;box-shadow:0 20px 60px #2f6fcc26}.hero-image{width:100%;height:90%;display:block}.hero-floating-element{position:absolute;background-color:#fff;border-radius:10px;padding:.75rem 1rem;box-shadow:0 8px 24px #2f6fcc26;display:flex;align-items:center;gap:.5rem;max-width:calc(100% - 2rem)}.hero-float-1{top:5%;left:0;animation-delay:0s}.hero-float-2{bottom:5%;right:0;animation-delay:1s}.hero-floating-element i{color:var(--primary-blue);font-size:1.2rem}.hero-floating-element span{font-size:.9rem;font-weight:600;color:var(--primary-dark-blue)}.hero-shapes{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:hidden}.hero-shape{position:absolute;border-radius:50%}.hero-shape-1{width:300px;height:300px;top:-50px;right:-50px;background:linear-gradient(135deg,#2f6fcc33,#9d6cc633);animation:float 15s ease-in-out infinite}.hero-shape-2{width:200px;height:200px;bottom:-25px;left:-25px;background:linear-gradient(135deg,#44bba433,#9d6cc633);animation:float 18s ease-in-out infinite reverse}.hero-shape-3{width:100px;height:100px;top:60%;left:10%;background:linear-gradient(135deg,#f3a04d,#44bba4);animation:spin 25s linear infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (min-width: 768px){.hero-heading{font-size:3rem}.hero-container{flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem}.hero-content,.hero-image-container{flex:1}}@media (min-width: 1024px){.hero{padding:5rem 0 4rem}.hero-heading{font-size:3.5rem;max-width:550px}.hero-container{gap:3rem}.hero-float-1{left:-10px}.hero-float-2{right:-10px}}@media (min-width: 1280px){.hero-heading{font-size:3.75rem}}@media (max-width: 480px){.hero{overflow-x:hidden}.hero-buttons{flex-direction:row;gap:.75rem;width:100%}.hero-buttons .btn{text-align:center;padding:.7rem 1rem;font-size:.9rem;flex:1}.hero-description{font-size:.95rem}.hero-heading{font-size:2rem}.hero-stats{flex-wrap:wrap;gap:1.5rem}.hero-stat-number{font-size:1.5rem}.hero-stat-label{font-size:.8rem}.hero-floating-element{display:none}.hero-shape-1{width:150px;height:150px;top:-25px;right:-25px}.hero-shape-2{width:100px;height:100px;bottom:-15px;left:-15px}}@media (max-width: 768px){.hero-content{text-align:center;display:flex;flex-direction:column;align-items:center}.hero-buttons{display:flex;justify-content:center;width:100%;gap:.8rem;margin-top:1.5rem}.hero-buttons .btn{min-width:140px;padding:.8rem 1rem;font-size:.9rem;text-align:center}.hero-heading,.hero-description{text-align:center;max-width:100%}.hero-stats{justify-content:center;margin-top:2rem}.hero-floating-element{padding:.5rem .75rem;font-size:.8rem}}@media (max-width: 480px){.hero-buttons{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:220px}.hero-buttons .btn{width:100%}}.features{background-color:var(--primary-white);overflow:hidden;width:100%;max-width:100%}.section-header h2{font-size:2.5rem;color:var(--primary-dark-blue);margin-bottom:1rem}.section-header p{font-size:1.1rem;color:var(--secondary-dark-gray);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background-color:var(--primary-white);padding:2rem;border-radius:20px;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.feature-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon i{font-size:1.5rem}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--primary-dark-blue)}.feature-card p{color:var(--secondary-dark-gray)}.about-preview{background-color:var(--secondary-light-gray)}.about-preview-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-preview-text h2{font-size:2.5rem;color:var(--primary-dark-blue);margin-bottom:1.5rem}.about-preview-text p{margin-bottom:1.5rem;color:var(--secondary-dark-gray)}.about-preview-image img{width:100%;border-radius:10px;box-shadow:0 20px 40px #0000001a}.services-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background-color:var(--primary-white);border-radius:8px;overflow:hidden;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.service{font-family:var(--font-family)}.service-card img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.service-card h3{font-size:1.3rem;margin:1.5rem 1.5rem 1rem;color:var(--primary-dark-blue)}.service-card p{padding:0 1.5rem;margin-bottom:1.5rem;color:var(--secondary-dark-gray)}.service-link{display:block;padding:1rem 1.5rem;color:var(--primary-blue);font-weight:500;border-top:1px solid rgba(0,0,0,.05);transition:background-color .3s ease}.service-link:hover{background-color:#2f6fcc0d}.service-link i{margin-left:.5rem;transition:transform .3s ease}.service-link:hover i{transform:translate(5px)}.testimonials{background-color:var(--secondary-light-gray)}.testimonials-slider{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background-color:var(--primary-white);padding:2rem;border-radius:8px;box-shadow:0 5px 20px #0000000d}.testimonial-content{margin-bottom:1.5rem;position:relative}.testimonial-content:before{content:'"';font-size:4rem;color:var(--primary-blue);opacity:.2;position:absolute;top:-20px;left:-10px}.testimonial-content p{position:relative;z-index:1;color:var(--secondary-dark-gray)}.testimonial-author img{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.testimonial-author h4{font-size:1rem;margin-bottom:.2rem;color:var(--primary-dark-blue)}.testimonial-author p{font-size:.9rem;color:var(--secondary-dark-gray)}.cta{background-color:var(--primary-blue);color:var(--primary-white)}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.1rem;max-width:700px;margin:0 auto 2rem;opacity:.9}.cta-buttons{display:flex;justify-content:center;gap:1rem}.cta .btn-outline{border-color:var(--primary-white);color:var(--primary-white)}.cta .btn-outline:hover{background-color:var(--primary-white);color:var(--primary-blue)}.blog-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.blog-card{background-color:var(--primary-white);border-radius:8px;overflow:hidden;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.blog-card-image{height:200px;overflow:hidden}.blog-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-content{padding:1.5rem}.blog-card-date{font-size:.9rem;color:var(--secondary-dark-gray);margin-bottom:.5rem}.blog-card-content h3{font-size:1.3rem;margin-bottom:1rem;color:var(--primary-dark-blue)}.blog-card-content p{margin-bottom:1.5rem;color:var(--secondary-dark-gray)}.blog-card-link{color:var(--primary-blue);font-weight:500;display:flex;align-items:center}.blog-card-link i{margin-left:.5rem;transition:transform .3s ease}.blog-card-link:hover i{transform:translate(5px)}.newsletter{background-color:var(--secondary-light-gray)}.newsletter-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.newsletter-text h2{font-size:2.5rem;color:var(--primary-dark-blue);margin-bottom:1rem}.newsletter-text p{color:var(--secondary-dark-gray)}.newsletter-form{display:flex;gap:1rem}.newsletter-form input{flex:1;padding:.8rem 1.5rem;border:1px solid rgba(0,0,0,.1);border-radius:4px;font-family:var(--font-family);font-size:1rem}.newsletter-form input:focus{outline:none;border-color:var(--primary-blue)}@media (max-width: 992px){.hero{padding:7rem 0 5rem}.hero-content h1{font-size:2.5rem}.hero-container,.about-preview-content,.newsletter-content{grid-template-columns:1fr}.hero-image{order:-1;text-align:center}.hero-image img{max-width:400px}.section-header h2,.about-preview-text h2,.newsletter-text h2,.cta-content h2{font-size:2rem}}@media (max-width: 768px){.hero-content h1{font-size:2rem}.hero-buttons,.cta-buttons{flex-direction:column;gap:1rem}.newsletter-form{flex-direction:column}.newsletter-form input{width:100%}}.desktop-heading{max-width:100%;font-size:2.75rem;line-height:1.2;margin-bottom:1.5rem}.desktop-break{display:none}@media (min-width: 768px){.desktop-heading{font-size:3.5rem;max-width:90%}.desktop-break{display:inline}}@media (min-width: 1024px){.desktop-heading{font-size:4rem;max-width:95%}}@media (min-width: 1280px){.desktop-heading{font-size:4.5rem}}.features-section{padding:4rem 0;background-color:#f9f9f9}.features-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;margin-top:3rem}.feature-card{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.feature-icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-icon i{font-size:1.75rem}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem;font-weight:600;color:var(--primary-dark-blue)}.feature-card p{color:#676767;line-height:1.6}:root{--primary-blue: #2f6fcc;--secondary-teal: #44bba4;--secondary-red: #e94f37;--accent-orange: #f3a04d;--primary-dark-blue: #233463;--accent-purple: #9d6cc6}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 480px){.hero-buttons{flex-direction:column;gap:.75rem;width:100%;max-width:280px}.hero-buttons .btn{text-align:center;padding:.75rem 1rem}.hero-description{font-size:1rem}.hero-heading{font-size:2.25rem}.hero-stats{flex-wrap:wrap;gap:1.5rem}.hero-stat-number{font-size:1.75rem}}@media (min-width: 481px) and (max-width: 767px){.hero-buttons{justify-content:flex-start;width:100%;max-width:400px}.hero-buttons .btn{padding:.75rem 1.25rem;min-width:initial;flex:0 1 auto;border-radius:40px}}.testimonials-section{padding:5rem 0;background-color:#f8f9fd;position:relative;overflow:hidden}.testimonials-section:before{content:"";position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(180deg,#2f6fcc0d,#fff0);z-index:1}.testimonials-section .container{position:relative;z-index:2}.section-badge{display:inline-block;padding:.4rem .8rem;background-color:#2f6fcc1a;color:var(--primary-blue);font-weight:600;font-size:.8rem;border-radius:30px;margin-bottom:1rem}.section-header{margin-bottom:3rem}.section-header h2{margin-bottom:.5rem;color:var(--primary-dark-blue);font-size:2.5rem;font-weight:700}.section-header p{font-size:1.1rem;color:#546285;max-width:600px;margin:0 auto}.testimonials-alt-container{display:flex;flex-direction:column;gap:5rem;margin:3rem 0}.testimonial-alt-item{display:flex;align-items:center;gap:3rem;opacity:0;transition:all .5s ease-out;will-change:opacity,transform}.testimonial-alt-item.testimonial-right{transform:translate(-50px)}.testimonial-alt-item.testimonial-left{transform:translate(50px);flex-direction:row-reverse}.testimonial-alt-item.testimonial-visible{opacity:1;transform:translate(0)}.testimonial-alt-image{flex:0 0 280px;height:280px;border-radius:16px;overflow:hidden;box-shadow:0 15px 30px #0000001a;position:relative}.testimonial-alt-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#2f6fcc0d,#2f6fcc33);z-index:1}.testimonial-alt-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.testimonial-alt-content{flex:1}.testimonial-alt-content h3{font-size:1.5rem;font-weight:600;color:var(--primary-dark-blue);margin-bottom:.3rem}.testimonial-alt-position{font-size:1rem;color:var(--primary-blue);margin-bottom:1.5rem}.testimonial-alt-text{position:relative;padding-left:1.5rem;border-left:3px solid var(--primary-blue)}.testimonial-alt-text p{font-size:1.1rem;line-height:1.7;color:#546285}@media (max-width: 992px){.testimonial-alt-item{flex-direction:column;gap:2rem;text-align:center}.testimonial-alt-item.testimonial-left{flex-direction:column}.testimonial-alt-image{flex:0 0 220px;height:220px;width:220px;border-radius:50%;margin:0 auto}.testimonial-alt-text{padding-left:0;border-left:none;position:relative}.testimonial-alt-text:before{content:'"';font-size:4rem;color:#2f6fcc1a;position:absolute;top:-40px;left:50%;transform:translate(-50%);line-height:1}.section-header h2{font-size:2rem}}@media (max-width: 576px){.testimonials-section{padding:4rem 0}.testimonials-alt-container{gap:4rem}.testimonial-alt-image{flex:0 0 180px;height:180px;width:180px}.testimonial-alt-content h3{font-size:1.3rem}.testimonial-alt-text p{font-size:1rem}.section-header h2{font-size:1.8rem}.section-header p{font-size:1rem}}.animated-section{opacity:0;transition-property:opacity,transform;transition-timing-function:cubic-bezier(.22,1,.36,1);transition-duration:var(--animation-duration, .8s);will-change:opacity,transform;overflow:hidden;width:100%;max-width:100%}.animated-visible{opacity:1}.animated-fade-up{transform:translateY(60px)}.animated-fade-up.animated-visible{transform:translateY(0)}.animated-slide-left{transform:translate(-80px)}.animated-slide-left.animated-visible{transform:translate(0)}.animated-slide-right{transform:translate(80px)}.animated-slide-right.animated-visible{transform:translate(0)}.animated-zoom-in{transform:scale(.8)}.animated-zoom-in.animated-visible{transform:scale(1)}.animated-rotate{transform:rotate(-5deg) scale(.9)}.animated-rotate.animated-visible{transform:rotate(0) scale(1)}.animated-bounce{transform:translateY(20px);transition-timing-function:cubic-bezier(.34,1.56,.64,1)}.animated-bounce.animated-visible{transform:translateY(0)}.stagger-children>*{opacity:0;transform:translateY(30px);transition:all .5s cubic-bezier(.22,1,.36,1)}.animated-visible.stagger-children>*{opacity:1;transform:translateY(0)}.animated-visible.stagger-children>*:nth-child(1){transition-delay:.1s}.animated-visible.stagger-children>*:nth-child(2){transition-delay:.2s}.animated-visible.stagger-children>*:nth-child(3){transition-delay:.3s}.animated-visible.stagger-children>*:nth-child(4){transition-delay:.4s}.animated-visible.stagger-children>*:nth-child(5){transition-delay:.5s}.animated-visible.stagger-children>*:nth-child(6){transition-delay:.6s}.animated-features{overflow:hidden;width:100%;max-width:100%}.animated-features .feature-card{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.22,1,.36,1)}.animated-visible.animated-features .feature-card:nth-child(1){transition-delay:.1s}.animated-visible.animated-features .feature-card:nth-child(2){transition-delay:.2s}.animated-visible.animated-features .feature-card:nth-child(3){transition-delay:.3s}.animated-visible.animated-features .feature-card:nth-child(4){transition-delay:.4s}.animated-visible.animated-features .feature-card:nth-child(5){transition-delay:.5s}.animated-visible.animated-features .feature-card:nth-child(6){transition-delay:.6s}.animated-visible.animated-features .feature-card{opacity:1;transform:translateY(0)}.animated-reveal{clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);transform:translateY(0)}.animated-reveal.animated-visible{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.electric-border{--electric-light-color: oklch(from var(--electric-border-color) l c h);position:relative;border-radius:inherit;overflow:visible;isolation:isolate}.eb-canvas-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:2}.eb-canvas{display:block}.eb-content{position:relative;border-radius:inherit;z-index:1}.eb-layers{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;z-index:0}.eb-glow-1,.eb-glow-2,.eb-background-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-sizing:border-box}.eb-glow-1{border:2px solid oklch(from var(--electric-border-color) l c h / .6);filter:blur(1px)}.eb-glow-2{border:2px solid var(--electric-light-color);filter:blur(4px)}.eb-background-glow{z-index:-1;transform:scale(1.1);filter:blur(32px);opacity:.3;background:linear-gradient(-30deg,var(--electric-light-color),transparent,var(--electric-border-color))}.about-hero{background-color:var(--primary-dark-blue);color:var(--primary-white);padding:8rem 0 4rem;text-align:center}.about-hero-content h1{font-size:3rem;margin-bottom:1rem}.about-hero-content p{font-size:1.2rem;max-width:700px;margin:0 auto;opacity:.9}.mission-vision{margin-top:-3rem}.mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.mission-card,.vision-card{padding:2.5rem;border-radius:8px;box-shadow:0 10px 30px #0000001a}.mission-card{background-color:var(--primary-blue);color:var(--primary-white)}.vision-card{background-color:var(--secondary-teal);color:var(--primary-white)}.mission-card h2,.vision-card h2{font-size:1.8rem;margin-bottom:1rem;position:relative;padding-bottom:1rem}.mission-card h2:after,.vision-card h2:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background-color:var(--primary-white)}.our-story-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.our-story-image img{width:100%;border-radius:8px;box-shadow:0 10px 30px #0000001a}.our-story-text h2{font-size:2.5rem;color:var(--primary-dark-blue);margin-bottom:1.5rem}.our-story-text p{margin-bottom:1.5rem;color:var(--secondary-dark-gray)}.values{background-color:var(--secondary-light-gray)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background-color:var(--primary-white);padding:2rem;border-radius:8px;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.value-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.value-icon i{font-size:1.5rem}.value-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--primary-dark-blue)}.value-card p{color:var(--secondary-dark-gray)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-member{background-color:var(--primary-white);border-radius:8px;overflow:hidden;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.team-member:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.team-member-image{width:100%;height:250px;overflow:hidden}.team-member-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;transition:transform .5s ease}.team-member:hover .team-member-image img{transform:scale(1.05)}.team-member h3{font-size:1.3rem;margin:1.5rem 1rem .5rem;color:var(--primary-dark-blue)}.team-member-role{color:var(--primary-blue);font-weight:500;margin-bottom:1rem}.team-member-bio{padding:0 1.5rem;margin-bottom:1.5rem;color:var(--secondary-dark-gray)}.team-member-social{display:flex;justify-content:center;gap:1rem;padding:1rem 0;border-top:1px solid rgba(0,0,0,.05)}.team-member-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#2f6fcc1a;color:var(--primary-blue);transition:background-color .3s ease,color .3s ease}.team-member-social a:hover{background-color:var(--primary-blue);color:var(--primary-white)}.impact{background-color:var(--primary-dark-blue);color:var(--primary-white)}.impact .section-header h2,.impact .section-header p{color:var(--primary-white)}.impact .section-header p{opacity:.9}.impact-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.impact-number{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:var(--secondary-teal)}.impact-stat p{font-size:1.1rem;opacity:.9}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;align-items:center}.partner-logo{display:flex;justify-content:center;align-items:center;height:100px;padding:1.5rem;background-color:var(--primary-white);border-radius:8px;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease}.partner-logo:hover{transform:translateY(-5px)}.partner-logo img{max-width:100%;max-height:60px;filter:grayscale(100%);opacity:.7;transition:filter .3s ease,opacity .3s ease}.partner-logo:hover img{filter:grayscale(0%);opacity:1}.about-cta{background-color:var(--secondary-teal);color:var(--primary-white)}.about-cta-content h2{font-size:2.5rem;margin-bottom:1rem}.about-cta-content p{font-size:1.1rem;max-width:700px;margin:0 auto 2rem;opacity:.9}.about-cta-buttons{display:flex;justify-content:center;gap:1rem}.about-cta .btn-outline{border-color:var(--primary-white);color:var(--primary-white)}.about-cta .btn-outline:hover{background-color:var(--primary-white);color:var(--secondary-teal)}@media (max-width: 992px){.about-hero-content h1{font-size:2.5rem}.mission-vision-grid,.our-story-content{grid-template-columns:1fr}.our-story-image{order:-1}.our-story-text h2,.about-cta-content h2{font-size:2rem}.impact-number{font-size:2.5rem}}@media (max-width: 768px){.about-hero-content h1{font-size:2rem}.about-cta-buttons{flex-direction:column;gap:1rem}}.resources-hero{background-color:var(--primary-blue);color:var(--primary-white);padding:8rem 0 4rem;text-align:center}.resources-hero-content h1{font-size:3rem;margin-bottom:1rem}.resources-hero-content p{font-size:1.2rem;max-width:700px;margin:0 auto;opacity:.9}.resources-filter{padding:1rem 0}.filter-tabs{display:flex;justify-content:center;gap:3rem;border-bottom:1px solid #e5e7eb}.filter-tab{position:relative;padding:1rem 0;border:none;background:transparent;cursor:pointer;font-family:var(--font-family);font-size:1rem;font-weight:500;color:#7b7b7b;transition:color .3s ease}.filter-tab:hover{color:var(--primary-blue)}.filter-tab.active{color:var(--primary-blue);font-weight:600}.resources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;align-items:stretch}.resource-card{background-color:var(--primary-white);border-radius:8px;overflow:hidden;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.resource-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.resource-card-image{height:250px;overflow:hidden}.resource-card-image img{width:100%;height:90%;-o-object-fit:cover;object-fit:cover}.resource-type{position:absolute;top:1rem;left:1rem;padding:.2rem 1rem;background-color:var(--primary-blue);color:var(--primary-white);font-size:.8rem;font-weight:500;border-radius:20px}.resource-card-content{padding:1.5rem}.resource-date{font-size:.9rem;color:var(--secondary-dark-gray);margin-bottom:.5rem}.resource-card-content h3{font-size:1.3rem;margin-bottom:1rem;color:var(--primary-dark-blue)}.resource-card-content p{margin-bottom:1.5rem;color:var(--secondary-dark-gray)}.resource-link{color:var(--primary-blue);font-weight:500;display:flex;align-items:center}.resource-link i{margin-left:.5rem;transition:transform .3s ease}.resource-link:hover i{transform:translate(5px)}.no-resources{text-align:center;padding:3rem 0;color:var(--secondary-dark-gray)}.featured-resource{background-color:var(--secondary-light-gray)}.featured-resource-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.featured-badge{display:inline-block;padding:.5rem 1rem;background-color:var(--secondary-red);color:var(--primary-white);font-size:.9rem;font-weight:500;border-radius:4px;margin-bottom:1.5rem}.featured-resource-text h2{font-size:2.5rem;color:var(--primary-dark-blue);margin-bottom:1.5rem}.featured-resource-text p{margin-bottom:1.5rem;color:var(--secondary-dark-gray)}.featured-resource-details{list-style:none;margin-bottom:2rem}.featured-resource-details li{display:flex;align-items:center;margin-bottom:.8rem;color:var(--secondary-dark-gray)}.featured-resource-details li i{color:var(--primary-blue);margin-right:.8rem}.featured-resource-image img{width:100%;border-radius:8px;box-shadow:0 20px 40px #0000001a}.category-cards{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.category-card{background-color:var(--primary-white);padding:3rem;transition:transform .3s ease,box-shadow .3s ease}.category-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.category-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.category-icon i{font-size:1.5rem}.category-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--primary-dark-blue)}.category-card p{margin-bottom:1.5rem;color:var(--secondary-dark-gray)}.category-link{color:var(--primary-blue);font-weight:500;display:flex;align-items:center}.category-link i{margin-left:.5rem;transition:transform .3s ease}.category-link:hover i{transform:translate(5px)}.resources-newsletter{background-color:var(--primary-dark-blue);color:var(--primary-white)}.resources-newsletter-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.resources-newsletter-text h2{font-size:2.5rem;margin-bottom:1rem}.resources-newsletter-text p{opacity:.9}.resources-newsletter-form{display:flex;gap:1rem}.resources-newsletter-form input{flex:1;padding:.8rem 1.5rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;background-color:#ffffff1a;color:var(--primary-white);font-family:var(--font-family);font-size:1rem}.resources-newsletter-form input::-moz-placeholder{color:#fff9}.resources-newsletter-form input::placeholder{color:#fff9}.resources-newsletter-form input:focus{outline:none;border-color:var(--secondary-teal)}@media (max-width: 992px){.resources-hero-content h1{font-size:2.5rem}.featured-resource-content,.resources-newsletter-content{grid-template-columns:1fr}.featured-resource-text h2,.resources-newsletter-text h2{font-size:2rem}}@media (max-width: 768px){.resources-hero-content h1{font-size:2rem}.filter-tabs{flex-direction:column;align-items:center}.filter-tab{width:100%;max-width:300px;text-align:center}.resources-newsletter-form{flex-direction:column}.resources-newsletter-form input{width:100%}.category-cards{display:grid;grid-template-columns:1fr;gap:2rem}}.resources-hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-image:url(/images/resources-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.resources-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#233463e0,#2f6fccbf);z-index:1}.resources-hero-content{max-width:800px;margin:0 auto;text-align:center;color:#fff}.resources-hero-content h1{font-size:clamp(2.8rem,6vw,4.8rem);font-weight:700;margin-bottom:1rem}.resources-hero-content p{font-size:1.2rem;color:#ffffffe6;line-height:1.8;max-width:650px;margin:0 auto}.resources-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/resourcesFolder/optimizingOnPreply.png);background-size:cover;background-position:center;transform:scale(1.08);animation:heroZoom 18s ease-in-out infinite alternate}.resources-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#141e46a6}.resources-hero .container{position:relative;z-index:2}@keyframes heroZoom{0%{transform:scale(1.08)}to{transform:scale(1.15)}}.services-hero{background-color:var(--secondary-teal);color:var(--primary-white);padding:8rem 0 4rem;text-align:center}.services-hero-content h1{font-size:3rem;margin-bottom:1rem}.services-hero-content p{font-size:1.2rem;max-width:700px;margin:0 auto;opacity:.9}.services-overview{position:relative;overflow:hidden;padding:8rem 0;min-height:75vh;display:flex;align-items:center}.hero-bg-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s ease-in-out}.hero-bg-slide:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#1414144d,#14141466)}.hero-bg-slide.active{opacity:1}.hero-content{position:relative;z-index:2;width:100%;color:#fff}.hero-bg-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.services-overview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);background:linear-gradient(135deg,#0f1937cc,#192d5f4d);z-index:2}.services-overview .container{position:relative;z-index:3}.services-overview-content{max-width:850px;margin:auto;text-align:center}.overview-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.3rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#fff;font-weight:600;letter-spacing:.5px;margin-bottom:2rem}.services-overview-content h2{font-size:clamp(2.7rem,6vw,4.8rem);font-weight:700;line-height:1.1;color:#fff;margin-bottom:1.8rem}.services-overview-content p{font-size:1.15rem;line-height:2;color:#ffffffe0;max-width:760px;margin:auto auto 3rem}.overview-buttons{display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap}.btn-outline-light{border:1px solid rgba(255,255,255,.35);color:#fff;background:#ffffff0f;transition:.35s}.btn-outline-light:hover{background:#fff;color:var(--primary-dark-blue)}.services-overview:after{content:"";position:absolute;width:500px;height:500px;right:-150px;top:-120px;background:radial-gradient(rgba(255,255,255,.18),transparent 70%);animation:floatGlow 8s ease-in-out infinite;z-index:0;pointer-events:none}@keyframes overviewZoom{0%{transform:scale(1.08)}to{transform:scale(1.18)}}@keyframes floatGlow{0%{transform:translateY(0)}50%{transform:translateY(35px)}to{transform:translateY(0)}}@media (max-width: 992px){.services-overview{padding:6rem 0}.services-overview-content h2{font-size:3rem}.services-overview-content p{font-size:1.05rem}}@media (max-width: 768px){.services-overview{min-height:65vh;padding:5rem 0}.services-overview-content h2{font-size:2.3rem}.services-overview-content p{font-size:1rem;line-height:1.9}.overview-buttons{flex-direction:column;align-items:center}.overview-buttons .btn{width:100%;max-width:320px}.overview-badge{font-size:.85rem}}.service-item{margin-bottom:5rem}.service-item:last-child{margin-bottom:0}.service-item-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.service-item.reverse .service-item-content{direction:rtl}.service-item-text{direction:ltr}.service-icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon i{font-size:1.8rem}.service-item-text h3{font-size:2rem;margin-bottom:1.5rem;color:var(--primary-dark-blue)}.service-item-text p{margin-bottom:1.5rem;color:var(--secondary-dark-gray)}.service-features{list-style:none;margin-bottom:2rem}.service-features li{position:relative;padding-left:1.8rem;margin-bottom:.8rem;color:var(--secondary-dark-gray)}.service-features li:before{content:"✓";position:absolute;left:0;color:var(--secondary-teal);font-weight:700}.service-item-image img{width:100%;border-radius:8px;box-shadow:0 20px 40px #0000001a}.service-packages{background-color:var(--secondary-light-gray)}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.package-card{background-color:var(--primary-white);border-radius:8px;overflow:hidden;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;position:relative}.package-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.package-card.featured{border:2px solid var(--primary-blue);transform:scale(1.05)}.package-card.featured:hover{transform:scale(1.05) translateY(-5px)}.package-badge{position:absolute;top:1rem;right:1rem;background-color:var(--primary-blue);color:var(--primary-white);padding:.5rem 1rem;font-size:.8rem;font-weight:500;border-radius:4px}.package-header{padding:2rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.package-header h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-dark-blue)}.package-price{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}.package-header p{color:var(--secondary-dark-gray)}.package-features{padding:2rem}.package-features ul{list-style:none}.package-features li{display:flex;align-items:center;margin-bottom:1rem;color:var(--secondary-dark-gray)}.package-features li i{margin-right:1rem;color:var(--secondary-teal)}.package-features li.not-included{opacity:.6}.package-features li.not-included i{color:var(--secondary-dark-gray)}.package-cta{padding:0 2rem 2rem;text-align:center}.services-testimonials{padding:7rem 0;background:linear-gradient(180deg,#fff,#f8fbff)}.testimonial-slider{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:4rem}.testimonial-window{width:min(900px,100%);overflow:hidden}.testimonial-track{display:flex;transition:transform .5s ease}.testimonial-slide{min-width:100%}.testimonial-card{background:#fff;border-radius:25px;padding:3rem;box-shadow:0 25px 60px #00000014}.quote-icon{font-size:4rem;color:var(--primary-blue);opacity:.15;line-height:1}.testimonial-card p{margin:1.5rem 0 2rem;font-size:1.1rem;line-height:1.9;color:#555}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-author img{width:70px;height:70px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid rgba(47,111,204,.15)}.testimonial-author h4{margin:0;font-size:1.1rem;color:var(--primary-dark-blue)}.testimonial-author span{color:#777;font-size:.95rem}.slider-arrow{width:55px;height:55px;border-radius:50%;border:none;cursor:pointer;background:#fff;color:var(--primary-blue);font-size:1.5rem;box-shadow:0 15px 40px #00000014;transition:.3s}.slider-arrow:hover{background:var(--primary-blue);color:#fff;transform:translateY(-3px)}.testimonial-dots{display:flex;justify-content:center;gap:.8rem;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;background:#cfd7e6;cursor:pointer;transition:.3s}.dot.active{width:40px;border-radius:20px;background:var(--primary-blue)}@media (max-width: 768px){.slider-arrow{display:none}.testimonial-card{padding:2rem}.testimonial-card p{font-size:1rem}.testimonial-author img{width:55px;height:55px}}.services-process{padding:7rem 0;background:#bfbfbf92;overflow:hidden}.process-timeline{position:relative;max-width:950px;margin:5rem auto 0;padding-left:70px}.process-timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:3px;border-radius:999px;background:linear-gradient(to bottom,var(--primary-blue),#83b8ff);animation:growLine 3s ease}.process-step{position:relative;display:flex;align-items:flex-start;margin-bottom:3rem}.process-number{position:absolute;left:-70px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--primary-blue),#70b4ff);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.05rem;box-shadow:0 12px 30px #2f6fcc59;transition:.35s;z-index:5}.process-number:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;border:2px solid rgba(47,111,204,.25);animation:pulseCircle 2.5s infinite}.process-card{width:100%;background:#fff;border-radius:24px;padding:2rem;border:1px solid rgba(0,0,0,.05);box-shadow:0 15px 35px #0f172a0d;transition:.35s}.process-card:hover{transform:translateY(-8px) translate(6px);border-color:#2f6fcc33;box-shadow:0 25px 50px #2f6fcc26}.process-step:hover .process-number{transform:scale(1.1) rotate(8deg)}.process-card h3{color:var(--primary-dark-blue);font-size:1.55rem;margin-bottom:1rem}.process-card p{color:#6b7280;line-height:1.9}.process-card:before{content:"";position:absolute;width:140px;height:140px;right:-60px;top:-60px;border-radius:50%;background:#2f6fcc0a;filter:blur(20px)}.process-step{animation:slideUp .8s ease both}.process-step:nth-child(2){animation-delay:.15s}.process-step:nth-child(3){animation-delay:.3s}.process-step:nth-child(4){animation-delay:.45s}.process-step:nth-child(5){animation-delay:.6s}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes growLine{0%{height:0}to{height:100%}}@keyframes pulseCircle{0%{transform:scale(.9);opacity:.8}to{transform:scale(1.45);opacity:0}}@media (max-width: 768px){.services-process{padding:5rem 0}.process-timeline{padding-left:0}.process-timeline:before{display:none}.process-step{flex-direction:column;align-items:flex-start}.process-number{position:relative;left:0;margin-bottom:1.2rem}.process-card{padding:1.5rem}.process-card:hover{transform:translateY(-6px)}.process-card h3{font-size:1.3rem}.services-grid-two{grid-template-columns:repeat(2,1fr)}}.services-faq{padding:7rem 0;background:linear-gradient(to bottom,#fff,#f8fbff)}.section-tag{display:inline-flex;padding:.45rem 1rem;border-radius:999px;background:#2f6fcc14;color:var(--primary-blue);font-weight:600;font-size:.85rem;margin-bottom:1rem}.services-faq .section-header{max-width:700px;margin:auto;margin-bottom:4rem}.services-faq .section-header h2{font-size:clamp(2.2rem,5vw,3.5rem);color:var(--primary-dark-blue);margin-bottom:1rem}.services-faq .section-header p{color:#6b7280;font-size:1.1rem;line-height:1.8}.faq-list{max-width:900px;margin:auto}.faq-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;overflow:hidden;margin-bottom:1rem;transition:.35s;box-shadow:0 12px 30px #0000000a}.faq-card:hover{transform:translateY(-3px);box-shadow:0 20px 40px #00000014}.faq-card.active{border-color:var(--primary-blue);box-shadow:0 20px 45px #2f6fcc1f}.faq-question{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.6rem 2rem;text-align:left}.faq-question h3{font-size:1.1rem;color:var(--primary-dark-blue);font-weight:600;line-height:1.6}.faq-icon{min-width:44px;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#2f6fcc14;color:var(--primary-blue);transition:.3s}.faq-card.active .faq-icon{background:var(--primary-blue);color:#fff}.faq-answer{max-height:0;overflow:hidden;transition:max-height .45s ease,padding .35s ease}.faq-answer.show{max-height:400px;padding:0 2rem 2rem}.faq-answer p{color:#667085;line-height:1.9;font-size:1rem}@media (max-width: 768px){.services-faq{padding:5rem 0}.faq-question{padding:1.3rem;gap:1rem}.faq-question h3{font-size:1rem}.faq-icon{width:38px;height:38px;min-width:38px}.faq-answer.show{padding:0 1.3rem 1.3rem}}.services-cta{background-color:var(--primary-blue);color:var(--primary-white)}.services-cta-content h2{font-size:2.5rem;margin-bottom:1rem}.services-cta-content p{font-size:1.1rem;max-width:700px;margin:0 auto 2rem;opacity:.9}.services-cta-buttons{display:flex;justify-content:center;gap:1rem}.services-cta .btn-outline{border-color:var(--primary-white);color:var(--primary-white)}.services-cta .btn-outline:hover{background-color:var(--primary-white);color:var(--primary-blue)}@media (max-width: 992px){.services-hero-content h1{font-size:2.5rem}.services-overview-content,.service-item-content{grid-template-columns:1fr}.service-item.reverse .service-item-content{direction:ltr}.service-item-image{order:-1}.services-overview-text h2,.service-item-text h3,.services-cta-content h2{font-size:2rem}.package-card.featured{transform:scale(1)}.package-card.featured:hover{transform:translateY(-5px)}}@media (max-width: 768px){.services-hero-content h1{font-size:2rem}.process-steps:before{left:1.5rem}.process-number{width:3rem;height:3rem;font-size:1.2rem}.process-step{gap:1.5rem}.services-cta-buttons{flex-direction:column;gap:1rem}}.main-services{padding:7rem 0;background:#f8fbff}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:4rem}.services-grid-two{display:grid;grid-template-columns:repeat(6,1fr);gap:0;background-color:#333;border:1px solid #333}.service-card{background:#fff;border-radius:28px;overflow:hidden;transition:.4s;display:flex;flex-direction:column;height:100%}.service-card:hover{transform:translateY(-10px);box-shadow:0 35px 80px #0000001f}.service-image{position:relative;overflow:hidden;height:260px}.service-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.6s}.service-card:hover img{transform:scale(1.08)}.service-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.35),transparent)}.service-number{position:absolute;right:25px;bottom:25px;width:60px;height:60px;border-radius:50%;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;color:var(--primary-blue);z-index:5}.service-content{padding:2rem;display:flex;flex-direction:column;flex:1}.service-icon{width:65px;height:65px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.5rem;transition:.35s}.service-card:hover .service-icon{transform:rotate(-10deg) scale(1.08)}.service-content h3{font-size:1.6rem;margin-bottom:1rem;color:var(--primary-dark-blue)}.service-content p{color:var(--secondary-dark-gray);line-height:1.8;margin-bottom:1.8rem}.feature-pill{display:flex;align-items:center;gap:.7rem;padding:.85rem 1rem;border-radius:14px;font-size:.92rem;color:#2f6fcc;transition:.3s}.feature-pill:hover{transform:translate(5px)}.feature-pill i{color:var(--secondary-teal)}.service-btn{display:inline-flex;align-items:center;gap:.6rem;font-weight:600;color:var(--primary-blue);margin-top:auto;transition:.3s}.service-btn i{transition:.3s}.service-btn:hover i{transform:translate(6px)}@media (max-width: 992px){.services-grid{grid-template-columns:1fr}.service-card-two,.service-card-two:nth-child(4),.service-card-two:nth-child(5){grid-column:span 1;border-right:none}}.service-card-two{grid-column:span 2;padding:60px 40px;display:flex;flex-direction:column;justify-content:space-between;min-height:400px;border-right:1px solid #333;border-bottom:1px solid #333;transition:background .4s ease,border-color .4s ease,box-shadow .4s ease;background:transparent}.service-title{font-size:30px}.service-card-two:nth-child(4),.service-card-two:nth-child(5){grid-column:span 3}.service-card-two:nth-child(5){border-right:none}.service-card-two:hover{background:linear-gradient(135deg,#b6d3ff,#2f6fcc);z-index:10;box-shadow:0 20px 40px #00000080;border-color:#272727;color:#fff!important}.service-card-two:nth-child(3n){border-right:none}@media (max-width: 768px){.service-image{height:220px}.service-content{padding:1.5rem}.service-features{grid-template-columns:1fr}}@media (max-width: 992px){.services-grid-two{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.services-grid-two{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.services-grid-two{grid-template-columns:1fr;gap:1rem}}.services-pin-layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}.services-pin-left .section-tag{display:inline-block;margin-bottom:1rem}.services-pin-left h2{font-size:2.4rem;line-height:1.2;color:var(--primary-dark-blue);margin-bottom:1.2rem;font-weight:800}.services-pin-left p{color:var(--secondary-dark-gray);line-height:1.8;font-size:1.05rem;max-width:420px}.services-pin-cards{display:flex;flex-direction:column;gap:2.5rem}.service-card-rect{display:flex;flex-direction:column;background:#fff;border:1px solid #edf1f7;border-radius:24px;overflow:hidden;box-shadow:0 18px 45px #0f1e4612;transition:transform .4s ease,box-shadow .4s ease}.service-card-rect:hover{transform:translateY(-8px);box-shadow:0 30px 70px #0f1e461f}.service-card-rect .service-image{height:240px}.service-card-rect:hover img{transform:scale(1.06)}.service-card-rect:hover .service-icon{transform:rotate(-10deg) scale(1.08)}.service-card-rect .service-content{padding:2.2rem}.service-card-rect .service-content p{margin-bottom:1.2rem}.service-card-rect .service-features{display:grid;grid-template-columns:repeat(2,1fr);gap:.2rem;margin-bottom:1.2rem}.service-card-rect .feature-pill{padding:.35rem 0}@media (min-width: 768px){.service-card-rect{flex-direction:row;align-items:stretch}.service-card-rect.reverse{flex-direction:row-reverse}.service-card-rect .service-image{width:42%;height:auto;min-height:320px;flex-shrink:0}.service-card-rect .service-content{width:58%}}@media (min-width: 1024px){.services-pin-layout{grid-template-columns:.75fr 1.25fr;gap:4rem}.services-pin-left{position:sticky;top:130px}.services-pin-left h2{font-size:2.8rem}}.gallery-page{background:#fafcff;color:var(--primary-dark-blue);overflow-x:hidden}.gallery-hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.gallery-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/galleryHero.jpg);background-size:cover;background-position:center;transform:scale(1.08);animation:heroZoom 18s ease-in-out infinite alternate}.gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(140deg,#06122fd1,#143478ad);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gallery-hero .container{position:relative;z-index:3}.gallery-hero-content{max-width:760px;margin:auto;text-align:center;color:#fff}.gallery-badge{display:inline-flex;align-items:center;gap:.7rem;padding:.75rem 1.2rem;border-radius:50px;background:#ffffff1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.15);margin-bottom:2rem;font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:#fff}.gallery-hero h1{font-size:clamp(3rem,7vw,5.8rem);line-height:1;font-weight:800;margin-bottom:1.5rem;letter-spacing:-3px}.gallery-hero p{max-width:620px;margin:auto;font-size:1.15rem;line-height:1.9;color:#ffffffe6}.gallery-filter{position:sticky;top:78px;z-index:100;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06)}.filter-tabs{display:flex;justify-content:center;align-items:center;gap:3rem;overflow:auto;padding:1.3rem 0;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{position:relative;background:none;border:none;padding:.2rem 0;color:#7f8897;font-size:.95rem;font-weight:600;cursor:pointer;transition:.35s}.filter-tab:hover,.filter-tab.active{color:var(--primary-blue)}.filter-tab:after{content:"";position:absolute;left:0;bottom:-14px;width:100%;height:3px;border-radius:100px;background:var(--primary-blue);transform:scaleX(0);transition:.35s}.filter-tab.active:after{transform:scaleX(1)}.gallery-content{padding:6rem 0}.gallery-category-section{margin-bottom:7rem}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.section-header h2{font-size:2.2rem;color:var(--primary-dark-blue);margin:0}.section-header p{color:#8a93a7;max-width:450px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}.gallery-item{position:relative;overflow:hidden;border-radius:24px;background:#fff;cursor:pointer;transition:.45s;box-shadow:0 12px 35px #19284614;isolation:isolate}.gallery-item:hover{transform:translateY(-12px);box-shadow:0 35px 70px #14285a2e}.gallery-item-image{position:relative;aspect-ratio:4/3;overflow:hidden}.gallery-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .8s cubic-bezier(.22,.61,.36,1)}.gallery-item:hover img{transform:scale(1.08)}.gallery-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000d1,#0000000d)}.gallery-item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;color:#fff;z-index:2}.gallery-category{align-self:flex-start;padding:.45rem .9rem;border-radius:30px;margin-bottom:1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;background:#ffffff24;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.gallery-item h3{font-size:1.45rem;margin-bottom:.8rem;line-height:1.3}.gallery-item p{color:#ffffffd1;line-height:1.7}.gallery-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.12),transparent 80%);transform:translate(-120%);transition:.8s;z-index:3}.gallery-item:hover:before{transform:translate(120%)}.no-items{text-align:center;padding:5rem 0}.no-items h3{margin-bottom:1rem;font-size:2rem}.no-items p{color:#7b8598}.lightbox-details{display:flex;flex-direction:column;justify-content:center;padding:3rem;overflow:scroll;background:#fff}.lightbox-details::-webkit-scrollbar{width:8px}.lightbox-details::-webkit-scrollbar-thumb{background:#2f6fcc66;border-radius:999px}.lightbox-details::-webkit-scrollbar-thumb:hover{background:var(--primary-blue)}.gallery-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/galleryHero.jpg);background-size:cover;background-position:center;transform:scale(1.08);animation:heroZoom 18s ease infinite alternate}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .35s ease}.lightbox-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#060a16d1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.lightbox-content{position:relative;width:min(1100px,95vw);max-height:90vh;overflow:hidden;display:grid;grid-template-columns:1.4fr .9fr;border-radius:28px;background:#fffffff7;box-shadow:0 50px 120px #00000059;animation:lightboxUp .45s ease}.lightbox-image{position:relative;overflow:hidden;background:#000}.lightbox-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;animation:imageFade .45s}.lightbox-details{display:flex;flex-direction:column;justify-content:center;padding:3rem;background:#fff}.lightbox-category{display:inline-flex;align-self:flex-start;padding:.5rem 1rem;border-radius:50px;background:#2f6fcc14;color:var(--primary-blue);font-weight:600;margin-bottom:1.5rem}.lightbox-details h2{font-size:2rem;line-height:1.2;margin-bottom:1rem;color:var(--primary-dark-blue)}.lightbox-details p{line-height:1.9;color:#6d7586;margin-bottom:2rem}.lightbox-counter{font-weight:700;color:var(--primary-blue)}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:48px;height:48px;border-radius:50%;border:none;background:#00000073;color:#fff;cursor:pointer;z-index:10;transition:.35s}.lightbox-close:hover{transform:rotate(90deg);background:var(--primary-blue)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;border:none;background:#ffffff2e;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;cursor:pointer;transition:.35s}.lightbox-prev{left:1.5rem}.lightbox-next{right:1.5rem}.lightbox-nav:hover{background:var(--primary-blue);transform:translateY(-50%) scale(1.08)}.gallery-cta{position:relative;overflow:hidden;padding:8rem 0;color:#fff}.gallery-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/galleryHero.jpg);background-size:cover;background-position:center;transform:scale(1.08);animation:heroZoom 18s ease infinite alternate}.gallery-cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#07173ae0,#225bc4c7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gallery-cta .container{position:relative;z-index:5}.gallery-cta-content{max-width:760px;margin:auto;text-align:center}.gallery-cta-content .section-tag{display:inline-block;padding:.65rem 1.3rem;margin-bottom:1.5rem;border-radius:50px;background:#ffffff1f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);letter-spacing:.18em;font-size:.8rem;text-transform:uppercase}.gallery-cta-content h2{font-size:clamp(2.8rem,5vw,4.5rem);line-height:1.1;margin-bottom:1.5rem}.gallery-cta-content p{font-size:1.1rem;line-height:1.9;color:#ffffffe6;max-width:650px;margin:auto auto 2.5rem}.gallery-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.gallery-cta:before,.gallery-cta:after{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.35}.gallery-cta:before{width:420px;height:420px;background:#2f6fcc;top:-120px;left:-120px;animation:floatBlob 12s ease infinite}.gallery-cta:after{width:350px;height:350px;background:#44bba4;right:-100px;bottom:-120px;animation:floatBlobReverse 14s ease infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes lightboxUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes imageFade{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes floatBlob{0%{transform:translateY(0) translate(0)}50%{transform:translateY(-40px) translate(25px)}to{transform:translateY(0) translate(0)}}@keyframes floatBlobReverse{0%{transform:translateY(0)}50%{transform:translateY(45px) translate(-30px)}to{transform:translateY(0)}}@keyframes heroZoom{0%{transform:scale(1.08)}to{transform:scale(1.16)}}@media (max-width: 768px){.lightbox-content{height:100vh}.lightbox-details{overflow-y:auto;max-height:none;flex:1}.gallery-filter{padding:1rem 0;overflow:hidden}.filter-tabs{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;gap:1rem;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{flex:0 0 auto;width:auto;max-width:none;white-space:nowrap;padding:.8rem 1.2rem}}.circular-gallery{width:100%;height:100%;overflow:hidden;cursor:grab}.circular-gallery:active{cursor:grabbing}.circular-gallery:focus-visible{outline:2px solid #fff;outline-offset:4px}.blog-hero{background-color:var(--secondary-red);color:var(--primary-white);padding:8rem 0 4rem;text-align:center;font-family:"Noto Serif",Georgia,Cambria,Times New Roman,Times,serif}.blog-hero-content h1{font-size:3rem;margin-bottom:1rem}.blog-hero-content p{font-size:1.2rem;max-width:700px;margin:0 auto;opacity:.9}.blog-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.blog-post-card{background-color:var(--primary-white);border-radius:8px;overflow:hidden;box-shadow:0 5px 20px #0000000d;margin-bottom:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.blog-post-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.blog-post-image{position:relative;height:300px;overflow:hidden}.blog-post-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.blog-post-card:hover .blog-post-image img{transform:scale(1.05)}.blog-post-category{position:absolute;top:1rem;left:1rem;padding:.5rem 1rem;background-color:var(--primary-blue);color:var(--primary-white);font-size:.8rem;font-weight:500;border-radius:4px}.blog-post-content{padding:2rem}.blog-post-meta{display:flex;gap:1.5rem;margin-bottom:1rem;font-size:.9rem;color:var(--secondary-dark-gray)}.blog-post-content h2{font-size:1.8rem;margin-bottom:1rem;color:var(--primary-dark-blue)}.blog-post-content p{margin-bottom:1.5rem;color:var(--secondary-dark-gray)}.blog-post-link{color:var(--primary-blue);font-weight:500;display:flex;align-items:center;width:-moz-fit-content;width:fit-content}.blog-post-link i{margin-left:.5rem;transition:transform .3s ease}.blog-post-link:hover i{transform:translate(5px)}.blog-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:4px;background-color:var(--secondary-light-gray);border:none;font-family:var(--font-family);font-weight:500;color:var(--secondary-dark-gray);cursor:pointer;transition:all .3s ease}.pagination-btn.active,.pagination-btn:hover{background-color:var(--primary-blue);color:var(--primary-white)}.pagination-next{width:auto;padding:0 1rem}.pagination-next i{margin-left:.5rem}.sidebar-widget{background-color:var(--primary-white);border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 5px 20px #0000000d}.sidebar-widget h3{font-size:1.3rem;margin-bottom:1.5rem;color:var(--primary-dark-blue);position:relative;padding-bottom:.8rem}.sidebar-widget h3:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background-color:var(--primary-blue)}.search-form{display:flex;gap:.5rem}.search-form input{flex:1;padding:.8rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:4px;font-family:var(--font-family);font-size:.9rem}.search-form input:focus{outline:none;border-color:var(--primary-blue)}.search-form button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--primary-blue);color:var(--primary-white);border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.search-form button:hover{background-color:var(--primary-dark-blue)}.category-list{list-style:none}.category-list li{margin-bottom:.8rem}.category-list a{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;color:var(--secondary-dark-gray);transition:color .3s ease}.category-list a:after{content:"→";opacity:0;transition:opacity .3s ease,transform .3s ease}.category-list a:hover,.category-list a.active{color:var(--primary-blue)}.category-list a:hover:after{opacity:1;transform:translate(5px)}.category-list a.active:after{opacity:1}.recent-post{display:flex;gap:1rem;margin-bottom:1.5rem}.recent-post:last-child{margin-bottom:0}.recent-post-image{width:80px;height:80px;border-radius:4px;overflow:hidden;flex-shrink:0}.recent-post-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.recent-post-content h4{font-size:1rem;margin-bottom:.5rem}.recent-post-content h4 a{color:var(--primary-dark-blue);transition:color .3s ease}.recent-post-content h4 a:hover{color:var(--primary-blue)}.recent-post-date{font-size:.8rem;color:var(--secondary-dark-gray)}.subscribe-widget p{margin-bottom:1.5rem;color:var(--secondary-dark-gray)}.subscribe-form{display:flex;flex-direction:column;gap:1rem}.subscribe-form input{padding:.8rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:4px;font-family:var(--font-family);font-size:.9rem}.subscribe-form input:focus{outline:none;border-color:var(--primary-blue)}.blog-cta{background-color:var(--primary-blue);color:var(--primary-white)}.blog-cta-content h2{font-size:2.5rem;margin-bottom:1rem}.blog-cta-content p{font-size:1.1rem;max-width:700px;margin:0 auto 2rem;opacity:.9}@media (max-width: 992px){.blog-hero-content h1{font-size:2.5rem}.blog-layout{grid-template-columns:1fr}.blog-post-content h2{font-size:1.5rem}.blog-cta-content h2{font-size:2rem}}@media (max-width: 768px){.blog-hero-content h1{font-size:2rem}.blog-post-image{height:200px}}.grainient-container{position:relative;width:100%;height:100%;overflow:hidden}.blog-container{max-width:1200px;margin:120px auto 50px;padding:0 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}.back-arrow{display:inline-flex;align-items:center;gap:8px;color:#666;text-decoration:none;font-size:16px;font-weight:500;margin-bottom:20px;padding:8px 12px;border-radius:6px;transition:all .2s ease}.back-arrow:hover{color:#2563eb;background-color:#f3f4f6}.back-arrow i{font-size:14px}.blog-preloader{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#fff}.blog-preloader .logo img{height:80px;animation:beat 1.5s ease-in-out infinite}@keyframes beat{0%,to{transform:scale(1)}50%{transform:scale(1.15);opacity:.8}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{max-width:800px;margin:40px auto;padding:20px;background-color:#fdecea;border-left:4px solid #e74c3c;font-family:Inter,sans-serif}.not-found{max-width:800px;margin:40px auto;text-align:center;font-family:Inter,sans-serif}.blog-header{text-align:center;padding:30px;margin:20px 0 40px}.blog-title{margin-top:40px;font-size:42px;font-weight:700;margin-bottom:20px;line-height:1.2;color:#242424;font-family:Inter,sans-serif;letter-spacing:-.02em}.blog-meta{display:flex;justify-content:center;align-items:center;gap:20px;color:#666;font-size:16px;margin-bottom:30px;font-family:Inter,sans-serif}.blog-author{font-family:Inter,sans-serif;font-weight:500;font-style:italic;color:#242424;margin:0}.publish-date{font-style:italic}.category-tag{background-color:#f2f2f2;padding:4px 12px;border-radius:20px;font-size:14px;font-family:Inter,sans-serif}.view-count{color:#777;font-family:Inter,sans-serif}.featured-image-container{margin:0 auto 50px;max-width:900px}.featured-image{width:100%;max-height:500px;-o-object-fit:cover;object-fit:cover;border-radius:4px}.error-image{-o-object-fit:contain;object-fit:contain;background-color:#f9f9f9;padding:40px}.blog-main-content{display:flex;flex-direction:column;gap:40px;max-width:900px;margin:0 auto}@media (min-width: 1024px){.blog-main-content{flex-direction:row}}.blog-article{flex:2;min-width:0}.article-content{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;line-height:1.7;color:#242424;font-weight:400}.article-content p{margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7;color:#242424;font-weight:400}.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;line-height:1.3;margin:2.5rem 0 1rem;color:#242424}.article-content h1{font-size:2rem;letter-spacing:-.02em}.article-content h2{font-size:1.75rem;letter-spacing:-.015em}.article-content h3{font-size:1.5rem;letter-spacing:-.01em}.article-content h4{font-size:1.25rem}.article-content h5{font-size:1.125rem}.article-content h6{font-size:1rem;color:#6b6b6b}.article-content blockquote{border-left:4px solid #e6e6e6;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#6b6b6b;font-size:1.25rem;line-height:1.6}.article-content ul,.article-content ol{margin:1.5rem 0;padding-left:2rem}.article-content li{margin-bottom:.5rem;font-size:1.125rem;line-height:1.7}.article-content a{color:#2563eb;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.article-content a:hover{border-bottom-color:#2563eb}.article-content strong{font-weight:600;color:#242424}.article-content em{font-style:italic;color:#242424}.article-content code{background:#f7f7f7;padding:.2rem .4rem;border-radius:4px;font-size:.9em;font-family:Monaco,Menlo,Ubuntu Mono,monospace;color:#e53e3e}.article-content pre{background:#2d3748;color:#e2e8f0;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.95rem;line-height:1.5}.article-content img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0;box-shadow:0 4px 12px #0000001a}.article-content table{width:100%;border-collapse:collapse;margin:2rem 0}.article-content th,.article-content td{padding:.75rem;border:1px solid #e2e8f0;text-align:left}.article-content th{background:#f7fafc;font-weight:600}.blog-sidebar{flex:1;min-width:0;font-family:Inter,sans-serif}@media (min-width: 1024px){.blog-sidebar{position:sticky;top:20px;align-self:flex-start;padding-left:40px}}.sidebar-section{background-color:#f9f9f9;padding:25px;border-radius:8px;margin-bottom:30px}.sidebar-section h3{font-size:20px;margin-bottom:15px;font-weight:600;font-family:Inter,sans-serif}.sidebar-section p{color:#555;margin-bottom:15px;font-size:16px;font-family:Inter,sans-serif}.category-link{color:#2563eb;font-weight:500;display:inline-flex;align-items:center;font-family:Inter,sans-serif}.category-link:hover{color:#1d4ed8;text-decoration:underline}.category-link:after{content:"→";margin-left:5px}.blog-footer{margin-top:60px;padding-top:30px;border-top:1px solid #eee;text-align:center;font-family:Inter,sans-serif}.back-to-blog{color:#2563eb;font-weight:500;display:inline-flex;align-items:center;font-family:Inter,sans-serif}.back-to-blog:hover{color:#1d4ed8;text-decoration:underline}.back-to-blog:before{content:"←";margin-right:5px}@media (max-width: 768px){.blog-title{font-size:32px;margin-top:30px}.blog-meta{flex-direction:column;gap:8px}.article-content,.article-content p{font-size:1.0625rem}.article-content h2{font-size:1.5rem}.article-content h3{font-size:1.25rem}}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}*,: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}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.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 var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);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: rgb(17 24 39 / 10%);--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: rgb(255 255 255 / 10%);--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-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.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}.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-y-0{top:0;bottom:0}.-bottom-16{bottom:-4rem}.-bottom-24{bottom:-6rem}.-left-10{left:-2.5rem}.-left-12{left:-3rem}.-right-12{right:-3rem}.-right-20{right:-5rem}.-right-8{right:-2rem}.-top-12{top:-3rem}.-top-20{top:-5rem}.-top-8{top:-2rem}.bottom-0{bottom:0}.bottom-6{bottom:1.5rem}.left-0{left:0}.left-3{left:.75rem}.left-5{left:1.25rem}.left-\[10\%\]{left:10%}.right-0{right:0}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-\[80\%\]{top:80%}.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-\[100\]{z-index:100}.z-\[1\]{z-index:1}.z-\[200\]{z-index:200}.z-\[2\]{z-index:2}.-m-2\.5{margin:-.625rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-14{margin-top:3.5rem;margin-bottom:3.5rem}.\!mt-0{margin-top:0!important}.-mb-24{margin-bottom:-6rem}.-mt-\[400px\]{margin-top:-400px}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.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-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.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}.\!flex{display:flex!important}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.size-10{width:2.5rem;height:2.5rem}.size-4{width:1rem;height:1rem}.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-20{height:5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.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-\[1px\]{height:1px}.h-\[250px\]{height:250px}.h-\[300px\]{height:300px}.h-\[500px\]{height:500px}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[90vh\]{max-height:90vh}.min-h-0{min-height:0px}.min-h-\[300px\]{min-height:300px}.min-h-\[400px\]{min-height:400px}.min-h-\[60vh\]{min-height:60vh}.min-h-fit{min-height:-moz-fit-content;min-height:fit-content}.min-h-screen{min-height:100vh}.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-20{width:5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.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-\[100\%\]{width:100%}.w-\[300px\]{width:300px}.w-\[50\%\]{width:50%}.w-\[80\%\]{width:80%}.w-\[90\%\]{width:90%}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.min-w-0{min-width:0px}.min-w-\[130px\]{min-width:130px}.min-w-\[200px\]{min-width:200px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-\[200px\]{max-width:200px}.max-w-\[280px\]{max-width:280px}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.origin-center{transform-origin:center}.-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-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-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))}.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-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))}.rotate-\[-90deg\]{--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-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))}.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 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-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance: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-7{grid-template-columns:repeat(7,minmax(0,1fr))}.\!flex-row{flex-direction:row!important}.\!flex-col{flex-direction:column!important}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.\!flex-nowrap{flex-wrap:nowrap!important}.flex-nowrap{flex-wrap:nowrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.\!items-center{align-items:center!important}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center!important}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.\!gap-2{gap:.5rem!important}.\!gap-4{gap:1rem!important}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-0\.5{row-gap:.125rem}.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-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-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))}.divide-gray-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(249 250 251 / var(--tw-divide-opacity, 1))}.self-stretch{align-self:stretch}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.\!rounded-\[30px\]{border-radius:30px!important}.rounded{border-radius:var(--radius)}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[20px\]{border-radius:20px}.rounded-\[24px\]{border-radius:24px}.rounded-\[2rem\]{border-radius:2rem}.rounded-\[30px\]{border-radius:30px}.rounded-\[50\%\]{border-radius:50%}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-\[3px\]{border-width:3px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.\!border-none{border-style:none!important}.border-none{border-style:none}.border-\[\#2F6FCC\]{--tw-border-opacity: 1;border-color:rgb(47 111 204 / var(--tw-border-opacity, 1))}.border-\[\#2F6FCC\]\/10{border-color:#2f6fcc1a}.border-\[\#e94235\]{--tw-border-opacity: 1;border-color:rgb(233 66 53 / var(--tw-border-opacity, 1))}.border-amber-200\/30{border-color:#fde68a4d}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200\/30{border-color:#bfdbfe4d}.border-border{border-color:var(--border)}.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-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / 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-200\/30{border-color:#bbf7d04d}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-purple-200\/30{border-color:#e9d5ff4d}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/15{border-color:#ffffff26}.border-white\/20{border-color:#fff3}.border-white\/60{border-color:#fff9}.\!bg-\[\#f8faff\]{--tw-bg-opacity: 1 !important;background-color:rgb(248 250 255 / var(--tw-bg-opacity, 1))!important}.\!bg-blue-200{--tw-bg-opacity: 1 !important;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))!important}.\!bg-blue-200\/60{background-color:#bfdbfe99!important}.\!bg-blue-500{--tw-bg-opacity: 1 !important;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))!important}.\!bg-gray-100{--tw-bg-opacity: 1 !important;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))!important}.\!bg-white\/15{background-color:#ffffff26!important}.\!bg-white\/60{background-color:#fff9!important}.bg-\[\#233463\]\/80{background-color:#233463cc}.bg-\[\#2F6FCC\]{--tw-bg-opacity: 1;background-color:rgb(47 111 204 / var(--tw-bg-opacity, 1))}.bg-\[\#e94235\]{--tw-bg-opacity: 1;background-color:rgb(233 66 53 / var(--tw-bg-opacity, 1))}.bg-\[\#f6f7f9\]{--tw-bg-opacity: 1;background-color:rgb(246 247 249 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-background{background-color:var(--background)}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/60{background-color:#0009}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-200\/30{background-color:#bfdbfe4d}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-brand{background-color:var(--brand)}.bg-cyan-400\/20{background-color:#22d3ee33}.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-200\/10{background-color:#e5e7eb1a}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / 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-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / 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-muted{background-color:var(--muted)}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-400\/10{background-color:#c084fc1a}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / 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-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-transparent{background-color:transparent}.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\/30{background-color:#ffffff4d}.bg-white\/40{background-color:#fff6}.bg-white\/50{background-color:#ffffff80}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.\!bg-none{background-image:none!important}.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-\[\#0F172A\]{--tw-gradient-from: #0F172A var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#0c1c3f\]\/80{--tw-gradient-from: rgb(12 28 63 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(12 28 63 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#2F6FCC\]{--tw-gradient-from: #2F6FCC var(--tw-gradient-from-position);--tw-gradient-to: rgb(47 111 204 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#f6f7eb\]{--tw-gradient-from: #f6f7eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(246 247 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/60{--tw-gradient-from: rgb(0 0 0 / .6) 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\/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-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-brand{--tw-gradient-from: var(--brand) 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{--tw-gradient-from: #fff 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-\[\#12295c\]\/70{--tw-gradient-to: rgb(18 41 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(18 41 92 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#1E3A8A\]{--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1E3A8A var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/35{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .35) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/50{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .5) 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)}.via-white\/40{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#0c1c3f\]\/85{--tw-gradient-to: rgb(12 28 63 / .85) var(--tw-gradient-to-position)}.to-\[\#1a4d99\]{--tw-gradient-to: #1a4d99 var(--tw-gradient-to-position)}.to-\[\#3B82F6\]{--tw-gradient-to: #3B82F6 var(--tw-gradient-to-position)}.to-\[\#e9f0ff\]{--tw-gradient-to: #e9f0ff var(--tw-gradient-to-position)}.to-black\/25{--tw-gradient-to: rgb(0 0 0 / .25) var(--tw-gradient-to-position)}.to-black\/70{--tw-gradient-to: rgb(0 0 0 / .7) var(--tw-gradient-to-position)}.to-blue-400{--tw-gradient-to: #60a5fa var(--tw-gradient-to-position)}.to-brand{--tw-gradient-to: var(--brand) var(--tw-gradient-to-position)}.to-indigo-100{--tw-gradient-to: #e0e7ff 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)}.fill-\[\#2F6FCC\]{fill:#2f6fcc}.stroke-\[\#2F6FCC\]{stroke:#2f6fcc}.stroke-gray-100{stroke:#f3f4f6}.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}.\!p-2{padding:.5rem!important}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.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-3\.5{padding-left:.875rem;padding-right:.875rem}.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-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.\!pt-0{padding-top:0!important}.pb-1\.5{padding-bottom:.375rem}.pb-14{padding-bottom:3.5rem}.pb-20{padding-bottom:5rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pl-3{padding-left:.75rem}.pl-7{padding-left:1.75rem}.pl-9{padding-left:2.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-28{padding-top:7rem}.pt-3{padding-top:.75rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.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-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.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-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.\!text-brand{color:var(--brand)!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.\!text-white\/90{color:#ffffffe6!important}.text-\[\#0e0042\]{--tw-text-opacity: 1;color:rgb(14 0 66 / var(--tw-text-opacity, 1))}.text-\[\#233463\]{--tw-text-opacity: 1;color:rgb(35 52 99 / var(--tw-text-opacity, 1))}.text-\[\#2F6FCC\]{--tw-text-opacity: 1;color:rgb(47 111 204 / var(--tw-text-opacity, 1))}.text-\[\#2F6FCC\]\/30{color:#2f6fcc4d}.text-\[\#e94235\]{--tw-text-opacity: 1;color:rgb(233 66 53 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / 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-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / 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-brand{color:var(--brand)}.text-foreground{color:var(--foreground)}.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-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-500\/80{color:#6b7280cc}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-600\/60{color:#4b556399}.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-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-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-primary{color:var(--primary)}.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-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-slate-100{--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/75{color:#ffffffbf}.text-white\/80{color:#fffc}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / 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}.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))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.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_30px_60px_-30px_rgb\(15_23_42\/0\.18\)\]{--tw-shadow: 0 30px 60px -30px rgb(15 23 42/.18);--tw-shadow-colored: 0 30px 60px -30px 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-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)}.shadow-blue-500\/20{--tw-shadow-color: rgb(59 130 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/20{--tw-shadow-color: rgb(239 68 68 / .2);--tw-shadow: var(--tw-shadow-colored)}.\!outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline-none{outline:2px solid transparent;outline-offset:2px}.ring{--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(3px + 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-1{--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)}.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-inset{--tw-ring-inset: inset}.ring-\[\#2F6FCC\]\/20{--tw-ring-color: rgb(47 111 204 / .2)}.ring-\[\#2F6FCC\]\/50{--tw-ring-color: rgb(47 111 204 / .5)}.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)}.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{--tw-backdrop-blur: blur(8px);-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-\[2px\]{--tw-backdrop-blur: blur(2px);-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-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)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-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,backdrop-filter;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-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-\[1500ms\]{transition-duration:1.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{--primary-blue: #2f6fcc;--primary-dark-blue: #233463;--primary-black: #000000;--primary-white: #ffffff;--secondary-teal: #44bba4;--secondary-red: #e94f37;--secondary-light-gray: #f6f7eb;--secondary-dark-gray: #474d4f;--font-family: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif;--radius: .875rem;--background: oklch(1 0 0);--foreground: oklch(.18 .04 260);--surface: oklch(.985 .005 250);--surface-2: oklch(.965 .012 250);--card: oklch(1 0 0);--card-foreground: oklch(.18 .04 260);--popover: oklch(1 0 0);--popover-foreground: oklch(.18 .04 260);--brand: #2F6FCC;--brand-foreground: oklch(.99 .005 250);--accent-blue: oklch(.58 .19 255);--primary: oklch(.58 .19 255);--primary-foreground: oklch(.99 .005 250);--secondary: oklch(.965 .012 250);--secondary-foreground: oklch(.22 .07 260);--muted: oklch(.965 .012 250);--muted-foreground: oklch(.5 .03 258);--accent: oklch(.95 .025 255);--accent-foreground: oklch(.22 .07 260);--destructive: oklch(.577 .245 27.325);--destructive-foreground: oklch(.984 .003 247.858);--border: oklch(.92 .012 255);--input: oklch(.92 .012 255);--ring: oklch(.58 .19 255);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--sidebar: oklch(.984 .003 247.858);--sidebar-foreground: oklch(.129 .042 264.695);--sidebar-primary: oklch(.208 .042 265.755);--sidebar-primary-foreground: oklch(.984 .003 247.858);--sidebar-accent: oklch(.968 .007 247.896);--sidebar-accent-foreground: oklch(.208 .042 265.755);--sidebar-border: oklch(.929 .013 255.508);--sidebar-ring: oklch(.704 .04 256.788)}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-family)}html,body{overflow-x:clip;width:100%;position:relative;max-width:100vw}body{font-family:var(--font-family);background-color:var(--primary-white);color:var(--primary-black);line-height:1.6}.dark body{color:#fff}*{max-width:100%}.home-page{overflow-x:clip;width:100%;max-width:100vw}section{overflow-x:clip;width:100%;max-width:100vw}img,video,iframe,object,embed{max-width:100%;height:auto}p,h1,h2,h3,h4,h5,h6,span,div{word-wrap:break-word;overflow-wrap:break-word}pre,code{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}[style*="position: absolute"],[style*="position: fixed"]{max-width:calc(100vw - 2rem)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit}button{font-family:var(--font-family);cursor:pointer}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;overflow-x:clip}.section{padding:5rem 0;overflow-x:clip;width:100%;max-width:100vw}.btn{display:inline-block;padding:.8rem 1.5rem;border-radius:4px;font-weight:500;transition:all .3s ease}.btn-primary{background-color:var(--primary-blue);color:var(--primary-white);border:none}.btn-primary:hover{background-color:var(--primary-dark-blue)}.btn-secondary{background-color:var(--secondary-teal);color:var(--primary-white);border:none}.btn-secondary:hover{background-color:#3aa693}.btn-accent{background-color:var(--secondary-red);color:var(--primary-white);border:none}.btn-accent:hover{background-color:#d64530}.btn-outline{background-color:transparent;border:2px solid var(--primary-blue);color:var(--primary-blue)}.btn-outline:hover{background-color:var(--primary-blue);color:var(--primary-white)}.text-center{text-align:center}.grid{display:grid;gap:2rem}.flex{display:flex}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.section{padding:3rem 0}.container{padding:0 1rem}*{max-width:100vw}[style*="position: absolute"],[style*="position: fixed"]{max-width:calc(100vw - 2rem)}}@media (max-width: 480px){.container{padding:0 .75rem}.btn{max-width:100%;word-wrap:break-word}.flex{flex-wrap:wrap}body,html{max-width:100vw;overflow-x:hidden!important}}.sr-reveal{opacity:0;transform:translateY(45px);transition:opacity .8s cubic-bezier(.22,.61,.36,1),transform .8s cubic-bezier(.22,.61,.36,1);will-change:opacity,transform}.sr-reveal.sr-left{transform:translate(-60px)}.sr-reveal.sr-right{transform:translate(60px)}.sr-reveal.sr-in{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.sr-reveal{opacity:1;transform:none;transition:none}}body,header,aside,main,div,section,table,thead,tbody,tr,td,th,select,input,textarea,button,p,span,h1,h2,h3,h4,h5,h6{transition:background-color .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease}.dark\:prose-invert:is(.dark *){--tw-prose-body: var(--tw-prose-invert-body);--tw-prose-headings: var(--tw-prose-invert-headings);--tw-prose-lead: var(--tw-prose-invert-lead);--tw-prose-links: var(--tw-prose-invert-links);--tw-prose-bold: var(--tw-prose-invert-bold);--tw-prose-counters: var(--tw-prose-invert-counters);--tw-prose-bullets: var(--tw-prose-invert-bullets);--tw-prose-hr: var(--tw-prose-invert-hr);--tw-prose-quotes: var(--tw-prose-invert-quotes);--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);--tw-prose-captions: var(--tw-prose-invert-captions);--tw-prose-kbd: var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);--tw-prose-code: var(--tw-prose-invert-code);--tw-prose-pre-code: var(--tw-prose-invert-pre-code);--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);--tw-prose-th-borders: var(--tw-prose-invert-th-borders);--tw-prose-td-borders: var(--tw-prose-invert-td-borders)}@media (min-width: 640px){.sm\:prose{color:var(--tw-prose-body);max-width:65ch}.sm\:prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.sm\: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}.sm\:prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.sm\:prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.sm\:prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\:prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\:prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\: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}.sm\:prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.sm\:prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.sm\:prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.sm\:prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.sm\:prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.sm\:prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.sm\:prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.sm\:prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.sm\:prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.sm\: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}.sm\:prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.sm\:prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.sm\:prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.sm\: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}.sm\: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}.sm\:prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.sm\:prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.sm\: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}.sm\:prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.sm\: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}.sm\:prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.sm\: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}.sm\:prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.sm\: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}.sm\:prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.sm\:prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.sm\:prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.sm\:prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.sm\: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 var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.sm\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.sm\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.sm\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.sm\:prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\:prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\:prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.sm\:prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.sm\:prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\:prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\:prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\: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}.sm\: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}.sm\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.sm\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.sm\: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}.sm\:prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.sm\: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}.sm\:prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.sm\:prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.sm\:prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.sm\:prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.sm\:prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.sm\:prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.sm\:prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.sm\: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}.sm\: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: rgb(17 24 39 / 10%);--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: rgb(255 255 255 / 10%);--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}.sm\:prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.sm\:prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.sm\:prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.sm\:prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.sm\:prose :where(.sm\:prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.sm\:prose :where(.sm\:prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.sm\:prose :where(.sm\:prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.sm\:prose :where(.sm\:prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.sm\:prose :where(.sm\:prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.sm\:prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.sm\:prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.sm\:prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.sm\:prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.sm\:prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.sm\: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}.sm\:prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.sm\:prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.sm\:prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.sm\:prose :where(.sm\:prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose :where(.sm\:prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}@media (min-width: 1024px){.lg\:prose-lg{font-size:1.125rem;line-height:1.7777778}.lg\:prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.lg\: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}.lg\:prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.lg\: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}.lg\: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}.lg\: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}.lg\:prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.lg\:prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.lg\:prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.lg\:prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.lg\: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}.lg\:prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.lg\:prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.lg\:prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.lg\: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}.lg\: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}.lg\: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}.lg\:prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.lg\:prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.lg\:prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.lg\:prose-lg :where(.lg\:prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.lg\:prose-lg :where(.lg\:prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.lg\: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}.lg\:prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.lg\:prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.lg\:prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.lg\:prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.lg\:prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.lg\:prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.lg\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.lg\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.lg\: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}.lg\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.lg\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.lg\:prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.lg\:prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.lg\:prose-lg :where(.lg\:prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(.lg\:prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}@media (min-width: 1280px){.xl\:prose-2xl{font-size:1.5rem;line-height:1.6666667}.xl\:prose-2xl :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.xl\:prose-2xl :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}.xl\:prose-2xl :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em;padding-inline-start:1.1111111em}.xl\:prose-2xl :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}.xl\:prose-2xl :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}.xl\:prose-2xl :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}.xl\:prose-2xl :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.xl\:prose-2xl :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.xl\:prose-2xl :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.xl\:prose-2xl :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.xl\:prose-2xl :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.xl\:prose-2xl :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;border-radius:.375rem;padding-top:.25em;padding-inline-end:.3333333em;padding-bottom:.25em;padding-inline-start:.3333333em}.xl\:prose-2xl :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em}.xl\:prose-2xl :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.xl\:prose-2xl :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.xl\:prose-2xl :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.2em;padding-inline-end:1.6em;padding-bottom:1.2em;padding-inline-start:1.6em}.xl\:prose-2xl :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5833333em}.xl\:prose-2xl :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5833333em}.xl\:prose-2xl :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.xl\:prose-2xl :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4166667em}.xl\:prose-2xl :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4166667em}.xl\:prose-2xl :where(.xl\:prose-2xl>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8333333em;margin-bottom:.8333333em}.xl\:prose-2xl :where(.xl\:prose-2xl>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.xl\:prose-2xl :where(.xl\:prose-2xl>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.xl\:prose-2xl :where(.xl\:prose-2xl>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.xl\:prose-2xl :where(.xl\:prose-2xl>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.xl\:prose-2xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.xl\:prose-2xl :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.xl\:prose-2xl :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.xl\:prose-2xl :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.5833333em}.xl\:prose-2xl :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.xl\:prose-2xl :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.xl\:prose-2xl :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.xl\:prose-2xl :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.xl\:prose-2xl :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.xl\:prose-2xl :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.4}.xl\:prose-2xl :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.6em;padding-bottom:.8em;padding-inline-start:.6em}.xl\:prose-2xl :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.xl\:prose-2xl :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.xl\:prose-2xl :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.8em;padding-inline-end:.6em;padding-bottom:.8em;padding-inline-start:.6em}.xl\:prose-2xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.xl\:prose-2xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.xl\:prose-2xl :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.xl\:prose-2xl :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.xl\:prose-2xl :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.6;margin-top:1em}.xl\:prose-2xl :where(.xl\:prose-2xl>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.xl\:prose-2xl :where(.xl\:prose-2xl>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.file\:mr-4::file-selector-button{margin-right:1rem}.file\:rounded-md::file-selector-button{border-radius:.375rem}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-red-50::file-selector-button{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.file\:px-4::file-selector-button{padding-left:1rem;padding-right:1rem}.file\:py-2::file-selector-button{padding-top:.5rem;padding-bottom:.5rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-semibold::file-selector-button{font-weight:600}.file\:text-red-700::file-selector-button{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.placeholder\:\!text-black::-moz-placeholder{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.placeholder\:\!text-black::placeholder{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.placeholder\:text-gray-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-500::placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\:text-white\/50::-moz-placeholder{color:#ffffff80}.placeholder\:text-white\/50::placeholder{color:#ffffff80}.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\:-translate-y-2:hover{--tw-translate-y: -.5rem;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-110:hover{--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))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;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-\[\#2F6FCC\]:hover{--tw-border-opacity: 1;border-color:rgb(47 111 204 / 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-green-600:hover{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.hover\:border-transparent:hover{border-color:transparent}.hover\:bg-\[\#2561b8\]:hover{--tw-bg-opacity: 1;background-color:rgb(37 97 184 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#2F6FCC\]\/50:hover{background-color:#2f6fcc80}.hover\:bg-\[\#2a63b6\]:hover{--tw-bg-opacity: 1;background-color:rgb(42 99 182 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#d23c30\]:hover{--tw-bg-opacity: 1;background-color:rgb(210 60 48 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / 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-500\/20:hover{background-color:#3b82f633}.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-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50\/50:hover{background-color:#f9fafb80}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / 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-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:text-\[\#2F6FCC\]:hover{--tw-text-opacity: 1;color:rgb(47 111 204 / var(--tw-text-opacity, 1))}.hover\:text-\[\#d23c30\]:hover{--tw-text-opacity: 1;color:rgb(210 60 48 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 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-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / 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-500:hover{--tw-text-opacity: 1;color:rgb(34 197 94 / 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-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-2xl:hover{--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)}.hover\:shadow-\[0_30px_60px_-25px_rgb\(15_23_42\/0\.25\)\]:hover{--tw-shadow: 0 30px 60px -25px rgb(15 23 42/.25);--tw-shadow-colored: 0 30px 60px -25px 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\:file\:bg-red-100::file-selector-button:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.focus\:border-\[\#2F6FCC\]:focus{--tw-border-opacity: 1;border-color:rgb(47 111 204 / var(--tw-border-opacity, 1))}.focus\:border-\[\#e94235\]:focus{--tw-border-opacity: 1;border-color:rgb(233 66 53 / var(--tw-border-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-4: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(4px + 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-\[\#2F6FCC\]\/20:focus{--tw-ring-color: rgb(47 111 204 / .2)}.focus\:ring-\[\#2F6FCC\]\/50:focus{--tw-ring-color: rgb(47 111 204 / .5)}.focus\:ring-\[\#e94235\]\/20:focus{--tw-ring-color: rgb(233 66 53 / .2)}.active\:scale-\[0\.98\]:active{--tw-scale-x: .98;--tw-scale-y: .98;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))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-50:disabled{opacity:.5}.group:focus-within .group-focus-within\:text-\[\#2F6FCC\]{--tw-text-opacity: 1;color:rgb(47 111 204 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;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\:translate-x-1{--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))}.group:hover .group-hover\:translate-x-2{--tw-translate-x: .5rem;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-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\:text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.dark\:divide-gray-800:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(31 41 55 / var(--tw-divide-opacity, 1))}.dark\:divide-gray-800\/50:is(.dark *)>:not([hidden])~:not([hidden]){border-color:#1f293780}.dark\:border-blue-900\/40:is(.dark *){border-color:#1e3a8a66}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-gray-700\/50:is(.dark *){border-color:#37415180}.dark\:border-gray-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:border-red-900\/20:is(.dark *){border-color:#7f1d1d33}.dark\:bg-\[\#121212\]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(18 18 18 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#141414\]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(20 20 20 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#161616\]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(22 22 22 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#1a1a1a\]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(26 26 26 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#1e1e1e\]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 30 30 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#242424\]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(36 36 36 / var(--tw-bg-opacity, 1))}.dark\:bg-amber-500\/10:is(.dark *){background-color:#f59e0b1a}.dark\:bg-amber-900\/20:is(.dark *){background-color:#78350f33}.dark\:bg-amber-900\/40:is(.dark *){background-color:#78350f66}.dark\:bg-blue-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-500\/10:is(.dark *){background-color:#3b82f61a}.dark\:bg-blue-900\/10:is(.dark *){background-color:#1e3a8a1a}.dark\:bg-blue-900\/20:is(.dark *){background-color:#1e3a8a33}.dark\:bg-blue-900\/30:is(.dark *){background-color:#1e3a8a4d}.dark\:bg-blue-950\/20:is(.dark *){background-color:#17255433}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-green-500\/10:is(.dark *){background-color:#22c55e1a}.dark\:bg-green-900\/20:is(.dark *){background-color:#14532d33}.dark\:bg-green-900\/40:is(.dark *){background-color:#14532d66}.dark\:bg-purple-500\/10:is(.dark *){background-color:#a855f71a}.dark\:bg-purple-900\/20:is(.dark *){background-color:#581c8733}.dark\:bg-red-900\/10:is(.dark *){background-color:#7f1d1d1a}.dark\:bg-red-900\/20:is(.dark *){background-color:#7f1d1d33}.dark\:bg-yellow-900\/40:is(.dark *){background-color:#713f1266}.dark\:stroke-gray-800:is(.dark *){stroke:#1f2937}.dark\:text-amber-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-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-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / 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-gray-500:is(.dark *){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:text-gray-600:is(.dark *){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.dark\:text-yellow-500:is(.dark *){--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.dark\:file\:bg-red-900\/20:is(.dark *)::file-selector-button{background-color:#7f1d1d33}.dark\:file\:text-red-400:is(.dark *)::file-selector-button{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:hover\:border-gray-700:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-\[\#1f1f1f\]:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-\[\#242424\]:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(36 36 36 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-\[\#2a2a2a\]:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(42 42 42 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-blue-500\/10:hover:is(.dark *){background-color:#3b82f61a}.dark\:hover\:bg-blue-500\/20:hover:is(.dark *){background-color:#3b82f633}.dark\:hover\:bg-blue-900\/10:hover:is(.dark *){background-color:#1e3a8a1a}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-green-900\/10:hover:is(.dark *){background-color:#14532d1a}.dark\:hover\:bg-red-900\/10:hover:is(.dark *){background-color:#7f1d1d1a}.dark\:hover\:text-gray-100:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:hover\:file\:bg-red-900\/30:is(.dark *)::file-selector-button:hover{background-color:#7f1d1d4d}@media (min-width: 640px){.sm\:h-16{height:4rem}.sm\:w-16{width:4rem}.sm\:w-auto{width:auto}.sm\:max-w-xs{max-width:20rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.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-xl{font-size:1.25rem;line-height:1.75rem}.sm\:leading-8{line-height:2rem}}@media (min-width: 768px){.md\:left-\[40\%\]{left:40%}.md\:col-span-2{grid-column:span 2 / span 2}.md\:w-\[20\%\]{width:20%}.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\:p-16{padding:4rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}}@media (min-width: 1024px){.lg\:fixed{position:fixed}.lg\:inset-y-0{top:0;bottom:0}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-\[400px\]{height:400px}.lg\:w-1\/2{width:50%}.lg\:w-64{width:16rem}.lg\:max-w-2xl{max-width:42rem}.lg\:max-w-7xl{max-width:80rem}.lg\: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))}.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\:flex-col{flex-direction:column}.lg\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.lg\:p-0{padding:0}.lg\:p-20{padding:5rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pl-64{padding-left:16rem}.lg\:text-left{text-align:left}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width: 1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
