/* Isolated styles: intentionally touches only .um-hero classes. */
.um-hero{width:100%;max-width:1730px;margin:0 auto;box-sizing:border-box;overflow:hidden}
.um-hero,.um-hero *{box-sizing:border-box}
.um-hero__viewport{position:relative;width:100%;aspect-ratio:1714 / 480;overflow:hidden}
.um-hero__track{position:relative;width:100%}
.um-hero__slide{display:none;width:100%;margin:0;padding:0}
.um-hero__slide.is-active{display:block}
.um-hero__link{display:block;width:100%;line-height:0;text-decoration:none}
.um-hero__image{display:block;width:100%;height:auto;max-width:none;margin:0;padding:0;border:0}
.um-hero__dots{position:absolute;z-index:3;left:50%;bottom:14px;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:9px;margin:0;padding:7px 9px;border:0;background:rgba(255,255,255,.18);border-radius:999px;backdrop-filter:blur(2px)}
.um-hero__dot{appearance:none;-webkit-appearance:none;width:8px;height:8px;min-width:8px;margin:0;padding:0;border:0;border-radius:50%;background:rgba(63,61,55,.38);box-shadow:none;cursor:pointer;transition:transform .18s ease,background-color .18s ease}
.um-hero__dot:hover,.um-hero__dot:focus-visible{background:rgba(158,111,22,.72);outline:none}
.um-hero__dot.is-active{background:#9e6f16;transform:scale(1.18)}
@media (min-width:768px) and (max-width:1023px){
  .um-hero{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
}
@media (max-width:767px){
  .um-hero{display:none!important;width:0!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;visibility:hidden!important}
}
@media (prefers-reduced-motion:reduce){.um-hero__dot{transition:none}}
