@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{--glow-color-rgb:245,184,81;font-family:Inter,sans-serif;overflow-x:hidden}body.dark{--glow-color-rgb:248,209,115;background-color:#000;color:#f9e4c8}body.light{background-color:#f9e4c8;color:#1c1208}@keyframes floatOne{0%{opacity:.3;transform:translate(0) rotate(0deg)}25%{opacity:.4;transform:translate(20px,-30px) rotate(10deg)}50%{opacity:.3;transform:translate(0) rotate(0deg)}75%{opacity:.4;transform:translate(-20px,30px) rotate(-10deg)}to{opacity:.3;transform:translate(0) rotate(0deg)}}@keyframes floatTwo{0%{opacity:.2;transform:translate(0) rotate(0deg)}25%{opacity:.3;transform:translate(-25px,35px) rotate(-15deg)}50%{opacity:.2;transform:translate(0) rotate(0deg)}75%{opacity:.3;transform:translate(25px,-35px) rotate(15deg)}to{opacity:.2;transform:translate(0) rotate(0deg)}}@keyframes floatThree{0%{opacity:.25;transform:translate(0) rotate(0deg)}33%{opacity:.35;transform:translate(30px,20px) rotate(5deg)}66%{opacity:.35;transform:translate(-20px,20px) rotate(-5deg)}to{opacity:.25;transform:translate(0) rotate(0deg)}}.animate-float-one{animation:floatOne 15s ease-in-out infinite}.animate-float-two{animation:floatTwo 18s ease-in-out infinite reverse}.animate-float-three{animation:floatThree 13s ease-in-out infinite}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 rgba(var(--glow-color-rgb),.7);transform:scale(1)}50%{box-shadow:0 0 10px 10px rgba(var(--glow-color-rgb),.5);transform:scale(1.05)}to{box-shadow:0 0 0 0 rgba(var(--glow-color-rgb),.7);transform:scale(1)}}.mic-glow-active{animation:pulse-glow 2s ease-in-out infinite}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#f9e4c8!important;box-shadow:inset 0 0 0 1000px #513524!important}body.light input:-webkit-autofill{-webkit-text-fill-color:#1c1208!important;box-shadow:inset 0 0 0 1000px #e0d0b8!important}.footer{background-color:#000;border-top:1px solid #ffffff1a;color:#fff;margin-top:80px;padding:60px 20px 30px;position:relative}.footer-container{margin:0 auto;max-width:1400px}.footer-main{grid-gap:60px;display:grid;gap:60px;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:40px}.footer-section{display:flex;flex-direction:column;gap:20px}.footer-brand-section{gap:16px}.footer-brand-logo{align-items:center;color:#fff;display:flex;font-size:24px;font-weight:700;gap:12px;letter-spacing:1px;margin:0}.footer-logo{border-radius:8px;height:40px;object-fit:contain;width:40px}.footer-brand-description{color:#fff9;font-size:13px;line-height:1.6;margin:0}.footer-social-icons{display:flex;gap:16px;margin-top:8px}.footer-social-icons a{align-items:center;border-radius:6px;color:#fff;display:inline-flex;font-size:20px;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.footer-social-icons a:hover{background:#ffffff1a;transform:translateY(-3px)}.footer-section-title{color:#fff;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0;text-transform:capitalize}.footer-contact-item{align-items:flex-start;display:flex;gap:12px}.footer-contact-icon{font-size:20px;margin-top:2px}.footer-contact-label{color:#ffffff80;font-size:12px;letter-spacing:.5px;margin:0 0 4px;text-transform:uppercase}.footer-contact-value{color:#fff;display:inline-block;font-size:14px;text-decoration:none;transition:color .3s ease}.footer-contact-value:hover{color:#667eeacc}.footer-links-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.footer-links-list li{margin:0}.footer-links-list a{color:#ffffffb3;display:inline-block;font-size:13px;text-decoration:none;transition:color .3s ease}.footer-links-list a:hover{color:#fff}.footer-divider{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;margin:40px 0}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.footer-copyright{color:#ffffff80;font-size:12px;margin:0}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:24px}.footer-bottom-links a{color:#fff9;font-size:12px;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#fff}@media (max-width:1024px){.footer-main{gap:40px;grid-template-columns:repeat(2,1fr)}.footer-brand-section{grid-column:1/-1}}@media (max-width:768px){.footer{margin-top:60px;padding:50px 16px 24px}.footer-main{gap:32px;grid-template-columns:1fr}.footer-brand-section{grid-column:auto}.footer-section-title{font-size:13px}.footer-links-list{gap:10px}.footer-links-list a{font-size:12px}.footer-divider{margin:32px 0}.footer-bottom{align-items:flex-start;flex-direction:column;gap:16px}.footer-bottom-links{flex-direction:column;gap:12px}.footer-bottom-links a,.footer-copyright{font-size:11px}}@media (max-width:480px){.footer{margin-top:40px;padding:40px 12px 16px}.footer-main{gap:24px}.footer-brand-logo{font-size:20px}.footer-logo{height:36px;width:36px}.footer-brand-description{font-size:12px}.footer-social-icons{gap:12px}.footer-social-icons a{font-size:18px;height:36px;width:36px}.footer-section-title{font-size:12px}.footer-contact-icon{font-size:18px}.footer-contact-label{font-size:11px}.footer-contact-value{font-size:13px}.footer-links-list{gap:8px}.footer-links-list a{font-size:11px}.footer-divider{margin:24px 0}.footer-bottom{gap:8px}.footer-copyright{font-size:10px}.footer-bottom-links{flex-direction:column;gap:8px}.footer-bottom-links a{font-size:10px}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}@media (max-width:640px){body{font-size:14px}h1{margin:0}section{overflow-x:hidden}}section{contain:layout style paint}main{transform:translateZ(0);will-change:auto}iframe{contain:strict}@media (max-width:768px){button{min-height:44px;min-width:44px}a{display:block;padding:12px}}@media (min-width:641px) and (max-width:1024px){section{padding-left:24px;padding-right:24px}}@media (max-width:640px){body,html{width:100%}body,html,main{overflow-x:hidden}p{line-height:1.6}}img{display:block;height:auto;max-width:100%}
/*# sourceMappingURL=main.7b91e777.css.map*/