.footer-container{width:100%;min-height:40vh;font-family:var(--font-body-stack,"Clash Display",sans-serif);box-sizing:border-box;z-index:10;background-color:#000;flex-direction:column;margin-top:18rem;padding-top:8vh;display:flex;position:relative}.footer-top{border-top:1px solid rgba(255,255,255,.5);justify-content:space-between;align-items:center;margin-top:auto;padding:2rem 2rem 3rem;display:flex}.footer-links{justify-content:space-between;align-items:center;gap:2rem;width:100%;display:flex}.footer-link{color:rgba(255,255,255,.5);letter-spacing:.02em;text-align:center;flex:1;font-size:1.125rem;font-weight:400}.footer-link:first-child{text-align:left}.footer-link:last-child{text-align:right}.footer-divider{background-color:rgba(255,255,255,.5);width:1px;height:2rem}.footer-line{background-color:rgba(255,255,255,.5);width:100%;height:1px}.footer-contact-wrapper{cursor:pointer;background-color:#000;width:100%;margin:2rem 0;padding:2rem 0;transition:all .3s;position:relative;overflow:hidden}.footer-contact-wrapper.hovered{background-color:rgba(130,41,224,.05)}.footer-contact-wrapper.hovered .footer-contact-scroll{animation-play-state:paused}.footer-contact-scroll{white-space:nowrap;gap:2rem;animation:15s linear infinite footer-scroll-horizontal;display:flex}.footer-contact-text{color:#8229e0;letter-spacing:-.02em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none;text-rendering:optimizeLegibility;flex-shrink:0;font-family:Clash Display,sans-serif;font-size:max(72px,min(14vw,256px));font-weight:700;line-height:.9}@keyframes footer-scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-25%)}}@media (max-width:768px){.footer-top{margin-bottom:4rem;padding:4rem 2rem 1rem}.footer-link{font-size:.875rem}.footer-contact-text{font-size:2.5rem}.footer-links{gap:1rem}.footer-divider{height:1.5rem}}@media (max-width:480px){.footer-top{flex-direction:column;gap:1rem;padding:1rem}.footer-links{flex-direction:column;gap:1rem}.footer-link{text-align:center!important}.footer-divider{display:none}.footer-contact-text{font-size:1.75rem}}
