@charset "UTF-8";.gallery-header{--sliderHeight:480px;--sliderHeightAdj:420px}@media (min-width:768px){.gallery-header{--sliderHeight:720px;--sliderHeightAdj:600px}}@media (min-width:1024px){.gallery-header{--sliderHeight:454px;--sliderHeightAdj:420px}}@media (min-width:1280px){.gallery-header{--sliderHeight:568px;--sliderHeightAdj:460px}}@media (min-width:1440px){.gallery-header{--sliderHeight:640px;--sliderHeightAdj:520px}}@media (min-width:1920px){.gallery-header{--sliderHeight:760px;--sliderHeightAdj:640px}}.gallery-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}@media (min-width:1024px){.gallery-header{gap:23px}}.gallery-header__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;padding-inline:32px}@media (min-width:768px){.gallery-header__header{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-inline:80px}}@media (min-width:1024px){.gallery-header__header{padding-inline:128px}}@media (min-width:1280px){.gallery-header__header{padding-inline:160px}}@media (min-width:1440px){.gallery-header__header{padding-inline:180px}}@media (min-width:1920px){.gallery-header__header{padding-inline:320px}}.gallery-header__eyebrow{font-family:"Outfit",sans-serif;font-weight:700;font-style:normal;font-size:14px;line-height:1.1;text-transform:uppercase;letter-spacing:.2em;color:#3d3d3d;margin:0}.gallery-header__slider .splide__track{overflow:visible;overflow-x:clip}.gallery-header__slider .splide__list{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gallery-header__slider .splide__slide .media{-webkit-box-sizing:border-box;box-sizing:border-box;height:var(--sliderHeight);padding-block:calc((var(--sliderHeight) - var(--sliderHeightAdj)) / 2);-webkit-transition:padding-block .4s cubic-bezier(.3,1,.8,1);transition:padding-block .4s cubic-bezier(.3,1,.8,1)}.gallery-header__slider .splide__slide img,.gallery-header__slider .splide__slide video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.gallery-header__slider .splide__slide.is-active .media,.gallery-header__slider .splide__slide.is-slide-active .media{padding-block:0}.gallery-header__slider .splide__pagination{display:none}.gallery-header__nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-padding-before:8px;padding-block-start:8px;padding-inline:32px}@media (min-width:768px){.gallery-header__nav{padding-inline:80px;-webkit-padding-before:0;padding-block-start:0}}@media (min-width:1024px){.gallery-header__nav{padding-inline:128px}}@media (min-width:1280px){.gallery-header__nav{padding-inline:160px}}@media (min-width:1440px){.gallery-header__nav{padding-inline:180px}}@media (min-width:1920px){.gallery-header__nav{padding-inline:320px}}.gallery-header__counter{color:#4f4f4f;font-family:var(--family-body,sans-serif);font-size:14px;font-weight:700;letter-spacing:.2em;line-height:1.1;text-transform:uppercase;white-space:nowrap}.gallery-header__arrow{margin:0;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;color:#4f4f4f;cursor:pointer;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:opacity .25s ease;transition:opacity .25s ease;width:24px;height:16px}@media (min-width:768px){.gallery-header__arrow{width:40px;height:32px}}.gallery-header__arrow svg{display:block;fill:#4f4f4f;height:100%;stroke:#4f4f4f;width:100%}.gallery-header__arrow--prev{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.gallery-header__arrow:hover,.gallery-header__arrow:focus{opacity:.6}.gallery-header__arrow:disabled{opacity:.3}