@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Patrick+Hand&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sectionStep2{max-width:1000px;display:flex;flex-direction:column;align-items:center}.pageStep{align-self:self-end;position:absolute;top:15px;right:4%;padding:5px;border-radius:12px;color:#2c2c2c;font-weight:700}.ring-container{position:absolute;width:30px;height:40px;top:0%;left:48.2%;border:5px solid #ffffff;border-top-color:#ff005d;transform-origin:center center;transform:rotate(-90deg);transition:stroke-dasharray .3s ease}.storyTitle{font-size:32px;font-family:montserrat,sans-serif;text-align:center;font-weight:600;color:#000;margin-bottom:2%}.finalText{text-align:left;align-self:start}.iconReg{height:50px;align-self:center;transition:all .2s ease-in-out}.iconReg:hover{rotate:-360deg;transition:all .5s ease-in-out}.textarea2{height:150px;width:1000px;font-size:16px;font-family:montserrat,sans-serif;font-weight:600px;color:#000;border:1px solid rgb(21,198,242);box-shadow:0 0 8px -2px #fe9c9c}.uneditbox{background-color:#fff8;border:1px solid #ffffff2d;border-radius:10px;padding:12px;height:auto;width:1000px;font-size:16px;font-family:montserrat,sans-serif;font-weight:400;line-height:32px;word-break:break-word;color:#000}.text2{margin-bottom:2%;text-align:left}.imageGen{align-self:center;margin-top:2%;margin-bottom:2%}.cointainer{display:flex;flex-direction:column;align-self:start;margin-top:2%}.loading{align-self:flex-start}.activebtn,.editbtn,.disabledbtn{cursor:pointer;margin:12px 0 5px;border-radius:99px;background:var(--highlight, linear-gradient(0deg, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .2) 100%), rgba(255, 255, 255, .3));background-blend-mode:soft-light,overlay;font-weight:700;line-height:normal;letter-spacing:-.2px}.disabledbtn{background-color:#fffb;cursor:not-allowed}.sectionfinal{color:#000;border-radius:20px;display:flex;flex-direction:column}.carousel{display:flex;grid-gap:50px;height:100%}.storyTitle{align-self:center;border-radius:20px;margin:20px 20px 2%;background-blend-mode:soft-light,overlay;font-size:24px;font-weight:600;color:#fff}.editstoryTitle{align-self:center;text-align:center;border-radius:20px;margin:20px 20px 2%;background-color:transparent;border:none;width:100%;font-size:24px;font-weight:600;color:#fff}.storyTitleCon:focus{outline:none;border:none}.textCon{border-radius:32px;max-width:700px;background:linear-gradient(180deg,rgba(255,255,255,.4) 0%,#EDEDED 100%);background-blend-mode:darken;box-shadow:12px 10px 96px -40px #000000bf;padding:2px 10px;border:#edededb3 1.5px solid}.mainText{padding:2px;max-width:700px;color:#000;font-size:20px;font-family:Avenir Next;font-style:normal;font-weight:400;line-height:2.3;height:40px}.editedMainText{border-radius:32px;max-width:700px;border:#ffffff 1px solid;background:linear-gradient(180deg,rgba(255,255,255,.4) 0%,#EDEDED 100%);background-blend-mode:darken;box-shadow:0 0 8px #ffffff4d inset;padding:42px 42px 2px;width:62%;color:#000;font-size:20px;font-family:Avenir Next;font-style:normal;font-weight:400;line-height:231.9%}.imageCon{width:100%;height:500px;max-height:550px;object-fit:cover;border-radius:32px;box-shadow:12px 10px 96px -40px #000000bf}.editButton{width:112px;background:linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.3));color:#fff;padding:10px 32px;border:none;border-radius:12px;font-size:18px;font-weight:500;align-self:flex-end;cursor:pointer;box-shadow:0 0 10px #ffffff4d;transition:all .3s ease-in-out}.sidebar{background-color:#00000067;color:#fff;font-size:1px;display:flex;width:10%;flex-direction:column;display:none}.footerCon{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:20px}.arrownext,.arrowprv{cursor:pointer;transition:all .3s ease-in-out}.arrowprv{rotate:180deg}.arrowprv:hover,.arrownext:hover{filter:drop-shadow(2px 5px 10px #ffffff);transition:all .3s ease-in-out}.footertex{margin:12px;color:#ededed;width:192px;text-align:center}.progressbar{border-radius:22px;display:flex;width:100%;height:10px;background-color:#fff;margin-bottom:50px}.progressbar div{height:100%;background:linear-gradient(161deg,rgba(180,162,58,1) 1%,rgba(25,130,130,1) 38%,rgba(242,144,32,1) 70%,rgba(252,4,4,1) 100%)}.signincontainer{display:flex;flex-direction:column;align-items:center;margin-bottom:5px}.card{background-color:#f6e0ff51;display:flex;flex-direction:column;box-shadow:0 4px 8px #0003;border-radius:15px;width:600px;padding:60px;transition:.3s;margin:50px;position:relative}.label,.labelb{align-self:flex-start}.labelb{margin-top:5%}.btnup{width:100%;align-self:center;margin-top:8%;font-weight:700}.btnup:hover{text-shadow:-1px 0px 6px rgba(255,255,255,1)}.pageHeader{text-align:center}.container{display:flex;flex-direction:column;margin:0 auto;width:50%}.form{display:flex;flex-direction:column}.inputSign{width:100%;padding:15px 20px;margin-bottom:22px;color:#1d1d1d;font-size:18px;font-weight:500;border-radius:30px;align-self:center;background-color:#fff;justify-content:center;text-indent:.8em;box-shadow:4px 3px #5d5d5d}.inputSignPass{width:278px;margin-bottom:8px;padding:15px 20px;color:#1d1d1d;font-size:18px;font-weight:500;border-radius:30px;align-self:center;background-color:#fff;justify-content:center;text-indent:.8em;box-shadow:4px 3px #5d5d5d}.passwordInputDiv{display:flex;flex-direction:column;position:relative;width:100%}.showPassword{cursor:pointer;position:absolute;top:40%;right:1%;padding:1rem;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(99deg) brightness(101%) contrast(102%)}.forgotPasswordLink{cursor:pointer;color:#fdfdfd;margin-top:9px;font-weight:400;text-align:left;align-self:start;font-size:11px;transition:all .3s}.forgotPasswordLink:hover{color:#1ce2f8;transition:all .3s}.gobacksign{margin-top:5%;font-size:14px;margin-left:8px;color:#fdfdfdc4}.gobacksign:hover{color:#1cf8bd;transition:all .3s}.btn{margin-top:2%;font-weight:700}.registerLink{margin-top:3%;color:#b7fff2c7;font-weight:600;text-align:center;transition:all .5s ease-in-out}.registerLink:hover{transition:all .5s ease-in-out;color:#fff;text-shadow:-1px 0px 6px rgba(255,255,255,1)}.text{color:#7552ff;font-weight:600;text-align:center}.bottom{margin-top:3%;display:flex;gap:.5rem;justify-content:flex-end}.socialLogin{display:flex;flex-direction:column;width:100%;align-items:center}.socialIconImg{width:100%;height:22px;flex-basis:10%;margin-left:22px}.socialIconDiv{cursor:pointer;display:flex;width:50%;justify-content:center;align-items:center;padding:.75rem;background-color:#ffffffca;color:#000}.socialIconDiv:hover{text-shadow:-1px 0px 6px rgba(255,255,255,1);transition:all .3s}.top{display:flex;flex-direction:column;align-items:center}.line{margin:8%;border:none;height:1px;background-color:#e0e0e070;color:#ffffffc8;text-align:center;font-weight:700}.line:after{position:relative;content:"Or";display:inline-block;top:-11px;padding:0 16px;animation:avataranimation0 10s infinite;animation-direction:alternate;transition:all .5s ease-in-out;border-radius:12px}.title{text-align:center;margin:0;margin-bottom:1rem}.inputUp{width:100%;padding:10px 0;border:none;color:#1d1d1d;font-size:18px;font-weight:500;border-radius:10px;background-color:#fff5;text-indent:.8em}.inputS:-webkit-autofill,.inputS:-webkit-autofill:hover,.inputS:-webkit-autofill:focus,.inputS:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:rgb(21,21,21)!important}.select{width:200px;padding:10px;margin-left:22px;border-radius:30px;background-color:#fff;color:#1d1d1d}.formWraper{display:flex;flex-direction:column;align-items:center;width:50%;align-content:center;justify-content:center;align-self:center}@keyframes ldio-bxsdd9wfio{0%{opacity:1}to{opacity:0}}.ldio-bxsdd9wfio div{left:24px;top:-8px;position:absolute;animation:ldio-bxsdd9wfio linear 1s infinite;background:#fff;width:6px;height:12px;border-radius:3px/6px;transform-origin:3px 26px}.ldio-bxsdd9wfio div:nth-child(1){transform:rotate(0);animation-delay:-.9166666666666666s;background:#fff}.ldio-bxsdd9wfio div:nth-child(2){transform:rotate(30deg);animation-delay:-.8333333333333334s;background:#fff}.ldio-bxsdd9wfio div:nth-child(3){transform:rotate(60deg);animation-delay:-.75s;background:#fff}.ldio-bxsdd9wfio div:nth-child(4){transform:rotate(90deg);animation-delay:-.6666666666666666s;background:#fff}.ldio-bxsdd9wfio div:nth-child(5){transform:rotate(120deg);animation-delay:-.5833333333333334s;background:#fff}.ldio-bxsdd9wfio div:nth-child(6){transform:rotate(150deg);animation-delay:-.5s;background:#fff}.ldio-bxsdd9wfio div:nth-child(7){transform:rotate(180deg);animation-delay:-.4166666666666667s;background:#fff}.ldio-bxsdd9wfio div:nth-child(8){transform:rotate(210deg);animation-delay:-.3333333333333333s;background:#fff}.ldio-bxsdd9wfio div:nth-child(9){transform:rotate(240deg);animation-delay:-.25s;background:#fff}.ldio-bxsdd9wfio div:nth-child(10){transform:rotate(270deg);animation-delay:-.16666666666666666s;background:#fff}.ldio-bxsdd9wfio div:nth-child(11){transform:rotate(300deg);animation-delay:-.08333333333333333s;background:#fff}.ldio-bxsdd9wfio div:nth-child(12){transform:rotate(330deg);animation-delay:0s;background:#fff}.loadingio-spinner-spinner-2ggiplaghmx{width:28px;height:18px;display:inline-block;background:none}.ldio-bxsdd9wfio{width:100%;height:100%;position:relative;transform:translateZ(0) scale(.58);backface-visibility:hidden;transform-origin:0 0}.ldio-bxsdd9wfio div{box-sizing:content-box}.navbar{height:85px;display:flex;justify-content:space-between;margin-top:2%;width:70%}.wrap{height:85px;display:flex;justify-content:center}.logo{height:55px;margin-top:1%;cursor:pointer}.icon{height:50px;align-self:center;margin:22px}.btnhome{margin-top:80px}.starwrap{background:#7552ff;border-radius:38.5px;height:48px;margin:20px;width:124px;display:flex;justify-content:space-around}.startext{font-family:Montserrat;font-style:normal;font-weight:900;font-size:24px;color:#a9e500;align-self:center}.Pinkstar{height:30px;align-self:center}.Items{padding:2px;margin:auto;width:102px;cursor:pointer;font-family:Montserrat;font-size:13px;line-height:1.45;text-transform:uppercase;font-weight:400}.Items:hover{background-color:#2d2c2c;color:#fff;border-radius:20px}.iconp2,.iconp{height:60px;margin-right:0;cursor:pointer;transition:all .5s ease-in-out}.iconp{margin-right:22px}.iconp2:hover,.iconp:hover{transition:all .5s ease-in-out;scale:1.2}.profilecard{background-image:linear-gradient(to right,rgba(255,255,255,.102) .1px,transparent 1px),linear-gradient(to bottom,rgba(128,128,128,.154) .1px,transparent 1px);background-size:40px 30px;display:flex;flex-direction:column;box-shadow:0 4px 8px #0003;border-radius:15px;width:600px;padding:60px;transition:.3s;margin:50px;position:relative;color:#000;font-weight:500}.mainarchive{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;min-height:500px;margin-top:1%;background-color:#ffffff09;backdrop-filter:blur(64px);border-radius:32px;border:2px solid #ffffff2d;margin-bottom:5%;width:70%}.imageCoinatinerA{display:flex;justify-content:center;align-items:center;flex-direction:column}.sectionfinalA{padding:22px;color:#000;border-radius:20px;display:flex;flex-direction:column;width:90%}.close{cursor:pointer;width:40px;height:50px;font-weight:900;border-radius:50px;padding:0%;animation:avataranimation0 10s infinite;animation-direction:alternate;transition:all .5s ease-in-out}.storyTitlea{font-size:32px;font-family:montserrat,sans-serif;text-align:center;font-weight:600;color:#fff;margin-bottom:2%}.imagselectedA{height:222px;border-radius:22px;margin:22px 22px 10px;transition:all .4s ease-in-out}.imagselectedA:hover{transition:all .2s ease-in-out;border:4px solid #000;box-shadow:0 0 45px -4px #fff}.carouselA{display:flex;grid-gap:50px;height:100%}.textConA{border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.4) 0%,#ffffff 100%);background-blend-mode:darken;box-shadow:12px 10px 96px -40px #000000bf;border:#edededb3 1.5px solid;padding:22px;width:60%}.mainTexta{color:#000;font-size:20px;font-family:Avenir Next;font-style:normal;font-weight:400;line-height:2.3}.imageConA{width:100%;height:500px;object-fit:cover;border-radius:32px;box-shadow:12px 10px 96px -40px #000000bf}.footertexa{margin:12px;color:#ededed;font-family:montserrat,sans-serif;width:192px;text-align:center}:root{color:#fff;color-scheme:light dark;font-family:Montserrat,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0 auto;min-height:100vh;font-family:Montserrat,sans-serif}.app{background-color:#000;background:radial-gradient(50% 50% at 50% 50%,#6B5F5F 0%,#000 100%);animation-direction:alternate;transition:all .5s ease-in-out;min-height:100vh;display:flex;flex-direction:column;align-items:center}.section{display:flex;flex-direction:column;align-items:center}.main{position:relative;display:flex;flex-direction:column;justify-content:center;width:1100px;min-height:500px;padding:22px;background:linear-gradient(221deg,#42FFC6 0%,#FF57A8 21.21%,#FF7F4F 38.64%,#FF9343 58.85%,#FF9343 58.86%,#D972FD 77.82%,#23FFB0 100%,#47F4CB 100%,#65FFC8 100%);background-blend-mode:darken;border-radius:62px;margin-bottom:5%;margin-top:1%}.btnC{display:flex;flex-direction:column}.bntNext{margin-top:5%;align-self:flex-end}textarea{background-color:#fff8;border:1px solid #ffffff2d;border-radius:10px;padding:12px;resize:none}textarea ::-webkit-scrollbar{display:block;border-radius:10px;width:8px;box-sizing:11px}textarea::-webkit-scrollbar{display:block;border-radius:10px;width:8px;box-sizing:11px}textarea::-webkit-scrollbar-thumb{background:radial-gradient(circle,rgba(255,10,173,.604) 11%,rgb(59,153,247) 99%);border-radius:50px}textarea::-webkit-scrollbar:horizontal{display:none}textarea::-webkit-scrollbar-track{background:transparent;margin-top:10px;margin-bottom:10px}textarea::-webkit-scrollbar-track-piece:end{background:transparent;margin-bottom:10px}textarea::-webkit-scrollbar-track-piece:start{background:transparent;margin-top:10px}a{font-weight:500;text-decoration:inherit}h1{font-family:Montserrat,sans-serif;font-size:2.5rem}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;line-height:1.5;display:block;margin-block-start:.2em;margin-block-end:0em;margin-inline-start:0px;margin-inline-end:0px}button{font-family:Montserrat,sans-serif;font-weight:300;padding:10px 32px;background-blend-mode:soft-light,overlay;border-radius:10px;background:linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.3));box-shadow:0 0 10px #ffffff4d;color:#fff;border:none;font-size:18px;transition:all .5s ease-in-out}button:hover{transition:all .5s ease-in-out;box-shadow:0 0 15px -2px #fff}.redButton{align-self:center;margin-top:2%;border-radius:8px;width:auto;padding:8px 12px;font-size:16px;cursor:pointer;background:linear-gradient(306deg,#89060e 0%,#ff1f8f 100%);box-shadow:0 0 15px -4px #fff;border:rgb(133,133,133) 1px solid;font-weight:800;color:#fff;text-shadow:#fff 0px 0px 5px,#fff 0px 0px 15px,2px 2px 4px rgba(255,255,255,0)}.redButton:hover{animation:avataranimation2 .5s infinite}.blueButton{align-self:center;margin-top:2%;border-radius:8px;width:auto;padding:8px 12px;font-size:16px;cursor:pointer;transition:border-color .25s;font-weight:800;color:#fff;text-shadow:#fff 0px 0px 5px,#fff 0px 0px 15px,2px 2px 4px rgba(255,255,255,0);box-shadow:0 0 15px -4px #fff;border:rgb(133,133,133) 1px solid;animation:avataranimation 2s infinite}.blueButton:hover{animation:avataranimation .5s infinite}.glass-button{background:linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.3));color:#fff;padding:10px 32px;border:none;border-radius:12px;font-size:18px;font-weight:500;margin-top:1%;align-self:flex-end;cursor:pointer;box-shadow:0 0 10px #ffffff4d;transition:all .3s ease-in-out}.glass-button:hover{transition:all .3s ease-in-out;background:linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,.5));box-shadow:0 0 15px #ffffff80;box-shadow:0 0 15px -2px #fff}select{border:none;background:var(--highlight, linear-gradient(0deg, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .2) 100%), rgba(255, 255, 255, .3));font-size:20px;font-family:Montserrat;font-weight:700;line-height:normal;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='white' height='34' viewBox='0 0 24 24' width='34' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-repeat:no-repeat;background-position-x:100%;background-position-y:5px}select:focus{outline:none}.image-container{display:flex}.imageCoinatiner{display:flex;justify-content:center;align-items:center;flex-direction:column}.imagselect,.imagselected{height:222px;border-radius:22px;margin:22px 22px 10px}.imagselected{border:4px solid #000;box-shadow:0 0 45px -4px #fff}.imagelableactive{font-weight:800;text-shadow:#c700da 0px 0px 5px,#fff 0px 0px 15px,2px 2px 4px rgba(255,255,255,0)}.titleS{font-size:1.5rem;font-weight:800;text-align:center;color:#fff}.Randombtn{background:linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.3));background-blend-mode:soft-light;font-size:20px;font-weight:500;margin-top:12px;padding:5px 10px;border-radius:22px;margin-left:11%;cursor:pointer}.custom-option{border-radius:12px;padding:8px 28px 8px 18px;width:240px}.selectionCon{display:grid;margin-top:8%;grid-template-columns:1fr 2fr;grid-row-gap:15px;grid-column-gap:25px;justify-content:center;align-self:center;width:30%;justify-items:start}.selectionCon>:nth-child(2){justify-items:end}.selectionCon>:nth-child(4){justify-self:end}.selectionCon>:nth-child(6){justify-self:end}.selctiontext{display:flex;position:relative;font-size:20px;font-weight:700}.icontext1,.icontext2,.icontext3{position:absolute;left:-60px}.icontext2{left:-55px}.icontext3{left:-52px}.loadingSpinnerContainer{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:5000;display:flex;justify-content:center;align-items:center}.loadingSpinner{width:64px;height:64px;border:8px solid;border-color:#7552ff transparent #7552ff transparent;border-radius:50%;animation:spin 1.2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lds-roller{display:inline-block;position:relative;width:80px;height:80px}.lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#52fff6;margin:-4px 0 0 -4px}.lds-roller div:nth-child(1){animation-delay:-36ms}.lds-roller div:nth-child(1):after{top:63px;left:63px}.lds-roller div:nth-child(2){animation-delay:-72ms}.lds-roller div:nth-child(2):after{top:68px;left:56px}.lds-roller div:nth-child(3){animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:71px;left:48px}.lds-roller div:nth-child(4){animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}.lds-roller div:nth-child(6){animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:68px;left:24px}.lds-roller div:nth-child(7){animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:63px;left:17px}.lds-roller div:nth-child(8){animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:56px;left:12px}@keyframes lds-roller{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes animate{0%,to{clip-path:polygon(0% 45%,16% 44%,33% 50%,54% 60%,70% 61%,84% 59%,100% 52%,100% 100%,0% 100%)}50%{clip-path:polygon(0% 60%,15% 65%,34% 66%,51% 62%,67% 50%,84% 45%,100% 46%,100% 100%,0% 100%)}}@keyframes avataranimation0{0%{background:linear-gradient(270deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}1%{background:linear-gradient(272deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}2%{background:linear-gradient(274deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}3%{background:linear-gradient(276deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}4%{background:linear-gradient(278deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}5%{background:linear-gradient(280deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}6%{background:linear-gradient(282deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}7%{background:linear-gradient(284deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}8%{background:linear-gradient(286deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}9%{background:linear-gradient(288deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}10%{background:linear-gradient(290deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}11%{background:linear-gradient(292deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}12%{background:linear-gradient(294deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}13%{background:linear-gradient(296deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}14%{background:linear-gradient(298deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}15%{background:linear-gradient(300deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}16%{background:linear-gradient(302deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}17%{background:linear-gradient(304deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}18%{background:linear-gradient(306deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}19%{background:linear-gradient(308deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}20%{background:linear-gradient(310deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}21%{background:linear-gradient(312deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}22%{background:linear-gradient(314deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}23%{background:linear-gradient(316deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}24%{background:linear-gradient(318deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}25%{background:linear-gradient(320deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}26%{background:linear-gradient(322deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}27%{background:linear-gradient(324deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}28%{background:linear-gradient(326deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}29%{background:linear-gradient(328deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}30%{background:linear-gradient(330deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}31%{background:linear-gradient(332deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}32%{background:linear-gradient(334deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}33%{background:linear-gradient(336deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}34%{background:linear-gradient(338deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}35%{background:linear-gradient(340deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}36%{background:linear-gradient(342deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}37%{background:linear-gradient(344deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}38%{background:linear-gradient(346deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}39%{background:linear-gradient(348deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}40%{background:linear-gradient(350deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}41%{background:linear-gradient(352deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}42%{background:linear-gradient(354deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}43%{background:linear-gradient(356deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}44%{background:linear-gradient(358deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}45%{background:linear-gradient(0deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}46%{background:linear-gradient(2deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}47%{background:linear-gradient(4deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}48%{background:linear-gradient(6deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}49%{background:linear-gradient(8deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}50%{background:linear-gradient(10deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}51%{background:linear-gradient(12deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}52%{background:linear-gradient(14deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}53%{background:linear-gradient(16deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}54%{background:linear-gradient(18deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}55%{background:linear-gradient(20deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}56%{background:linear-gradient(22deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}57%{background:linear-gradient(24deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}58%{background:linear-gradient(26deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}59%{background:linear-gradient(28deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}60%{background:linear-gradient(30deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}61%{background:linear-gradient(32deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}62%{background:linear-gradient(34deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}63%{background:linear-gradient(36deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}64%{background:linear-gradient(38deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}65%{background:linear-gradient(40deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}66%{background:linear-gradient(42deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}67%{background:linear-gradient(44deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}68%{background:linear-gradient(46deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}69%{background:linear-gradient(48deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}70%{background:linear-gradient(50deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}71%{background:linear-gradient(52deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}72%{background:linear-gradient(54deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}73%{background:linear-gradient(56deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}74%{background:linear-gradient(58deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}75%{background:linear-gradient(60deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}76%{background:linear-gradient(62deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}77%{background:linear-gradient(64deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}78%{background:linear-gradient(66deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}79%{background:linear-gradient(68deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}80%{background:linear-gradient(70deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}81%{background:linear-gradient(72deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}82%{background:linear-gradient(74deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}83%{background:linear-gradient(76deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}84%{background:linear-gradient(78deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}85%{background:linear-gradient(80deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}86%{background:linear-gradient(82deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}87%{background:linear-gradient(84deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}88%{background:linear-gradient(86deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}89%{background:linear-gradient(88deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}90%{background:linear-gradient(90deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}91%{background:linear-gradient(92deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}92%{background:linear-gradient(94deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}93%{background:linear-gradient(96deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}94%{background:linear-gradient(98deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}95%{background:linear-gradient(100deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}96%{background:linear-gradient(102deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}97%{background:linear-gradient(104deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}98%{background:linear-gradient(106deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}99%{background:linear-gradient(108deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}to{background:linear-gradient(110deg,#89095D 0%,#E231A6 17.31%,#FD885C 42.98%,#F98F3B 63.43%,#DC719E 75.89%,#4189E6 100%)}}@keyframes avataranimation{0%{background:linear-gradient(270deg,#00F0DD 0%,#DC1FFF 100%)}2%{background:linear-gradient(274deg,#00F0DD 0%,#DC1FFF 100%)}4%{background:linear-gradient(278deg,#00F0DD 0%,#DC1FFF 100%)}6%{background:linear-gradient(282deg,#00F0DD 0%,#DC1FFF 100%)}8%{background:linear-gradient(286deg,#00F0DD 0%,#DC1FFF 100%)}10%{background:linear-gradient(290deg,#00F0DD 0%,#DC1FFF 100%)}12%{background:linear-gradient(294deg,#00F0DD 0%,#DC1FFF 100%)}14%{background:linear-gradient(298deg,#00F0DD 0%,#DC1FFF 100%)}16%{background:linear-gradient(302deg,#00F0DD 0%,#DC1FFF 100%)}18%{background:linear-gradient(306deg,#00F0DD 0%,#DC1FFF 100%)}20%{background:linear-gradient(310deg,#00F0DD 0%,#DC1FFF 100%)}22%{background:linear-gradient(314deg,#00F0DD 0%,#DC1FFF 100%)}24%{background:linear-gradient(318deg,#00F0DD 0%,#DC1FFF 100%)}26%{background:linear-gradient(322deg,#00F0DD 0%,#DC1FFF 100%)}28%{background:linear-gradient(326deg,#00F0DD 0%,#DC1FFF 100%)}30%{background:linear-gradient(330deg,#00F0DD 0%,#DC1FFF 100%)}32%{background:linear-gradient(334deg,#00F0DD 0%,#DC1FFF 100%)}34%{background:linear-gradient(338deg,#00F0DD 0%,#DC1FFF 100%)}36%{background:linear-gradient(342deg,#00F0DD 0%,#DC1FFF 100%)}38%{background:linear-gradient(346deg,#00F0DD 0%,#DC1FFF 100%)}40%{background:linear-gradient(350deg,#00F0DD 0%,#DC1FFF 100%)}42%{background:linear-gradient(354deg,#00F0DD 0%,#DC1FFF 100%)}44%{background:linear-gradient(358deg,#00F0DD 0%,#DC1FFF 100%)}46%{background:linear-gradient(2deg,#00F0DD 0%,#DC1FFF 100%)}48%{background:linear-gradient(6deg,#00F0DD 0%,#DC1FFF 100%)}50%{background:linear-gradient(10deg,#00F0DD 0%,#DC1FFF 100%)}52%{background:linear-gradient(14deg,#00F0DD 0%,#DC1FFF 100%)}54%{background:linear-gradient(18deg,#00F0DD 0%,#DC1FFF 100%)}56%{background:linear-gradient(22deg,#00F0DD 0%,#DC1FFF 100%)}58%{background:linear-gradient(26deg,#00F0DD 0%,#DC1FFF 100%)}60%{background:linear-gradient(30deg,#00F0DD 0%,#DC1FFF 100%)}62%{background:linear-gradient(34deg,#00F0DD 0%,#DC1FFF 100%)}64%{background:linear-gradient(38deg,#00F0DD 0%,#DC1FFF 100%)}66%{background:linear-gradient(42deg,#00F0DD 0%,#DC1FFF 100%)}68%{background:linear-gradient(46deg,#00F0DD 0%,#DC1FFF 100%)}70%{background:linear-gradient(50deg,#00F0DD 0%,#DC1FFF 100%)}72%{background:linear-gradient(54deg,#00F0DD 0%,#DC1FFF 100%)}74%{background:linear-gradient(58deg,#00F0DD 0%,#DC1FFF 100%)}76%{background:linear-gradient(62deg,#00F0DD 0%,#DC1FFF 100%)}78%{background:linear-gradient(66deg,#00F0DD 0%,#DC1FFF 100%)}80%{background:linear-gradient(70deg,#00F0DD 0%,#DC1FFF 100%)}82%{background:linear-gradient(74deg,#00F0DD 0%,#DC1FFF 100%)}84%{background:linear-gradient(78deg,#00F0DD 0%,#DC1FFF 100%)}86%{background:linear-gradient(82deg,#00F0DD 0%,#DC1FFF 100%)}88%{background:linear-gradient(86deg,#00F0DD 0%,#DC1FFF 100%)}90%{background:linear-gradient(90deg,#00F0DD 0%,#DC1FFF 100%)}92%{background:linear-gradient(94deg,#00F0DD 0%,#DC1FFF 100%)}94%{background:linear-gradient(98deg,#00F0DD 0%,#DC1FFF 100%)}96%{background:linear-gradient(102deg,#00F0DD 0%,#DC1FFF 100%)}98%{background:linear-gradient(106deg,#00F0DD 0%,#DC1FFF 100%)}to{background:linear-gradient(110deg,#00F0DD 0%,#DC1FFF 100%)}}@keyframes avataranimation2{0%{background:linear-gradient(270deg,#89060e 0%,#ff1f8f 100%)}10%{background:linear-gradient(306deg,#89060e 0%,#ff1f8f 100%)}20%{background:linear-gradient(342deg,#89060e 0%,#ff1f8f 100%)}30%{background:linear-gradient(18deg,#89060e 0%,#ff1f8f 100%)}40%{background:linear-gradient(54deg,#89060e 0%,#ff1f8f 100%)}50%{background:linear-gradient(90deg,#89060e 0%,#ff1f8f 100%)}60%{background:linear-gradient(126deg,#89060e 0%,#ff1f8f 100%)}70%{background:linear-gradient(162deg,#89060e 0%,#ff1f8f 100%)}80%{background:linear-gradient(192deg,#89060e 0%,#ff1f8f 100%)}90%{background:linear-gradient(234deg,#89060e 0%,#ff1f8f 100%)}to{background:linear-gradient(270deg,#89060e 0%,#ff1f8f 100%)}}.circles{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.circles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:rgba(255,255,255,.2);animation:animate 25s linear infinite;bottom:-150px}.circles li:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.circles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.circles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.circles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.circles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.circles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.circles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes animate{0%{transform:translateY(0) rotate(0);opacity:1;border-radius:0}to{transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:50%}}
