.content-carousel{--controls-button-size:54px;box-sizing:border-box;width:calc(100% + 2 * var(--section-padding-h));margin:0 calc(-1 * var(--section-padding-h));contain:content;display:grid}.content-carousel .slides{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;flex-flow:row;margin:0;padding:0;display:flex;position:relative;overflow:scroll clip}.content-carousel .slides::-webkit-scrollbar{display:none}.content-carousel .slide{scroll-snap-align:start;flex:0 0 100%;margin-bottom:0;display:grid}.content-carousel .slide .image{position:relative}.content-carousel .slide:focus-visible{outline:none}.content-carousel .sbs-content :where(h2,h3,h4,h5,h6),.content-carousel .slide .titles :where(h2,h3,h4,h5,h6){font-family:var(--heading-font-family);letter-spacing:-.056rem;font-weight:400;line-height:3.6rem}.content-carousel .sbs-content p,.content-carousel .slide .content{font-family:var(--body-font-family);font-size:1.6rem;line-height:1.5}.content-carousel .slide .image,.content-carousel .slide .titles,.content-carousel .slide .content{grid-column:1}.content-carousel .slide .titles img{max-width:50px}.content-carousel .slide .image p{margin:0}.content-carousel .slide .image img,.content-carousel .slide .image video{object-fit:cover;width:100%;height:auto;display:block}.content-carousel .slide .image video{object-fit:contain}.content-carousel .sbs-content>div>:first-child,.content-carousel .slide>div>:first-child{margin-top:0}.content-carousel .slide>div>:last-child{margin-bottom:0}.content-carousel .indicators{z-index:1;grid-row:2;margin-top:1.2rem}.content-carousel .indicators ol{justify-content:center;gap:1.4rem;margin:0 auto;padding:0;list-style:none;display:flex}.content-carousel .indicators li{box-sizing:border-box;border:1px solid var(--text-color);border-radius:50%;width:8px;height:8px;margin:0;display:block}.content-carousel .indicators li.active{background-color:var(--text-color)}.content-carousel .indicators li.control{display:none}.content-carousel .indicators li span{clip-path:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.content-carousel .indicators button{width:100%;height:100%;display:block}.content-carousel-container:not(.bg-none) .content-carousel .indicators li:not(.active){border-color:var(--dark-color)}.content-carousel-container:not(.bg-none) .content-carousel .indicators li:not(.active,.control) button{background:var(--dark-color)}@media (width<=768px){.content-carousel-wrapper{overflow:hidden}.content-carousel-wrapper .content-carousel.info .slides{scroll-padding-left:initial}.content-carousel-wrapper .content-carousel.info .slide .content ul{padding-left:4rem}}@media (width>=600px){.content-carousel .controls button{box-sizing:border-box;width:var(--controls-button-size);height:var(--controls-button-size);border:1px solid var(--dark-color);z-index:1;border-radius:50%;place-items:center;display:grid;position:relative}.content-carousel .controls button:after{content:"";background-color:var(--dark-color);width:27px;height:24px;display:block;mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='25'%20fill='none'%3e%3cpath%20stroke='%2356585A'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.78'%20d='m15.5%205.315-7%207.5%207%207.5'/%3e%3c/svg%3e")}.content-carousel .controls button:last-child:after{width:22px;mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%3e%3cpath%20stroke='%2356585A'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.78'%20d='m8.5%204.5%207%207.5-7%207.5'/%3e%3c/svg%3e")}.content-carousel.ontop-controls{position:relative}.content-carousel.ontop-controls .controls button{top:calc(50% - var(--controls-button-size) / 2);background-color:var(--background-color);border:0;position:absolute;left:40px;box-shadow:0 4px 9px #00000080}.content-carousel.ontop-controls .controls button:last-child{left:auto;right:40px}.content-carousel.ontop-controls .slides.first-slide~.controls button:first-child,.content-carousel.ontop-controls .slides.last-slide~.controls button:last-child{display:none}}@media (width>=900px){.content-carousel-container{z-index:0;position:relative}.content-carousel .indicators li.control{border-radius:unset;border:none;width:12px;height:12px;display:block;position:relative;top:-2px}.content-carousel .indicators li.control button{background-color:var(--text-color);mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='25'%20fill='none'%3e%3cpath%20stroke='%2356585A'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.78'%20d='m15.5%205.315-7%207.5%207%207.5'/%3e%3c/svg%3e");mask-size:cover}.content-carousel .indicators li.control button:focus-visible{background-color:var(--link-color)}.content-carousel .indicators li.control.next button{mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%3e%3cpath%20stroke='%2356585A'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.78'%20d='m8.5%204.5%207%207.5-7%207.5'/%3e%3c/svg%3e")}}
