slider-component {
  --desktop-margin-left-first-item: max(5rem, calc((100vw - var(--page-width) + 10rem - var(--grid-desktop-horizontal-spacing)) / 2));
  position: relative;
  display: block;
}
slider-component.slider-component-full-width {
  --desktop-margin-left-first-item: 1.5rem;
}
@media screen and (max-width: 991px) {
  .no-js slider-component .slider {
    padding-bottom: 3rem;
  }
}
.slider__slide {
  --focus-outline-padding: 0.5rem;
  --shadow-padding-top: calc(var(--shadow-vertical-offset) * -1 + var(--shadow-blur-radius));
  --shadow-padding-bottom: calc(var(--shadow-vertical-offset) + var(--shadow-blur-radius));
  scroll-snap-align: start;
  flex-shrink: 0;
  padding-bottom: 0;
}
.wblogosd .slider__slide, .imgallery .slider__slide, .clist_right .slider__slide {
  --shadow-padding-top: calc(var(--media-shadow-vertical-offset) * -1 + var(--media-shadow-blur-radius));
  --shadow-padding-bottom: calc(var(--media-shadow-vertical-offset) + var(--media-shadow-blur-radius));
} 
.wblogosd .slider__slide{
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 767px) {
    .slider.slider--mobile {
        position:relative;
        flex-wrap:inherit;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        scroll-behavior:smooth;
        scroll-padding-left:0;
        -webkit-overflow-scrolling:touch;
        margin-bottom:0
    }
    .slider.slider--mobile .slider__slide {
        margin-bottom:0;
        padding-bottom:0
    }
    .slider-counter--dots, .slider-counter--numbers {
        margin:0
    }
    .slider-counter__link {
        padding:.7rem
    }
    .slider.slider--mobile.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
        padding-bottom: var(--focus-outline-padding);
    }
    .slider.slider--mobile.contains-content-container .slider__slide {
        --focus-outline-padding: 0rem;
    }
}
@media screen and (min-width: 768px) {
  .slider.slider--tablet-up {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1rem;
    -webkit-overflow-scrolling: touch;
  }
  .slider.slider--tablet-up .slider__slide {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .slider.slider--tablet {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .slider.slider--tablet .slider__slide.multicolumn-list__item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .slider.slider--tablet .slider__slide {
    margin-bottom: 0;
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom));
  }
}
.slider--everywhere {
  position: relative;
  flex-wrap: inherit;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
}
.slider.slider--everywhere .slider__slide {
  margin-bottom: 0;
  scroll-snap-align: center;
}
@media screen and (min-width: 992px) {
  .slider--desktop {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .slider.slider--desktop .slider__slide {
    margin-bottom: 0;
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom));
  }
  .slider.slider--desktop.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
    padding-bottom: var(--focus-outline-padding);
  }
  .slider.slider--desktop.contains-content-container .slider__slide {
    --focus-outline-padding: 0rem;
  }
}
@media (prefers-reduced-motion) {
  .slider {
    scroll-behavior: auto;
  }
}
/* Scrollbar */
.slider {
  scrollbar-color: rgb(var(--color-foreground)) rgba(var(--color-foreground), 0.04);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider::-webkit-scrollbar {
  height: 0.4rem;
  width: 0.4rem;
  display: none;
}
.no-js .slider {
  -ms-overflow-style: auto;
  scrollbar-width: auto;
}
.no-js .slider::-webkit-scrollbar {
  display: initial;
}
.slider::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-foreground));
  border-radius: 0.4rem;
  border: 0;
}
.slider::-webkit-scrollbar-track {
  background: rgba(var(--color-foreground), 0.04);
  border-radius: 0.4rem;
}
.slider-counter {
  display: flex;
  justify-content: center;
  min-width: 4.4rem;
}
@media screen and (min-width: 768px) {
  .slider-counter--dots {
    margin: 0 1.2rem;
  }
}
.slider-counter__link {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .slider-counter__link {
    padding: 0.7rem;
  }
}
.slider-counter__link--dots .dot {
    width:12px;
    height:12px;
    border-radius:50%;
    border:.1rem solid rgba(var(--color-foreground),.5);
    padding:0;
    display:block
}
.slider-counter__link--active.slider-counter__link--dots .dot {
  background-color: rgb(var(--color-foreground));
}
@media screen and (forced-colors: active) {
  .slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: CanvasText;
  }
}
.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot {
  border-color: rgb(var(--color-foreground));
}
.slider-counter__link--dots .dot,
.slider-counter__link--numbers {
  transition: transform 0.2s ease-in-out;
}
.slider-counter__link--active.slider-counter__link--numbers,
.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot,
.slider-counter__link--numbers:hover {
  transform: scale(1.1);
}
.slider-counter__link--numbers {
  color: rgba(var(--color-foreground), 0.5);
  text-decoration: none;
}
.slider-counter__link--numbers:hover {
  color: rgb(var(--color-foreground));
}
.slider-counter__link--active.slider-counter__link--numbers {
  text-decoration: underline;
  color: rgb(var(--color-foreground));
}
.slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .slider:not(.slider--everywhere):not(.slider--desktop) + .slider-buttons,
  .wbcollfea .slider:not(.slider--everywhere):not(.slider--desktop) + .wbhomesbtn,
  .imgallery .slider:not(.slider--everywhere):not(.slider--desktop) + .wbhomesbtn {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .slider--desktop:not(.slider--tablet) + .slider-buttons,
  .wbcollfea .slider--desktop:not(.slider--tablet) + .wbhomesbtn,
  .imgallery .slider--desktop:not(.slider--tablet) + .wbhomesbtn {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .slider--mobile + .slider-buttons,
  .wbcollfea .slider--mobile + .wbhomesbtn {
    display: none;
  }
}
.slider-button {
    color: rgba(var(--color-foreground),.75);
    background: transparent;
    border: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center
}
.wbhomesbtn .button.button--primary svg, .wbhomesbtn .button.button--secondary svg {
  width: 14px;
  height: 14px;
  opacity: 1;
  transform: rotate(-90deg);
}
.wbhomesbtn .button.button--primary.slider-button--prev .icon, .wbhomesbtn .button.button--secondary.slider-button--prev .icon {
  transform: rotate(90deg);
}
.slider-button .icon {
  height: 0.6rem;
}
.slider-button[disabled]{
  cursor: not-allowed;
  color: rgba(var(--color-foreground),.3);
}
.slider-button[disabled] .icon {
  color: rgba(var(--color-foreground), 0.3);
  cursor: not-allowed;
}
.slider-button--next .icon {
  transform: rotate(-90deg);
}
.slider-button--prev .icon {
  transform: rotate(90deg);
}
.progallerybtn .slider-button {
    color:rgba(var(--color-foreground),.75);
    background:rgba(var(--color-foreground),.05);
    border:none;
    cursor:pointer;
    width:30px;
    height:30px;
    display:inline-block;
    align-items:center;
    justify-content:center;
    transition:.3s ease;
    border-radius:0;
    text-align: center;
}
.progallerybtn .slider-button:not([disabled]):hover {
    background:var(--color-wbmaincolors-text);
    color: rgb(var(--color-base-background-1))
}
.progallerybtn .slider-button .icon {
    height:.6rem;
    margin-top:-2px;
    transition:unset
}
@media screen and (max-width: 575px) {
  .wbhomesbtn .button.button--primary svg, .wbhomesbtn .button.button--secondary svg {
    width: 12px;
    height: 12px;
  }
}