/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/hero-banner.scss ***!
  \*********************************************************************************************************************************************************/

/*** LTR websites ***/

@keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }

  to {
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #000000;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.page-id-17582 .heroBanner .background-image img {
  animation: none !important;
}

.heroBanner {
  position: relative;
  color: #FFF;
  text-align: center;
}

.heroBanner .modal-video-close-btn {
  top: 60px;
}

.heroBanner_additional-content {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 14px;
}

.heroBanner_additional-content > img {
  max-width: 200px;
}

.heroBanner_cta_text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.heroBanner_breadcrumbs {
  color: #FFF;
  opacity: 0.6;
  text-align: center;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -0.01em;
}

.heroBanner_background {
  width: 100%;
}

.heroBanner_background img {
  width: inherit;
}

.heroBanner .background-image {
  overflow: hidden;
}

.heroBanner .background-image img {
  height: 600px;
  object-fit: cover;
  animation: breathing 60s infinite alternate ease-in-out;
}

@keyframes breathing {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(2);
  }
}

.heroBanner .background-file {
  position: relative;
}

.heroBanner .background-file video {
  height: calc(90vh - 60px - 62px);
  display: block;
  object-fit: cover;
  width: 100%;
}

.heroBanner .background-file video.responsive-height {
  height: 125vw;
}

.heroBanner .background-file + .wrapper .heroBanner_graphic {
  transform: rotate(180deg);
  height: calc(100% - 16px);
}

.heroBanner_graphic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

.heroBanner_graphic-vertical {
  position: absolute;
  left: 16px;
  border-left: 2px solid #fff;
  height: 100%;
}

.heroBanner_graphic-horizontal {
  position: absolute;
  left: 0;
  bottom: 16px;
  border-bottom: 2px solid #fff;
  width: 100%;
}

.heroBanner_graphic-curve {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: 100%;
  height: 100%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-bottom-left-radius: 88px;
}

.heroBanner_wrapper {
  position: absolute;
  top: 0;
  padding-left: 36px;
  padding-right: 36px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  column-gap: 0;
  row-gap: 0;
}

.heroBanner_link {
  font-family: "Anton", sans-serif;
  background: linear-gradient(90deg, #78b52e 0%, #528f07 100%);
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  min-width: 160px;
  padding: 8px 40px;
  text-transform: uppercase;
  width: fit-content;
  box-shadow: 0px 6px 6px 0px rgba(120, 181, 46, 0.15);
}

.heroBanner_link:hover {
  padding: 4px 36px;
}

.heroBanner_link:hover {
  border: 4px solid #fff;
  box-shadow: 0px 6px 6px 0px rgba(120, 181, 46, 0.35);
}

.heroBanner_title {
  margin-bottom: 20px;
}

.heroBanner_subtitle {
  margin-bottom: 20px;
}