.fs-locations__list{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.fs-locations-col_1 .fs-locations__list{grid-template-columns:repeat(1,1fr)}.fs-locations-col_4.fs-locations--order-vertical .fs-locations__list{display:block;column-count:4;column-gap:1rem}.fs-locations-col_4.fs-locations--order-vertical .fs-locations__item{break-inside:avoid;margin-bottom:1rem}@media (max-width:1280px){.fs-locations__list{grid-template-columns:repeat(3,1fr)}.fs-locations-col_4.fs-locations--order-vertical .fs-locations__list{column-count:3}}@media (max-width:992px){.fs-locations__list{grid-template-columns:repeat(2,1fr)}.fs-locations-col_4.fs-locations--order-vertical .fs-locations__list{column-count:2}}.fs-locations__button{text-align:center;display:none}.fs-locations__button .button{width:100%}@media (max-width:680px){.fs-locations__list{grid-template-columns:repeat(1,1fr)}.fs-locations-col_4.fs-locations--order-vertical .fs-locations__list{column-count:1}.fs-locations__list.hidden-content{position:relative;max-height:240px;overflow:hidden}.fs-locations__list.hidden-content:after{background:linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%);bottom:0;left:0;width:100%;content:"";height:130px;position:absolute;z-index:2}.fs-locations__list.show-content{max-height:initial}.fs-locations__list.show-content:after{display:none}.fs-locations:has(.hidden-content) .fs-locations__button{display:block}}.fs-locations__item{padding:.8rem 1.5rem;display:flex;align-items:center;flex-wrap:wrap;gap:1rem;min-height:4.625rem;border-radius:8px;justify-content:space-between;background:var(--color-gray-light);transition:var(--transition);position:relative}.fs-locations__item:has(.fs-locations__more){padding-right:7rem}.fs-locations a.fs-locations__item:hover{background:#ececec}.fs-locations__label{display:flex;gap:.5rem;align-items:center;font-size:1.25rem;font-weight:500;font-family:var(--font-family-secondary);color:var(--color-main);line-height:1.1}.fs-locations__label svg{flex:none}.fs-locations a.fs-locations__label{transition:var(--transition)}.fs-locations a.fs-locations__label:hover{color:var(--color-accent)}.fs-locations__more{display:table;font-size:.875rem;color:var(--color-gray);position:absolute;right:2.25rem;transition:var(--transition)}.fs-locations__more:after{content:"→";left:calc(100% + 4px);top:50%;transform:translateY(-50%);position:absolute;transition:var(--transition)}.fs-locations__more span{position:relative}.fs-locations__more span:before{position:absolute;bottom:-1px;left:0;border-bottom:1px solid currentColor;height:1px;width:100%;content:""}.fs-locations__more:hover:after{left:calc(100% + 5px)}.fs-locations__item:hover .fs-locations__more{color:var(--color-accent)}.fs-locations__item:hover .fs-locations__more span:before{animation:.5s forwards fillLink}.fs-how-work .fs-headline{max-width:574px}.fs-how-work__list{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:3rem 0 0}.fs-how-work__list-item{padding:1.5rem;box-shadow:0 10px 30px 0 rgba(0,0,0,.05);border-radius:8px;border:1px solid #ececec}.fs-how-work__list-icon{margin:0 0 2.5rem}.fs-how-work__list-text{font-weight:500;font-size:1.5rem;line-height:1.3;letter-spacing:-.02em;font-family:var(--font-family-secondary)}.fs-how-work__list-desc{margin:2px 0 0;color:var(--color-gray)}