:root{--footer-wrapper-gap:var(--spacing-60);--foooter-upper-gap:var(--spacing-sm);--foooter-upper-direction:column-reverse;--footer-logo-maxwidth:var(--spacing-30);--footer-menu-gap:var(--spacing-lg);--footer-partners-gap:var(--spacing-lg);--footer-partners-max-height:var(--spacing-70)}@media (min-width:768px){:root{--footer-wrapper-gap:var(--spacing-50);--foooter-upper-direction:row;--footer-logo-maxwidth:var(--spacing-50);--footer-menu-gap:var(--spacing-sm);--footer-partners-max-height:var(--spacing-100)}}@media (min-width:1024px){:root{--foooter-upper-gap:var(--spacing-50);--footer-logo-maxwidth:var(--spacing-80);--footer-partners-gap:var(--spacing-40)}}.footer{background-color:var(--color-white);color:var(--color-black);z-index:30;border-top-left-radius:var(--border-radius-section);border-top-right-radius:var(--border-radius-section)}.footer .wrapper{display:flex;flex-direction:column;grid-gap:var(--spacing-60);gap:var(--spacing-60);grid-gap:var(--footer-wrapper-gap);gap:var(--footer-wrapper-gap)}.footer .wrapper p:last-of-type{margin-bottom:0}.footer .footer-upper{display:flex;flex-direction:column-reverse;flex-direction:var(--foooter-upper-direction);grid-gap:var(--gap);gap:var(--gap);margin-bottom:var(--foooter-upper-gap)}@media (min-width:768px){.footer .footer-upper{justify-content:space-between}}.footer .footer-middle{display:flex;flex-direction:var(--direction);justify-content:space-between;grid-gap:var(--spacing-40);gap:var(--spacing-40);border-bottom:1px solid var(--color-grey-700);padding-bottom:var(--spacing-40)}@media (min-width:640px) and (max-width:1024px){.footer .footer-middle{flex-wrap:wrap}.footer .footer-middle .social-media-wrapper{flex:1 1 100%}}.footer .footer-middle .navigation-menu-list{display:flex;flex-direction:column;grid-gap:var(--spacing-lg);gap:var(--spacing-lg);grid-gap:var(--footer-menu-gap);gap:var(--footer-menu-gap)}.footer .footer-middle .navigation-menu-list li a{font-size:1.25rem;font-weight:600;transition:var(--transition-fast)}.footer .footer-middle .navigation-menu-list li a:hover{color:var(--color-yellow)}.footer .footer-middle .navigation-menu-list li:first-of-type a{color:var(--color-grey-700);letter-spacing:2px;text-transform:uppercase}@media (min-width:768px){.footer .footer-middle .navigation-menu-list li:first-of-type{padding-bottom:var(--spacing-xs)}}.footer .footer-middle .social-media-wrapper{display:flex;flex-direction:column;justify-content:flex-end;grid-gap:var(--spacing-lg);gap:var(--spacing-lg);grid-gap:var(--footer-menu-gap);gap:var(--footer-menu-gap)}.footer .footer-middle .social-media-wrapper a{font-size:var(--spacing-lg)}@media (min-width:1024px){.footer .footer-middle .social-media-wrapper .cmp-button{justify-content:flex-end}.footer .footer-middle .social-media-wrapper .cmp-button a{text-align:right}}.footer .footer-lower{display:flex;flex-direction:var(--direction);grid-gap:var(--spacing-30);gap:var(--spacing-30)}@media (min-width:768px){.footer .footer-lower{justify-content:space-between}}.footer .footer-slogan{font-size:clamp(2rem,6vw,4.5rem);font-family:var(--font-family-heading),serif;font-style:normal;font-weight:400;line-height:110%}.footer .footer-logo{max-width:var(--spacing-30);max-width:var(--footer-logo-maxwidth)}.footer .footer-logo svg{color:var(--color-yellow)}.footer .footer-logo svg path{fill:var(--color-yellow)}.footer .footer-partners{display:flex;align-items:center;grid-gap:var(--spacing-lg);gap:var(--spacing-lg);grid-gap:var(--footer-partners-gap);gap:var(--footer-partners-gap)}.footer .footer-partners .footer-partner img{max-height:var(--spacing-70);max-height:var(--footer-partners-max-height)}.footer .footer-contact{color:var(--color-grey-700)}.footer .footer-contact a{display:inline-block;transition:var(--transition-fast);margin-top:var(--spacing-xs);text-decoration:underline}.footer .footer-contact a:hover{color:var(--color-yellow)}@media (min-width:768px){.footer .footer-contact{text-align:right}}