.mv-bg-effect{position:relative;overflow:hidden;isolation:isolate}.mv-bg-effect:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-repeat:no-repeat}.mv-bg-effect .widgets-container{position:relative;z-index:2}.mv-bg-effect--auto-bg-shift:before{background:linear-gradient(120deg,var(--mv-bg-1, #6a11cb),var(--mv-bg-2, #2575fc),var(--mv-bg-3, #00c6ff),var(--mv-bg-base, #000000));background-size:400% 400%;animation:mv-auto-bg-shift var(--mv-shift-duration, 14s) ease-in-out infinite;opacity:1}@keyframes mv-auto-bg-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.mv-bg-effect--color-drip:before{content:none}.mv-bg-effect--color-drip .lines{position:absolute;top:0;left:0;right:0;height:100%;margin:auto;width:90vw;display:flex;justify-content:space-between;pointer-events:none;z-index:0;opacity:var(--mv-drip-opacity, 1)}.mv-bg-effect--color-drip .line{position:relative;width:1px;height:100%;overflow:hidden}.mv-bg-effect--color-drip .line:after{content:"";display:block;position:absolute;height:15vh;width:100%;top:-50%;left:0;background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#ffffff 75%,#ffffff 100%);animation:drop var(--mv-drip-duration, 7s) 0s infinite;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,.26,0,.97)}.mv-bg-effect--color-drip .line:nth-child(1):after{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#ff4500 75%,#ff4500 100%);animation-delay:.5s}.mv-bg-effect--color-drip .line:nth-child(2):after{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#32cd32 75%,#32cd32 100%);animation-delay:1s}.mv-bg-effect--color-drip .line:nth-child(3):after{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#1e90ff 75%,#1e90ff 100%);animation-delay:1.5s}.mv-bg-effect--color-drip .line:nth-child(4):after{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#ffd700 75%,#ffd700 100%);animation-delay:2s}.mv-bg-effect--color-drip .line:nth-child(5):after{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#8a2be2 75%,#8a2be2 100%);animation-delay:2.5s}.mv-bg-effect--color-drip .line:nth-child(6):after{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#20b2aa 75%,#20b2aa 100%);animation-delay:3s}.mv-bg-effect--color-drip .line:nth-child(7):after{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#dc143c 75%,#dc143c 100%);animation-delay:3.5s}.mv-bg-effect--color-drip .line:nth-child(8):after{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#00fa9a 75%,#00fa9a 100%);animation-delay:4s}.mv-bg-effect--color-drip .line:nth-child(9):after{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#ff1493 75%,#ff1493 100%);animation-delay:4.5s}.mv-bg-effect--color-drip .line:nth-child(10):after{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#00bfff 75%,#00bfff 100%);animation-delay:5s}@keyframes drop{0%{top:-50%}to{top:110%}}.mv-bg-effect--animated-grid:before{top:0;right:0;bottom:0;left:0;background-image:radial-gradient(ellipse at bottom,#5091dd 0%,#030617 100%),repeating-linear-gradient(to bottom,var(--mv-grid-line, #030617) 0,var(--mv-grid-line, #030617) var(--mv-grid-weight, 1px),transparent var(--mv-grid-weight, 1px),transparent var(--mv-grid-step, 3px)),repeating-linear-gradient(to right,var(--mv-grid-line, #030617) 0,var(--mv-grid-line, #030617) var(--mv-grid-weight, 1px),transparent var(--mv-grid-weight, 1px),transparent var(--mv-grid-step, 3px));opacity:var(--mv-grid-opacity, 1)}.mv-bg-effect--dot-grid:before{background:linear-gradient(90deg,var(--dot-bg) calc(var(--dot-space) - var(--dot-size)),transparent 1%) center / var(--dot-space) var(--dot-space),linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)),transparent 1%) center / var(--dot-space) var(--dot-space),var(--dot-color)}.mv-bg-effect--floating-bubbles:before{top:-10%;right:-10%;bottom:-10%;left:-10%;background-image:radial-gradient(circle,rgba(255,255,255,.24) 0 18px,transparent 19px),radial-gradient(circle,rgba(255,255,255,.16) 0 26px,transparent 27px),radial-gradient(circle,rgba(255,255,255,.12) 0 14px,transparent 15px),radial-gradient(circle,rgba(255,255,255,.2) 0 20px,transparent 21px);background-repeat:no-repeat;background-size:calc(140px * var(--mv-bubbles-scale, 1)) calc(140px * var(--mv-bubbles-scale, 1)),calc(200px * var(--mv-bubbles-scale, 1)) calc(200px * var(--mv-bubbles-scale, 1)),calc(110px * var(--mv-bubbles-scale, 1)) calc(110px * var(--mv-bubbles-scale, 1)),calc(160px * var(--mv-bubbles-scale, 1)) calc(160px * var(--mv-bubbles-scale, 1));animation:mv-floating-bubbles var(--mv-bubbles-duration, 22s) linear infinite;opacity:var(--mv-bubbles-opacity, .35);will-change:background-position}@keyframes mv-floating-bubbles{0%{background-position:20% 120%,70% 110%,40% 135%,90% 128%}to{background-position:20% -30%,70% -40%,40% -20%,90% -35%}}.mv-bg-effect--falling-leaves:before{content:none}.mv-bg-effect--falling-leaves .mv-falling-leaves{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:radial-gradient(#333,#000);pointer-events:none;z-index:0}.mv-bg-effect--falling-leaves .mv-falling-leaves .leaf{position:absolute;width:100%;height:100%;top:0;left:0}.mv-bg-effect--falling-leaves .mv-falling-leaves .leaf div{position:absolute;display:block}.mv-bg-effect--falling-leaves .mv-falling-leaves .leaf img{width:75px;height:75px}.mv-bg-effect--falling-leaves .mv-falling-leaves .leaf div:nth-child(1){left:20%;animation:mv-falling-leaves-fall 15s linear infinite;animation-delay:-2s}.mv-bg-effect--falling-leaves .mv-falling-leaves .leaf div:nth-child(2){left:70%;animation:mv-falling-leaves-fall 15s linear infinite;animation-delay:-4s}.mv-bg-effect--falling-leaves .mv-falling-leaves .leaf div:nth-child(3){left:10%;animation:mv-falling-leaves-fall 20s linear infinite;animation-delay:-7s}.mv-bg-effect--falling-leaves .mv-falling-leaves .leaf div:nth-child(4){left:50%;animation:mv-falling-leaves-fall 18s linear infinite;animation-delay:-5s}.mv-bg-effect--falling-leaves .mv-falling-leaves .leaf div:nth-child(5){left:85%;animation:mv-falling-leaves-fall 14s linear infinite;animation-delay:-5s}.mv-bg-effect--falling-leaves .mv-falling-leaves .leaf div:nth-child(6){left:15%;animation:mv-falling-leaves-fall 16s linear infinite;animation-delay:-10s}.mv-bg-effect--falling-leaves .mv-falling-leaves .leaf div:nth-child(7){left:90%;animation:mv-falling-leaves-fall 15s linear infinite;animation-delay:-4s}@keyframes mv-falling-leaves-fall{0%{opacity:1;top:-10%;transform:translate(20px) rotate(0)}20%{opacity:.8;transform:translate(-20px) rotate(45deg)}40%{transform:translate(-20px) rotate(90deg)}60%{transform:translate(-20px) rotate(135deg)}80%{transform:translate(-20px) rotate(180deg)}to{top:110%;transform:translate(-20px) rotate(225deg)}}.mv-bg-effect--falling-leaves .mv-falling-leaves .leaf1{transform:rotateX(180deg)}.mv-bg-effect--stars:before{content:none}.mv-bg-effect--stars .mv-stars-container{position:absolute;top:50%;left:50%;width:var(--mv-stars-size, 2000px);height:var(--mv-stars-size, 2000px);transform:translate(-50%,-50%);background:radial-gradient(ellipse at bottom,#1b2735 0%,#191f24 100%);overflow:hidden;pointer-events:none;z-index:0}.mv-bg-effect--stars .mv-stars{position:absolute;top:0;left:0;background:transparent;border-radius:50%;transform-origin:calc(var(--mv-stars-size, 2000px) / 2) calc(var(--mv-stars-size, 2000px) / 2);will-change:transform}.mv-bg-effect--stars .mv-stars:after{content:"";position:absolute;top:0;left:0;background:transparent;border-radius:50%}.mv-bg-effect--stars .mv-stars--1{width:1px;height:1px;box-shadow:var(--mv-stars-small, none);animation:mv-animate-stars 28.5s ease-in-out infinite}.mv-bg-effect--stars .mv-stars--1:after{width:1px;height:1px;box-shadow:var(--mv-stars-small, none)}.mv-bg-effect--stars .mv-stars--2{width:2px;height:2px;box-shadow:var(--mv-stars-medium, none);animation:mv-animate-stars 30s ease-in-out infinite}.mv-bg-effect--stars .mv-stars--2:after{width:2px;height:2px;box-shadow:var(--mv-stars-medium, none)}.mv-bg-effect--stars .mv-stars--3{width:3px;height:3px;box-shadow:var(--mv-stars-big, none);animation:mv-animate-stars 31.5s ease-in-out infinite}.mv-bg-effect--stars .mv-stars--3:after{width:3px;height:3px;box-shadow:var(--mv-stars-big, none)}@keyframes mv-animate-stars{0%{transform:rotate3d(-1,1,0,0)}25%{transform:rotate3d(-1,1,0,30deg)}50%{transform:rotate3d(-1,1,0,0)}75%{transform:rotate3d(-1,1,0,-30deg)}to{transform:rotate3d(-1,1,0,0)}}.mv-bg-effect--noise-texture:before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27160%27%20height%3D%27160%27%3E%3Cfilter%20id%3D%27n%27%3E%3CfeTurbulence%20type%3D%27fractalNoise%27%20baseFrequency%3D%270.85%27%20numOctaves%3D%273%27%20stitchTiles%3D%27stitch%27/%3E%3C/filter%3E%3Crect%20width%3D%27160%27%20height%3D%27160%27%20filter%3D%27url(%23n)%27%20opacity%3D%270.55%27/%3E%3C/svg%3E");background-size:var(--mv-noise-size, 220px) var(--mv-noise-size, 220px);opacity:var(--mv-noise-opacity, .22);mix-blend-mode:soft-light}@media (prefers-reduced-motion: reduce){.mv-bg-effect:before{animation:none!important}.mv-bg-effect--color-drip .line:after{animation:none!important}.mv-bg-effect--falling-leaves .mv-falling-leaves .leaf div,.mv-bg-effect--stars .mv-stars{animation:none!important}}
