:root{--font-default-size: 16px;--max-layer-width: 80rem;--min-layer-width: 20rem;--default-padding: 1rem;--fnt-primary: "OpenSans", sans-serif;--bodyFont: "Montserrat", sans-serif}*,button,a{transition:all .5s;box-sizing:border-box;font-family:var(--bodyFont)}html,body{font-size:var(--font-default-size)!important;width:100%;height:100%;min-width:var(--min-layer-width)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-family:var(--bodyFont);color:var(--clr-text);vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{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}::-webkit-scrollbar{width:7px;height:5px}::-webkit-scrollbar-track{cursor:pointer;background:hsl(var(--inputBgColor))}::-webkit-scrollbar-thumb{cursor:pointer;background:hsl(var(--secondary))}::-webkit-scrollbar-thumb:hover{cursor:pointer;background:hsl(var(--primary))}.validation-box{display:flex;background:var(--lightColor);border:1px solid hsl(var(--borderColor));border-top:3px solid hsl(var(--danger));padding:.5rem;margin-top:.3rem}.validation-box .errors-list{display:flex;flex-direction:column;padding:0 1rem}.validation-box .errors-list li{color:hsl(var(--danger));font-size:.8rem;list-style-type:disc;line-height:1.5}:root{--time: .5s}@keyframes rotatingAnim{0%{rotate:0deg}to{rotate:360deg}}:root{--backgroundColor: 0 0 100%;--frontgroundColor: 210 14% 97%;--textColor: 0 0% 30%;--textColor40: 0 0% 40%;--textColor50: 0 0% 50%;--placeholder: var(--textColor) / .75;--borderColor: 0 0% 89%;--inputBgColor: 0 0 90%;--darkGray: 0 0% 63%;--lightColor: 0 0% 100%;--transparent: 0 0% 0% 0;--linkColor: 225 87% 21%;--shadowColor: 0 0% 0% .55;--successH: 154;--successS: 85%;--successL: 38%;--success: var(--successH) var(--successS) var(--successL);--successDark: var(--successH) var(--successS) calc(var(--successL) - var(--successL) * .2);--successLight: var(--successH) calc(var(--successS)) calc(var(--successL) + (100% - var(--successL)) * .2);--primaryH: 224;--primaryS: 89%;--primaryL: 21%;--primary: var(--primaryH) var(--primaryS) var(--primaryL);--primaryDark: var(--primaryH) var(--primaryS) calc(var(--primaryL) - var(--primaryL) * .2);--primaryLight: var(--primaryH) calc(var(--primaryS)) calc(var(--primaryL) + (100% - var(--primaryL)) * .2);--secondaryH: 211;--secondaryS: 100%;--secondaryL: 41%;--secondary: var(--secondaryH) var(--secondaryS) var(--secondaryL);--secondaryDark: var(--secondaryH) var(--secondaryS) calc(var(--secondaryL) - var(--secondaryL) * .2);--secondaryLight: var(--secondaryH) calc(var(--secondaryS)) calc(var(--secondaryL) + (100% - var(--secondaryL)) * .2);--tertiaryH: 17;--tertiaryS: 88%;--tertiaryL: 48%;--tertiary: var(--tertiaryH) var(--tertiaryS) var(--tertiaryL);--tertiaryDark: var(--tertiaryH) var(--tertiaryS) calc(var(--tertiaryL) - var(--tertiaryL) * .2);--tertiaryLight: var(--tertiaryH) calc(var(--tertiaryS)) calc(var(--tertiaryL) + (100% - var(--tertiaryL)) * .2);--dangerH: 3;--dangerS: 100%;--dangerL: 59%;--danger: var(--dangerH) var(--dangerS) var(--dangerL);--dangerDark: var(--dangerH) var(--dangerS) calc(var(--dangerL) - var(--dangerL) * .5);--dangerLight: var(--dangerH) calc(var(--dangerS)) calc(var(--dangerL) + (100% - var(--dangerL)) * .2)}[data-theme=default] .light-item,[data-theme=light] .light-item{display:flex}[data-theme=default] .dark-item,[data-theme=light] .dark-item{display:none}[data-theme=dark]{--backgroundColor: ;--frontgroundColor: 230 24% 19%;--textColor: 243 15% 71%;--borderColor: 231 16% 32%;--inputBgColor: 0 0 90%}[data-theme=dark] .light-item{display:none}[data-theme=dark] .dark-item{display:flex}.card-component{border-radius:.5rem;width:100%;padding:1rem;box-shadow:var(--dashboard-boxshadow)}.system-logo__wrapper img{background-position:center;background-repeat:no-repeat;background-size:contain;aspect-ratio:16/5}.content-loading{--size: 3rem;position:relative}.content-loading *:not(.loader-panel,.loader-panel *){position:absolute;opacity:0;scale:0}.content-loading .loader-panel{display:flex;flex-direction:column;justify-content:center;align-items:center}.content-loading .loader-panel .loading-icon{--time: .5s;border:5px solid hsl(var(--borderColor));width:var(--size);height:var(--size);border-radius:50%;border-right-color:transparent;border-right-width:1px;margin-bottom:.5rem;animation:rotatingAnim .5s;animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:infinite}.content-loading .loader-panel .loading-title-wrapper h2{font-size:.9rem;font-weight:600;color:hsl(var(--borderColor))}.loading-component-barmetro{--barHeight: .5rem;position:fixed;top:0;left:0;width:100%;height:var(--barHeight);z-index:9900;background-color:hsl(var(--borderColor))}.loading-component-barmetro:before{content:"";display:flex;width:100%;height:100%;background-color:hsl(var(--primary));animation:loadingBarAnimation 4s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:ease-in-out;transform-origin:left}@keyframes loadingBarAnimation{0%{scale:0 1}24%{transform-origin:left}25%{scale:1 1;transform-origin:right}49%{transform-origin:right}50%{scale:0 1;transform-origin:left}74%{transform-origin:left}75%{scale:1 1;transform-origin:right}to{scale:0 1;transform-origin:right}}.input-control{--height: 3rem;--radius: .5rem;--padding: 1rem;position:relative;border-radius:var(--radius);background-color:#fff;height:var(--height);overflow:hidden;transition:hover .1s}.input-control .legend{padding:.7rem var(--padding);font-size:.75rem;pointer-events:none}.input-control input,.input-control textarea,.input-control select{position:absolute;top:0;left:0;width:100%;height:100%;padding-top:1rem;padding-inline:var(--padding);border-radius:var(--radius);font-size:.9rem}.input-control select[multiple]{position:relative;padding-top:2rem}.input-control select[multiple] option{font-size:.85rem;padding:.3rem 0}.input-control:has(.error):after{content:"";position:absolute;width:100%;height:.2rem;background-color:var(--clDanger);left:0;bottom:0;opacity:.8}.input-control:hover{outline:2px solid var(--clPrimary);opacity:.8}.input-control:has(input:focus){outline:2px solid var(--clPrimary);opacity:.8}.input-control .icon{display:none}.input-control.eye-icon{position:relative}.input-control.eye-icon .icon{display:flex;--size: 1.7rem;position:absolute;width:var(--size);height:var(--size);top:50%;right:0rem;translate:-50% -50%;cursor:pointer;background-position:center;background-repeat:no-repeat;background-image:url(/build/assets/eye-password-closed-C4Lyyutl.png);background-size:contain}.input-control.eye-icon.shown .icon{background-image:url(/build/assets/eye-password-opened-Czo3nd6k.png)}.bordered-control .input-control{border:1px solid var(--brPrimary)}.input-control:has(select[multiple]){height:auto}.input-control:has(select[multiple]) span.legend{position:absolute;top:0}.input-control:has(textarea){height:auto;line-height:0}.input-control:has(textarea) span.legend{position:absolute;top:0}.input-control:has(textarea) textarea{position:relative;min-height:7rem;max-height:18rem;padding-block:1.8rem;line-height:1.5}.input-control:has(textarea) textarea.small{min-height:auto;height:5rem;max-height:18rem}.input-control:has(textarea) textarea.huge{min-height:18rem}.input-control:not(:has(.control-icon)):before,.input-control .control-icon{content:"";position:absolute;top:50%;right:1rem;width:var(--inputSize);height:var(--inputSize);display:flex;translate:0 -50%;pointer-events:none}.rippeable{position:relative;overflow:hidden;transition:background .3s}.ripple-effect{--size: 2rem;position:absolute;width:var(--size);height:var(--size);aspect-ratio:1;border-radius:50%;transform-origin:center;transform:scale(0);opacity:1;animation:ripple-animation .6s linear;pointer-events:none;background:#ffffff80}.rippeable.dark .ripple-effect{background:#0000004d}.rippeable.darkblue .ripple-effect{background:#0a29b54d}@keyframes ripple-animation{to{transform:scale(20);opacity:0}}:root{--formGap: 1rem;--inputHeight: 2.5rem;--inputSize: 1.5rem}.input-control,input,select,textarea,button{width:100%;height:var(--inputHeight)}.input-control:has(textarea){height:auto}.input-control.searcher{position:relative}.input-control.searcher input{padding:0 .5rem}.input-control.searcher .icon{display:flex!important;size:1rem;position:absolute;top:50%;right:1rem;width:var(--size);transform:translateY(-50%);height:var(--size);font-size:1.2rem;color:hsl(var(--textColor));pointer-events:none}.input-control.searcher .search-results{position:relative;background-color:hsl(var(--lightColor));min-width:10rem}.input-control.searcher .search-results--list{display:flex;flex-direction:column;border-radius:.2rem;background-color:hsl(var(--lightColor));box-shadow:0 0 1rem #0000001a;position:absolute;top:100%;left:0;width:100%;z-index:100;max-height:10rem;overflow:hidden auto}.input-control.searcher .search-results--list-noresults{padding:1rem;font-size:.85rem;color:hsl(var(--textColor40))}.input-control.searcher .search-results--list-item{width:100%}.input-control.searcher .search-results--list-item-disabled{font-size:.7rem;color:hsl(var(--textColor40))}.input-control.searcher .search-results--list-item-link{display:flex;align-items:center;padding:.5rem 1rem;border-bottom:1px solid hsl(var(--borderColor));container-name:search-panel;container-type:inline-size}.input-control.searcher .search-results--list-item-link:has(.disabled),.input-control.searcher .search-results--list-item-link.disabled{background-color:hsl(var(--borderColor))}.input-control.searcher .search-results--list-item-link:hover{background-color:hsl(var(--borderColor));text-decoration:none;opacity:.7;cursor:pointer}.input-control.searcher .search-results--list-item-link-name{font-size:.9rem;font-weight:500;margin-right:1ch}.input-control.searcher .search-results--list-item-link-email{font-size:.7rem;font-weight:400;color:hsl(var(--textColor50))}.shorter input{border:1px solid hsl(var(--borderColor))}.shorter .input-control.searcher .search-results{overflow:visible}.shorter .input-control.searcher .search-results .search-results--insider .search-results--list .search-results--list-item-link{flex-direction:column}button{border:1px solid}button.continue{--iconSize: 1.2rem;--iconColor: hsl(var(--lightColor));position:relative}button.continue:after{content:"";position:absolute;top:50%;right:1rem;transform:translateY(-50%) rotate(-45deg);border:2px solid white;width:var(--iconSize);height:var(--iconSize);border-color:transparent var(--iconColor) var(--iconColor) transparent;border-radius:.1rem}.input-control{position:relative}.input-control input,.input-control select,.input-control textarea{height:100%}.input-control input::-moz-placeholder,.input-control select::-moz-placeholder,.input-control textarea::-moz-placeholder{color:hsl(var(--placeholder))}.input-control input::placeholder,.input-control select::placeholder,.input-control textarea::placeholder{color:hsl(var(--placeholder))}.field-control .control-legend{display:flex;color:hsl(var(--textColor));font-size:.9rem;font-weight:500;margin-bottom:.3em}.submit-button-pair__wrapper{margin-top:calc(var(--formGap) * 3);display:grid;grid-template-columns:auto 1fr;gap:var(--formGap)}.submit-button-pair__wrapper button{padding:0 2rem;border-radius:.2rem}.submit-button-pair__wrapper button:hover{opacity:.8;outline:2px solid hsl(var(--secondary))}.form-styles-one{--inputHeight: 3.5rem}.form-styles-one .form-title h2{font-size:1.2rem;margin-bottom:1rem}.form-styles-one .input-control:not(:has(.control-icon)):before,.form-styles-one .input-control .control-icon{content:"";position:absolute;top:50%;right:1rem;width:var(--inputSize);height:var(--inputSize);display:flex;translate:0 -50%;pointer-events:none}.form-styles-one .length-control{display:flex;line-height:1.5;font-size:.7rem;color:hsl(var(--textColor));padding-top:.1rem}.form-styles-one .input-control{position:relative}.form-styles-one .input-control:after{content:"";width:100%;height:.25rem;position:absolute;display:flex;bottom:0;left:0;background-color:hsl(var(--borderColor));border-radius:.1rem}.form-styles-one .input-control:hover input,.form-styles-one .input-control:hover select,.form-styles-one .input-control:hover textarea{outline:2px solid hsl(var(--secondary));transition:all 0s}.form-styles-one .input-control:has(input:focus):after,.form-styles-one .input-control:has(select:focus):after,.form-styles-one .input-control:has(textarea:focus):after{background-image:linear-gradient(45deg,hsl(var(--primary)),hsl(var(--secondary)),hsl(var(--tertiary)))}.form-styles-one .input-control:has(input:focus) input,.form-styles-one .input-control:has(input:focus) select,.form-styles-one .input-control:has(input:focus) textarea,.form-styles-one .input-control:has(select:focus) input,.form-styles-one .input-control:has(select:focus) select,.form-styles-one .input-control:has(select:focus) textarea,.form-styles-one .input-control:has(textarea:focus) input,.form-styles-one .input-control:has(textarea:focus) select,.form-styles-one .input-control:has(textarea:focus) textarea{transition:all .3s;outline-color:hsl(var(--secondary));outline-width:1px;opacity:.7}.form-styles-one .input-control:has(input.error):after,.form-styles-one .input-control:has(select.error):after,.form-styles-one .input-control:has(textarea.error):after{background-image:linear-gradient(45deg,hsl(var(--danger)),hsl(var(--dangerDark)))}.form-styles-one .input-control .icon{display:none}.form-styles-one .input-control.eye-icon{position:relative}.form-styles-one .input-control.eye-icon .icon{display:flex;--size: 1.7rem;position:absolute;width:var(--size);height:var(--size);top:50%;right:0rem;translate:-50% -50%;cursor:pointer;background-position:center;background-repeat:no-repeat;background-image:url(/build/assets/eye-password-closed-C4Lyyutl.png);background-size:contain}.form-styles-one .input-control.eye-icon.shown .icon{background-image:url(/build/assets/eye-password-opened-Czo3nd6k.png)}.form-styles-one input,.form-styles-one select,.form-styles-one textarea{background-color:hsl(var(--input-bg));padding:0 1rem;font-size:.95rem;font-weight:400;color:hsl(var(--title-color));background-color:hsl(var(--inputBgColor))}.form-styles-one textarea{padding-block:.5rem;min-height:5rem;line-height:1.5}.form-styles-one .button__label{border:0;background-color:transparent;font-weight:500;font-size:.85rem;transition:all .2s}.form-styles-one .button__label:hover{background-color:hsl(var(--inputBgColor))}.form-styles-one .button__elevated{background-color:hsl(var(--primary));color:hsl(var(--lightColor))}.submit-wrapper{display:flex;width:100%;justify-content:center;padding:1rem 0}.button{--size: 3rem;--bgColor: (--transparent);--txColor: var(--lightColor);display:flex;height:var(--size);align-items:center;justify-content:center;padding-inline:1.5rem;background-color:hsl(var(--bgColor));color:hsl(var(--txColor));transition:outline 0s;transition:opacity .25s}.button:hover{opacity:.7;outline:2px solid hsl(var(--borderColor))}.button:focus{opacity:.3}.button.upper{text-transform:uppercase}.button.full{width:100%}.button__elevated{--bgColor: var(--secondary);align-items:center;border:1px solid;border-radius:.4rem}.button.primary{--bgColor: var(--primary)}.button.new{--size: 2.5rem;cursor:pointer;position:relative;display:flex;align-items:center;border:1px solid hsl(var(--borderColor));color:hsl(var(--textColor));font-weight:500;font-size:.85rem;padding-inline:.5rem}.button.new .icon{font-size:1rem;margin-right:.5rem;cursor:inherit}.button.new:hover{opacity:1;background-color:hsl(var(--textColor));color:hsl(var(--lightColor))}.button.back{cursor:pointer;position:relative;display:flex;align-items:center;border:1px solid hsl(var(--borderColor));color:hsl(var(--textColor));font-weight:500;font-size:.85rem}.button.back .icon{font-size:1rem;margin-right:.5rem;cursor:inherit}.button.back:hover{opacity:1;background-color:hsl(var(--textColor));color:hsl(var(--lightColor))}.button.back .icon{margin-top:-3px}.import-selector select{width:100%;border:0;font-size:.85rem}.check-label{--boxSize: 1.5rem;--boxBorderColor: hsl(var(--borderColor));position:relative;display:flex;margin:1rem}.check-label input{position:absolute;opacity:0;z-index:-1}.check-label label{display:flex;align-items:center;font-size:.9rem;cursor:pointer}.check-label label:before{content:"";display:flex;width:var(--boxSize);height:var(--boxSize);border:2px solid var(--boxBorderColor);border-radius:.2rem;margin-right:.4rem}.check-label input:checked+label:before{--boxBorderColor: hsl(var(--lightColor));background:hsl(var(--primary));outline:2px solid hsl(var(--primary))}.page-alerter{display:flex;width:100%;height:100%}.page-alerter .card-alerter{margin:auto;display:flex;align-items:center;padding:1rem;border-radius:.2rem;color:hsl(var(--lightColor));font-size:.9rem;font-weight:500;background-color:hsl(var(--borderColor));width:100%;max-width:40rem;color:hsl(var(--textColor))}.page-alerter .card-alerter--content-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.page-alerter .card-alerter--content-text{font-size:.85rem;font-weight:400;line-height:1.5}.guest-platform{--vPadd: 2.5rem;--cardMaxWidth: 40rem;display:flex;width:100%;height:100%;justify-content:center;background-repeat:no-repeat;background-position:center;background-size:cover;overflow-y:auto;max-height:100vh;padding:1rem}.guest-platform .form-card{max-width:var(--cardMaxWidth);padding:var(--vPadd) 0;margin-block:auto;background-color:hsl(var(--frontgroundColor))}.guest-platform.register .form-card{--cardMaxWidth: 40rem}.guest-platform.register .form-card #businessRegisterForm,.guest-platform.register .form-card #userRegisterForm,.guest-platform.register .form-card #paymentModuleForm{padding-inline:var(--vPadd)}.guest-platform.signup{--cardMaxWidth: 40rem}.guest-platform .form-pad{padding-inline:var(--vPadd)}.payment-platform-wrapper .description-panel{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 3rem 3rem;line-height:1.5}.payment-platform-wrapper .description-panel h3{font-size:1.2rem;margin-bottom:1rem}.payment-platform-wrapper .description-panel p{font-size:.9rem}.payment-platform-wrapper .description-panel .logo-payment-wrapper{display:flex;align-items:center;width:10rem;padding-bottom:1rem;aspect-ratio:16/9}.system-logo__wrapper{display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:3rem}.system-logo__wrapper img{width:100%;max-width:12rem}.steps-composer{position:relative;--steps: 3;--stepSize: 2rem;--barHeight: 2px;--activeColor: var(--primary);margin-bottom:2rem}.steps-composer .steps-progress__wrapper{position:relative;display:flex}.steps-composer .steps-progress__wrapper:before{content:"";display:flex;width:100%;height:var(--barHeight);background-color:hsl(var(--borderColor));position:absolute;top:50%;translate:0 -50%}.steps-composer .steps-progress__wrapper.completed:before{background-color:hsl(var(--activeColor))}.steps-composer .steps-progress__wrapper .step-panel{--stepNumber: 1;--stepWidth: calc( 100% / calc(var(--steps) + 1) );position:relative;display:flex;width:var(--stepWidth);align-items:center;justify-content:end}.steps-composer .steps-progress__wrapper .step-panel .step-trigger{position:relative;display:flex;width:var(--stepSize);height:var(--stepSize);border-radius:50%;justify-content:center;align-items:center;background-color:hsl(var(--borderColor))}.steps-composer .steps-progress__wrapper .step-panel .step-trigger .step-number{display:flex;font-size:.9rem;font-weight:600;color:hsl(var(--textColor))}.steps-composer .steps-progress__wrapper .step-panel .step-trigger .step-label{position:absolute;top:0;left:50%;translate:-50% -100%;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:center;text-align:center;color:hsl(var(--textColor));line-height:1.5}.steps-composer .steps-progress__wrapper .step-panel.actived .step-trigger,.steps-composer .steps-progress__wrapper .step-panel.completed .step-trigger{background-color:hsl(var(--activeColor))}.steps-composer .steps-progress__wrapper .step-panel.actived .step-trigger .step-number,.steps-composer .steps-progress__wrapper .step-panel.completed .step-trigger .step-number{color:hsl(var(--lightColor))}.steps-composer .steps-progress__wrapper .step-panel.actived:before,.steps-composer .steps-progress__wrapper .step-panel.completed:before{content:"";position:absolute;width:100%;height:var(--barHeight);background-color:hsl(var(--activeColor))}.guest-platform form{--formGap: 1rem}.guest-platform form .register-business-info,.guest-platform form .user-business-wrapper,.guest-platform form .signup-user-info{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:var(--formGap);margin-bottom:calc(var(--formGap) * 2)}.guest-platform form .register-business-info .business-name-control,.guest-platform form .user-business-wrapper .business-name-control,.guest-platform form .signup-user-info .business-name-control{grid-column:1/-1}@media screen and (max-width: 40rem){.guest-platform form .register-business-info,.guest-platform form .user-business-wrapper,.guest-platform form .signup-user-info{grid-template-columns:1fr}}.guest-platform form .register-business-address{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto;gap:var(--formGap)}.guest-platform form .register-business-address .business_address-control{grid-column:span 3}.guest-platform form .register-business-address .business_zipcode-control{grid-column:span 1}.guest-platform form .register-business-address .business_city-control,.guest-platform form .register-business-address .business_state-control{grid-column:span 2}@media screen and (max-width: 40rem){.guest-platform form .register-business-address{grid-template-columns:1fr}.guest-platform form .register-business-address .business_address-control,.guest-platform form .register-business-address .business_zipcode-control,.guest-platform form .register-business-address .business_city-control,.guest-platform form .register-business-address .business_state-control{grid-column:1/-1}}.guest-platform form .payment-platform-wrapper{display:flex;flex-direction:column;margin-bottom:2rem}.guest-platform form .payment-platform-wrapper .description-panel{margin-bottom:1rem;line-height:1.5}.guest-platform form .payment-platform-wrapper .description-panel h3{font-size:1rem;font-weight:500}.guest-platform form .payment-platform-wrapper .description-panel p{font-size:.85rem}.guest-platform form .payment-platform-wrapper .payments-platform-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.guest-platform form .payment-platform-wrapper .payments-platform-container .ebank-platform-selector{position:relative;display:flex;border:1px solid hsl(var(--borderColor));border-radius:.4rem;overflow:hidden}.guest-platform form .payment-platform-wrapper .payments-platform-container .ebank-platform-selector .ebank-custom-checkbox{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.8rem;cursor:pointer}.guest-platform form .payment-platform-wrapper .payments-platform-container .ebank-platform-selector .ebank-custom-checkbox:hover{opacity:.7}.guest-platform form .payment-platform-wrapper .payments-platform-container .ebank-platform-selector .ebank-custom-checkbox:before{--mSize: 1rem;content:"";position:absolute;bottom:.5rem;left:.5rem;width:var(--mSize);height:var(--mSize);border:2px solid hsl(var(--borderColor));border-radius:50%}.guest-platform form .payment-platform-wrapper .payments-platform-container .ebank-platform-selector .ebank-custom-checkbox .radio-description h3{font-size:.9rem;color:hsl(var(--textColor))}.guest-platform form .payment-platform-wrapper .payments-platform-container .ebank-platform-selector input[type=radio]{position:absolute;opacity:0;z-index:-10}.guest-platform form .payment-platform-wrapper .payments-platform-container .ebank-platform-selector svg,.guest-platform form .payment-platform-wrapper .payments-platform-container .ebank-platform-selector img{width:70%;aspect-ratio:16/9;-o-object-fit:contain;object-fit:contain}.guest-platform form .payment-platform-wrapper .payments-platform-container .ebank-platform-selector input[type=radio]:checked+.ebank-custom-checkbox{--userLogoColor: hsl(var(--lightColor));background-color:hsl(var(--secondary))}.guest-platform form .payment-platform-wrapper .payments-platform-container .ebank-platform-selector input[type=radio]:checked+.ebank-custom-checkbox svg{fill:hsl(var(--lightColor))}.guest-platform form .payment-platform-wrapper .payments-platform-container .ebank-platform-selector input[type=radio]:checked+.ebank-custom-checkbox:before{border:3px solid hsl(var(--lightColor))}.guest-platform form .payment-platform-wrapper .payments-platform-container .ebank-platform-selector input[type=radio]:checked+.ebank-custom-checkbox .radio-description h3{color:hsl(var(--lightColor))}.submit-button-single__wrapper{display:flex}@media screen and (max-width: 27rem){.submit-button-pair__wrapper{grid-template-rows:1fr 1fr;grid-template-columns:1fr}.submit-button-pair__wrapper *{border:3px solid}}[data-theme=light] .guest-platform.register{background-image:url(/build/assets/lc-payouts-bg-light-XHe2_oRI.png)}[data-theme=light] .guest-platform.signup{background-image:url(/build/assets/abstract-bg-BbA7i8bv.png)}[data-theme=dark] .guest-platform.register{background-image:url(/build/assets/lc-payouts-bg-dark-BbygiJs1.png)}.user-setup{display:flex;flex-direction:column;margin-bottom:1.5rem}.user-setup--title{font-size:.95rem;font-weight:500;margin-bottom:1rem}.user-setup--text{font-size:.8rem;margin-bottom:.5rem}.user-welcomer{display:flex;flex-direction:column;align-items:center;padding:2rem;line-height:1.5}.user-welcomer .business-logo-wrapper{display:flex}.user-welcomer .business-logo-wrapper img{width:100%;max-width:10rem;aspect-ratio:16/9;-o-object-fit:contain;object-fit:contain;margin-bottom:1rem}.user-welcomer--title{font-size:1.2rem;font-weight:500;margin-bottom:.7rem}.user-welcomer--text{font-size:.95rem;margin-bottom:1rem}.user-welcomer--link{font-size:.85rem;font-weight:600;padding:1rem 1.3rem;border-radius:.4rem;background-color:hsl(var(--secondary));color:hsl(var(--lightColor));text-decoration:none;cursor:pointer}.user-welcomer--link:hover{text-decoration:underline;opacity:.7}.user-welcomer--link:active{opacity:.35}.information-composer{display:flex;flex-direction:column}.information-composer .information-final-header{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.information-composer .information-final-header .process-status-icon{--size: 4rem;display:flex;align-items:center;justify-content:center}.information-composer .information-final-header .process-status-icon svg{width:var(--size);margin-bottom:.5rem}.information-composer .information-final-header h1{font-size:1.1rem;font-weight:500}.information-composer .information-table-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;padding-inline:2rem}.information-composer .information-table-wrapper table.information-table{border:1px solid hsl(var(--borderColor));width:100%}.information-composer .information-table-wrapper table.information-table td.information-header{width:100%;font-size:.85rem;font-weight:500;border-bottom:1px solid hsl(var(--borderColor))}.information-composer .information-table-wrapper table.information-table td{padding:.5rem .8rem;font-size:.75rem;border-bottom:1px dotted hsl(var(--borderColor));vertical-align:middle;line-height:1.5}.information-composer .information-table-wrapper table.information-table td:first-child{background-color:hsl(var(--backgroundColor))}.information-composer .information-table-wrapper table.information-table td:last-child{font-weight:500}.information-composer .information-table-wrapper table.information-table td.state-icon{--iSize: 1.5rem;vertical-align:middle}.information-composer .information-table-wrapper table.information-table td.state-icon:before{content:"";width:var(--iSize);height:var(--iSize);display:inline-flex;margin-right:.2rem}.information-composer .information-table-wrapper table.information-table td.state-icon.yes:before{background:url(/build/assets/successful-icon-9-LsuxHh.svg) no-repeat center;background-size:contain}.information-composer .information-table-wrapper table.information-table td.state-icon.no:before{background:url(/build/assets/failed-icon-Dz6KEyR1.svg) no-repeat center;background-size:contain}@media screen and (min-width: 40rem){.information-composer .information-table-wrapper table.information-table td.state-icon{display:flex;align-items:center}}@media screen and (max-width: 40rem){.information-composer .information-table-wrapper table.information-table td{display:flex}}.information-composer .information-table-wrapper table.information-table tr:last-child td{border:0}.dynamic-fieldset{padding-top:1rem}.dynamic-fieldset--title{display:flex;align-items:center;height:2rem}.dynamic-fieldset--title:before,.dynamic-fieldset--title:after{content:"";height:1px;background-color:#e3e3e3}.dynamic-fieldset--title:before{width:1rem}.dynamic-fieldset--title:after{width:auto;flex:1}.dynamic-fieldset--title>*{font-size:1.1rem;font-weight:500;margin-inline:.5rem}.dynamic-fieldset--body{padding-block:.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem}.dynamics{position:fixed;top:0;left:0;width:100%;height:0;display:flex;overflow:visible;padding:0 1rem;flex-direction:column;z-index:10000}.dynamics .alert-prompter{position:relative;display:flex;margin:.3rem auto;width:100%;max-width:30rem;min-height:4rem;background-color:#fff;border-radius:.2rem;box-shadow:0 0 5px #00000040;transition-property:margin,opacity;transition-duration:1s,.35s;opacity:0;z-index:100;margin-top:-100%;height:0}.dynamics .alert-prompter .alert-icon{--IconSize: 2rem;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:5rem;border-left:5px solid}.dynamics .alert-prompter .alert-icon i{width:var(--IconSize);height:var(--IconSize);border-radius:50%}.dynamics .alert-prompter .alert-content{display:flex;flex-direction:column;padding:.5rem;line-height:1.4;justify-content:center;flex:1;overflow:hidden}.dynamics .alert-prompter .alert-content h2{font-size:.85rem;font-weight:500;margin-bottom:.1rem;font-family:var(--bodyFont)}.dynamics .alert-prompter .alert-content p{font-size:.7rem;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;max-height:2.7rem;font-family:var(--bodyFont)}.dynamics .alert-prompter .alert-closer{display:flex;align-items:center;justify-content:center;width:4rem;flex-shrink:0;font-size:.8rem;border-left:1px solid hsl(var(--borderColor));color:hsl(var(--textColor));cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:var(--bodyFont)}.dynamics .alert-prompter .alert-closer:hover{background-color:#e3e3e3;color:hsl(var(--lightColor))}.dynamics .alert-prompter .alert-closer:active{opacity:.2}.dynamics .alert-prompter.success .alert-icon{border-color:hsl(var(--success))}.dynamics .alert-prompter.success .alert-icon i{position:relative;background-color:hsl(var(--success))}.dynamics .alert-prompter.success .alert-icon i:before{position:absolute;top:50%;left:50%;translate:-50% -75%;content:"";width:38%;height:20%;border:2px solid #fff;rotate:-45deg;border-color:transparent transparent #fff #fff}.dynamics .alert-prompter.success .alert-content h2{color:hsl(var(--tertiary))}.dynamics .alert-prompter.failed .alert-icon i,.dynamics .alert-prompter.normal .alert-icon i{position:relative}.dynamics .alert-prompter.failed .alert-icon i:before,.dynamics .alert-prompter.normal .alert-icon i:before{content:"!";position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:700;font-family:"Poppins, Open Sans";rotate:0;translate:0}.dynamics .alert-prompter.failed .alert-icon{border-color:hsl(var(--danger))}.dynamics .alert-prompter.failed .alert-icon i{background-color:hsl(var(--danger))}.dynamics .alert-prompter.failed .alert-content h2{color:hsl(var(--danger));font-family:var(--bodyFont)}.dynamics .alert-prompter.normal .alert-icon{border-color:hsl(var(--tertiary))}.dynamics .alert-prompter.normal .alert-icon i{background-color:hsl(var(--tertiary))}.dynamics .alert-prompter.normal .alert-content h2{color:hsl(var(--tertiary));font-family:var(--bodyFont)}.dynamics .alert-prompter.running{height:5rem;position:relative;opacity:1;z-index:10000;margin-top:.3rem}.dynamics .loading-icon-wrapper{--size: 5rem;position:fixed;bottom:1.5rem;right:1.5rem;width:var(--size);height:var(--size);border:1px solid transparent;border-radius:.7rem;display:flex;align-items:center;justify-content:center;opacity:.8}.dynamics .loading-icon-wrapper .loading-icon{position:relative;width:85%;height:85%;border:1px solid hsl(var(--borderColor));border-radius:50%;animation:rotatingAnim var(--time);animation-timing-function:linear;animation-fill-mode:forwards;animation-iteration-count:infinite}.dynamics .loading-icon-wrapper .loading-icon:before{--size: .8rem;content:"";width:var(--size);height:var(--size);background:hsl(var(--primary));display:flex;border-radius:50%}.dynamics .loading-icon-wrapper label{position:absolute;font-size:.7rem;font-family:var(--bodyFont);color:hsl(var(--textColor));text-shadow:1px 1px 1px rgba(0,0,0,.35)}.dynamic-content{position:fixed;top:0;left:0;width:100%;display:flex;z-index:5000}.dynamic-content .modal-wrapper{position:absolute;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;background-color:#ffffff80;padding:1.5rem}.dynamic-content .modal-wrapper .modal{position:relative;width:100%;max-width:30rem;border:1px solid hsl(var(--borderColor));border-radius:.35rem;background:#fff;box-shadow:2px 2px 5px #00000040;display:flex;flex-direction:column;max-height:90%;margin-block:auto}.dynamic-content .modal-wrapper .modal .modal-header{--height: 2.5rem;display:flex;align-items:center;border-bottom:1px solid hsl(var(--borderColor));flex-shrink:0}.dynamic-content .modal-wrapper .modal .modal-header h2{padding:0 .8rem;font-family:var(--bodyFont);font-size:.95rem;flex:1}.dynamic-content .modal-wrapper .modal .modal-header .closer{position:relative;flex-shrink:0;width:var(--height);height:var(--height);border-left:1px solid hsl(var(--borderColor));cursor:pointer}.dynamic-content .modal-wrapper .modal .modal-header .closer:hover{background:#0000000d}.dynamic-content .modal-wrapper .modal .modal-header .closer:before,.dynamic-content .modal-wrapper .modal .modal-header .closer:after{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;width:65%;height:.15rem;border-radius:.1rem;background-color:#a1a1a1}.dynamic-content .modal-wrapper .modal .modal-header .closer:before{rotate:-45deg}.dynamic-content .modal-wrapper .modal .modal-header .closer:after{rotate:45deg}.dynamic-content .modal-wrapper .modal .modal-body{--inputHeight: 2.5rem;position:relative;padding:1rem 1rem 2rem;display:flex;flex-direction:column;overflow:auto;flex:auto;margin-block:auto}.dynamic-content .modal-wrapper .modal .modal-body .fieldset{padding-bottom:1.5rem;padding-inline:1.5rem}.dynamic-content .modal-wrapper .modal .modal-body .fieldset:last-child{padding-bottom:0}.dynamic-content .modal-wrapper .modal .modal-body .fieldset span.control-legend{display:flex;font-size:.85rem;font-family:var(--bodyFont);margin-bottom:.15rem}.dynamic-content .modal-wrapper .modal .modal-body .fieldset .input-control input{position:relative;border:1px solid var(--inputBorderColor, transparent);background-color:#fff;padding:0 calc(var(--baseFontSize) * 1.1);font-size:var(--baseFontSize);width:100%;height:var(--inputHeight);border-radius:.4rem;border:1px solid hsl(var(--borderColor));padding-inline:1rem;font-size:.85rem}.dynamic-content .modal-wrapper .modal .modal-body .fieldset .input-control input::-moz-placeholder{text-transform:uppercase;color:var(--clr-tertiary-100);font-size:calc(var(--baseFontSize) * .95)}.dynamic-content .modal-wrapper .modal .modal-body .fieldset .input-control input::placeholder{text-transform:uppercase;color:var(--clr-tertiary-100);font-size:calc(var(--baseFontSize) * .95)}.dynamic-content .modal-wrapper .modal .modal-body .fieldset .input-control input.cap::-moz-placeholder{text-transform:capitalize}.dynamic-content .modal-wrapper .modal .modal-body .fieldset .input-control input.cap::placeholder{text-transform:capitalize}.dynamic-content .modal-wrapper .modal .modal-body .fieldset .input-control input:is(select){font-size:calc(var(--baseFontSize) * .9);color:var(--clr-tertiary-300)}.dynamic-content .modal-wrapper .modal .modal-body .fieldset .input-control input.failed{border-color:var(--clr-danger-main)}.dynamic-content .modal-wrapper .modal .modal-body .fieldset .input-control input:hover{opacity:.9;border-color:#a1a1a1}.dynamic-content .modal-wrapper .modal .modal-body .fieldset .input-control input::-moz-placeholder{color:#a1a1a1;font-size:.85rem;text-transform:none}.dynamic-content .modal-wrapper .modal .modal-body .fieldset .input-control input::placeholder{color:#a1a1a1;font-size:.85rem;text-transform:none}.dynamic-content .modal-wrapper .modal .modal-body .fieldset button[type=submit]{border-radius:.4rem;width:100%;height:var(--inputHeight);border:0;font-weight:500;text-decoration:none;cursor:pointer}.dynamic-content .modal-wrapper .modal .modal-body .fieldset button[type=submit]:hover{text-decoration:underline;opacity:.7}.dynamic-content .modal-wrapper .modal .modal-body .fieldset button[type=submit]:active{opacity:.35}.dynamic-content .modal-wrapper .modal.big{max-width:70rem}.dynamic-content .modal-wrapper .modal.huge{max-width:var(--max-layer-width)}.login-platform{display:flex;width:100%;height:100%;justify-content:center;padding-block:2rem}.login-platform .login-area{display:flex;margin-block:auto;border:1px solid hsl(var(--borderColor));box-shadow:0 0 10px #0000004d;flex-direction:row}.login-platform .login-area .login-viewport{width:25rem;background-repeat:no-repeat;background-position:center;background-size:cover}.login-platform .login-area.customer .login-viewport{background-image:url(/build/assets/customer-login-bg-Bpr3YKqN.png)}.login-platform .login-area.business .login-viewport{background-image:url(/build/assets/enterprise-login-D9P4KvwY.png)}.login-platform .login-area .login-content{display:flex;align-items:center;width:28rem;min-height:30rem;padding:0 2rem}.login-platform .login-area .login-content *{line-height:1.5}.login-platform .login-area .login-content .login-form-wrapper{padding:3rem 0;width:100%}.login-platform .login-area .login-content .login-form-wrapper .login-form{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:1rem;padding:0 1rem;width:100%}.login-platform .login-area .login-content .login-form-wrapper .login-form .form-title h1{font-size:1.2rem;font-weight:500;line-height:1.5}.login-platform .login-area .login-content .login-form-wrapper .login-form .login-tools-wrapper{width:100%}.login-platform .login-area .login-content .login-tools-wrapper{display:grid;grid-template-areas:"remember  submit" "register   password";grid-template-columns:1fr 1fr;grid-template-rows:1fr auto}.login-platform .login-area .login-content .remember-wrapper{display:flex;align-items:center;grid-area:remember}.login-platform .login-area .login-content .remember-wrapper label{font-size:.8rem}.login-platform .login-area .login-content .submit-wrapper{grid-area:submit}.login-platform .login-area .login-content .register-wrapper{grid-area:register}.login-platform .login-area .login-content .password-wrapper{grid-area:password}.login-platform .login-area .login-content a{font-size:.85rem;font-weight:500;color:hsl(var(--linkColor));text-decoration:none;cursor:pointer}.login-platform .login-area .login-content a:hover{text-decoration:underline;opacity:.7}.login-platform .login-area .login-content a:active{opacity:.35}@media screen and (max-width: 27rem){.login-platform .login-area .login-content .login-tools-wrapper{grid-template-areas:"submit    submit" "remember   remember" "register password"}.login-platform .login-area .login-content .login-tools-wrapper .register-wrapper,.login-platform .login-area .login-content .login-tools-wrapper .password-wrapper{padding-top:1rem}.login-platform .login-area .login-content .login-tools-wrapper{grid-template-areas:"submit    submit" "remember   remember" "register register" "password password"}}@media screen and (max-width: 54rem){.login-platform .login-area{width:90%}.login-platform .login-area .login-viewport{width:35%}.login-platform .login-area .login-content{width:65%}}@media screen and (max-width: 40rem){.login-platform{width:100%}.login-platform .login-area{flex-direction:column}.login-platform .login-area .login-viewport{width:100%;aspect-ratio:16/9}.login-platform .login-area .login-content{width:100%}.login-platform .login-area .login-content .login-form-wrapper .login-form{padding:0}}@media screen and (max-width: 27rem){.login-platform .login-area .login-viewport{aspect-ratio:1}}.checkbox-label{--boxSize: 1.3rem;display:flex;align-items:center}.checkbox-label input[type=checkbox]{width:var(--boxSize);height:var(--boxSize);margin-right:.3rem}.checkbox-label label{color:hsl(var(--textColor));font-weight:500;cursor:pointer}
