/* SUCESU BA Hero Slider v1.0.9 */

.sbh-hero,
.sbh-hero * {
  box-sizing: border-box;
}

.sbh-hero {
  --sbh-content-width: 1070px;
  --sbh-accent: #00bbff;
  --sbh-blue: #155290;
  --sbh-ink: #061011;

  position: relative;
  width: 100%;
  min-height: 582px;
  overflow: hidden;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  background: transparent;
  background-image: none;
}

.sbh-shell,
.sbh-slides,
.sbh-slide,
.sbh-grid,
.sbh-copy,
.sbh-stack {
  background: transparent;
  background-image: none;
}

.sbh-shell {
  position: relative;
  width: min(var(--sbh-content-width), calc(100% - 48px));
  min-height: 582px;
  margin: 0 auto;
}

.sbh-slides {
  position: relative;
  min-height: 582px;
}

.sbh-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 36px 0 92px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .38s ease, transform .38s ease, visibility .38s ease;
}

.sbh-slide.is-active,
.sbh-hero:not(.sbh-ready) .sbh-slide:first-child {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.sbh-hero.sbh-ready .sbh-slide:not(.is-active) {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sbh-grid {
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 76px);
  width: 100%;
  min-width: 0;
}

.sbh-slide--no-image .sbh-grid {
  grid-template-columns: minmax(0, 520px);
}

.sbh-slide--no-image .sbh-copy {
  max-width: 520px;
}

.sbh-copy {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 430px;
  min-width: 0;
}

.sbh-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.sbh-title {
  width: 100%;
  margin: 0 !important;
  overflow-wrap: anywhere;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(48px, 4.2vw, 60px) !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.sbh-divider {
  display: block;
  width: 92px;
  height: 7px;
  margin: 25px 0 22px;
  border-radius: 999px;
  background: var(--sbh-accent);
}

.sbh-description {
  width: 100%;
  max-width: 447px;
  margin: 0 0 29px !important;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, .93) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .93) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  letter-spacing: 0 !important;
}

.sbh-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 114px;
  min-height: 37px;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 5px;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--sbh-blue) !important;
  -webkit-text-fill-color: var(--sbh-blue) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 37px !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-color .2s ease, transform .2s ease;
}

.sbh-button:hover,
.sbh-button:focus-visible {
  background: #edf7fd !important;
  transform: translateY(-1px);
}

.sbh-button:focus-visible,
.sbh-thumb:focus-visible,
.sbh-toggle:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .72);
  outline-offset: 3px;
}

.sbh-stack {
  position: relative;
  justify-self: end;
  width: min(100%, 520px);
  height: 430px;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
}

.sbh-card {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, .12);
  transform-origin: center center;
}

.sbh-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sbh-card--main {
  z-index: 3;
  width: min(60%, 274px);
  aspect-ratio: .73;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .24);
}

.sbh-card--prev,
.sbh-card--next {
  width: min(54%, 248px);
  aspect-ratio: .73;
  border: 1px solid rgba(255, 255, 255, .16);
}

.sbh-card--prev {
  z-index: 1;
  opacity: .46;
  filter: saturate(.55) brightness(.72);
  transform: translate(calc(-50% - 70px), calc(-50% + 14px)) rotate(-9deg);
}

.sbh-card--next {
  z-index: 2;
  opacity: .72;
  filter: saturate(.9) brightness(.96);
  transform: translate(calc(-50% + 74px), calc(-50% + 14px)) rotate(10deg);
}

.sbh-card--prev::after,
.sbh-card--next::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sbh-card--prev::after {
  background: rgba(5, 13, 20, .36);
}

.sbh-card--next::after {
  background: rgba(39, 137, 214, .2);
}

.sbh-hero--single .sbh-card--main {
  width: min(62%, 284px);
}

.sbh-hero--two .sbh-card--next {
  opacity: .58;
  transform: translate(calc(-50% + 58px), calc(-50% + 16px)) rotate(8deg);
}

.sbh-thumbs {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: min(100%, 530px);
  min-height: 82px;
  padding: 12px 18px 12px 0;
  border-radius: 0 16px 0 0;
  background: #fff;
}

.sbh-thumbs::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: max(100vw, 1440px);
  background: #fff;
}

.sbh-thumb {
  position: relative;
  z-index: 1;
  flex: 0 0 58px;
  width: 58px;
  height: 56px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  opacity: .32;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease;
}

