.footer-top{position:relative;display:flex;justify-content:space-between;width:100%;padding-bottom:6.2rem;border-bottom:1px solid #ede4df}
.footer-information{width:25%}
.footer-information-brand{max-width:37rem}
.footer-information-brand-title{margin-top:1.8rem;margin-bottom:1rem;font-family:DMSans,serif,Arial;font-size:1.8rem;line-height:2.4rem;font-weight:600;color:#1f1f1f}
.footer-information-brand-text{margin-bottom:2.2rem;font-family:DMSans,serif,Arial;font-size:1.6rem;line-height:2.4rem;color:#393939}
.footer-logo{position:absolute;top:-47.5%;display:flex;max-width:33.6rem}
.footer-logo img{width:100%;height:100%}
.footer-menu{width:calc(25% - 128px);margin-left:12.8rem;display:flex;flex-direction:column;gap:2.1rem}
.footer-menu-wrapper{display:flex;flex-direction:column;gap:2.1rem}
.footer-menu-wrapper-mobile{display:none}
.footer-menu-heading{font-family:DMSans,serif,Arial;font-size:1.2rem;line-height:2.4rem;font-weight:500;color:#828282;text-transform:uppercase}
.footer-menu-links{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1.6rem}
.footer-menu-links-item-link{font-family:DMSans,serif,Arial;font-size:1.6rem;line-height:2.4rem;font-weight:500;color:#1f1f1f;text-decoration:none}
.footer-addresses{width:50%;display:grid;grid-template-columns:repeat(2,1fr);gap:3.6rem;justify-items:center}
.footer-addresses-address{display:flex;flex-direction:column}
.footer-addresses-address-title{font-family:DMSans,serif,Arial;font-size:1.6rem;line-height:2.4rem;font-weight:500;color:#393939}
.footer-addresses-address-text{padding-top:.5rem;font-family:DMSans,serif,Arial;font-size:1.6rem;line-height:2.8rem;color:#393939}
.footer-bottom{padding-top:2.2rem;display:flex;align-items:center;justify-content:space-between}
.footer-bottom-text{font-family:DMSans,serif,Arial;font-size:1.6rem;line-height:2.4rem;color:#393939}
.footer-bottom-policies{margin:0;padding:0;display:flex;align-items:center;gap:4.2rem;list-style-type:none}
.footer-bottom-policies a{font-family:DMSans,serif,Arial;font-size:1.4rem;line-height:2.4rem;font-weight:500;color:#1f1f1f;text-decoration:none}
@media screen and (max-width:1455px){
.footer-logo{top:-43.5%}
}
@media screen and (max-width:1224px){
.footer-logo{top:-40.5%}
}
@media screen and (max-width:1133px){
.footer-logo{top:-38%}
}
@media screen and (max-width:1051px){
.footer-logo{top:-36%}
}
@media screen and (max-width:990px){
.footer-top{flex-direction:column;padding-bottom:4.8rem;border-bottom:none}
.footer-information{width:100%}
.footer-information-brand{max-width:unset}
.footer-information-brand-title{margin-top:2rem}
.footer-logo{position:static;max-width:20rem}
.footer-menu{flex-direction:row;gap:8.8rem;margin-top:3.4rem;margin-bottom:6.2rem;width:100%;margin-left:0}
.footer-menu-wrapper-mobile{display:flex}
.footer-addresses{width:100%;gap:3rem}
.footer-bottom{flex-direction:column;align-items:flex-start}
.footer-bottom-line{display:block!important;height:.1rem;width:15%;background-color:#d9d9d9}
.footer-bottom-text{padding-top:1.2rem}
.footer-bottom-policies{display:none}
}