@import"https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@400;600;700&display=swap";:root{--aoe-red: #ef0000;--aoe-red-dark: #c90000;--aoe-red-deep: #7b1016;--aoe-red-deeper: #660303;--aoe-black: #070707;--aoe-gray-900: #111111;--aoe-gray-700: #333333;--aoe-gray-200: #e8e8e8;--aoe-gray-100: #f5f5f7;--aoe-surface: #ffffff}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Darker Grotesque,Arial,sans-serif;background:var(--aoe-surface);color:var(--aoe-black)}#root{min-height:100vh}a{color:inherit;text-decoration:none}.nav{position:fixed;top:0;left:0;width:100%;background-color:#fff;z-index:1000;box-shadow:0 2px 4px #0000001a}.nav-container{max-width:2000px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.logo-img{height:50px;width:auto;padding-left:1rem}.logo a{font-size:1.5rem;font-weight:700;color:var(--aoe-gray-700);text-decoration:none}.nav-links{display:flex;gap:2rem;padding-right:1rem}.nav-links a{color:var(--aoe-gray-700);text-decoration:none;font-weight:600;transition:color .3s ease}.nav-links a:hover,.nav-links a.active{color:var(--aoe-red)}.burger{display:none;cursor:pointer}.burger div{width:25px;height:3px;background-color:var(--aoe-gray-700);margin:5px;transition:all .3s ease}@media screen and (max-width: 768px){.nav-links{position:fixed;top:70px;right:0;transform:translate(100%);height:calc(100vh - 70px);width:100%;flex-direction:column;align-items:center;background:#fff;padding-top:2rem;transition:transform .4s ease}.nav-links.active{transform:translate(0)}.burger{display:block}.burger.active .line1{transform:rotate(-45deg) translate(-5px,6px)}.burger.active .line2{opacity:0}.burger.active .line3{transform:rotate(45deg) translate(-5px,-6px)}}.mobile-img-section{display:none}@media screen and (max-width: 768px){.mobile-img-section{display:block;margin-top:70px}.mobile-only-img{width:100%;height:auto}}main{margin-top:70px;min-height:calc(100vh - 70px)}@media screen and (max-width: 768px){.nav-links a{font-size:1.5rem}}.nav-links .nav-link{background:none;border:none;padding:0;margin:0;color:var(--aoe-gray-700);font-weight:600;text-decoration:none;cursor:pointer;transition:color .3s ease;font-family:inherit;font-size:inherit;line-height:inherit}.nav-links .nav-link:hover,.nav-links .nav-link.active{color:var(--aoe-red)}@media screen and (max-width: 768px){.nav-links a,.nav-links .nav-link{font-size:1.5rem}}.partnership-container{min-height:100vh;text-align:center;font-family:Darker Grotesque,sans-serif;background-color:var(--aoe-surface);display:flex;flex-direction:column;justify-content:center;align-items:center}.partnership-banner{background:var(--aoe-red-deep);color:#fff;font-size:2rem;font-weight:700;padding:1rem 2rem;border-radius:1.5rem;margin-bottom:2.5rem;width:70%;max-width:none}.partnership-description{font-size:1.5rem;line-height:1.6;color:var(--aoe-gray-900);margin-bottom:3rem;max-width:750px;width:100%;padding:0 1rem;box-sizing:border-box}.partnership-description a{color:var(--aoe-black);font-weight:700;text-decoration:none}.etaily-logo{max-width:200px;height:auto;display:block;margin:0 auto;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 8px 4px -4px #00000040}.etaily-logo:hover{transform:scale(1.05)}@media (max-width: 600px){.partnership-container{width:100%}.partnership-banner{width:80%}}
