.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: break-all;
}

.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);
  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-hidden-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sgc-featured-slideshow .sgc-hidden-scrollbar::-webkit-scrollbar {
  display: none;
}

.sgc-featured-slideshow .sgc-button {
  --sgc-button-padding-block: 10px;
  --sgc-button-padding-inline: 20px;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  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 {
    --sgc-button-padding-block: 8px;
    --sgc-button-padding-inline: 16px;

    font-size: var(
      --sgc-button-mobile-font-size,
      var(--sgc-button-font-size, revert)
    );
  }
}

.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.loading {
  position: relative;
  color: transparent !important;
}

.sgc-featured-slideshow .sgc-button.loading::before {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-block-start: -8px;
  margin-inline-start: -8px;
  content: "";
  border: 2px solid rgb(var(--sgc-button-text-color, revert));
  border-block-start-color: transparent;
  border-radius: 50%;
  animation: sgc-loading-spin 1s linear infinite;
}

.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-button--style-normal.sgc-button--effect-scan {
  overflow: hidden;
}

.sgc-featured-slideshow
  .sgc-button--style-normal.sgc-button--effect-scan::after {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    hsl(0deg 0% 100% / 25%),
    transparent
  );
  transform: skew(-20deg) translateX(200%);
  transition: transform 0.5s cubic-bezier(0.01, 0.56, 1, 1);
}

.sgc-featured-slideshow
  .sgc-button--style-normal.sgc-button--effect-scan:focus::after,
.sgc-featured-slideshow
  .sgc-button--style-normal.sgc-button--effect-scan:hover::after {
  transform: skew(-20deg) translateX(-150%);
}

.sgc-featured-slideshow .sgc-button--style-normal.sgc-button--effect-shadow {
  transition: box-shadow 0.2s;
}

.sgc-featured-slideshow
  .sgc-button--style-normal.sgc-button--effect-shadow:hover {
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.sgc-featured-slideshow .sgc-button--style-normal.sgc-button--effect-scale {
  position: relative;
}

.sgc-featured-slideshow
  .sgc-button--style-normal.sgc-button--effect-scale::after {
  position: absolute;
  inset-block-start: calc(-1 * var(--sgc-button-border-thickness));
  inset-inline-start: calc(-1 * var(--sgc-button-border-thickness));
  display: block;
  width: calc(100% + var(--sgc-button-border-thickness) * 2);
  height: calc(100% + var(--sgc-button-border-thickness) * 2);
  pointer-events: none;
  content: "";
  border-radius: calc(var(--sgc-button-border-radius) + 1px);
  box-shadow: none;
  transition: box-shadow 0.2s;
}

.sgc-featured-slideshow
  .sgc-button--style-normal.sgc-button--effect-scale:focus::after,
.sgc-featured-slideshow
  .sgc-button--style-normal.sgc-button--effect-scale:hover::after {
  box-shadow: 0 0 0 1px
    rgb(var(--sgc-button-border-color), var(--sgc-button-border-opacity));
}

.sgc-featured-slideshow .sgc-button--style-link {
  --sgc-button-padding-block: 2px;
  --sgc-button-padding-inline: 4px;

  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  background-color: transparent;
  border: none;
}

.sgc-featured-slideshow .sgc-button--style-link:hover {
  text-decoration-thickness: 2px;
}

.sgc-featured-slideshow .sgc-button--style-arrow-button {
  --sgc-button-padding-block: 2px;
  --sgc-button-padding-inline: 4px;

  gap: 4px;
  background-color: transparent;
  border: none;
}

.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;
}

