@import"https://marketing-assets.vercel.app/Brice.css";@import"https://marketing-assets.vercel.app/Beausite.css";:root{--color-brand-yellow: #ffa908;--color-brand-green: #a1fb86;--color-brand-fuchsia: #edbffb;--color-aurora-gradient: linear-gradient( 90deg, #8de690 2.08%, #a5f0a3 18.23%, #a6ecd7 33.33%, #97dada 51.56%, #b3dae7 67.71%, #b6c9ec 83.33%, #879acb 100% );--color-black: #050505;--color-white: #fff;--color-offwhite: #f7f7f7;--color-grey-50: #e0e0e0;--color-grey-100: #8f8f8f;--color-grey-200: #585858;--color-grey-300: #1c1c1c;--color-danger: #ee5829}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.just-Button{display:flex;justify-content:center;align-items:center;cursor:pointer;text-align:center;font-family:Beausite,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal;border:none;border-radius:8px}.just-Button:disabled{cursor:not-allowed;opacity:.5}.just-Button .just-Button-leftIcon,.just-Button .just-Button-rightIcon{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;flex-shrink:0}.just-Button .just-Button-leftIcon{margin-right:.5rem}.just-Button .just-Button-rightIcon{margin-left:.5rem}.just-Button.just-Button--primary{border:2px solid transparent;background:linear-gradient(to right,var(--color-white),var(--color-white)),var(--color-aurora-gradient);background-clip:padding-box,border-box;background-origin:padding-box,border-box}.just-Button.just-Button--primary:disabled{border:2px solid var(--color-offwhite);background-color:var(--color-offwhite);color:var(--color-grey-100)}.just-Button.just-Button--secondary{background-color:transparent;color:var(--color-grey-200);border:2px solid var(--color-grey-200)}.just-Button.just-Button--outline{background-color:transparent;color:var(--color-grey-200);border:2px solid transparent}.just-Button.just-Button--cta{background-color:var(--color-black);color:var(--color-white);border:2px solid transparent}.just-Button.just-Button--cta:disabled{background-color:var(--color-offwhite);color:var(--color-grey-100)}.just-Button.just-Button--cta-outline{background-color:transparent;color:var(--color-black);border:2px solid var(--color-black)}.just-Button.just-Button--dangerous{background-color:transparent;color:#dc2626;border:2px solid #dc2626}.just-Button.just-Button--lg{padding:16px 32px;gap:.25rem;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal}.just-Button.just-Button--md{padding:16px 32px;gap:.25rem;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}.just-Button.just-Button--full{width:100%;max-width:100%}.just-Button.just-Button--loading{cursor:not-allowed;position:relative;color:transparent!important}.just-Button.just-Button--loading:after{content:"";position:absolute;width:1rem;height:1rem;border:2px solid currentcolor;border-radius:50%;border-right-color:transparent;animation:spin .75s linear infinite;color:inherit}.just-Button.just-Button--cta.just-Button--loading:after{border:2px solid white;border-right-color:transparent}.just-Button.just-Button--cta-outline.just-Button--loading:after{border:2px solid var(--color-black);border-right-color:transparent}.just-Button.just-Button--secondary.just-Button--loading:after{border:2px solid var(--color-grey-100);border-right-color:transparent}.just-Button.just-Button--outline.just-Button--loading:after{border:2px solid var(--color-grey-100);border-right-color:transparent}.just-Button.just-Button--primary.just-Button--loading:after{border:2px solid #8de690;border-right-color:transparent}.just-Button.just-Button--enter-active{transform:scale(.9);opacity:.8;transition:all .1s ease-in-out}.just-Button:not(.just-Button--disabled):active{transform:scale(.9);opacity:.8;transition:all .1s ease-in-out}.just-Button:not(.just-Button--disabled):hover{opacity:.8;transition:all .15s ease-in-out}.just-Input-container{display:flex;flex-direction:column;gap:8px;width:100%;box-sizing:border-box}.just-Input-wrapper{position:relative;display:flex;align-items:center;height:3.5rem;gap:.5rem;border-radius:8px;border:1px solid var(--color-grey-50);background:transparent;background-clip:border-box;background-clip:initial;background-origin:padding-box;background-origin:initial}.just-Input-wrapper.focused{border:1px solid transparent;background:linear-gradient(to right,var(--color-white),var(--color-white)),var(--color-aurora-gradient);background-clip:padding-box,border-box;background-origin:padding-box,border-box;box-shadow:0 0 0 2px #a1fb8633}.just-Input-wrapper.error{border:1px solid var(--color-danger);background:linear-gradient(to right,var(--color-white),var(--color-white)),var(--color-danger);background-clip:padding-box,border-box;background-origin:padding-box,border-box}.just-Input-wrapper.disabled{cursor:not-allowed}.just-Input-wrapper--full{max-width:100%;width:100%}.just-Input{font-family:Beausite,sans-serif;font-weight:350;font-size:16px;line-height:100%;width:100%;border:none;outline:none;background:transparent;color:var(--color-black);padding:16px 20px}.just-Input:disabled{cursor:not-allowed;color:var(--color-grey-100)}.just-Input-label{color:#000;font-family:Beausite,sans-serif;font-size:14px;font-style:normal;font-weight:350;line-height:18px}.just-Input-required{color:var(--color-danger);margin-left:.25rem}.just-Input-helper{font-size:12px;color:var(--color-grey-100);padding-left:16px;font-weight:400}.just-Input-error{font-size:12px;color:var(--color-danger);padding-left:16px;font-weight:400}.just-Input-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin:16px;cursor:pointer}.just-MobileDrawer-overlay{opacity:.2;background-color:#00000080;position:fixed;top:0;right:0;bottom:0;left:0;display:grid;align-items:center;justify-items:center;place-items:center;overflow-y:auto}.just-MobileDrawer-content{background-color:var(--color-white);position:fixed;bottom:0;left:0;right:0;max-height:80dvh;padding:16px;animation:content-slide-up .15s cubic-bezier(.16,1,.3,1);border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column}.just-MobileDrawer-content:focus{outline:none}.just-MobileDrawer-header{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:16px}.just-MobileDrawer-title{margin:0;font-weight:500;font-size:16px;color:var(--color-black);text-align:center}.just-MobileDrawer-close{position:absolute;right:8px;top:8px;background:none;border:none;cursor:pointer;font-size:24px;color:var(--color-grey-200);display:flex;align-items:center;justify-content:center;padding:0;width:24px;height:24px}.just-MobileDrawer-description{margin:0 0 16px;color:var(--color-grey-100);font-size:14px;line-height:1.5}.just-MobileDrawer-description:empty{display:none;margin:0}.just-MobileDrawer-body{padding:0;box-sizing:border-box;overflow:auto}@keyframes overlay-show{0%{opacity:0}to{opacity:.2}}@keyframes overlay-hide{0%{opacity:.2}to{opacity:0}}@keyframes content-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes content-slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}.just-MobileDrawer-content[data-state=open]{animation:content-slide-up .3s cubic-bezier(.16,1,.3,1)}.just-MobileDrawer-content[data-state=closed]{animation:content-slide-down .3s cubic-bezier(.16,1,.3,1)}.just-MobileDrawer-overlay[data-state=open]{animation:overlay-show .3s cubic-bezier(.16,1,.3,1)}.just-MobileDrawer-overlay[data-state=closed]{animation:overlay-hide .3s cubic-bezier(.16,1,.3,1)}.just-OTPRoot{display:flex;gap:.5rem;flex-wrap:nowrap;justify-content:space-between}.just-OTPRoot[data-disabled=true]{opacity:.7}.just-OTPInput{all:unset;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;text-align:center;width:3rem;height:3.5rem;padding:1rem;border-radius:.75rem;border:1px solid var(--color-grey-50);color:var(--color-grey-300);position:relative;background:transparent}@media screen and (max-width: 467.98px){.just-OTPInput-container{position:relative}.just-OTPInput-container[data-input-filled=true]:before{content:"";position:absolute;top:1px;left:1px;right:1px;bottom:1px;border-radius:.75rem;opacity:.9;z-index:20;pointer-events:none;border-radius:12px;background:linear-gradient(90deg,#8de6901a 2.08%,#a5f0a31a 18.23%,#a6ecd71a 33.33%,#97dada1a 51.56%,#b3dae71a 67.71%,#b6c9ec1a 83.33%,#879acb1a)}.just-OTPInput[data-input-filled=true]{border:1px solid transparent;background:linear-gradient(to right,var(--color-white),var(--color-white)),var(--color-aurora-gradient);background-clip:padding-box,border-box;background-origin:padding-box,border-box}}@media screen and (min-width: 468px){.just-OTPRoot{border-radius:30px;box-sizing:border-box;border:1px solid #8de690;border:1px solid var(--Aurora, #8de690);background:#fff;display:flex;padding:16px 32px;align-items:center;justify-content:space-around;overflow:hidden;position:relative}.just-OTPRoot[data-all-filled=true]:before{content:"";position:absolute;top:1px;left:1px;right:1px;bottom:1px;border-radius:.75rem;opacity:.9;z-index:20;pointer-events:none;border-radius:12px;background:linear-gradient(90deg,#8de6901a 2.08%,#a5f0a31a 18.23%,#a6ecd71a 33.33%,#97dada1a 51.56%,#b3dae71a 67.71%,#b6c9ec1a 83.33%,#879acb1a)}.just-OTPInput{width:100%;min-width:0;height:auto;padding:0;border-radius:0;border:none;background-position:center;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF85OTdfMTUwOCkiPgo8cGF0aCBkPSJNNS4xOTc4MiAxLjI2NzI1QzUuMzU4OSAwLjgzMTk0NCA1Ljk3NDYgMC44MzE5NDQgNi4xMzU2NyAxLjI2NzI1TDYuODU3NjMgMy4yMTgzQzYuOTU4OTEgMy40OTIwMiA3LjE3NDcyIDMuNzA3ODMgNy40NDg0NCAzLjgwOTEyTDkuMzk5NDkgNC41MzEwN0M5LjgzNDggNC42OTIxNSA5LjgzNDggNS4zMDc4NSA5LjM5OTUgNS40Njg5M0w3LjQ0ODQ0IDYuMTkwODhDNy4xNzQ3MiA2LjI5MjE3IDYuOTU4OTEgNi41MDc5OCA2Ljg1NzYzIDYuNzgxN0w2LjEzNTY3IDguNzMyNzVDNS45NzQ2IDkuMTY4MDYgNS4zNTg5IDkuMTY4MDYgNS4xOTc4MiA4LjczMjc1TDQuNDc1ODcgNi43ODE3QzQuMzc0NTggNi41MDc5OCA0LjE1ODc3IDYuMjkyMTcgMy44ODUwNSA2LjE5MDg4TDEuOTM0IDUuNDY4OTNDMS40OTg2OSA1LjMwNzg1IDEuNDk4NjkgNC42OTIxNSAxLjkzNCA0LjUzMTA3TDMuODg1MDUgMy44MDkxMkM0LjE1ODc3IDMuNzA3ODMgNC4zNzQ1OCAzLjQ5MjAyIDQuNDc1ODcgMy4yMTgzTDUuMTk3ODIgMS4yNjcyNVoiIGZpbGw9IiNFMEUwRTAiLz4KPHBhdGggZD0iTTUuMDU5MzMgMS4wOTA4MkM1LjM0MDU2IDAuNTkwNjU2IDYuMTExNTUgMC42MjY4MTEgNi4zMjMgMS4xOTgyNEw3LjA0NTY1IDMuMTQ4NDRMNy4wNzk4MyAzLjIyODUyQzcuMTcwMTQgMy40MDk0NSA3LjMyNjY1IDMuNTUwMTcgNy41MTgzMSAzLjYyMTA5TDkuNDY4NTEgNC4zNDM3NUw5LjU3NTkzIDQuMzkyNThDMTAuMDQyOCA0LjY1NTExIDEwLjA0MjggNS4zNDQ4OSA5LjU3NTkzIDUuNjA3NDJMOS40Njg1MSA1LjY1NjI1TDcuNTE4MzEgNi4zNzg5MUM3LjMyNjY1IDYuNDQ5ODMgNy4xNzAxNCA2LjU5MDU1IDcuMDc5ODMgNi43NzE0OEw3LjA0NTY1IDYuODUxNTZMNi4zMjMgOC44MDE3NkM2LjExMTU1IDkuMzczMTkgNS4zNDA1NiA5LjQwOTM1IDUuMDU5MzMgOC45MDkxOEw1LjAxMDUgOC44MDE3Nkw0LjI4Nzg0IDYuODUxNTZDNC4yMTY5MiA2LjY1OTkgNC4wNzYyIDYuNTAzMzkgMy44OTUyNiA2LjQxMzA5TDMuODE1MTkgNi4zNzg5MUwxLjg2NDk5IDUuNjU2MjVDMS4yNTU1NiA1LjQzMDc0IDEuMjU1NTYgNC41NjkyNiAxLjg2NDk5IDQuMzQzNzVMMy44MTUxOSAzLjYyMTA5TDMuODk1MjYgMy41ODY5MUM0LjA3NjIgMy40OTY2IDQuMjE2OTIgMy4zNDAxIDQuMjg3ODQgMy4xNDg0NEw1LjAxMDUgMS4xOTgyNEw1LjA1OTMzIDEuMDkwODJaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuNCIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfOTk3XzE1MDgiIHg9IjAuODA3NTIiIHk9IjAuMTQwNzcxIiB3aWR0aD0iOS43MTg0NiIgaGVpZ2h0PSI5LjcxODQ2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIwLjIiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjI1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfOTk3XzE1MDgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfOTk3XzE1MDgiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==)}.just-OTPInput[data-input-filled=true]{background:none}}._wrapper_scmo5_1{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}._wrapper_scmo5_1 input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}._checkmark_scmo5_21{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee;border-radius:4px}._checkmark_scmo5_21:after{content:"";position:absolute;display:none}._wrapper_scmo5_1 ._checkmark_scmo5_21:after{left:9px;top:5px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}._wrapper_scmo5_1:hover input~._checkmark_scmo5_21{background-color:var(--color-grey-100)}._wrapper_scmo5_1 input:checked~._checkmark_scmo5_21{background-color:var(--color-black)}._wrapper_scmo5_1 input:checked~._checkmark_scmo5_21:after{display:block}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:1.5em;width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:1em;height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:.3em;width:var(--PhoneInputCountrySelectArrow-width);height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInput{display:flex;padding:16px;border-radius:8px;border:1px solid var(--color-grey-50);height:56px;box-sizing:border-box;gap:12px}.PhoneInput:has(input:focus){border:1px solid transparent;background:linear-gradient(to right,var(--color-white),var(--color-white)),var(--color-aurora-gradient);background-clip:padding-box,border-box;background-origin:padding-box,border-box}.PhoneInput:has(input[data-value=""]){border:1px solid var(--color-grey-50)}.PhoneInputInput{padding:0}.PhoneInput input{border:none;outline:none;color:#1c1c1c;color:var(--grey-300, #1c1c1c);font-family:Beausite,sans-serif;font-size:16px;font-style:normal;font-weight:350;line-height:24px}.PhoneInputCountryIcon.PhoneInputCountryIcon--border{box-shadow:none!important}.PhoneInputCountrySelectArrow{display:none}.PhoneInputCountry{margin-right:0}.just-InputCustom-container{display:flex;flex-direction:column;gap:4px;width:100%;box-sizing:border-box}.just-InputCustom-wrapper{position:relative;display:flex;align-items:center;height:3.5rem;gap:.5rem;border-radius:8px;border:1px solid var(--color-grey-50);background:transparent;background-clip:border-box;background-clip:initial;background-origin:padding-box;background-origin:initial}.just-InputCustom-wrapper.focused{border:1px solid transparent;background:linear-gradient(to right,var(--color-white),var(--color-white)),var(--color-aurora-gradient);background-clip:padding-box,border-box;background-origin:padding-box,border-box;box-shadow:0 0 0 2px #a1fb8633}.just-InputCustom-wrapper.error{border:1px solid var(--color-danger);background:linear-gradient(to right,var(--color-white),var(--color-white)),var(--color-danger);background-clip:padding-box,border-box;background-origin:padding-box,border-box}.just-InputCustom-wrapper.disabled{background:var(--color-offwhite);border:none;cursor:not-allowed}.just-InputCustom-wrapper--full{max-width:100%;width:100%}.just-InputCustom-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-left:1rem;flex-shrink:0}.just-InputCustom-content{position:relative;display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;padding:0 1.5rem 0 .5rem}.just-InputCustom{font-family:Beausite,sans-serif;font-weight:350;font-size:16px;line-height:100%;width:100%;border:none;outline:none;background:transparent;color:var(--color-black);padding:24px 16px 8px}.just-InputCustom:disabled{cursor:not-allowed;color:var(--color-grey-100)}.just-InputCustom-label{position:absolute;top:18px;left:16px;transition:all .2s ease;font-size:16px;color:var(--color-grey-100);pointer-events:none}.just-InputCustom:not(:-moz-placeholder)+.just-InputCustom-label{top:8px;left:16px;font-size:12px;color:var(--color-grey-100)}.just-InputCustom:focus+.just-InputCustom-label,.just-InputCustom:not(:placeholder-shown)+.just-InputCustom-label,.just-InputCustom-label.focused{top:8px;left:16px;font-size:12px;color:var(--color-grey-100)}.just-InputCustom-required{color:var(--color-danger);margin-left:.25rem}.just-InputCustom-helper{font-size:12px;color:var(--color-grey-100);padding-left:16px;font-weight:400}.just-InputCustom-error{font-size:12px;color:var(--color-danger);padding-left:16px;font-weight:400}.just-InputCustom-content label[data-icon=false]~.just-InputCustom-focus,.just-InputCustom-content label[data-icon=false]~.just-InputCustom{padding:0 16px}.just-InputCustom-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-left:16px;flex-shrink:0}.just-InputCustom-wrapper:has(.just-InputCustom-icon)>.just-InputCustom-label{left:56px}.just-InputCustom-wrapper:has(.just-InputCustom-icon)>.just-InputCustom:not(:-moz-placeholder)+.just-InputCustom-label{left:56px}.just-InputCustom-wrapper:has(.just-InputCustom-icon)>.just-InputCustom:focus+.just-InputCustom-label,.just-InputCustom-wrapper:has(.just-InputCustom-icon)>.just-InputCustom:not(:placeholder-shown)+.just-InputCustom-label,.just-InputCustom-wrapper:has(.just-InputCustom-icon)>.just-InputCustom-label.focused{left:56px}.just-InputCustom-wrapper:has(.just-InputCustom-icon) .just-InputCustom{padding:24px 16px 8px 0}.just-Dropdown-container{display:flex;flex-direction:column;gap:4px;width:100%;box-sizing:border-box}.just-Dropdown-wrapper{position:relative;display:flex;align-items:center;height:3.5rem;gap:.5rem;border-radius:8px;border:1px solid var(--color-grey-50);background:transparent;background-clip:border-box;background-clip:initial;background-origin:padding-box;background-origin:initial}.just-Dropdown-wrapper.focused{border:1px solid transparent;background:linear-gradient(to right,var(--color-white),var(--color-white)),var(--color-aurora-gradient);background-clip:padding-box,border-box;background-origin:padding-box,border-box;box-shadow:0 0 0 2px #a1fb8633}.just-Dropdown-wrapper.error{border:1px solid var(--color-danger);background:linear-gradient(to right,var(--color-white),var(--color-white)),var(--color-danger);background-clip:padding-box,border-box;background-origin:padding-box,border-box}.just-Dropdown-wrapper.disabled{background:var(--color-offwhite);border:none;cursor:not-allowed}.just-Dropdown-wrapper--full{max-width:100%;width:100%}.just-Dropdown-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-left:1rem;flex-shrink:0}.just-Dropdown-content{position:relative;display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;padding:0 1.5rem 0 .5rem}.just-Dropdown{font-family:Beausite,sans-serif;font-weight:350;font-size:16px;line-height:100%;width:100%;border:none;outline:none;background:transparent;color:var(--color-black);padding:24px 16px 8px}.just-Dropdown:disabled{cursor:not-allowed;color:var(--color-grey-100)}.just-Dropdown-label{position:absolute;top:18px;left:16px;font-size:16px;transition:all .2s ease;color:var(--color-grey-100);background-color:transparent;pointer-events:none}.just-Dropdown:not(:-moz-placeholder)+.just-Dropdown-label{top:8px;left:16px;font-size:12px;color:var(--color-grey-100);background-color:transparent}.just-Dropdown:focus+.just-Dropdown-label,.just-Dropdown:not(:placeholder-shown)+.just-Dropdown-label,.just-Dropdown-label.focused{top:8px;left:16px;font-size:12px;color:var(--color-grey-100);background-color:transparent}.just-Dropdown-required{color:var(--color-danger);margin-left:.25rem}.just-Dropdown-helper{font-size:12px;color:var(--color-grey-100);padding-left:1.5rem}.just-Dropdown-error{font-size:12px;color:var(--color-danger);padding-left:1.5rem}.just-Dropdown-CollapsibleContent{position:absolute;top:110%;left:0;width:100%;z-index:100;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px #0000001a}.just-Dropdown-CollapsibleContent[data-state=open]{animation:just-slidedown .15s ease-out}.just-Dropdown-CollapsibleContent[data-state=closed]{animation:just-slideup .1s ease-out}@keyframes just-slidedown{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes just-slideup{0%{height:var(--radix-collapsible-content-height)}to{height:0}}.just-Dropdown-options-container{width:100%;box-sizing:border-box;background-color:#fff;border-radius:8px;padding:12px;border:1px solid var(--color-grey-50);overflow:scroll;max-height:240px}.just-Dropdown-option{padding:12px;border-radius:12px;cursor:pointer}.just-Dropdown-close{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);width:2rem;height:2rem;border:none;background:transparent;cursor:pointer}.just-Dropdown-close[data-value=""]{display:none}.just-Dropdown-option--selected,.just-Dropdown-option:hover{background-color:var(--color-grey-50);border-radius:12px}.just-ToastViewport{--viewport-padding: 25px;position:fixed;bottom:0;right:0;display:flex;flex-direction:column;padding:25px;padding:var(--viewport-padding);gap:12px;width:390px;max-width:100vw;margin:0;list-style:none;z-index:2147483647;outline:none}.just-ToastRoot{background-color:#fff;border-radius:6px;box-shadow:#0e121659 0 10px 38px -10px;padding:15px;display:flex;flex-direction:row;justify-content:space-between;-moz-column-gap:15px;column-gap:15px;align-items:center;position:relative}.just-ToastRoot.just-ToastRoot--success{background-color:var(--color-brand-green)}.just-ToastRoot.just-ToastRoot--error{background-color:var(--color-danger)}.just-ToastRoot.just-ToastRoot--warning{background-color:var(--color-brand-yellow)}.just-ToastRoot.just-ToastRoot--info{background-color:var(--color-grey-100)}.just-ToastRoot[data-state=open]{animation:animation-slide-in .3s cubic-bezier(.16,1,.3,1)}.just-ToastRoot[data-state=closed]{animation:animation-hide .1s ease-in}.just-ToastRoot[data-swipe=move]{transform:translate(var(--radix-toast-swipe-move-x))}.just-ToastRoot[data-swipe=cancel]{transform:translate(0);transition:transform .2s ease-out}.just-ToastRoot[data-swipe=end]{animation:animation-swipe-out .1s ease-out}@keyframes animation-hide{0%{opacity:1}to{opacity:0}}@keyframes animation-slide-in{0%{transform:translate(calc(100% + var(--viewport-padding)))}to{transform:translate(0)}}@keyframes animation-swipe-out{0%{transform:translate(var(--radix-toast-swipe-end-x))}to{transform:translate(calc(100% + var(--viewport-padding)))}}.just-ToastTitle{font-weight:500;font-size:14px;text-align:left;font-family:Beausite,sans-serif;width:100%}.just-ToastClose{border:none;padding:0;margin:0;cursor:pointer;display:flex;align-items:center;justify-content:center;width:25px;height:25px;background:none}.just-ToastVariantWrapper{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;border-radius:.5rem}.just-ToastVariantWrapper--success{color:var(--color-brand-green)}.just-ToastVariantWrapper--error{color:var(--color-danger)}.just-ToastVariantWrapper--warning{color:var(--color-brand-yellow)}.just-ToastVariantWrapper svg{width:1.25rem;height:1.25rem}.just-ToastVariantWrapper--loading svg{width:1.25rem;height:1.25rem;color:var(--color-brand-green);fill:#fff;animation:just-spin 1s linear infinite}@keyframes just-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,body,a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,input,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;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}html,body,div#app{font-weight:400;margin:0;font-family:Beausite,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100dvh}*,*:before,*:after{box-sizing:inherit}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.mobile-only{display:inherit}@media screen and (min-width: 640px){.mobile-only{display:none}}.allow-on-mobile{display:block!important}@media screen and (min-width: 640px){.allow-on-mobile{display:block!important}}.hide{display:none}div.root-layout{display:flex;flex-direction:row;height:100%;width:100%;overflow:hidden}@media screen and (max-width: 640px){div.root-layout{flex-direction:column}}div.root-layout main{overflow:auto;width:100%;height:100%}@media screen and (max-width: 640px){div.root-layout main[data-current-path="/"]{display:none}}#home-spinner-loader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:1000}#home-spinner-loader:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;border:4px solid var(--gray-7);border-top-color:transparent;animation:spin 1s linear infinite}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}:root{view-transition-name:none}main{view-transition-name:main-content}html:active-view-transition-type(move-page-up)::view-transition-old(main-content){animation:.3s cubic-bezier(.4,0,.2,1) both slide-out-bottom}html:active-view-transition-type(move-page-up)::view-transition-new(main-content){animation:.3s cubic-bezier(.4,0,.2,1) both slide-in-top}html:active-view-transition-type(move-page-down)::view-transition-old(main-content){animation:.3s cubic-bezier(.4,0,.2,1) both slide-out-top}html:active-view-transition-type(move-page-down)::view-transition-new(main-content){animation:.3s cubic-bezier(.4,0,.2,1) both slide-in-bottom}html:active-view-transition-type(move-page-back)::view-transition-old(main-content){animation:.3s cubic-bezier(.4,0,.2,1) both slide-out-right}html:active-view-transition-type(move-page-back)::view-transition-new(main-content){animation:.3s cubic-bezier(.4,0,.2,1) both slide-in-right}html:active-view-transition-type(move-page-forward)::view-transition-new(main-content){animation:.3s cubic-bezier(.4,0,.2,1) both slide-in-right}html:active-view-transition-type(move-page-forward)::view-transition-old(main-content){animation:.3s cubic-bezier(.4,0,.2,1) both slide-out-right}@keyframes slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-out-bottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes slide-in-top{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-out-top{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes slide-in-bottom{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.skeleton{background:linear-gradient(90deg,#ececec 25%,#f5f5f5 37%,#ececec 63%);background-size:400% 100%;animation:skeleton-loading 1.4s ease-in-out infinite;border-radius:8px;display:inline-block}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.page{display:flex;flex-direction:column;gap:30px;padding:6px 24px 24px;height:100%;box-sizing:border-box}.page #secondary-title{display:none}@media (min-width: 640px){.page{margin:0 auto;max-width:741px;padding:86px 12px 24px}.page #secondary-title{display:block}}:root,.light,.light-theme{--gray-1: #fcfcfc;--gray-2: #f9f9f9;--gray-3: #f0f0f0;--gray-4: #e8e8e8;--gray-5: #e0e0e0;--gray-6: #d9d9d9;--gray-7: #cecece;--gray-8: #bbbbbb;--gray-9: #8d8d8d;--gray-10: #838383;--gray-11: #646464;--gray-12: #202020}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){:root,.light,.light-theme{--gray-1: color(display-p3 .988 .988 .988);--gray-2: color(display-p3 .975 .975 .975);--gray-3: color(display-p3 .939 .939 .939);--gray-4: color(display-p3 .908 .908 .908);--gray-5: color(display-p3 .88 .88 .88);--gray-6: color(display-p3 .849 .849 .849);--gray-7: color(display-p3 .807 .807 .807);--gray-8: color(display-p3 .732 .732 .732);--gray-9: color(display-p3 .553 .553 .553);--gray-10: color(display-p3 .512 .512 .512);--gray-11: color(display-p3 .392 .392 .392);--gray-12: color(display-p3 .125 .125 .125)}}}
