.carousel-block{aspect-ratio:var(--carousel-aspect-ratio,1);border-radius:12px;background:rgba(34,31,51,.08)}.carousel-block,.carousel-block__wrapper{width:100%;position:relative;overflow:visible}.carousel-block__wrapper{height:100%}.carousel-block__viewport{width:100%;height:100%;overflow:hidden;border-radius:12px;position:relative}.carousel-block__track{display:flex;height:100%;transition:transform .6s ease-in-out;will-change:transform}.carousel-block__slide{height:100%;flex-shrink:0;padding:.25rem}.carousel-block__link{display:block;width:100%;height:100%;text-decoration:none;cursor:pointer}.carousel-block__image{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}.carousel-block__nav{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;background:#473f6b;border:none;cursor:pointer;padding:0;transition:all .3s ease;z-index:100;-webkit-clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%)}.carousel-block__nav:before{inset:3px;background:#211e2e}.carousel-block__nav:after,.carousel-block__nav:before{content:"";position:absolute;-webkit-clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%)}.carousel-block__nav:after{inset:6px;background:#f1a200}.carousel-block__nav-inner{position:absolute;inset:9px;background:#e46700;display:flex;align-items:center;justify-content:center;color:white;z-index:10;-webkit-clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%)}.carousel-block__nav-inner svg{position:relative;z-index:1}.carousel-block__nav--prev{left:-30px}.carousel-block__nav--next{right:-30px}@media (max-width:768px){.carousel-block__nav{width:48px;height:48px}.carousel-block__nav:before{inset:2.5px}.carousel-block__nav:after{inset:5px}.carousel-block__nav-inner{inset:7.5px}.carousel-block__nav--prev{left:-24px}.carousel-block__nav--next{right:-24px}.carousel-block__slide{padding:.125rem}.carousel-block__image{border-radius:6px}}@media (prefers-color-scheme:light){.carousel-block{background:rgba(246,242,255,.08)}}.gallery-block{width:100%;display:flex;gap:1rem;border-radius:12px;background:rgba(34,31,51,.08);padding:1rem}.gallery-block--left,.gallery-block--right{flex-direction:row}.gallery-block--left{flex-direction:row-reverse}.gallery-block--bottom,.gallery-block--top{flex-direction:column;align-items:center}.gallery-block--top{flex-direction:column-reverse}.gallery-block__main{flex:1 1;min-width:0;aspect-ratio:1;border-radius:8px;overflow:hidden;background:rgba(34,31,51,.15)}.gallery-block__main-image{width:100%;height:100%;object-fit:cover;display:block}.gallery-block__thumbnails{display:flex;gap:.5rem}.gallery-block--left .gallery-block__thumbnails,.gallery-block--right .gallery-block__thumbnails{flex-direction:column;width:80px;flex-shrink:0}.gallery-block--bottom .gallery-block__thumbnails,.gallery-block--top .gallery-block__thumbnails{flex-direction:row;justify-content:center;flex-wrap:wrap;max-width:100%}.gallery-block__thumbnail{position:relative;border:none;padding:0;cursor:pointer;transition:all .3s ease;background:transparent;overflow:hidden;border-radius:6px}.gallery-block--left .gallery-block__thumbnail,.gallery-block--right .gallery-block__thumbnail{width:80px;height:80px;flex-shrink:0}.gallery-block--bottom .gallery-block__thumbnail,.gallery-block--top .gallery-block__thumbnail{width:70px;height:70px;flex-shrink:0}.gallery-block__thumbnail-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gallery-block__thumbnail:hover .gallery-block__thumbnail-image{transform:scale(1.1)}.gallery-block__thumbnail:before{content:"";position:absolute;inset:0;border-radius:6px;border:3px solid transparent;transition:border-color .3s ease;pointer-events:none}.gallery-block__thumbnail--active:before{border-color:#e46700}.gallery-block__thumbnail:hover:before{border-color:#f1a200}.gallery-block__thumbnail--active:hover:before{border-color:#e46700}@media (max-width:768px){.gallery-block--bottom,.gallery-block--left,.gallery-block--right,.gallery-block--top{flex-direction:column!important;align-items:stretch}.gallery-block--bottom .gallery-block__thumbnails,.gallery-block--left .gallery-block__thumbnails,.gallery-block--right .gallery-block__thumbnails,.gallery-block--top .gallery-block__thumbnails{flex-direction:row!important;width:100%;justify-content:space-between;flex-wrap:nowrap}.gallery-block__thumbnail{width:calc(16.6667% - .3rem)!important;height:auto!important;aspect-ratio:1;flex-shrink:1}.gallery-block__thumbnails{gap:.375rem}.gallery-block{padding:.75rem;gap:.75rem}}@media (prefers-color-scheme:light){.gallery-block{background:rgba(246,242,255,.08)}.gallery-block__main{background:rgba(246,242,255,.15)}}.test-block{background-color:var(--test-block-bg,#f77bff);padding:var(--test-block-padding,0);margin:var(--test-block-margin,0);width:100%;aspect-ratio:var(--test-block-aspect-ratio,1);display:flex;align-items:center;justify-content:center;border-radius:12px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.test-block:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.test-block__label{color:rgba(255,255,255,.95);font-size:clamp(.875rem,1.5vw,1rem);font-weight:600;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.2);padding:.5rem;word-break:break-word}@media (max-width:768px){.test-block{border-radius:8px}.test-block__label{font-size:.875rem}}@media (prefers-color-scheme:light){.test-block{box-shadow:0 4px 16px rgba(134,100,196,.15)}.test-block:hover{box-shadow:0 8px 24px rgba(134,100,196,.2)}.test-block__label{color:rgba(255,255,255,.98);text-shadow:0 1px 2px rgba(0,0,0,.3)}}.text-block{width:100%;max-width:100%;padding:clamp(1.5rem,3vw,2rem);background:rgba(34,31,51,.08);border-radius:12px;overflow:hidden;box-sizing:border-box}.text-block__content{width:100%;max-width:100%;color:inherit;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}.text-block__content>*+*{margin-top:1rem}.text-block__content p{margin:0;font-size:1rem}.text-block__content h1{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;line-height:1.2;margin:0}.text-block__content h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.3;margin:0}.text-block__content h3{font-size:clamp(1.25rem,2vw,1.75rem);font-weight:600;line-height:1.3;margin:0}.text-block__content h4{font-size:clamp(1.125rem,1.8vw,1.5rem);font-weight:600;line-height:1.4;margin:0}.text-block__content h5{font-size:1.125rem;font-weight:600;line-height:1.4;margin:0}.text-block__content h6{font-size:1rem;font-weight:600;line-height:1.5;margin:0}.text-block__content ol,.text-block__content ul{margin:0;padding-left:1.5rem}.text-block__content li{margin-top:.5rem}.text-block__content li:first-child{margin-top:0}.text-block__content strong{font-weight:700}.text-block__content em{font-style:italic}@media (max-width:768px){.text-block{padding:clamp(1rem,2vw,1.5rem)}.text-block__content{font-size:.9375rem}.text-block__content>*+*{margin-top:.875rem}.text-block__content li{margin-top:.375rem}}@media (prefers-color-scheme:light){.text-block{background:rgba(246,242,255,.08)}}.image-block{max-width:100%;background:rgba(34,31,51,.08);box-sizing:border-box}.image-block,.image-block__wrapper{width:100%;overflow:hidden;border-radius:12px}.image-block__wrapper{height:100%;position:relative}.image-block__link{display:block;width:100%;height:100%;text-decoration:none;cursor:pointer}.image-block__image{width:100%;height:100%;display:block;transition:transform .3s ease}.image-block:hover .image-block__image{transform:scale(1.02)}@media (max-width:768px){.image-block,.image-block__wrapper{border-radius:8px}}@media (prefers-color-scheme:light){.image-block{background:rgba(246,242,255,.08)}}