.tile {
  transform: translateY(50px);
  opacity: 0;
}
.tile:nth-child(1) {
  transition: 0.5s ease-in-out 0.1s;
}
.tile:nth-child(2) {
  transition: 0.5s ease-in-out 0.2s;
}
.tile:nth-child(3) {
  transition: 0.5s ease-in-out 0.3s;
}
.tile:nth-child(4) {
  transition: 0.5s ease-in-out 0.4s;
}
.tile:nth-child(5) {
  transition: 0.5s ease-in-out 0.5s;
}
.tile:nth-child(6) {
  transition: 0.5s ease-in-out 0.6s;
}

.overlay-wrapper {
  transition: transform 1s cubic-bezier(0.7, 0, 0.5, 1) 0s;
  transform: translateY(110%);
  will-change: transform;
}
.overlay-wrapper::before {
  transition: transform 0.7s cubic-bezier(0.7, 0, 0.5, 1) 0.25s;
  will-change: transform;
}
.overlay-wrapper .overlay-image {
  transition: transform 1s cubic-bezier(0.7, 0, 0.5, 1) 0.25s;
  transform: scale3d(1.2, 1.2, 1.2);
  will-change: transform;
}
.overlay-wrapper.delay-1 {
  transition-delay: 0.1s;
}
.overlay-wrapper.delay-1::before {
  transition-delay: 0.35s;
}
.overlay-wrapper.delay-1 .overlay-image {
  transition-delay: 0.35s;
}
.overlay-wrapper.delay-2 {
  transition-delay: 0.2s;
}
.overlay-wrapper.delay-2::before {
  transition-delay: 0.45s;
}
.overlay-wrapper.delay-2 .overlay-image {
  transition-delay: 0.45s;
}
.overlay-wrapper.delay-3 {
  transition-delay: 0.3s;
}
.overlay-wrapper.delay-3::before {
  transition-delay: 0.55s;
}
.overlay-wrapper.delay-3 .overlay-image {
  transition-delay: 0.55s;
}
.overlay-wrapper.delay-4 {
  transition-delay: 0.4s;
}
.overlay-wrapper.delay-4::before {
  transition-delay: 0.65s;
}
.overlay-wrapper.delay-4 .overlay-image {
  transition-delay: 0.65s;
}
.overlay-wrapper.delay-5 {
  transition-delay: 0.5s;
}
.overlay-wrapper.delay-5::before {
  transition-delay: 0.75s;
}
.overlay-wrapper.delay-5 .overlay-image {
  transition-delay: 0.75s;
}
.overlay-wrapper.delay-6 {
  transition-delay: 0.6s;
}
.overlay-wrapper.delay-6::before {
  transition-delay: 0.85s;
}
.overlay-wrapper.delay-6 .overlay-image {
  transition-delay: 0.85s;
}

.leftLine {
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s ease-in-out;
  opacity: 0;
}

.rightLine {
  opacity: 0;
  transform-origin: top;
  transform: translateY(0);
  transition: 0.5s ease-in-out;
}