.sbh-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sbh-thumb-fallback {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--sbh-blue);
  font: 700 16px/1 "Montserrat", Arial, sans-serif;
}

.sbh-thumb:hover,
.sbh-thumb.is-active {
  opacity: 1;
}

.sbh-thumb.is-active {
  transform: translateY(-1px);
}

.sbh-toggle {
  position: absolute;
  right: 0;
  bottom: 22px;
  z-index: 13;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(5, 14, 20, .22);
  color: #fff;
  font: 700 12px/1 "Montserrat", Arial, sans-serif;
  cursor: pointer;
}

.sbh-empty {
  padding: 30px;
  border: 1px dashed #c5c8d2;
  background: #fff;
  color: #333;
}

@media (max-width: 1024px) {
  .sbh-hero {
    min-height: 520px;
  }

  .sbh-shell,
  .sbh-slides {
    min-height: 520px;
  }

  .sbh-shell {
    width: calc(100% - 48px);
  }

  .sbh-slide {
    padding: 30px 0 80px;
  }

  .sbh-grid {
    grid-template-columns: minmax(250px, 345px) minmax(300px, 1fr);
    gap: 24px;
  }

  .sbh-title {
    font-size: clamp(38px, 5vw, 46px) !important;
  }

  .sbh-divider {
    width: 78px;
    height: 6px;
    margin: 20px 0 18px;
  }

  .sbh-description {
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin-bottom: 23px !important;
  }

  .sbh-stack {
    width: min(100%, 410px);
    height: 360px;
  }

  .sbh-card--main {
    width: min(60%, 230px);
  }

  .sbh-card--prev,
  .sbh-card--next {
    width: min(54%, 205px);
  }

  .sbh-card--prev {
    transform: translate(calc(-50% - 50px), calc(-50% + 11px)) rotate(-8deg);
  }

  .sbh-card--next {
    transform: translate(calc(-50% + 52px), calc(-50% + 11px)) rotate(8deg);
  }

  .sbh-thumbs {
    max-width: min(100%, 470px);
    min-height: 70px;
    padding: 10px 15px 10px 0;
    gap: 8px;
  }

  .sbh-thumb {
    flex-basis: 52px;
    width: 52px;
    height: 50px;
  }

  .sbh-toggle {
    bottom: 18px;
  }
}

@media (max-width: 767px) {
  .sbh-hero {
    min-height: auto;
  }

  .sbh-shell {
    width: calc(100% - 32px);
    min-height: 0;
    padding: 0 0 18px;
  }

  .sbh-slides {
    min-height: 672px;
  }

  .sbh-slide {
    align-items: flex-start;
    padding: 28px 0 0;
  }

  .sbh-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }

  .sbh-copy {
    max-width: 100%;
  }

  .sbh-title {
    font-size: 36px !important;
    line-height: 1.06 !important;
  }

  .sbh-divider {
    width: 68px;
    height: 5px;
    margin: 18px 0 16px;
  }

  .sbh-description {
    max-width: 100%;
    margin-bottom: 20px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .sbh-stack {
    align-self: center;
    width: 100%;
    max-width: 340px;
    height: 286px;
    margin: 0 auto;
  }

  .sbh-card--main {
    width: min(66vw, 205px);
  }

  .sbh-card--prev {
    display: none;
  }

  .sbh-card--next {
    width: min(58vw, 185px);
    opacity: .52;
    transform: translate(calc(-50% + 22px), calc(-50% + 8px)) rotate(5deg);
  }

  .sbh-thumbs {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin-top: 14px;
    padding: 10px;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    border-radius: 10px;
    background: rgba(255, 255, 255, .98);
    -webkit-overflow-scrolling: touch;
  }

  .sbh-thumbs::before {
    display: none;
  }

  .sbh-thumb {
    flex: 0 0 52px;
    width: 52px;
    height: 48px;
  }

  .sbh-toggle {
    right: 10px;
    bottom: 25px;
  }
}

@media (max-width: 420px) {
  .sbh-slides {
    min-height: 642px;
  }

  .sbh-title {
    font-size: 34px !important;
  }

  .sbh-stack {
    height: 272px;
  }

  .sbh-card--main {
    width: 198px;
  }

  .sbh-card--next {
    width: 178px;
  }
}

@media (max-width: 360px) {
  .sbh-slides {
    min-height: 666px;
  }

  .sbh-title {
    font-size: 31px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sbh-slide,
  .sbh-thumb,
  .sbh-button {
    transition: none;
  }
}
