.section-hero{position:relative;min-height:var(--hero-height-desktop,70vh);display:flex;align-items:center}@media (max-width:768px){.section-hero{min-height:var(--hero-height-mobile,var(--hero-height-desktop,70vh))}}.section-hero__content{width:100%}.section-hero--v-top .section-hero__content{padding-top:5rem;padding-bottom:2rem;align-self:flex-start}.section-hero--v-bottom .section-hero__content{padding-top:2rem;padding-bottom:4rem;align-self:flex-end}@media (max-width:768px){.section-hero--v-top .section-hero__content{padding-top:4rem}.section-hero--v-bottom .section-hero__content{padding-bottom:3rem}}.section-hero--container{max-width:1320px;margin-left:auto;margin-right:auto;border-radius:1rem;overflow:hidden}@media (max-width:768px){.section-hero--container{border-radius:0}}.section-hero__bg{position:absolute;inset:0;z-index:-1;width:100%;height:100%;will-change:transform}.section-hero__bg img,.section-hero__bg video{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.section-hero__bg picture img{object-fit:var(--mobile-image-fit,cover);object-position:var(--mobile-image-position,center)}}.hero-video-mobile{display:none}.hero-image-mobile{display:none;width:100%;height:100%}.hero-image-mobile img{width:100%;height:100%}@media (max-width:768px){.hero-video-desktop:has(~.hero-video-mobile),.hero-video-desktop:has(~.hero-image-mobile){display:none}.hero-video-mobile{display:block}.hero-image-mobile{display:block}}.section-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgb(0 0 0 / .25) 0%,rgb(0 0 0 / .55) 100%);pointer-events:none}.section-hero__overlay--color{background:none}.section-hero__bg video[controls]{z-index:2;position:relative;object-fit:contain;background:#000}.section-hero__bg:has(video[controls]) .section-hero__overlay{pointer-events:none}.hero-badge{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:2rem;background-color:rgb(0 0 0 / .7);color:#fff;font-size:.85rem;font-weight:600;line-height:1.2}.hero-badge--v-top{top:1.25rem}.hero-badge--v-center{top:50%;transform:translateY(-50%)}.hero-badge--v-bottom{bottom:1.25rem}.hero-badge--h-left{left:1.25rem}.hero-badge--h-center{left:50%;transform:translateX(-50%)}.hero-badge--h-right{right:1.25rem}.hero-badge--v-center.hero-badge--h-center{transform:translate(-50%,-50%)}@media (prefers-reduced-motion:reduce){.section-hero__bg[data-parallax-speed]{transform:none!important}}.section-dblist__card img{width:100%;aspect-ratio:4/3;object-fit:cover}.section-dblist__card-media{overflow:hidden;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.section-dblist__card-side{overflow:hidden}.section-dblist__card-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}@media (min-width:768px){.section-dblist__card.flex-md-row>.section-dblist__card-side{width:300px;flex-shrink:0}.section-dblist__card.flex-md-row .section-dblist__card-img{height:100%;aspect-ratio:auto}}.section-dblist__list-thumb{width:80px;height:80px;object-fit:cover}.section-dblist__list-body .card-title{margin-bottom:.25rem}.section-dblist__table-thumb{width:64px;height:64px;object-fit:cover}.section-dblist__slider-controls{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:1rem}.section-dblist__slider{display:flex;flex-wrap:nowrap;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:4px 0 1rem;scrollbar-width:thin;scrollbar-color:rgb(128 128 128 / .45) #fff0}.section-dblist__slider::-webkit-scrollbar{height:6px}.section-dblist__slider::-webkit-scrollbar-track{background:rgb(128 128 128 / .12)}.section-dblist__slider::-webkit-scrollbar-thumb{background:rgb(128 128 128 / .45);border-radius:3px}.section-dblist__slider::-webkit-scrollbar-thumb:hover{background:rgb(128 128 128 / .7)}.section-dblist__slider-item{flex:0 0 auto;scroll-snap-align:start;width:calc((100% - 2rem) / 3)}.section-dblist__slider-btn{width:40px;height:40px;border-radius:50%;background:var(--bs-body-bg,#fff);border:1px solid var(--bs-border-color,#e0e0e0);box-shadow:0 2px 8px rgb(0 0 0 / .1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color 0.3s ease,box-shadow 0.3s ease}.section-dblist__slider-btn:hover{background:var(--bs-light,#f8f9fa);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.section-dblist__slider-btn i{font-size:1.25rem;color:var(--bs-body-color,#333)}@media (max-width:991.98px){.section-dblist__slider-item{width:calc((100% - 1rem) / 2)}}@media (max-width:575.98px){.section-dblist__slider-item{width:78%}.section-dblist__slider-btn{width:32px;height:32px}.section-dblist__slider-btn i{font-size:1rem}}