@charset "UTF-8";.page-home{position:relative;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.page-home>picture{display:block;width:100%;height:85vh;min-height:500px;max-height:900px;overflow:hidden}.page-home>picture>img,.page-home>img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.85)}.home-content{position:absolute!important;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--sp-8)}.foo{margin-bottom:var(--sp-4)}.home-content p{display:block;font-family:var(--font-sans);font-size:var(--fs-md);font-weight:var(--fw-light);color:var(--c-on-dark-strong);letter-spacing:var(--ls-wider);line-height:var(--lh-relaxed);text-shadow:0 1px 8px rgba(0,0,0,.4);animation:fadeInUp var(--duration-slower) var(--ease-out) both;animation-delay:.3s}.home-content p+p{margin-top:var(--sp-1);font-size:var(--fs-sm);color:var(--c-on-dark-muted);letter-spacing:var(--ls-widest);animation-delay:.45s}@media screen and (max-width:768px){.page-home>picture,.page-home>img{height:70vh;min-height:400px}.home-content p{font-size:var(--fs-base)}}
