.Header-module__Af2_WG__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e8d5b7e6;border-bottom:1px solid #0000000d;padding:1rem 2rem;position:sticky;top:0}.Header-module__Af2_WG__nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.Header-module__Af2_WG__desktopNav{justify-content:space-between;width:100%;display:flex}.Header-module__Af2_WG__navLink{font-family:var(--font-lazydog);-webkit-text-stroke:1.2px currentColor;color:var(--black);text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem;font-size:1rem;font-weight:800;text-decoration:none;transition:color .2s;position:relative}.Header-module__Af2_WG__navLink:after{content:"";background:var(--coral);width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Header-module__Af2_WG__navLink:hover{color:var(--coral)}.Header-module__Af2_WG__navLink:hover:after{width:80%}.Header-module__Af2_WG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:none;position:relative}.Header-module__Af2_WG__hamburgerLine{background:var(--black);border-radius:2px;width:100%;height:3px;transition:all .3s;display:block}.Header-module__Af2_WG__hamburgerOpen .Header-module__Af2_WG__hamburgerLine:first-child{transform:rotate(45deg)translate(5px,6px)}.Header-module__Af2_WG__hamburgerOpen .Header-module__Af2_WG__hamburgerLine:nth-child(2){opacity:0}.Header-module__Af2_WG__hamburgerOpen .Header-module__Af2_WG__hamburgerLine:nth-child(3){transform:rotate(-45deg)translate(5px,-6px)}.Header-module__Af2_WG__mobileMenu{z-index:1000;opacity:0;visibility:hidden;background:linear-gradient(#d4c4a8 0%,#e8d9bc 30%,#f5e6c8 60%,#ffde8a 100%);flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100vh;padding-top:3.5rem;transition:all .4s;display:flex;position:fixed;top:0;left:0}.Header-module__Af2_WG__mobileMenuOpen{opacity:1;visibility:visible}.Header-module__Af2_WG__mobileNav{flex-direction:column;align-items:center;gap:1rem;display:flex}.Header-module__Af2_WG__mobileLink{font-family:var(--font-barlow);color:var(--black);text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem;font-size:2.5rem;font-weight:900;text-decoration:none;transition:all .3s;position:relative}.Header-module__Af2_WG__mobileLink:before{content:"";background:var(--coral);width:0;height:4px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__Af2_WG__mobileLink:hover{color:var(--coral)}.Header-module__Af2_WG__mobileLink:hover:before{width:100%}.Header-module__Af2_WG__mobileMenuOpen .Header-module__Af2_WG__mobileLink{opacity:0;animation:.4s forwards Header-module__Af2_WG__slideIn;transform:translateY(20px)}.Header-module__Af2_WG__mobileMenuOpen .Header-module__Af2_WG__mobileLink:first-child{animation-delay:.1s}.Header-module__Af2_WG__mobileMenuOpen .Header-module__Af2_WG__mobileLink:nth-child(2){animation-delay:.2s}.Header-module__Af2_WG__mobileMenuOpen .Header-module__Af2_WG__mobileLink:nth-child(3){animation-delay:.3s}.Header-module__Af2_WG__mobileMenuOpen .Header-module__Af2_WG__mobileLink:nth-child(4){animation-delay:.4s}@keyframes Header-module__Af2_WG__slideIn{to{opacity:1;transform:translateY(0)}}.Header-module__Af2_WG__mobileFooter{align-items:center;gap:.5rem;display:flex;position:absolute;bottom:3rem}.Header-module__Af2_WG__mobileCartIcon{width:28px;height:28px}.Header-module__Af2_WG__mobileLogo{font-family:var(--font-poppins);color:#ff6b6b;font-size:1.75rem}@media (max-width:768px){.Header-module__Af2_WG__desktopNav{display:none}.Header-module__Af2_WG__hamburger{display:flex}.Header-module__Af2_WG__nav{justify-content:flex-end}}
.Hero-module__Z8hQ_W__hero{align-items:center;min-height:80vh;padding:2rem;display:flex}.Hero-module__Z8hQ_W__container{grid-template-columns:auto 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.Hero-module__Z8hQ_W__phoneWrapper{perspective:1000px}.Hero-module__Z8hQ_W__phone{background:#1a1a1a;border-radius:24px;width:280px;padding:6px;transition:transform .4s;transform:rotateY(-5deg)rotateX(2deg);box-shadow:0 20px 40px -12px #00000059,inset 0 1px #ffffff1a}.Hero-module__Z8hQ_W__phone:hover{transform:rotateY(0)rotateX(0)}.Hero-module__Z8hQ_W__phoneContent{text-align:center;background:linear-gradient(#d4c4a8 0%,#e8d9bc 30%,#f5e6c8 60%,#ffde8a 100%);border-radius:20px;padding:1rem .75rem}.Hero-module__Z8hQ_W__cartIconWrapper{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto .5rem;display:flex;box-shadow:0 4px 12px #0000001a}.Hero-module__Z8hQ_W__cartIcon{width:40px;height:40px}.Hero-module__Z8hQ_W__appName{font-family:var(--font-poppins);color:#ff6b6b;margin-bottom:.15rem;font-size:1.8rem;font-weight:600}.Hero-module__Z8hQ_W__appTagline{font-family:var(--font-poppins);color:#333;margin-bottom:.75rem;font-size:.8rem;font-weight:500}.Hero-module__Z8hQ_W__optionsList{flex-direction:column;gap:.4rem;display:flex}.Hero-module__Z8hQ_W__option{text-align:left;cursor:pointer;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1rem;transition:transform .2s;display:flex}.Hero-module__Z8hQ_W__option:hover{transform:translate(2px)}.Hero-module__Z8hQ_W__optionIconBox{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:44px;display:flex}.Hero-module__Z8hQ_W__optionIconBox svg{width:16px;height:16px}.Hero-module__Z8hQ_W__optionText{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.Hero-module__Z8hQ_W__optionTitle{font-family:var(--font-poppins);font-size:.8rem;font-weight:600}.Hero-module__Z8hQ_W__optionSub{font-family:var(--font-poppins);opacity:.85;font-size:.65rem}.Hero-module__Z8hQ_W__arrow{opacity:.5;flex-shrink:0;font-size:1rem;font-weight:300}.Hero-module__Z8hQ_W__guest{background:#f0ebe0}.Hero-module__Z8hQ_W__guest .Hero-module__Z8hQ_W__optionIconBox{color:#fff;background:#9e9e9e}.Hero-module__Z8hQ_W__guest .Hero-module__Z8hQ_W__optionTitle,.Hero-module__Z8hQ_W__guest .Hero-module__Z8hQ_W__optionSub,.Hero-module__Z8hQ_W__guest .Hero-module__Z8hQ_W__arrow{color:#333}.Hero-module__Z8hQ_W__free{background:#6fcf97}.Hero-module__Z8hQ_W__free .Hero-module__Z8hQ_W__optionIconBox{color:#fff;background:#ffffff59}.Hero-module__Z8hQ_W__free .Hero-module__Z8hQ_W__optionTitle,.Hero-module__Z8hQ_W__free .Hero-module__Z8hQ_W__optionSub,.Hero-module__Z8hQ_W__free .Hero-module__Z8hQ_W__arrow{color:#fff}.Hero-module__Z8hQ_W__premium{background:#f2846b}.Hero-module__Z8hQ_W__premium .Hero-module__Z8hQ_W__optionIconBox{color:#fff;background:#ffffff59}.Hero-module__Z8hQ_W__premium .Hero-module__Z8hQ_W__optionTitle,.Hero-module__Z8hQ_W__premium .Hero-module__Z8hQ_W__optionSub,.Hero-module__Z8hQ_W__premium .Hero-module__Z8hQ_W__arrow{color:#fff}.Hero-module__Z8hQ_W__business{background:#4a4a4a}.Hero-module__Z8hQ_W__business .Hero-module__Z8hQ_W__optionIconBox{color:#fffc;background:#ffffff26}.Hero-module__Z8hQ_W__business .Hero-module__Z8hQ_W__optionTitle,.Hero-module__Z8hQ_W__business .Hero-module__Z8hQ_W__optionSub,.Hero-module__Z8hQ_W__business .Hero-module__Z8hQ_W__arrow{color:#fff}.Hero-module__Z8hQ_W__signInLink{font-family:var(--font-poppins);color:#000000f6;margin-top:.75rem;font-size:.65rem}.Hero-module__Z8hQ_W__signInLink span{color:#ff6b6b;cursor:pointer;font-weight:600}.Hero-module__Z8hQ_W__heroText{flex-direction:column;align-items:flex-start;gap:2rem;display:flex}.Hero-module__Z8hQ_W__motto{flex-direction:column;display:flex}.Hero-module__Z8hQ_W__mottoLine{font-family:var(--font-barlow);text-transform:uppercase;color:var(--black);letter-spacing:-.02em;text-shadow:-3px -3px #00bfbf,3px 3px #f44;font-size:clamp(3rem,8vw,5.5rem);font-style:italic;font-weight:900;line-height:1}.Hero-module__Z8hQ_W__learnMore{font-family:var(--font-lazydog);align-items:center;gap:.5rem;font-size:1.5rem;text-decoration:none;transition:all .3s;display:flex}.Hero-module__Z8hQ_W__learnMore:hover{gap:1rem}.Hero-module__Z8hQ_W__learnText{color:var(--green-dark)}.Hero-module__Z8hQ_W__moreText{color:var(--coral)}.Hero-module__Z8hQ_W__phoneIconEmoji{font-size:1.2rem;animation:1s ease-in-out infinite Hero-module__Z8hQ_W__ring}@keyframes Hero-module__Z8hQ_W__ring{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}@media (max-width:900px){.Hero-module__Z8hQ_W__container{text-align:center;grid-template-columns:1fr;gap:2rem}.Hero-module__Z8hQ_W__phoneWrapper{order:2;justify-content:center;display:flex}.Hero-module__Z8hQ_W__heroText{order:1;align-items:center}.Hero-module__Z8hQ_W__phone{transform:none}.Hero-module__Z8hQ_W__learnMore{justify-content:center}.Hero-module__Z8hQ_W__mottoLine{text-shadow:-2px -2px #00bfbf,2px 2px #f44}}
.Banner-module__Mr033q__banner{padding:2rem}.Banner-module__Mr033q__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px dashed var(--coral);background:#ffffffb3;border-radius:16px;align-items:flex-start;gap:1rem;max-width:800px;margin:0 auto;padding:1.5rem 2rem;display:flex}.Banner-module__Mr033q__icon{flex-shrink:0;font-size:2rem}.Banner-module__Mr033q__content{flex:1}.Banner-module__Mr033q__title{font-family:var(--font-barlow);color:var(--black);text-transform:uppercase;letter-spacing:.02em;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.Banner-module__Mr033q__text{font-family:var(--font-poppins);color:#555;margin:0;font-size:.95rem;line-height:1.6}@media (max-width:600px){.Banner-module__Mr033q__container{text-align:center;flex-direction:column;padding:1.25rem}.Banner-module__Mr033q__title{font-size:1.1rem}.Banner-module__Mr033q__text{font-size:.85rem}}
.DevLog-module__cu6SqW__devlog{min-height:50vh;padding:4rem 2rem}.DevLog-module__cu6SqW__container{max-width:900px;margin:0 auto}.DevLog-module__cu6SqW__title{font-family:var(--font-lazydog);letter-spacing:.15em;text-transform:uppercase;color:var(--coral);text-align:center;opacity:.8;margin-bottom:2rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:600}.DevLog-module__cu6SqW__terminal{background:0 0;padding:1.5rem}.DevLog-module__cu6SqW__entry{margin-bottom:2rem}.DevLog-module__cu6SqW__prompt{font-family:var(--font-courier);color:var(--green-dark);font-weight:700}.DevLog-module__cu6SqW__date{font-family:var(--font-courier);color:var(--black)}.DevLog-module__cu6SqW__content{font-family:var(--font-courier);color:var(--black);margin-top:.5rem;padding-left:1rem;font-size:.95rem;line-height:1.8}.DevLog-module__cu6SqW__cursor{align-items:center;gap:.5rem;display:flex}.DevLog-module__cu6SqW__blinkingCursor{font-family:var(--font-courier);color:var(--black);animation:1s step-end infinite DevLog-module__cu6SqW__blink}@keyframes DevLog-module__cu6SqW__blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (max-width:768px){.DevLog-module__cu6SqW__devlog{padding:3rem 1rem}.DevLog-module__cu6SqW__terminal{padding:1rem}.DevLog-module__cu6SqW__content{font-size:.85rem}}
.ChangeLog-module__wm0itG__changelog{min-height:50vh;padding:4rem 2rem}.ChangeLog-module__wm0itG__container{max-width:900px;margin:0 auto}.ChangeLog-module__wm0itG__title{font-family:var(--font-lazydog);letter-spacing:.15em;text-transform:uppercase;color:var(--coral);text-align:center;margin-bottom:2rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:600}.ChangeLog-module__wm0itG__terminal{padding:1.5rem}.ChangeLog-module__wm0itG__release{margin-bottom:2rem}.ChangeLog-module__wm0itG__versionLine{font-family:var(--font-courier);margin-bottom:.5rem}.ChangeLog-module__wm0itG__prompt{color:var(--green-dark);font-weight:700}.ChangeLog-module__wm0itG__version{color:var(--black);font-weight:700}.ChangeLog-module__wm0itG__date{color:#666;font-size:.85rem}.ChangeLog-module__wm0itG__changeList{padding-left:1.5rem;list-style:none}.ChangeLog-module__wm0itG__change{font-family:var(--font-courier);color:var(--black);font-size:.95rem;line-height:1.8}.ChangeLog-module__wm0itG__bullet{color:var(--green-dark);margin-right:.5rem;font-weight:700}@media (max-width:768px){.ChangeLog-module__wm0itG__changelog{padding:3rem 1rem}.ChangeLog-module__wm0itG__change{font-size:.85rem}}
.Contact-module__OWeMSG__contact{align-items:center;min-height:50vh;padding:4rem 2rem;display:flex}.Contact-module__OWeMSG__container{width:100%;max-width:600px;margin:0 auto}.Contact-module__OWeMSG__formWindow{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000001a,0 10px 20px #0000001a}.Contact-module__OWeMSG__windowHeader{text-align:center;background:#f5f5f5;border-bottom:1px solid #e0e0e0;padding:.75rem 1rem;position:relative}.Contact-module__OWeMSG__windowDots{gap:6px;display:flex;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.Contact-module__OWeMSG__dot{background:#ddd;border-radius:50%;width:12px;height:12px}.Contact-module__OWeMSG__dot:first-child{background:#ff5f57}.Contact-module__OWeMSG__dot:nth-child(2){background:#febc2e}.Contact-module__OWeMSG__dot:nth-child(3){background:#28c840}.Contact-module__OWeMSG__windowTitle{font-family:var(--font-lazydog);color:var(--black);margin:0;font-size:1.25rem;font-weight:600}.Contact-module__OWeMSG__windowSubtitle{font-family:var(--font-courier);color:#888;margin:0;font-size:.7rem}.Contact-module__OWeMSG__form{padding:1.5rem}.Contact-module__OWeMSG__honeypot{opacity:0;width:0;height:0;position:absolute;left:-9999px}.Contact-module__OWeMSG__inputRow{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.Contact-module__OWeMSG__inputGroup{flex-direction:column;gap:.4rem;display:flex}.Contact-module__OWeMSG__label{font-family:var(--font-barlow);color:#333;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.Contact-module__OWeMSG__input{font-family:var(--font-baskerville);background:var(--white);color:var(--black);border:2px solid #e0e0e0;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.Contact-module__OWeMSG__input::placeholder{color:#999;font-style:italic}.Contact-module__OWeMSG__input:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #4ecdc433}.Contact-module__OWeMSG__input:disabled{cursor:not-allowed;background:#f5f5f5}.Contact-module__OWeMSG__textarea{width:100%;font-family:var(--font-baskerville);background:var(--white);color:var(--black);resize:vertical;border:2px solid #e0e0e0;border-radius:8px;min-height:120px;padding:1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.Contact-module__OWeMSG__textarea::placeholder{color:#999;font-style:italic}.Contact-module__OWeMSG__textarea:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #4ecdc433}.Contact-module__OWeMSG__textarea:disabled{cursor:not-allowed;background:#f5f5f5}.Contact-module__OWeMSG__gdprWrapper{margin:1.25rem 0}.Contact-module__OWeMSG__checkboxLabel{cursor:pointer;align-items:flex-start;gap:.75rem;padding-left:32px;display:flex;position:relative}.Contact-module__OWeMSG__checkbox{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.Contact-module__OWeMSG__checkmark{background-color:#fff;border:2px solid #e0e0e0;border-radius:4px;width:20px;height:20px;transition:all .2s;position:absolute;top:2px;left:0}.Contact-module__OWeMSG__checkboxLabel:hover .Contact-module__OWeMSG__checkmark{border-color:var(--green)}.Contact-module__OWeMSG__checkbox:checked~.Contact-module__OWeMSG__checkmark{background-color:var(--green);border-color:var(--green)}.Contact-module__OWeMSG__checkmark:after{content:"";display:none;position:absolute}.Contact-module__OWeMSG__checkbox:checked~.Contact-module__OWeMSG__checkmark:after{border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;display:block;top:2px;left:6px;transform:rotate(45deg)}.Contact-module__OWeMSG__gdprText{font-family:var(--font-poppins);color:#666;font-size:.8rem;line-height:1.5}.Contact-module__OWeMSG__gdprText a{color:var(--coral);text-decoration:underline}.Contact-module__OWeMSG__gdprText a:hover{color:var(--green-dark)}.Contact-module__OWeMSG__errorMessage{color:#c62828;font-family:var(--font-poppins);background:#fff0f0;border:1px solid #ffcdd2;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.Contact-module__OWeMSG__sendBtn{width:100%;font-family:var(--font-barlow);letter-spacing:.1em;background:var(--green);color:var(--black);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.Contact-module__OWeMSG__sendBtn:hover:not(:disabled){background:var(--green-dark);transform:translateY(-2px);box-shadow:0 4px 12px #2a9d8f66}.Contact-module__OWeMSG__sendBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.Contact-module__OWeMSG__spinner{border:2px solid #0000;border-top-color:var(--black);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite Contact-module__OWeMSG__spin}@keyframes Contact-module__OWeMSG__spin{to{transform:rotate(360deg)}}.Contact-module__OWeMSG__contactInfo{text-align:center;font-family:var(--font-poppins);color:#666;margin-top:1rem;font-size:.85rem}.Contact-module__OWeMSG__contactInfo a{color:var(--coral);font-weight:600;text-decoration:none}.Contact-module__OWeMSG__contactInfo a:hover{text-decoration:underline}.Contact-module__OWeMSG__successMessage{text-align:center;padding:3rem 2rem}.Contact-module__OWeMSG__successIcon{background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;font-size:2rem;display:inline-flex}.Contact-module__OWeMSG__successMessage h3{font-family:var(--font-lazydog);color:var(--black);margin-bottom:.5rem;font-size:1.5rem}.Contact-module__OWeMSG__successMessage p{font-family:var(--font-poppins);color:#666;margin-bottom:1.5rem;font-size:.95rem}.Contact-module__OWeMSG__resetBtn{font-family:var(--font-lazydog);color:var(--coral);border:2px solid var(--coral);cursor:pointer;background:0 0;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;transition:all .2s}.Contact-module__OWeMSG__resetBtn:hover{background:var(--coral);color:#fff}@media (max-width:600px){.Contact-module__OWeMSG__inputRow{grid-template-columns:1fr}.Contact-module__OWeMSG__contact{padding:3rem 1rem}}
.Footer-module__EZoWya__footer{color:#fff;background:#1a1a1a;padding:3rem 2rem 0}.Footer-module__EZoWya__container{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:2rem;display:grid}.Footer-module__EZoWya__brand{flex-direction:column;gap:.75rem;display:flex}.Footer-module__EZoWya__logoWrapper{align-items:center;gap:.5rem;display:flex}.Footer-module__EZoWya__cartIcon{width:20px;height:20px}.Footer-module__EZoWya__logo{font-family:var(--font-poppins);color:#ff6b6b;font-size:1.3rem}.Footer-module__EZoWya__tagline{font-family:var(--font-poppins);color:#ffffffb3;margin:0;font-size:.9rem}.Footer-module__EZoWya__appLinks{gap:.75rem;margin-top:.5rem;display:flex}.Footer-module__EZoWya__storeBtnDisabled{color:#fff6;font-family:var(--font-poppins);cursor:not-allowed;background:#ffffff0d;border:1px dashed #fff3;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;display:inline-flex}.Footer-module__EZoWya__navSection{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__navTitle{font-family:var(--font-lazydog);color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1rem}.Footer-module__EZoWya__nav{flex-direction:column;gap:.6rem;display:flex}.Footer-module__EZoWya__link{font-family:var(--font-poppins);color:#ffffffb3;width:fit-content;font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__EZoWya__link:hover{color:#ff6b6b}.Footer-module__EZoWya__contactInfo{flex-direction:column;gap:.75rem;display:flex}.Footer-module__EZoWya__contactLink{font-family:var(--font-poppins);color:#ffffffb3;align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.Footer-module__EZoWya__contactLink:hover{color:#4ecdc4}.Footer-module__EZoWya__contactLink svg{flex-shrink:0}.Footer-module__EZoWya__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1.5rem 0;display:flex}.Footer-module__EZoWya__copyright,.Footer-module__EZoWya__madeWith{font-family:var(--font-poppins);color:#ffffff80;margin:0;font-size:.8rem}@media (max-width:900px){.Footer-module__EZoWya__container{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__EZoWya__brand{grid-column:span 2}}@media (max-width:600px){.Footer-module__EZoWya__container{text-align:center;grid-template-columns:1fr;gap:1.5rem}.Footer-module__EZoWya__brand{grid-column:span 1;align-items:center}.Footer-module__EZoWya__logoWrapper{justify-content:center}.Footer-module__EZoWya__navSection,.Footer-module__EZoWya__contactInfo{align-items:center}.Footer-module__EZoWya__appLinks{justify-content:center}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column}}