.fadeInUp-animation {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.fadeIn-animation {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.fadeIn-animation.is-inview {
  opacity: 1;
}
.fadeIn-animation.delay-default {
  transition: opacity 0.2s ease-in-out;
  transition-delay: 0.18s;
}
.fadeIn-animation.delay-1 {
  transition-delay: 0.25s;
}
.fadeIn-animation.delay-2 {
  transition-delay: 0.5s;
}
.fadeIn-animation.delay-3 {
  transition-delay: 0.75s;
}
.fadeIn-animation.delay-4 {
  transition-delay: 1s;
}
.fadeIn-animation.delay-5 {
  transition-delay: 1.25s;
}
.fadeIn-animation.delay-6 {
  transition-delay: 1.5s;
}

.zoom-image {
  transform: scale(1);
  transition: transform 0.75s ease-out, object-position 0.75s ease-in-out;
}

.zoom-image-wrapper {
  transform: translateX(-100%);
  transition: 0.75s ease-out;
}

.splide:before, .bg-animation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: 1s ease-out 0.75s;
}
.splide .line-wrapper, .bg-animation .line-wrapper {
  overflow: hidden;
}
.splide .line-wrapper .h-px, .bg-animation .line-wrapper .h-px {
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.75s ease-in-out 1.5s;
}
.splide .line-wrapper .text-sizeP, .bg-animation .line-wrapper .text-sizeP {
  transform: translateY(50px);
  transition: 0.75s ease-in-out 1.5s;
}
.splide .carousel-image,
.splide .carousel-copy,
.splide .splide__arrows > button,
.splide .splide__arrows a,
.splide .splide__arrows .splide__arrow, .bg-animation .carousel-image,
.bg-animation .carousel-copy,
.bg-animation .splide__arrows > button,
.bg-animation .splide__arrows a,
.bg-animation .splide__arrows .splide__arrow {
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 0.75s ease-in-out 2s, transform 0.75s ease-in-out 2s, border-color 0.2s ease-in-out 0s;
}

.elements__singleimagetext .bg-animation.secodnary-animation:before {
  border: 2px solid #529240;
}

.block-module.is-inview .tile,
.block-module.is-inview .is-inview.fadeInUp-animation {
  transform: translateY(0);
  opacity: 1;
}
.block-module.is-inview .tile.delay-1,
.block-module.is-inview .is-inview.fadeInUp-animation.delay-1 {
  transition-delay: 0.25s;
}
.block-module.is-inview .tile.delay-2,
.block-module.is-inview .is-inview.fadeInUp-animation.delay-2 {
  transition-delay: 0.5s;
}
.block-module.is-inview .tile.delay-3,
.block-module.is-inview .is-inview.fadeInUp-animation.delay-3 {
  transition-delay: 0.75s;
}
.block-module.is-inview .tile.delay-4,
.block-module.is-inview .is-inview.fadeInUp-animation.delay-4 {
  transition-delay: 1s;
}
.block-module.is-inview .tile.delay-5,
.block-module.is-inview .is-inview.fadeInUp-animation.delay-5 {
  transition-delay: 1.25s;
}
.block-module.is-inview .tile.delay-6,
.block-module.is-inview .is-inview.fadeInUp-animation.delay-6 {
  transition-delay: 1.5s;
}
.block-module.is-inview .overlay-wrapper {
  transform: translateY(0);
}
.block-module.is-inview .overlay-wrapper::before {
  transform: translate3d(0, -105%, 0);
}
.block-module.is-inview .overlay-image {
  transform: scale3d(1, 1, 1);
}
.block-module.is-inview .leftLine,
.block-module.is-inview .rightLine {
  opacity: 1;
  transform: scaleY(1);
}
.block-module.is-inview .zoom-image {
  transform: scale(1);
}
.block-module.is-inview .zoom-image-wrapper {
  transform: translateX(0);
}
.block-module.is-inview .splide:before {
  transform: scaleX(1);
}
.block-module.is-inview .splide .line-wrapper .h-px {
  transform: scaleX(1);
}
.block-module.is-inview .splide .line-wrapper .text-sizeP {
  transform: translateY(0);
}
.block-module.is-inview .splide .carousel-copy,
.block-module.is-inview .splide .splide__arrows a,
.block-module.is-inview .splide .splide__arrows .splide__arrow {
  transform: translateY(0);
  opacity: 1;
}
.block-module.is-inview .bg-animation:before {
  transform: scaleX(1);
}
.block-module.is-inview .bg-animation .line-wrapper .h-px {
  transform: scaleX(1);
}
.block-module.is-inview .bg-animation .line-wrapper .text-sizeP {
  transform: translateY(0);
}
.block-module.is-inview .bg-animation .carousel-image,
.block-module.is-inview .bg-animation .carousel-copy,
.block-module.is-inview .bg-animation .splide__arrows a,
.block-module.is-inview .bg-animation .splide__arrows > button,
.block-module.is-inview .bg-animation .splide__arrows .splide__arrow {
  transform: translateY(0);
  opacity: 1;
}

button {
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
}

button > svg {
  transition: fill 0.25s ease-in-out;
}

.zoomOutAnimation {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  transition: transform 1.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.zoomOutAnimation.is-inview {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.reveal-content-animation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: 1s ease-out 0.5s;
}
.reveal-content-animation img,
.reveal-content-animation p,
.reveal-content-animation a {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.75s ease-in-out 1.3s;
}

.block-module.is-inview .reveal-content-animation:before {
  transform: scaleX(1);
}
.block-module.is-inview .reveal-content-animation img,
.block-module.is-inview .reveal-content-animation p,
.block-module.is-inview .reveal-content-animation a {
  transform: translateY(0);
  opacity: 1;
}

/*# sourceMappingURL=Animations.css.map */
