.parallax{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.fade-in{animation-duration:.8s;animation-name:animate-fade;animation-delay:.5s;animation-fill-mode:backwards;animation-timing-function:ease-in-out}.fade-in-right{animation-duration:.8s;animation-name:animate-fade-right;animation-delay:.5s;animation-fill-mode:backwards}.fade-in-scroll{animation-name:animate-fade;animation-fill-mode:backwards;animation-timeline:--fade;animation-range:entry 25% cover 50%;view-timeline-name:--fade}.fade-in-scroll,.fade-in-scroll-right{animation-duration:.8s;view-timeline-axis:block}.fade-in-scroll-right{animation-name:animate-fade-right;animation-fill-mode:backwards;animation-timeline:--fade-right;animation-range:entry 25% cover 50%;view-timeline-name:--fade-right}.fade-in-scroll-left{animation-duration:.8s;animation-name:animate-fade-left;animation-fill-mode:backwards;animation-timeline:--fade-left;animation-range:entry 25% cover 50%;view-timeline-name:--fade-left;view-timeline-axis:block}.spin-slow{animation:spin 280s linear infinite}.oscillation{animation:oscillation 12s linear infinite}@keyframes animate-fade{0%{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateY(0)}}@keyframes animate-fade-right{0%{opacity:0;transform:translateX(150px)}to{opacity:1;transform:translateX(0)}}@keyframes animate-fade-left{0%{opacity:0;transform:translateX(-150px)}to{opacity:1;transform:translateX(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(245,243,235,.2)}to{box-shadow:0 0 0 20px rgba(245,243,235,0)}}@keyframes oscillation{0%{transform:translate(0)}15%{transform:translateY(10px)}30%{transform:translate(-10px,10px)}50%{transform:translateY(-10px)}80%{transform:translate(15px,-15px)}90%{transform:translate(15px)}to{transform:translate(0)}}.module-play-online-form{display:flex;flex-direction:column;justify-content:center;gap:1.5rem;background:linear-gradient(180deg,#4a86cc,#658cca);padding:2rem;border-radius:1rem}.module-play-online-form h2{margin-bottom:0;color:#142553;font-size:2rem}.module-play-online-form a{margin-inline:auto}@media(max-width:568px){.module-play-online-form a,.module-play-online-form a button{width:100%}}