.banner {
  position: relative;
  background: var(--main-color);
  min-height: 800px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1310px) {
  .banner {
    min-height: 0;
  }
}
.banner > img,
.banner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 550px) {
  .banner > img,
  .banner video {
    position: relative;
    height: auto;
  }
}
.banner.top-left > img,
.banner.top-left video {
  object-position: top left;
}
.banner.top-right > img,
.banner.top-right video {
  object-position: top right;
}
.banner.bottom-left > img,
.banner.bottom-left video {
  object-position: bottom left;
}
.banner.bottom-right > img,
.banner.bottom-right video {
  object-position: bottom right;
}
.banner.top-center > img,
.banner.top-center video {
  object-position: top center;
}
.banner.bottom-center > img,
.banner.bottom-center video {
  object-position: bottom center;
}
.banner.left-center > img,
.banner.left-center video {
  object-position: left center;
}
.banner.right-center > img,
.banner.right-center video {
  object-position: right center;
}
.banner .inner_section {
  width: var(--baseWidth);
  max-width: var(--maxWidth);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 250px 0 60px;
}
@media all and (max-width: 1024px) {
  .banner .inner_section {
    padding: 150px 0 60px;
  }
}
@media all and (max-width: 550px) {
  .banner .inner_section {
    padding: 50px 0;
  }
}
.banner .inner_section .text {
  width: 42%;
  color: #fff;
}
@media all and (max-width: 1500px) {
  .banner .inner_section .text {
    width: 60%;
  }
}
@media all and (max-width: 1310px) {
  .banner .inner_section .text {
    width: 100%;
  }
}
.banner .inner_section .text h1,
.banner .inner_section .text h2,
.banner .inner_section .text h3,
.banner .inner_section .text h4,
.banner .inner_section .text h5,
.banner .inner_section .text h6,
.banner .inner_section .text p,
.banner .inner_section .text ul,
.banner .inner_section .text li,
.banner .inner_section .text span,
.banner .inner_section .text a {
  color: #fff;
}
.banner .inner_section .text p {
  font-weight: 500;
  font-size: clamp(1.0555555556rem, 0.9555555556rem + 0.4vw, 1.2222222222rem);
  line-height: 145%;
}
.banner .inner_section .text .wp-block-button > a.wp-block-button__link:not(.has-text-color) {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3.75px);
  border: 1px solid #fff;
}
.banner .inner_section .text .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover {
  background: var(--main-color);
}
.banner .inner_section .text .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color) {
  color: #fff;
  border: none;
  background: transparent;
  backdrop-filter: none;
}
.banner .inner_section .text .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):after {
  border-color: #fff;
}
.banner .inner_section .text .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):hover {
  text-decoration: underline;
  background: transparent;
  color: #fff;
}
.banner .inner_section .text .banner__video-wrap {
  margin: 1.5rem 0 0;
}
.banner .inner_section .text .banner__video-wrap {
  margin: 1.5rem 0 0;
}
.banner .inner_section .text .banner__video-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3.75px);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10px;
  padding: 16px 30px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: var(--baseTransition);
  max-width: 100%;
  box-sizing: border-box;
}
.banner .inner_section .text .banner__video-pill span {
  color: inherit;
}
.banner .inner_section .text .banner__video-pill:hover, .banner .inner_section .text .banner__video-pill:focus, .banner .inner_section .text .banner__video-pill:focus-visible {
  background: var(--main-color);
  color: #fff;
  outline: none;
}
.banner .inner_section .text .banner__video-pill:hover .banner__video-play, .banner .inner_section .text .banner__video-pill:focus .banner__video-play, .banner .inner_section .text .banner__video-pill:focus-visible .banner__video-play {
  background: #fff;
}
.banner .inner_section .text .banner__video-pill:hover .banner__video-play svg, .banner .inner_section .text .banner__video-pill:focus .banner__video-play svg, .banner .inner_section .text .banner__video-pill:focus-visible .banner__video-play svg {
  fill: var(--main-color);
}
.banner .inner_section .text .banner__video-play {
  width: 42px;
  height: 42px;
  background: var(--buttonColor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--baseTransition);
}
.banner .inner_section .text .banner__video-play svg {
  fill: var(--main-color);
  margin-left: 2px;
  transition: var(--baseTransition);
}
.banner .inner_section .text .banner__video-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.3;
  text-align: left;
}
.banner .inner_section .text .banner__video-label {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.banner .inner_section .text .banner__video-meta {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  opacity: 0.75;
}
.banner .inner_section .text .banner__video-sep {
  opacity: 0.6;
}

.banner__video-mfp.mfp-bg {
  background: #000;
  opacity: 0.85;
}
.banner__video-mfp .mfp-container {
  padding: 40px 20px;
}
.banner__video-mfp .mfp-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  vertical-align: middle;
}
.banner__video-mfp button.mfp-close,
.banner__video-mfp .mfp-close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--main-color, #14285a) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  font-family: Arial, sans-serif !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 1100 !important;
  transition: var(--baseTransition);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  overflow: visible !important;
}
.banner__video-mfp button.mfp-close:hover, .banner__video-mfp button.mfp-close:focus, .banner__video-mfp button.mfp-close:focus-visible,
.banner__video-mfp .mfp-close:hover,
.banner__video-mfp .mfp-close:focus,
.banner__video-mfp .mfp-close:focus-visible {
  background: var(--buttonColor, #00afdd) !important;
  color: var(--main-color, #14285a) !important;
  opacity: 1 !important;
  outline: none !important;
}
.banner__video-mfp button.mfp-close:active,
.banner__video-mfp .mfp-close:active {
  top: 12px !important;
}

.banner__video-popup {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.banner__video-popup .banner__video-popup-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
}
.banner__video-popup--external .banner__video-consent,
.banner__video-popup--external .banner__video-consent-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.banner__video-popup--external .banner__video-consent-inner iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.banner__video-popup--external .banner__video-consent-inner:not(.active) iframe {
  visibility: hidden;
}
.banner__video-popup--external .banner__video-consent-inner.active .overlay {
  display: none;
}
.banner__video-popup--external .banner__video-consent-inner .overlay {
  text-align: center;
  position: absolute;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  line-height: 160%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: var(--fontColor, #14285a);
  margin: 0;
}
.banner__video-popup--external .banner__video-consent-inner .overlay .headline {
  text-align: center;
  font-size: 1.5em;
}
.banner__video-popup--external .banner__video-consent-inner .overlay span {
  margin: 10px 0;
}
.banner__video-popup--external .banner__video-consent-inner .overlay span a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
.banner__video-popup--external .banner__video-consent-inner .overlay span a:hover {
  opacity: 0.6;
}
.banner__video-popup--external .banner__video-consent-inner .overlay .button {
  cursor: pointer;
}