.sgc-featured-slideshow *,
.sgc-featured-slideshow *::before,
.sgc-featured-slideshow *::after {
  box-sizing: border-box;
}

@media (max-width: 959px) {
  .sgc-featured-slideshow * {
    -webkit-tap-highlight-color: transparent;
  }
}
.sgc-featured-slideshow ol,
.sgc-featured-slideshow ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sgc-featured-slideshow dl {
  margin-block: 0;
}

.sgc-featured-slideshow dd {
  margin-inline-start: 0;
}
.sgc-featured-slideshow h1,
.sgc-featured-slideshow h2,
.sgc-featured-slideshow h3,
.sgc-featured-slideshow h4,
.sgc-featured-slideshow h5,
.sgc-featured-slideshow h6 {
  margin-block: 0;
  word-break: normal;
  overflow-wrap: break-word;
}

.sgc-featured-slideshow h1:empty,
.sgc-featured-slideshow h2:empty,
.sgc-featured-slideshow h3:empty,
.sgc-featured-slideshow h4:empty,
.sgc-featured-slideshow h5:empty,
.sgc-featured-slideshow h6:empty,
.sgc-featured-slideshow section:empty,
.sgc-featured-slideshow article:empty,
.sgc-featured-slideshow p:empty,
.sgc-featured-slideshow a:empty,
.sgc-featured-slideshow ol:empty,
.sgc-featured-slideshow ul:empty,
.sgc-featured-slideshow dl:empty,
.sgc-featured-slideshow summary:empty {
  display: none;
}
.sgc-featured-slideshow a:not([href]) {
  cursor: not-allowed;
}

.sgc-featured-slideshow a:not(.sgc-button),
.sgc-featured-slideshow a:not(.sgc-button):hover {
  text-decoration: none;
}

.sgc-featured-slideshow svg.sgc-icon circle,
.sgc-featured-slideshow svg.sgc-icon path {
  vector-effect: non-scaling-stroke;
}
.sgc-featured-slideshow p:first-child {
  margin-block-start: 0;
}

.sgc-featured-slideshow p:last-child {
  margin-block-end: 0;
}
.sgc-featured-slideshow {
  /**
   * 内容级的元素层级
   */
  --sgc-z-index-hover: 1;
  --sgc-z-index-active: 2;
  --sgc-z-index-focus: 3;

  /**
   * 覆盖级的元素层级
   */
  --sgc-z-index-sticky: 1000;
  --sgc-z-index-dropdown: 1010;
  --sgc-z-index-fixed: 1020;
  --sgc-z-index-modal: 1030;
  --sgc-z-index-popover: 1040;
  --sgc-z-index-tooltip: 1050;
  --sgc-z-index-toast: 1060;
}
@keyframes sgc-loading-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.sgc-featured-slideshow .sgc-hidden {
  display: none !important;
}

@media (max-width: 959px) {
  .sgc-featured-slideshow .sgc-hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .sgc-featured-slideshow .sgc-hidden-desktop {
    display: none !important;
  }
}

.sgc-featured-slideshow .sgc-hidden-empty:empty {
  display: none;
}
.sgc-featured-slideshow .sgc-basic-style {
  font-family: var(--sgc-basic-font-family, revert);
  font-size: var(--sgc-basic-font-size, revert);
  font-style: var(--sgc-basic-font-style, revert);
  font-weight: var(--sgc-basic-font-weight, revert);
  line-height: var(--sgc-basic-line-height, revert);
  color: rgb(var(--sgc-basic-color, revert));
  letter-spacing: var(--sgc-basic-letter-spacing, revert);
  word-break: normal;
  overflow-wrap: break-word;
}

@media (max-width: 959px) {
  .sgc-featured-slideshow .sgc-basic-style {
    font-size: var(
      --sgc-basic-mobile-font-size,
      var(--sgc-basic-font-size, revert)
    );
  }
}
.sgc-featured-slideshow .sgc-text-align-left {
  text-align: start;
}

.sgc-featured-slideshow .sgc-text-align-center {
  text-align: center;
}

.sgc-featured-slideshow .sgc-text-align-right {
  text-align: end;
}
.sgc-featured-slideshow .sgc-button {
  --sgc-button-padding-block: 10px;
  --sgc-button-padding-inline: 16px;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  max-width: 100%;
  padding-block: var(--sgc-button-padding-block);
  padding-inline: var(--sgc-button-padding-inline);
  font-family: var(--sgc-button-font-family, revert);
  font-size: var(--sgc-button-font-size, revert);
  font-style: var(--sgc-button-font-style, revert);
  font-weight: var(--sgc-button-font-weight, revert);
  line-height: var(--sgc-button-line-height, revert);
  vertical-align: middle;
  color: rgb(var(--sgc-button-text-color, revert));
  text-align: center;
  letter-spacing: var(--sgc-button-letter-spacing, revert);
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}

