@font-face{font-family:Lexend;src:url(Lexend-Black.f328d01c508ab1f8.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Lexend;src:url(Lexend-ExtraBold.402dadc423adf858.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Lexend;src:url(Lexend-Thin.48add08fc18cfa06.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Lexend;src:url(Lexend-ExtraLight.d5e760c00176aba6.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Lexend;src:url(Lexend-Regular.2caab2bb95abff2b.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lexend;src:url(Lexend-Light.16231719746bf23a.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Lexend;src:url(Lexend-Medium.6b65bc270129f51a.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Lexend;src:url(Lexend-SemiBold.c1bcfc98952b74e1.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Dancing Script;src:url(DancingScript-SemiBold.89df748cdc723350.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Dancing Script;src:url(DancingScript-Bold.6cb381727932da91.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Dancing Script;src:url(DancingScript-Regular.49ebb2df7efeb42a.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Dancing Script;src:url(DancingScript-Medium.45258a1b4287f4b4.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Fuzzy Bubbles;src:url(FuzzyBubbles-Regular.170247eb8f591e58.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Fuzzy Bubbles;src:url(FuzzyBubbles-Bold.c0df5809ac70c8b7.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}*{box-sizing:border-box;transition:all .3s}body{margin:0;padding:0;font-family:Lexend,sans-serif}h1,h2,h3,h4,h5,h6,p,label{margin:0}ul{margin:0;padding:0;list-style:none}.container{max-width:1140px;height:100vh;margin:0 auto;display:flex;align-items:center;justify-content:center}.transparent-button{background-color:transparent;border:0;box-shadow:none;cursor:pointer}.go-back{display:flex;align-items:center;justify-content:center;position:absolute;left:30px;top:50%;transform:translateY(-50%)}.arrow{width:18px;height:18px;transform:rotate(-135deg)}.arrow:before{content:"";width:100%;height:100%;border-width:3px 3px 0 0;border-style:solid;border-color:#000;transition:.2s ease;display:block;transform-origin:100% 0}.arrow:after{content:"";float:left;position:relative;top:-100%;width:100%;height:100%;border-width:0 3px 0 0;border-style:solid;border-color:#000;transform-origin:100% 0;transition:.2s ease}.arrow:hover:after{transform:rotate(45deg);border-color:#ff357f;height:120%}.arrow:hover:before{border-color:#ff357f;transform:scale(.8)}.box{background-color:#fff;width:600px;height:100%;max-height:160px;border-radius:30px;position:relative;overflow:hidden;box-shadow:0 10px 19px #0000004d,0 8px 6px #00000038}.box .box-title{width:100%;height:80px;border-bottom:1px solid rgba(0,0,0,.2);padding:0 30px;display:flex;align-items:center;justify-content:space-between;font-size:1.3rem;font-family:Fuzzy Bubbles,cursive;font-weight:900;position:relative}.box .box-title .left{display:flex;align-items:center;justify-content:space-between;width:50%}.box .box-title .left span{transform:translate(50%)}.box .box-title .back-button{background:#ff357f;padding:10px;border:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 15px 0 0;cursor:pointer}.box .box-title .back-button:hover{opacity:.75}.box .box-title .back-button app-icon svg{width:22px;height:22px;fill:#fff}.box .box-title h1{margin:0 auto}.box .box-content{width:100%;height:0;padding:0}.box .box-content .menu{display:flex;flex-direction:column;width:100%;height:100%;align-items:center;justify-content:center;font-family:Dancing Script,sans-serif}.box .box-content .menu li{width:100%;height:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:44px;font-weight:800;text-shadow:.1em .1em 0 rgba(255,53,127,.2)}.box .box-content .menu li:hover{text-shadow:.2em .2em 0 rgba(255,53,127,.2)}.box .box-footer{width:100%;height:80px;border-top:1px solid rgba(0,0,0,.2);padding:0 30px;display:flex;align-items:center;justify-content:center;position:relative}.box .box-footer button{margin:0 15px}.box.active{max-height:600px}.box.active .box-content{height:calc(100% - 160px);padding:30px}.box.active .left{width:auto;justify-content:flex-start}.box.active .left span{transform:none}.gradient-border{--borderWidth: 5px;background:#1D1F20;position:relative;border-radius:var(--borderWidth)}.gradient-border:after{content:"";position:absolute;top:calc(-1 * var(--borderWidth));left:calc(-1 * var(--borderWidth));height:calc(100% + var(--borderWidth) * 2);width:calc(100% + var(--borderWidth) * 2);background:linear-gradient(-45deg,#3bade3 0%,#576fe6 25%,#9844b7 51%,#ff357f 100%);border-radius:calc(2 * var(--borderWidth));z-index:-1;animation:animatedgradient 3s ease alternate infinite;background-size:300% 300%}@keyframes animatedgradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes actions1{0%{margin-left:0}to{margin-left:-800px}}@keyframes actions2{0%{margin-left:0}to{margin-left:-1600px}}.custom-button{width:180px;height:60px;padding:10px 25px;background:#ff357f;box-shadow:0 8px 15px #0000001a;cursor:pointer;border:none;border-radius:15px;font-size:22px;color:#fff;font-weight:600}.custom-button:hover{box-shadow:0 15px 20px #3bade34d;transform:translateY(-7px)}.custom-button:disabled{opacity:.75}.custom-button:disabled:hover{transform:translateY(0)}.custom-button.dark{background:#9844b7}@keyframes AnimateBG{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.page-content{position:fixed;top:0;left:0;width:100%;height:100%;background-size:300% 300%;background-image:linear-gradient(-45deg,#3bade3 0%,#576fe6 25%,#9844b7 51%,#ff357f 100%);animation:AnimateBG 20s ease infinite}.part{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.part h2{text-align:center;text-transform:capitalize}.part .position{display:flex;align-items:center;justify-content:center;flex-direction:column}@media only screen and (max-width: 1024px){body{height:130vh}.custom-button:hover{transform:translateY(0)}.container{padding:10px}}
