.Navbar-module___rHu7W__navWrapper{z-index:1000;background:var(--page-background);flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:72px;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.Navbar-module___rHu7W__navContainer{justify-content:space-between;align-items:center;width:100%;max-width:1200px;height:72px;margin:0 auto;padding:0 24px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.Navbar-module___rHu7W__scrolled{background:0 0;padding:0 24px;top:16px}.Navbar-module___rHu7W__scrolled .Navbar-module___rHu7W__navContainer{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#faf7f29e;border-radius:999px;max-width:720px;padding:8px 12px 8px 24px;box-shadow:0 0 0 1px #2a1f180f,0 8px 24px -6px #2a1f181f}.Navbar-module___rHu7W__scrolled .Navbar-module___rHu7W__links a{gap:16px;font-size:13px}.Navbar-module___rHu7W__logoIcon{background:var(--highlight);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;display:flex}.Navbar-module___rHu7W__logoText{letter-spacing:-.02em;color:var(--heading-color);font-size:20px;font-weight:700}.Navbar-module___rHu7W__links{align-items:center;gap:28px;display:flex}.Navbar-module___rHu7W__links a{color:var(--text-color);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module___rHu7W__links a:hover{color:var(--heading-color)}.Navbar-module___rHu7W__activeLink{color:var(--cta-secondary)!important;font-weight:600!important}.Navbar-module___rHu7W__cta{text-align:center;color:var(--heading-color);border:1.5px solid var(--heading-color);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;padding:8px 20px;font-size:14px;font-weight:500;transition:all .2s}.Navbar-module___rHu7W__cta:hover{color:var(--page-background);background:linear-gradient(90deg,#e57a44,#45239b);border:none}.Navbar-module___rHu7W__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module___rHu7W__hamburger .Navbar-module___rHu7W__bar{background:var(--heading-color);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.Navbar-module___rHu7W__barOpen1{transform:rotate(45deg)translate(5px,5px)}.Navbar-module___rHu7W__barOpen2{opacity:0}.Navbar-module___rHu7W__barOpen3{transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module___rHu7W__mobileMenu{display:none}
@media (max-width:768px){.Responsiveness-module__WfqRyG__links,.Responsiveness-module__WfqRyG__cta{display:none}.Responsiveness-module__WfqRyG__hamburger{display:flex}.Responsiveness-module__WfqRyG__mobileMenu{background:var(--page-background);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;padding:16px 24px 24px;display:flex}.Responsiveness-module__WfqRyG__mobileMenu a{color:var(--text-color);padding:8px 0;font-size:16px;font-weight:500;text-decoration:none}.Responsiveness-module__WfqRyG__mobileMenu .Responsiveness-module__WfqRyG__activeLink{color:var(--highlight)!important}.Responsiveness-module__WfqRyG__mobileCta{background:var(--highlight);color:var(--page-background);cursor:pointer;border:none;border-radius:999px;margin-top:8px;padding:12px 24px;font-size:14px;font-weight:600}.Responsiveness-module__WfqRyG__scrolled{padding:0 12px}.Responsiveness-module__WfqRyG__scrolled .Responsiveness-module__WfqRyG__navContainer{border-radius:999px;max-width:100%}.Responsiveness-module__WfqRyG__navWrapper{height:auto}.Responsiveness-module__WfqRyG__navContainer{height:64px}}
.Footer-module__Grjkva__footer{background:var(--section-background);padding:clamp(48px,6vw,80px) clamp(20px,5vw,80px) 0}.Footer-module__Grjkva__grid{grid-template-columns:1.4fr 1fr 1fr;gap:clamp(24px,4vw,48px);padding-bottom:clamp(40px,5vw,64px);display:grid}.Footer-module__Grjkva__brand{flex-direction:column;gap:16px;display:flex}.Footer-module__Grjkva__brandName{font-family:var(--font-heading);background:linear-gradient(135deg,#6d5bd0,#ff7a5c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:800}.Footer-module__Grjkva__brandDesc{font-family:var(--font-body);color:var(--text-color);max-width:300px;margin:0;font-size:clamp(.8rem,1.3vw,.95rem);font-style:italic;line-height:1.7}.Footer-module__Grjkva__socials{gap:10px;margin-top:8px;display:flex}.Footer-module__Grjkva__socialIcon{background:var(--highlight);color:#fff;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .25s,box-shadow .25s,border-color .25s,background-color .25s;display:flex}.Footer-module__Grjkva__socialIcon svg{font-size:1.02rem;line-height:1}.Footer-module__Grjkva__socialIcon:hover{background-color:color-mix(in srgb,var(--highlight)86%,#fff 14%);border-color:color-mix(in srgb,var(--highlight)70%,#fff 30%);box-shadow:0 6px 20px color-mix(in srgb,var(--highlight)45%,#000 35%);transform:translateY(-3px)}.Footer-module__Grjkva__socialIcon:active{transform:scale(.96)}.Footer-module__Grjkva__column{flex-direction:column;gap:4px;display:flex}.Footer-module__Grjkva__colTitle{font-family:var(--font-heading);color:var(--highlight);margin:0 0 12px;font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:700}.Footer-module__Grjkva__linkList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__Grjkva__link{font-family:var(--font-body);color:var(--text-color);font-size:clamp(.8rem,1.2vw,.92rem);text-decoration:none;transition:color .2s}.Footer-module__Grjkva__link:hover{color:var(--heading-color)}.Footer-module__Grjkva__connectList{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__Grjkva__connectLink{font-family:var(--font-body);color:var(--text-color);align-items:flex-start;gap:10px;font-size:clamp(.78rem,1.2vw,.9rem);line-height:1.5;text-decoration:none;transition:color .2s;display:flex}.Footer-module__Grjkva__connectIcon{color:var(--highlight);flex-shrink:0;margin-top:3px;font-size:.96rem;transition:transform .2s}.Footer-module__Grjkva__connectLink:hover{color:var(--heading-color)}.Footer-module__Grjkva__connectLink:hover .Footer-module__Grjkva__connectIcon{transform:translateY(-1px)}.Footer-module__Grjkva__bottom{border-top:1px solid var(--text-color);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:clamp(16px,2.5vw,24px) 0;display:flex}.Footer-module__Grjkva__copyright{font-family:var(--font-body);color:var(--text-color);margin:0;font-size:clamp(.72rem,1.1vw,.85rem)}.Footer-module__Grjkva__copyrightName{color:var(--highlight);font-weight:600}
@media (max-width:768px){.Responsiveness-module__jP8ZIa__grid{text-align:center;grid-template-columns:1fr;gap:32px}.Responsiveness-module__jP8ZIa__brand,.Responsiveness-module__jP8ZIa__column{align-items:center}.Responsiveness-module__jP8ZIa__brandDesc{max-width:100%}.Responsiveness-module__jP8ZIa__socials{justify-content:center}.Responsiveness-module__jP8ZIa__linkList,.Responsiveness-module__jP8ZIa__connectList{align-items:center}.Responsiveness-module__jP8ZIa__connectLink{text-align:center;justify-content:center}.Responsiveness-module__jP8ZIa__bottom{text-align:center;flex-direction:column;align-items:center}}@media (max-width:500px){.Responsiveness-module__jP8ZIa__bottom{flex-direction:column;align-items:center}}@media (max-width:400px){.Responsiveness-module__jP8ZIa__footer{padding:40px 16px 0}}
.SideIcons-module__3dykaq__sideNav{z-index:50;flex-direction:column;gap:12px;display:flex;position:fixed;top:50%;right:clamp(12px,2vw,24px);transform:translateY(-50%)}.SideIcons-module__3dykaq__dot{cursor:pointer;background:#ede9fe;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s,transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 8px #00000014}.SideIcons-module__3dykaq__dot:hover{transform:scale(1.15);box-shadow:0 4px 14px #0000001f}.SideIcons-module__3dykaq__dot.SideIcons-module__3dykaq__active{box-shadow:0 6px 20px color-mix(in srgb,var(--highlight)45%,#000 35%);color:#fff;background:linear-gradient(135deg,#6d5bd0,#ff7a5c)}.SideIcons-module__3dykaq__icon{filter:grayscale(.4);font-size:16px;line-height:1;transition:filter .3s}.SideIcons-module__3dykaq__dot.SideIcons-module__3dykaq__active .SideIcons-module__3dykaq__icon{filter:grayscale(0)brightness(1.2)}@media (max-width:768px){.SideIcons-module__3dykaq__sideNav{display:none}}
