*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}header,main,footer{display:contents}body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;text-align:start;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin:0}h1{font-size:clamp(1.75rem,1.375rem + 1.5vw,2.5rem)}h2{font-size:clamp(1.5rem,1.325rem + .9vw,2rem)}h3{font-size:clamp(1.25rem,1.3rem + .6vw,1.75rem)}h4{font-size:clamp(1.125rem,1.275rem + .3vw,1.5rem)}h5{font-size:1.25rem}h6{font-size:1rem}p{line-height:1.5;margin:0}img{max-width:100%;height:auto}section{overflow:hidden}.dx-container{max-width:var(--dx-container-max-width, 1200px);padding-left:var(--dx-container-padding-x, 1rem);padding-right:var(--dx-container-padding-x, 1rem);margin-left:auto;margin-right:auto}.dx-carousel{overflow:hidden}.dx-carousel>div{display:flex;transition:none}.dx-carousel>div>div{flex-shrink:0;user-select:none}.dx-lightbox-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.92);overflow:hidden;animation:dx-lightbox-fade-in .2s ease}@keyframes dx-lightbox-fade-in{from{opacity:0}to{opacity:1}}.dx-lightbox-track{display:flex;width:300vw;height:100%}.dx-lightbox-slide{width:100vw;height:100%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dx-lightbox-image{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:4px;user-select:none;-webkit-user-drag:none;pointer-events:none}.dx-lightbox-video{width:80vw;height:45vw;max-height:80vh;border:none;border-radius:4px}.dx-lightbox-close,.dx-lightbox-prev,.dx-lightbox-next{position:absolute;background:none;border:none;color:hsla(0,0%,100%,.8);cursor:pointer;transition:background .2s,color .2s;padding:0;line-height:1}.dx-lightbox-close:hover,.dx-lightbox-prev:hover,.dx-lightbox-next:hover{color:#fff}.dx-lightbox-close{top:1rem;inset-inline-end:1.5rem;font-size:2.5rem;z-index:1}.dx-lightbox-prev,.dx-lightbox-next{top:0;bottom:0;width:4rem;display:flex;align-items:center;justify-content:center;font-size:3.5rem;z-index:1}.dx-lightbox-prev:hover,.dx-lightbox-next:hover{background:hsla(0,0%,100%,.05)}.dx-lightbox-prev{inset-inline-start:0}.dx-lightbox-next{inset-inline-end:0}.dx-lightbox-counter{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);color:hsla(0,0%,100%,.6);font-size:.875rem}@media(max-width: 768px){.dx-lightbox-video{width:95vw;height:53vw}.dx-lightbox-prev,.dx-lightbox-next{width:2.5rem;font-size:2.5rem}.dx-lightbox-close{top:.5rem;inset-inline-end:1rem}}