@media (max-width: 959px) {
  .sgc-featured-slideshow .sgc-button {
    font-size: var(
      --sgc-button-mobile-font-size,
      var(--sgc-button-font-size, revert)
    );
  }
}

.sgc-featured-slideshow .sgc-button__text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sgc-featured-slideshow .sgc-button:focus {
  outline: 0;
}

.sgc-featured-slideshow .sgc-button:disabled,
.sgc-featured-slideshow .sgc-button.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.sgc-featured-slideshow .sgc-button--style-normal {
  background-color: rgb(var(--sgc-button-background-color, revert));
  border: var(--sgc-button-border-thickness) solid
    rgb(var(--sgc-button-border-color), var(--sgc-button-border-opacity));
  border-radius: var(--sgc-button-border-radius);
  box-shadow: var(--sgc-button-shadow-offset-x)
    var(--sgc-button-shadow-offset-y) var(--sgc-button-shadow-blur)
    rgb(var(--sgc-button-shadow-color), var(--sgc-button-shadow-opacity));
}
.sgc-featured-slideshow .sgc-block-button-group {
  max-width: 100%;
}
.sgc-featured-slideshow .sgc-rte {
  overflow-wrap: break-word;
}

.sgc-featured-slideshow .sgc-rte img,
.sgc-featured-slideshow .sgc-rte video {
  max-width: 100%;
  height: auto;
}

.sgc-featured-slideshow .sgc-rte::after {
  clear: both;
  display: block;
  content: "";
}

.sgc-featured-slideshow .sgc-rte a,
.sgc-featured-slideshow .sgc-rte a:hover {
  position: relative;
  padding: 0 1px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.sgc-featured-slideshow .sgc-rte ul,
.sgc-featured-slideshow .sgc-rte ol {
  padding: revert;
  margin: revert;
  list-style: revert;
}

.sgc-featured-slideshow .sgc-rte > p:first-child {
  margin-block-start: 0;
}

.sgc-featured-slideshow .sgc-rte > p:last-child {
  margin-block-end: 0;
}

.sgc-featured-slideshow .sgc-rte iframe {
  max-width: 100%;
}

.sgc-featured-slideshow .sgc-rte p img {
  vertical-align: bottom;
}

.sgc-featured-slideshow .sgc-rte table {
  table-layout: fixed;
}
.sgc-featured-slideshow .sgc-featured-slideshow__slides {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: var(--sgc-slide-height, auto);
  aspect-ratio: var(--sgc-slide-aspect-ratio, auto);
}

.sgc-featured-slideshow .sgc-featured-slideshow__image-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.sgc-featured-slideshow .sgc-featured-slideshow__image-wrapper > img,
.sgc-featured-slideshow .sgc-featured-slideshow__image-wrapper > svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--sgc-slide-image-object-position);
}

.sgc-featured-slideshow .sgc-featured-slideshow__image-wrapper::after {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgb(0, 0, 0, var(--sgc-slide-image-mask-opacity));
}

.sgc-featured-slideshow .sgc-featured-slideshow__slide {
  --sgc-slide-image-object-position: var(
    --sgc-slide-desktop-image-object-position
  );
}

@media (max-width: 959px) {
  .sgc-featured-slideshow .sgc-featured-slideshow__slide {
    --sgc-slide-image-object-position: var(
      --sgc-slide-mobile-image-object-position
    );
  }
}

.sgc-featured-slideshow .sgc-featured-slideshow__slide {
  position: relative;
  flex: 0 0 100%;
  align-self: stretch;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.sgc-featured-slideshow .sgc-featured-slideshow__content-wrapper {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  max-width: 100%;
  max-height: 100%;
  user-select: none;
}
.sgc-featured-slideshow sgc-featured-slideshow {
  --sgc-slide-height: var(--sgc-slide-desktop-height);
  --sgc-slide-aspect-ratio: var(--sgc-slide-desktop-aspect-ratio);
}

@media (max-width: 959px) {
  .sgc-featured-slideshow sgc-featured-slideshow {
    --sgc-slide-height: var(--sgc-slide-mobile-height);
    --sgc-slide-aspect-ratio: var(--sgc-slide-mobile-aspect-ratio);
  }
}

.sgc-featured-slideshow sgc-featured-slideshow {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
