.footer-wrap{width:100%;padding-top:2.5rem;padding-left:var(--container-space);padding-right:var(--container-space);background-color:var(--footer-background);color:var(--main-text-color)}.footer-row-items{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;align-items:start}.footer-row-item{display:flex;flex-direction:column}.footer-list-row-items{display:flex;gap:.62rem}.footer-row-item-headline{font-family:var(--font-family-body);font-size:.875rem;color:var(--main-text-color);opacity:.5;margin-bottom:.5rem;font-weight:500}.footer-list-items{display:flex;flex-direction:column;gap:.25rem;line-height:120%}.footer-list-item{font-size:.75rem;color:var(--main-text-color)}.footer-list-item:hover{text-decoration:underline}.footer-logo-container svg{display:block;width:100%}.footer-down{display:flex;align-items:center;justify-content:space-between;margin-top:2.44rem;gap:5rem;padding-bottom:2.5rem}.footer-down-terms{display:flex;align-items:center}.footer-down-terms a{font-size:.75rem;color:var(--main-text-color)}.footer-down-terms a:hover{opacity:.7}.footer-down-copyright{font-size:.75rem}.footer-down-copyright a{color:var(--main-text-color);font-weight:500}.footer-down-copyright a:hover{text-decoration:underline}.footer-down-terms span{font-size:.75rem;margin-left:.75rem;margin-right:.75rem}.footer-down-terms a:last-child:after{display:none}.footer-logo-container{margin-top:3.75rem;margin-bottom:2.57rem}.footer-list-row-items a img{transition:transform 0.1s ease-in}.footer-list-row-items a:hover img{transform:scale(1.1)}@media (max-width:992px){.footer-row-items{grid-template-columns:repeat(3,minmax(0,1fr));grid-row-gap:1.25rem}}@media (max-width:768px){.footer-row-items{grid-template-columns:repeat(2,minmax(0,1fr));grid-row-gap:1.25rem}.footer-down{flex-direction:column-reverse;align-items:flex-start;gap:1rem}.footer-down-terms{flex-wrap:wrap}}