.footerComponent{padding-top:3rem;padding-bottom:3rem;background-color:#fff;display:flex;justify-content:center}.footerComponent.background-primary{background-color:#0087ff}.footerComponent.background-gradientblue{background:#276ef6;background:-webkit-linear-gradient(left,#276ef6,#459df8);background:linear-gradient(to right,#276ef6,#459df8)}.footerComponent.background-primarydark{background-color:#016bff}.footerComponent.background-primarylight{background-color:#1aa4ff}.footerComponent.background-grey0{background-color:#1a2236}.footerComponent.background-grey1{background-color:#1b1d22}.footerComponent.background-grey2{background-color:#4e5873}.footerComponent.background-grey3{background-color:#8791aa}.footerComponent.background-grey4{background-color:#a8b2ce}.footerComponent.background-grey5{background-color:#f2f4f8}.footerComponent.background-white{background-color:#f8f4f1}.footerComponent .wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:0 1rem;width:100%;max-width:25.5rem;padding:0 1.5rem}.footerComponent .logo{grid-column:1 / -1;margin-bottom:3rem;display:flex;justify-content:center}.footerComponent .logo_wrapper{width:100%;max-width:6rem}.footerComponent .logo_wrapper img{display:block;width:100%}.footerComponent .nav{grid-column:1 / -1;display:grid;grid-template-columns:repeat(1,1fr);gap:0 1.5rem}.footerComponent .navcol{grid-column:1fr;margin-bottom:3rem}.footerComponent .navcol__section:not(:last-child){margin-bottom:1.5rem}.footerComponent .section__tite{margin:0 0 1.5rem}.footerComponent .section__tite *{font-family:"Aeonik",sans-serif;font-weight:700;font-size:1.125rem;line-height:1.5rem;font-weight:700;color:#fff}.footerComponent .section__link_items .section__link_item{display:block}.footerComponent .section__link_items .section__link_item:not(:last-child){margin-bottom:.5rem}.footerComponent .section__link_items a{display:inline-block;font-family:"Aeonik",sans-serif;font-weight:400;font-size:.875rem;line-height:1.5rem;color:#fff;text-decoration:none}.footerComponent .section__logo_items{display:flex;justify-content:flex-start;align-items:center}.footerComponent .section__logo_items a{width:1.125rem;display:block;text-decoration:none}.footerComponent .section__logo_items a:not(:last-child){margin-right:1rem}.footerComponent .section__logo_items a img{display:block;width:100%}@media(min-width:48rem){.footerComponent .wrapper{display:grid;grid-template-columns:repeat(6,1fr);gap:0 1rem;max-width:51rem}.footerComponent .nav{grid-template-columns:repeat(2,1fr)}}@media(min-width:67.5rem){.footerComponent .wrapper{display:grid;grid-template-columns:repeat(12,1fr);gap:0 1.5rem;max-width:70.5rem}.footerComponent .logo{grid-column:1 / 4;margin-bottom:0;justify-content:flex-start}.footerComponent .nav{grid-column:4 / -1;grid-template-columns:repeat(4,1fr)}.footerComponent .navcol{margin-bottom:0}}@media(min-width:80rem){.footerComponent .wrapper{max-width:83rem}}