:root{--background-primary: #ffffff;--background-secondary: #f4f4f4;--background-tertiary: #e5e5e5;--background-quaternary: #0d0d0d;--text-primary: #5d5d5d;--text-secondary: #b4b4b4;--text-tertiary: #ffffff;--border-color: #E0E0E0;--shadow: rgba(0, 0, 0, .05);--inner-shadow: rgba(0, 0, 0, .05);--color-primary: #B2D8FD;--color-secondary: #6B23BF;--color-auxiliar-1: #FFD700;--color-auxiliar-2: #D7BCF6;--color-auxiliar-3: #8D3FE6;--color-feedback-error: #F20E5E;--color-feedback-success: #08B27D;--color-feedback-warning: #FFD700;--color-feedback-info: #2196F3;--background-feedback-success: #08B27D1e;--background-feedback-error: #f20e5e1e;--background-feedback-warning: #FFD7001e;--background-feedback-info: #2196F31e;--icon-primary: #c7c7c7;--icon-secondary: #A0A0A0;--icon-heart-line: #D5D5D5;--icon-heart-fill: #D94C4C}*,*:before,*:after{box-sizing:border-box}html,body,div,span,object,iframe,figure,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,img,small,strike,strong,sub,sup,tt,b,u,i,ol,ul,li,fieldset,form,label,table,caption,tbody,tfoot,thead,tr,th,td,main,canvas,embed,footer,header,nav,section,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;text-size-adjust:none}footer,header,nav,section,main{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}h1{font-family:Poppins,sans-serif;font-size:2.25rem;font-weight:600;line-height:1.3;letter-spacing:-.5px}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}p{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6}button{font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.5px}body{font-family:Poppins,sans-serif;font-weight:400;line-height:1.6;color:var(--text-primary);margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;line-height:1.2;margin:0 0 1rem}p{margin:0 0 1rem}a{font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;color:inherit;text-decoration:none}a:hover{font-weight:600}input,select,textarea{font-family:Poppins,sans-serif}.m-xxxs{margin:.25rem}.m-xxs{margin:.5rem}.m-xs{margin:1rem}.m-sm{margin:1.5rem}.m-md{margin:2rem}.m-lg{margin:2.5rem}.m-xl{margin:3rem}.m-xxl{margin:4rem}.m-xxxl{margin:5rem}.mt-xxxs,.my-xxxs{margin-top:.25rem}.mb-xxxs,.my-xxxs{margin-bottom:.25rem}.ml-xxxs,.mx-xxxs{margin-left:.25rem}.mr-xxxs,.mx-xxxs{margin-right:.25rem}.mt-xxs,.my-xxs{margin-top:.5rem}.mb-xxs,.my-xxs{margin-bottom:.5rem}.ml-xxs,.mx-xxs{margin-left:.5rem}.mr-xxs,.mx-xxs{margin-right:.5rem}.mt-xs,.my-xs{margin-top:1rem}.mb-xs,.my-xs{margin-bottom:1rem}.ml-xs,.mx-xs{margin-left:1rem}.mr-xs,.mx-xs{margin-right:1rem}.mt-sm,.my-sm{margin-top:1.5rem}.mb-sm,.my-sm{margin-bottom:1.5rem}.ml-sm,.mx-sm{margin-left:1.5rem}.mr-sm,.mx-sm{margin-right:1.5rem}.mt-md,.my-md{margin-top:2rem}.mb-md,.my-md{margin-bottom:2rem}.ml-md,.mx-md{margin-left:2rem}.mr-md,.mx-md{margin-right:2rem}.mt-lg,.my-lg{margin-top:2.5rem}.mb-lg,.my-lg{margin-bottom:2.5rem}.ml-lg,.mx-lg{margin-left:2.5rem}.mr-lg,.mx-lg{margin-right:2.5rem}.mt-xl,.my-xl{margin-top:3rem}.mb-xl,.my-xl{margin-bottom:3rem}.ml-xl,.mx-xl{margin-left:3rem}.mr-xl,.mx-xl{margin-right:3rem}.mt-xxl,.my-xxl{margin-top:4rem}.mb-xxl,.my-xxl{margin-bottom:4rem}.ml-xxl,.mx-xxl{margin-left:4rem}.mr-xxl,.mx-xxl{margin-right:4rem}.mt-xxxl,.my-xxxl{margin-top:5rem}.mb-xxxl,.my-xxxl{margin-bottom:5rem}.ml-xxxl,.mx-xxxl{margin-left:5rem}.mr-xxxl,.mx-xxxl{margin-right:5rem}.flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-start{justify-content:flex-start}.flex-center{justify-content:center}.flex-end{justify-content:flex-end}.flex-between{justify-content:space-between}.flex-around{justify-content:space-around}.flex-evenly{justify-content:space-evenly}.flex-items-start{align-items:flex-start}.flex-items-center{align-items:center}.flex-items-end{align-items:flex-end}.flex-items-stretch{align-items:stretch}.flex-items-baseline{align-items:baseline}.flex-content-start{align-content:flex-start}.flex-content-center{align-content:center}.flex-content-end{align-content:flex-end}.flex-content-between{align-content:space-between}.flex-content-around{align-content:space-around}.flex-content-stretch{align-content:stretch}.grid{display:grid}.grid-justify-start{justify-content:start}.grid-justify-center{justify-content:center}.grid-justify-end{justify-content:end}.grid-justify-stretch{justify-content:stretch}.grid-align-start{align-items:start}.grid-align-center{align-items:center}.grid-align-end{align-items:end}.grid-align-stretch{align-items:stretch}.grid-place-center{place-items:center}.grid-place-stretch{place-items:stretch}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:2rem}.bt{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.bt-primary{padding:12px 20px;border-radius:12px;border:0;font-family:Poppins;font-style:normal;font-weight:500;font-size:18px;line-height:27px;letter-spacing:.05em}.bt-primary-bezel{color:#fff;background:linear-gradient(180deg,#3d8df4,#2770e9);box-shadow:0 2px 8px #0000001a,inset 0 2px #fff6,inset 0 -2px #0000001a}.bt-primary-bezel:hover{background:linear-gradient(180deg,#2770e9,#1f5ad6)}.bt-primary-bezel:active{background:linear-gradient(180deg,#1f5ad6,#1f4aae)}.bt-primary-bezel:disabled{background:#dbecfe;box-shadow:0 2px 8px #0000001a,inset 0 1px #ffffff0a,inset 0 -2px #0000001a;color:#62aef8}.bt-primary-outline{color:#3d8df4;background:#fff;border:1px solid #3d8df4;border-radius:12px}.bt-primary-outline:hover{border:1px solid #1f5ad6;color:#1f5ad6}.bt-primary-outline:active{border:1px solid #1f4aae;color:#1f4aae}.bt-primary-outline:disabled{border:1px solid #b2d8fd;color:#62aef8}.bt-primary-flat{color:#fff;background:#3d8df4}.bt-primary-flat:hover{background:#2770e9}.bt-primary-flat:active{background:#1f5ad6}.bt-primary-flat:disabled{background:#dbecfe;color:#62aef8}.bt-secondary{padding:8px 24px;border-radius:12px;border:0}.bt-secondary-bezel{color:#fff;background:linear-gradient(180deg,#965cf6,#893aed);box-shadow:0 2px 8px #00000029,inset 0 2px #ffffff4d,inset 0 -2px #0003}.bt-secondary-bezel:hover{background:linear-gradient(180deg,#893aed,#7a28d9)}.bt-secondary-bezel:active{background:linear-gradient(180deg,#7a28d9,#6b23bf)}.bt-secondary-bezel:disabled{background:#efe9fe;box-shadow:0 2px 8px #00000029,inset 0 1px #ffffff24,inset 0 -2px #0000001a;color:#af8bfa}.bt-secondary-outline{color:#6b23bf;background:#fff;border:1px solid #6b23bf;border-radius:12px}.bt-secondary-outline:hover{border:1px solid #893aed;color:#893aed}.bt-secondary-outline:active{border:1px solid #7a28d9;color:#7a28d9}.bt-secondary-outline:disabled{border:1px solid #e0d6fe;color:#e0d6fe}.bt-secondary-flat{color:#fff;background:#6b23bf}.bt-secondary-flat:hover{background:#893aed}.bt-secondary-flat:active{background:#551d95}.bt-secondary-flat:disabled{background:#efe9fe;color:#af8bfa}.bt-large{min-width:200px}:root{--card-width: 440px}.card{background-color:#fff;padding:32px;border:1px solid rgba(116,124,141,.4);box-shadow:0 4px 40px #00000040,inset 0 0 22px #ffffff1a}.card-form{width:var(--card-width);border-radius:24px;background-color:#fff;padding:40px;border:1px solid rgba(116,124,141,.4);box-shadow:0 4px 40px #00000040,inset 0 0 22px #ffffff1a}label{display:block;margin-bottom:6px;margin-left:8px;color:var(--text-primary);font-size:var(--font-size-body);line-height:1.6rem;margin-top:24px}input[type=text],input[type=email],input[type=password],input[type=number],textarea,select{width:100%;padding:12px;box-sizing:border-box;border-radius:12px;border:0;background-color:var(--background-secondary);font-size:var(--font-size-body-large);color:var(--text-primary);letter-spacing:1.1px;border:2px solid #fff}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,textarea:focus,select:focus{outline:none;border:2px solid var(--border-color)}input::placeholder,textarea::placeholder,select::placeholder{color:var(--text-secondary)}select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 12px center;cursor:pointer}select option{color:var(--text-primary);background-color:var(--background-secondary);padding:12px}.validation-error{color:var(--color-feedback-error);margin:4px 16px}.dont-show-guide{display:flex;align-items:flex-end;justify-content:flex-end}.checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox{display:flex;position:relative;cursor:pointer;font-size:24px;-webkit-user-select:none;user-select:none;margin:0 8px}.checkbox span{margin:0 8px;font-size:16px}.checkmark{position:relative;top:0;left:0;height:1.3em;width:1.3em;background-color:#ccc;border-radius:8px;transition:.3s}.checkbox input:checked~.checkmark{background-color:var(--color-feedback-success);border-radius:8px;animation:pulse .5s ease-in-out}.checkmark:after{content:"";position:absolute;display:none}.checkbox input:checked~.checkmark:after{display:block}.checkbox .checkmark:after{left:.45em;top:.25em;width:.25em;height:.5em;border:solid #fff;border-width:0 .15em .15em 0;transform:rotate(45deg);font-size:28px}@keyframes pulse{0%{box-shadow:0 0 #0b6e4f90;rotate:20deg}50%{rotate:-20deg}75%{box-shadow:0 0 0 10px #0b6e4f60}to{box-shadow:0 0 0 13px #0b6e4f30;rotate:0}}.menu-actions{position:fixed;z-index:100;min-width:180px;padding:0;background:var(--background-primary);border:1px solid var(--border-color);box-shadow:0 4px 5px #00000026,0 2px 20px #00000026;border-radius:16px}.menu-actions ul{list-style:none;margin:0;display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:10px}.menu-actions ul li{display:flex;flex-direction:row;align-items:center;padding:8px 16px;gap:16px;cursor:pointer;border-radius:8px;width:100%;flex:none;order:1;align-self:stretch;flex-grow:0}.menu-actions ul li p{font-family:Poppins;font-style:normal;font-weight:500;font-size:14px;line-height:21px;letter-spacing:.05em;margin:0;color:var(--text-primary)}.menu-actions ul li:hover{background:var(--background-secondary)}.menu-actions .menu-disabled{opacity:.5;cursor:not-allowed}.background{background:url("./media/background-2D35JJT5.svg");background-size:cover}
