.section-content-slider{position:relative;background-color:var(--color-bg-light)}.section-content-slider__header{display:flex;justify-content:center;align-items:center;text-align:center;margin-bottom:2em;flex-direction:column;gap:.5em}@media (max-width:1024px){.section-content-slider__header{margin-bottom:1.5em}}.section-content-slider__header a{color:var(--color-text-body);line-height:1;display:flex;gap:.375em;text-decoration:none;padding:.5em 0}@media (max-width:1024px){.section-content-slider__header a span{font-size:.875em}}.section-content-slider__header a svg{width:.625em;height:auto}.section-content-slider__header a svg circle,.section-content-slider__header a svg line,.section-content-slider__header a svg path,.section-content-slider__header a svg polygon,.section-content-slider__header a svg polyline{stroke:var(--color-text-body);fill:none;stroke-width:1.75;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.section-content-slider__header a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.section-content-slider__header h1,.section-content-slider__header h2,.section-content-slider__header h3,.section-content-slider__header h4,.section-content-slider__header h5,.section-content-slider__header h6,.section-content-slider__header p{display:block;line-height:1;margin:0}.section-content-slider__header h1 a,.section-content-slider__header h2 a,.section-content-slider__header h3 a,.section-content-slider__header h4 a,.section-content-slider__header h5 a,.section-content-slider__header h6 a,.section-content-slider__header p a{padding:0;color:var(--color-text-headings)}.section-content-slider__header--space{flex-direction:row;justify-content:space-between;align-items:center}.section-content-slider__inner{position:relative;overflow:hidden;border-radius:.25em;background-color:var(--color-bg-dark)}@media (max-width:1024px){.section-content-slider__inner{border-radius:0}}.section-content-slider .swiper-slide{height:auto}.section-content-slider .content-slide{padding:12em 4em;color:var(--color-white);display:flex;align-items:center;justify-content:center;text-align:center;width:100%;max-width:50em;margin:0 auto;text-shadow:1px 1px 1px rgba(0,0,0,.2);height:100%}@media (max-width:1024px){.section-content-slider .content-slide{padding:8em 4em}}.section-content-slider .content-slide-text{display:flex;flex-direction:column}@media (max-width:1024px){.section-content-slider .content-slide-text{font-size:.875em}}.section-content-slider .slide-title{margin-bottom:1.5em}.section-content-slider .slide-title span{font:4em transducer-condensed,sans-serif;font-weight:500;display:block;line-height:1}@media (max-width:1024px){.section-content-slider .slide-title span{font-size:2.5em}}.section-content-slider .swiper{position:relative;z-index:3;cursor:-webkit-grab;cursor:grab}.section-content-slider img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(1.01);transition:transform linear .2s;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;line-height:1;opacity:0;z-index:1;transition:opacity linear .5s}.section-content-slider img.active{opacity:1}.section-content-slider .overlay{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.section-content-slider .swiper-button{position:absolute;left:0;top:0;width:5em;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:all;background-color:rgba(0,0,0,.2);z-index:5;cursor:pointer;transition:background-color linear .2s;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (max-width:1024px){.section-content-slider .swiper-button{width:3em}}.section-content-slider .swiper-button svg{width:1.25em;height:auto}.section-content-slider .swiper-button svg circle,.section-content-slider .swiper-button svg line,.section-content-slider .swiper-button svg path,.section-content-slider .swiper-button svg polygon,.section-content-slider .swiper-button svg polyline{stroke:var(--color-white);fill:none;stroke-width:1.75;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.section-content-slider .swiper-button:hover{background-color:rgba(0,0,0,.2)}.section-content-slider .swiper-button:focus{outline:0!important;box-shadow:none!important}.section-content-slider .swiper-button--prev{border-right:1px solid rgba(255,255,255,.15)}.section-content-slider .swiper-button--next{left:auto;right:0;border-left:1px solid rgba(255,255,255,.15)}.section-content-slider .swiper-button.swiper-button-disabled{cursor:default}.section-content-slider .swiper-button.swiper-button-disabled svg{opacity:.2}