.hb__section h1 {
    text-align: center;
    margin: 0 auto;
    max-width: 625px;
    text-shadow: var(--shadow-text);
 }

 .hb__section p {
    font-weight: bold;
    line-height: 160%;
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
    color: #FFFFFF;
    text-shadow: var(--shadow-text);
 }



/** 
 * Home Carousel
 */
#home-carousel {
	position: relative;
}

#home-carousel .hb__section {
    margin: 0;
}

#home-carousel .hb__text__wrapper {
    padding: 8% 0;
    min-height: 475px;
    display: flex;
    overflow: hidden;
    transition: all 300ms ease 0ms;
}

#home-carousel .hb__text__column {
    grid-column: span 9;
}

#home-carousel .hb__text__content {
    text-align: left;
    max-width: 625px;
    margin: 0;
    margin-bottom: var(--unit-step-3);
}

#home-carousel .hb__text__title {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    letter-spacing: -1.5px;
    color: #FFFFFF;
    margin:0;
    padding:0;
    margin-bottom: var(--unit-step-1);
    width: 100%;
    text-shadow: var(--shadow-text);
 }


 #home-carousel .hb__section p {
    text-align: left;
    margin:0;
    width: 100%;
 }

#home-carousel .hb__text__content *:not(.hb__text__title) {
    font-weight: bold;
    line-height: 160%;
    text-align: left;
    color: #FFFFFF;
    text-shadow: var(--shadow-text);
 }

#home-carousel .hb__text__button-group {
    margin-top: 16px;
    justify-content: start;
}

.home-carousel__buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    display: flex;
    justify-content: space-between;
    /*max-width: 1440px;*/
    z-index: 1;
    transition: var(--transition);
}

#home-carousel:hover .home-carousel__buttons {
    width: 100%;
} 

.home-carousel__buttons button {
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1;
    transition: var(--transition);
}

.home-carousel__buttons button:hover {
    background-color: rgba(255,255,255,0.25);
    border-radius: 99999px;
}

.home-carousel__buttons button::after,
.home-carousel__buttons button::before {
    content: none
}

.home-carousel__buttons button svg {
    width: 36px;
    height: 36px;
    stroke: #fff;
    transition: transform 0.2s ease-in-out;
}

.progress-bar-wrapper {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 15px;
    left: 0;
    z-index: 10;
    margin-right: auto;
    margin-left: auto;
}

.progress-bar {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.progress-bar div {
  height: 3px;
  border-radius: 9999px;
  animation: roundtime calc(var(--duration) * 1s) steps(var(--duration))
    forwards;
  transform-origin: left center;
  background-color: rgba(255,255,255,0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  transform:scaleX(0);
}

.progress-bar-bg {
    height: 3px;
    border-radius: 9999px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.progress-bar[data-style="smooth"] div {
  animation: roundtime calc(var(--duration) * 1s) ease-in-out forwards;
}

#home-carousel .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 25px;
}

#home-carousel .swiper-container-horizontal > .swiper-pagination-bullets span {
   background: #fff;
}


@keyframes roundtime {
  to {
    /* More performant than `width` */
    transform: scaleX(1);
  }
}
 

/**
 * Hero Banner Styles
 */
.stm_page_bc.has-banner .stm_breadcrumbs {
    margin-bottom: 0;
}

.hb__section { /* <section> */
    height: auto;
    min-height: 250px;
    width: 100%;
    position: relative;
    background-color: rgb(0, 0, 0);
    display: flex;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 0px;
    /*margin-bottom: 20px;*/
}

.hb__section.no-image {
    background: none;
}

.hb__section.no-image .hb__background::after {
    content: '';
    display: none;
}

.hb__section.no-image p,
.hb__section.no-image .hb__text__content h1,
.hb__section.no-image .hb__text__content h2,
.hb__section.no-image .hb__text__content h3,
.hb__section.no-image .hb__text__content h4,
.hb__section.no-image .hb__text__content h5,
.hb__section.no-image .hb__text__content h6 {
    color: #333333!important;
    text-shadow: none;
}

.hb__section.no-image svg,
.hb__section.no-image svg *,
.hb__section.no-image svg #Group {
    fill: #333333;
    filter: none;
}