@keyframes sgc-featured-slideshow-processbar-animation {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Rotate the right side of the progress bar from 0 to 180 degrees */

@keyframes sgc-featured-slideshow-right-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

/* Rotate the left side of the progress bar from 0 to 360 degrees */

@keyframes sgc-featured-slideshow-left-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Set the wrapper clip to auto, effectively removing the clip */

@keyframes sgc-featured-slideshow-close-wrapper {
  to {
    clip-path: rect(auto auto auto auto);
  }
}

.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__pagination {
  --sgc-dot-size: 10px;
  --sgc-dot-border-width: 2px;
  --sgc-dot-radius: 5px;
  --sgc-dot-position-bottom: 30px;
}

@media (max-width: 959px) {
  .sgc-featured-slideshow .sgc-featured-slideshow__pagination {
    --sgc-dot-size: 8px;
    --sgc-dot-radius: 4px;
    --sgc-dot-border-width: 2px;
    --sgc-dot-position-bottom: 16px;
  }
}

.sgc-featured-slideshow .sgc-featured-slideshow__pagination {
  position: absolute;
  inset-block-end: var(--sgc-dot-position-bottom);
  display: none;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__pagination
  button[name="pager"] {
  position: relative;
  display: block;
  width: var(--sgc-dot-size);
  height: var(--sgc-dot-size);
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: var(--sgc-dot-radius);
  opacity: 1;
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__pagination
  button[name="pager"].is-active {
  background: transparent;
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__pagination
  button[name="pager"].is-active::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: var(--sgc-dot-size);
  height: var(--sgc-dot-size);
  content: "";
  border: var(--sgc-dot-border-width) solid rgb(0 0 0 / 40%);
  border-radius: 50%;
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__pagination
  button[name="pager"].is-active
  .active-cricle-ani {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: var(--sgc-dot-size);
  height: var(--sgc-dot-size);
  background: transparent;
  clip-path: rect(
    0 var(--sgc-dot-size) var(--sgc-dot-size) var(--sgc-dot-radius)
  );
  animation-name: sgc-featured-slideshow-close-wrapper; /* Keyframes name */
  animation-duration: 0.01s; /* Complete keyframes asap */
  animation-timing-function: linear; /* Linear animation */
  animation-delay: calc(
    var(--sgc-transition-animation-time) / 2
  ); /* Wait half of the animation */
  animation-iteration-count: 1; /* Only run once */
  animation-fill-mode: forwards; /* Hold the last keyframe */
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__pagination
  button[name="pager"].is-active
  .active-cricle-ani::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: var(--sgc-dot-size);
  height: var(--sgc-dot-size);
  content: "";
  border: var(--sgc-dot-border-width) solid #fff;
  border-radius: var(--sgc-dot-radius);
  clip-path: rect(0 var(--sgc-dot-radius) var(--sgc-dot-size) 0);
  animation-name: sgc-featured-slideshow-left-spin;
  animation-duration: var(
    --sgc-transition-animation-time
  ); /* Full animation time */
  animation-timing-function: linear; /* Linear animation */
  animation-iteration-count: 1; /* Only run once */
  animation-fill-mode: forwards; /* Hold the last keyframe */
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__pagination
  button[name="pager"].is-active
  .active-cricle-ani::after {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: var(--sgc-dot-size);
  height: var(--sgc-dot-size);
  content: "";
  border: var(--sgc-dot-border-width) solid #fff;
  border-radius: var(--sgc-dot-radius);
  clip-path: rect(0 var(--sgc-dot-radius) var(--sgc-dot-size) 0);
  animation-name: sgc-featured-slideshow-right-spin;
  animation-duration: calc(
    var(--sgc-transition-animation-time) / 2
  ); /* Half animation time */
  animation-timing-function: linear; /* Linear animation */
  animation-iteration-count: 1; /* Only run once */
  animation-fill-mode: forwards; /* Hold the last keyframe */
}

.sgc-featured-slideshow .sgc-featured-slideshow__progressbar {
  position: absolute;
  inset-block-end: 0;
  display: none;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 10%;
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__progressbar
  button[name="pager"] {
  position: relative;
  display: block;
  flex: 1 0 0;
  max-width: 120px;
  height: 6px;
  padding: 0;
  overflow: hidden;
  outline: none;
  background-color: hsl(0deg 0% 75% / 30%);
  border: none;
  border-radius: 0;
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__progressbar
  button[name="pager"].is-active::after {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  transform: translateX(-100%);
  animation: sgc-featured-slideshow-processbar-animation
    var(--sgc-transition-animation-time) linear forwards;
}

.sgc-featured-slideshow .sgc-featured-slideshow__left-right-arrows {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 2;
  display: none;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__left-right-arrows
  button[name="prev"],
.sgc-featured-slideshow
  .sgc-featured-slideshow__left-right-arrows
  button[name="next"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 15%;
  padding: 30px;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__left-right-arrows
  button[name="next"] {
  align-items: flex-end;
}

@media (max-width: 959px) {
  .sgc-featured-slideshow .sgc-featured-slideshow__left-right-arrows {
    justify-content: center;
  }

  .sgc-featured-slideshow
    .sgc-featured-slideshow__left-right-arrows
    button[name="prev"],
  .sgc-featured-slideshow
    .sgc-featured-slideshow__left-right-arrows
    button[name="next"] {
    position: absolute;
    inset-block-start: 50%;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    transform: translateY(-50%);
  }

  .sgc-featured-slideshow
    .sgc-featured-slideshow__left-right-arrows
    button[name="prev"]
    svg,
  .sgc-featured-slideshow
    .sgc-featured-slideshow__left-right-arrows
    button[name="next"]
    svg {
    width: 18px;
    height: 18px;
  }

  .sgc-featured-slideshow
    .sgc-featured-slideshow__left-right-arrows
    button[name="prev"] {
    inset-inline-start: 16px;
    align-items: center;
  }

  .sgc-featured-slideshow
    .sgc-featured-slideshow__left-right-arrows
    button[name="next"] {
    inset-inline-end: 16px;
    align-items: center;
  }
}

.sgc-featured-slideshow .sgc-featured-slideshow__bottom-arrow {
  --sgc-arrow-position-bottom: 60px;
  --sgc-arrow-position-right: 60px;
  --sgc-arrow-button-size: 56px;
  --sgc-arrow-icon-size: 8px;
  --sgc-arrow-gap: 20px;
}

@media (max-width: 959px) {
  .sgc-featured-slideshow .sgc-featured-slideshow__bottom-arrow {
    --sgc-arrow-position-bottom: 20px;
    --sgc-arrow-position-right: 20px;
    --sgc-arrow-button-size: 40px;
    --sgc-arrow-icon-size: 5px;
    --sgc-arrow-gap: 10px;
  }
}

.sgc-featured-slideshow .sgc-featured-slideshow__bottom-arrow {
  position: absolute;
  inset-block-end: var(--sgc-arrow-position-bottom);
  inset-inline-end: var(--sgc-arrow-position-right);
  z-index: 2;
  display: none;
  gap: var(--sgc-arrow-gap);
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__bottom-arrow
  button[name="prev"],
.sgc-featured-slideshow
  .sgc-featured-slideshow__bottom-arrow
  button[name="next"] {
  position: relative;
  display: flex;
  place-items: center;
  align-items: center;
  justify-content: center;
  width: var(--sgc-arrow-button-size);
  height: var(--sgc-arrow-button-size);
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid;
  border-radius: 50%;
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__bottom-arrow
  button[name="prev"]
  .sgc-icon,
.sgc-featured-slideshow
  .sgc-featured-slideshow__bottom-arrow
  button[name="next"]
  .sgc-icon {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  width: var(--sgc-arrow-icon-size);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__bottom-arrow
  button[name="prev"]::after,
.sgc-featured-slideshow
  .sgc-featured-slideshow__bottom-arrow
  button[name="next"]::after {
  box-sizing: border-box;
  display: block;
  width: calc(var(--sgc-arrow-icon-size) * 2);
  height: 2px;
  content: "";
  background-color: #fff;
  opacity: 0;
  transform: scaleX(0.5);
  transform-origin: center;
  transition: all 0.2s ease-in-out;
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__bottom-arrow
  button[name="prev"]:hover::after,
.sgc-featured-slideshow
  .sgc-featured-slideshow__bottom-arrow
  button[name="next"]:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__bottom-arrow
  button[name="prev"]:hover
  .sgc-icon {
  transform: translate(calc(-50% - var(--sgc-arrow-icon-size) / 2), -50%);
}

.sgc-featured-slideshow
  .sgc-featured-slideshow__bottom-arrow
  button[name="next"]:hover
  .sgc-icon {
  transform: translate(calc(-50% + var(--sgc-arrow-icon-size) / 2), -50%);
}

.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;
}

@media (min-width: 960px) {
  .sgc-featured-slideshow
    sgc-featured-slideshow:hover
    .sgc-featured-slideshow__pagination
    button[name="pager"].is-active::before {
    border-color: #fff;
  }

  .sgc-featured-slideshow
    sgc-featured-slideshow:hover
    .sgc-featured-slideshow__pagination
    button[name="pager"].is-active
    .active-cricle-ani {
    animation-name: none;
  }

  .sgc-featured-slideshow
    sgc-featured-slideshow:hover
    .sgc-featured-slideshow__pagination
    button[name="pager"].is-active
    .active-cricle-ani::after,
  .sgc-featured-slideshow
    sgc-featured-slideshow:hover
    .sgc-featured-slideshow__pagination
    button[name="pager"].is-active
    .active-cricle-ani::before {
    animation-name: none;
  }
  .sgc-featured-slideshow
    sgc-featured-slideshow:hover
    .sgc-featured-slideshow__progressbar
    button[name="pager"].is-active::after {
    transform: translateX(0);
    animation-name: none;
  }
  .sgc-featured-slideshow
    sgc-featured-slideshow[data-desktop-pagination-type="left-right-arrow"]
    .sgc-featured-slideshow__pagination,
  .sgc-featured-slideshow
    sgc-featured-slideshow[data-desktop-pagination-type="left-right-arrow"]
    .sgc-featured-slideshow__left-right-arrows {
    display: flex;
  }
  .sgc-featured-slideshow
    sgc-featured-slideshow[data-desktop-pagination-type="bottom-arrow"]
    .sgc-featured-slideshow__bottom-arrow {
    display: flex;
  }
  .sgc-featured-slideshow
    sgc-featured-slideshow[data-desktop-pagination-type="progressbar"]
    .sgc-featured-slideshow__progressbar {
    display: flex;
  }
}

@media (max-width: 959px) {
  .sgc-featured-slideshow
    sgc-featured-slideshow[data-mobile-pagination-type="touch"]
    .sgc-featured-slideshow__pagination {
    display: flex;
  }
  .sgc-featured-slideshow
    sgc-featured-slideshow[data-mobile-pagination-type="left-right-arrow"]
    .sgc-featured-slideshow__left-right-arrows {
    display: flex;
  }
  .sgc-featured-slideshow
    sgc-featured-slideshow[data-mobile-pagination-type="progressbar"]
    .sgc-featured-slideshow__progressbar {
    display: flex;
  }
}

.sgc-featured-slideshow
  sgc-featured-slideshow[data-scroll-parallax-effect="true"]
  .sgc-featured-slideshow__image-wrapper {
  inset-block-start: -30%;
  height: 160%;
}
