.fullscreen-video-banner{position:relative;height:70vh;min-height:450px;overflow:hidden;contain:layout style paint;font-family:Muli,sans-serif;background-color:#070018}.fullscreen-video-banner__video{position:absolute;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-10}.fullscreen-video-banner__video--hidden,.fullscreen-video-banner__video--visible{opacity:1}.fullscreen-video-banner__poster-container{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:-9;opacity:0;transition:opacity 1s ease-in-out}.fullscreen-video-banner__poster-container--hidden{opacity:0}.fullscreen-video-banner__poster-container--visible{opacity:1}.fullscreen-video-banner__poster-container--fading-out{opacity:0;pointer-events:none;transition:none}.fullscreen-video-banner__backdrop{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000,#000c);z-index:-8;pointer-events:none}.fullscreen-video-banner__row{display:flex;width:90%;max-width:1200px;margin:0 auto;height:100%;padding:40px 0 10%}.fullscreen-video-banner__row--align-left{justify-content:flex-start;text-align:left}.fullscreen-video-banner__row--align-left .fullscreen-video-banner__buttons-container{justify-content:flex-start}.fullscreen-video-banner__row--align-center{justify-content:center;text-align:center}.fullscreen-video-banner__row--align-center .fullscreen-video-banner__buttons-container{justify-content:center}.fullscreen-video-banner__row--align-right{justify-content:flex-end;text-align:right}.fullscreen-video-banner__row--align-right .fullscreen-video-banner__buttons-container{justify-content:flex-end}.fullscreen-video-banner__col{display:flex;flex-direction:column;justify-content:flex-end;max-width:1000px}.fullscreen-video-banner__col--empty{display:none}.fullscreen-video-banner__heading{font-size:var(--heading-font-size, 60px);line-height:1.2;font-weight:700;color:#fff;font-family:Muli,sans-serif;margin-bottom:var(--heading-margin-bottom, 20px);max-width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:normal}.fullscreen-video-banner__heading .highlight--blue,.highlight--blue{background-color:#00ade9;padding:0 20px;font-size:44px;line-height:1.2;font-weight:700;color:#fff;-webkit-box-decoration-break:clone;box-decoration-break:clone;font-family:Muli,sans-serif}.fullscreen-video-banner__subheading{font-size:var(--subheading-font-size, 30px);line-height:1;font-style:normal;font-weight:400;letter-spacing:0;text-decoration:none;text-transform:none;color:#fff;margin-bottom:var(--subheading-margin-bottom, 20px);font-family:Muli,sans-serif}.fullscreen-video-banner__text-body{font-size:var(--text-body-font-size, 20px);line-height:1.2;font-style:normal;font-weight:300;color:#fff;margin-bottom:var(--text-body-margin-bottom, 30px);font-family:Muli,sans-serif}.fullscreen-video-banner__text-body p{margin:0 0 .5rem}.fullscreen-video-banner__text-body p:last-child{margin-bottom:0}.fullscreen-video-banner__text-body *{font-family:Muli,sans-serif}.fullscreen-video-banner__buttons-container{display:flex;gap:50px;align-items:center;justify-content:center}.fullscreen-video-banner__button{background-color:var(--button-bg-color, #fa7268);border:var(--button-border-width, 1px) solid var(--button-border-color, #fa7268);border-radius:var(--button-border-radius, 32px);color:var(--button-text-color, #fff);fill:var(--button-text-color, #fff);font-family:Muli,sans-serif;font-size:var(--button-font-size, 16px);font-style:normal;font-weight:lighter;padding:10px 50px;text-transform:none;transition:all .2s ease;text-decoration:none}.fullscreen-video-banner__button:hover{background-color:var(--button-hover-bg-color, #19CCA3);border-color:var(--button-hover-border-color, #19CCA3);color:var(--button-hover-text-color, #ffffff);-webkit-text-decoration:var(--button-hover-text-decoration, none);text-decoration:var(--button-hover-text-decoration, none)}.fullscreen-video-banner__play-button{display:flex;gap:10px;justify-content:center;align-items:center;cursor:pointer;transition:opacity .2s ease;outline:none}.fullscreen-video-banner__play-button:hover{opacity:.8}.fullscreen-video-banner__play-button:focus{outline:none}.fullscreen-video-banner__play-button:focus-visible{outline:none}.fullscreen-video-banner__play-button p{color:#fff;font-size:15px;margin:0;font-weight:700;font-family:Muli,sans-serif}.fullscreen-video-banner__play-button img{width:25px;height:25px}.fullscreen-video-banner__dialog{border:none;background:transparent;width:100%;max-width:100%;height:100%;max-height:100%;padding:0;margin:0;outline:none}.fullscreen-video-banner__dialog[open]{display:flex;flex-direction:column;align-items:center;justify-content:center}.fullscreen-video-banner__dialog:focus{outline:none}.fullscreen-video-banner__dialog::backdrop{background:#000000e6}.fullscreen-video-banner__modal-container{position:relative;width:70%;max-width:1200px;margin:0 auto;pointer-events:auto}.fullscreen-video-banner__modal-video{width:100%;aspect-ratio:16 / 9;background:#000;border:none;outline:none;display:block}.fullscreen-video-banner__close-button{position:relative;margin-top:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fa7268;color:#fff;border:2px solid #fa7268;border-radius:50%;font-size:28px;line-height:1;font-weight:300;cursor:pointer;transition:all .2s ease;outline:none;pointer-events:auto;font-family:Arial,sans-serif;padding:0}.fullscreen-video-banner__close-button:hover{background:#e65a50;border-color:#e65a50;color:#fff;transform:scale(1.1)}.fullscreen-video-banner__close-button:focus-visible{outline:2px solid #00ade9;outline-offset:2px}@media screen and (max-width: 1100px){.fullscreen-video-banner__row{display:grid;grid-template-columns:1fr;max-width:100%;padding:0 20px;height:65vh;width:95%}.fullscreen-video-banner__col{justify-content:flex-end}.fullscreen-video-banner__col--empty{display:none}.fullscreen-video-banner__text-body{font-size:14px}.fullscreen-video-banner__buttons-container{gap:20px;flex-wrap:wrap}.fullscreen-video-banner__modal-video{width:100%}.fullscreen-video-banner__modal-container{width:95%}.fullscreen-video-banner__close-button{width:35px;height:35px;font-size:24px;top:5px;right:5px}}@media screen and (max-width: 768px){.fullscreen-video-banner{height:calc(100dvh - 58px)!important;min-height:400px}.fullscreen-video-banner__row{grid-template-columns:1fr;max-width:100%;padding:0;height:88%;width:95%}.fullscreen-video-banner__heading{font-size:32px!important;margin-bottom:5px!important}.fullscreen-video-banner__heading .highlight--blue,.highlight--blue{font-size:28px;padding:0 12px}.fullscreen-video-banner__text-body{font-size:14px}.fullscreen-video-banner__buttons-container{flex-direction:column;gap:15px}.fullscreen-video-banner__play-button p{font-size:14px}}.slot-machine-text{display:inline-block;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;transition:opacity .5s ease-in-out;min-height:-moz-fit-content;min-height:fit-content}.slot-machine-text--fading-out{opacity:0}.slot-machine-text--transitioning{position:relative}.slot-machine-text--transitioning:before{content:attr(data-target-text);position:absolute;top:0;left:0;width:100%;visibility:hidden;pointer-events:none;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.slot-machine-word{display:inline-block;white-space:nowrap}.slot-machine-char{display:inline-block;position:relative;text-align:center;letter-spacing:.02em}.slot-machine-char--space{display:inline-block;width:.3em}.slot-machine-char--invisible{opacity:0;pointer-events:none}.slot-machine-char--animating{animation:slot-machine-roll .4s ease-in-out}.slot-machine-char--animating-fade{animation:slot-machine-fade .4s ease-in-out}.slot-machine-char--animating-slide{animation:slot-machine-slide .4s ease-in-out}.slot-machine-char--animating-blur{animation:slot-machine-blur .4s ease-in-out}.slot-machine-char--animating-out-roll{animation:slot-machine-roll-out .4s ease-in-out}.slot-machine-char--animating-out-fade{animation:slot-machine-fade-out .4s ease-in-out}.slot-machine-char--animating-out-slide{animation:slot-machine-slide-out .4s ease-in-out}.slot-machine-char--animating-out-blur{animation:slot-machine-blur-out .4s ease-in-out}@keyframes slot-machine-roll{0%{transform:translateY(0) rotateX(0);opacity:1}25%{transform:translateY(-10px) rotateX(90deg);opacity:.3}50%{transform:translateY(-15px) rotateX(180deg);opacity:0}75%{transform:translateY(-10px) rotateX(270deg);opacity:.3}to{transform:translateY(0) rotateX(360deg);opacity:1}}@keyframes slot-machine-fade{0%{opacity:1;transform:scale(1)}50%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slot-machine-slide{0%{transform:translateY(0);opacity:1}50%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slot-machine-blur{0%{filter:blur(0);opacity:1}50%{filter:blur(8px);opacity:.5;transform:scale(.95)}to{filter:blur(0);opacity:1;transform:scale(1)}}@keyframes slot-machine-roll-out{0%{transform:translateY(0) rotateX(0);opacity:1}25%{transform:translateY(-10px) rotateX(90deg);opacity:.3}50%{transform:translateY(-15px) rotateX(180deg);opacity:0}75%{transform:translateY(-10px) rotateX(270deg);opacity:0}to{transform:translateY(-20px) rotateX(360deg);opacity:0}}@keyframes slot-machine-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes slot-machine-slide-out{0%{transform:translateY(0);opacity:1}to{transform:translateY(-20px);opacity:0}}@keyframes slot-machine-blur-out{0%{filter:blur(0);opacity:1;transform:scale(1)}to{filter:blur(8px);opacity:0;transform:scale(.95)}}@media (prefers-reduced-motion: reduce){.fullscreen-video-banner__play-button,.fullscreen-video-banner__close-button{transition:none}.slot-machine-char--animating{animation:none}}@media (prefers-contrast: high){.fullscreen-video-banner__play-button:focus-visible{outline-width:3px}.fullscreen-video-banner__close-button:focus-visible{outline-width:3px}}
