#app,body,html{height:100%;margin:0}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}#Header{background-color:#fff;display:flex;padding:20px;justify-content:space-between;align-items:center}#Header .header-logo img{width:200px}#Header .header-content{flex-direction:column;margin-left:-150px}#Header .header-content,#Header .header-content .circle-and-line{display:flex;align-items:center;position:relative}#Header .header-content .circle-and-line .bg-default{border:3px solid #ecd1cb!important}#Header .header-content .circle-and-line .page-border{border:3px solid #e75a4d!important}#Header .header-content .circle-and-line .circle{width:30px;height:30px;border:3px solid #e75a4d;border-radius:50%;background-color:#fff;z-index:1;display:grid;justify-content:center;align-content:center}#Header .header-content .circle-and-line .circle.active{background-color:#e75a4d;border:3px solid #e75a4d}#Header .header-content .circle-and-line .line{width:110px;height:2px;background-color:#ecd1cb}#Header .header-content .circle-and-line .line.active{background-color:#e75a4d}#Header .header-content .text-container{display:flex;justify-content:space-between;margin-top:10px;width:100%;gap:5px}#Header .header-content .text{font-size:14px;color:#262a50;text-align:center;width:120px;min-width:120px;white-space:normal;line-height:1.2;padding:0 2px;overflow-wrap:break-word}@media screen and (max-width:1050px){#Header .header-content{margin-left:-80px}#Header .header-content .circle-and-line .line{width:95px}#Header .header-content .circle-and-line .circle{width:28px;height:28px}#Header .header-content .text-container{gap:8px}#Header .header-content .text-container .text{width:100px;min-width:100px;font-size:13px}}@media screen and (max-width:1024px){#Header .header-content{margin-left:-50px}#Header .header-content .circle-and-line .line{width:80px}#Header .header-content .text-container{gap:6px}#Header .header-content .text-container .text{font-size:14px}}@media screen and (max-width:900px){#Header .header-content{margin-left:-30px}#Header .header-content .circle-and-line .line{width:60px}#Header .header-content .circle-and-line .circle{width:25px;height:25px}#Header .header-content .text-container{gap:4px}#Header .header-content .text-container .text{width:90px;min-width:90px;font-size:12px}}@media screen and (max-width:768px){#Header{flex-direction:column;padding:10px}#Header .header-logo{margin-bottom:15px}#Header .header-logo img{width:150px}#Header .header-content{margin-left:0;width:100%}#Header .header-content .circle-and-line{width:100%;justify-content:center}#Header .header-content .circle-and-line .circle{width:20px;height:20px}#Header .header-content .circle-and-line .line{width:40px}#Header .header-content .text-container{gap:3px;flex-wrap:nowrap}#Header .header-content .text-container .text{width:80px;min-width:80px;font-size:11px}}@media screen and (max-width:480px){#Header .header-content .circle-and-line .line{width:25px}#Header .header-content .text-container .text{width:70px;min-width:70px;font-size:10px}}@media screen and (max-width:360px){#Header .header-content .circle-and-line .line{width:20px}#Header .header-content .circle-and-line .circle{width:18px;height:18px}#Header .header-content .text-container .text{width:60px;min-width:60px;font-size:9px}}#HomePage[data-v-70b48b66]{display:flex;flex-direction:column;height:100%;overflow:hidden;background-image:url(/img/BackgroundOne.8cb381bc.png);background-repeat:no-repeat;background-size:cover}#HomePage .title-text[data-v-70b48b66]{font-family:Plus Jakarta Sans,sans-serif;margin-bottom:30px}#HomePage .title-text h1[data-v-70b48b66]{color:#272657;font-weight:700}#HomePage .title-text h3[data-v-70b48b66]{color:#64607d;font-weight:100}#HomePage .content[data-v-70b48b66]{display:flex;justify-content:center;overflow:auto}#HomePage .content .home-page-form[data-v-70b48b66]{padding:30px;background:#fff;width:550px;border-radius:20px;box-shadow:0 0 20px 0 rgba(0,0,0,.1)}#HomePage .content .home-page-form .form-row[data-v-70b48b66]{display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}#HomePage .content .home-page-form .form-row .form-column[data-v-70b48b66]{display:flex;flex-direction:column;flex:1}#HomePage .content .home-page-form .form-row .form-column label[data-v-70b48b66]{font-weight:700;margin-bottom:5px;color:#272657;text-align:left;margin-left:12px}#HomePage .content .home-page-form .form-row .form-column input[data-v-70b48b66]{padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px;color:#6a6a6a;height:23px}#HomePage .content .home-page-form .form-row .form-column input[data-v-70b48b66]::-moz-placeholder{color:#aba6c8}#HomePage .content .home-page-form .form-row .form-column input[data-v-70b48b66]::placeholder{color:#aba6c8}#HomePage .content .home-page-form .form-row .form-column input[data-v-70b48b66]:focus{outline:none;border-color:#272657}#HomePage .content .home-page-form .form-row .form-column input[data-v-70b48b66]:hover{border-color:#272657}#HomePage .content .home-page-form .form-row .form-column .password-container[data-v-70b48b66]{position:relative;display:flex;align-items:center}#HomePage .content .home-page-form .form-row .form-column .password-container img[data-v-70b48b66]{width:20px}#HomePage .content .home-page-form .form-row .form-column .password-container input[data-v-70b48b66]{flex:1;padding-right:40px}#HomePage .content .home-page-form .form-row .form-column .password-container .toggle-password[data-v-70b48b66]{position:absolute;right:10px;cursor:pointer}#HomePage .content .home-page-form .form-row .form-column .mismatch-text[data-v-70b48b66]{position:absolute;color:red;margin-top:78px}#HomePage .content .home-page-form .form-row .form-column .mismatch input[data-v-70b48b66]{border-color:red}#HomePage .content .home-page-form .description[data-v-70b48b66]{text-align:left;color:#afafaf;margin-bottom:15px}#HomePage .content .home-page-form .description .initial[data-v-70b48b66]{color:#afafaf}#HomePage .content .home-page-form .description .valid[data-v-70b48b66]{color:#0ab611}#HomePage .content .home-page-form .description .invalid[data-v-70b48b66]{color:#ff5050}#HomePage .content .home-page-form .description>div[data-v-70b48b66]:first-child{margin-bottom:10px}#HomePage .content .home-page-form .description>div[data-v-70b48b66]{display:flex;justify-content:space-between}#HomePage .content .home-page-form .description>div ul[data-v-70b48b66]{list-style-type:disc;padding-left:20px;color:#a6a6a6;margin:0}#HomePage .content .home-page-form .description>div ul li[data-v-70b48b66]{margin-bottom:8px}#HomePage .content .info-container[data-v-70b48b66]{display:flex;justify-content:space-between;margin-top:20px}#HomePage .content .info-container .info-box[data-v-70b48b66]{display:flex;flex-direction:column;padding:10px;border-radius:10px;width:45%}#HomePage .content .info-container .info-box .info-label[data-v-70b48b66]{color:#64607d;margin-bottom:5px;text-align:center}#HomePage .content .info-container .info-box .info-value[data-v-70b48b66]{border-radius:20px;padding:10px;border:2px solid #fff;font-weight:700;text-align:center;color:#272657}#HomePage .content .info-container .info-box-left[data-v-70b48b66]{text-align:left}#HomePage .content .info-container .info-box-right[data-v-70b48b66]{text-align:right}#HomePage .animate-entry[data-v-70b48b66]{opacity:0;transform:translateY(-20px);animation:slideDown-70b48b66 .8s ease forwards}#HomePage .content[data-v-70b48b66]{animation-delay:.3s}@keyframes slideDown-70b48b66{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}#HomePage .home-page-form .form-row[data-v-70b48b66]{opacity:0;animation:fadeIn-70b48b66 .5s ease forwards}#HomePage .home-page-form .form-row[data-v-70b48b66]:first-child{animation-delay:.5s}#HomePage .home-page-form .form-row[data-v-70b48b66]:nth-child(2){animation-delay:.7s}#HomePage .home-page-form .description[data-v-70b48b66]{opacity:0;animation:fadeIn-70b48b66 .5s ease forwards;animation-delay:.9s}#HomePage .info-container[data-v-70b48b66]{opacity:0;animation:fadeIn-70b48b66 .5s ease forwards;animation-delay:1.1s}@keyframes fadeIn-70b48b66{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){#HomePage .title-text[data-v-70b48b66]{padding:0 20px;margin-bottom:20px}#HomePage .title-text h1[data-v-70b48b66]{font-size:1.8rem}#HomePage .title-text h3[data-v-70b48b66]{font-size:1rem}#HomePage .content[data-v-70b48b66]{padding:0 15px}#HomePage .content .home-page-form[data-v-70b48b66]{width:100%;max-width:100%;padding:20px;height:auto}#HomePage .content .home-page-form .form-row[data-v-70b48b66]{flex-direction:column;gap:15px;margin-bottom:15px}#HomePage .content .home-page-form .form-row .form-column[data-v-70b48b66]{width:100%}#HomePage .content .home-page-form .form-row .form-column .mismatch-text[data-v-70b48b66]{margin-top:45px}#HomePage .content .home-page-form .description>div[data-v-70b48b66]{flex-direction:column}#HomePage .content .home-page-form .description>div div[data-v-70b48b66]{width:100%;margin-bottom:10px}#HomePage .content .home-page-form .description>div ul[data-v-70b48b66]{padding-left:15px}#HomePage .content .home-page-form .description>div ul li[data-v-70b48b66]{margin-bottom:5px;font-size:.9rem}#HomePage .content .info-container[data-v-70b48b66]{flex-direction:column;gap:15px;margin-top:15px}#HomePage .content .info-container .info-box[data-v-70b48b66]{width:100%}#HomePage .content .info-container .info-box .info-value[data-v-70b48b66]{font-size:.9rem;padding:8px}#HomePage .content .info-container .info-box-left[data-v-70b48b66],#HomePage .content .info-container .info-box-right[data-v-70b48b66]{text-align:center}}@media screen and (max-width:480px){#HomePage .title-text h1[data-v-70b48b66]{font-size:1.5rem}#HomePage .title-text h3[data-v-70b48b66]{font-size:.9rem}#HomePage .content .home-page-form[data-v-70b48b66]{padding:15px}#HomePage .content .home-page-form .form-column label[data-v-70b48b66]{font-size:.9rem}#HomePage .content .home-page-form .form-column input[data-v-70b48b66]{font-size:.9rem;height:20px}}@media screen and (min-width:769px)and (max-width:1024px){#HomePage .content .home-page-form[data-v-70b48b66]{width:90%;max-width:700px}}.error[data-v-70b48b66]{border-color:red!important}.mismatch-text[data-v-70b48b66]{position:absolute;color:red;font-size:12px;margin-top:45px}#AboutSupsis[data-v-7de2e030]{display:flex;flex-direction:column;height:100%;overflow:hidden;background-image:url(/img/BackgroundOne.8cb381bc.png);background-repeat:no-repeat;background-size:cover}#AboutSupsis .title-text[data-v-7de2e030]{font-family:Plus Jakarta Sans,sans-serif;text-align:center}#AboutSupsis .title-text h1[data-v-7de2e030]{font-size:2rem;color:#272657;font-weight:700}@media(max-width:768px){#AboutSupsis .title-text h1[data-v-7de2e030]{font-size:1.8rem}}@media(max-width:480px){#AboutSupsis .title-text h1[data-v-7de2e030]{font-size:1.5rem}}#AboutSupsis .content[data-v-7de2e030]{display:flex;justify-content:center;padding:15px 15px;overflow-y:auto;height:auto}#AboutSupsis .content .form-now[data-v-7de2e030]{width:100%;max-width:600px;margin:auto;font-family:Arial,sans-serif;height:60vh}@media(max-width:1024px){#AboutSupsis .content .about-form[data-v-7de2e030]{height:50vh!important}}#AboutSupsis .content .about-form[data-v-7de2e030]{padding:30px;width:40%;max-width:1000px;border-radius:20px;box-shadow:0 0 20px 0 rgba(0,0,0,.1);height:50vh;background:#fff;display:grid;grid-template-columns:1fr;gap:20px;overflow:auto}@media(max-width:1024px){#AboutSupsis .content .about-form[data-v-7de2e030]{width:60%;padding:25px 30px 25px 30px!important}#AboutSupsis .content .about-form .form-now[data-v-7de2e030]{height:48vh!important}}@media(max-width:768px){#AboutSupsis .content .about-form[data-v-7de2e030]{width:80%;padding:20px}}@media(max-width:480px){#AboutSupsis .content .about-form[data-v-7de2e030]{width:95%;padding:10px;margin:10px auto;max-height:80vh}#AboutSupsis .content .about-form .card[data-v-7de2e030]{padding:12px;margin-bottom:8px;min-height:auto}#AboutSupsis .content .about-form .card[data-v-7de2e030]:hover{transform:translateY(-2px) scale(1.01)}#AboutSupsis .content .about-form .card .check-box .checkmark[data-v-7de2e030]{height:18px;width:18px}#AboutSupsis .content .about-form .card .check-box .checkmark[data-v-7de2e030]:after{left:5px;top:2px;width:5px;height:8px}#AboutSupsis .content .about-form .card .text[data-v-7de2e030]{font-size:.85rem;line-height:1.3;padding-right:5px;word-wrap:break-word}}#AboutSupsis .content .about-form .card[data-v-7de2e030]{cursor:pointer;display:flex;align-items:center;border:1px solid #ccc;border-radius:10px;padding:20px;transition:all .4s cubic-bezier(.4,0,.2,1);margin-bottom:10px}#AboutSupsis .content .about-form .card[data-v-7de2e030]:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 20px rgba(93,91,141,.15)}#AboutSupsis .content .about-form .card.disabled[data-v-7de2e030]{opacity:.5;pointer-events:none;background-color:#f0f0f0}#AboutSupsis .content .about-form .card .check-box[data-v-7de2e030]{position:relative;margin-right:10px;display:flex;align-items:center;cursor:pointer}#AboutSupsis .content .about-form .card .check-box input[data-v-7de2e030]{position:absolute;opacity:0;cursor:pointer}#AboutSupsis .content .about-form .card .check-box input:checked~.checkmark[data-v-7de2e030]{background-color:#5d5b8d;border:1px solid #5d5b8d}#AboutSupsis .content .about-form .card .check-box input:checked~.checkmark[data-v-7de2e030]:after{display:block}#AboutSupsis .content .about-form .card .check-box .checkmark[data-v-7de2e030]{height:24px;width:24px;background-color:#fff;border:1px solid #ccc;border-radius:50%;display:inline-block;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}#AboutSupsis .content .about-form .card .check-box .checkmark[data-v-7de2e030]:after{content:"";position:absolute;display:none;left:8px;top:4px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);transition:all .3s cubic-bezier(.4,0,.2,1)}#AboutSupsis .content .about-form .card .text[data-v-7de2e030]{flex:1;text-align:left;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;color:#272657}#AboutSupsis .content .about-form .card[data-v-7de2e030]:focus-within{border-color:#5d5b8d}#AboutSupsis .fade-in[data-v-7de2e030]{opacity:0;animation:fadeIn-7de2e030 1.5s ease-out forwards}#AboutSupsis .slide-in[data-v-7de2e030]{opacity:0;animation:slideIn-7de2e030 .8s cubic-bezier(.4,0,.2,1) forwards}#AboutSupsis .slide-in[data-v-7de2e030]:first-child{animation-delay:.6s}#AboutSupsis .slide-in[data-v-7de2e030]:nth-child(2){animation-delay:.9s}#AboutSupsis .slide-in[data-v-7de2e030]:nth-child(3){animation-delay:1.2s}#AboutSupsis .slide-in[data-v-7de2e030]:nth-child(4){animation-delay:1.5s}#AboutSupsis .slide-in[data-v-7de2e030]:nth-child(5){animation-delay:1.8s}@keyframes fadeIn-7de2e030{0%{opacity:0;transform:translateY(-30px)}30%{opacity:.3}to{opacity:1;transform:translateY(0)}}@keyframes slideIn-7de2e030{0%{opacity:0;transform:translateX(-60px) scale(.9)}50%{opacity:.5}to{opacity:1;transform:translateX(0) scale(1)}}#SystemOptions[data-v-3b0ba548]{display:flex;flex-direction:column;height:100%;overflow:auto;background-image:url(/img/BackgroundTwo.d263c8b9.png);background-repeat:no-repeat;background-size:cover}#SystemOptions .dust-container[data-v-3b0ba548]{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;perspective:1000px}#SystemOptions .dust-particle[data-v-3b0ba548]{position:absolute;width:var(--size);height:var(--size);left:var(--left);top:-20px;background:rgba(93,91,141,.15);border-radius:50%;animation:dustAnimation-3b0ba548 4s ease-in-out forwards;animation-delay:var(--delay);-webkit-animation-delay:var(--delay)}#SystemOptions .dust-particle[data-v-3b0ba548]:before{content:"";position:absolute;width:100%;height:100%;background:inherit;border-radius:inherit;animation:dustPulse-3b0ba548 2s ease-in-out forwards}@keyframes dustAnimation-3b0ba548{0%{opacity:0;transform:translateY(0) rotate(0deg)}20%{opacity:1}90%{opacity:0}to{opacity:0;transform:translateY(100vh) rotate(1turn)}}@keyframes dustPulse-3b0ba548{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}#SystemOptions .title-text[data-v-3b0ba548]{position:relative;z-index:2;opacity:0;animation:fadeInDown-3b0ba548 1s ease-out forwards;animation-delay:.5s}@media(max-width:768px){#SystemOptions .title-text h1[data-v-3b0ba548]{font-size:1.5rem!important;padding:0 15px}#SystemOptions .title-text h3[data-v-3b0ba548]{font-size:1.17rem!important;padding:0 15px}}@media(max-width:480px){#SystemOptions .title-text h1[data-v-3b0ba548]{font-size:1.8rem}}#SystemOptions .content[data-v-3b0ba548]{position:relative;z-index:2;padding:0 20px}@media(max-width:1200px){#SystemOptions .content[data-v-3b0ba548]{gap:15px}}#SystemOptions .content .card[data-v-3b0ba548]{opacity:0;transform:translateY(20px);animation:fadeInUp-3b0ba548 .6s ease-out forwards}#SystemOptions .content .card[data-v-3b0ba548]:nth-child(2){animation-delay:.95s}#SystemOptions .content .card[data-v-3b0ba548]:nth-child(3){animation-delay:1.1s}#SystemOptions .content .card[data-v-3b0ba548]:nth-child(4){animation-delay:1.25s}#SystemOptions .content .card[data-v-3b0ba548]:nth-child(5){animation-delay:1.4s}#SystemOptions .content .card[data-v-3b0ba548]:nth-child(6){animation-delay:1.55s}@media(max-width:1200px){#SystemOptions .content .card[data-v-3b0ba548]{width:calc(50% - 20px);min-width:300px;padding:20px}}@media(max-width:768px){#SystemOptions .content .card[data-v-3b0ba548]{width:100%;max-width:500px}#SystemOptions .content .card .card-header .card-title[data-v-3b0ba548]{font-size:1.1rem}#SystemOptions .content .card .card-header .icon[data-v-3b0ba548]{font-size:1.8rem}}#SystemOptions .content .card .card-text[data-v-3b0ba548]{font-size:1.3rem}@media(max-width:768px){#SystemOptions .content .card .card-text[data-v-3b0ba548]{font-size:1.1rem}}@media(max-width:480px){#SystemOptions .content .card .card-text[data-v-3b0ba548]{font-size:1rem}}@keyframes fadeInDown-3b0ba548{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp-3b0ba548{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#SystemOptions .title-text[data-v-3b0ba548]{font-family:Plus Jakarta Sans,sans-serif;margin-bottom:20px;text-align:center}#SystemOptions .title-text h1[data-v-3b0ba548]{font-size:2.3rem;color:#272657;font-weight:700}#SystemOptions .title-text h3[data-v-3b0ba548]{color:#64607d;font-weight:100;font-size:1.17rem}#SystemOptions .content[data-v-3b0ba548]{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}#SystemOptions .content .card[data-v-3b0ba548]{background:#fff;border:1px solid #ccc;border-radius:20px;width:350px;padding:30px;box-shadow:0 0 20px rgba(0,0,0,.1);cursor:pointer;transition:border .2s ease,box-shadow .2s ease}#SystemOptions .content .card[data-v-3b0ba548]:hover{border-color:#5d5b8d;box-shadow:0 4px 10px rgba(0,0,0,.1)}#SystemOptions .content .card .card-header[data-v-3b0ba548]{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}#SystemOptions .content .card .card-header .icon[data-v-3b0ba548]{font-size:2rem;color:#5d5b8d}#SystemOptions .content .card .card-header .card-title[data-v-3b0ba548]{font-size:1.2rem;font-weight:700;color:#272657;flex-grow:1;margin-left:10px;text-align:left}#SystemOptions .content .card .card-header .checkbox[data-v-3b0ba548]{position:relative;cursor:pointer}#SystemOptions .content .card .card-header .checkbox input[data-v-3b0ba548]{position:absolute;opacity:0;cursor:pointer}#SystemOptions .content .card .card-header .checkbox input:checked~.checkmark[data-v-3b0ba548]{background-color:#5d5b8d;border:1px solid #5d5b8d}#SystemOptions .content .card .card-header .checkbox input:checked~.checkmark[data-v-3b0ba548]:after{display:block}#SystemOptions .content .card .card-header .checkbox .checkmark[data-v-3b0ba548]{height:24px;width:24px;background-color:#fff;border:1px solid #ccc;border-radius:50%;display:inline-block;position:relative}#SystemOptions .content .card .card-header .checkbox .checkmark[data-v-3b0ba548]:after{content:"";position:absolute;display:none;left:8px;top:4px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}#SystemOptions .content .card .card-text[data-v-3b0ba548]{font-family:Plus Jakarta Sans,sans-serif;color:#64607d;font-size:1rem;text-align:left}@media(max-width:768px){#SystemOptions[data-v-3b0ba548]{height:100vh;overflow-y:auto;padding-bottom:40px}#SystemOptions .content[data-v-3b0ba548]{max-height:calc(100vh - 150px);padding:0 15px 20px 15px}#SystemOptions .content[data-v-3b0ba548]::-webkit-scrollbar{width:6px}#SystemOptions .content[data-v-3b0ba548]::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:10px}#SystemOptions .content[data-v-3b0ba548]::-webkit-scrollbar-thumb{background:rgba(93,91,141,.5);border-radius:10px}#SystemOptions .content .card[data-v-3b0ba548]{margin-bottom:15px;width:calc(100% - 10px);max-width:none}#SystemOptions .title-text[data-v-3b0ba548]{padding:20px 15px;margin-bottom:15px}}#ModuleSelectorOne[data-v-629037fc]{display:flex;flex-direction:column;height:100%;overflow:auto;background-image:url(/img/BackgroundOne.8cb381bc.png);background-repeat:no-repeat;background-size:cover}#ModuleSelectorOne .title-text[data-v-629037fc]{font-family:Plus Jakarta Sans,sans-serif;padding:0 20px;animation:slideDown-629037fc .8s ease}#ModuleSelectorOne .title-text h2[data-v-629037fc]{font-size:1.7rem;color:#272657;font-weight:700}@media(max-width:768px){#ModuleSelectorOne .title-text h2[data-v-629037fc]{font-size:1.8rem;text-align:center}}#ModuleSelectorOne .title-text h3[data-v-629037fc]{color:#64607d;font-weight:100}@media(max-width:768px){#ModuleSelectorOne .title-text h3[data-v-629037fc]{font-size:1rem;text-align:center}#ModuleSelectorOne .module-selector-container[data-v-629037fc]{height:33vh!important}#ModuleSelectorOne .form-now[data-v-629037fc]{height:30vh!important}}#ModuleSelectorOne .content[data-v-629037fc]{display:flex;justify-content:center;padding:0 20px}#ModuleSelectorOne .content .module-selector-container[data-v-629037fc]{position:relative;padding:30px;background:#fff;width:600px;height:48vh;border-radius:20px;box-shadow:0 0 20px 0 rgba(0,0,0,.1);animation:fadeIn-629037fc 1s ease}@media(max-width:768px){#ModuleSelectorOne .content .module-selector-container[data-v-629037fc]{width:100%;padding:20px;border-radius:15px}}#ModuleSelectorOne .content .module-selector-container .form-now[data-v-629037fc]{width:100%;max-width:600px;margin:auto;font-family:Arial,sans-serif;height:46vh;overflow-y:auto;padding:10px}#ModuleSelectorOne .content .module-selector-container .form-now h2[data-v-629037fc]{text-align:left;margin-top:-10px;color:#272657;opacity:0;animation:slideRight-629037fc .8s ease forwards;animation-delay:.5s}#ModuleSelectorOne .content .module-selector-container .form-now .item[data-v-629037fc]{margin-left:-7px;position:relative;display:flex;align-items:flex-start;flex-direction:column;padding:15px 20px;border:1px solid #ddd;border-radius:10px;margin-bottom:15px;transition:all .5s ease;cursor:pointer;overflow:hidden;opacity:0;animation:slideUp-629037fc .5s ease forwards}#ModuleSelectorOne .content .module-selector-container .form-now .item[data-v-629037fc]:nth-child(2){animation-delay:1s}#ModuleSelectorOne .content .module-selector-container .form-now .item[data-v-629037fc]:nth-child(3){animation-delay:1.2s}#ModuleSelectorOne .content .module-selector-container .form-now .item[data-v-629037fc]:nth-child(4){animation-delay:1.4s}#ModuleSelectorOne .content .module-selector-container .form-now .item[data-v-629037fc]:nth-child(5){animation-delay:1.6s}#ModuleSelectorOne .content .module-selector-container .form-now .item[data-v-629037fc]:nth-child(6){animation-delay:1.8s}#ModuleSelectorOne .content .module-selector-container .form-now .item[data-v-629037fc]:nth-child(7){animation-delay:2s}#ModuleSelectorOne .content .module-selector-container .form-now .item[data-v-629037fc]:nth-child(8){animation-delay:2.2s}#ModuleSelectorOne .content .module-selector-container .form-now .item[data-v-629037fc]:nth-child(9){animation-delay:2.4s}#ModuleSelectorOne .content .module-selector-container .form-now .item[data-v-629037fc]:nth-child(10){animation-delay:2.6s}#ModuleSelectorOne .content .module-selector-container .form-now .item[data-v-629037fc]:nth-child(11){animation-delay:2.8s}@media(max-width:768px){#ModuleSelectorOne .content .module-selector-container .form-now .item[data-v-629037fc]{padding:12px 15px}}#ModuleSelectorOne .content .module-selector-container .form-now .item .item-top[data-v-629037fc]{display:flex;align-items:center;justify-content:space-between;width:100%;flex-wrap:nowrap}@media(max-width:768px){#ModuleSelectorOne .content .module-selector-container .form-now .item .item-top[data-v-629037fc]{flex-wrap:nowrap;gap:10px}#ModuleSelectorOne .content .module-selector-container .form-now .item .item-top .item-text[data-v-629037fc]{font-size:14px;margin-left:10px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#ModuleSelectorOne .content .module-selector-container .form-now .item .item-top .item-icon[data-v-629037fc]{flex-shrink:0;width:20px;height:20px}#ModuleSelectorOne .content .module-selector-container .form-now .item .item-top .item-checkbox[data-v-629037fc]{flex-shrink:0}}#ModuleSelectorOne .content .module-selector-container .form-now .item .item-top .item-icon[data-v-629037fc]{width:30px;height:30px}@media(max-width:768px){#ModuleSelectorOne .content .module-selector-container .form-now .item .item-top .item-icon[data-v-629037fc]{width:25px;height:25px}}#ModuleSelectorOne .content .module-selector-container .form-now .item .item-top .item-text[data-v-629037fc]{flex-grow:1;margin-left:15px;font-size:18px;color:#444;text-align:left}@media(max-width:768px){#ModuleSelectorOne .content .module-selector-container .form-now .item .item-top .item-text[data-v-629037fc]{font-size:16px;margin-left:10px}}#ModuleSelectorOne .content .module-selector-container .form-now .item .item-top .item-checkbox input[type=checkbox][data-v-629037fc]{opacity:0;position:absolute;pointer-events:none}#ModuleSelectorOne .content .module-selector-container .form-now .item .item-top .item-checkbox input[type=checkbox]:checked+.checkmark[data-v-629037fc]{background-color:#5d5b8d;border-color:#5d5b8d}#ModuleSelectorOne .content .module-selector-container .form-now .item .item-top .item-checkbox input[type=checkbox]:checked+.checkmark[data-v-629037fc]:after{display:block}#ModuleSelectorOne .content .module-selector-container .form-now .item .item-top .item-checkbox .checkmark[data-v-629037fc]{height:24px;width:24px;background-color:#fff;border:1px solid #ccc;border-radius:50%;display:inline-block;position:relative}#ModuleSelectorOne .content .module-selector-container .form-now .item .item-top .item-checkbox .checkmark[data-v-629037fc]:after{content:"";position:absolute;display:none;left:8px;top:4px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}#ModuleSelectorOne .content .module-selector-container .form-now .item .item-description[data-v-629037fc]{max-height:0;opacity:0;margin-top:0;transition:all .5s ease;overflow:hidden;width:100%}#ModuleSelectorOne .content .module-selector-container .form-now .item .item-description p[data-v-629037fc]{margin:10px 0 0 0;font-size:14px;color:#666;line-height:1.5}@media(max-width:768px){#ModuleSelectorOne .content .module-selector-container .form-now .item .item-description p[data-v-629037fc]{font-size:13px;line-height:1.4}}#ModuleSelectorOne .content .module-selector-container .form-now .item[data-v-629037fc]:hover{box-shadow:0 0 20px 0 #e8e4f3;transform:scale(1.02);transition:all .5s ease}#ModuleSelectorOne .content .module-selector-container .form-now .item:hover .item-description[data-v-629037fc]{max-height:200px;opacity:1;margin-top:10px}@media(hover:none){#ModuleSelectorOne .content .module-selector-container .form-now .item[data-v-629037fc]:active{box-shadow:0 0 20px 0 #e8e4f3;transform:scale(1.01)}#ModuleSelectorOne .content .module-selector-container .form-now .item:active .item-description[data-v-629037fc]{max-height:200px;opacity:1;margin-top:10px}}@keyframes slideDown-629037fc{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn-629037fc{0%{opacity:0}to{opacity:1}}@keyframes slideUp-629037fc{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight-629037fc{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.scroll-indicator[data-v-629037fc]{position:absolute;left:0;right:0;bottom:-50px;margin:auto;width:-moz-fit-content;width:fit-content;transform:translateY(-20px);background:#5d5b8d;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;z-index:1000;padding:5px}.scroll-indicator[data-v-629037fc]:hover{background:#4a4870;transform:scale(1.1)}.scroll-indicator[data-v-629037fc]:active{transform:scale(.95)}.scroll-indicator .scroll-icon[data-v-629037fc]{color:#fff;font-size:18px}@media(max-width:768px){.scroll-indicator[data-v-629037fc]{display:none!important}.module-selector-container[data-v-629037fc]{width:100%;padding:20px;border-radius:15px}.scroll-indicator[data-v-629037fc]{left:-45px;bottom:15px;width:35px;height:35px}}#ModuleSelectorTwo[data-v-2b02bddc]{display:flex;flex-direction:column;height:100%;overflow:auto;background-image:url(/img/BackgroundOne.8cb381bc.png);background-repeat:no-repeat;background-size:cover}#ModuleSelectorTwo .title-text[data-v-2b02bddc]{font-family:Plus Jakarta Sans,sans-serif;padding:0 20px;animation:slideDown-2b02bddc .8s ease}#ModuleSelectorTwo .title-text h1[data-v-2b02bddc]{font-size:2rem;color:#272657;font-weight:700}@media(max-width:768px){#ModuleSelectorTwo .title-text h1[data-v-2b02bddc]{font-size:1.8rem;text-align:center}}#ModuleSelectorTwo .title-text h3[data-v-2b02bddc]{color:#64607d;font-weight:100}@media(max-width:768px){#ModuleSelectorTwo .title-text h3[data-v-2b02bddc]{font-size:1rem;text-align:center}#ModuleSelectorTwo .module-selector-container[data-v-2b02bddc]{width:92%!important;height:43vh!important}#ModuleSelectorTwo .form-now[data-v-2b02bddc]{height:45vh!important}}#ModuleSelectorTwo .content[data-v-2b02bddc]{display:flex;justify-content:center;padding:0 20px}#ModuleSelectorTwo .content .module-selector-container[data-v-2b02bddc]{padding:30px;background:#fff;width:600px;height:48vh;border-radius:20px;box-shadow:0 0 20px 0 rgba(0,0,0,.1);animation:fadeIn-2b02bddc 1s ease;position:relative}@media(max-width:768px){#ModuleSelectorTwo .content .module-selector-container[data-v-2b02bddc]{width:100%;padding:20px;border-radius:15px}}#ModuleSelectorTwo .content .module-selector-container .form-now[data-v-2b02bddc]{margin:auto;font-family:Arial,sans-serif;height:48vh;overflow-y:auto}#ModuleSelectorTwo .content .module-selector-container .form-now h2[data-v-2b02bddc]{text-align:left;margin-top:0;color:#272657}#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]{position:relative;display:flex;align-items:flex-start;flex-direction:column;padding:15px 20px;border:1px solid #ddd;border-radius:10px;margin-bottom:15px;transition:all .5s ease;cursor:pointer;overflow:hidden;opacity:0;animation:slideUp-2b02bddc .5s ease forwards}#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]:first-child{animation-delay:.2s}#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]:nth-child(2){animation-delay:.4s}#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]:nth-child(3){animation-delay:.6s}#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]:nth-child(4){animation-delay:.8s}#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]:nth-child(5){animation-delay:1s}#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]:nth-child(6){animation-delay:1.2s}#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]:nth-child(7){animation-delay:1.4s}#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]:nth-child(8){animation-delay:1.6s}#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]:nth-child(9){animation-delay:1.8s}#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]:nth-child(10){animation-delay:2s}#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]:nth-child(11){animation-delay:2.2s}@media(max-width:768px){#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]{padding:12px 15px}}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top[data-v-2b02bddc]{display:flex;align-items:center;justify-content:space-between;width:100%;flex-wrap:nowrap}@media(max-width:768px){#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top[data-v-2b02bddc]{flex-wrap:nowrap;gap:10px}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-text[data-v-2b02bddc]{font-size:14px;margin-left:10px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-icon[data-v-2b02bddc]{flex-shrink:0;width:20px;height:20px}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-checkbox[data-v-2b02bddc]{flex-shrink:0}}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-icon[data-v-2b02bddc]{width:30px;height:30px}@media(max-width:768px){#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-icon[data-v-2b02bddc]{width:25px;height:25px}}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-text[data-v-2b02bddc]{flex-grow:1;margin-left:15px;font-size:18px;color:#444;text-align:left}@media(max-width:768px){#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-text[data-v-2b02bddc]{font-size:16px;margin-left:10px}}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-checkbox[data-v-2b02bddc]{position:relative;cursor:pointer}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-checkbox input[data-v-2b02bddc]{position:absolute;opacity:0;cursor:pointer}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-checkbox input:checked~.checkmark[data-v-2b02bddc]{background-color:#5d5b8d;border:1px solid #5d5b8d}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-checkbox input:checked~.checkmark[data-v-2b02bddc]:after{display:block}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-checkbox .checkmark[data-v-2b02bddc]{height:24px;width:24px;background-color:#fff;border:1px solid #ccc;border-radius:50%;display:inline-block;position:relative}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-checkbox .checkmark[data-v-2b02bddc]:after{content:"";position:absolute;display:none;left:8px;top:4px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}@media(max-width:768px){#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-checkbox .checkmark[data-v-2b02bddc]{height:20px;width:20px}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-top .item-checkbox .checkmark[data-v-2b02bddc]:after{left:6px;top:3px;width:5px;height:9px}}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-description[data-v-2b02bddc]{max-height:0;opacity:0;margin-top:0;transition:all .5s ease;overflow:hidden;width:100%}#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-description p[data-v-2b02bddc]{margin:10px 0 0 0;font-size:14px;color:#666;line-height:1.5}@media(max-width:768px){#ModuleSelectorTwo .content .module-selector-container .form-now .item .item-description p[data-v-2b02bddc]{font-size:13px;line-height:1.4}}#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]:hover{box-shadow:0 0 20px 0 #e8e4f3;transform:scale(1.02);transition:all .5s ease}#ModuleSelectorTwo .content .module-selector-container .form-now .item:hover .item-description[data-v-2b02bddc]{max-height:200px;opacity:1;margin-top:10px}@media(hover:none){#ModuleSelectorTwo .content .module-selector-container .form-now .item[data-v-2b02bddc]:active{box-shadow:0 0 20px 0 #e8e4f3;transform:scale(1.01)}#ModuleSelectorTwo .content .module-selector-container .form-now .item:active .item-description[data-v-2b02bddc]{max-height:200px;opacity:1;margin-top:10px}}@keyframes slideDown-2b02bddc{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn-2b02bddc{0%{opacity:0}to{opacity:1}}@keyframes slideUp-2b02bddc{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.scroll-indicator[data-v-2b02bddc]{position:absolute;left:0;right:0;bottom:-50px;margin:auto;width:-moz-fit-content;width:fit-content;transform:translateY(-20px);background:#5d5b8d;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;z-index:1000;padding:5px}.scroll-indicator[data-v-2b02bddc]:hover{background:#4a4870;transform:scale(1.1)}.scroll-indicator[data-v-2b02bddc]:active{transform:scale(.95)}.scroll-indicator .scroll-icon[data-v-2b02bddc]{color:#fff;font-size:18px}@media(max-width:768px){.scroll-indicator[data-v-2b02bddc]{display:none!important}.module-selector-container[data-v-2b02bddc]{width:92%!important;height:43vh!important}.form-now[data-v-2b02bddc]{height:45vh!important}}@keyframes slideDown-28beb090{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn-28beb090{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}#SurveyQuestions[data-v-28beb090]{display:flex;flex-direction:column;height:100%;overflow:hidden;background-image:url(/img/BackgroundOne.8cb381bc.png);background-repeat:no-repeat;background-size:cover}#SurveyQuestions .title-text[data-v-28beb090]{font-family:Plus Jakarta Sans,sans-serif;padding:0 20px;animation:slideDown-28beb090 1.5s ease}#SurveyQuestions .title-text h1[data-v-28beb090]{font-size:2rem;color:#272657;font-weight:700}@media(max-width:768px){#SurveyQuestions .title-text h1[data-v-28beb090]{font-size:1.8rem;text-align:center}#SurveyQuestions .content[data-v-28beb090]{overflow-y:auto!important}#SurveyQuestions .module-survey-questions[data-v-28beb090]{height:43vh!important}}#SurveyQuestions .content[data-v-28beb090]{display:flex;justify-content:center;padding:0 20px}#SurveyQuestions .content .module-survey-questions[data-v-28beb090]{position:relative;padding:30px;background:#fff;width:600px;height:57vh;border-radius:20px;box-shadow:0 0 20px 0 rgba(0,0,0,.1);animation:fadeIn-28beb090 2s ease;display:flex;flex-direction:column;overflow:auto;overflow-x:hidden}#SurveyQuestions .content .module-survey-questions .question[data-v-28beb090]{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}#SurveyQuestions .content .module-survey-questions .question .question-label[data-v-28beb090]{font-family:Plus Jakarta Sans,sans-serif;font-size:1.1rem;font-weight:600;color:#272657;text-align:left;padding-left:10px;margin-bottom:5px}#SurveyQuestions .content .module-survey-questions .question .question-input[data-v-28beb090]{padding:14px 16px;font-size:1rem;color:#272657;border:1px solid #ddd;border-radius:8px;outline:none;transition:all .3s ease}#SurveyQuestions .content .module-survey-questions .question .question-input[data-v-28beb090]:focus{outline:none;border-color:#272657}#SurveyQuestions .content .module-survey-questions .question .question-input[data-v-28beb090]::-moz-placeholder{color:#c4c4c4}#SurveyQuestions .content .module-survey-questions .question .question-input[data-v-28beb090]::placeholder{color:#c4c4c4}#SurveyQuestions .content .module-survey-questions .question .question-input[data-v-28beb090]:hover{border-color:#272657}#SurveyQuestions .content .module-survey-questions .question .custom-dropdown[data-v-28beb090]{position:relative;width:100%;font-family:Plus Jakarta Sans,sans-serif}#SurveyQuestions .content .module-survey-questions .question .custom-dropdown .dropdown-header[data-v-28beb090]{padding:12px 14px;font-size:1rem;color:#272657;border:1px solid #ddd;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background-color:#fff;transition:border-color .3s ease}#SurveyQuestions .content .module-survey-questions .question .custom-dropdown .dropdown-header[data-v-28beb090]:focus,#SurveyQuestions .content .module-survey-questions .question .custom-dropdown .dropdown-header[data-v-28beb090]:hover{border-color:#272657}#SurveyQuestions .content .module-survey-questions .question .custom-dropdown .dropdown-arrow[data-v-28beb090]{border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #272657;transition:transform .3s ease}#SurveyQuestions .content .module-survey-questions .question .custom-dropdown .dropdown-list[data-v-28beb090]{position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 8px 16px rgba(0,0,0,.1);z-index:9999;opacity:0;visibility:hidden;transition:all .3s ease;list-style:none;transform:translateY(-10px)}#SurveyQuestions .content .module-survey-questions .question .custom-dropdown .dropdown-list.open[data-v-28beb090]{opacity:1;visibility:visible;padding:0}#SurveyQuestions .content .module-survey-questions .question .custom-dropdown .dropdown-list .dropdown-item[data-v-28beb090]{padding:10px 16px;font-size:1rem;color:#272657;cursor:pointer;transition:background-color .2s ease;text-align:left}#SurveyQuestions .content .module-survey-questions .question .custom-dropdown .dropdown-list .dropdown-item[data-v-28beb090]:hover{background-color:#f4f4f8}#SurveyQuestions .content .module-survey-questions .question .custom-dropdown.active .dropdown-arrow[data-v-28beb090]{transform:rotate(180deg)}#SurveyQuestions .content .module-survey-questions .question .logo[data-v-28beb090]{width:24px;height:24px;margin-right:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#SurveyQuestions .content .module-survey-questions .question .card[data-v-28beb090]{cursor:pointer;display:flex;align-items:center;border:1px solid #ccc;border-radius:10px;padding:15px;transition:all .6s cubic-bezier(.4,0,.2,1)}#SurveyQuestions .content .module-survey-questions .question .card[data-v-28beb090]:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 20px rgba(93,91,141,.15)}#SurveyQuestions .content .module-survey-questions .question .card .check-box[data-v-28beb090]{margin-right:15px;position:relative;display:flex;align-items:center;cursor:pointer}#SurveyQuestions .content .module-survey-questions .question .card .check-box input[data-v-28beb090]{position:absolute;opacity:0;cursor:pointer}#SurveyQuestions .content .module-survey-questions .question .card .check-box input:checked~.checkmark[data-v-28beb090]{background-color:#5d5b8d;border:1px solid #5d5b8d}#SurveyQuestions .content .module-survey-questions .question .card .check-box input:checked~.checkmark[data-v-28beb090]:after{display:block}#SurveyQuestions .content .module-survey-questions .question .card .check-box .checkmark[data-v-28beb090]{height:24px;width:24px;background-color:#fff;border:1px solid #ccc;border-radius:50%;display:inline-block;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}#SurveyQuestions .content .module-survey-questions .question .card .check-box .checkmark[data-v-28beb090]:after{content:"";position:absolute;display:none;left:8px;top:4px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);transition:all .3s cubic-bezier(.4,0,.2,1)}#SurveyQuestions .content .module-survey-questions .question .card .text[data-v-28beb090]{flex:1;text-align:left;font-family:Plus Jakarta Sans,sans-serif;font-size:.9rem;color:#272657}#SurveyQuestions .content .module-survey-questions .question .card[data-v-28beb090]:focus-within{border-color:#5d5b8d}#Content{width:100%}#Footer{background-color:#fff;display:flex;padding:10px;gap:10px;justify-content:center;position:relative}#Footer .next-btn{border:1px solid #dfdfdf;height:40px;width:50%;display:flex;align-items:center;font-size:16px;cursor:pointer;border-top-left-radius:30px;border-bottom-left-radius:30px}#Footer .next-btn .icon{margin:0 8px}#Footer .next-btn .icon,#Footer .next-btn .label{font-weight:700;padding-left:20px}#Footer .next-btn .gray-label{color:#aba6c8}#Footer .btn-done{border:1px solid #5625cc;background:#5625cc;height:40px;width:50%;display:flex;align-items:center;font-size:16px;cursor:pointer;border-top-left-radius:30px;border-bottom-left-radius:30px}#Footer .btn-done .icon{margin:0 8px;font-weight:700}#Footer .btn-done .label{color:#fff;font-weight:700}#Footer .back-btn{border:1px solid #dfdfdf;height:40px;justify-content:flex-end;width:50%;display:flex;align-items:center;font-size:16px;cursor:pointer;border-top-right-radius:30px;border-bottom-right-radius:30px}#Footer .back-btn .icon{margin:0 8px}#Footer .back-btn .icon,#Footer .back-btn .label{font-weight:700;padding-right:15px}#Footer .back-btn.hidden{visibility:hidden}#Footer .translate{position:absolute;right:0;bottom:70px;display:flex;align-items:stretch;gap:10px;cursor:pointer;padding:10px 20px;z-index:10}#Footer .translate .btn,#Footer .translate .icon,#Footer .translate .label{font-size:16px;font-weight:700}@media screen and (max-width:768px){#Footer .translate .btn,#Footer .translate .label{display:none}}#Footer .dropdown{position:absolute;bottom:100%;right:0;background:#fff;border:1px solid #ccc;border-radius:5px;list-style:none;padding:0;margin-bottom:10px;width:150px;box-shadow:0 4px 8px rgba(0,0,0,.1);z-index:20}#Footer .dropdown li{padding:10px;cursor:pointer;font-size:16px}#Footer .dropdown li:hover{background:#f0f0f0}#Footer .dropdown li.selected{font-weight:700;background-color:#f0f0f0}#SetupCompletion[data-v-773b6250]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background-image:url(/img/BackgroundOne.8cb381bc.png);background-repeat:no-repeat;background-size:cover;overflow:hidden;text-align:center;color:#272657}#SetupCompletion .image-container[data-v-773b6250]{margin-bottom:20px}#SetupCompletion .image-container img[data-v-773b6250]{max-width:600px;width:100%;height:auto;display:block;margin:0 auto}#SetupCompletion .description[data-v-773b6250]{font-family:Plus Jakarta Sans,sans-serif;font-size:1.2rem;font-weight:500;color:#5d5b8d;margin-bottom:30px;max-width:800px;line-height:1.6}#SetupCompletion .loading-indicator[data-v-773b6250]{display:flex;justify-content:center;margin-bottom:20px}#SetupCompletion .loading-indicator .dots[data-v-773b6250]{display:flex;gap:5px}#SetupCompletion .loading-indicator .dots span[data-v-773b6250]{width:12px;height:12px;background-color:#fd6144;border-radius:50%;animation:bounce-773b6250 1.5s infinite,fadeInDot-773b6250 .5s forwards;opacity:0}#SetupCompletion .loading-indicator .dots span[data-v-773b6250]:first-child{animation-delay:.8s,.8s}#SetupCompletion .loading-indicator .dots span[data-v-773b6250]:nth-child(2){animation-delay:1s,1s}#SetupCompletion .loading-indicator .dots span[data-v-773b6250]:nth-child(3){animation-delay:1.2s,1.2s}#SetupCompletion .loading-indicator .dots span[data-v-773b6250]:nth-child(4){animation-delay:1.4s,1.4s}#SetupCompletion .completion-text[data-v-773b6250]{font-family:Plus Jakarta Sans,sans-serif;font-size:1.4rem;font-weight:600;color:#272657}#SetupCompletion.fade-in[data-v-773b6250]{animation:fadeIn-773b6250 .8s ease-in}#SetupCompletion .slide-down[data-v-773b6250]{animation:slideDown-773b6250 1s ease-out}#SetupCompletion .slide-up[data-v-773b6250]{animation:slideUp-773b6250 1s ease-out}#SetupCompletion .fade-in-delay[data-v-773b6250]{animation:fadeIn-773b6250 1s ease-in .5s both}#SetupCompletion .slide-up-delay[data-v-773b6250]{animation:slideUp-773b6250 1s ease-out .7s both}#SetupCompletion .countdown-text[data-v-773b6250]{display:none;font-family:Plus Jakarta Sans,sans-serif;font-size:1.1rem;color:#5d5b8d;margin-top:20px;animation:fadeIn-773b6250 1s ease-in 1s both}@keyframes fadeIn-773b6250{0%{opacity:0}to{opacity:1}}@keyframes slideDown-773b6250{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp-773b6250{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInDot-773b6250{to{opacity:1}}@keyframes bounce-773b6250{0%,80%,to{transform:scale(.3)}40%{transform:scale(1)}}#Home{display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}#Header{flex-shrink:0}#Content{flex-grow:1;overflow:auto}#Footer{flex-shrink:0}.loading-spinner{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border:16px solid #f3f3f3;border-top:16px solid #272657;border-radius:50%;width:120px;height:120px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#false[data-v-732a51e2]{background-image:url(/img/BackgroundOne.8cb381bc.png);background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.warning-message[data-v-732a51e2]{background-color:hsla(0,0%,100%,.8);padding:20px;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1);text-align:center;font-size:18px;color:#272657;margin-bottom:20px}.redirect-button[data-v-732a51e2]{background-color:#272657;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:16px}.redirect-button[data-v-732a51e2]:hover{background-color:#1f1b4d}