body.custom-cursor-active{cursor:none}body.custom-cursor-active *{cursor:none!important}.custom-cursor{left:0;opacity:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%);transition:opacity .3s ease,transform .1s ease;z-index:9999}.custom-cursor.is-visible{opacity:1}.custom-cursor__text{align-items:center;background:var(--gold-color,#d4a574);border-radius:50%;box-shadow:0 4px 20px hsla(31,53%,64%,.3);color:var(--light-color,#fff);display:flex;font-size:10px;font-weight:600;height:80px;justify-content:center;letter-spacing:.5px;line-height:1.2;text-align:center;text-transform:uppercase;transition:transform .2s ease;width:80px}.custom-cursor__text:hover{transform:scale(1.1)}@media(max-width:768px){.custom-cursor{display:none}body.custom-cursor-active{cursor:auto}body.custom-cursor-active *{cursor:auto!important}}.festive-video-full{height:calc(100vh - var(--header-height));overflow:hidden;position:relative;width:100%;z-index:1}.festive-video-full__container{background-color:rgb(var(--color-foreground));cursor:pointer;height:100%;position:relative;width:100%}.festive-video-full__poster{height:100%;left:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:2}.festive-video-full__poster-img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.festive-video-full__video{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:1}.festive-video-full__video media-player{height:100%;width:100%}.festive-video-full__video .video-player{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.festive-video-full__play-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.9);border:none;border-radius:50%;cursor:pointer;display:flex;height:80px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:80px;z-index:3}@media screen and (max-width:749px){.festive-video-full__play-btn{height:60px;width:60px}}.festive-video-full__play-btn:hover{background:#fff;transform:translate(-50%,-50%) scale(1.1)}.festive-video-full__play-btn svg{fill:rgb(var(--color-foreground));height:24px;margin-left:2px;width:24px}@media screen and (max-width:749px){.festive-video-full__play-btn svg{height:20px;width:20px}}.festive-video-full__container.video-loaded .festive-video-full__poster{opacity:0;pointer-events:none;z-index:0}.festive-video-full__container.video-loaded .festive-video-full__video{opacity:1;z-index:3}.festive-video-full__container.video-loaded .festive-video-full__play-btn{opacity:0;pointer-events:none}.festive-video-full--ratio-21-9 .festive-video-full__container{padding-bottom:42.86%}.festive-video-full--ratio-4-3 .festive-video-full__container{padding-bottom:75%}.festive-video-full--ratio-1-1 .festive-video-full__container{padding-bottom:100%}