.footer{align-items:center;background-color:var(--primary);color:var(--base-3);display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;padding-bottom:4rem;padding-top:4rem}.footer__inner{align-items:flex-start;column-gap:2rem;display:flex;flex-direction:column;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:1280px;padding-left:1rem;padding-right:1rem;row-gap:2rem;width:100%}.footer__cols-wrap{align-items:flex-start;column-gap:1rem;display:grid;flex-grow:1;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-content:space-between;row-gap:1rem;width:100%}.footer__col{align-items:flex-start;column-gap:1rem;display:flex;flex-direction:column;justify-content:space-between;row-gap:1rem}.footer__btn{align-items:center;background-color:var(--primary);border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border:1px solid var(--base);color:#ffffff;display:inline-flex;font-size:0.94rem;justify-content:center;line-height:1;min-width:6.25rem;padding:0.5rem 1.2rem 0.6rem}.footer__btn:hover{background-color:var(--primary-alt);color:#ffffff}.footer__btns-wrap{align-items:center;column-gap:1rem;display:flex;flex-direction:row;justify-content:space-between;row-gap:1rem}.container-inner{column-gap:2rem;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:1;flex-wrap:nowrap;margin-left:auto;margin-right:auto;max-width:1280px;padding-left:1rem;padding-right:1rem;row-gap:2rem;width:100%}.container-inner__x{align-items:center;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.container-inner__y{align-items:flex-start;flex-direction:column;justify-content:space-between}.header-container{align-items:center;justify-content:space-between}@media (max-width:1024px){.header-container{flex-wrap:wrap;justify-content:center}}@media (max-width:767px){.header-container{row-gap:1rem}}.main-navigation__wrap{align-items:center;column-gap:1rem;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.main-navigation__wrap ul{display:flex;align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:nowrap;column-gap:2rem;width:100%}.section{display:flex;flex-basis:auto;flex-direction:column;flex-grow:0;flex-shrink:1;min-width:100%}.container__inner{display:flex;flex-basis:auto;flex-grow:0;flex-shrink:1;margin-left:auto;margin-right:auto;max-width:var(--site-width);padding-left:1rem;padding-right:1rem;width:100%}.container_w_sidebar{align-items:flex-start;column-gap:2rem;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;row-gap:2rem}.container__aside{align-items:center;column-gap:var(--container-gap);display:flex;flex-basis:25%;flex-direction:column;justify-content:space-between;row-gap:var(--container-gap)}.container__main{align-items:center;column-gap:var(--container-gap);display:flex;flex-basis:70%;flex-direction:column;justify-content:space-between;row-gap:var(--container-gap)}.filters-wrap{align-items:stretch;column-gap:var(--container-width);display:flex;flex-direction:column;justify-content:space-between;row-gap:var(--container-width);width:100%}.whyus__card{align-items:center;column-gap:1rem;display:flex;flex-direction:column;justify-content:space-between;row-gap:1rem;text-align:center}.whyus__wrap{column-gap:2rem;display:grid;flex-direction:row;flex-wrap:nowrap;grid-template-columns:repeat(4,minmax(0,1fr));row-gap:2rem}@media (max-width:1024px){.whyus__wrap{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.whyus__wrap{grid-template-columns:1fr}}