@charset "utf-8";
/*.content > div[class*='content-1'] , xdiv:has(.contextual) {
  position: static;}*/
.content > div[class*='content-2'] {
  position: relative;
  background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0)) !important;
  & .xxxdeck-wrapper {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9) 90%);
    animation-duration: 3.5s;
    & [data-aos] {
      background-color: rgba(var(--bs-dark-rgb), .9) !important;
      color: var(--bs-light);
      opacity: 1;
      transform: translateZ(0) scale(1);
    }
  }
}
.content-1, .content-2 .deck-wrapper {
  background: transparent !important;
}
.content-2 {
  background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
}
.content-2 .card.bg-white {
  opacity: .999;
  background: rgba(255, 255, 255, .85) !important;
  backdrop-filter: brightness(5) blur(1rem);
  box-shadow: 0rem 1rem 1.5rem rgba(0, 0, 0, .5);
  height:100%;
}
.content-2 .card-body {
  display: flex;
  flex-direction: column;
  & .card-footer {
    margin: auto -1rem -1rem;
  }
}
@media (min-width: 992px) {
  .content-2 .card-body .card-footer {
    margin: auto -2rem -2rem
  }
}
header {
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .85) 100%);
}
.slick-dots {
  display: none !important
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-100%)
  }
  50% {
    opacity: 1;
    transform: translateY(0)
  }
}
.fade-in-once, /* .title-wrapper + .deck-wrapper*/ {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
  {
  % if is_front %
}
/*.video-wrapper, .xnode__content, .content:has(.content-1) {height: calc(100vh - var(--gin-toolbar-secondary-height,0) - 4rem);padding: 0; overflow-y: auto; overflow-x: hidden;}
*/
.title-wrapper {
    padding: var(--navbar-height) 0 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    animation-duration: 2.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - var(--navbar-height, 6rem) - 9rem)
}
.title-wrapper h1{
    font-size: max(4.5rem, min(7rem, 10vw)) !important;
    padding: 0 2rem;
}
.title-wrapper i {
  animation-name: fadeDown;
  animation-duration: 5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#video_end + .deck-wrapper {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9) 90%);
  animation-duration: 3.5s;
}
[data-aos=fade-up] {
  transform: none !important;
  opacity: 1 !important;
}
#video_end + .deck-wrapper [data-aos=fade-up] {
  background-color: rgba(var(--bs-dark-rgb), .9) !important;
  color: var(--bs-light);
}
/*.bg-light .deck-wrapper { background: var(--bs-light); position:relative; }
.bg-white .deck-wrapper { background: var(--white); position:relative; }
*/