.hb__wrapper {
    z-index: 0;
    margin: 0px auto;
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}

.hb__background { /* <picture> */
    z-index: -1;
    transform: translate(-50%, -50%) scaleX(1);
    left: 50%;
    top: 50%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
}

.hb__background::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -5px;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.50),rgba(0,0,0,0.125));
}

.hb__background img {
    object-fit: cover;
    /*object-position: center center;*/
    width: 100%;
    height: 100%;
}

.hb__svg-wrapper {
    position: relative;
}

.hb__svg-wrapper::before {
    content: '';
    border-radius: 999px;
    width: 112px;
    height: 112px;
    z-index: -1;
    transform: translate(-50%, -50%) scaleX(1);
    left: 50%;
    top: 50%;
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,0.25);
}

.hb__text__wrapper {
    /*padding-bottom: 32px;*/
    padding-top: 0px;
    width: 100%;
    align-self: center;
    margin-right: auto;
    margin-left: auto;
}

.hb__text__container {
    background-color: transparent;
    margin: 0 auto;
    padding: 0;
    padding-top: 0!important;
}

.hb__text__row { 
    display: block;
    height: 100%;
}

/*.hb__text__column {
    display: grid;
    grid-column: 2 / -2;
    width: 100%;
    align-self: center;
}*/

.hb__text__block {
    /*margin-top: 64px;*/
    margin-bottom: 0px;
}

.hb__text__content {
    /*margin-bottom: 32px;*/
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0 auto;
}

.hb__text__content svg {
    width: 125px;
    height: auto;
}

.hb__text__content svg * {
    fill: #fff;
    stroke: #fff;
}
.hb__text__content svg #Group {
     filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2)) drop-shadow(0px 18px 23px rgba(0, 0, 0, 0.1)) drop-shadow(0px 8px 13px rgba(0, 0, 0, 0.1)) drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}

.hb__text__content h1,
.hb__text__content h2,
.hb__text__content h3,
.hb__text__content h4,
.hb__text__content h5,
.hb__text__content h6 {
    /*margin-bottom: 16px;*/
    color: rgb(255, 255, 255)!important;
}

.hb__text__content p {
    font-weight: 600;
}

.hb__text__button-group {
    margin-top: var(--unit-step-2);
    display: flex;
    justify-content: center;
}

.hb__text__button-group a+a{
    margin-left: 20px;
}


/**
 * Large Hero Banner
 */

.hb-large .hb__text__wrapper {
    text-align: center;
}
.hb-large .hb__text__container {
    min-height: 600px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 auto!important;
}

.hb-large .hb__text__title {
   margin-bottom: 10px;
}
.hb-large .scroll-to-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 0;
    fill: #fff;
    height: auto;
    animation: float 1.5s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }

  50% { 
    transform: translate(0, 5px);
    opacity: 0.5;
  }
}

.hb-large .scroll-to-content svg {
    fill: #fff;
    width: 44px;
    height: auto;
}


/**
 * Blog Banners
 */

 .hb__section.blog-banner {
    min-height: 400px;
 }

 .hb__section.blog-banner h1 {
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
    max-width: 650px;
    width: auto;
 }
 
 .hb__section.blog-banner p {
    text-align: left;
    margin:0;
    width: auto;
 }

 .hb__section.blog-banner .h5 {
    color: #fff!important;
    margin: 0 5px;
 }
 .hb__section.blog-banner.no-image .h5 {
    color: #333333 !important;
    margin: 0 5px;
 }
 
 .blog-banner .hb__text__wrapper {
    max-width: 100%;
 }
