/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */.image-banner{width:100%;height:100vh;position:relative}.image-banner .image-banner__image{width:100%;height:100vh;position:absolute;top:0;left:0}.image-banner .image-banner__image img{object-fit:cover;object-position:60% 85%;width:100%;height:100vh}.image-banner .image-banner__poster{background-color:var(--red);z-index:2;border-radius:100%;padding:3.5rem;position:absolute;top:55%;left:5%;transform:translateY(-50%)rotate(-5deg)}.image-banner .image-banner__poster .poster__textcontainer{aspect-ratio:1;z-index:3;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;display:flex}.image-banner .image-banner__poster .poster__textcontainer .poster--text{color:#fff;text-align:center;font-size:var(--font-xl);max-width:20ch;font-weight:200;line-height:normal}.image-banner .image-banner__poster .poster__textcontainer .poster--highlighttext{color:#fff;text-align:center;font-size:var(--font-xl);max-width:10ch;font-weight:600;line-height:normal}@media screen and (width<=1000px){.image-banner .image-banner__poster{padding:3rem}.image-banner .image-banner__poster .poster__textcontainer .poster--text,.image-banner .image-banner__poster .poster__textcontainer .poster--highlighttext{font-size:var(--font-md)}}@media screen and (width<=700px){.image-banner .image-banner__poster{top:5%;left:2%;transform:translate(0)rotate(-5deg)}.image-banner .image-banner__poster .poster__textcontainer .poster--text,.image-banner .image-banner__poster .poster__textcontainer .poster--highlighttext{font-size:var(--font-regular)}}@media screen and (width<=330px){.image-banner .image-banner__poster{padding:2rem;top:5%;left:2%;transform:translate(0)rotate(-5deg)}.image-banner .image-banner__poster .poster__textcontainer .poster--text,.image-banner .image-banner__poster .poster__textcontainer .poster--highlighttext{font-size:var(--font-sm)}}.image-banner .image-banner__poster.fadein--on{opacity:0;transform:translateY(calc(1rem - 50%))rotate(-8deg)}.image-banner .image-banner__poster.fadein--active{opacity:1;transition:all .5s;transform:translateY(-50%)rotate(-5deg)}@media screen and (width<=700px){.image-banner .image-banner__poster.fadein--on{transform:translateY(1rem)rotate(-8deg)}.image-banner .image-banner__poster.fadein--active{transform:translate(0)rotate(-5deg)}}
