.hero.hero--default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  aspect-ratio: 1920/860;
}
@media (max-width: 1280px) {
  .hero.hero--default {
    aspect-ratio: unset;
  }
}
@media (min-width: 1281px) {
  .hero.hero--default h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: -0.5px;
  }
}
.hero.hero--default .hero-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1920/860;
}
@media (max-width: 1280px) {
  .hero.hero--default .hero-item .gb-container {
    width: 100%;
  }
}
@media (max-width: 989px) {
  .hero.hero--default .hero-item {
    aspect-ratio: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.hero.hero--default .hero-item.hero-item--overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.5)), color-stop(25%, rgba(0, 0, 0, 0.1)), color-stop(65%, rgba(0, 0, 0, 0.25)), color-stop(90%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.5) 90%);
}
.hero.hero--default .hero-item.hero-item--overlay .hero-canvas {
  color: #ffffff;
}
@media (max-width: 989px) {
  .hero.hero--default .hero-item.hero-item--overlay .hero-canvas {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 989px) {
  .hero.hero--default .hero-item.hero-item--overlay .hero-canvas {
    color: var(--color-copytext);
  }
}
.hero.hero--default .hero-item.hero-item--overlay .hero-canvas .headline {
  color: #FFFFFF;
}
@media (max-width: 989px) {
  .hero.hero--default .hero-item.hero-item--overlay .hero-canvas .headline {
    color: var(--key);
  }
}
.hero.hero--default > .acf-innerblocks-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .hero.hero--default > .acf-innerblocks-container {
    position: static;
  }
}
.hero.hero--default .acf-innerblocks-container {
  z-index: 1;
}
.hero.hero--default .hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background-color: var(--alt);
}
@media (max-width: 989px) {
  .hero.hero--default .hero-media {
    position: static;
    aspect-ratio: 2.25/1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .hero.hero--default .hero-media {
    aspect-ratio: 1.75/1;
  }
}
@media (max-width: 500px) {
  .hero.hero--default .hero-media {
    aspect-ratio: 2.5/1;
  }
}
@media (min-width: 990px) and (max-width: 1280px) {
  .hero.hero--default .hero-media::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--alt);
    opacity: 0.85;
  }
}
.hero.hero--default .hero-media img, .hero.hero--default .hero-media video {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: right top;
     object-position: right top;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 989px) {
  .hero.hero--default .hero-media img, .hero.hero--default .hero-media video {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
  }
}
.hero.hero--default .hero-canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  max-width: var(--max-content-width);
  padding: 0 var(--section-padding-inner);
}
@media (max-width: 989px) {
  .hero.hero--default .hero-canvas {
    padding: var(--section-padding) var(--section-padding-inner) calc(var(--section-padding) * 2) var(--section-padding-inner);
  }
  .hero.hero--default .hero-canvas::after {
    content: "";
    position: absolute;
    left: var(--section-padding-inner);
    bottom: calc(var(--section-padding) * 0.5);
    width: calc(100% - 2 * var(--section-padding-inner));
    height: 1px;
    background-color: var(--copy);
    opacity: 0.5;
  }
}
.hero.hero--default .hero-canvas .acf-innerblocks-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hero.hero--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  height: auto;
  aspect-ratio: unset;
}
@media (min-width: 1201px) {
  .hero.hero--full {
    min-height: 640px;
  }
  .hero.hero--full:has(.hero-media-video) {
    min-height: 860px;
    /* 	aspect-ratio: 1920 / 860; */
    height: auto;
  }
}
@media (max-width: 1280px) {
  .hero.hero--full {
    height: auto;
    /* aspect-ratio: 1920 / 1080; */
  }
}
@media (max-width: 989px) {
  .hero.hero--full:not(.video-padding-top) {
    aspect-ratio: unset;
  }
}
.hero.hero--full .hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.hero.hero--full .hero-item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 989px) {
  .hero.hero--full .hero-item {
    aspect-ratio: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.hero.hero--full .hero-item.hero-item--overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.5)), color-stop(25%, rgba(0, 0, 0, 0.1)), color-stop(65%, rgba(0, 0, 0, 0.25)), color-stop(90%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.5) 90%);
}
.hero.hero--full .hero-item.hero-item--overlay .hero-canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  max-width: calc(var(--max-content-width) + var(--section-padding-inner) * 2) !important;
  padding: 355px var(--section-padding-inner) 100px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .hero.hero--full .hero-item.hero-item--overlay .hero-canvas .acf-innerblocks-container > div:first-child {
    padding-top: 10px;
  }
}
@media (max-width: 989px) {
  .hero.hero--full .hero-item.hero-item--overlay .hero-canvas {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: var(--color-copytext);
    padding: var(--section-padding) var(--section-padding-inner) calc(var(--section-padding) * 2) var(--section-padding-inner);
    padding-bottom: 24px;
    /* padding-top: 120px; */
  }
  .hero.hero--full .hero-item.hero-item--overlay .hero-canvas p {
    color: white;
  }
  .hero.hero--full .hero-item.hero-item--overlay .hero-canvas .acf-innerblocks-container > div:first-child {
    padding-top: 120px;
  }
}
@media (max-width: 500px) {
  .hero.hero--full .hero-item.hero-item--overlay .hero-canvas {
    padding-bottom: 24px;
    padding-top: 120px;
  }
  .hero.hero--full .hero-item.hero-item--overlay .hero-canvas::after {
    content: "";
    position: absolute;
    left: var(--section-padding-inner);
    bottom: calc(var(--section-padding) * 0.5);
    width: calc(100% - 2 * var(--section-padding-inner));
    height: 1px;
    background-color: var(--copy);
    opacity: 0.5;
  }
}
.hero.hero--full .hero-item.hero-item--overlay .hero-canvas .headline {
  color: var(--key-secondary);
  text-shadow: var(--txt-shadow-hero);
}
.hero.hero--full .hero-item.hero-item--overlay .hero-canvas .headline strong {
  color: white;
}
@media (max-width: 989px) {
  .hero.hero--full .hero-item.hero-item--overlay .hero-canvas .headline {
    color: white;
  }
}
.hero.hero--full .hero-item.hero-item--overlay .hero-canvas .headline.--h4 {
  color: white;
  margin-top: 16px;
  padding-right: 52vw;
}
@media (max-width: 989px) {
  .hero.hero--full .hero-item.hero-item--overlay .hero-canvas .headline.--h4 {
    padding-right: 0;
  }
}
.hero.hero--full .hero-item.hero-item--overlay .hero-canvas p {
  text-shadow: var(--txt-shadow-hero);
}
@media (max-width: 1120px) {
  .hero.hero--full .hero-item {
    height: auto;
    aspect-ratio: 1920/1080;
  }
}
@media (max-width: 989px) {
  .hero.hero--full .hero-item:not(.video-padding-top) {
    aspect-ratio: unset;
  }
}
.hero.hero--full .hero-item {
  /* 			.hero-canvas {
  				padding-top: 100px;
  				padding-bottom: 50px;

  				@media(max-width: 1500px) {
  					justify-content: center;
  				}

  				@media(max-width: 989px) {
  					padding-top: 3rem;
  					padding-bottom: 3rem;
  				}
  			} */
}
.hero.hero--full .hero-media img, .hero.hero--full .hero-media video {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 989px) {
  .hero.hero--full .hero-media img, .hero.hero--full .hero-media video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 989px) {
  .hero.hero--full h1[style="color:var(--white)"] {
    color: var(--key) !important;
  }
}
@media (max-width: 989px) {
  .hero.hero--full p.has-white-color {
    color: var(--color-copytext);
  }
}
@media (max-width: 989px) {
  .hero .gb-grid-column:has(.gb-button) + .gb-grid-column:has(.gb-button) .gb-button {
    color: var(--key);
  }
}
@media (max-width: 767px) {
  .hero .gb-grid-column:has(.gb-button) + .gb-grid-column:has(.gb-button) .gb-button {
    margin-top: 0 !important;
  }
}

