.layout-slider{overflow:hidden;position:relative;width:100%}.layout-slider__container{height:100%;justify-content:flex-end;row-gap:1rem;z-index:2}.layout-slider__col{display:flex;flex-direction:column;gap:2rem;grid-column:2/span 10;height:100%;justify-content:space-between}@media screen and (max-width:768px){.layout-slider__col{grid-column:span 12}}@media screen and (max-width:375px){.layout-slider__col{max-width:100%;width:100%}}@media screen and (max-width:768px){.layout-slider__col{margin-bottom:1rem}}.layout-slider__col--pagination{display:flex;flex-direction:row;height:-moz-fit-content;height:fit-content;justify-content:center;margin-bottom:0}.layout-slider__slider{align-items:stretch;display:flex;gap:2rem;height:100%;justify-content:space-between;min-width:0;width:100%}@media screen and (max-width:768px){.layout-slider__slider{flex-wrap:wrap;gap:1rem}}.layout-slider__slider-track,.layout-slider__slider-viewport{position:relative;width:100%}.layout-slider__button{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center}@media not all and (pointer:coarse){.layout-slider__button:hover .layout-slider__button-icon{stroke:#511965}}.layout-slider__button .layout-slider__button-icon{display:inline-block;margin-right:0;stroke:#323232;stroke-width:.5rem}.layout-slider__button .layout-slider__button-icon svg{display:block;height:1.5rem;width:1.5rem}.layout-slider__button--prev .layout-slider__button-icon{transform:rotate(90deg)}.layout-slider__button--next .layout-slider__button-icon{transform:rotate(270deg)}.layout-slider__pagination{padding:0 .75rem 0 1rem}
