@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");*{box-sizing:border-box;margin:0;font-family:Poppins,serif;scroll-behavior:smooth}:root{--violet:#9062D1;--violet-opac:rgba(144,98,209,var(--opacity));--purple:#6C63FF;--purple-opac:rgba(108,99,255,var(--opacity));--pink:#F68799;--success-color-main:#81D323;--success-color-light:rgba(196,241,120,.9);--success-color-dark:#4C9711;--warning-color-main:#FFC300;--warning-color-light:rgba(255,226,102,.9);--warning-color-dark:#B78300;--error-color-main:#FF4D2D;--error-color-light:rgba(255,167,129,.9);--error-color-dark:#B71617;--info-color-main:#3DA4FF;--info-color-light:rgba(138,212,255,.9);--info-color-dark:#1E5FB7;--gradient-shape-top-bottom:linear-gradient(to bottom,var(--purple-opac),var(--violet-opac));--gradient-shape-bottom-top:linear-gradient(to top,var(--purple-opac),var(--violet-opac));--gradient-shape-top-left-bottom-right:linear-gradient(-45deg,var(--purple-opac),var(--violet-opac));--gradient-shape-top-right-bottom-left:linear-gradient(45deg,var(--purple-opac),var(--violet-opac));--card-border:1.5px solid #606060}[theme=light]{--background-color:#E3E3E3;--background-color-inverse:#202020;--opacity:70%;--title:#564BFF;--rectangle-box-shadow:30px 0px 50px 20px rgba(48,48,48,0.10);--rectangle-box-shadow-mini:0px 0px 30px 20px rgba(48,48,48,0.20);--card-shadow:0px 0px 20px 0px rgba(0,0,0,0.20);--faq-back:#DADADA}[theme=dark]{--background-color:#220933;--secondary-background-color:#272727;--third-background-color:#303030;--background-color-inverse:#E3E3E3;--opacity:50%;--text-inverse:black;--title:#8B84FF;--rectangle-box-shadow:0px 0px 30px 10px rgba(0,0,0,0.20);--rectangle-box-shadow-mini:0px 0px 30px 20px rgba(0,0,0,0.20);--card-shadow:0px 0px 5px 2.5px rgba(0,0,0,0.25)}body{display:flex;flex-direction:column;justify-content:center;align-items:center;align-content:center;overflow-x:hidden;scroll-behavior:smooth;scrollbar-gutter:stable both-edges}.feedback-card-text::-webkit-scrollbar,body::-webkit-scrollbar{width:.25em;background-color:transparent}.feedback-card-text::-webkit-scrollbar-track,body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.feedback-card-text::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.3);border-radius:20px}.action{height:100%}.action-text{height:66%}.social{height:33%}.menu-icon{width:auto;height:30px;border-radius:10px;transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center;align-content:center;gap:10px;font-size:14px;cursor:pointer}.nav-text{color:#b6b6b6;transition:.2s ease-in-out}.menu-icon:hover .nav-text{color:#d0d0d0}.icon{width:25px;height:25px;cursor:pointer}.menu-icon:hover{color:#CDCDCD}.menu-text{width:100px;height:98vh;background-color:rgba(108,99,255,70%);position:fixed;top:50%;bottom:50%;translate:69.5px -50%;display:none;flex-direction:column;justify-content:flex-start}.menu-text-box{padding-top:3px;padding-left:5px;display:flex;flex-direction:row;justify-content:start;align-items:center;width:100px;height:35px}.menu-text a{color:var(--text);text-decoration:none}header,section{width:65%;max-width:1150px}header{height:100px;width:80%}.logo,header{display:flex;flex-direction:row;justify-content:space-between}.logo{align-items:center;width:200px;gap:10px}.logo-img{width:40px;height:40px;border-radius:20px}.logo-text{width:100%;height:20px;color:var(--text);font-size:18px;letter-spacing:1.25px;flex-wrap:nowrap;justify-content:center;font-weight:600}.logo-text,.reg-btn-toggle{display:flex;flex-direction:row}.reg-btn-toggle{position:relative;justify-content:space-around;align-items:center}.reg-btn-toggle a{text-decoration:none}.reg-btn{color:white;height:40px;width:120px;background-image:linear-gradient(to bottom right,rgb(125,0,255),var(--purple),var(--violet),rgb(255,0,125));text-align:center;justify-content:center;display:flex;align-items:center;border-radius:50px;font-size:16px;cursor:pointer;background-size:500% 500%;background-position:50% 50%}.hero-button:hover,.reg-btn:hover{animation:reg-btn-animation 10s linear infinite}@keyframes reg-btn-animation{11%{background-position:50% 50%}22%{background-position:0 0}33%{background-position:0 50%}44%{background-position:50% 100%}55%{background-position:100% 100%}66%{background-position:100% 50%}77%{background-position:100% 0}88%{background-position:50% 0}to{background-position:50% 50%}}.theme-toggle{height:40px;width:20px;border-radius:20px;background-color:var(--background-color-inverse);display:flex;flex-direction:column;justify-content:space-between;align-items:center;position:relative;cursor:pointer}.theme-toggle img{z-index:1;width:12.5px;height:12.5px;border-radius:50px}.toggle-circle{position:absolute;margin:2.5px 0;top:0;bottom:auto;z-index:0;width:15px;height:15px;background-color:var(--background-color);border-radius:10px;transition:.5s ease-in-out}.cookie-consent{position:fixed;bottom:0;width:100%;border-top-left-radius:15px;border-top-right-radius:15px;background-color:transparent;backdrop-filter:blur(40px);z-index:10;box-shadow:4px -8px 8px 0 #0000002E;flex-direction:column}.cookies-first,.cookies-second{color:var(--text)}.cookies-action-pref{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;gap:10px;width:clamp(200px,80%,300px)}.cookies-btn{padding:10px 25px;border-radius:10px;cursor:pointer;font-size:18px;transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center;text-align:center}.cookies-btn-sec{background-color:var(--secondary-background-color)}.cookies-btn-sec:hover{background-color:var(--background-color)}.cookies-btn-prim{background-color:var(--purple)}.cookies-btn-prim:hover{background-color:var(--violet)}.hero{flex-direction:column;justify-content:start;position:relative;height:80vh;margin-bottom:125px}.hero,.hero-section{display:flex;flex-wrap:wrap;align-items:center}.hero-section{flex-direction:row;justify-content:space-between;height:100%;gap:5px}.hero-text{display:flex;flex-direction:column;justify-content:center;align-items:start;width:57.5%;gap:50px}.title{color:var(--title);font-size:27.5px;margin-bottom:10vh;font-weight:500}.hero-title{color:var(--title);font-weight:600;font-size:40px;display:flex;flex-direction:column;flex-wrap:nowrap}.description{color:var(--text);font-size:25px;font-weight:350;width:82.5%;letter-spacing:.5px}.hero-button{background-image:linear-gradient(to bottom right,rgb(125,0,255),var(--purple),var(--violet),rgb(255,0,125));background-size:500% 500%;background-position:50% 50%}.hero-button,.hero-button-second{color:white;height:40px;width:160px;text-align:center;justify-content:center;display:flex;flex-direction:row;gap:5px;align-items:center;border-radius:50px;font-size:16px;cursor:pointer}.hero-button-second{background-image:linear-gradient(to bottom right,var(--purple),var(--violet),var(--pink))}.hero-button-second-overlay{width:97.5%;height:92.5%;background-color:var(--background-color);display:flex;justify-content:center;align-items:center;border-radius:55px;transition:.3s linear}.hero-button-second-overlay:hover{box-shadow:0 0 50px 5px rgba(108,99,255,.5)}.hero-button img{width:18px;height:18px}.visual{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;width:clamp(300px,40%,500px);height:100%}.rectangle{position:absolute;display:none;border-radius:50px;width:100%;height:57.5vh;margin-top:100px;translate:0 35%;z-index:-3;right:0;background-image:var(--gradient-shape-top-bottom);box-shadow:var(--rectangle-box-shadow)}.cards{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.cards,.cards-click{transition:.3s ease-in-out}.cards-click:before{content:"";background-image:linear-gradient(to bottom right,rgb(125,0,255),var(--purple),var(--violet),rgb(255,0,125));position:absolute;height:65%;width:100%;filter:blur(30px);opacity:15%;border-radius:100px;transform:scale(120%);background-size:500% 500%;background-position:70% 50%;z-index:-5;animation:reg-btn-animation 20s linear infinite}.card{position:absolute;width:363.63px;height:272.72px;border-radius:20px;box-shadow:var(--card-shadow);background-position:50%;background-size:cover;background-color:#E3E3E3;border:var(--card-border);display:flex;justify-content:center;align-items:center;text-align:center;color:#303030;padding:10px;font-size:22px;transition:.3s ease-in-out}.card-back{box-shadow:none!important}.card-animated-goingAway{animation:card-animation-goingAway 1s ease-out}@keyframes card-animation-goingAway{50%{transform:translateY(25%);opacity:0}95%{opacity:0}to{transform:translateY(0) rotate(10deg);opacity:100%}}#card-1-f{z-index:0}#card-1-b{z-index:-1}#card-2-f{z-index:-2}#card-2-b,#card-2-f{transform:rotate(5deg)}#card-2-b{z-index:-3}#card-3-f{z-index:-4}#card-3-b,#card-3-f{transform:rotate(10deg)}#card-3-b{z-index:-5}.pasi{margin-bottom:10vh}.content{scroll-snap-align:center;scroll-snap-type:y mandatory;scroll-snap-stop:always}.content,.slide-pasi{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;width:100%}.slide-pasi{background-color:var(--background-color);z-index:5;align-items:center;border-radius:15px;overflow-x:hidden;padding:30px}.border-top-stanga{top:0;background-image:linear-gradient(to bottom right,var(--purple),transparent,transparent,transparent);margin-top:-1.25px}.border-bttm-stanga,.border-top-stanga{position:absolute;z-index:1;left:0;width:200px;height:200px;border-radius:15px;margin-left:-1.25px}.border-bttm-stanga{bottom:0;background-image:linear-gradient(to top right,var(--purple),transparent,transparent,transparent);margin-bottom:-1.25px}.border-mid-dreapta{position:absolute;z-index:1;right:0;top:50%;transform:translateY(-50%);width:200px;height:200px;background-image:linear-gradient(to top,transparent,transparent,var(--purple),transparent,transparent);margin-right:-1.25px}.pas{width:300px;display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:space-between;align-content:center;align-items:center;height:550px}.pas-appearing{animation:pasAppear .3s ease-in-out forwards}@keyframes pasAppear{0%{opacity:50%}to{opacity:100%}}.pas-animated-toLeft{animation:pasAnimationToLeft .5s ease-in-out}.pas-animated-toRight{animation:pasAnimationToRight .5s ease-in-out}.arrows-animated-toLeft{animation:pasAnimationToLeft .5s ease-in-out}.arrows-animated-toRight{animation:pasAnimationToRight .5s ease-in-out}@keyframes pasAnimationToLeft{to{transform:translateX(-500px)}}@keyframes pasAnimationToRight{to{transform:translateX(500px)}}.pas-text{gap:5px;display:flex;flex-direction:column}.pas-title{color:var(--text);font-weight:700;font-size:20px}.pas-description{color:var(--text);font-size:16px;font-weight:300}.pas img{width:225px}.arrows{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center;width:200px;height:auto}.pas:last-of-type{display:none}.step-animation-btn{position:absolute;cursor:pointer;background-color:var(--violet);color:var(--text);width:50px;height:50px;display:none;justify-content:center;align-items:center;border-color:transparent;border-radius:50px;transition:.5s ease-in-out}.step-animation-btn img{width:25px;height:25px;transition:.5s ease-in-out;transform:rotate(0deg)}.spatiu{width:150px;height:225px}.semi-sectiune{margin-top:75px;width:100%;font-size:25px;font-weight:550;text-align:center;background-color:#f3ec78;background-image:linear-gradient(to right,var(--text),#A0A0A0);background-size:100%;-webkit-background-clip:text;background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.beneficii-card{flex-direction:row;border-radius:15px;gap:20px}.beneficii-card,.beneficii-card-text{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}.beneficii-card-text{flex-direction:column;gap:10px;width:50%;padding:25px}.beneficii-description{color:#C0C0C0;font-family:Inter,sans-serif;letter-spacing:.25px;line-height:1.2}.beneficii-description,.beneficii-title{width:clamp(270px,375px,90%)}.beneficii-card-image{width:50%;display:flex;justify-content:center;align-items:center}.beneficii-card-image img{height:225px}.beneficii-card-1,.beneficii-card-3{background-image:linear-gradient(270deg,#272727,transparent,transparent,transparent)}.beneficii-card-2{background-image:linear-gradient(90deg,#272727,transparent,transparent,transparent)}.caract-cards{width:100%;flex-direction:row;align-items:stretch;flex-wrap:wrap;gap:50px 50px}.caract-card,.caract-cards{display:flex;justify-content:center}.caract-card{width:230px;height:160px;flex-direction:column;align-items:center;background-color:var(--secondary-background-color);border-radius:15px;gap:15px;padding:15px;transition:.5s ease-in-out}.caract-card:hover{box-shadow:0 0 50px 5px rgba(108,99,255,.5)}.caract-card-title{font-weight:600;color:var(--text);font-size:18px;text-align:center}.caract-card-pic-back{width:40px;height:40px;display:flex;justify-content:center;align-items:center;background-color:transparent;border-radius:10px}.caract-pic{width:35px;height:35px}.planuri{display:flex;flex-direction:column;justify-content:start;align-items:start}.plan-cards{flex-direction:row;flex-wrap:wrap;width:100%;margin-bottom:0;padding:0 20px}.plan-card-new,.plan-cards{display:flex;justify-content:space-evenly;align-items:center;gap:50px}.plan-card-new{flex-direction:column;border-radius:15px;background-color:var(--third-background-color);color:var(--text);padding:30px;width:clamp(250px,80%,280px);border:2px solid #404040}.plan-card-new-header{width:100%;display:flex;flex-direction:column;justify-content:space-evenly;gap:20px}.plan-card-new-header-tag{padding:5px 10px;width:fit-content;border:1px solid #404040;border-radius:20px;background-color:var(--background-color);color:#808080;font-size:14px}.plan-card-new-header-title{font-weight:350;font-size:35px}.plan-card-new-header-subtitle{font-size:12px}.plan-card-new-description{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.plan-card-new-info{font-size:12px;display:flex;flex-direction:row;justify-content:start;align-items:center;width:100%;gap:5px}.plan-card-new-info img{width:15px;height:15px}.plan-card-new-tooltip{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;border:0 transparent;background-color:transparent;padding:0;cursor:pointer;position:relative}.plan-card-new-tooltip img{height:100%}.tooltip-container{display:none;position:absolute;font-size:12px;background-color:rgba(0,0,0,.75);padding:10px;width:150px;border-radius:10px;bottom:120%;right:50%;color:var(--text);border-bottom-right-radius:0;z-index:10}.plan-card,.plan-card-new-tooltip:hover .tooltip-container{display:flex}.plan-card{width:clamp(375px,40%,450px);height:400px;flex-direction:column;justify-content:center;align-items:center}.plan-card:nth-child(3){translate:0 -50%;z-index:5;margin-bottom:-20vh}.plan-card-back{width:270px;height:270px;background-image:var(--gradient-shape-top-bottom);border-radius:30px;rotate:-45deg;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:var(--rectangle-box-shadow)}.plan-card:last-of-type .plan-card-back:last-of-type{background-image:var(--gradient-shape-bottom-top)}.plan-card-back-layer{background-color:var(--secondary-background-color);width:230px;height:230px;border-radius:30px;flex-wrap:nowrap}.plan-card-back-layer,.plan-card-pic{display:flex;flex-direction:column;justify-content:center;align-items:center}.plan-card-pic{width:40px;height:40px;background-color:rgba(108,99,255,70%);border-radius:50px}.plan-card-pic img{width:25px}.plan-card-details{rotate:45deg;color:var(--text);height:100%;width:200px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:10px}li{margin-left:-15px}.plan-card-title{font-size:20px;font-weight:500;display:flex;justify-content:center;align-items:center;text-align:center}.plan-card-text{font-size:14px}.button-empty{width:55%;height:40px;border-radius:30px;border:2px solid var(--purple);cursor:pointer;display:flex;justify-content:center;align-items:center;transition:.3s ease-in-out;font-weight:500}.button-purple:hover{background-color:var(--purple);color:white}.button-violet:hover{background-color:var(--violet);color:white}.button-pink:hover{background-color:var(--pink);color:white}.feedback{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.feedback .title{width:65%;margin-bottom:15vh}.carousel{width:100%;overflow-x:hidden;display:flex;flex-direction:column;justify-content:start}.feedback-cards::-webkit-scrollbar{display:none}.feedback-cards{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:start;align-content:center;gap:200px;padding:0 50vw;overflow-x:visible;transition:.4s ease-out;margin-bottom:25px}.feedback-scroll-button{position:absolute;z-index:4;width:100px;height:50px;right:0;margin-right:15vw;background-image:linear-gradient(to right,var(--purple),var(--violet));border-radius:50px;display:flex;justify-content:center;align-items:center;color:var(--text);cursor:pointer;translate:0 100%}.feedback-scroll-button img{animation:scroll-button-animation 3s ease-in-out infinite}.feedback-scroll-button:hover img{transition:.3s ease-in-out;animation:none}@keyframes scroll-button-animation{0%{translate:-50%}50%{translate:50%}to{translate:-50%}}.feedback-card{border:3px solid var(--purple);border-radius:40px;padding:30px;width:250px;height:350px;translate:-50%;scroll-snap-align:center;scroll-snap-stop:always;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:start;align-items:start;gap:15px;background-color:var(--secondary-background-color)}.feedback-card-header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:10px;height:50px}.feedback-card-header-name{font-weight:500}.feedback-card-header-title{font-size:12px}.feedback-card-header-pic{border:2px solid var(--background-color-inverse);border-radius:50px;width:50px;height:50px;background-position:50%;background-size:cover}.feedback-card-header-pic img{width:50px}.feedback-card-header-details{display:flex;justify-content:center;flex-direction:column;flex-wrap:nowrap;width:125px;height:150px;color:var(--text)}.feedback-card-text{color:var(--text);font-weight:400;overflow-y:auto}.small-rectangle{display:flex;position:absolute;border-radius:50px;width:250px;height:350px;margin-top:100px;z-index:-3;left:50%;right:50%;translate:-40% -35%;background-image:var(--gradient-shape-bottom-top);box-shadow:var(--rectangle-box-shadow)}.dots{display:none;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;gap:10px;margin:25px 0}.dots a,.dots span{width:5px;height:5px;border-radius:10px;background-color:var(--background-color-inverse);cursor:pointer}.faq{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center}.faq .title{margin-bottom:10vh;width:100%;display:flex;justify-content:start}.questions{width:90%;flex-direction:column;justify-content:center}.question,.questions{display:flex;align-items:center;align-content:center}.question{width:100%;cursor:pointer;flex-direction:row;justify-content:start;gap:15px;color:var(--text);font-size:20px;padding:7.5px 10px;font-weight:500;border-bottom:2px solid #5f5f5f}.faq-icon{width:20px;height:20px;rotate:90deg;transition:.3s ease-out}.answer{width:100%;border-bottom:none;color:var(--text);padding:0 15px;height:0;overflow:hidden;transition:.2s ease-out}.contact{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;margin-bottom:15vh}.contact .title{margin-bottom:10vh;display:flex;justify-content:start;width:100%}.back-rectangle-contact{width:90%;flex-direction:row;justify-content:space-between}.back-rectangle-contact,.front-rectangle-contact{background-image:var(--gradient-shape-top-bottom);border-radius:50px;display:flex;height:400px}.front-rectangle-contact{box-shadow:var(--rectangle-box-shadow);width:300px;padding:20px;flex-direction:column;justify-content:center;gap:20px}.contact-title{font-size:22px;color:white}.contact-text{font-size:15px;margin-bottom:10px;color:white}.contact-details{display:flex;flex-direction:column;gap:10px}.contact-credential{display:flex;justify-content:start;gap:15px;text-align:center;align-items:center;color:white;font-size:12px}.contact-credential img{width:20px;height:20px}.contact-location{margin-bottom:10px}.contact-social{display:flex;gap:15px}.contact-social img{width:20px;height:20px}form{padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-right:7.5%;gap:15px}::placeholder{color:var(--text);opacity:50%}.inputs{display:flex;justify-content:space-between;align-content:center}input{width:40%;height:25px;border-radius:5px}a,button,div,input,select,span,textarea{-webkit-tap-highlight-color:transparent}input,textarea{background-color:var(--secondary-background-color);border:transparent;color:var(--text);padding:10px}textarea{resize:none;border-radius:5px}#email,#message{width:100%}.contact-button{width:100%;display:flex;justify-content:center}.button-full{background-color:rgba(108,99,255,50%);border:2px solid var(--purple);color:white;width:150px;height:35px;border-radius:20px}footer{flex-direction:column;flex-wrap:nowrap;width:100%;background-color:#171717;padding:50px 25px 25px}.footer-big-part,footer{display:flex;justify-content:space-evenly;gap:50px}.footer-big-part{flex-wrap:wrap;text-align:center;color:var(--text);font-size:14px}.footer-part{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:25px}.footer-part a{text-decoration:none;color:var(--purple);transition:.3s ease-in-out}.footer-part a:hover{color:var(--text)}.body-official{display:inline-block;padding:25px 15px}.officialWriting{font-family:Inter,sans-serif;width:auto}.officialWriting h2{width:auto}div#theMarketer-popup-backdrop>div.mkt-popup-wrapper>img.mkt-popup-powered-by{display:none}.table-header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;gap:20px}.table-header div{display:flex;justify-content:center;align-content:center;text-align:center}.table-content-container{display:flex;flex-direction:column;gap:20px}.table-content{justify-content:start;align-items:center}.table-answer-container,.table-content{display:flex;flex-direction:row;gap:20px}.table-answers-container{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:50px;position:static;padding:25px;background-color:var(--secondary-background-color);border-radius:20px}.table-answers-overlay{width:100vw;height:100vh;background-color:rgba(0,0,0,.5);display:none;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:100}.pagination{display:flex;justify-content:start;align-items:center;width:100%;position:absolute;gap:10px;font-size:18px;bottom:-35px;max-width:250px;width:auto;overflow-x:auto;padding:5px}.pagination span{cursor:pointer}@media only screen and (min-width:2000px){header{width:60%}.feedback .title,section{width:50%}.plan-cards{margin-bottom:2.5vh}}@media only screen and (max-width:1260px){.plan-card:nth-child(3){translate:0 0;margin-bottom:0}.plan-cards{flex-direction:column;margin-top:0;margin-bottom:0}.feedback .title,section{width:75%}header{width:80%}.card{width:400px;height:300px}.questions{width:90%}.answer,.question{width:100%}form{margin-right:2.5%}}@media only screen and (max-width:1180px){.hero-title{font-size:35px}}@media only screen and (max-width:1100px){.feedback .title,header,section{width:85%}.card{width:347.82px;height:269.86px}.hero-title{font-size:35px}.description{font-size:22px}}@media only screen and (max-width:1025px){.hero-text{width:58%}.visual{width:40%}}@media only screen and (max-width:1000px){.step-animation-btn{display:flex}@keyframes pasAnimationToLeft{to{transform:translateX(-490px)}}@keyframes pasAnimationToRight{to{transform:translateX(490px)}}}@media only screen and (max-width:970px){@keyframes pasAnimationToLeft{to{transform:translateX(-480px)}}@keyframes pasAnimationToRight{to{transform:translateX(480px)}}nav{translate:1vw -50%}}@media only screen and (max-width:930px){@keyframes pasAnimationToLeft{to{transform:translateX(-460px)}}@keyframes pasAnimationToRight{to{transform:translateX(460px)}}}@media only screen and (max-width:900px){.feedback .title,section{width:85%}@keyframes pasAnimationToLeft{to{transform:translateX(-445px)}}@keyframes pasAnimationToRight{to{transform:translateX(445px)}}.icon{width:20px;height:20px;cursor:pointer}}@media only screen and (max-width:850px){@keyframes pasAnimationToLeft{to{transform:translateX(-430px)}}@keyframes pasAnimationToRight{to{transform:translateX(430px)}}}@media only screen and (max-width:820px){.hero-text{width:60%}.card{width:333.33px;height:250px}.visual{width:35%}}@media only screen and (max-width:800px){.question,.question:not(:last-child){font-size:17px}.answer{font-size:14px}.title{font-size:25px}header,section{width:100%}.semi-sectiune{font-size:20px}.feedback .title{width:100%}.caracteristici,.contact .title,.faq .title,.feedback .title,.planuri .title,header{padding:0 5%}nav{width:350px;height:40px;bottom:0;left:auto;top:auto;translate:0 0;flex-direction:row;z-index:6;margin-bottom:5px;background-color:rgba(108,99,255,95%)}.menu-icon{width:35px;height:35px;padding:0}.menu-icon:hover{background-color:var(--violet)}.action{flex-direction:row;width:100%;justify-content:space-around}.social{display:none}.hero{margin-bottom:100px;height:auto}.hero-section{flex-direction:column-reverse;align-items:center;justify-content:center;width:100%;height:auto;gap:25px}.hero-text{width:100%;margin-bottom:0;padding:0 5%}.visual{width:100%;height:425px;overflow-x:hidden;overflow-y:hidden}.rectangle{position:absolute;border-radius:50px;width:400px;height:300px;margin-top:0;translate:50%;right:auto}.cards{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.cards-click:before{height:50%;width:90%}.card{width:347.82px;height:269.86px}.hero-title{font-size:30px}.description{width:100%;font-size:19px}.hero-button{width:100%}.beneficii,.pasi{width:90%}.slide-pasi{flex-direction:column;gap:50px;padding:40px}.pas{height:auto;gap:25px;width:clamp(300px,60%,400px)}.pas img{width:clamp(200px,100%,250px)}.arrows{display:none}.pas:last-of-type{display:flex}.step-animation-btn{display:none}.beneficii-card-text{width:clamp(250px,100%,600px)}.beneficii-cards{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:125px}.beneficii-card{background-color:var(--secondary-background-color);position:relative}.beneficii-card:last-of-type{margin-bottom:120px}.beneficii-description,.beneficii-title{width:100%;justify-content:start;align-items:start;display:flex}.beneficii-card-image{position:absolute;bottom:0;transform:translateY(85%);display:flex}.beneficii-card-image iframe,.beneficii-card-image img{height:150px}.beneficii-card-image-1,.beneficii-card-image-3{left:0;width:100%;justify-content:flex-start;margin-left:10px}.beneficii-card-image-2{right:0;width:100%;justify-content:flex-end;margin-right:10px}.feedback-cards{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:start;align-content:center;scroll-snap-type:x mandatory;scroll-behavior:smooth;overflow-x:scroll;scrollbar-width:0;gap:10vw;padding:0 50vw}.feedback-scroll-button{display:none}.contact{justify-content:center;align-items:center}.contact .title{padding:0 5%;width:100%}.back-rectangle-contact{width:90%}.body-official{overflow-wrap:anywhere}.pagination{bottom:-15px}.pagination span{font-size:14px}}@media only screen and (max-width:730px){.back-rectangle-contact{flex-direction:column;width:clamp(230px,90%,300px);height:100%}.front-rectangle-contact{width:100%;padding:30px}form{gap:20px;margin-right:0;padding:40px 30px}.inputs{flex-direction:column;gap:20px}#nume,#prenume,.inputs{width:100%}.contact-button{justify-content:center}}@media only screen and (max-width:600px){.caract-cards{justify-content:center;gap:25px 25px}.caract-card{width:180px;height:120px}.caract-card-title{font-size:16px}.caract-card-pic-back{width:35px;height:35px}.caract-pic{width:30px;height:30px}}@media only screen and (max-width:500px){nav{width:250px;height:40px}header{margin-bottom:0}.cookie-consent{padding:50px 25px}.cookies-btn{padding:10px}.title{font-size:25px}.logo{gap:0;width:190px}.logo-text{font-size:15px;justify-content:center;align-items:center}.slide-pasi{flex-direction:column;gap:50px;padding:25px}.pas{height:auto;gap:25px;width:clamp(200px,100%,300px)}.pas img{width:clamp(150px,100%,200px)}.plan-card-back{width:230px;height:230px;box-shadow:var(--rectangle-box-shadow)}.plan-card-back-layer{width:200px;height:200px;border-radius:20px}.plan-card-text{font-size:12px}.plan-card-title{font-size:19px}.plan-card:nth-child(3){margin-bottom:0}.button-empty{width:100px;height:40px}.plan-cards{width:100%}.plan-card{width:auto;height:350px}.plan-card-new-header-tag,input,textarea{font-size:12px}.question,.question:not(:last-child){font-size:15px}.answer{font-size:14px}.visual{height:400px}.card{width:307.69px;height:230.76px}.rectangle{height:260px}}@media only screen and (max-width:450px){.caract-cards{gap:15px 15px}.caract-card{width:150px;height:100px;justify-content:space-evenly}.caract-card-title{font-size:14px}.caract-card-pic-back{width:25px;height:25px;border-radius:5px}.caract-pic{width:20px;height:20px}}@media only screen and (max-width:400px){.beneficii-card-text{padding:30px 15px}.plan-cards{padding:0 10px}}@media only screen and (max-width:350px){.slide-pasi{flex-direction:column;gap:50px;padding:15px}.plan-card-new{padding:25px 20px}.plan-card{width:auto;height:300px}.plan-card-back{width:190px;height:190px;box-shadow:var(--rectangle-box-shadow-mini)}.plan-card-back-layer{width:170px;height:170px}.plan-card-title{font-size:17px}.plan-card-text{font-size:10px}li{margin-left:-20px}.plan-card-pic{width:30px;height:30px}.plan-card-pic img{width:20px;height:20px}.button-empty{width:90px;height:35px;font-size:15px}.visual{height:400px}.card{width:250px;height:187.5px}.logo-img,.reg-btn{width:35px;height:35px}.feedback-card{padding:20px;height:300px}.small-rectangle{width:200px;height:300px;translate:-40% -40%;box-shadow:var(--rectangle-box-shadow-mini)}.feedback-card-header{height:40px;justify-content:start;align-items:center}.feedback-card-header-details{width:auto;height:auto}.feedback-card-header-name{font-size:16px;width:105px}.feedback-card-header-title{width:105px}.feedback-card-header-pic{width:40px;height:40px}.feedback-card-text{font-size:14px}.back-rectangle-contact{flex-direction:column;height:100%}.front-rectangle-contact{padding:20px}}*{user-select:none;-webkit-user-select:none;-moz-user-select:none}.loader-container{position:absolute;display:flex;justify-content:center;align-items:center;height:100vh;top:0;width:100vw;z-index:2;background-color:var(--secondary-background-color);overflow:hidden}.loader{width:20px;height:20px;background-color:var(--purple);border-radius:50%;margin:0 5px;animation:bounce .5s infinite alternate}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-20px)}}.message-container{position:fixed;z-index:3000;top:2.5%;width:clamp(250px,100%,350px);flex-direction:column}#error-window,#info-window,#success-window,#warning-window,.message-container{display:flex;justify-content:center;align-items:center;gap:10px;transition:.5s ease-in-out}#error-window,#info-window,#success-window,#warning-window{position:relative;flex-direction:row;flex-wrap:nowrap;width:clamp(250px,90%,350px);margin:0 20px;height:auto;padding:20px 15px;align-content:center;text-align:center;border-radius:10px;z-index:6}#success-window{background-color:var(--success-color-light)}#warning-window{background-color:var(--warning-color-light)}#error-window{background-color:var(--error-color-light)}#info-window{background-color:var(--info-color-light)}.error-window-text,.info-window-text,.success-window-text,.warning-window-text{width:100%}.success-window-text{color:var(--success-color-dark);font-size:14px;text-align:start}.warning-window-text{color:var(--warning-color-dark);font-size:14px;text-align:start}.error-window-text{color:var(--error-color-dark);font-size:14px;text-align:start}.info-window-text{color:var(--info-color-dark);font-size:14px;text-align:start}.error-window-x,.info-window-x,.success-window-x,.warning-window-x{display:inline-flex;position:relative;min-width:27.5px;height:27.5px;justify-content:center;align-items:center;cursor:pointer;transition:.3s ease-in-out}.error-window-x:hover,.info-window-x:hover,.success-window-x:hover,.warning-window-x:hover{background-color:rgba(255,255,255,.2);border-radius:5px}.error-window-x1,.error-window-x2,.info-window-x1,.info-window-x2,.success-window-x1,.success-window-x2,.warning-window-x1,.warning-window-x2{position:absolute;width:27.5px;height:1.5px;border-radius:20px;border:.25px solid rgba(0,0,0,.1)}.error-window-x1,.info-window-x1,.success-window-x1,.warning-window-x1{transform:rotate(-45deg)}.error-window-x2,.info-window-x2,.success-window-x2,.warning-window-x2{transform:rotate(45deg)}.success-window-x1,.success-window-x2{background-color:var(--success-color-main)}.warning-window-x1,.warning-window-x2{background-color:var(--warning-color-main)}.error-window-x1,.error-window-x2{background-color:var(--error-color-main)}.info-window-x1,.info-window-x2{background-color:var(--info-color-main)}@keyframes message-vanish{to{opacity:0;display:none}}.message-vanish{animation-fill-mode:forwards;animation-duration:.3s;animation-name:message-vanish}nav{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;width:100vw;padding:5px;height:45px;background-color:rgba(108,99,255,100%);position:relative;transform:none;translate:none;margin-bottom:25px;max-width:1150px}.action a{text-decoration:none}.action{display:flex;flex-direction:row;justify-content:start;align-items:center;width:80%;gap:50px}header{height:auto;padding:17.5px 0}.profile-pic-header{width:35px;height:35px;border:2px solid white;border-radius:50px;cursor:pointer}.locked-icon{position:absolute;width:12px}.signal-modal{width:clamp(200px,50%,500px);height:200px;background-color:var(--secondary-background-color);display:flex;justify-content:center;align-items:center;padding:15px;border-radius:15px}.flash-info{position:absolute;font-size:12px;color:var(--text-inverse);bottom:1%;top:auto}.tutorial-open-btn{position:fixed;left:10%;bottom:0;padding:5px 20px;border-radius:10px 10px 0 0;background-color:var(--violet);cursor:pointer;transition:.3s ease-in-out}.tutorial-open-btn:hover{padding-bottom:20px}.tutorial{position:fixed;width:100%;height:100%;bottom:0;z-index:10;display:none;justify-content:center;align-items:center;background-color:rgba(0,0,0,.9)}.tutorial-body{flex-direction:column;justify-content:space-between;gap:25px}.tutorial-body,.tutorial-images{display:flex;align-items:center;height:90%}.tutorial-images{justify-content:center;position:relative;padding:10px}.tutorial-image{height:clamp(400px,100%,600px);width:clamp(250px,100%,600px);object-fit:scale-down;transition:.3s ease-in-out}.tutorial-image-none{display:none}.tutorial-btns{width:auto;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly;gap:25px}.tutorial-btn{width:100px;height:40px;background-color:var(--secondary-background-color);display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:10px;transition:.3s ease-in-out;z-index:11}.tutorial-btn:hover{background-color:var(--third-background-color)}.tutorial-btn-pic{width:20px}.beneficii{margin-bottom:0;display:flex;flex-direction:column;gap:15px}.flash-menu{height:100%;align-items:center;padding:20px;transition:.2s ease-in-out}.flash-menu,.flash-sections{display:flex;flex-direction:column;justify-content:space-around}.flash-sections{gap:25px;width:auto}.flash-menu-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;cursor:pointer}.flash-menu-text{text-align:center}.flash-menu-number{min-width:20px;min-height:20px;background-color:#373737;border-radius:50px;display:flex;justify-content:center;align-items:center;font-size:10px}.flash-menu-btn{width:100px;height:30px;background-color:#373737;border-radius:15px;cursor:pointer}.account-info{justify-content:start;flex-direction:column}.account-header,.account-info{display:flex;align-items:center;width:100%;gap:15px}.account-header{height:40%}.account-header,.account-tabs{flex-direction:row;justify-content:space-between}.account-tabs{width:70%;background-color:var(--purple);display:flex;align-items:center;border-radius:15px;padding:20px 30px;height:200px}.account-tabs-left{display:flex;flex-direction:column;justify-content:space-between;align-items:start;width:65%;height:100%}#account-title{font-size:27.5px}.account-tabs-right{width:35%;height:100%;justify-content:space-between}.account-pic,.account-tabs-right{display:flex;flex-direction:column;align-items:center}.account-pic{justify-content:center;gap:10px}.profile-pic{width:75px;height:75px;border-radius:100px;border:2px solid var(--background-color-inverse)}.profile-pic,.profile-pic-nav{background-size:cover;background-position:50%;background-repeat:no-repeat}.profile-pic-nav{border-radius:100px;border:2px solid var(--text)}.profile-pic-option{cursor:pointer}.profile-pic-change{font-size:10px;cursor:pointer;color:rgba(255,255,255,.6);text-align:center;transition:.3s ease-in-out}.profile-pic-change:hover{color:rgba(255,255,255,.8)}.account-plan{width:clamp(120px,60%,180px);height:35px;border-radius:10px;background-color:var(--secondary-background-color);display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;cursor:pointer;transition:.3s ease-in-out}.account-plan:hover .account-plan-text{color:rgba(255,255,255,.4)!important}.plan-pic{width:20px;height:20px}.account-plan-text{font-size:medium;color:var(--violet);transition:.3s ease-in-out}.account-tabs-btns{width:80%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.account-tabs-btn{width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:7.5px;transition:.3s ease-in-out;cursor:pointer;border:2px solid transparent}.account-tabs-btn:hover{border:2px solid rgba(255,255,255,.2)}.account-days-left{width:30%;height:200px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;gap:10px}.account-days-left h1{font-size:30px;text-align:center}.account-premium-days-left,.account-rezi{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:0 10px;gap:5px}.account-data,.account-premium-days-left,.account-rezi{background-color:var(--secondary-background-color);border-radius:15px;width:100%}.account-data{height:300px;padding:20px 30px}#stats{flex-direction:column;align-items:center;gap:20px}#stats,.small-tabs-btns{display:flex;justify-content:space-between;width:100%}.small-tabs-btns{flex-direction:row;align-content:center;flex-wrap:nowrap;height:40px;border-radius:10px;background-color:var(--third-background-color)}.small-tabs-btn{display:flex;justify-content:center;align-items:center;width:33%;cursor:pointer;transition:.3s linear;font-weight:500;color:rgba(255,255,255,.5)}.small-tabs-btn:hover{color:var(--text)!important}#payments-data{display:none}#payments{width:100vw;display:flex;flex-direction:column;justify-content:space-between;gap:25px}.payment-method{height:100%;justify-content:space-evenly;align-items:start;gap:25px 10px}.payment-action,.payment-method{display:flex;flex-direction:row;width:100%;flex-wrap:nowrap}.payment-action{justify-content:space-between;gap:20px}#achievements,#flash,#misc,#payments,#payments-data,#settings{display:none}#achievements{position:relative;height:100%;justify-content:flex-start;align-items:center;flex-direction:row;flex-wrap:wrap;overflow-y:auto;overflow-x:hidden;padding:10px;gap:40px}#cancel-modal,#edit-method-modal,#profile-modal{position:fixed;overflow:hidden;height:100vh;width:100vw;top:0;z-index:6;display:none;justify-content:center;align-items:center;background-color:rgba(0,0,0,.3)}.cancel-modal-back,.edit-method-modal-back,.profile-modal-pics-back{width:80%;height:50%;display:flex;justify-content:center;align-items:center;background-color:var(--secondary-background-color);border-radius:15px;padding:20px;position:relative}.cancel-modal-content,.edit-method-modal-content,.profile-modal-pics{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:wrap;overflow-y:auto;overflow-x:hidden;background-color:var(--secondary-background-color);border-radius:15px;padding:30px 50px;gap:50px}.cancel-modal-content,.edit-method-modal-content{padding:0;height:100%;border-radius:0;overflow:hidden}.achievement-icon{width:100px;height:100px}#achievements::-webkit-scrollbar,.flash-answer::-webkit-scrollbar,.profile-modal-pics::-webkit-scrollbar,.small-tab::-webkit-scrollbar{width:.25em;background-color:transparent}#achievements::-webkit-scrollbar-track,.flash-answer::-webkit-scrollbar-track,.profile-modal-pics::-webkit-scrollbar-track,.small-tab::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}#achievements::-webkit-scrollbar-thumb,.flash-answer::-webkit-scrollbar-thumb,.profile-modal-pics::-webkit-scrollbar-thumb,.small-tab::-webkit-scrollbar-thumb{background-color:var(--purple);border-radius:20px}#settings{justify-content:center;flex-wrap:nowrap;height:100%}#settings,.legal{align-items:center;flex-direction:row}.legal{display:flex;flex-wrap:wrap-reverse;gap:15px;justify-content:space-evenly;padding:15px 10px;background-color:var(--secondary-background-color);width:100%;border-radius:15px}.legal a{text-decoration:none;color:#707070;font-size:14px;transition:.3s ease-in-out}.legal a:hover{color:var(--purple)}.preferences{flex-direction:column;justify-content:space-around;width:50%;height:100%}.preferences,.preferences-btn{display:flex;align-items:center}.preferences-btn{background-color:var(--purple);max-width:200px;min-height:40px;border-radius:10px;padding:5px 10px;cursor:pointer;justify-content:center;transition:.3s ease-in-out;text-align:center}.preferences-btn:hover{background-color:rgba(108,99,255,.8)}.cancel-btn{background-color:#FF4D2D;max-width:200px;min-height:40px;border-radius:10px;padding:5px 10px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:.3s ease-in-out;text-align:center}.cancel-btn:hover{background-color:rgba(255,77,45,.8)}.update-sub-btn{background-color:var(--violet);max-width:200px;min-height:40px;border-radius:10px;padding:5px 10px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:.3s ease-in-out;text-align:center}.update-sub-btn:hover{background-color:rgba(144,98,209,.8)}.user-data{justify-content:space-around;align-items:center;width:50%;height:100%}.user-data,.user-data div{display:flex;flex-direction:column}input{width:200px;height:30px}input,select,textarea{background-color:var(--third-background-color);border:1.5px solid #606060}.small-tab{justify-content:center;width:100%;height:100%;gap:10px;overflow-x:auto}.card-small-tab,.small-tab{display:flex;flex-direction:row;flex-wrap:wrap;border-radius:10px;padding:5px}.card-small-tab{position:relative;justify-content:space-evenly;align-items:center;height:90px;width:clamp(200px,49%,400px);background-color:var(--third-background-color)}.card-small-tab div{width:60%;padding:10px}.card-small-tab div,.card-small-tab h1{display:flex;justify-content:center;align-items:center;text-align:center}.card-small-tab h1{font-weight:350;font-size:30px;width:40%}.card-small-tab-purple{background-color:var(--purple)}.body-flash{height:100svh;width:100vw;overflow-x:hidden;overflow-y:auto;display:flex;justify-content:start;align-items:center}nav{z-index:1}.flash-container{width:100%;height:auto;flex-direction:column;justify-content:start;overflow-x:hidden;overflow-y:auto}#flash-number,.flash-container{display:flex;align-items:center}#flash-number{color:var(--text);font-size:20px;justify-content:center;text-align:center;margin-bottom:25px;padding:0 10px}.flash-cards{display:flex;gap:50px;transition:.3s linear}.flash-card{width:calc(80vh * .9);height:calc(60vh * .9);max-width:800px;max-height:600px;flex:0 0 auto;background-color:white;padding:50px 25px;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:15px;cursor:pointer;position:relative;transition:all .3s linear}.flash-card-shrink{animation:flash-card-shrink-animation .25s linear forwards}.flash-card-deshrink{animation:flash-card-deshrink-animation .25s linear forwards}.flash-card-shrink-mobile{animation:flash-card-shrink-animation-mobile .25s linear forwards}@keyframes flash-card-shrink-animation{0%{width:calc(40vw * 1.1)}to{width:0;margin-right:-50px;padding:0}}@keyframes flash-card-deshrink-animation{0%{width:0;margin-right:-50px;padding:0}to{width:calc(40vw * 1.1);margin-right:0;padding:50px 25px}}@keyframes flash-card-shrink-animation-mobile{0%{width:calc(75/100 * 100vw);padding:20px}to{margin-right:-20px;padding:0;width:0}}.flash-card-rotate{content:url(/public/img/turn.png);position:absolute;opacity:.6;bottom:10px;left:10px;width:25px;height:25px;transition:.3s ease-in-out}.flash-btn-container{width:auto;height:auto;position:relative;align-content:center;gap:15px}.flash-btn,.flash-btn-container{display:flex;justify-content:center}.flash-btn{width:50px;height:50px;margin-top:15px;align-items:center;border-radius:50px;background-color:var(--third-background-color);cursor:pointer;transition:.3s ease-in-out}.flash-btn:hover{background-color:rgba(108,99,255,.3)}.flash-btn img{width:25px;height:25px}.flash-answer-text,.flash-text{color:black;font-size:25px}.flash-answer-text{width:100%;text-align:center;display:flex;justify-content:center;align-items:center;height:auto}.flash-text{display:flex}.flash-answer{display:none;flex-direction:column;justify-content:start;align-items:center;height:auto;max-height:100%;overflow-y:auto;overflow-x:hidden}.flash-answer-pic{width:50%}.card-animated-y{animation:card-animation-y .3s linear}.card-animated-back-y{animation:card-animation-back-y .2s linear}.card-animated-x{animation:card-animation-x .3s linear}.card-animated-back-x{animation:card-animation-back-x .2s linear}.card-text-animated-front{animation:card-text-animation-front .2s linear}.card-text-animated-back{animation:card-text-animation-back .2s linear}.login-gate{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px}@keyframes card-animation-y{0%{transform:rotateY(0deg)}50%{transform:rotateY(90deg)}to{transform:rotateY(0deg)}}@keyframes card-animation-back-y{0%{transform:rotateY(90deg)}to{transform:rotateY(0deg)}}@keyframes card-animation-x{0%{transform:rotateX(0deg)}50%{transform:rotateX(90deg)}to{transform:rotateX(0deg)}}@keyframes card-animation-back-x{0%{transform:rotateX(90deg)}to{transform:rotateX(0deg)}}@keyframes card-text-animation-front{0%{opacity:1}to{opacity:0;display:none}}@keyframes card-text-animation-back{0%{opacity:0;display:none}to{opacity:1;display:flex}}.flash-menu-animated-mobile{animation:flash-menu-animation-mobile .2s linear forwards}.flash-menu-animated-open-mobile{animation:flash-menu-animation-open-mobile .2s linear forwards}@keyframes flash-menu-animation-mobile{0%{height:400px;opacity:0}to{height:0}}@keyframes flash-menu-animation-open-mobile{0%{height:0}to{height:400px}}.test-tab-capitol-flash{align-items:start;justify-content:space-around;backdrop-filter:blur(20px)}@media only screen and (min-width:1150px){nav{border-radius:10px;width:100vw}.action{justify-content:center}}@media only screen and (max-width:1100px){.action{width:85%}}@media only screen and (min-height:1000px){.account-section{height:calc(100vh - 125px);display:flex;justify-content:center;align-items:center;flex-direction:column}.account-header,.account-info{height:auto}}@media only screen and (max-width:1200px){.flash-answer-text,.flash-text{font-size:22.5px}}@media only screen and (max-width:1100px){.tutorial-open-btn{left:2%;padding:5px 10px}.action{gap:25px}}@media only screen and (max-width:900px){.profile-pic-nav{border:1.5px solid var(--text)}}@media only screen and (max-width:800px){nav{justify-content:end;position:fixed;width:60%;flex-direction:column-reverse;height:auto;bottom:0;border-radius:50px;margin-bottom:10px}.action{display:flex;justify-content:space-evenly;flex-direction:row;align-items:center;width:100%;gap:0}.nav-text{display:none}.icon{width:25px;height:25px;cursor:pointer}.tutorial-open-btn{position:fixed;right:auto;left:0;font-size:14px;bottom:10%;padding:12px 4px 12px 2px;border-radius:0 10px 10px 0;background-color:var(--violet);writing-mode:vertical-rl}.tutorial-open-btn:hover{padding:12px 4px 12px 10px}header{height:75px;width:90%}.beneficii{height:calc(100svh - 140px)}.account-section{height:100%;margin-bottom:65px}.legal a{font-size:12px}.body-flash{display:flex;flex-direction:column;justify-content:start;overflow:auto;overflow:hidden}.flash-menu{width:100%;height:auto;gap:20px}.account-tabs{width:100%}.account-days-left{width:100%;height:100%;flex-direction:row;flex-wrap:nowrap}.account-premium-days-left,.account-rezi{padding:10px;height:90px;text-align:center}.account-days-left h1{font-size:25px}.account-header{flex-direction:column}.account-data{height:400px}#achievements{justify-content:space-around}.profile-modal-pics-back{width:90%}.profile-modal-pics{justify-content:space-around}.card-small-tab{height:auto;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;text-align:center;padding:10px;gap:5px 10px}.card-small-tab div,.card-small-tab h1,.card-small-tab h5{width:100%}#stats{height:100%}.achievement-icon{height:70px;width:70px}#account-title{font-size:25px}.account-title-text{font-size:16px}.flash-container{height:calc(100svh - 140px);padding-top:0;justify-content:center}.flash-cards{height:100%;max-height:400px;gap:50px}.flash-card{height:100%;width:calc(65/100 * 100vw);padding:15px}.flash-answer-text,.flash-text{font-size:22.5px}.flash-answer-pic{width:70%}.flash-menu-item{width:175px}.flash-btn{width:40px;height:40px}.flash-btn img{width:20px;height:20px}#flash-number{margin-bottom:15px}.payment-method{display:flex;flex-direction:column;align-items:center}}@media only screen and (max-width:700px){.card-small-tab{width:100%}}@media only screen and (max-width:500px){nav{width:90%}.flash-cards{gap:20px}.flash-card-shrink{animation:flash-card-shrink-animation-mobile .3s linear}.flash-card{height:100%;width:calc(75/100 * 100vw);padding:20px}.account-data,.account-tabs{padding:20px;gap:5px}.account-tabs{height:180px}#account-title{font-size:20px}.account-title-text{font-size:14px}.account-tabs-left{width:75%}.account-tabs-right{width:25%}.profile-pic{height:50px;width:50px}.profile-modal-pics{padding:10px}.account-plan{width:100%;height:auto;padding:5px;flex-direction:column;justify-content:space-evenly}.account-plan-text{display:none}.card-small-tab,.small-tabs-btn{font-size:14px}.card-small-tab h1{font-size:25px}#settings{flex-direction:column-reverse}.account-days-left h1{font-size:20px}.account-days-left p{font-size:14px}.flash-answer-text,.flash-text{color:black;font-size:20px}.flash-answer-pic{width:80%}.cancel-btn,.preferences-btn,.update-sub-btn{font-size:14px;padding:5px 10px}}@media only screen and (max-width:350px){.account-tabs{padding:15px;gap:5px}.account-data{padding:10px 5px}#payments-data{padding:20px;height:auto}.small-tabs-btn{font-size:12px}.legal{flex-direction:column}}@media only screen and (max-width:300px){.account-title-text{font-size:12px}}