.hero-banner__item.hero-banner__item-index-1.align-items-md-center:before {
  /*background: rgba(0, 0, 0, .4);*/
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}
@media(max-width:1139px) {
  .hero-banner__item.hero-banner__item-index-1.align-items-md-center:before {
    display: none
  }
  .hero-banner--dense .hero-banner__item.hero-banner__item-index-1.align-items-md-center:before {
    display: block
  }
}
.hero-banner__content .hero-banner__headline > span {
  background: none;
  background-color: none;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
  padding: 0
}
.hero-banner__content .hero-banner__headline strong {
  font-weight: 700
}
.hero-banner__content .hero-banner__headline--with-sub > span:first-of-type {
  margin-bottom: 0
}
.hero-banner__headline.hero-banner__headline--primary > span:first-child {
  color: var(--primary)
}
.hero-banner__headline.hero-banner__headline--primary > span:not(:first-child) {
  color: #fff;
  margin-bottom: 10px
}
.hero-banner__content [data-hs-cos-field="item.text.text"] {
  line-height: 1.3
}
@media(min-width:992px) {
  .hero-banner__content .hero-banner__headline > span {
    font-size: 90px
  }
  .hero-banner__content [data-hs-cos-field="item.text.text"] {
    font-size: 38px
  }
}
@media(min-width:1140px) {
  .hero-banner__content {
    max-width: 65%
  }
}
.hero-banner__content img {
  display: block;
  height: auto;
  max-width: 640px;
  width: 100%
}
.hero-banner__cta {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .18);
  margin: 0 0 60px;
  max-width: 440px;
  opacity: 0;
  padding: 12px 24px 12px 12px;
  position: relative;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
  width: 100%;
  will-change: opacity, transform
}
.hero-banner__cta.is-visible {
  opacity: 1;
  transform: translateY(0)
}
.hero-banner__cta.is-hiding {
  opacity: 0;
  transform: translateY(8px)
}
.hero-banner__cta.is-prehidden {
  transition: none !important
}
@media (prefers-reduced-motion:reduce) {
  .hero-banner__cta {
    transition: none
  }
}
@media (min-width:768px) {
  .hero-banner__cta {
    margin: 0 0 80px
  }
}
@media(min-width:1140px) {
  .hero-banner__cta {
    bottom: 40px;
    margin: 0;
    position: absolute;
    right: 40px;
    z-index: 2
  }
}
.hero-banner__cta-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  margin: 0
}
@media(max-width:479px) {
  .hero-banner__cta-content {
    align-items: flex-start
  }
}
.hero-banner__cta-close {
  background: transparent;
  cursor: pointer;
  margin: 0;
  position: absolute;
  right: 12px;
  top: 12px
}
.hero-banner__cta-image figure {
  border-radius: 12px;
  margin: 0;
  overflow: hidden
}
.hero-banner__cta-image figure img {
  display: block;
  height: auto;
  width: 120px
}
.hero-banner__cta-text {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.hero-banner__cta-category {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%
}
.hero-banner__cta-title {
  color: #000;
  font-weight: 500;
  margin: 0
}
.hero-banner__cta-title p {
  margin: 0
}
.hero-banner__cta-link a {
  color: #000;
  display: inline-block;
  font-weight: 500;
  padding-right: 28px;
  position: relative;
  text-decoration: none
}
.hero-banner__cta-link a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' stroke='%23000' d='M9.387 6.673c.101 0 .178.03.256.108l4.944 4.945c.054.053.08.095.091.124a.3.3 0 0 1 .024.125.3.3 0 0 1-.024.124.4.4 0 0 1-.09.125l-4.97 4.968c-.077.078-.144.1-.225.097a.37.37 0 0 1-.26-.121.34.34 0 0 1-.11-.256c0-.1.031-.178.11-.256l4.681-4.681-4.707-4.707c-.078-.078-.1-.144-.097-.225a.37.37 0 0 1 .122-.262.33.33 0 0 1 .255-.108Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  z-index: 1
}
.hero-banner__cta-link a:hover {
  color: #000;
  font-weight: 500;
  text-decoration: none
}