/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/hero-banner-secondary/hero-banner-secondary.scss ***!
  \******************************************************************************************************************************************************************************/
.entry-content {
  padding: 0 !important;
}

*:target {
  scroll-margin-top: 13.6rem;
}
@media screen and (min-width: 1440px) {
  *:target {
    scroll-margin-top: 10.8rem;
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: rgb(22, 22, 22);
  position: relative !important;
  overflow-x: hidden;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes enter-right {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes enter-left {
  0% {
    opacity: 0;
    transform: translateX(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-60px);
  }
  20%, 50%, 80%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-45px);
  }
  60% {
    transform: translateY(-30px);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-out {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes highlight-text {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rock-in-shake {
  0% {
    opacity: 0;
    transform: translate(-200px, 200px) rotate(-15deg) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg) scale(1.05);
  }
  75% {
    transform: translate(2px, -2px) rotate(5deg);
  }
  85% {
    transform: translate(-2px, 2px) rotate(-5deg);
  }
  92% {
    transform: translate(1px, -1px) rotate(5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes contact-subtitle-fade-in-up {
  0% {
    opacity: 0;
    transform: rotate(3.48deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(3.48deg) translateY(0);
  }
}
@keyframes contact-phone-fade-in-up {
  0% {
    opacity: 0;
    transform: rotate(-5.85deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(-5.85deg) translateY(0);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.hero-banner-secondary {
  position: relative;
  overflow: hidden;
}
.hero-banner-secondary__image-wrapper {
  padding-inline: 6.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  mask-image: url(36c07fac4a22e174340b.svg);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: bottom;
  mask-size: cover;
  -webkit-mask-image: url(36c07fac4a22e174340b.svg);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  mask-size: cover;
}
@media screen and (max-width: 576px) {
  .hero-banner-secondary__image-wrapper {
    padding-inline: 1.25rem;
  }
}
.hero-banner-secondary__horizontal {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 100vw;
  height: auto;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 1600px) {
  .hero-banner-secondary__horizontal {
    width: 110vw;
  }
}
@media screen and (max-width: 1400px) {
  .hero-banner-secondary__horizontal {
    width: 120vw;
    transform: translate(-50%, -10%);
  }
}
@media screen and (max-width: 1200px) {
  .hero-banner-secondary__horizontal {
    width: 130vw;
  }
}
@media screen and (max-width: 992px) {
  .hero-banner-secondary__horizontal {
    transform: translate(-50%, 0%);
    width: 135vw;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner-secondary__horizontal {
    width: 140vw;
    transform: translate(-50%, 25%);
  }
}
@media screen and (max-width: 576px) {
  .hero-banner-secondary__horizontal {
    width: 160vw;
    transform: translate(-50%, 50%);
  }
}
@media screen and (min-width: 1921px) {
  .hero-banner-secondary__horizontal {
    width: 100vw;
  }
}
.hero-banner-secondary__horizontal svg {
  display: block;
  width: 100%;
  height: auto;
}
.hero-banner-secondary__content-wrapper {
  z-index: 21;
  color: white;
  padding-top: 21.875rem;
  padding-bottom: 25rem;
  transform: rotate(7.12deg) translateY(15%);
}
@media screen and (max-width: 576px) {
  .hero-banner-secondary__content-wrapper {
    transform: rotate(7.12deg) translate(7%, 15%);
  }
}
@media screen and (min-width: 1921px) {
  .hero-banner-secondary__content-wrapper {
    padding-top: 18.22917vw;
    padding-bottom: 20.83333vw;
  }
}
.hero-banner-secondary__title {
  color: rgb(255, 255, 255);
  opacity: 0;
}
.hero-banner-secondary.show .hero-banner-secondary__title {
  animation: bounce 1.2s ease forwards;
}
.hero-banner-secondary.show .hero-banner-secondary__horizontal {
  animation: fade-in 0.5s ease forwards;
}

/*# sourceMappingURL=hero-banner-secondary.css.map*/