.footer{position:relative;width:100%;background:var(--primary-gradient);color:var(--white);padding:48px 56px}@media only screen and (max-width:991px){.footer{padding:80px 16px}}.footer__container{max-width:1920px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;grid-gap:3rem;gap:3rem;align-items:start}@media only screen and (max-width:991px){.footer__container{grid-template-columns:1fr;gap:2rem}}@media only screen and (max-width:563px){.footer__container{gap:1.5rem}}.footer__logo{flex-shrink:0}.footer__logo-img{display:block;height:auto;max-width:120px}.footer__nav{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;width:90%;margin:0 auto}@media only screen and (max-width:991px){.footer__nav--desktop{display:none}}.footer__nav--mobile{display:none}@media only screen and (max-width:991px){.footer__nav--mobile{width:100%;display:grid;grid-template-columns:1fr;grid-gap:0;gap:0}}.footer__nav-item{display:flex;flex-direction:column;gap:.75rem}.footer__nav-heading{font-weight:600;font-size:1rem;color:var(--white);margin-bottom:.5rem}.footer__nav-link{color:var(--white);text-decoration:none;font-family:medium,sans-serif;font-size:1rem;transition:opacity .2s var(--ease-out-cubic);display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}@media(min-width:992px){.footer__nav-link{padding:0;justify-content:flex-start}}@media only screen and (max-width:991px){.footer__nav-link{border-bottom:1px solid var(--white)}}.footer__nav-link:hover{opacity:.8}.footer__nav-link--accordion{background:none;border:none;cursor:pointer;text-align:left}@media only screen and (max-width:991px){.footer__nav-link--accordion{border-bottom:1px solid var(--white)}}.footer__nav-item:first-child .footer__nav-link,.footer__nav-item:last-child .footer__nav-link{font-weight:600}.footer__nav-chevron{font-size:1rem;color:var(--white);transition:transform .2s var(--ease-out-cubic);flex-shrink:0;margin-left:.5rem}@media(min-width:992px){.footer__nav-chevron{display:none}}.footer__nav-subitems{display:flex;flex-direction:column;gap:.5rem;padding-left:0}@media(min-width:992px){.footer__nav-subitems{gap:.75rem}}@media only screen and (max-width:991px){.footer__nav-subitems{padding-left:1.5em}}.footer__nav-subitem{display:flex;flex-direction:column;gap:.5rem}.footer__nav-sublink{color:hsla(0,0%,100%,.9);text-decoration:none;font-family:bold,sans-serif;font-size:.9375rem;display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}@media(min-width:992px){.footer__nav-sublink{padding:0}}@media only screen and (max-width:991px){.footer__nav-sublink{border-bottom:1px solid var(--white)}}.footer__nav-sublink--accordion{background:none;border:none;cursor:pointer;text-align:left}@media only screen and (max-width:991px){.footer__nav-sublink--accordion{border-bottom:1px solid var(--white)}}.footer__nav-subsubitems{display:flex;flex-direction:column;gap:.5rem;padding-left:1rem;margin-top:.5rem}.footer__nav-subsublink{color:hsla(0,0%,100%,.8);text-decoration:none;font-family:medium,sans-serif;font-size:.875rem;transition:opacity .2s var(--ease-out-cubic);padding:.375rem 0}@media(min-width:992px){.footer__nav-subsublink{padding:0}}@media only screen and (max-width:991px){.footer__nav-subsublink{border-bottom:1px solid var(--white)}}.footer__nav-subsublink:hover{opacity:.8}.footer__actions{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-end}@media only screen and (max-width:991px){.footer__actions--desktop{display:none}}.footer__actions--mobile{display:none;padding:24px 0 0;align-items:flex-start}@media only screen and (max-width:991px){.footer__actions--mobile{display:flex}}.footer__social{display:flex;align-items:center;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--white);text-decoration:none;transition:opacity .2s var(--ease-out-cubic);border-radius:50%}.footer__social-link:hover{opacity:.8}.footer__social-icon{font-size:1.25rem}.footer__app-store{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}@media only screen and (max-width:991px){.footer__app-store{flex-direction:row;gap:1rem}}.footer__app-store-btn{display:flex;text-decoration:none;transition:opacity .2s var(--ease-out-cubic)}.footer__app-store-btn:hover{opacity:.95}.footer__app-store-btn img{width:100%}.footer__bottom{padding:80px 0 0}@media only screen and (max-width:991px){.footer__bottom{padding:24px 0 0}}.footer__bottom-container{max-width:1920px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}@media only screen and (max-width:991px){.footer__bottom-container{flex-direction:column;gap:1.5rem}}.footer__bottom-left{display:flex;flex-direction:column;gap:.75rem;flex:1 1}@media only screen and (max-width:991px){.footer__bottom-left{order:2}}.footer__bottom-right{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}@media only screen and (max-width:991px){.footer__bottom-right{flex-direction:column;align-items:flex-start;gap:.75rem;order:1}}.footer__copyright{font-family:medium,sans-serif;font-size:.9375rem;color:var(--white)}.footer__address{line-height:1.5}.footer__address,.footer__legal-link{font-family:medium,sans-serif;font-size:.875rem;color:hsla(0,0%,100%,.9)}.footer__legal-link{text-decoration:none;transition:opacity .2s var(--ease-out-cubic);white-space:nowrap}.footer__legal-link:hover{opacity:.8}@media only screen and (max-width:991px){.footer__legal-link{white-space:normal}}.footer__legal-separator{color:hsla(0,0%,100%,.6);font-size:.875rem}@media only screen and (max-width:991px){.footer__legal-separator{display:none}}.header{position:fixed;top:0;left:0;width:100%;background-color:var(--white);z-index:1000;transform:translateY(-20px);opacity:0;transition:transform .4s ease,opacity .4s ease}.header.header--enter{transform:translateY(0);opacity:1}.header.header--hide{transform:translateY(-110%)}.header.header--show{transform:translateY(0)}@media only screen and (max-width:991px){.header{border-bottom:1px solid var(--border-clr)}}.header__container{display:flex;align-items:center;justify-content:space-between;max-width:1920px;margin:0 auto;padding:1rem 56px;gap:2rem}@media only screen and (max-width:991px){.header__container{padding:1rem 16px}}@media only screen and (max-width:563px){.header__container{padding:1rem}}.header__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0;z-index:1102}.header__logo-text{display:flex;align-items:baseline}@media only screen and (max-width:991px){.header__logo-text img{width:54px;height:32px}}.header__nav{display:flex;align-items:center;gap:.5rem;flex:1 1;justify-content:center}@media only screen and (max-width:991px){.header__nav--desktop{display:none}}.header__nav--mobile{display:none;flex-direction:column;align-items:stretch;gap:.5rem;padding:0}@media only screen and (max-width:991px){.header__nav--mobile{display:flex}}.header__nav-item{position:relative;display:flex;align-items:center}@media only screen and (max-width:991px){.header__nav-item{flex-direction:column;align-items:stretch;width:100%}.header__nav-item.is-open .header__nav-link--dropdown{color:var(--white);background:var(--primary-gradient)}.header__nav-item.is-open .header__nav-link--dropdown .header__nav-chevron{color:var(--white)}}@media(min-width:992px){.header__nav-item.is-open .header__nav-link--dropdown{color:var(--orange-icon)}.header__nav-item.is-open .header__nav-link--dropdown .header__nav-chevron{transform:rotate(180deg);color:var(--orange-icon)}}.header__nav-item.is-active .header__nav-link,.header__nav-link{color:var(--black)}.header__nav-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;text-decoration:none;font-family:medium,sans-serif;font-size:20px;background:none;border:none;cursor:pointer;transition:color .2s var(--ease-out-cubic);position:relative}@media only screen and (max-width:991px){.header__nav-link:hover{color:var(--black)}}.header__nav-link--dropdown .header__nav-chevron{font-size:1rem;transition:transform .2s var(--ease-out-cubic)}@media only screen and (max-width:991px){.header__nav-link--dropdown.is-open{background:var(--primary-gradient);color:var(--white)}.header__nav-link--dropdown.is-open .header__nav-chevron{transform:rotate(180deg);color:var(--white)}.header__nav-link{width:100%;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border-clr)}}.header__nav-chevron{font-size:.875rem;color:var(--gray)}@media only screen and (max-width:991px){.header__nav-chevron{font-size:1rem}}.header__dropdown{position:absolute;top:80%;left:0;background:var(--white);border:1px solid var(--border-clr);border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.1);min-width:200px;margin-top:.5rem;z-index:1002;animation:dropdownFadeIn .2s var(--ease-out-cubic);overflow:visible}.header__dropdown--mobile{position:static;border:none;box-shadow:none;border-radius:0;margin-top:0;padding:.25rem 1.5rem .5rem;background:rgba(0,0,0,0);animation:none;width:100%;display:flex;flex-direction:column;gap:.25rem}@media only screen and (max-width:991px){.header__dropdown--mobile{padding:0 1.5rem .5rem}}@media(min-width:992px){.header__dropdown--products-mega{width:min(632px,100vw - 112px);border-radius:18px;padding:12px;background:#f6f6f7;border:1px solid rgba(0,0,0,.06);box-shadow:0 18px 40px rgba(0,0,0,.12)}}@media only screen and (max-width:991px){.header__dropdown--products-mega{padding:0;border:none;box-shadow:none;border-radius:0;background:rgba(0,0,0,0)}}@media(min-width:992px){.header__dropdown .header__products-mega{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;background:rgba(0,0,0,0)}.header__dropdown .header__products-mega-left{padding:10px;background:var(--white);border-radius:14px;border:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;gap:10px}.header__dropdown .header__products-mega-group{width:100%;border:none;background:rgba(0,0,0,0);border-radius:12px;padding:14px;display:flex;align-items:center;gap:12px;cursor:pointer;text-align:left;transition:background .2s var(--ease-out-cubic),color .2s var(--ease-out-cubic)}.header__dropdown .header__products-mega-group:hover{background:rgba(0,0,0,.03)}.header__dropdown .header__products-mega-group.is-active{background:var(--primary-gradient);color:var(--white)}.header__dropdown .header__products-mega-group.is-active .header__products-mega-group-icon img{filter:brightness(0) invert(1)}.header__dropdown .header__products-mega-group.is-active .header__products-mega-group-chevron{color:var(--white)}.header__dropdown .header__products-mega-group-icon{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 26px}.header__dropdown .header__products-mega-group-label{font-family:medium,sans-serif;font-size:18px;line-height:1.2;color:inherit}.header__dropdown .header__products-mega-group-chevron{margin-left:auto;color:var(--gray);font-size:22px;transition:color .2s var(--ease-out-cubic)}.header__dropdown .header__products-mega-right{background:var(--white);border-radius:14px;border:1px solid rgba(0,0,0,.06);overflow:hidden}.header__dropdown .header__products-mega-title{padding:16px 18px;font-family:medium,sans-serif;font-size:16px;color:rgba(0,0,0,.45);border-bottom:1px solid rgba(0,0,0,.08)}.header__dropdown .header__products-mega-items{display:flex;flex-direction:column}.header__dropdown .header__products-mega-item{display:flex;align-items:center;gap:12px;padding:16px 18px;text-decoration:none;color:var(--black);font-family:medium,sans-serif;font-size:18px;transition:background .2s var(--ease-out-cubic)}.header__dropdown .header__products-mega-item.is-active,.header__dropdown .header__products-mega-item:hover{background:rgba(0,0,0,.03)}.header__dropdown .header__products-mega-item-icon{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 26px}}@media only screen and (max-width:991px){.header__dropdown .header__products-mobile{display:flex;flex-direction:column;gap:10px;padding:.25rem 0 .5rem}.header__dropdown .header__products-mobile-group-title{padding:.75rem 1.5rem;font-family:medium,sans-serif;font-size:16px;color:rgba(0,0,0,.5);border-top:1px solid var(--border-clr)}.header__dropdown .header__products-mobile-items{display:flex;flex-direction:column}.header__dropdown .header__products-mobile-item{display:flex;align-items:center;gap:12px;padding:1.125rem 1.5rem;border-bottom:1px solid var(--border-clr);text-decoration:none;color:var(--black);font-family:medium,sans-serif;font-size:20px}.header__dropdown .header__products-mobile-item-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px}}.header__dropdown-item{display:flex;flex-direction:column;position:relative}@media only screen and (max-width:991px){.header__dropdown-item{width:100%}}.header__dropdown-link{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;color:var(--black);text-decoration:none;font-family:medium,sans-serif;font-size:.9375rem;background:none;border:none;cursor:pointer;transition:all .2s var(--ease-out-cubic);width:100%;text-align:left}.header__dropdown-link.is-active,.header__dropdown-link:hover{background:var(--primary-gradient);color:var(--white)}.header__dropdown-link.is-active .header__dropdown-chevron,.header__dropdown-link:hover .header__dropdown-chevron{color:var(--white)}@media only screen and (max-width:991px){.header__dropdown-link{padding:.875rem 1.5rem;font-size:1rem}}@media(min-width:992px){.header__dropdown-nested{position:absolute;left:100%;top:0;background:var(--white);border:1px solid var(--border-clr);border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.1);min-width:200px;z-index:1003;display:flex;flex-direction:column;animation:dropdownFadeIn .2s var(--ease-out-cubic)}}.header__dropdown-nested--mobile{position:static;margin-left:0;margin-top:.25rem;border:none;box-shadow:none;border-radius:0;background:rgba(0,0,0,0);animation:none}@media only screen and (max-width:991px){.header__dropdown-nested--mobile{padding-left:2rem}.header__dropdown-nested{position:static;margin-left:0;margin-top:.25rem;border:none;box-shadow:none;border-radius:0;background:rgba(0,0,0,0);animation:none}}.header__dropdown-nested .header__dropdown-link{padding:.625rem 1rem;font-size:.875rem}@media only screen and (max-width:991px){.header__dropdown-nested .header__dropdown-link{padding:.75rem 1.5rem;font-size:.9375rem}}.header__dropdown-chevron{font-size:.875rem;color:var(--gray);transition:color .2s var(--ease-out-cubic),transform .2s var(--ease-out-cubic)}.header__dropdown-link.is-open{background:var(--primary-gradient);color:var(--white)}.header__dropdown-link.is-open .header__dropdown-chevron{transform:rotate(90deg);color:var(--white)}.header__app-store{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media only screen and (max-width:991px){.header__app-store--desktop{display:none}}.header__app-store-btn{display:flex;align-items:center;gap:.5rem;color:var(--white);text-decoration:none;border-radius:4px;font-family:medium,sans-serif;transition:all .2s var(--ease-out-cubic);border:none;cursor:pointer}.header__app-store-btn:hover{transform:translateY(-1px)}.header__app-store-btn:active{transform:translateY(0)}.header__app-store-btn--apple .header__app-store-icon,.header__app-store-btn--google .header__app-store-icon,.header__app-store-icon{font-size:1.25rem}.header__mobile-toggle{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:none;border:none;cursor:pointer;padding:0;z-index:1001}@media only screen and (max-width:991px){.header__mobile-toggle{display:flex}}.header__mobile-toggle .hamburger__wrap{position:relative;width:24px;height:18px;display:flex;flex-direction:column;justify-content:space-between}.header__mobile-toggle .hamburger__wrap span{display:block;width:100%;height:2px;background:var(--black);border-radius:2px;transition:transform .25s var(--ease-out-cubic),opacity .25s var(--ease-out-cubic);transform-origin:center}.header__mobile-toggle.is-active .hamburger__wrap span:first-child{transform:translateY(8px) rotate(45deg)}.header__mobile-toggle.is-active .hamburger__wrap span:nth-child(2){opacity:0}.header__mobile-toggle.is-active .hamburger__wrap span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__mobile-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:999;animation:overlayFadeIn .3s var(--ease-out-cubic)}.header__mobile-menu{position:fixed;top:0;left:0;right:0;width:100%;height:100vh;background:var(--white);box-shadow:-2px 0 12px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .25s var(--ease-out-cubic),transform .25s var(--ease-out-cubic);pointer-events:none;z-index:1000;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:4.5rem 0 2rem;margin:0 auto}.header__mobile-menu.is-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;border-top:1px solid #939598}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}