/* compiled by scssphp 1.11.0 on Wed, 16 Jul 2025 11:37:49 +0000 (0.031s) */
/* Developed by Inware AG - www.inware.ch */

.BrandSelection{margin-top:2rem;margin-bottom:2.6rem;}.BrandSelection__brands{margin-top:1.8125rem;display:grid;justify-content:center;gap:1rem;grid-template-columns:repeat(2,1fr);}@media (min-width:36em){.BrandSelection__brands{gap:1.875rem 1.4375rem;}}@media (min-width:48em){.BrandSelection__brands{grid-template-columns:repeat(3,1fr);}}@media (min-width:62em){.BrandSelection__brands{grid-template-columns:repeat(4,1fr);}}.BrandSelection__brand{position:relative;box-shadow:-5px 4px 9px rgba(132,132,132,.8);padding:.5rem;}@media (min-width:20rem){.BrandSelection__brand{padding:1rem;}}@media (min-width:30rem){.BrandSelection__brand{padding:1.5rem;}}@media (min-width:36em){.BrandSelection__brand{padding:2rem;}}.BrandSelection__brand::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:var(--brand-color);-webkit-transition:height .2s ease;transition:height .2s ease;}.BrandSelection__brand:hover::before{height:8px;}.BrandSelection__logo{width:100%;height:3.5rem;object-fit:contain;}