footer.footer .footer-top{background-color:var(--background-fill-coloured-dark);position:relative;padding:var(--global-sect-pad-y-md) var(--global-sect-pad-x-sm) 320px var(--global-sect-pad-x-sm);display:flex;flex-direction:row;gap:106px}@media screen and (max-width:1440px){footer.footer .footer-top{padding:var(--global-sect-pad-y-md) var(--global-sect-pad-x-sm) 290px var(--global-sect-pad-x-sm)}}@media screen and (max-width:989px){footer.footer .footer-top{padding:var(--global-sect-pad-y-md) var(--global-sect-pad-x-sm) 120px var(--global-sect-pad-x-sm)}}@media screen and (max-width:989px){footer.footer .footer-top{flex-direction:column;gap:var(--global-item-gap)}}footer.footer .footer-top .footer-info-block{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--primitive-300);min-width:400px}@media screen and (max-width:1232px){footer.footer .footer-top .footer-info-block{min-width:250px}}@media screen and (max-width:989px){footer.footer .footer-top .footer-info-block{min-width:auto}}footer.footer .footer-top .footer-info-block .footer-info-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--primitive-300)}@media screen and (max-width:989px){footer.footer .footer-top .footer-info-block .footer-info-content{align-items:flex-start;gap:var(--primitive-200);text-align:left}footer.footer .footer-top .footer-info-block .footer-info-content .payment-providers{justify-content:flex-start}}@media screen and (max-width:768px){footer.footer .footer-top .footer-info-block .footer-info-content{display:none}}@media screen and (max-width:989px){footer.footer .footer-top .footer-info-block{flex-direction:row;justify-content:space-between;gap:var(--global-col-gap-sm)}}footer.footer .footer-top .footer-info-block .footer-logo-image,footer.footer .footer-top .footer-info-block .footer-logo-svg{max-width:320px;max-height:120px}footer.footer .footer-top .footer-info-block .footer-logo-image img,footer.footer .footer-top .footer-info-block .footer-logo-image svg,footer.footer .footer-top .footer-info-block .footer-logo-svg img,footer.footer .footer-top .footer-info-block .footer-logo-svg svg{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:989px){footer.footer .footer-top .footer-info-block .footer-logo-image,footer.footer .footer-top .footer-info-block .footer-logo-svg{max-width:270px;max-height:101px;aspect-ratio:270/101}}footer.footer .footer-top .footer-info-block-mobile{display:flex;flex-direction:column;gap:var(--primitive-200);z-index:10}@media screen and (min-width:769px){footer.footer .footer-top .footer-info-block-mobile{display:none}}footer.footer .footer-top .footer-info-block-mobile .copyright{display:flex;flex-direction:column}footer.footer .footer-top .footer-info-block-mobile .payment-providers{justify-content:flex-start}footer.footer .footer-top .footer-blocks{position:relative;z-index:2;display:grid;grid-template-columns:repeat(var(--footer-columns),minmax(0,var(--footer-columns-width)));gap:var(--global-item-gap) var(--global-col-gap-sm)}@media screen and (max-width:989px){footer.footer .footer-top .footer-blocks{display:flex;flex-wrap:wrap}footer.footer .footer-top .footer-blocks .footer-block{flex:1 1 var(--footer-flex)}}@media screen and (max-width:768px){footer.footer .footer-top .footer-blocks .footer-block{flex:1 1 calc(50% - var(--global-col-gap-sm)/ 2)}}footer.footer .footer-top .footer-blocks .footer-block{grid-column:span min(var(--col-span),var(--footer-columns))}footer.footer .footer-top .footer-blocks .footer-block h2{margin-bottom:12px;color:var(--highlight-fill-dark)}footer.footer .footer-top .footer-blocks .footer-block *{max-width:100%;height:auto}footer.footer .footer-top .footer-blocks .footer-block.block-type-text{display:flex;flex-direction:column}footer.footer .footer-top .footer-blocks .footer-block.block-type-text .footer-block-text{gap:8px}footer.footer .footer-top .footer-blocks .footer-block.block-type-text .footer-block-text *{color:var(--body-fill-dark);font-family:var(--global-body-lg-font-family);font-size:var(--global-body-lg-font-size);font-style:var(--global-body-lg-font-style);font-weight:var(--global-body-lg-font-weight);letter-spacing:var(--global-body-lg-letter-spacing);line-height:var(--global-body-lg-line-height);gap:var(--global-body-lg-paragraph-spacing);text-transform:var(--global-body-lg-text-transform)}footer.footer .footer-top .footer-blocks .footer-block.block-type-text .button{margin-top:8px}footer.footer .footer-top .footer-blocks .footer-block.block-type-contact{color:var(--body-fill-dark)}footer.footer .footer-top .footer-blocks .footer-block.block-type-contact .contact-wrapper{display:flex;flex-direction:column;gap:20px}footer.footer .footer-top .footer-blocks .footer-block.block-type-contact a{color:var(--body-fill-dark);text-decoration-color:transparent;transition:text-decoration-color .3s ease,color .3s ease}footer.footer .footer-top .footer-blocks .footer-block.block-type-contact a:hover{color:var(--highlight-fill-dark);text-decoration-color:var(--highlight-fill-dark)}footer.footer .footer-top .footer-blocks .footer-block .footer-menu-links{list-style:none;display:flex;flex-direction:column;gap:4px}footer.footer .footer-top .footer-blocks .footer-block .footer-menu-links a{color:var(--body-fill-dark);text-decoration-color:transparent;transition:text-decoration-color .3s ease,color .3s ease}footer.footer .footer-top .footer-blocks .footer-block .footer-menu-links a:hover{color:var(--highlight-fill-dark);text-decoration-color:var(--highlight-fill-dark)}footer.footer .footer-top .payment-providers{display:flex;flex-wrap:wrap;gap:var(--primitive-100);justify-content:center;max-height:-moz-fit-content;max-height:fit-content}footer.footer .footer-top .payment-providers .payment-provider{max-height:-moz-fit-content;max-height:fit-content;height:-moz-fit-content;height:fit-content}footer.footer .footer-top .copyright{color:var(--body-fill-dark)}footer.footer .footer-top .copyright a{color:var(--highlight-fill-dark);text-decoration-color:transparent;transition:text-decoration-color .3s ease}footer.footer .footer-top .copyright a:hover{text-decoration-color:var(--highlight-fill-dark)}footer.footer .footer-top a{color:inherit}footer.footer .footer-top .subfooter-banner{position:absolute;bottom:0;left:0;width:100%;height:auto;z-index:1}footer.footer .footer-top .subfooter-banner img{transform:rotateY(180deg);height:auto;width:100%;-o-object-fit:contain;object-fit:contain}