/* TOP NAV START */

.w-nav-overlay {
  top: 100% !important;
}

/* TOP NAV END */

/* HERO SECTION START */

[data-class="clr-heading-xlarge"] {
  color: var(--apphub-sites---theme-gray900, var(--theme-gray900));
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

[data-class="clr-hero-header__image-slides-wrapper"] {
  justify-content: flex-end;
  align-items: flex-start;
  height: 625px;
  margin-right: -6.3rem;
  display: flex;
  position: relative;
}

[data-class="clr-hero-header__img-slide-wrapper"] {
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

[data-class="clr-hero-header__img-slide"] {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

[data-class="clr-hero-header__img-overlay-container"] {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

[data-class="clr-hero-header__img-slide-overlay-scroll-container"] {
  width: 100%;
  height: 100%;
  display: flex;
}

[data-class="clr-hero-header__img-slide-overlay"] {
  z-index: 2;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

@media screen and (min-width: 1440px) {
  [data-class="clr-hero-header__image-slides-wrapper"] {
    height: 770px;
    margin-right: -11.2rem;
  }

  [data-class="clr-hero-header__img-slide-wrapper"] {
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
  }

  [data-class="clr-hero-header__img-slide"] {
    object-fit: cover;
  }

  [data-class="clr-hero-header__img-slide-overlay-scroll-container"] {
    flex-flow: row;
  }
}

@media screen and (min-width: 1280px) {
  [data-class="clr-hero-header__image-slides-wrapper"] {
    height: 715px;
    margin-right: -7.5rem;
  }
}

@media screen and (max-width: 991px) {
  [data-class="clr-heading-xlarge"] {
    font-size: 3rem;
  }

  [data-class="clr-hero-header__image-slides-wrapper"] {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 810px;
    margin-right: 0;
  }

  [data-class="clr-hero-header__img-slide-wrapper"] {
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  [data-class="clr-heading-xlarge"] {
    font-size: 2.25rem;
  }

  [data-class="clr-hero-header__image-slides-wrapper"] {
    height: 600px;
  }

  [data-class="clr-hero-header__img-slide-wrapper"] {
    border-radius: 1rem;
  }

  [data-class="clr-hero-header__img-slide-overlay"] {
    width: 100%;
    min-width: 100%;
    margin-top: auto;
  }
}

@media screen and (max-width: 479px) {
  [data-class="clr-heading-xlarge"] {
    font-size: 2rem;
  }

  [data-class="clr-hero-header__image-slides-wrapper"] {
    height: 380px;
  }

  [data-class="clr-hero-header__img-slide-wrapper"] {
    border-radius: 1rem;
  }
}

/* HERO SECTION END */

/* GLOBAL SITE OVERRIDES START */

a {
  font-weight: 400;
  letter-spacing: normal;
}

body {
  line-height: 20px;
}

/* SHADOW FOR VERTICAL TABS START */
[data-class="clr-tab-vertical__link"] {
  border-radius: 0px;
}
[data-class="clr-tab-vertical__link"].w--current {
  border-radius: 8px;
}
[data-class="clr-tab-vertical__link"]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.2;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
[data-class="clr-tab-vertical__link"].w--current:before {
  box-shadow: 0 5px 30px -5px var(--apphub-sites---theme-primary600, var(--theme-primary600));
}
/* SHADOW FOR VERTICAL TABS END */

/* GLOBAL SITE OVERRIDES END */
