:root {
  --skin-banner-background-color-1: transparent;
  --skin-menu-color-1: transparent;
  --skin-menu-color-1-invert: transparent;
  --skin-primary-color-1: #357793;
  --color-grey1: #f3f3f3;
}

.up-1-item-carousel {
  margin-bottom: 10px;
}

/* stylelint-disable-next-line */
.experience-layouts-up1ItemCarousel .margins-enabled {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .experience-layouts-up1ItemCarousel .margins-enabled {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .experience-layouts-up1ItemCarousel .margins-enabled {
    margin-top: 21px;
  }
}
@media (min-width: 1200px) {
  .experience-layouts-up1ItemCarousel .margins-enabled {
    margin-top: 31px;
  }
}

.up-1-item-carousel .up-1-item-carousel-carousel-wrapper .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 12px;
  top: auto;
  bottom: -16px;
}
@media (min-width: 769px) {
  .up-1-item-carousel .up-1-item-carousel-carousel-wrapper .swiper-pagination {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    top: auto;
    bottom: 35px;
  }
}

.up-1-item-carousel-carousel-wrapper {
  position: relative;
}
.up-1-item-carousel-carousel-wrapper .hide-arrow {
  display: none;
}
@media (min-width: 992px) {
  .up-1-item-carousel-carousel-wrapper .hide-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*# sourceMappingURL=default\css\experience\components\layouts\up1ItemCarousel.css.map*/