: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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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-color-progress-bgo: .2}.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:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.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:.5s}.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;z-index:1}.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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{font-family:Roboto,sans-serif;line-height:1.25;font-weight:400;color-scheme:light dark;color:#000000de;background-color:#623071;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--activated-color: #46397c;--text-color: #FFFFFF;--second-text-color: #ffffff;--placeholder-text-color: #cfcfcf;--bg-color: #623071;--bg-white: #F5F5F6;--card-bg-color: #1D1D1D;--sub-card-bg-color: #f0f0f0;--sub-text-color: #bfbfbf}@font-face{font-family:LilitaOne;src:url(/elements/LilitaOne-Regular.ttf) format("truetype")}.LilitaOne{font-family:LilitaOne}@font-face{font-family:AmikoRegular;src:url(/elements/Amiko-Regular.ttf) format("truetype")}.AmikoRegular{font-family:AmikoRegular}#root{display:flex;flex-direction:row}.hide-desktop{display:none}body,html{background-color:#623071}.content{border-top-left-radius:1rem;border-bottom-left-radius:1rem;background-color:#fff}@media (max-width: 768px){#root{flex-direction:column}.hide-desktop{display:block}.content{border-radius:0}}.bg-grey{background-color:#f2f7ff}.bg-white{background-color:#fff}.bg-blue-to-gray{background:linear-gradient(90deg,#30714a,#30714a 10%,#f2f7ff 11%,#f2f7ff)}.bs{box-shadow:#64646f33 0 7px 29px}.fw-b{font-weight:700}a{font-weight:500;color:#1b1b9e;text-decoration:inherit;transition:all .3s}a:hover{color:#71519b}.container{max-width:75rem;height:auto;margin:0 auto;padding:0}.row-card{display:flex;flex-direction:row;align-items:center;padding:.7rem}body,h1,h2,h3,h4,h5,h6,p,a,ol,ul{margin:0;padding:0;font-weight:400;-webkit-font-smoothing:antialiased;text-decoration:none;color:inherit}h1{font-size:1.8rem}h2{font-size:1.2rem}html{width:100%;height:100%}html{box-sizing:border-box}*,*:before,*:after{box-sizing:border-box;margin:0;font-family:Roboto,sans-serif;list-style:none}body{margin:0;width:100%;height:100%}#root{width:100%;height:100%}.h100{height:100%}.form{display:flex;flex-direction:column;gap:15px;border-radius:10px;text-align:center;align-items:center;width:100%;height:100%;padding:2.5rem}.input_container{width:100%;display:flex;flex-direction:column;align-items:flex-start}.input_container label{margin-bottom:8px;color:var(--sub-text-color)}.ofy-s{overflow-y:scroll}input[type=text],input[type=number],input[type=url],input[type=email],input[type=tel],input[type=password],input[type=datetime-local],input[type=time],input[type=date],textarea,select,.inputs{color:#000;width:100%;padding:0 1em;border-radius:5px;height:2.5em;border:1.5px solid var(--placeholder-text-color);font-size:1rem;background-color:#fff;color-scheme:light}textarea{resize:vertical;padding:.5em 1em;height:5rem;min-height:2.5rem;max-height:10rem;background-color:#49494f}input[type=text]::placeholder,input[type=number]::placeholder,input[type=url]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=password]::placeholder,input[type=datetime-local]::placeholder,input[type=time]::placeholder,input[type=date]::placeholder,textarea::placeholder,select::placeholder,.inputs::placeholder{color:var(--placeholder-text-color)}input[type=checkbox]{background-color:#fff}.fc{display:flex;flex-direction:column}.fr{display:flex;flex-direction:row}.g0-5{gap:.5rem}.g0-25{gap:.25rem}.g0-75{gap:.75rem}.g1{gap:1rem}.g2{gap:2rem}.g3{gap:3rem}.g4{gap:4rem}.ai-c{align-items:center}.ai-fs{align-items:flex-start}.fs-0{flex-shrink:0}.fs-1{flex-shrink:1}.fw-w{flex-wrap:wrap}.fw-nw{flex-wrap:nowrap}.jc-c{justify-content:center}.jc-fs{justify-content:flex-start}.jc-fe{justify-content:flex-end}.jc-sa{justify-content:space-around}.w100{width:100%}.br0-5{border-radius:.5rem}.br50{border-radius:50%}.br-l-1{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.p1{padding:1rem}.p2{padding:2rem}.p0{padding:0!important}.p0-5{padding:.5rem}.m1{margin:1rem}.mb1{margin-bottom:1rem}.plr2{padding-left:2rem;padding-right:2rem}.usage{padding:.5rem 1rem;background-color:#fff;transition:.2s all}.usage:hover{background-color:#b0b0b0}input[type=button],input[type=submit],button[type=submit],button[type=button],.force_button_style{background-color:var(--activated-color);color:var(--text-color);padding:16px 25px;border-radius:5px;display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer;font-size:.9rem;box-shadow:0 0 gray;-webkit-appearance:none!important;border:2px solid transparent;transition:all .3s;color-scheme:light}button[type=button].forgot_password_button{background-color:transparent;color:var(--sub-text-color);border:none;font-size:14px;cursor:pointer;text-decoration:underline;padding:0}button[type=button].forgot_password_button:hover{background-color:transparent;color:var(--activated-color)}.form button[type=button].main_button,.form button[type=submit].main_button{width:100%;background-color:#000}.form button[type=button].sub_button,.form .sub_button{width:100%;background-color:#d3d3d3;color:#000}input[type=range]{width:100%;-webkit-appearance:none;background:var(--activated-color);height:8px;outline:none;border-radius:5px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:1.25rem;height:1.25rem;background:#847ec7;border-radius:50%;cursor:pointer}input[type=button][disabled],input[type=submit][disabled],button[type=submit][disabled],button[type=button][disabled],input[type=range][disabled],.force_button_style[disabled]{opacity:.5;cursor:not-allowed}input[type=range][disabled]::-webkit-slider-thumb{cursor:not-allowed}input[type=button]:hover,input[type=submit]:hover,button[type=submit]:hover,button[type=button]:hover,.force_button_style:hover{opacity:.6;color:#fff}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#403071}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#app_title{position:absolute;left:50%;transform:translate(-50%);color:var(--text-color)}.o0-5{opacity:.5}.over_modal{display:flex;width:100%;height:100%;position:fixed;top:0;left:0;z-index:1001;background:#fff;flex-direction:column}.over_top_menu{display:flex;width:100%;height:60px;top:0;left:0;background-color:#403071;color:#fff;align-items:center;padding:0 0 0 1rem;position:relative;flex-shrink:0}.over_top_menu h2{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-wrap:nowrap}.screen{width:100%;display:flex;gap:1rem;align-items:center;background-color:#fff;padding:1rem;border-radius:10px;cursor:pointer;transition:.3s background-color;color:#000;border:1px solid lightgray;position:relative}.screen .img-container{width:100px;height:100px;border-radius:.5rem;background-color:#82828233;border:0}.screen .img-container img{width:100px;height:100px;border-radius:.5rem;border:0;animation:fadeIn .5s}.screen:after{content:"›";position:absolute;top:0;right:1rem;font-size:2rem;z-index:1}.screen h3,.screen span,.screen p{line-height:1.3rem}.screen h3:before{content:"";position:absolute;width:100%;max-width:200px;display:inline-block;border-radius:50px;height:1rem;background-color:#e6e6e6;opacity:0;animation:fadeOut .5s}.screen span:before{content:"";position:absolute;width:4.5rem;display:inline-block;border-radius:50px;height:1rem;background-color:#e6e6e6;opacity:0;animation:fadeOut .5s}.screen p:before{content:"";position:absolute;width:100%;max-width:210px;display:inline-block;border-radius:50px;height:1rem;background-color:#e6e6e6;opacity:0;animation:fadeOut .5s}.screen .status-bubble:before{content:"";position:absolute;width:15px;height:15px;display:inline-block;border-radius:50px;background-color:#e6e6e6;opacity:0;animation:fadeOut .5s}.skeleton-screen{width:100%;display:flex;gap:1rem;align-items:center;background-color:#fff;padding:1rem;border-radius:10px;cursor:not-allowed;transition:.3s background-color;color:#000;border:1px solid lightgray;position:relative}.skeleton-screen-img{width:100px;height:100px;border-radius:.5rem;flex-shrink:0;background:#82828233;background:-webkit-gradient(linear,left top,right top,color-stop(8%,rgba(130,130,130,.2)),color-stop(18%,rgba(130,130,130,.3)),color-stop(33%,rgba(130,130,130,.2)));background:linear-gradient(to right,#82828233 8%,#8282824d 18%,#82828233 33%);background-size:800px 100px;animation:wave-squares 2s infinite ease-out}.skeleton-screen-title{width:100%;max-width:200px;height:1rem;background-color:#d3d3d3;border-radius:.5rem;background:#82828233;background:-webkit-gradient(linear,left top,right top,color-stop(8%,rgba(130,130,130,.2)),color-stop(18%,rgba(130,130,130,.3)),color-stop(33%,rgba(130,130,130,.2)));background:linear-gradient(to right,#82828233 8%,#8282824d 18%,#82828233 33%);background-size:800px 100px;animation:wave-lines 2s infinite ease-out}.skeleton-screen-status-bubble{width:15px;height:15px;border-radius:50%;background-color:#d3d3d3;flex-shrink:0;background:#82828233;background:-webkit-gradient(linear,left top,right top,color-stop(8%,rgba(130,130,130,.2)),color-stop(18%,rgba(130,130,130,.3)),color-stop(33%,rgba(130,130,130,.2)));background:linear-gradient(to right,#82828233 8%,#8282824d 18%,#82828233 33%);background-size:800px 100px;animation:wave-lines 2s infinite ease-out}.skeleton-screen-status-bar{width:4.5rem;height:1rem;background-color:#d3d3d3;border-radius:.5rem;background:#82828233;background:-webkit-gradient(linear,left top,right top,color-stop(8%,rgba(130,130,130,.2)),color-stop(18%,rgba(130,130,130,.3)),color-stop(33%,rgba(130,130,130,.2)));background:linear-gradient(to right,#82828233 8%,#8282824d 18%,#82828233 33%);background-size:800px 100px;animation:wave-lines 2s infinite ease-out}.skeleton-screen-id{width:100%;max-width:100px;height:1rem;background-color:#d3d3d3;border-radius:.5rem;background:#82828233;background:-webkit-gradient(linear,left top,right top,color-stop(8%,rgba(130,130,130,.2)),color-stop(18%,rgba(130,130,130,.3)),color-stop(33%,rgba(130,130,130,.2)));background:linear-gradient(to right,#82828233 8%,#8282824d 18%,#82828233 33%);background-size:800px 100px;animation:wave-lines 2s infinite ease-out}@keyframes wave-lines{0%{background-position:-468px 0}to{background-position:468px 0}}@keyframes wave-squares{0%{background-position:-468px 0}to{background-position:468px 0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.ta-l{text-align:left}.ta-c{text-align:center}.ta-r{text-align:right}.screen-detail{width:100%;display:flex;gap:1rem;align-items:center;padding:1rem;color:#000;position:relative}.screen-detail img{width:100px;height:100px;border-radius:.5rem;background-color:#d3d3d3}.setting-button{padding:.5rem 1rem;border-radius:5px;display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer;font-size:16px;box-shadow:0 0 gray;transition:all .3s;border:1px solid lightgray;flex-direction:column}.jc-sb{justify-content:space-between}.swiper-slide{width:280px;cursor:grab}.swiper-slide img{max-width:100%;margin:1rem 0;background-color:#fff;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;border-radius:15px}#html5-qrcode-select-camera{background-color:#474747;color:#b5b5b5}#qr-code-reader__dashboard_section_csr div button{margin:auto}#qr-code-reader{border:0!important}.smooth-transition{transition:left .4s,top .4s}#html5-qrcode-button-camera-stop,#html5-qrcode-button-camera-start,#html5-qrcode-select-camera,#html5-qrcode-button-camera-permission,#html5-qrcode-button-file-selection{background-color:#1a1a1a;color:#b5b5b5;border:0;margin-top:15px}#qr-code-reader__dashboard_section_csr{color:#696969}#qr-code-reader__dashboard{height:100%}#qr-code-reader__dashboard_section{margin-top:10%}#html5-qrcode-select-camera{width:auto;display:block;margin:auto}#html5-qrcode-anchor-scan-type-change{margin-top:5px}#html5-qrcode-anchor-scan-type-change{color:#696969}#qr-code-reader img[alt="Info icon"]{display:none}.card{background-color:#fff;border-radius:10px;padding:1rem;gap:1rem;box-shadow:#0000001a 0 4px 12px;z-index:2;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:fit-content;color:#000}.setting_element,button[type=button].setting_element{display:flex;padding:.8rem 1rem;transition:background-color .3s;width:100%;background-color:transparent;color:#000;justify-content:space-between;gap:1.5rem;border:2px solid transparent;border-bottom:1px solid lightgrey;border-radius:0;cursor:pointer}.setting_element:hover,button[type=button].setting_element:hover{background-color:#0000000d;color:#000;opacity:1;border:2px solid transparent;border-bottom:1px solid lightgrey}.setting_element[disabled],button[type=button].setting_element[disabled]{opacity:.2;cursor:not-allowed}.search-bar{display:flex;align-items:center;background-color:#eaeaea;border-radius:.5rem;max-width:100%;padding:.5rem;box-sizing:border-box;margin:1rem 1rem .5rem}.search-bar svg{margin-left:.5rem;color:#4a4a4a}.search-bar input{padding:.5rem;border:none;background-color:#eaeaea;border-radius:0;height:100%;width:100%;color:#4a4a4a}.topbar .menu{padding:0;flex-direction:row!important}.curp{cursor:pointer}.search-bar input:focus,.search-bar input:active{outline:none;border:none}.Toastify{z-index:1000000000}button[type=button].Toastify__close-button{background:transparent;color:#000;padding:0}div.online,div.offline{width:15px;height:15px;background-color:gray;border-radius:50%}div.offline{background-color:red}div.online{background-color:green}span.offline{color:red}span.online{color:green}.navbar{margin-top:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:100%;width:100px;z-index:1000;padding:1rem 0rem 2rem;background-color:#202325;position:fixed;left:0;border-top:2px solid #2d3043}.uppercase{text-transform:uppercase}.menu{max-width:75rem;width:100%;list-style:none;gap:1.5rem;padding:.5rem;display:flex;flex-direction:column;height:100%}.menu .menu-element{padding:.75rem 1.25rem;background-color:#33235a;border-radius:150px;font-size:.9rem;cursor:pointer;transition:all .3s}.menu .menu-element:hover{background-color:#3c324e}.menu-link.active{color:#fff;background-color:#8d58a759;border:2px solid #8d58a7}.menu-link{padding:1rem .25rem;border-radius:.5rem;display:flex;flex-direction:column;align-items:center;gap:.2rem;font-size:.8rem;color:#b1a1cc}.menu-link-span{max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.logo{max-width:45px;max-height:100%;margin-bottom:1rem}@media (min-width: 768px){.topbar .menu{position:fixed;top:0;left:0;height:fit-content;width:100%;justify-content:flex-end}}@media (max-width: 768px){.navbar{bottom:0;width:100%;height:100px;flex-direction:row;justify-content:space-between;padding:0}.menu{flex-direction:row;gap:.5rem;justify-content:space-between;height:100%}.menu-item{width:100%;min-width:50px}.menu-link{padding:.5rem;font-size:1rem}.menu-link-span{font-size:.8rem}.hide-mobile{display:none}}nav.bread{border-bottom:1px solid #F2F7FF;overflow-y:scroll}.breadcrumb{display:flex;list-style:none;padding:0}.breadcrumb li{display:flex;align-items:center;white-space:nowrap;margin-right:8px}.breadcrumb li a{text-decoration:none;font-weight:700}.breadcrumb li a:hover{text-decoration:underline}.breadcrumb li svg{margin:0 8px}.breadcrumb li span{font-weight:700}.logged-out.content{border-radius:0}.dn{display:none}@media (max-width: 768px){.setting-buttons{flex-direction:column}.br-l-1,.content{border-radius:0;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.bg-blue-to-gray{background:linear-gradient(0deg,#403071,#403071 10%,#f2f7ff 11%,#f2f7ff)}}.edit-avilable{cursor:pointer;position:relative}.edit-avilable:hover{opacity:.8}.city-suggestions{display:flex;flex-direction:column;background-color:#fff;border-radius:.5rem;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 0 0 1px;width:100%;max-height:300px;overflow-y:scroll}.city-suggestion{display:flex;align-items:center;padding:.25rem .5rem;gap:.5rem;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 0 0 1px;cursor:pointer}.city-suggestion:hover{background-color:#f0f0f0}.slider-container{display:flex;flex-direction:row;align-items:center;gap:1rem;padding:1rem;background-color:#e8eaef;border-radius:.5rem}.slider-container:has(input[type=range][disabled]){opacity:.5}.item-card{display:flex;flex-direction:row;background-color:#fff;border-radius:.5rem;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 0 0 1px;width:100%;cursor:pointer;overflow:hidden}.item-card-img{width:100%;max-width:35%;height:300px;border-radius:.5rem;position:relative}.item-card-condition{position:absolute;top:.5rem;left:.5rem;padding:.25rem 1rem;background-color:#30714a;color:#fff;border-radius:5rem;font-weight:700}.condition-10,.condition-9,.condition-8,.condition-7{background-color:#0f0;color:#124900}.condition-6{background-color:#af0;color:#5b6a00}.condition-5{background-color:#ef0;color:#8b8b00}.condition-4{background-color:#fc0;color:#8b5b00}.condition-3{background-color:#f90;color:#8b3b00}.condition-2{background-color:#f60;color:#8b1b00}.condition-1{background-color:#f30;color:#8b0000}.cw{color:#fff}.streak-counter,.dashboard-card,.quiz-card{border-radius:1rem;border:2px solid #563270}.quiz-card{cursor:pointer}.quiz-card:hover{background:#372047}.quiz-card.incorrect{background:red}.quiz-card.correct{background:green}.quiz-card input[type=radio]{display:none}.streak-counter .count{border-radius:500px;border:4px solid #6D449D;aspect-ratio:1/1;position:relative}.streak-counter .count:before{content:"";position:absolute;top:-4px;width:100%;height:40px;background:linear-gradient(180deg,#442076,#3f1e70);z-index:2}.streak-counter .count img{z-index:3}.ia-call{position:absolute;bottom:8rem;right:2rem;width:100%}.ia-call.menu-item{width:5rem}.ia-call-profile div{background-color:#0000005c;padding:.25rem 1rem;border-radius:1rem;color:#fff}.ia-call-profile span{background-color:green;width:1rem;height:1rem;border-radius:50%;display:flex}.streak-counter h1{font-size:3rem;font-weight:700;color:#d64508}.w5{width:5rem}.w15{width:15rem}.w20{width:20rem}.w10{width:10rem}.w1{width:1rem}.w1-5{width:1.5rem}.w2{width:2rem}.w3{width:3rem}.item-card-img img{width:100%;height:100%;object-fit:cover}.item-card-details{display:flex;flex-direction:column;gap:.5rem;width:100%;padding:1rem}@media (max-width: 768px){.item-card{flex-direction:column}.item-card-img{max-width:100%;height:200px}.item-card-details{gap:.25rem}}.import-photos{border:2px dashed #cccccc;padding:20px;text-align:center;cursor:pointer;transition:background-color .3s ease;background-color:#f9f9f9;border-radius:.5rem}.import-photos:hover{background-color:#f1f1f1}.import-photos p{margin:0;font-size:16px;color:#666}.photos-preview{display:flex;flex-wrap:nowrap;gap:.8rem;width:100%;overflow-x:scroll;overflow-y:hidden}.photo-preview{position:relative;width:100px;height:100px;flex-shrink:0}.photo-preview img{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.remove-photo-btn{position:absolute;top:.2rem;right:.2rem;background:#000000c7;border-radius:50rem;width:1.5rem;height:1.5rem;padding:0;display:flex;align-items:center;justify-content:center}.unit-card{position:relative;max-width:600px;border-radius:1rem;display:flex;flex-direction:column;overflow:hidden;padding:1.25rem;background:linear-gradient(175deg,#463179,#1a0e2e);border:2px solid #3C324E;gap:1.5rem}.absolute-icon{position:absolute;top:1.5rem;right:1.5rem}.picture-card{border:2px solid white;aspect-ratio:1/1;width:3.5rem;border-radius:.5rem;object-fit:cover}.child-supperposed .picture-card:nth-child(2),.child-supperposed .picture-card:nth-child(3){margin-left:-3rem}.child-supperposed:hover{opacity:.6}.wfc p{font-size:.8rem}.child-supperposed{cursor:pointer;transition:opacity .3s}.dotted-borders{border:2px dashed chocolate;border-radius:.5rem}.unit-card .card-content{z-index:1;width:100%;position:relative;background-color:#060e249c;margin-top:auto;padding:.5rem}.unit-card .unit-card-img{width:40%;height:auto;aspect-ratio:13/9;border-radius:1rem;object-fit:cover}.progress-bar{position:relative;height:22px;width:100%;background:#322844;border-radius:25px;border:3px solid #322844}.special-border{border:3px solid #322844}.progress-fill{position:absolute;height:16px;width:0;background:#a855b4;background:linear-gradient(90deg,#a855b4,#2d3ffd);border-radius:15px}.ml-a{margin-left:auto}.gradient{background:linear-gradient(180deg,#45217a,#17072b)}.dashboard-card{background:#33235a}button.btn-p{background:#9956bc;padding:.5rem 1rem}button.btn-r{background:#c54269;padding:.5rem 1rem}.back{background-color:transparent;padding:0}.ai-fe{align-items:flex-end}.chat{padding:1rem;border-radius:1rem}.mta{margin-top:auto}.chat.other{background:#bdb6d6;color:#000}.chat.mine{background:#403071}.typing{align-items:center;display:flex;height:17px}.typing .dot{animation:mercuryTypingAnimation 1.8s infinite ease-in-out;background-color:#262d44;border-radius:50%;height:7px;margin-right:4px;vertical-align:middle;width:7px;display:inline-block}.typing .dot:nth-child(1){animation-delay:.2s}.typing .dot:nth-child(2){animation-delay:.3s}.typing .dot:nth-child(3){animation-delay:.4s}.typing .dot:last-child{margin-right:0}@keyframes mercuryTypingAnimation{0%{transform:translateY(0);background-color:#0b1dea}28%{transform:translateY(-7px);background-color:#7d739b}44%{transform:translateY(0);background-color:#9497e0}}.spec{background:linear-gradient(180deg,#45217a,#17072b);border:2px solid #3C324E;padding:2rem;display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer;font-size:.9rem;box-shadow:0 0 gray;-webkit-appearance:none!important;transition:background-color .3s;color-scheme:light}.spec:hover{background:linear-gradient(180deg,#8302c3,#bf12a8)}.wfc{width:fit-content}.pspe{padding:.25rem .75rem;transition:background-color .3s}.pspe:hover{background-color:#3f1e70;cursor:pointer}.bgp{background-color:#38383c}.bgpl{background-color:#656565}.bgr{background-color:#a459ed}.gradient-text{background:-webkit-linear-gradient(#8302C3,#6f5389);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
