@keyframes opacity-end-100{0%{opacity:0}to{opacity:1}}@keyframes opacity-bounce{0%{opacity:.4}50%{opacity:.6}to{opacity:.4}}@keyframes translateY-start-negative{0%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}@font-face{font-family:din-condensed;src:url(../fonts/DINCond-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:din-condensed;src:url(../fonts/DINCond-Bold.woff) format("woff");font-weight:700;font-style:normal}.reservation-wrapper{overflow:hidden}.reservation-wrapper__loader{z-index:200;display:flex;justify-content:center;position:absolute;left:0;right:0;bottom:0;top:0;background:#fff;content:"";pointer-events:none;opacity:1;animation:fadeOut .25s 2.5s;animation-iteration-count:1;animation-fill-mode:forwards}.reservation-wrapper__loader--no-animation{animation:none}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.reservation-wrapper__loader{display:none}}@media(min-width:1024px){.reservation-wrapper__loader{align-items:center}}.reservation-wrapper__container{position:relative;padding:0 16px;margin-top:0;background-color:#fff}.reservation-wrapper__row{margin:0 auto;min-height:550px}.reservation-wrapper--404 .reservation-wrapper__container{padding:2rem;text-align:center}.reservation-wrapper--404 .reservation-wrapper__container h4{margin-top:1rem}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}