@charset "UTF-8";.modal{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;background-color:#0000007a;position:absolute;top:0;left:0;width:100vw;height:100dvh}.modal .modal-container{box-shadow:1px 1px 8px var(--boxShadow, rgba(0, 0, 0, .6));display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;border-radius:10px;height:30vh;width:40vw;min-width:200px;min-height:100px;position:absolute;padding:1rem;z-index:1000;background:var(--white, white)}.modal .modal-container .modal-text{width:100%;height:70%;font-size:1.2rem;color:var(--black, black)}.modal .modal-container .modal-btn{width:100%;height:30%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.modal .modal-container .modal-btn button{border:none;width:40%;height:50px;border-radius:5px;color:var(--black, black);font-size:1.5rem;transition:transform 1s;cursor:pointer}.modal .modal-container .modal-btn button:hover{transform:scale(1.1)}.modal .modal-container .modal-btn button:active{transform:scale(.5)}.modal .modal-container .modal-btn .yes{background:red}.modal .modal-container .modal-btn .no{background:rgb(12,213,12)}.todo-center{max-width:1200px;padding:1rem;margin:1rem auto;display:flex;flex-flow:column nowrap;gap:1rem}.todo-center .text-container{box-shadow:1px 1px 8px var(--boxShadow, rgba(0, 0, 0, .6));padding:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border-radius:5px;color:var(--black, black);width:100%}.todo-center .text-container .date{color:var(--black, black);width:100%;height:auto;font-weight:700}.todo-center .text-container .text{font-family:Georgia,Times New Roman,Times,serif;font-size:1.1rem;width:100%;white-space:pre-wrap;line-height:150%;padding-bottom:1rem}.todo-center .text-container a{display:block;color:inherit;width:100%;height:100%;background:transparent;text-decoration:none}.todo-center .text-container button{border:none;transition:transform .4s;cursor:pointer;margin-right:.3rem;padding:.5rem;border-radius:5px}.todo-center .text-container button:hover{transform:scale(1.05)}.todo-center .text-container button:active{transform:scale(.8)}.search-area{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;padding:.5rem 0}.search-area input{width:0%;font-size:2rem;border-radius:10px;border:1px solid blueviolet;opacity:0;transition:opacity 2s,width 2s}.search-area div{padding:0 0 0 calc((100% - 60px)/2);margin:auto;transition:padding 1.9s}.search-area button{background:blueviolet url(/assets/search.7ea9463f.png);background-position:center;background-size:35px 35px;background-repeat:no-repeat;border:none;padding:.5rem;border-radius:50%;opacity:1;position:relative;transition:opacity 1s;width:50px;height:50px}.search-area button:hover{background-color:#8a2be2;cursor:pointer}.search-area button:active{background-color:transparent}.search-area:hover div{padding:0 0 0 calc((50% - 60px)/2)}.search-area:hover input{opacity:1;width:80%}.search-area:hover button{opacity:0}.picture-container{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;position:fixed;right:3vw;top:3vh;width:45px;height:45px;border:2px solid rgb(12,213,12);border-radius:50%}@media (min-width: 450px){.picture-container{right:3vw}}.picture-container button{position:relative;width:90%;height:90%;color:#fff;font-size:.75rem;text-align:center;font-weight:700;border:none;border-radius:50%;background:blue;cursor:pointer}.picture-container button img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:50%}.user-details{box-shadow:1px 1px 8px var(--boxShadow, rgba(0, 0, 0, .6));position:fixed;z-index:99;width:60vw;height:100vh;min-height:100vh;overflow:visible;background:var(--white, white);opacity:.9;font-size:2rem;padding:0 1rem}.user-details button{cursor:pointer;transition:transform 1s}.user-details button:hover{transform:scale(1.1)}.user-details button:active{transform:scale(.5)}.user-details .btn-container{height:10%;width:100%;display:flex;flex-flow:row nowrap;align-items:center}.user-details .close{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;width:50px;height:50px;background:rgba(137,130,130,.529);color:var(--black, black);font-size:1.7rem;border:none;border-radius:50%}.user-details .update-details{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;width:90%;height:90%;margin-left:5%}.user-details .update-details div{width:100%}.user-details .update-details div div{height:5px;width:30%;margin-left:35%;border-radius:0 0 100% 100%;background:blueviolet}.user-details .update-details button{font-size:1.5rem;background:transparent;width:100%;border:none;color:var(--black, black)}.user-details .update-details button a{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;font-size:1.5rem;width:100%;padding:2rem;color:var(--black, black);text-decoration:none}.user-details .update-details button:last-child{padding:2rem}.remove-many{display:flex;flex-flow:row nowrap;background:transparent;justify-content:flex-end;padding:1rem;color:inherit}.remove-many .remove-many-btn{box-shadow:1px 1px 8px var(--boxShadow, rgba(0, 0, 0, .6));background:red;color:inherit;transition:transform 1s;cursor:pointer;border:none;border-radius:5px;font-size:1.2rem;padding:1rem;font-weight:700}.remove-many .remove-many-btn:hover{transform:scale(1.05)}.remove-many .remove-many-btn:active{transform:scale(.5)}.welcome{display:flex;flex-flow:column nowrap;padding-left:1rem;width:100%;height:30%;background:var(--white, white)}.welcome h2{font-weight:700;color:var(--black, black);background:transparent;font-size:1.3rem;font-style:italic;font-family:Verdana,Geneva,Tahoma,sans-serif}.add-new-container{position:fixed;z-index:100;bottom:7%;right:5%;width:60px;height:60px;border-radius:50%;border:3px solid rgba(138,43,226,.2);background:var(--white, white);padding:.3rem;animation-name:rotate;animation-duration:5s;animation-iteration-count:infinite;animation-timing-function:linear}.add-new-container a{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;width:100%;height:100%;border-radius:50%;background:blueviolet;text-decoration:none;border:none;transition:transform 1s}.add-new-container a .fa-plus{font-size:2rem;color:#fff}.add-new-container a:hover{transform:scale(1.05)}.add-new-container a:active{transform:scale(.7)}@keyframes rotate{0%{transform:rotate(0)}10%{transform:rotate(720deg)}20%{transform:rotate(720deg)}30%{transform:rotate(720deg)}40%{transform:rotate(720deg)}50%{transform:rotate(720deg)}60%{transform:rotate(720deg)}70%{transform:rotate(720deg)}80%{transform:rotate(720deg)}90%{transform:rotate(720deg)}to{transform:rotate(720deg)}}.loading{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;border:10px solid #f3f3f3;border-radius:50%;border-top-color:red;border-left-color:#0cd50c;border-right-color:#00f;border-bottom-color:#8a2be2;width:70px;height:70px;position:absolute;top:calc((100vh - 70px)/2);left:calc((100vw - 70px)/2);-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader.e7b44c86.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick.12459f22.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"\2190"}[dir=rtl] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"\2192"}[dir=rtl] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\2022";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.home-nav-bar{display:flex;justify-content:center;align-items:center;width:auto}.home-nav-bar .nav-btn{width:40px;height:40px;border:none;background:transparent}.home-nav-bar .nav-btn .fa-solid{font-size:2rem;color:var(--black, black)}.home-nav-bar .nav-btn .fa-solid:hover{cursor:pointer}.home-nav-bar ul{z-index:100;height:0px;position:absolute;top:8.4dvh;max-width:1200px;width:100%;right:0%;background:var(--white, white);list-style-type:none;display:flex;flex-flow:column nowrap;margin:0;padding:0;overflow:hidden;transition:height .3s}.home-nav-bar ul li{margin:0}.home-nav-bar ul li a{display:flex;text-decoration:none;width:100%;padding:.5rem;color:var(--black, black);font-family:Verdana,Geneva,Tahoma,sans-serif}.home-nav-bar ul li a:hover{background:rgba(138,43,226,.2);color:#8a2be2}.home-nav-bar-bigger{display:none}@media (min-width: 700px){.home-nav-bar{display:none}.home-nav-bar-bigger{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:400px}.home-nav-bar-bigger ul{position:unset;list-style-type:none;display:flex;flex-flow:row nowrap;width:100%;height:100%;justify-content:space-between;align-items:center;margin:0;padding:0}.home-nav-bar-bigger ul li{margin:0;display:flex;flex-flow:column nowrap;width:25%}.home-nav-bar-bigger ul li .liner{width:0%;display:flex;transition:width .3s;height:5px;background:blueviolet;border-radius:5px}.home-nav-bar-bigger ul li a{display:flex;text-decoration:none;width:100%;height:calc(100% - 5px);padding:.5rem 1rem;text-align:center;color:#6d6868;transition:transform .2s;font-family:Verdana,Geneva,Tahoma,sans-serif}.home-nav-bar-bigger ul li a:hover,.home-nav-bar-bigger ul li a:focus+.liner{width:50%}.home-nav-bar-bigger ul li a:hover,.home-nav-bar-bigger ul li a:focus{color:#8a2be2;width:100%;transform:scale(1.1)}.home-nav-bar-bigger ul li:hover .liner{width:50%}}.get-started{width:100%;padding:2rem 0rem}.get-started .call-to-action{display:flex;flex-flow:column nowrap;gap:1rem;width:100%;padding-bottom:1rem;font-family:Verdana,Geneva,Tahoma,sans-serif}.get-started .call-to-action .contain-text{position:relative}.get-started .call-to-action h1{margin:0;font-size:4rem;display:flex;text-align:end;z-index:5}.get-started .call-to-action .transparent-combinator{font-size:13rem;font-weight:lighter;position:absolute;left:5%;top:-25%;color:var(--moreTransparentBlack, rgba(0, 0, 0, .12));z-index:2}.get-started .call-to-action .sub-text{color:var(--textGray, rgb(68, 63, 63))}.get-started .call-to-action .get-started-btn{width:170px;text-align:center;padding:1rem 2.5rem;background:blueviolet;border-radius:10px;text-decoration:none;color:#fff;font-weight:700}.get-started .robot-illustration{width:100%;height:300px;background:var(--white, white)}.get-started .robot-illustration img{object-fit:contain;width:100%;height:100%}@media (min-width: 700px){.get-started{display:flex;flex-flow:row nowrap;padding:3rem 0rem}.get-started .call-to-action{width:45%;padding:4rem 0rem}.get-started .call-to-action h1{font-size:5rem}.get-started .call-to-action .transparent-combinator{font-size:17rem;top:-30%}.get-started .call-to-action .sub-text{width:70%}.get-started .robot-illustration{width:55%;height:600px}.get-started .robot-illustration img{object-position:right}}.card{display:flex;flex-flow:column nowrap;align-items:center;width:100%;height:350px;border:1px solid rgba(0,0,0,.3);border-radius:10px;background:#fefefe}.card .card-icon{padding:3.5rem 0rem}.card .icon-circle{width:90px;height:90px;border-radius:50%;background:blueviolet;margin:auto;display:flex;align-items:center;justify-content:center}.card .icon-circle .fa-solid{font-size:2rem;color:#fff}.card .card-text{width:90%}.card .card-text h3,.card .card-text p{font-family:Verdana,Geneva,Tahoma,sans-serif;text-align:center;margin:0}.card .card-text h3{font-size:1.7rem;margin-bottom:1rem;color:#000}.card .card-text p{color:#443f3f;font-size:1rem}.card-animation-container{border:none}#card-purple-bg{background:blueviolet;border:none;box-shadow:0 0 35px #00000080}#card-purple-bg .icon-circle{background:rgba(255,255,255,.2)}#card-purple-bg .card-text h3,#card-purple-bg .card-text p{color:#fefefe}@media (min-width: 750px){.card{min-width:200px;max-width:350px;height:400px;border-radius:15px}}.advantages{width:100%}.advantages .cards-container{display:flex;flex-flow:column nowrap;gap:1.5rem}@media (min-width: 750px){.advantages .cards-container{display:flex;flex-flow:row nowrap;justify-content:space-between}.advantages .cards-container .card-push-up{translate:0px -20px;width:100%;min-width:200px;max-width:350px}}.why-us{width:100%;padding:3rem 0rem;display:flex;flex-flow:column nowrap;gap:3rem}.why-us .why-us-container{display:flex;flex-flow:column nowrap;width:100%}.why-us .why-us-container .illustration{width:60px;height:60px;border-radius:50%;background:rgba(138,43,226,.2);display:flex;justify-content:center;align-items:center}.why-us .why-us-container .illustration .fa-solid{color:#8a2be2;font-size:1.1rem}.why-us .why-us-container .why-us-text{display:flex;flex-flow:column nowrap;gap:1.5rem}.why-us .why-us-container .why-us-text h3,.why-us .why-us-container .why-us-text p,.why-us .why-us-container .why-us-text .sign-up{font-family:Verdana,Geneva,Tahoma,sans-serif;margin:0}.why-us .why-us-container .why-us-text h3{font-size:1.7rem}.why-us .why-us-container .why-us-text p{color:var(--textGray, rgb(68, 63, 63))}.why-us .why-us-container .why-us-text .sign-up{color:#8a2be2;font-size:1.3rem;text-decoration:none;transition:transform .2s}.why-us .why-us-container .why-us-text .sign-up:hover,.why-us .why-us-container .why-us-text .sign-up:focus{transform:scale(1.03)}.why-us .why-us-container .why-us-image{width:100%;height:300px}.why-us .why-us-container .why-us-image img{object-fit:contain;width:100%;height:100%}@media (min-width: 700px){.why-us .why-us-container{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.why-us .why-us-container .why-us-text{width:35%}.why-us .why-us-container .right-text{order:2}.why-us .why-us-container .left-image{order:1}.why-us .why-us-container .why-us-image{width:60%;height:500px}.why-us .why-us-container .why-us-image .right-img{object-position:right}.why-us .why-us-container .why-us-image .left-img{object-position:left}}.footer{width:100%;display:flex;flex-flow:column nowrap;align-items:center;background:rgba(138,43,226,.2)}.footer .navigations{display:flex;flex-flow:column nowrap;width:95%;max-width:1300px;padding:1.3rem 0rem}.footer .navigations ul{list-style-type:none;margin:0;padding:0;display:flex;flex-flow:column nowrap}.footer .navigations ul li{display:flex;flex-flow:column nowrap;width:100%;margin:0;padding:0}.footer .navigations ul li .liner{width:0%;display:flex;transition:width .3s;height:5px;background:blueviolet;border-radius:5px}.footer .navigations ul a{padding:.5rem 0rem;text-decoration:none;width:100%;color:var(--textGray, rgb(68, 63, 63));font-family:Verdana,Geneva,Tahoma,sans-serif;transition:transform .3s}.footer .navigations ul a:hover,.footer .navigations ul a:focus+.liner{width:10%}.footer .navigations ul a:hover,.footer .navigations ul a:focus{color:#8a2be2;width:100%;transform:scale(1.03)}.footer .navigations li:hover .liner{width:10%}.footer .navigations .socials{display:flex;flex-flow:row nowrap;gap:1.5rem;padding-top:1.5rem}.footer .navigations .socials a{transition:transform .3s}.footer .navigations .socials a:hover,.footer .navigations .socials a:focus{transform:scale(1.1)}.footer .navigations .socials .socials-icon{font-size:2.5rem;color:#8a2be2}.footer .copy-right{width:80%;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;border-top:1px solid var(--textGray, rgb(68, 63, 63));padding-top:1rem}.footer .copy-right img{width:40%;height:30px;object-fit:contain}.footer .copy-right p{color:var(--textGray, rgb(68, 63, 63));font-family:Verdana,Geneva,Tahoma,sans-serif;font-weight:700;font-size:.9rem}@media (min-width: 700px){.footer .navigations{display:flex;flex-flow:row nowrap;justify-content:space-between;padding:4rem}.footer .navigations ul{display:flex;flex-flow:row nowrap}.footer .navigations ul li{width:120px}.footer .navigations ul a:hover,.footer .navigations ul a:focus+.liner{width:50%}.footer .navigations li:hover .liner{width:50%}.footer .navigations .socials{display:flex;flex-flow:row nowrap;justify-content:center;padding-top:0rem}}.world-animation-section{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;width:100%;height:450px;padding:2rem;background:rgb(63,42,83)}.world-animation-section .lottie-container{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;width:95%;height:100%}@media (min-width: 700px){.world-animation-section{height:500px}}.loading-screen{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;width:100vw;height:100dvh}.lottie-animation-container{display:flex;width:100%;height:100%;background:rgb(223,219,219);border-radius:50px 0 0 50px;position:relative}.lottie-animation-container .lottie{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;width:100%;height:100%}.lottie-animation-container .absolute{display:flex;position:absolute;z-index:99;height:100px;width:100px;top:0%;background:var(--white, white)}.lottie-animation-container .first-circle{position:absolute;top:calc(0% + 65px);width:80px;height:80px;border-radius:50%;z-index:100;background:inherit}.lottie-animation-container .second-circle{position:absolute;top:calc(0% + 65px);left:calc(0% + 80px);width:80px;height:80px;border-radius:50%;z-index:100;background:var(--white, white)}.lottie-animation-container .third-circle{position:absolute;top:0%;left:calc(0% + 90px);width:80px;height:80px;border-radius:10% 0 0 30%;z-index:100;background:inherit}.main-container-relative{width:70px;height:40px;position:relative;display:flex;justify-content:center;padding:0;margin:0;background-color:inherit}.main-container-relative .wrapper{width:100%;height:80%;position:absolute;display:flex;justify-content:center;align-items:center;top:8%;left:8%;padding:0;margin:0;background-color:inherit}.main-container-relative .wrapper .design{border:1px solid var(--white, white);width:100%;height:100%;border-radius:20px;background-color:var(--lightWhite, rgba(255, 255, 255, .792));z-index:10;position:relative;font-size:1.2rem;font-family:sans-serif;font-weight:700;text-align:center;color:var(--colorLB);display:flex;align-items:center;justify-content:center}.main-container-relative .wrapper .design .togglebtn{width:25px;height:25px;position:absolute;display:flex;align-items:center;justify-content:center;flex-flow:row wrap;left:5%;border-radius:50%;background-color:var(--white, white);border:1px solid var(--white, white);transition:left 1s;cursor:pointer}.main-container-relative .wrapper .design .fa-solid{font-size:1.2rem}.main-container-relative .wrapper .design .day{color:#ffc412dd}.main-container-relative .wrapper .design .night{color:#0cd50c}html{box-sizing:border-box;scroll-behavior:smooth}*,*:after,*:before{box-sizing:inherit}body{margin:0;padding:0;background:var(--white, white);overflow-x:hidden}.pop-out{box-shadow:1px 1px 8px var(--boxShadow, rgba(0, 0, 0, .6));position:absolute;top:5%;right:5%;width:80vw;z-index:100;background:var(--white, white);color:var(--black, black);padding:1rem .3rem .5rem;border-radius:5px;font-size:1.3rem;text-indent:1rem}.pop-out .bad,.pop-out .good{border-radius:3px;font-size:.3rem;margin-top:1%;width:100%;height:2%;background:red;color:red}.pop-out .good{color:#0cd50c;background:rgb(12,213,12)}.back button{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;width:50px;height:50px;border:none;background:rgba(137,130,130,.529);border-radius:50%;margin-bottom:1rem}.back button a{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;border:inherit;width:100%;height:100%;border-radius:50%;background:transparent;font-size:1.7rem;color:var(--black, black);text-decoration:none}.back button a .fa-solid{background:transparent}.back button{transition:transform 1s;cursor:pointer}.back button:hover{transform:scale(1.1)}.back button:active{transform:scale(.5)}.fa-eye,.fa-eye-slash{color:#6d6868;font-size:1.1rem}.fa-circle-check{color:#0cd50c;font-size:1.3rem}.fa-circle-xmark{color:red;font-size:1.3rem}.fa-spinner{color:#0cd50c;font-size:2.3rem;-moz-animation:spin2 1s ease-in infinite;animation:spin2 1s ease-in infinite;animation-fill-mode:forwards;animation-direction:alternate}@-webkit-keyframes spin2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin2{0%{transform:rotate(0)}to{transform:rotate(300deg)}}.site-images{background:var(--white, white);width:100%;height:200px}@media (min-width: 700px){.site-images{height:300px}}.site-images button{box-shadow:1px 1px 8px var(--boxShadow, rgba(0, 0, 0, .6));width:70%;height:50%;margin-left:15%;margin-top:15%;border:none;border-radius:10px;cursor:pointer;transition:transform 1s;background:transparent;background-position:center;background-size:100% 100%;background-repeat:no-repeat}.site-images button:hover{transform:scale(1.1)}.site-images button:active{transform:scale(.5)}.site-images .overview{background-image:url(./images/overview.png)}.site-images .image-light{background-image:url(./images/imageL.png)}.site-images .setting-light{background-image:url(./images/settingL.png)}.site-images .setting-dark{background-image:url(./images/settingD.png)}.site-images .account{background-image:url(./images/account.png)}.site-images .edit{background-image:url(./images/edit.png)}.site-images .image{background-image:url(./images/image.png)}.site-images .full-photo{background-image:url(./images/Fphoto.png)}.site-images .delete{background-image:url(./images/remove.png)}.home-container{background:var(--white, white);color:var(--black, black);width:100%;display:flex;align-items:center;flex-flow:column nowrap}.home-container .nav-correction{display:flex;position:fixed;width:100%;height:70px;backdrop-filter:blur(8px);top:0%;z-index:555}.home-container .home{max-width:1300px;width:95%;background:var(--white, white);position:relative}.home-container .home header{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-end;padding-top:1rem;position:sticky;top:0%;z-index:999;background:transparent}.home-container .home header .logo{text-decoration:none;display:flex;width:35%;height:40px}.home-container .home header .logo img{width:100%;height:100%;object-fit:contain;object-position:left}.home-container .home header .navSection{display:flex;flex-flow:row nowrap;justify-content:space-between;width:60%}.home-container .home header .togglebtn{background:transparent;border:none;cursor:pointer}.home-container .home header .togglebtn .fa-sun{font-size:2rem;color:#ffc412dd}.home-container .home header .togglebtn .fa-moon{font-size:2rem;color:#0cd50c}@media (min-width: 700px){.home-container .home{width:97%}}.verify{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;background:var(--white, white);width:100vw;height:100vh}.verify .verify-text{padding:0 1rem;text-align:center;color:var(--black, black);font-size:1.2rem;font-weight:700}.verify form{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;gap:1rem;width:70%;height:30%;border-radius:5px;padding:0 .7rem}.verify form .verify-input{font-size:1.1rem;padding:.8rem;border-radius:30px;border:2px solid red;width:100%}.verify form .verify-input:focus,.verify form .verify-input:active,.verify form .verify-input:hover{border:2px solid rgb(12,213,12)}.verify form .verify-btn{color:var(--white, white);padding:1rem;font-size:1.5rem;border-radius:30px;background:blueviolet;border:none;cursor:pointer;transition:transform 1s;width:100%}.verify form .verify-btn:disabled{background:blueviolet;opacity:.5;cursor:not-allowed}.verify form .verify-btn:hover{transform:scale(1.03)}.verify form .verify-btn:active{transform:scale(.9)}.update-user-info{display:flex;flex-flow:column nowrap;justify-content:initial;gap:2rem;align-items:center}.update-user-info label{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;width:100%}.update-user-info .update-back{width:100%;padding:1rem}.update-user-info .update-password{height:90%}.update-user-info button{border:none;border-radius:5px;background:transparent}.settings{display:flex;flex-flow:column nowrap;gap:1rem;padding:1rem 2rem;background:var(--white, white);width:100vw;height:100vh;font-size:1.2rem}.settings .light-dark-mode,.settings .updates{box-shadow:1px 1px 8px var(--boxShadow, rgba(0, 0, 0, .6));color:var(--black, black);border-radius:10px;height:15%;padding:.5rem 1rem;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.settings .light-dark-mode .lists,.settings .updates .lists{width:100%;height:100%;text-align:left;background:transparent;border:none;color:inherit;font-size:1.2rem;cursor:pointer}.settings .light-dark-mode .lists a,.settings .updates .lists a{display:flex;align-items:center;text-decoration:none;color:inherit;width:100%;height:100%;padding:1rem}.settings .updates{transition:transform 1s}.settings .updates:hover{transform:scale(1.03)}.settings .updates:active{transform:scale(.8)}.settings .delete{color:red}.my-account{display:flex;flex-flow:column nowrap;gap:1rem;padding:1rem 2rem;background:var(--white, white);width:100vw;height:100vh;font-size:1.2rem}.my-account .light-dark-mode,.my-account .updates{box-shadow:1px 1px 8px var(--boxShadow, rgba(0, 0, 0, .6));color:var(--black, black);border-radius:10px;height:15%;padding:.5rem 1rem;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.my-account .light-dark-mode .lists,.my-account .updates .lists{width:100%;height:100%;text-align:left;background:transparent;border:none;color:inherit;font-size:1.2rem;cursor:pointer}.my-account .light-dark-mode .lists a,.my-account .updates .lists a{display:flex;align-items:center;text-decoration:none;color:inherit;width:100%;height:100%;padding:1rem}.my-account .updates{transition:transform 1s}.my-account .updates:hover{transform:scale(1.03)}.my-account .updates:active{transform:scale(.8)}.my-account .delete{color:red}.login-section{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;width:100vw;height:100dvh}.login-section .login-details-container{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;width:100%;height:100%}.login{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;height:100dvh;width:100%;max-width:1300px;font-size:1.1rem;background:var(--white, white);color:var(--black, black);font-family:Verdana,Geneva,Tahoma,sans-serif}.login .home{align-self:flex-start;width:17%;height:8%;margin:.3rem}.login .home img{width:100%;height:100%;object-fit:contain;object-position:left}.login .login-text-intro{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;gap:.3rem;width:80%}.login .login-text-intro h2,.login .login-text-intro p{margin:0;padding:0}.login .login-text-intro h2{font-size:4rem}.login .login-text-intro p{color:var(--textGray, rgb(68, 63, 63))}.login .lottie-container-login{display:none}.login .form-container{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;min-width:300px;height:100%;max-height:600px;width:100%}.login form{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;gap:1rem;font-family:Verdana,Geneva,Tahoma,sans-serif;width:80%;height:100%}@media (min-width: 800px){.login form{max-width:300px}}.login form .forgotten-password-container{align-self:flex-end}.login form .forgotten-password{cursor:pointer;border:none;background:transparent;color:#8a2be2;font-size:1rem}.login form .forgotten-password a{text-decoration:none;color:#8a2be2}.login form .inputs{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;gap:.5rem;width:100%}.login form .inputs label{width:100%}.login form .inputs label input{width:100%;border:1px solid var(--textGray, rgb(68, 63, 63));padding:.5rem;font-size:1.1rem;border-radius:30px;background:var(--white, white);color:var(--textGray, rgb(68, 63, 63))}.login form .inputs .pass-div{width:100%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.login form .inputs .pass-div #password{width:87%}.login form .inputs .pass-div .view-pass{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;background:transparent;border:none;height:20px;width:10%;cursor:pointer}.login form .button-container{height:15%;width:100%}.login form .button-container .sign-up-link{text-align:center}.login form .button-container .sign-up-link a{text-decoration:none;color:#8a2be2}.login form .button-container .log-sign-btn{display:flex;align-items:center;justify-content:center;flex-flow:row wrap;justify-content:space-evenly;height:70%;width:100%}.login form .button-container .log-sign-btn .sign-btn,.login form .button-container .log-sign-btn input[type=submit]{height:70%;width:100%;border-radius:30px;border:none;transition:transform 1s;background:blueviolet;color:#fff;font-size:1.1rem;text-decoration:none;cursor:pointer}.login form .button-container .log-sign-btn .sign-btn a,.login form .button-container .log-sign-btn input[type=submit] a{text-decoration:none;color:var(--white, white);padding:5% 20%}.login form .button-container .log-sign-btn input[type=submit]:disabled{background:blueviolet;opacity:.5;cursor:not-allowed}.login form .button-container .log-sign-btn [type=submit]:hover,.login form .button-container .log-sign-btn button:hover{transform:scale(1.03)}.login form .button-container .log-sign-btn [type=submit]:active,.login form .button-container .log-sign-btn button:active{transform:scale(.9)}@media (min-width: 800px){.login{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap}.login .lottie-container-login{display:flex;width:50%;height:90%}.login .form-container{width:50%}}.sign-up-section{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;width:100vw;height:100dvh}.sign-up-section .sign-up-details-container{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;width:100%;height:100%}.signup{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;width:100%;max-width:1300px;height:100dvh;color:var(--black, black);background:var(--white, white)}.signup .sign-up-form-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-flow:column nowrap}.signup .home{display:flex;align-self:flex-start;padding:.5rem;width:35%;height:10%}.signup .home img{width:100%;height:100%;object-fit:contain;object-position:left}.signup .sign-up-write-up{font-family:Verdana,Geneva,Tahoma,sans-serif;display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;gap:1rem;padding:2rem 0rem 1rem}.signup .sign-up-write-up h2,.signup .sign-up-write-up p{margin:0;padding:0}.signup .sign-up-write-up P{color:var(--textGray, rgb(68, 63, 63))}.signup form{display:flex;background:var(--white, white);flex-flow:column nowrap;align-items:center;justify-content:space-between;padding:1rem;width:80%;height:80%;max-height:600px}.signup form label{height:7%;width:100%;font-size:1.1rem;font-family:Verdana,Geneva,Tahoma,sans-serif}.signup form label .required-field{color:red;font-size:.9rem}.signup form label input{width:100%;height:100%;border:1px solid rgb(211,202,202);background:var(--white, white);color:var(--black, black);border-radius:30px;font-size:1.1rem;padding:10px}.signup form .pass-label div{width:100%;height:100%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.signup form .pass-label div .sign-pass{width:80%}.signup form .pass-label div .pass-visibility{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;width:5%;height:50%;background:transparent;border:none;cursor:pointer}.signup form .pass-label div .icon{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;border:none;width:30px;height:30px;border-radius:50%}.signup form input[type=submit]{font-size:1.2rem;border:none;height:7%;border-radius:30px;width:100%;color:#fff;transition:transform 1s;background:blueviolet;font-weight:900;cursor:pointer}.signup form input[type=submit]:hover{transform:scale(1.02)}.signup form input[type=submit]:active{transform:scale(.9)}.signup form input[type=submit]:disabled{background:blueviolet;opacity:.5;cursor:not-allowed}.signup form .login-text-signup{color:var(--textGray, rgb(68, 63, 63));font-family:Verdana,Geneva,Tahoma,sans-serif;margin:0}.signup form .login-text-signup .signup-login{color:#8a2be2;text-decoration:none;padding:0;margin:0}.signup .sign-up-animation{display:none}@media (min-width: 800px){.signup{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap}.signup .sign-up-form-container{width:50%}.signup .home{width:17%;height:8%}.signup .sign-up-animation{width:50%;display:flex;height:90%}}.image-modal-container{border:none;transition:transform .4s;cursor:pointer;background:black;width:100vw;height:40vh}.image-page{display:flex;background:var(--white, white);flex-flow:column nowrap;gap:3rem}.upload-image{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;gap:1rem;background:transparent;height:40vh;width:100vw}.upload-image .back{position:absolute;top:5%;left:5%}.upload-image input,.upload-image .upload-btn{background:var(--black, white);padding:.2rem;font-size:1.2rem;border:none;color:var(--white, white);border-radius:0 5px 5px 0;cursor:pointer}.upload-image input{margin:0 1rem;border-radius:5px 0 0 5px}.full-image{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;position:absolute;z-index:200;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.479)}.full-image img{width:50%;height:70%;object-fit:contain}.full-image button{width:50px;height:50px;position:absolute;top:5%;left:5%;background:rgb(109,104,104);border-radius:50%;border:none;cursor:pointer}.full-image button .fa-solid{color:var(--black, black);background:transparent;font-size:2rem}.image-modal-container:hover{transform:scale(1.1)}.image-modal-container:active{transform:scale(.5)}.image-modal{position:absolute;cursor:pointer;top:0;left:0;z-index:0;border:none;width:100vw;height:40vh;background:rgba(0,0,0,.479)}.image-modal .darker-modal{position:absolute;top:0;left:0;z-index:80;height:100%;width:100%;background-image:linear-gradient(transparent,rgba(0,0,0,.879));border:none}.image-modal img{position:absolute;left:0;z-index:-30;width:100%;height:100%;object-fit:cover}.NoPageLogo{width:100vw;height:15vh}.NoPageLogo a{box-shadow:0 0 8px var(--boxShadow, rgba(0, 0, 0, .6));padding:0 1rem 1rem;display:flex;height:100%;width:100%;transition:transform 1s}.NoPageLogo a img{object-fit:contain;height:100%;width:100%}.NoPageLogo a:hover{transform:scale(1.1)}.NoPageLogo a:active{transform:scale(.5)}.Nopage{height:80vh;width:100vw;display:flex;align-items:center;justify-content:center;flex-flow:row nowrap}.Nopage div{width:80%;max-width:1200px;font-size:2rem;display:flex;align-items:center;justify-content:center;flex-flow:row nowrap}.Nopage div h1{border-right:2px solid var(--black, black);width:40%}.Nopage div p{width:60%;padding-left:1rem}.edit-area{box-shadow:1px 1px 8px var(--boxShadow, rgba(0, 0, 0, .6));display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;border-radius:10px;height:100vh;width:100vw;background:var(--white, white)}.edit-area label{width:100%;height:90%;max-width:1200px}.edit-area label textarea{resize:none;padding:.5rem;width:100%;height:100%;background:rgba(255,225,0,.5);color:var(--black, black);overflow-y:auto;font-size:1.2rem}.edit-area div{width:100%;height:10%;background:blue;display:flex;flex-flow:row nowrap;justify-content:center}.edit-area div div{width:100%;max-width:1200px;height:100%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:0 1rem}.edit-area div div img{width:60%;height:70%;object-fit:contain}.edit-area div div button{transition:transform .4s;cursor:pointer;border:none;background:transparent;transition:transform 1s}.edit-area div div button .fa-solid{color:#fff;font-weight:700;font-size:2rem}.edit-area div div button:hover{transform:scale(1.1)}.edit-area div div button:active{transform:scale(.5)}.create-todos{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;width:100vw;height:100dvh}.create-todos label{width:100%;height:90%;max-width:1200px}.create-todos label textarea{resize:none;padding:.5rem;width:100%;height:100%;background:rgba(255,225,0,.5);color:var(--black, black);overflow-y:auto;font-size:1.2rem}.create-todos div{width:100%;height:10%;background:rgba(138,43,226,.2);display:flex;flex-flow:row nowrap;justify-content:center}.create-todos div div{width:100%;max-width:1200px;height:100%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:0 1rem}.create-todos div div img{width:60%;height:70%;object-fit:contain}.create-todos div div button{transition:transform .4s;cursor:pointer;border:none;background:transparent;transition:transform 1s}.create-todos div div button .fa-solid{color:#fff;font-weight:700;font-size:2rem}.create-todos div div button:hover{transform:scale(1.1)}.create-todos div div button:active{transform:scale(.5)}
