footer.footer{position:relative}footer.footer .footer__container{display:flex;flex-direction:column;align-items:center;gap:24px}footer.footer .footer__top{display:flex;align-items:flex-start;justify-content:space-between;width:100%;gap:64px}footer.footer .footer__menu{flex:1}footer.footer .footer__menu-columns{display:flex;gap:48px}footer.footer .footer__menu-column{display:flex;flex:1 1 auto;flex-direction:column;gap:16px}footer.footer .footer__menu-column-title{font-size:13px;font-weight:600;text-decoration:none;letter-spacing:2px;text-transform:uppercase;color:var(--blue);display:flex;justify-content:space-between;align-items:center}footer.footer .footer__menu-column-title .icon-caret{width:1.2rem;height:1.2rem;display:none;transition:transform 0.2s ease;transform-origin:center}footer.footer .footer__menu-column-list{display:flex;flex-direction:column;gap:4px}footer.footer .footer__menu-column-list a{font-size:13px;font-weight:600;text-decoration:none;letter-spacing:1.08px;color:currentColor}footer.footer .footer__menu-column-list a:hover{color:var(--blue)}footer.footer .footer__newsletter{flex:1 1 auto;min-width:320px;max-width:440px}footer.footer .footer__newsletter-title{margin:0}footer.footer .footer__newsletter-form-inner{display:flex;flex-direction:column;gap:12px}footer.footer .footer__newsletter-gender{display:flex;gap:24px}footer.footer .footer__newsletter-gender label{display:flex;align-items:center;font-size:14px;cursor:pointer;gap:8px}footer.footer .footer__newsletter-gender label input[type=radio]{margin:0;cursor:pointer}footer.footer .footer__newsletter-gender label span{text-transform:capitalize}footer.footer .footer__newsletter-input-wrapper{display:flex;align-items:center;gap:8px}footer.footer .footer__newsletter-input{flex:1;padding:10px 16px;font-size:14px;color:currentColor;border:1px solid currentColor;background:transparent}footer.footer .footer__newsletter-input::placeholder{opacity:0.6;color:currentColor}footer.footer .footer__newsletter-input:focus{border-color:var(--blue);outline:none}footer.footer .footer__newsletter-button{padding:10px 24px;font-size:14px;font-weight:600;cursor:pointer;text-transform:uppercase;color:white;border:none;background:var(--blue)}footer.footer .footer__newsletter-button:hover{opacity:0.9}footer.footer .footer__logo{display:flex;align-items:center;justify-content:center;margin:64px auto 0}footer.footer .footer__logo-image{max-width:56px;height:auto}footer.footer .footer__social{display:flex;align-items:center;justify-content:center;gap:16px}footer.footer .footer__social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid #696969;border-radius:50%;background:transparent}footer.footer .footer__social-link svg{width:20px;height:20px;color:var(--blue)}footer.footer .footer__social-link:hover{border-color:var(--blue)}footer.footer .footer__copyright{text-align:center}footer.footer .footer__copyright-text{margin:0;font-size:12px;opacity:0.8}footer.footer .footer__copyright-link{text-decoration:underline;color:currentColor}footer.footer .footer__copyright-link:hover{opacity:0.7}@media only screen and (max-width:989px){footer.footer .footer__container{gap:0}footer.footer .footer__top{flex-direction:column;gap:0}footer.footer .footer__menu{width:100%}footer.footer .footer__menu-columns{flex-direction:column;align-items:flex-start;gap:0}footer.footer .footer__menu-column{gap:0;align-items:flex-start;text-align:left;width:100%;border-bottom:1px solid #e2e2e2}footer.footer .footer__menu-column-title{margin-top:1.2rem;margin-bottom:1.2rem;width:100%}footer.footer .footer__menu-column-title.is-open .icon-caret{transform:rotate(180deg)}footer.footer .footer__menu-column-title .icon-caret{display:block}footer.footer .footer__menu-column-list{padding:0 0 12px 0;align-items:flex-start;text-align:left;display:none}footer.footer .footer__menu-column-list>div{margin-bottom:1rem}footer.footer .footer__newsletter{width:100%;min-width:0}footer.footer .footer__newsletter-title{font-size:1.3rem;margin-top:1.2rem}footer.footer .footer__newsletter-form{width:100%}footer.footer .footer__newsletter-gender{justify-content:flex-start}footer.footer .footer__newsletter-input-wrapper{flex-direction:row;width:100%}footer.footer .footer__newsletter-input-wrapper .footer__newsletter-input{width:100%;flex-grow:1}footer.footer .footer__logo{margin:64px auto 2.4rem}footer.footer .footer__logo-image{max-width:48px}footer.footer .footer__social{gap:16px;margin-bottom:1.2rem}}