.webstar-qc {
  position: relative;
}
.webstar-qc .swiper {
  position: static;
  overflow: hidden;
}
.webstar-qc .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.webstar-qc .swiper-slide {
  flex: 0 0 auto;
  overflow: visible;
}
.webstar-qc__nav {
  position: absolute;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
  user-select: none;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  border: 3px solid rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='19' viewBox='0 0 12 19'%3E%3Cpolyline fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' points='2 16.713 10 9.357 2 2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  transform: rotate(180deg);
  transition: var(--transition);
}
.webstar-qc__nav:hover {
  border-color: var(--color-white);
}
.webstar-qc__nav--prev {
  right: 75px;
  bottom: 0;
  color: transparent;
  font-size: 1px;
}
@media (max-width: 767px) {
  .webstar-qc__nav--prev {
    width: 55px;
    height: 55px;
  }
}
.webstar-qc__nav--next {
  right: 5px;
  bottom: 0;
  color: transparent;
  font-size: 1px;
  transform: rotate(0);
}
@media (max-width: 767px) {
  .webstar-qc__nav--next {
    width: 55px;
    height: 55px;
  }
}
.webstar-qc__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 3;
}
.webstar-qc__notice {
  padding: 12px;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 8px;
}
.webstar-qc__cta-wrap {
  text-align: center;
}
.webstar-qc.has-nav .swiper {
  overflow: hidden;
}
.webstar-qc:not(.has-nav) .swiper {
  overflow: visible;
}

@media (max-width: 767px) {
  .swiper--free .webstar-qc .swiper .swiper-slide:first-child {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .swiper--free .webstar-qc .swiper .swiper-slide:last-child {
    padding-right: 10px;
  }
}

.webstar-qc__item {
  height: 100%;
}

.webstar-qc--masonry {
  --webstar-qc-columns: 3;
  --webstar-qc-row-gap: 16px;
  --webstar-qc-col-gap: 16px;
  --webstar-qc-row-base: 10px;
}
.webstar-qc--masonry .swiper {
  overflow: visible;
}
.webstar-qc--masonry .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(var(--webstar-qc-columns), minmax(0, 1fr));
  grid-auto-rows: var(--webstar-qc-row-base);
  column-gap: var(--webstar-qc-col-gap) !important;
  row-gap: var(--webstar-qc-row-gap) !important;
}
.webstar-qc--masonry .swiper-slide {
  width: auto !important;
  grid-row-end: span var(--qc-row-span, 10);
}
.webstar-qc--masonry .webstar-qc__item {
  height: 100%;
}

/*# sourceMappingURL=widget.css.map */