.gb-container:has(.hero-buttons) {
  width: 100%;
}

.hero-count-up {
  position: absolute;
  left: 0;
  bottom: 4rem;
  text-align: center;
}
@media (min-width: 1201px) and (max-width: 1280px) {
  .hero-count-up {
    bottom: 10rem;
  }
}
@media (min-width: 1121px) and (max-width: 1200px) {
  .hero-count-up {
    bottom: 12rem;
  }
}
@media (min-width: 990px) and (max-width: 1120px) {
  .hero-count-up {
    bottom: 2rem;
  }
}
@media (max-width: 989px) {
  .hero-count-up {
    position: static;
    margin-top: 3rem;
  }
}
.hero-count-up .count-up {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 989px) {
  .hero-count-up .count-up {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
.hero-count-up .count-up .count-up-copy {
  color: #DFDFDF;
}
@media (max-width: 989px) {
  .hero-count-up .count-up .count-up-copy {
    color: var(--color-copytext);
  }
}
@media (max-width: 989px) {
  .hero-count-up .count-up .count-up-copy {
    position: static;
  }
}
@media (max-width: 989px) {
  .hero-count-up .count-up + .txt-big {
    font-size: 18px;
  }
}

.hero.hero--full {
  /* .hero-media {
  	clip-path: inset(50% 0 50% 0);
  	animation: cinema-reveal 3s linear forwards;
  } */
}
.hero.hero--full .hero-canvas {
  /* 	transform: translateY(100px);
  	opacity: 0;
  	animation: fade-up 0.5s 3s ease-out forwards; */
  /* 	img{
  		box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.24), 0 0 24px 0 rgba(255, 255, 255, 0.56), 0 0 3px 0 #FFF;
  	} */
}
.hero.hero--full .hero-media img, .hero.hero--full .hero-media video {
  -webkit-animation: test 3s ease forwards;
          animation: test 3s ease forwards;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

/* @keyframes fade-up {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes cinema-reveal {
	to {
		clip-path: inset(0 0 0 0);
	}
} */
@-webkit-keyframes test {
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes test {
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}/*# sourceMappingURL=hero.css.map */