@charset "UTF-8";.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width:600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width:600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}html,:root{--mobile-bottom-nav-height: clamp(56px, 8vh, 72px)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden}#app{width:100%;max-width:100%;min-height:100dvh;overflow-x:clip}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:before,.multiselect__spinner:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}*[dir=rtl] .multiselect{text-align:right}*[dir=rtl] .multiselect__select{right:auto;left:1px}*[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}*[dir=rtl] .multiselect__content{text-align:right}*[dir=rtl] .multiselect__option:after{right:auto;left:0}*[dir=rtl] .multiselect__clear{right:auto;left:12px}*[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}*{margin:0;padding:0;box-sizing:border-box}body{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect{min-height:0}.multiselect__select{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select:before{margin-top:0;top:0}.multiselect__tags{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input{font-family:Nunito!important}.multiselect__placeholder{margin-bottom:0;font-family:Nunito}.multiselect__tag{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight:after{background-color:#ff6a6a!important}.multiselect__content-wrapper{max-height:20vh!important}.multiselect__option--selected{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder,.multiselect__single,.multiselect__tags input{font-size:calc(32 / 1920 * 100vw)}.multiselect__option{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder,.multiselect__single,.multiselect__tags input{font-size:.78125vw}.multiselect__option{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder,.multiselect__single,.multiselect__tags input{font-size:calc(35 / 1920 * 100vw)}.multiselect__option{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder,.multiselect__single,.multiselect__tags input{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body{font-size:15px}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1rem}}fieldset[disabled] .multiselect[data-v-73924b12]{pointer-events:none}.multiselect__spinner[data-v-73924b12]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-73924b12]:before,.multiselect__spinner[data-v-73924b12]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-73924b12]:before{animation:spinning-73924b12 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-73924b12]:after{animation:spinning-73924b12 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-73924b12],.multiselect__loading-leave-active[data-v-73924b12]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-73924b12],.multiselect__loading-leave-active[data-v-73924b12]{opacity:0}.multiselect[data-v-73924b12],.multiselect__input[data-v-73924b12],.multiselect__single[data-v-73924b12]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-73924b12]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-73924b12] *{box-sizing:border-box}.multiselect[data-v-73924b12]:focus{outline:none}.multiselect--disabled[data-v-73924b12]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-73924b12]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-73924b12],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-73924b12],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-73924b12]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-73924b12]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-73924b12],.multiselect--above.multiselect--active .multiselect__input[data-v-73924b12],.multiselect--above.multiselect--active .multiselect__tags[data-v-73924b12]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-73924b12],.multiselect__single[data-v-73924b12]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-73924b12]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-73924b12],.multiselect__tag~.multiselect__single[data-v-73924b12]{width:auto}.multiselect__input[data-v-73924b12]:hover,.multiselect__single[data-v-73924b12]:hover{border-color:#cfcfcf}.multiselect__input[data-v-73924b12]:focus,.multiselect__single[data-v-73924b12]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-73924b12]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-73924b12]{display:inline}.multiselect__tags[data-v-73924b12]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-73924b12]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-73924b12]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-73924b12]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-73924b12]:focus:after,.multiselect__tag-icon[data-v-73924b12]:hover:after{color:#fff}.multiselect__current[data-v-73924b12]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-73924b12]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-73924b12]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-73924b12]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-73924b12]{display:none}.multiselect__content-wrapper[data-v-73924b12]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-73924b12]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-73924b12]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-73924b12]::-webkit-scrollbar{display:none}.multiselect__element[data-v-73924b12]{display:block}.multiselect__option[data-v-73924b12]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-73924b12]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-73924b12]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-73924b12]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-73924b12]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-73924b12]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-73924b12]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-73924b12]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-73924b12],.multiselect--disabled .multiselect__select[data-v-73924b12]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-73924b12]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-73924b12]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-73924b12]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-73924b12]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-73924b12]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-73924b12]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-73924b12]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-73924b12],.multiselect-leave-active[data-v-73924b12]{transition:all .15s ease}.multiselect-enter[data-v-73924b12],.multiselect-leave-active[data-v-73924b12]{opacity:0}.multiselect__strong[data-v-73924b12]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-73924b12]{text-align:right}[dir=rtl] .multiselect__select[data-v-73924b12]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-73924b12]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-73924b12]{text-align:right}[dir=rtl] .multiselect__option[data-v-73924b12]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-73924b12]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-73924b12]{right:auto;left:1px}@keyframes spinning-73924b12{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-73924b12]{margin:0;padding:0;box-sizing:border-box}body[data-v-73924b12]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-73924b12]{min-height:0}.multiselect__select[data-v-73924b12]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-73924b12]:before{margin-top:0;top:0}.multiselect__tags[data-v-73924b12]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-73924b12]{font-family:Nunito!important}.multiselect__placeholder[data-v-73924b12]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-73924b12]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-73924b12]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-73924b12]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-73924b12]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-73924b12]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-73924b12]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-73924b12]{max-height:20vh!important}.multiselect__option--selected[data-v-73924b12]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-73924b12]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-73924b12],.multiselect__single[data-v-73924b12],.multiselect__tags input[data-v-73924b12]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-73924b12]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-73924b12]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-73924b12]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-73924b12],.multiselect__single[data-v-73924b12],.multiselect__tags input[data-v-73924b12]{font-size:.78125vw}.multiselect__option[data-v-73924b12]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-73924b12]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-73924b12]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-73924b12],.multiselect__single[data-v-73924b12],.multiselect__tags input[data-v-73924b12]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-73924b12]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-73924b12]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-73924b12]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-73924b12],.multiselect__single[data-v-73924b12],.multiselect__tags input[data-v-73924b12]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-73924b12]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-73924b12]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-73924b12]{font-size:15px}h1[data-v-73924b12]{font-size:1.5rem}h2[data-v-73924b12]{font-size:1.25rem}h3[data-v-73924b12]{font-size:1.1rem}}.hero-container[data-v-73924b12]{position:relative;width:100%;height:100dvh;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(20,1fr);text-align:center;background:radial-gradient(circle at 15% 18%,rgba(38,229,188,.25),transparent 30%),radial-gradient(circle at 80% 25%,rgba(23,130,109,.16),transparent 30%),linear-gradient(180deg,#81f1d914,#fff0)}.hero-container .hero-header[data-v-73924b12]{grid-row:5/15;font-family:Manrope;text-align:center;line-height:1.2;z-index:5;color:#2b2b2b;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:visible!important}.hero-container .hero-header .lead-in[data-v-73924b12]{font-size:calc(80 / 1920 * 100vw)}.hero-container .hero-header .hero-highlighted[data-v-73924b12]{display:block;position:relative;font-size:clamp(2rem,12vw,30vh);background:linear-gradient(to right,#26e5bc,#1c6758);background-clip:text;word-spacing:50px;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-container .cta-btn-container[data-v-73924b12]{display:flex;align-items:center;justify-content:center;grid-row:15/16}.hero-container .cta-btn-container .cta-btn[data-v-73924b12]{font-family:Nunito;text-decoration:none}.hero-container .cta-btn-container .cta-btn svg[data-v-73924b12]{font-size:calc(40 / 1920 * 100vw)}.hero-container .cta-btn-container .cta-btn[data-v-73924b12]{color:#2b2b2b;border-radius:14px;background:linear-gradient(to right,#81f1d9,#83f1d9);padding:1rem 2rem;cursor:pointer;border:4px solid hsl(170,60%,98%);transition:box-shadow .4s ease}.hero-container .cta-btn-container .cta-btn[data-v-73924b12]:hover{box-shadow:0 0 0 4px #26e5bc}.hero-container .cta-btn-container .cta-btn[data-v-73924b12]{display:flex;align-items:center;justify-content:center;column-gap:10px;position:relative;z-index:4}.hero-container .cta-btn-container .secondary[data-v-73924b12]{margin-left:1rem;border:4px solid rgba(28,103,88,.35);background:#ffffffeb;color:#1c6758}.hero-container .login-btn[data-v-73924b12]{text-decoration:none}.hero-container .hero-purpose[data-v-73924b12]{margin:.75rem 1.6rem 0;font-family:Nunito;font-size:1rem;color:#2b2b2b;max-width:54rem;justify-self:center}.hero-container .subtext-container[data-v-73924b12]{grid-row:18/19;display:flex;align-items:center;justify-content:center}.hero-container .subtext-container .hero-subtext[data-v-73924b12]{font-family:Matangi;font-weight:350;letter-spacing:3px;color:#2b2b2b}.hero-container .subtext-container .subtext-highlighted[data-v-73924b12]{color:#26e5bc;font-weight:500}@media screen and (min-width:1025px){.cta-btn[data-v-73924b12]{font-size:calc(20 / 1920 * 100vw)}.hero-subtext[data-v-73924b12]{font-size:1.5625vw}}@media screen and (max-width:1025px){.cta-btn[data-v-73924b12]{font-size:calc(50 / 1920 * 100vw)}.hero-subtext[data-v-73924b12]{font-size:3.125vw}}@media screen and (max-width:950px){.cta-btn[data-v-73924b12]{font-size:calc(50 / 1920 * 100vw)}.hero-subtext[data-v-73924b12]{font-size:calc(55 / 1920 * 100vw)}}@media screen and (max-width:550px){.cta-btn[data-v-73924b12]{font-size:3.125vw}.hero-subtext[data-v-73924b12]{font-size:calc(50 / 1920 * 100vw)}}@media screen and (min-width:750px){.hero-highlighted[data-v-73924b12]{word-spacing:50px}.mobile-break[data-v-73924b12]{display:none}}@media screen and (max-width:750px){[data-v-73924b12] .peep-box{display:none!important}.mobile-break[data-v-73924b12]{display:block}}fieldset[disabled] .multiselect[data-v-9695ee56]{pointer-events:none}.multiselect__spinner[data-v-9695ee56]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-9695ee56]:before,.multiselect__spinner[data-v-9695ee56]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-9695ee56]:before{animation:spinning-9695ee56 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-9695ee56]:after{animation:spinning-9695ee56 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-9695ee56],.multiselect__loading-leave-active[data-v-9695ee56]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-9695ee56],.multiselect__loading-leave-active[data-v-9695ee56]{opacity:0}.multiselect[data-v-9695ee56],.multiselect__input[data-v-9695ee56],.multiselect__single[data-v-9695ee56]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-9695ee56]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-9695ee56] *{box-sizing:border-box}.multiselect[data-v-9695ee56]:focus{outline:none}.multiselect--disabled[data-v-9695ee56]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-9695ee56]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-9695ee56],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-9695ee56],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-9695ee56]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-9695ee56]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-9695ee56],.multiselect--above.multiselect--active .multiselect__input[data-v-9695ee56],.multiselect--above.multiselect--active .multiselect__tags[data-v-9695ee56]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-9695ee56],.multiselect__single[data-v-9695ee56]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-9695ee56]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-9695ee56],.multiselect__tag~.multiselect__single[data-v-9695ee56]{width:auto}.multiselect__input[data-v-9695ee56]:hover,.multiselect__single[data-v-9695ee56]:hover{border-color:#cfcfcf}.multiselect__input[data-v-9695ee56]:focus,.multiselect__single[data-v-9695ee56]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-9695ee56]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-9695ee56]{display:inline}.multiselect__tags[data-v-9695ee56]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-9695ee56]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-9695ee56]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-9695ee56]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-9695ee56]:focus:after,.multiselect__tag-icon[data-v-9695ee56]:hover:after{color:#fff}.multiselect__current[data-v-9695ee56]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-9695ee56]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-9695ee56]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-9695ee56]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-9695ee56]{display:none}.multiselect__content-wrapper[data-v-9695ee56]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-9695ee56]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-9695ee56]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-9695ee56]::-webkit-scrollbar{display:none}.multiselect__element[data-v-9695ee56]{display:block}.multiselect__option[data-v-9695ee56]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-9695ee56]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-9695ee56]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-9695ee56]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-9695ee56]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-9695ee56]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-9695ee56]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-9695ee56]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-9695ee56],.multiselect--disabled .multiselect__select[data-v-9695ee56]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-9695ee56]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-9695ee56]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-9695ee56]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-9695ee56]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-9695ee56]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-9695ee56]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-9695ee56]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-9695ee56],.multiselect-leave-active[data-v-9695ee56]{transition:all .15s ease}.multiselect-enter[data-v-9695ee56],.multiselect-leave-active[data-v-9695ee56]{opacity:0}.multiselect__strong[data-v-9695ee56]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-9695ee56]{text-align:right}[dir=rtl] .multiselect__select[data-v-9695ee56]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-9695ee56]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-9695ee56]{text-align:right}[dir=rtl] .multiselect__option[data-v-9695ee56]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-9695ee56]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-9695ee56]{right:auto;left:1px}@keyframes spinning-9695ee56{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-9695ee56]{margin:0;padding:0;box-sizing:border-box}body[data-v-9695ee56]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-9695ee56]{min-height:0}.multiselect__select[data-v-9695ee56]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-9695ee56]:before{margin-top:0;top:0}.multiselect__tags[data-v-9695ee56]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-9695ee56]{font-family:Nunito!important}.multiselect__placeholder[data-v-9695ee56]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-9695ee56]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-9695ee56]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-9695ee56]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-9695ee56]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-9695ee56]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-9695ee56]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-9695ee56]{max-height:20vh!important}.multiselect__option--selected[data-v-9695ee56]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-9695ee56]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-9695ee56],.multiselect__single[data-v-9695ee56],.multiselect__tags input[data-v-9695ee56]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-9695ee56]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-9695ee56]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-9695ee56]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-9695ee56],.multiselect__single[data-v-9695ee56],.multiselect__tags input[data-v-9695ee56]{font-size:.78125vw}.multiselect__option[data-v-9695ee56]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-9695ee56]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-9695ee56]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-9695ee56],.multiselect__single[data-v-9695ee56],.multiselect__tags input[data-v-9695ee56]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-9695ee56]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-9695ee56]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-9695ee56]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-9695ee56],.multiselect__single[data-v-9695ee56],.multiselect__tags input[data-v-9695ee56]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-9695ee56]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-9695ee56]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-9695ee56]{font-size:15px}h1[data-v-9695ee56]{font-size:1.5rem}h2[data-v-9695ee56]{font-size:1.25rem}h3[data-v-9695ee56]{font-size:1.1rem}}.landing-navbar[data-v-9695ee56]{--max-width: 84rem;--accent-color: #1c6758;--muted-text: #5d7069;--surface-color: rgba(255, 255, 255, .82);--surface-border: rgba(28, 103, 88, .12);--transition-speed: .22s;position:fixed;top:0;left:0;z-index:30;width:100%;padding:.9rem 1rem}.navbar-inner[data-v-9695ee56]{width:100%;max-width:var(--max-width);margin:0 auto;padding:.75rem 1rem;border-radius:1.5rem;border:1px solid var(--surface-border);background:var(--surface-color);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 38px #1c675814;display:flex;align-items:center;gap:1rem}.brand[data-v-9695ee56]{min-height:44px;text-decoration:none;display:inline-flex;align-items:center;gap:.85rem}.brand-mark[data-v-9695ee56]{width:2.8rem;height:2.8rem;border-radius:1rem;background:linear-gradient(135deg,#26e5bc2e,#81f1d952);display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.brand-mark img[data-v-9695ee56]{width:2.2rem;height:2.2rem;object-fit:contain}.brand-copy[data-v-9695ee56]{display:grid}.brand-kicker[data-v-9695ee56]{font-family:Manrope;font-size:1rem;font-weight:800;color:var(--accent-color)}.brand-subtitle[data-v-9695ee56]{font-family:Nunito;font-size:.88rem;color:var(--muted-text)}.desktop-nav[data-v-9695ee56],.desktop-actions[data-v-9695ee56]{display:none}.menu-toggle[data-v-9695ee56]{width:2.9rem;height:2.9rem;min-width:44px;min-height:44px;margin-left:auto;border:1px solid rgba(28,103,88,.12);border-radius:999px;background:#fffc;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.26rem;cursor:pointer}.menu-toggle span[data-v-9695ee56]{width:1rem;height:2px;border-radius:999px;background:var(--accent-color)}.mobile-panel[data-v-9695ee56]{width:100%;max-width:var(--max-width);margin:.75rem auto 0;padding:0 .15rem}.mobile-nav[data-v-9695ee56]{padding:.75rem;border-radius:1.5rem;border:1px solid var(--surface-border);background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 38px #1c675814;display:grid;gap:.5rem}.mobile-link[data-v-9695ee56],.mobile-cta[data-v-9695ee56],.nav-link[data-v-9695ee56],.cta-link[data-v-9695ee56]{min-height:44px;text-decoration:none;font-family:Nunito;font-size:.98rem;font-weight:800}.mobile-link[data-v-9695ee56]{padding:.9rem 1rem;border-radius:1rem;color:var(--accent-color)}.mobile-link[data-v-9695ee56]:hover{background:#26e5bc14}.mobile-cta[data-v-9695ee56],.cta-link[data-v-9695ee56]{padding:.9rem 1.25rem;border-radius:999px;color:var(--accent-color);background:linear-gradient(135deg,#26e5bce6,#81f1d9eb);box-shadow:0 12px 26px #1c675824}.menu-fade-enter-active[data-v-9695ee56],.menu-fade-leave-active[data-v-9695ee56]{transition:opacity var(--transition-speed) ease,transform var(--transition-speed) ease}.menu-fade-enter-from[data-v-9695ee56],.menu-fade-leave-to[data-v-9695ee56]{opacity:0;transform:translateY(-8px)}@media(min-width:900px){.desktop-nav[data-v-9695ee56],.desktop-actions[data-v-9695ee56]{display:flex}.desktop-nav[data-v-9695ee56]{margin-left:auto;align-items:center;gap:.35rem}.desktop-actions[data-v-9695ee56]{align-items:center}.nav-link[data-v-9695ee56]{padding:.75rem 1rem;border-radius:999px;color:var(--muted-text);transition:background-color var(--transition-speed) ease,color var(--transition-speed) ease}.nav-link[data-v-9695ee56]:hover{color:var(--accent-color);background:#26e5bc14}.cta-link[data-v-9695ee56]{margin-left:.5rem}.menu-toggle[data-v-9695ee56],.mobile-panel[data-v-9695ee56]{display:none}}@media(max-width:520px){.brand-subtitle[data-v-9695ee56]{display:none}}fieldset[disabled] .multiselect[data-v-8ebe89a0]{pointer-events:none}.multiselect__spinner[data-v-8ebe89a0]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-8ebe89a0]:before,.multiselect__spinner[data-v-8ebe89a0]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-8ebe89a0]:before{animation:spinning-8ebe89a0 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-8ebe89a0]:after{animation:spinning-8ebe89a0 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-8ebe89a0],.multiselect__loading-leave-active[data-v-8ebe89a0]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-8ebe89a0],.multiselect__loading-leave-active[data-v-8ebe89a0]{opacity:0}.multiselect[data-v-8ebe89a0],.multiselect__input[data-v-8ebe89a0],.multiselect__single[data-v-8ebe89a0]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-8ebe89a0]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-8ebe89a0] *{box-sizing:border-box}.multiselect[data-v-8ebe89a0]:focus{outline:none}.multiselect--disabled[data-v-8ebe89a0]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-8ebe89a0]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-8ebe89a0],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-8ebe89a0],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-8ebe89a0]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-8ebe89a0]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-8ebe89a0],.multiselect--above.multiselect--active .multiselect__input[data-v-8ebe89a0],.multiselect--above.multiselect--active .multiselect__tags[data-v-8ebe89a0]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-8ebe89a0],.multiselect__single[data-v-8ebe89a0]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-8ebe89a0]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-8ebe89a0],.multiselect__tag~.multiselect__single[data-v-8ebe89a0]{width:auto}.multiselect__input[data-v-8ebe89a0]:hover,.multiselect__single[data-v-8ebe89a0]:hover{border-color:#cfcfcf}.multiselect__input[data-v-8ebe89a0]:focus,.multiselect__single[data-v-8ebe89a0]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-8ebe89a0]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-8ebe89a0]{display:inline}.multiselect__tags[data-v-8ebe89a0]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-8ebe89a0]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-8ebe89a0]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-8ebe89a0]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-8ebe89a0]:focus:after,.multiselect__tag-icon[data-v-8ebe89a0]:hover:after{color:#fff}.multiselect__current[data-v-8ebe89a0]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-8ebe89a0]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-8ebe89a0]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-8ebe89a0]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-8ebe89a0]{display:none}.multiselect__content-wrapper[data-v-8ebe89a0]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-8ebe89a0]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-8ebe89a0]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-8ebe89a0]::-webkit-scrollbar{display:none}.multiselect__element[data-v-8ebe89a0]{display:block}.multiselect__option[data-v-8ebe89a0]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-8ebe89a0]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-8ebe89a0]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-8ebe89a0]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-8ebe89a0]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-8ebe89a0]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-8ebe89a0]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-8ebe89a0]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-8ebe89a0],.multiselect--disabled .multiselect__select[data-v-8ebe89a0]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-8ebe89a0]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-8ebe89a0]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-8ebe89a0]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-8ebe89a0]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-8ebe89a0]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-8ebe89a0]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-8ebe89a0]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-8ebe89a0],.multiselect-leave-active[data-v-8ebe89a0]{transition:all .15s ease}.multiselect-enter[data-v-8ebe89a0],.multiselect-leave-active[data-v-8ebe89a0]{opacity:0}.multiselect__strong[data-v-8ebe89a0]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-8ebe89a0]{text-align:right}[dir=rtl] .multiselect__select[data-v-8ebe89a0]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-8ebe89a0]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-8ebe89a0]{text-align:right}[dir=rtl] .multiselect__option[data-v-8ebe89a0]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-8ebe89a0]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-8ebe89a0]{right:auto;left:1px}@keyframes spinning-8ebe89a0{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-8ebe89a0]{margin:0;padding:0;box-sizing:border-box}body[data-v-8ebe89a0]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-8ebe89a0]{min-height:0}.multiselect__select[data-v-8ebe89a0]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-8ebe89a0]:before{margin-top:0;top:0}.multiselect__tags[data-v-8ebe89a0]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-8ebe89a0]{font-family:Nunito!important}.multiselect__placeholder[data-v-8ebe89a0]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-8ebe89a0]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-8ebe89a0]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-8ebe89a0]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-8ebe89a0]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-8ebe89a0]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-8ebe89a0]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-8ebe89a0]{max-height:20vh!important}.multiselect__option--selected[data-v-8ebe89a0]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-8ebe89a0]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-8ebe89a0],.multiselect__single[data-v-8ebe89a0],.multiselect__tags input[data-v-8ebe89a0]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-8ebe89a0]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8ebe89a0]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-8ebe89a0]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-8ebe89a0],.multiselect__single[data-v-8ebe89a0],.multiselect__tags input[data-v-8ebe89a0]{font-size:.78125vw}.multiselect__option[data-v-8ebe89a0]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-8ebe89a0]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-8ebe89a0]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-8ebe89a0],.multiselect__single[data-v-8ebe89a0],.multiselect__tags input[data-v-8ebe89a0]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-8ebe89a0]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8ebe89a0]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-8ebe89a0]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-8ebe89a0],.multiselect__single[data-v-8ebe89a0],.multiselect__tags input[data-v-8ebe89a0]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-8ebe89a0]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8ebe89a0]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-8ebe89a0]{font-size:15px}h1[data-v-8ebe89a0]{font-size:1.5rem}h2[data-v-8ebe89a0]{font-size:1.25rem}h3[data-v-8ebe89a0]{font-size:1.1rem}}.about-us-section[data-v-8ebe89a0]{--section-max-width: 84rem;--section-padding-inline: clamp(1rem, 4vw, 2.5rem);--section-padding-block: clamp(4rem, 9vw, 6.5rem);--accent-color: #1c6758;--muted-text: #536861;--surface-color: rgba(255, 255, 255, .88);--surface-outline: rgba(28, 103, 88, .12);--highlight-bg: rgba(38, 229, 188, .08);width:100%;padding:var(--section-padding-block) var(--section-padding-inline);background:radial-gradient(circle at 15% 18%,rgba(38,229,188,.16),transparent 24%),linear-gradient(180deg,#fff0,#81f1d91f)}.section-inner[data-v-8ebe89a0]{width:100%;max-width:var(--section-max-width);margin:0 auto;display:grid;gap:2rem}.copy-panel[data-v-8ebe89a0]{display:grid;gap:1.25rem}.copy-panel h2[data-v-8ebe89a0]{margin:.25rem 0 0;font-family:Manrope;font-size:clamp(2rem,3vw,3rem);line-height:1.05;color:var(--accent-color)}.section-kicker[data-v-8ebe89a0]{margin:0;font-family:Nunito;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-text)}.section-subheading[data-v-8ebe89a0],.story-card p[data-v-8ebe89a0],.highlight-card p[data-v-8ebe89a0],.quote-copy[data-v-8ebe89a0],.quote-label[data-v-8ebe89a0],.me-label[data-v-8ebe89a0]{font-family:Nunito}.section-subheading[data-v-8ebe89a0]{margin:0;max-width:36rem;font-size:1rem;line-height:1.7;color:var(--muted-text)}.story-card[data-v-8ebe89a0],.highlight-card[data-v-8ebe89a0],.quote-card[data-v-8ebe89a0]{border-radius:1.75rem;border:1px solid var(--surface-outline);background:var(--surface-color);box-shadow:0 18px 40px #1c675814}.story-card[data-v-8ebe89a0]{padding:1.4rem;display:grid;gap:1rem}.story-card p[data-v-8ebe89a0]{margin:0;font-size:1rem;line-height:1.75;color:var(--muted-text)}.highlights[data-v-8ebe89a0]{display:grid;gap:1rem}.highlight-card[data-v-8ebe89a0]{padding:1.15rem 1.2rem;background:linear-gradient(135deg,var(--highlight-bg),rgba(255,255,255,.92))}.highlight-card p[data-v-8ebe89a0]{margin:.6rem 0 0;font-size:.98rem;line-height:1.6;color:var(--muted-text)}.highlight-label[data-v-8ebe89a0],.quote-label[data-v-8ebe89a0]{display:inline-flex;align-items:center;min-height:44px;font-family:Manrope;font-size:.95rem;font-weight:800;color:var(--accent-color)}.visual-panel[data-v-8ebe89a0]{display:grid;gap:1rem}.visual-surface[data-v-8ebe89a0]{position:relative;min-height:28rem;border-radius:2rem;overflow:hidden;background:radial-gradient(circle at top right,rgba(255,255,255,.24),transparent 30%),linear-gradient(135deg,#17826df0,#26e5bcc7);box-shadow:0 24px 44px #1c675829}.scene[data-v-8ebe89a0]{position:absolute;inset:0;background-image:url(/assets/scene-BwKKRZep.svg);background-size:cover;background-repeat:no-repeat;background-position:center center;opacity:.95}.me[data-v-8ebe89a0]{position:absolute;bottom:0;left:52%;transform:translate(-50%);width:min(18rem,42vw);aspect-ratio:325/462;background-image:url(/assets/me-CD6s0R4N.svg);background-size:contain;background-repeat:no-repeat;background-position:center bottom}.me-label[data-v-8ebe89a0]{position:absolute;top:1.2rem;left:1.2rem;padding:.75rem .9rem;border-radius:1rem;background:#ffffffdb;font-size:.9rem;font-weight:800;line-height:1.4;color:var(--accent-color);box-shadow:0 16px 30px #1c675824}.quote-card[data-v-8ebe89a0]{padding:1.2rem 1.3rem}.quote-copy[data-v-8ebe89a0]{margin:.35rem 0 0;font-size:.98rem;line-height:1.7;color:var(--muted-text)}@media(min-width:900px){.section-inner[data-v-8ebe89a0]{grid-template-columns:minmax(0,1fr) minmax(18rem,33rem);align-items:center}.copy-panel[data-v-8ebe89a0]{padding-right:1rem}.highlights[data-v-8ebe89a0]{grid-template-columns:repeat(3,minmax(0,1fr))}}fieldset[disabled] .multiselect[data-v-8119c60f]{pointer-events:none}.multiselect__spinner[data-v-8119c60f]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-8119c60f]:before,.multiselect__spinner[data-v-8119c60f]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-8119c60f]:before{animation:spinning-8119c60f 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-8119c60f]:after{animation:spinning-8119c60f 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-8119c60f],.multiselect__loading-leave-active[data-v-8119c60f]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-8119c60f],.multiselect__loading-leave-active[data-v-8119c60f]{opacity:0}.multiselect[data-v-8119c60f],.multiselect__input[data-v-8119c60f],.multiselect__single[data-v-8119c60f]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-8119c60f]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-8119c60f] *{box-sizing:border-box}.multiselect[data-v-8119c60f]:focus{outline:none}.multiselect--disabled[data-v-8119c60f]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-8119c60f]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-8119c60f],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-8119c60f],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-8119c60f]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-8119c60f]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-8119c60f],.multiselect--above.multiselect--active .multiselect__input[data-v-8119c60f],.multiselect--above.multiselect--active .multiselect__tags[data-v-8119c60f]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-8119c60f],.multiselect__single[data-v-8119c60f]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-8119c60f]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-8119c60f],.multiselect__tag~.multiselect__single[data-v-8119c60f]{width:auto}.multiselect__input[data-v-8119c60f]:hover,.multiselect__single[data-v-8119c60f]:hover{border-color:#cfcfcf}.multiselect__input[data-v-8119c60f]:focus,.multiselect__single[data-v-8119c60f]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-8119c60f]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-8119c60f]{display:inline}.multiselect__tags[data-v-8119c60f]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-8119c60f]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-8119c60f]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-8119c60f]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-8119c60f]:focus:after,.multiselect__tag-icon[data-v-8119c60f]:hover:after{color:#fff}.multiselect__current[data-v-8119c60f]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-8119c60f]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-8119c60f]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-8119c60f]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-8119c60f]{display:none}.multiselect__content-wrapper[data-v-8119c60f]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-8119c60f]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-8119c60f]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-8119c60f]::-webkit-scrollbar{display:none}.multiselect__element[data-v-8119c60f]{display:block}.multiselect__option[data-v-8119c60f]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-8119c60f]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-8119c60f]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-8119c60f]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-8119c60f]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-8119c60f]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-8119c60f]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-8119c60f]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-8119c60f],.multiselect--disabled .multiselect__select[data-v-8119c60f]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-8119c60f]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-8119c60f]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-8119c60f]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-8119c60f]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-8119c60f]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-8119c60f]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-8119c60f]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-8119c60f],.multiselect-leave-active[data-v-8119c60f]{transition:all .15s ease}.multiselect-enter[data-v-8119c60f],.multiselect-leave-active[data-v-8119c60f]{opacity:0}.multiselect__strong[data-v-8119c60f]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-8119c60f]{text-align:right}[dir=rtl] .multiselect__select[data-v-8119c60f]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-8119c60f]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-8119c60f]{text-align:right}[dir=rtl] .multiselect__option[data-v-8119c60f]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-8119c60f]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-8119c60f]{right:auto;left:1px}@keyframes spinning-8119c60f{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-8119c60f]{margin:0;padding:0;box-sizing:border-box}body[data-v-8119c60f]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-8119c60f]{min-height:0}.multiselect__select[data-v-8119c60f]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-8119c60f]:before{margin-top:0;top:0}.multiselect__tags[data-v-8119c60f]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-8119c60f]{font-family:Nunito!important}.multiselect__placeholder[data-v-8119c60f]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-8119c60f]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-8119c60f]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-8119c60f]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-8119c60f]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-8119c60f]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-8119c60f]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-8119c60f]{max-height:20vh!important}.multiselect__option--selected[data-v-8119c60f]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-8119c60f]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-8119c60f],.multiselect__single[data-v-8119c60f],.multiselect__tags input[data-v-8119c60f]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-8119c60f]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8119c60f]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-8119c60f]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-8119c60f],.multiselect__single[data-v-8119c60f],.multiselect__tags input[data-v-8119c60f]{font-size:.78125vw}.multiselect__option[data-v-8119c60f]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-8119c60f]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-8119c60f]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-8119c60f],.multiselect__single[data-v-8119c60f],.multiselect__tags input[data-v-8119c60f]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-8119c60f]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8119c60f]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-8119c60f]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-8119c60f],.multiselect__single[data-v-8119c60f],.multiselect__tags input[data-v-8119c60f]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-8119c60f]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8119c60f]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-8119c60f]{font-size:15px}h1[data-v-8119c60f]{font-size:1.5rem}h2[data-v-8119c60f]{font-size:1.25rem}h3[data-v-8119c60f]{font-size:1.1rem}}.contact-us-section[data-v-8119c60f]{--section-max-width: 84rem;--section-padding-inline: clamp(1rem, 4vw, 2.5rem);--section-padding-block: clamp(4rem, 9vw, 6.5rem);--accent-color: #1c6758;--muted-text: #536861;--surface-color: rgba(255, 255, 255, .9);--surface-outline: rgba(28, 103, 88, .12);width:100%;padding:var(--section-padding-block) var(--section-padding-inline);background:radial-gradient(circle at 82% 12%,rgba(38,229,188,.16),transparent 26%),linear-gradient(180deg,#81f1d914,#fff0)}.section-inner[data-v-8119c60f]{width:100%;max-width:var(--section-max-width);margin:0 auto;display:grid;gap:2rem}.contact-copy[data-v-8119c60f],.contact-note[data-v-8119c60f],.email-chip[data-v-8119c60f],.form-shell[data-v-8119c60f]{border-radius:1.75rem}.contact-copy[data-v-8119c60f]{display:grid;gap:1rem}.contact-copy h2[data-v-8119c60f]{margin:.25rem 0 0;font-family:Manrope;font-size:clamp(2rem,3vw,3rem);line-height:1.05;color:var(--accent-color)}.section-kicker[data-v-8119c60f]{margin:0;font-family:Nunito;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-text)}.section-subheading[data-v-8119c60f],.note-label[data-v-8119c60f],.note-copy[data-v-8119c60f],.email-chip[data-v-8119c60f],.contact-form label[data-v-8119c60f],.contact-form input[data-v-8119c60f],.contact-form textarea[data-v-8119c60f],.submit-button[data-v-8119c60f]{font-family:Nunito}.section-subheading[data-v-8119c60f]{margin:0;max-width:36rem;font-size:1rem;line-height:1.7;color:var(--muted-text)}.contact-note[data-v-8119c60f]{padding:1.15rem 1.25rem;border:1px solid var(--surface-outline);background:#ffffffc7;box-shadow:0 18px 40px #1c675814}.note-label[data-v-8119c60f]{margin:0;font-size:.92rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-color)}.note-copy[data-v-8119c60f]{margin:.45rem 0 0;font-size:.98rem;line-height:1.7;color:var(--muted-text)}.email-chip[data-v-8119c60f]{width:fit-content;max-width:100%;min-height:44px;padding:.85rem 1rem;border:1px solid var(--surface-outline);background:#ffffffe0;box-shadow:0 14px 28px #1c675814;display:inline-flex;align-items:center;gap:.7rem;color:var(--accent-color);font-size:.98rem;font-weight:800;overflow-wrap:anywhere}.email-chip svg[data-v-8119c60f]{width:1.1rem;height:1.1rem;flex:0 0 auto}.illustration-panel[data-v-8119c60f]{min-height:16rem;border-radius:2rem;background:radial-gradient(circle at top right,rgba(255,255,255,.26),transparent 32%),linear-gradient(135deg,#17826df0,#26e5bcc7);position:relative;overflow:hidden;box-shadow:0 24px 44px #1c675829}.illustration-plane[data-v-8119c60f]{position:absolute;inset:auto -10% -8% auto;width:min(28rem,100%);height:100%;background-image:url(/assets/planepelt-DLt6mUAn.svg);background-size:contain;background-repeat:no-repeat;background-position:right bottom}.form-shell[data-v-8119c60f]{padding:1.1rem;border:1px solid var(--surface-outline);background:var(--surface-color);box-shadow:0 18px 40px #1c675814}.contact-form[data-v-8119c60f],.form-grid[data-v-8119c60f]{display:grid;gap:1rem}.contact-form label[data-v-8119c60f]{display:grid;gap:.45rem;font-size:.95rem;font-weight:800;color:var(--accent-color)}.contact-form input[data-v-8119c60f],.contact-form textarea[data-v-8119c60f]{width:100%;min-height:3rem;padding:.9rem 1rem;border:1px solid rgba(28,103,88,.14);border-radius:1rem;background:#fffffff2;font-size:.98rem;color:#2b2b2b;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.contact-form input[data-v-8119c60f]:focus,.contact-form textarea[data-v-8119c60f]:focus{border-color:#1c675859;box-shadow:0 0 0 4px #26e5bc1f}.contact-form textarea[data-v-8119c60f]{min-height:10rem;resize:vertical}.submit-button[data-v-8119c60f]{min-height:48px;padding:.95rem 1.35rem;border:0;border-radius:999px;background:linear-gradient(135deg,#26e5bcf2,#81f1d9f2);color:var(--accent-color);font-size:1rem;font-weight:900;cursor:pointer;box-shadow:0 14px 28px #1c675824}.submit-button[data-v-8119c60f]:disabled{opacity:.65;cursor:not-allowed}@media(min-width:900px){.section-inner[data-v-8119c60f]{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start}.form-grid[data-v-8119c60f]{grid-template-columns:repeat(2,minmax(0,1fr))}.message-field[data-v-8119c60f]{grid-column:1/-1}}fieldset[disabled] .multiselect[data-v-3473b5d2]{pointer-events:none}.multiselect__spinner[data-v-3473b5d2]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-3473b5d2]:before,.multiselect__spinner[data-v-3473b5d2]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-3473b5d2]:before{animation:spinning-3473b5d2 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-3473b5d2]:after{animation:spinning-3473b5d2 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-3473b5d2],.multiselect__loading-leave-active[data-v-3473b5d2]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-3473b5d2],.multiselect__loading-leave-active[data-v-3473b5d2]{opacity:0}.multiselect[data-v-3473b5d2],.multiselect__input[data-v-3473b5d2],.multiselect__single[data-v-3473b5d2]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-3473b5d2]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-3473b5d2] *{box-sizing:border-box}.multiselect[data-v-3473b5d2]:focus{outline:none}.multiselect--disabled[data-v-3473b5d2]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-3473b5d2]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-3473b5d2],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-3473b5d2],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-3473b5d2]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-3473b5d2]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-3473b5d2],.multiselect--above.multiselect--active .multiselect__input[data-v-3473b5d2],.multiselect--above.multiselect--active .multiselect__tags[data-v-3473b5d2]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-3473b5d2],.multiselect__single[data-v-3473b5d2]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-3473b5d2]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-3473b5d2],.multiselect__tag~.multiselect__single[data-v-3473b5d2]{width:auto}.multiselect__input[data-v-3473b5d2]:hover,.multiselect__single[data-v-3473b5d2]:hover{border-color:#cfcfcf}.multiselect__input[data-v-3473b5d2]:focus,.multiselect__single[data-v-3473b5d2]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-3473b5d2]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-3473b5d2]{display:inline}.multiselect__tags[data-v-3473b5d2]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-3473b5d2]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-3473b5d2]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-3473b5d2]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-3473b5d2]:focus:after,.multiselect__tag-icon[data-v-3473b5d2]:hover:after{color:#fff}.multiselect__current[data-v-3473b5d2]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-3473b5d2]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-3473b5d2]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-3473b5d2]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-3473b5d2]{display:none}.multiselect__content-wrapper[data-v-3473b5d2]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-3473b5d2]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-3473b5d2]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-3473b5d2]::-webkit-scrollbar{display:none}.multiselect__element[data-v-3473b5d2]{display:block}.multiselect__option[data-v-3473b5d2]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-3473b5d2]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-3473b5d2]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-3473b5d2]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-3473b5d2]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-3473b5d2]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-3473b5d2]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-3473b5d2]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-3473b5d2],.multiselect--disabled .multiselect__select[data-v-3473b5d2]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-3473b5d2]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-3473b5d2]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-3473b5d2]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-3473b5d2]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-3473b5d2]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-3473b5d2]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-3473b5d2]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-3473b5d2],.multiselect-leave-active[data-v-3473b5d2]{transition:all .15s ease}.multiselect-enter[data-v-3473b5d2],.multiselect-leave-active[data-v-3473b5d2]{opacity:0}.multiselect__strong[data-v-3473b5d2]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-3473b5d2]{text-align:right}[dir=rtl] .multiselect__select[data-v-3473b5d2]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-3473b5d2]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-3473b5d2]{text-align:right}[dir=rtl] .multiselect__option[data-v-3473b5d2]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-3473b5d2]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-3473b5d2]{right:auto;left:1px}@keyframes spinning-3473b5d2{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-3473b5d2]{margin:0;padding:0;box-sizing:border-box}body[data-v-3473b5d2]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-3473b5d2]{min-height:0}.multiselect__select[data-v-3473b5d2]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-3473b5d2]:before{margin-top:0;top:0}.multiselect__tags[data-v-3473b5d2]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-3473b5d2]{font-family:Nunito!important}.multiselect__placeholder[data-v-3473b5d2]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-3473b5d2]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-3473b5d2]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-3473b5d2]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-3473b5d2]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-3473b5d2]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-3473b5d2]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-3473b5d2]{max-height:20vh!important}.multiselect__option--selected[data-v-3473b5d2]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-3473b5d2]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-3473b5d2],.multiselect__single[data-v-3473b5d2],.multiselect__tags input[data-v-3473b5d2]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-3473b5d2]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-3473b5d2]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-3473b5d2]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-3473b5d2],.multiselect__single[data-v-3473b5d2],.multiselect__tags input[data-v-3473b5d2]{font-size:.78125vw}.multiselect__option[data-v-3473b5d2]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-3473b5d2]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-3473b5d2]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-3473b5d2],.multiselect__single[data-v-3473b5d2],.multiselect__tags input[data-v-3473b5d2]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-3473b5d2]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-3473b5d2]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-3473b5d2]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-3473b5d2],.multiselect__single[data-v-3473b5d2],.multiselect__tags input[data-v-3473b5d2]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-3473b5d2]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-3473b5d2]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-3473b5d2]{font-size:15px}h1[data-v-3473b5d2]{font-size:1.5rem}h2[data-v-3473b5d2]{font-size:1.25rem}h3[data-v-3473b5d2]{font-size:1.1rem}}.book-carousel-section[data-v-3473b5d2]{--section-max-width: 84rem;--section-padding-inline: clamp(1rem, 4vw, 2.5rem);--section-padding-block: clamp(3.5rem, 8vw, 6rem);--surface-color: rgba(255, 255, 255, .92);--surface-border: rgba(28, 103, 88, .12);--text-color: #2b2b2b;--muted-text: #4f655f;--accent-color: #1c6758;--accent-soft: #26e5bc;--shadow-color: 0 16px 40px rgba(28, 103, 88, .12);--radius-xl: 1.75rem;--radius-lg: 1.25rem;--card-width: clamp(16.5rem, 26vw, 18.5rem);--transition-speed: .22s;width:100%;padding:var(--section-padding-block) var(--section-padding-inline);background:radial-gradient(circle at top left,rgba(38,229,188,.18),transparent 34%),linear-gradient(180deg,#81f1d92e,#fff0);color:var(--text-color)}.section-header[data-v-3473b5d2]{width:100%;max-width:var(--section-max-width);margin:0 auto 1.5rem;display:flex;align-items:end;justify-content:space-between;gap:1rem}.section-header h2[data-v-3473b5d2]{margin:.25rem 0 0;font-family:Manrope;font-size:clamp(2rem,3vw,3rem);line-height:1.05;color:var(--accent-color)}.section-kicker[data-v-3473b5d2]{margin:0;font-family:Nunito;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-text)}.nav-buttons[data-v-3473b5d2]{display:flex;align-items:center;gap:.75rem}.nav-button[data-v-3473b5d2]{width:3rem;height:3rem;min-width:44px;min-height:44px;border:1px solid rgba(28,103,88,.15);border-radius:999px;background:#ffffffe6;color:var(--accent-color);box-shadow:0 10px 25px #1c67581a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease,background-color var(--transition-speed) ease,opacity var(--transition-speed) ease}.nav-button[data-v-3473b5d2]:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:0 10px 25px #1c67581a}.nav-button[data-v-3473b5d2]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px #1c675829;background-color:#fff}.nav-button span[data-v-3473b5d2]{font-size:1.25rem;line-height:1}.carousel-empty-state[data-v-3473b5d2]{width:100%;max-width:var(--section-max-width);margin:0 auto;padding:2rem;border:1px solid var(--surface-border);border-radius:var(--radius-xl);background:var(--surface-color);text-align:center;font-family:Nunito;color:var(--muted-text)}.carousel-shell[data-v-3473b5d2]{position:relative;width:100%;max-width:var(--section-max-width);margin:0 auto}.carousel-shell[data-v-3473b5d2]:before,.carousel-shell[data-v-3473b5d2]:after{content:"";position:absolute;top:0;bottom:0;width:clamp(2rem,7vw,5rem);pointer-events:none;z-index:2}.carousel-shell[data-v-3473b5d2]:before{left:0;background:linear-gradient(90deg,#f6fdfb,#f6fdfb00)}.carousel-shell[data-v-3473b5d2]:after{right:0;background:linear-gradient(270deg,#f6fdfb,#f6fdfb00)}.carousel-track[data-v-3473b5d2]{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.5rem 0 1rem;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-y;cursor:grab}.carousel-track[data-v-3473b5d2]::-webkit-scrollbar{display:none}.carousel-track.is-dragging[data-v-3473b5d2]{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none}.book-card[data-v-3473b5d2]{flex:0 0 var(--card-width);scroll-snap-align:start;border-radius:var(--radius-xl);background:var(--surface-color);border:1px solid var(--surface-border);box-shadow:var(--shadow-color);overflow:hidden;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease;-webkit-user-select:none;user-select:none}.book-card[data-v-3473b5d2]:hover{transform:scale(1.02);box-shadow:0 18px 45px #1c67582e}.book-cover-wrap[data-v-3473b5d2]{aspect-ratio:4/5;background:linear-gradient(135deg,#81f1d959,#fffc)}.book-cover[data-v-3473b5d2]{display:block;width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.book-cover-fallback[data-v-3473b5d2]{display:grid;place-items:center;background:radial-gradient(circle at top,rgba(38,229,188,.35),transparent 45%),linear-gradient(135deg,#cdeee8,#eef7f4);color:var(--accent-color);font-family:Manrope;font-size:3rem;font-weight:800}.book-card-content[data-v-3473b5d2]{padding:1rem 1rem 1.15rem;display:grid;gap:.35rem}.book-card-content h3[data-v-3473b5d2]{margin:0;font-family:Manrope;font-size:1.1rem;line-height:1.25;color:var(--accent-color)}.book-author[data-v-3473b5d2]{margin:0;font-family:Nunito;font-size:.98rem;color:var(--muted-text)}.book-meta[data-v-3473b5d2]{margin:.2rem 0 0;font-family:Nunito;font-size:.95rem;font-weight:700;color:var(--accent-color)}@media(max-width:767px){.section-header[data-v-3473b5d2]{margin-bottom:1rem;align-items:start;flex-direction:column}.nav-buttons[data-v-3473b5d2]{align-self:flex-end;gap:.5rem}.nav-button[data-v-3473b5d2]{width:2.75rem;height:2.75rem}.book-carousel-section[data-v-3473b5d2]{--card-width: min(88vw, 22rem)}.carousel-track[data-v-3473b5d2]{padding-bottom:.5rem}}fieldset[disabled] .multiselect[data-v-92532f3e]{pointer-events:none}.multiselect__spinner[data-v-92532f3e]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-92532f3e]:before,.multiselect__spinner[data-v-92532f3e]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-92532f3e]:before{animation:spinning-92532f3e 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-92532f3e]:after{animation:spinning-92532f3e 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-92532f3e],.multiselect__loading-leave-active[data-v-92532f3e]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-92532f3e],.multiselect__loading-leave-active[data-v-92532f3e]{opacity:0}.multiselect[data-v-92532f3e],.multiselect__input[data-v-92532f3e],.multiselect__single[data-v-92532f3e]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-92532f3e]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-92532f3e] *{box-sizing:border-box}.multiselect[data-v-92532f3e]:focus{outline:none}.multiselect--disabled[data-v-92532f3e]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-92532f3e]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-92532f3e],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-92532f3e],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-92532f3e]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-92532f3e]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-92532f3e],.multiselect--above.multiselect--active .multiselect__input[data-v-92532f3e],.multiselect--above.multiselect--active .multiselect__tags[data-v-92532f3e]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-92532f3e],.multiselect__single[data-v-92532f3e]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-92532f3e]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-92532f3e],.multiselect__tag~.multiselect__single[data-v-92532f3e]{width:auto}.multiselect__input[data-v-92532f3e]:hover,.multiselect__single[data-v-92532f3e]:hover{border-color:#cfcfcf}.multiselect__input[data-v-92532f3e]:focus,.multiselect__single[data-v-92532f3e]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-92532f3e]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-92532f3e]{display:inline}.multiselect__tags[data-v-92532f3e]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-92532f3e]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-92532f3e]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-92532f3e]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-92532f3e]:focus:after,.multiselect__tag-icon[data-v-92532f3e]:hover:after{color:#fff}.multiselect__current[data-v-92532f3e]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-92532f3e]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-92532f3e]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-92532f3e]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-92532f3e]{display:none}.multiselect__content-wrapper[data-v-92532f3e]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-92532f3e]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-92532f3e]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-92532f3e]::-webkit-scrollbar{display:none}.multiselect__element[data-v-92532f3e]{display:block}.multiselect__option[data-v-92532f3e]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-92532f3e]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-92532f3e]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-92532f3e]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-92532f3e]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-92532f3e]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-92532f3e]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-92532f3e]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-92532f3e],.multiselect--disabled .multiselect__select[data-v-92532f3e]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-92532f3e]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-92532f3e]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-92532f3e]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-92532f3e]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-92532f3e]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-92532f3e]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-92532f3e]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-92532f3e],.multiselect-leave-active[data-v-92532f3e]{transition:all .15s ease}.multiselect-enter[data-v-92532f3e],.multiselect-leave-active[data-v-92532f3e]{opacity:0}.multiselect__strong[data-v-92532f3e]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-92532f3e]{text-align:right}[dir=rtl] .multiselect__select[data-v-92532f3e]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-92532f3e]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-92532f3e]{text-align:right}[dir=rtl] .multiselect__option[data-v-92532f3e]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-92532f3e]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-92532f3e]{right:auto;left:1px}@keyframes spinning-92532f3e{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-92532f3e]{margin:0;padding:0;box-sizing:border-box}body[data-v-92532f3e]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-92532f3e]{min-height:0}.multiselect__select[data-v-92532f3e]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-92532f3e]:before{margin-top:0;top:0}.multiselect__tags[data-v-92532f3e]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-92532f3e]{font-family:Nunito!important}.multiselect__placeholder[data-v-92532f3e]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-92532f3e]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-92532f3e]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-92532f3e]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-92532f3e]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-92532f3e]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-92532f3e]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-92532f3e]{max-height:20vh!important}.multiselect__option--selected[data-v-92532f3e]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-92532f3e]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-92532f3e],.multiselect__single[data-v-92532f3e],.multiselect__tags input[data-v-92532f3e]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-92532f3e]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-92532f3e]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-92532f3e]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-92532f3e],.multiselect__single[data-v-92532f3e],.multiselect__tags input[data-v-92532f3e]{font-size:.78125vw}.multiselect__option[data-v-92532f3e]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-92532f3e]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-92532f3e]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-92532f3e],.multiselect__single[data-v-92532f3e],.multiselect__tags input[data-v-92532f3e]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-92532f3e]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-92532f3e]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-92532f3e]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-92532f3e],.multiselect__single[data-v-92532f3e],.multiselect__tags input[data-v-92532f3e]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-92532f3e]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-92532f3e]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-92532f3e]{font-size:15px}h1[data-v-92532f3e]{font-size:1.5rem}h2[data-v-92532f3e]{font-size:1.25rem}h3[data-v-92532f3e]{font-size:1.1rem}}.how-it-works-section[data-v-92532f3e]{--section-max-width: 84rem;--section-padding-inline: clamp(1rem, 4vw, 2.5rem);--section-padding-block: clamp(4rem, 9vw, 6.5rem);--radius-xl: 1.75rem;--radius-lg: 1.25rem;--text-color: #2b2b2b;--muted-text: #536861;--accent-color: #1c6758;--accent-soft: #26e5bc;--surface-color: rgba(255, 255, 255, .88);--surface-outline: rgba(28, 103, 88, .12);--line-color: rgba(28, 103, 88, .18);--placeholder-background: rgba(28, 103, 88, .06);--transition-speed: .26s;width:100%;padding:var(--section-padding-block) var(--section-padding-inline);color:var(--text-color);background:linear-gradient(180deg,#fff0,#81f1d91f),radial-gradient(circle at 20% 20%,rgba(38,229,188,.12),transparent 28%)}.section-inner[data-v-92532f3e]{width:100%;max-width:var(--section-max-width);margin:0 auto}.copy-block[data-v-92532f3e]{max-width:38rem;margin-bottom:1.5rem}.copy-block h2[data-v-92532f3e]{margin:.25rem 0 .5rem;font-family:Manrope;font-size:clamp(2rem,3vw,3rem);line-height:1.05;color:var(--accent-color)}.section-kicker[data-v-92532f3e]{margin:0;font-family:Nunito;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-text)}.section-subheading[data-v-92532f3e]{margin:0;font-family:Nunito;font-size:1rem;line-height:1.7;color:var(--muted-text)}.toggle[data-v-92532f3e]{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;width:100%;max-width:42rem;min-height:3.5rem;padding:.35rem;margin-bottom:2rem;border-radius:999px;background:#fffc;border:1px solid rgba(28,103,88,.1);box-shadow:0 16px 34px #1c675814}.toggle-indicator[data-v-92532f3e]{position:absolute;top:.35rem;left:.35rem;width:calc(50% - .35rem);height:calc(100% - .7rem);border-radius:999px;background:linear-gradient(135deg,#26e5bceb,#81f1d9eb);box-shadow:0 10px 25px #1c675829;transition:transform var(--transition-speed) ease}.toggle-option[data-v-92532f3e]{position:relative;z-index:1;min-height:44px;padding:.85rem 1rem;border:0;border-radius:999px;background:transparent;font-family:Nunito;font-size:.98rem;font-weight:800;color:var(--muted-text);cursor:pointer;transition:color var(--transition-speed) ease}.toggle-option.active[data-v-92532f3e]{color:var(--accent-color)}.steps-timeline[data-v-92532f3e]{position:relative;margin:0;padding:0;list-style:none;display:grid;gap:2rem}.steps-timeline[data-v-92532f3e]:before{content:"";position:absolute;left:1rem;top:1rem;bottom:1rem;width:2px;background:linear-gradient(180deg,rgba(38,229,188,.2),var(--line-color),rgba(38,229,188,.2))}.timeline-step[data-v-92532f3e]{position:relative;padding-left:3.75rem}.step-badge[data-v-92532f3e]{position:absolute;left:0;top:.25rem;width:2rem;height:2rem;border-radius:999px;background:linear-gradient(135deg,var(--accent-color),#2ca28c);color:#fff;font-family:Manrope;font-size:.85rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #1c675833}.step-content[data-v-92532f3e]{display:grid;gap:.9rem;padding:1rem;border-radius:var(--radius-xl);background:var(--surface-color);border:1px solid var(--surface-outline);box-shadow:0 18px 40px #1c675814}.step-content h3[data-v-92532f3e]{margin:0;font-family:Manrope;font-size:1.15rem;color:var(--accent-color)}.step-content p[data-v-92532f3e]{margin:0;font-family:Nunito;font-size:1rem;line-height:1.65;color:var(--muted-text)}.step-illustration[data-v-92532f3e]{width:100%;min-height:160px;border-radius:var(--radius-lg);border:2px solid rgba(28,103,88,.18);background-color:#1c675814;background-size:cover;background-repeat:no-repeat;box-shadow:inset 0 0 0 1px #1c67581a}.flow-switch-enter-active[data-v-92532f3e],.flow-switch-leave-active[data-v-92532f3e]{transition:opacity var(--transition-speed) ease,transform var(--transition-speed) ease}.flow-switch-enter-from[data-v-92532f3e],.flow-switch-leave-to[data-v-92532f3e]{opacity:0;transform:translateY(10px)}@media(min-width:768px){.toggle[data-v-92532f3e]{margin-bottom:3rem}.steps-timeline[data-v-92532f3e]{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;padding-top:5rem}.steps-timeline[data-v-92532f3e]:before{left:8%;right:8%;top:6rem;bottom:auto;width:auto;height:2px;background:linear-gradient(90deg,rgba(38,229,188,.25),var(--line-color),rgba(38,229,188,.25))}.timeline-step[data-v-92532f3e]{padding-left:0;padding-top:0}.step-badge[data-v-92532f3e]{left:50%;top:5rem;transform:translate(-50%);width:2.5rem;height:2.5rem;font-size:.95rem}.step-content[data-v-92532f3e]{padding:0;background:transparent;border:0;box-shadow:none;text-align:center}.step-illustration[data-v-92532f3e]{order:-1}}@media(max-width:767px){.toggle[data-v-92532f3e]{max-width:none}.toggle-option[data-v-92532f3e]{font-size:.92rem;padding-inline:.7rem}}fieldset[disabled] .multiselect[data-v-2214b722]{pointer-events:none}.multiselect__spinner[data-v-2214b722]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-2214b722]:before,.multiselect__spinner[data-v-2214b722]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-2214b722]:before{animation:spinning-2214b722 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-2214b722]:after{animation:spinning-2214b722 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-2214b722],.multiselect__loading-leave-active[data-v-2214b722]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-2214b722],.multiselect__loading-leave-active[data-v-2214b722]{opacity:0}.multiselect[data-v-2214b722],.multiselect__input[data-v-2214b722],.multiselect__single[data-v-2214b722]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-2214b722]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-2214b722] *{box-sizing:border-box}.multiselect[data-v-2214b722]:focus{outline:none}.multiselect--disabled[data-v-2214b722]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-2214b722]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-2214b722],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-2214b722],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-2214b722]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-2214b722]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-2214b722],.multiselect--above.multiselect--active .multiselect__input[data-v-2214b722],.multiselect--above.multiselect--active .multiselect__tags[data-v-2214b722]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-2214b722],.multiselect__single[data-v-2214b722]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-2214b722]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-2214b722],.multiselect__tag~.multiselect__single[data-v-2214b722]{width:auto}.multiselect__input[data-v-2214b722]:hover,.multiselect__single[data-v-2214b722]:hover{border-color:#cfcfcf}.multiselect__input[data-v-2214b722]:focus,.multiselect__single[data-v-2214b722]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-2214b722]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-2214b722]{display:inline}.multiselect__tags[data-v-2214b722]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-2214b722]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-2214b722]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-2214b722]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-2214b722]:focus:after,.multiselect__tag-icon[data-v-2214b722]:hover:after{color:#fff}.multiselect__current[data-v-2214b722]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-2214b722]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-2214b722]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-2214b722]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-2214b722]{display:none}.multiselect__content-wrapper[data-v-2214b722]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-2214b722]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-2214b722]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-2214b722]::-webkit-scrollbar{display:none}.multiselect__element[data-v-2214b722]{display:block}.multiselect__option[data-v-2214b722]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-2214b722]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-2214b722]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-2214b722]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-2214b722]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-2214b722]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-2214b722]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-2214b722]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-2214b722],.multiselect--disabled .multiselect__select[data-v-2214b722]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-2214b722]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-2214b722]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-2214b722]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-2214b722]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-2214b722]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-2214b722]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-2214b722]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-2214b722],.multiselect-leave-active[data-v-2214b722]{transition:all .15s ease}.multiselect-enter[data-v-2214b722],.multiselect-leave-active[data-v-2214b722]{opacity:0}.multiselect__strong[data-v-2214b722]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-2214b722]{text-align:right}[dir=rtl] .multiselect__select[data-v-2214b722]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-2214b722]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-2214b722]{text-align:right}[dir=rtl] .multiselect__option[data-v-2214b722]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-2214b722]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-2214b722]{right:auto;left:1px}@keyframes spinning-2214b722{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-2214b722]{margin:0;padding:0;box-sizing:border-box}body[data-v-2214b722]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-2214b722]{min-height:0}.multiselect__select[data-v-2214b722]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-2214b722]:before{margin-top:0;top:0}.multiselect__tags[data-v-2214b722]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-2214b722]{font-family:Nunito!important}.multiselect__placeholder[data-v-2214b722]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-2214b722]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-2214b722]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-2214b722]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-2214b722]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-2214b722]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-2214b722]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-2214b722]{max-height:20vh!important}.multiselect__option--selected[data-v-2214b722]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-2214b722]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-2214b722],.multiselect__single[data-v-2214b722],.multiselect__tags input[data-v-2214b722]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-2214b722]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-2214b722]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-2214b722]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-2214b722],.multiselect__single[data-v-2214b722],.multiselect__tags input[data-v-2214b722]{font-size:.78125vw}.multiselect__option[data-v-2214b722]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-2214b722]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-2214b722]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-2214b722],.multiselect__single[data-v-2214b722],.multiselect__tags input[data-v-2214b722]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-2214b722]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-2214b722]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-2214b722]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-2214b722],.multiselect__single[data-v-2214b722],.multiselect__tags input[data-v-2214b722]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-2214b722]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-2214b722]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-2214b722]{font-size:15px}h1[data-v-2214b722]{font-size:1.5rem}h2[data-v-2214b722]{font-size:1.25rem}h3[data-v-2214b722]{font-size:1.1rem}}.page-container[data-v-2214b722]{width:100%;min-height:100%}fieldset[disabled] .multiselect[data-v-c8ac0b83]{pointer-events:none}.multiselect__spinner[data-v-c8ac0b83]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-c8ac0b83]:before,.multiselect__spinner[data-v-c8ac0b83]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-c8ac0b83]:before{animation:spinning-c8ac0b83 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-c8ac0b83]:after{animation:spinning-c8ac0b83 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-c8ac0b83],.multiselect__loading-leave-active[data-v-c8ac0b83]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-c8ac0b83],.multiselect__loading-leave-active[data-v-c8ac0b83]{opacity:0}.multiselect[data-v-c8ac0b83],.multiselect__input[data-v-c8ac0b83],.multiselect__single[data-v-c8ac0b83]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-c8ac0b83]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-c8ac0b83] *{box-sizing:border-box}.multiselect[data-v-c8ac0b83]:focus{outline:none}.multiselect--disabled[data-v-c8ac0b83]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-c8ac0b83]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-c8ac0b83],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-c8ac0b83],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-c8ac0b83]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-c8ac0b83]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-c8ac0b83],.multiselect--above.multiselect--active .multiselect__input[data-v-c8ac0b83],.multiselect--above.multiselect--active .multiselect__tags[data-v-c8ac0b83]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-c8ac0b83],.multiselect__single[data-v-c8ac0b83]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-c8ac0b83]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-c8ac0b83],.multiselect__tag~.multiselect__single[data-v-c8ac0b83]{width:auto}.multiselect__input[data-v-c8ac0b83]:hover,.multiselect__single[data-v-c8ac0b83]:hover{border-color:#cfcfcf}.multiselect__input[data-v-c8ac0b83]:focus,.multiselect__single[data-v-c8ac0b83]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-c8ac0b83]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-c8ac0b83]{display:inline}.multiselect__tags[data-v-c8ac0b83]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-c8ac0b83]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-c8ac0b83]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-c8ac0b83]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-c8ac0b83]:focus:after,.multiselect__tag-icon[data-v-c8ac0b83]:hover:after{color:#fff}.multiselect__current[data-v-c8ac0b83]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-c8ac0b83]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-c8ac0b83]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-c8ac0b83]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-c8ac0b83]{display:none}.multiselect__content-wrapper[data-v-c8ac0b83]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-c8ac0b83]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-c8ac0b83]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-c8ac0b83]::-webkit-scrollbar{display:none}.multiselect__element[data-v-c8ac0b83]{display:block}.multiselect__option[data-v-c8ac0b83]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-c8ac0b83]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-c8ac0b83]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-c8ac0b83]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-c8ac0b83]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-c8ac0b83]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-c8ac0b83]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-c8ac0b83]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-c8ac0b83],.multiselect--disabled .multiselect__select[data-v-c8ac0b83]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-c8ac0b83]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-c8ac0b83]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-c8ac0b83]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-c8ac0b83]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-c8ac0b83]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-c8ac0b83]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-c8ac0b83]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-c8ac0b83],.multiselect-leave-active[data-v-c8ac0b83]{transition:all .15s ease}.multiselect-enter[data-v-c8ac0b83],.multiselect-leave-active[data-v-c8ac0b83]{opacity:0}.multiselect__strong[data-v-c8ac0b83]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-c8ac0b83]{text-align:right}[dir=rtl] .multiselect__select[data-v-c8ac0b83]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-c8ac0b83]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-c8ac0b83]{text-align:right}[dir=rtl] .multiselect__option[data-v-c8ac0b83]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-c8ac0b83]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-c8ac0b83]{right:auto;left:1px}@keyframes spinning-c8ac0b83{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-c8ac0b83]{margin:0;padding:0;box-sizing:border-box}body[data-v-c8ac0b83]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-c8ac0b83]{min-height:0}.multiselect__select[data-v-c8ac0b83]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-c8ac0b83]:before{margin-top:0;top:0}.multiselect__tags[data-v-c8ac0b83]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-c8ac0b83]{font-family:Nunito!important}.multiselect__placeholder[data-v-c8ac0b83]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-c8ac0b83]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-c8ac0b83]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-c8ac0b83]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-c8ac0b83]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-c8ac0b83]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-c8ac0b83]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-c8ac0b83]{max-height:20vh!important}.multiselect__option--selected[data-v-c8ac0b83]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-c8ac0b83]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-c8ac0b83],.multiselect__single[data-v-c8ac0b83],.multiselect__tags input[data-v-c8ac0b83]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-c8ac0b83]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-c8ac0b83]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-c8ac0b83]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-c8ac0b83],.multiselect__single[data-v-c8ac0b83],.multiselect__tags input[data-v-c8ac0b83]{font-size:.78125vw}.multiselect__option[data-v-c8ac0b83]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-c8ac0b83]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-c8ac0b83]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-c8ac0b83],.multiselect__single[data-v-c8ac0b83],.multiselect__tags input[data-v-c8ac0b83]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-c8ac0b83]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-c8ac0b83]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-c8ac0b83]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-c8ac0b83],.multiselect__single[data-v-c8ac0b83],.multiselect__tags input[data-v-c8ac0b83]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-c8ac0b83]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-c8ac0b83]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-c8ac0b83]{font-size:15px}h1[data-v-c8ac0b83]{font-size:1.5rem}h2[data-v-c8ac0b83]{font-size:1.25rem}h3[data-v-c8ac0b83]{font-size:1.1rem}}@media screen and (max-width:850px){.input-box[data-v-c8ac0b83]{font-size:calc(40 / 1920 * 100vw)}.input-box-container[data-v-c8ac0b83]{height:calc(130 / 1920 * 100vw)}.input-box-container legend[data-v-c8ac0b83]{font-size:calc(25 / 1920 * 100vw);margin:-.625vw;margin-inline-start:calc(110 / 1920 * 100vw)}}@media screen and (max-width:575px){.input-box[data-v-c8ac0b83]{font-size:2.34375vw}.input-box-container[data-v-c8ac0b83]{height:calc(140 / 1920 * 100vw)}.input-box-container legend[data-v-c8ac0b83]{font-size:calc(25 / 1920 * 100vw);margin:-.625vw;margin-inline-start:calc(110 / 1920 * 100vw)}}@media screen and (max-width:500px){.input-box[data-v-c8ac0b83]{font-size:2.34375vw}.input-box-container[data-v-c8ac0b83]{height:calc(145 / 1920 * 100vw)}.input-box-container legend[data-v-c8ac0b83]{font-size:calc(27.5 / 1920 * 100vw);margin:-.625vw;margin-inline-start:calc(110 / 1920 * 100vw)}}@media screen and (min-width:850px){.input-box[data-v-c8ac0b83]{font-size:calc(16 / 1920 * 100vw)}.input-box-container[data-v-c8ac0b83]{height:calc(55 / 1920 * 100vw)}.input-box-container legend[data-v-c8ac0b83]{font-size:calc(10 / 1920 * 100vw);margin:-.3125vw;margin-inline-start:calc(55 / 1920 * 100vw)}}@keyframes subtleWiggle-c8ac0b83{0%,to{transform:translateY(0)}25%{transform:translateY(-1px)}75%{transform:translateY(1px)}}.input-box-container[data-v-c8ac0b83]{position:relative;display:flex;font-family:Nunito;border-radius:30px;border:1px solid #1C6758}.input-box-container[data-v-c8ac0b83]:focus-within{box-shadow:0 0 5px 2px #17826d80}.input-box-container[data-v-c8ac0b83]:focus-within .input-icon-container svg{animation:subtleWiggle-c8ac0b83 5s ease-in-out infinite}.input-box-container legend[data-v-c8ac0b83]{position:relative;z-index:20}[data-v-c8ac0b83] .input-icon-container{aspect-ratio:1/1;border-top-left-radius:30px;border-bottom-left-radius:30px;display:flex;align-items:center;justify-content:center;padding-left:5px;border-right:1px solid lightgray}[data-v-c8ac0b83] .input-icon-container svg{width:50%;aspect-ratio:1/1}.input-box[data-v-c8ac0b83]{width:100%;height:100%;border:none;outline:none;border-top-right-radius:30px;border-bottom-right-radius:30px;padding-left:5px}.optional-buttons[data-v-c8ac0b83]{position:absolute;display:flex;align-items:center;justify-content:flex-end;right:5%;top:50%;transform:translateY(-50%);height:50%;left:75%}.optional-buttons button[data-v-c8ac0b83]{width:50%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:transparent;padding:0}.optional-buttons button svg[data-v-c8ac0b83]{width:75%;transition:color .2s ease-in-out}.optional-buttons .optional-deleter[data-v-c8ac0b83]:hover{color:red}fieldset[disabled] .multiselect[data-v-028e3673]{pointer-events:none}.multiselect__spinner[data-v-028e3673]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-028e3673]:before,.multiselect__spinner[data-v-028e3673]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-028e3673]:before{animation:spinning-028e3673 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-028e3673]:after{animation:spinning-028e3673 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-028e3673],.multiselect__loading-leave-active[data-v-028e3673]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-028e3673],.multiselect__loading-leave-active[data-v-028e3673]{opacity:0}.multiselect[data-v-028e3673],.multiselect__input[data-v-028e3673],.multiselect__single[data-v-028e3673]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-028e3673]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-028e3673] *{box-sizing:border-box}.multiselect[data-v-028e3673]:focus{outline:none}.multiselect--disabled[data-v-028e3673]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-028e3673]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-028e3673],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-028e3673],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-028e3673]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-028e3673]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-028e3673],.multiselect--above.multiselect--active .multiselect__input[data-v-028e3673],.multiselect--above.multiselect--active .multiselect__tags[data-v-028e3673]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-028e3673],.multiselect__single[data-v-028e3673]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-028e3673]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-028e3673],.multiselect__tag~.multiselect__single[data-v-028e3673]{width:auto}.multiselect__input[data-v-028e3673]:hover,.multiselect__single[data-v-028e3673]:hover{border-color:#cfcfcf}.multiselect__input[data-v-028e3673]:focus,.multiselect__single[data-v-028e3673]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-028e3673]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-028e3673]{display:inline}.multiselect__tags[data-v-028e3673]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-028e3673]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-028e3673]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-028e3673]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-028e3673]:focus:after,.multiselect__tag-icon[data-v-028e3673]:hover:after{color:#fff}.multiselect__current[data-v-028e3673]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-028e3673]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-028e3673]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-028e3673]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-028e3673]{display:none}.multiselect__content-wrapper[data-v-028e3673]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-028e3673]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-028e3673]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-028e3673]::-webkit-scrollbar{display:none}.multiselect__element[data-v-028e3673]{display:block}.multiselect__option[data-v-028e3673]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-028e3673]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-028e3673]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-028e3673]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-028e3673]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-028e3673]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-028e3673]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-028e3673]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-028e3673],.multiselect--disabled .multiselect__select[data-v-028e3673]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-028e3673]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-028e3673]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-028e3673]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-028e3673]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-028e3673]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-028e3673]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-028e3673]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-028e3673],.multiselect-leave-active[data-v-028e3673]{transition:all .15s ease}.multiselect-enter[data-v-028e3673],.multiselect-leave-active[data-v-028e3673]{opacity:0}.multiselect__strong[data-v-028e3673]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-028e3673]{text-align:right}[dir=rtl] .multiselect__select[data-v-028e3673]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-028e3673]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-028e3673]{text-align:right}[dir=rtl] .multiselect__option[data-v-028e3673]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-028e3673]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-028e3673]{right:auto;left:1px}@keyframes spinning-028e3673{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-028e3673]{margin:0;padding:0;box-sizing:border-box}body[data-v-028e3673]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-028e3673]{min-height:0}.multiselect__select[data-v-028e3673]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-028e3673]:before{margin-top:0;top:0}.multiselect__tags[data-v-028e3673]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-028e3673]{font-family:Nunito!important}.multiselect__placeholder[data-v-028e3673]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-028e3673]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-028e3673]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-028e3673]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-028e3673]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-028e3673]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-028e3673]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-028e3673]{max-height:20vh!important}.multiselect__option--selected[data-v-028e3673]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-028e3673]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-028e3673],.multiselect__single[data-v-028e3673],.multiselect__tags input[data-v-028e3673]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-028e3673]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-028e3673]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-028e3673]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-028e3673],.multiselect__single[data-v-028e3673],.multiselect__tags input[data-v-028e3673]{font-size:.78125vw}.multiselect__option[data-v-028e3673]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-028e3673]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-028e3673]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-028e3673],.multiselect__single[data-v-028e3673],.multiselect__tags input[data-v-028e3673]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-028e3673]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-028e3673]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-028e3673]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-028e3673],.multiselect__single[data-v-028e3673],.multiselect__tags input[data-v-028e3673]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-028e3673]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-028e3673]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-028e3673]{font-size:15px}h1[data-v-028e3673]{font-size:1.5rem}h2[data-v-028e3673]{font-size:1.25rem}h3[data-v-028e3673]{font-size:1.1rem}}@media screen and (min-width:1150px){[data-v-028e3673] .tooltip{font-size:calc(10 / 1920 * 100vw)}.text-half-login[data-v-028e3673]{padding:3.125vw}[data-v-028e3673] input[type=checkbox]{width:.9375vw;height:.9375vw}[data-v-028e3673] .divider-container,[data-v-028e3673] .sign-up{font-size:calc(14 / 1920 * 100vw)}[data-v-028e3673] .alt-login svg{width:calc(20 / 1920 * 100vw);height:calc(20 / 1920 * 100vw)}[data-v-028e3673] .login-logo{font-size:.78125vw}[data-v-028e3673] .login-logo .logo-icon{width:calc(25 / 1920 * 100vw)}.login-box[data-v-028e3673]{aspect-ratio:2/1}[data-v-028e3673] .login-header{font-size:3vw}[data-v-028e3673] .login-para{font-size:.78125vw}[data-v-028e3673] .social-hint{font-size:calc(13 / 1920 * 100vw)}[data-v-028e3673] .login-btn{font-size:calc(20 / 1920 * 100vw)}[data-v-028e3673] .forgot-password,[data-v-028e3673] .remember-me-container{font-size:calc(14 / 1920 * 100vw)}}@media screen and (max-width:1150px){[data-v-028e3673] .tooltip{font-size:.625vw}.text-half-login[data-v-028e3673]{padding:calc(50 / 1920 * 100vw)}[data-v-028e3673] input[type=checkbox]{width:.9375vw;height:.9375vw}[data-v-028e3673] .divider-container{font-size:.9375vw}[data-v-028e3673] .sign-up{font-size:calc(14 / 1920 * 100vw)}[data-v-028e3673] .alt-login svg{width:calc(20 / 1920 * 100vw);height:calc(20 / 1920 * 100vw)}[data-v-028e3673] .login-logo{font-size:.78125vw}[data-v-028e3673] .login-logo .logo-icon{width:calc(25 / 1920 * 100vw)}.login-box[data-v-028e3673]{aspect-ratio:2/1}[data-v-028e3673] .login-header{font-size:calc(59 / 1920 * 100vw)}[data-v-028e3673] .login-para{font-size:.9375vw}[data-v-028e3673] .social-hint{font-size:calc(13 / 1920 * 100vw)}[data-v-028e3673] .login-btn{font-size:calc(20 / 1920 * 100vw)}[data-v-028e3673] .forgot-password,[data-v-028e3673] .remember-me-container{font-size:calc(16 / 1920 * 100vw)}}@media screen and (max-width:850px){[data-v-028e3673] .tooltip{font-size:1.5625vw}.text-half-login[data-v-028e3673]{padding:calc(80 / 1920 * 100vw)}[data-v-028e3673] input[type=checkbox]{width:calc(28 / 1920 * 100vw);height:calc(28 / 1920 * 100vw)}[data-v-028e3673] .sign-up{font-size:calc(28 / 1920 * 100vw)}[data-v-028e3673] .alt-login svg{width:2.34375vw;height:2.34375vw}.graphic-half-login[data-v-028e3673]{display:none}.login-box[data-v-028e3673]{aspect-ratio:4/5}[data-v-028e3673] .login-logo{font-size:2.34375vw}[data-v-028e3673] .login-logo .logo-icon{width:3.90625vw}[data-v-028e3673] .login-header{font-size:calc(118 / 1920 * 100vw)}[data-v-028e3673] .login-para{font-size:calc(37.5 / 1920 * 100vw)}[data-v-028e3673] .social-hint{font-size:calc(34 / 1920 * 100vw)}[data-v-028e3673] .login-btn{font-size:calc(50 / 1920 * 100vw)}[data-v-028e3673] .forgot-password,[data-v-028e3673] .remember-me-container{font-size:calc(35 / 1920 * 100vw)}[data-v-028e3673] .divider-container{font-size:calc(40 / 1920 * 100vw)}}@media screen and (max-width:550px){[data-v-028e3673] .tooltip{font-size:1.5625vw}.text-half-login[data-v-028e3673]{padding:3.125vw}[data-v-028e3673] input[type=checkbox]{width:1.875vw;height:1.875vw}[data-v-028e3673] .sign-up{font-size:calc(28 / 1920 * 100vw)}[data-v-028e3673] .alt-login svg{width:2.34375vw;height:2.34375vw}.graphic-half-login[data-v-028e3673]{display:none}.login-box[data-v-028e3673]{aspect-ratio:4/5}[data-v-028e3673] .login-logo{font-size:2.34375vw}[data-v-028e3673] .login-logo .logo-icon{width:3.90625vw}[data-v-028e3673] .login-header{font-size:calc(118 / 1920 * 100vw)}[data-v-028e3673] .login-para{font-size:calc(37.5 / 1920 * 100vw)}[data-v-028e3673] .social-hint{font-size:calc(34 / 1920 * 100vw)}[data-v-028e3673] .login-btn{font-size:calc(50 / 1920 * 100vw)}[data-v-028e3673] .forgot-password,[data-v-028e3673] .remember-me-container{font-size:calc(35 / 1920 * 100vw)}[data-v-028e3673] .divider-container{font-size:calc(50 / 1920 * 100vw)}}[data-v-028e3673] .fade-enter-active,[data-v-028e3673] .fade-leave-active{transition:opacity .5s ease}[data-v-028e3673] .fade-enter-from,[data-v-028e3673] .fade-leave-to{opacity:0}[data-v-028e3673] input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #999;border-radius:calc(4 / 1920 * 100vw);cursor:pointer;position:relative;transition:background .2s ease}[data-v-028e3673] input[type=checkbox]:checked{background-color:#26e5bc;border-color:transparent}[data-v-028e3673] input[type=checkbox]:checked:after{content:"";position:absolute;top:40%;left:50%;width:40%;height:80%;border:solid white;border-width:0 .2vw .2vw 0;border-radius:2px;transform:translate(-50%,-50%) rotate(45deg)}.login-container[data-v-028e3673]{color:#2b2b2b;width:100%;height:100dvh;display:flex;align-items:center;justify-content:center;background-color:#e6faf5}.login-box[data-v-028e3673]{width:72%;background-color:#f7fdfc;border-radius:30px;display:flex;overflow:hidden}.text-half-login[data-v-028e3673]{flex:1;display:grid;padding-top:0;font-family:Manrope;grid-template-rows:repeat(20,1fr)}.text-half-login[data-v-028e3673] .login-logo{display:flex;align-items:center;grid-row:2/3;height:100%;column-gap:10px}.text-half-login[data-v-028e3673] .login-logo .logo-icon{aspect-ratio:1/1}.text-half-login[data-v-028e3673] .login-header-container{grid-row:4/5}.text-half-login[data-v-028e3673] .login-header-container .login-header{color:#1c6758}.text-half-login[data-v-028e3673] .login-header-container .social-hint a{text-decoration:underline;color:#1c6758;cursor:pointer}.graphic-half-login[data-v-028e3673]{flex:1;padding:.5vw}.graphic-half-login[data-v-028e3673] .carousel-container{padding:1vw;width:100%;height:100%;border-radius:30px;background-color:#17826d}.graphic-half-login[data-v-028e3673] .carousel-item{width:100%;height:90%;display:flex;flex-direction:column}.graphic-half-login[data-v-028e3673] .image-container{height:90%;width:100%;display:flex;align-items:center;justify-content:center}.graphic-half-login[data-v-028e3673] .image-container img{height:100%}.graphic-half-login[data-v-028e3673] .image-caption{height:10%;width:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito;color:#fff;font-size:.78125vw}.graphic-half-login[data-v-028e3673] .slide-indicator-container{height:10%;width:100%;display:flex;align-items:center;justify-content:center}.graphic-half-login[data-v-028e3673] .slide-indicator{width:80px;aspect-ratio:3/1;display:flex;justify-content:space-evenly;align-items:center;background-color:#1c675880;border-radius:5px}.graphic-half-login[data-v-028e3673] .dot{width:4px;aspect-ratio:1/1;border-radius:50%}.graphic-half-login[data-v-028e3673] .filled{background-color:#fff}[data-v-028e3673] .login-btn-container{grid-row:18/21;display:flex;flex-direction:column;row-gap:calc(10 / 1920 * 100vw)}[data-v-028e3673] .sign-up{color:#1c6758;text-decoration:underline;cursor:pointer;width:fit-content}[data-v-028e3673] .login-btn-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%}[data-v-028e3673] .login-btn{height:100%;aspect-ratio:4/1;font-family:Nunito;border-radius:14px;background:linear-gradient(to right,#81f1d9,#83f1d9);cursor:pointer;border:4px solid hsl(170,60%,98%);transition:box-shadow .4s ease}[data-v-028e3673] .login-btn:hover{box-shadow:0 0 0 4px #26e5bc}[data-v-028e3673] .login-btn:disabled{opacity:.7;cursor:not-allowed}[data-v-028e3673] .login-inputs{display:flex;flex-direction:column;justify-content:center;row-gap:10px}[data-v-028e3673] .login-input-wrapper{width:50%}[data-v-028e3673] .metadata-container{width:50%;display:flex;align-items:center;justify-content:space-between}[data-v-028e3673] .forgot-password{color:#1c6758;text-decoration:underline;cursor:pointer;width:fit-content}[data-v-028e3673] .remember-me-container{display:flex;align-items:center;column-gap:5px;color:#1c6758}[data-v-028e3673] .alternatives-container{display:flex;align-items:center;justify-content:center;column-gap:5px;grid-row:6/8}[data-v-028e3673] .alt-login{position:relative;display:flex;align-items:center;justify-content:center;height:100%;aspect-ratio:1/1;border-radius:30px;border:none;cursor:pointer;background-color:#81f1d9;border:2px solid hsl(170,60%,98%);transition:box-shadow .4s ease}[data-v-028e3673] .alt-login:hover{box-shadow:0 0 0 2px #26e5bc}[data-v-028e3673] .alt-login:hover .tooltip{opacity:1}[data-v-028e3673] .alt-login .tooltip{position:absolute;width:110%;height:50%;top:-50%;left:-5%;background-color:#00000080;display:flex;opacity:0;align-items:center;justify-content:center;color:#fff;padding:10px;transition:opacity .5s ease-in-out}[data-v-028e3673] .divider-container{grid-row:9/10;display:flex;align-items:center;justify-content:center;column-gap:10px;width:100%}[data-v-028e3673] .divider-container hr{width:100%;height:1px;margin-top:calc(2.5 / 1920 * 100vw);opacity:.5}fieldset[disabled] .multiselect[data-v-af2318a3]{pointer-events:none}.multiselect__spinner[data-v-af2318a3]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-af2318a3]:before,.multiselect__spinner[data-v-af2318a3]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-af2318a3]:before{animation:spinning-af2318a3 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-af2318a3]:after{animation:spinning-af2318a3 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-af2318a3],.multiselect__loading-leave-active[data-v-af2318a3]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-af2318a3],.multiselect__loading-leave-active[data-v-af2318a3]{opacity:0}.multiselect[data-v-af2318a3],.multiselect__input[data-v-af2318a3],.multiselect__single[data-v-af2318a3]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-af2318a3]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-af2318a3] *{box-sizing:border-box}.multiselect[data-v-af2318a3]:focus{outline:none}.multiselect--disabled[data-v-af2318a3]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-af2318a3]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-af2318a3],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-af2318a3],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-af2318a3]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-af2318a3]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-af2318a3],.multiselect--above.multiselect--active .multiselect__input[data-v-af2318a3],.multiselect--above.multiselect--active .multiselect__tags[data-v-af2318a3]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-af2318a3],.multiselect__single[data-v-af2318a3]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-af2318a3]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-af2318a3],.multiselect__tag~.multiselect__single[data-v-af2318a3]{width:auto}.multiselect__input[data-v-af2318a3]:hover,.multiselect__single[data-v-af2318a3]:hover{border-color:#cfcfcf}.multiselect__input[data-v-af2318a3]:focus,.multiselect__single[data-v-af2318a3]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-af2318a3]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-af2318a3]{display:inline}.multiselect__tags[data-v-af2318a3]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-af2318a3]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-af2318a3]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-af2318a3]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-af2318a3]:focus:after,.multiselect__tag-icon[data-v-af2318a3]:hover:after{color:#fff}.multiselect__current[data-v-af2318a3]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-af2318a3]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-af2318a3]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-af2318a3]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-af2318a3]{display:none}.multiselect__content-wrapper[data-v-af2318a3]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-af2318a3]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-af2318a3]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-af2318a3]::-webkit-scrollbar{display:none}.multiselect__element[data-v-af2318a3]{display:block}.multiselect__option[data-v-af2318a3]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-af2318a3]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-af2318a3]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-af2318a3]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-af2318a3]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-af2318a3]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-af2318a3]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-af2318a3]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-af2318a3],.multiselect--disabled .multiselect__select[data-v-af2318a3]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-af2318a3]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-af2318a3]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-af2318a3]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-af2318a3]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-af2318a3]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-af2318a3]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-af2318a3]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-af2318a3],.multiselect-leave-active[data-v-af2318a3]{transition:all .15s ease}.multiselect-enter[data-v-af2318a3],.multiselect-leave-active[data-v-af2318a3]{opacity:0}.multiselect__strong[data-v-af2318a3]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-af2318a3]{text-align:right}[dir=rtl] .multiselect__select[data-v-af2318a3]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-af2318a3]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-af2318a3]{text-align:right}[dir=rtl] .multiselect__option[data-v-af2318a3]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-af2318a3]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-af2318a3]{right:auto;left:1px}@keyframes spinning-af2318a3{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-af2318a3]{margin:0;padding:0;box-sizing:border-box}body[data-v-af2318a3]{width:100vw;height:100vh;overflow-x:hidden}.meta-button .icon-container[data-v-af2318a3],.notifications-dropdown .notif-block .selection-track[data-v-af2318a3]{width:100%;height:100%}.meta-button .icon-container[data-v-af2318a3],.modal-settings-container[data-v-af2318a3],.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .multiselect-wrapper[data-v-af2318a3],.modal-settings-container .modal-settings-content .close-btn[data-v-af2318a3]{display:flex;justify-content:center;align-items:center}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-af2318a3]{min-height:0}.multiselect__select[data-v-af2318a3]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-af2318a3]:before{margin-top:0;top:0}.multiselect__tags[data-v-af2318a3]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-af2318a3]{font-family:Nunito!important}.multiselect__placeholder[data-v-af2318a3]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-af2318a3]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-af2318a3]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-af2318a3]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-af2318a3]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-af2318a3]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-af2318a3]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-af2318a3]{max-height:20vh!important}.multiselect__option--selected[data-v-af2318a3]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-af2318a3]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-af2318a3],.multiselect__single[data-v-af2318a3],.multiselect__tags input[data-v-af2318a3]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-af2318a3]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-af2318a3]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-af2318a3]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-af2318a3],.multiselect__single[data-v-af2318a3],.multiselect__tags input[data-v-af2318a3]{font-size:.78125vw}.multiselect__option[data-v-af2318a3]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-af2318a3]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-af2318a3]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-af2318a3],.multiselect__single[data-v-af2318a3],.multiselect__tags input[data-v-af2318a3]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-af2318a3]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-af2318a3]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-af2318a3]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-af2318a3],.multiselect__single[data-v-af2318a3],.multiselect__tags input[data-v-af2318a3]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-af2318a3]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-af2318a3]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-af2318a3]{font-size:15px}h1[data-v-af2318a3]{font-size:1.5rem}h2[data-v-af2318a3]{font-size:1.25rem}h3[data-v-af2318a3]{font-size:1.1rem}}.meta-container[data-v-af2318a3]{width:100%;display:flex;align-items:center}.page-header[data-v-af2318a3]{font-family:Manrope;margin-right:auto;color:#1c6758}.meta-button[data-v-af2318a3]{position:relative;width:44px;height:44px;min-width:44px;min-height:44px;border:none;background-color:transparent;cursor:pointer;padding:0}.meta-button .icon-container[data-v-af2318a3]{position:relative}.meta-button .icon-container[data-v-af2318a3] svg{width:20px;height:20px;max-width:20px;max-height:20px}.meta-button--alert[data-v-af2318a3]{border-radius:999px;background:#3a7afe1a}.meta-button--pulse .icon-container[data-v-af2318a3]{animation:metaNotifPulse-af2318a3 1.6s ease-in-out infinite}.notification-count[data-v-af2318a3]{position:absolute;top:1px;right:1px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-family:Manrope;font-size:11px;line-height:18px;text-align:center;box-shadow:0 6px 16px #ef444447}.notifications-dropdown[data-v-af2318a3]{position:absolute;top:100%;right:0;max-height:40dvh;overflow-y:scroll;background-color:#f7fdfc;border-radius:10px;border:1px solid rgba(211,211,211,.5);z-index:999}.notifications-dropdown .notif-block[data-v-af2318a3]{width:100%;padding:.5rem;display:flex;flex-direction:column;row-gap:6px;border-bottom:1px solid rgba(211,211,211,.5)}.notifications-dropdown .notif-block .label-track[data-v-af2318a3]{display:flex;align-items:center;justify-content:space-between;font-family:Nunito}.notifications-dropdown .notif-block .label-track .title-label[data-v-af2318a3]{max-width:70%;width:70%;text-overflow:ellipsis;text-wrap:nowrap;white-space:nowrap;overflow:hidden;text-align:left}.notifications-dropdown .notif-block .label-track .grade-label[data-v-af2318a3]{max-width:25%;width:25%;text-overflow:ellipsis;text-wrap:nowrap;white-space:nowrap;overflow:hidden;text-align:right}.notifications-dropdown .notif-block .submit-track button[data-v-af2318a3]{font-size:12px;cursor:pointer}.notifications-dropdown .notif-block .submit-track .delete-btn[data-v-af2318a3]{display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:10px;border:1px solid rgb(211,211,211);padding:.5vw;column-gap:5px}.notifications-dropdown .notif-block .submit-track .apply-btn[data-v-af2318a3]{background-color:#26e5bc;color:#fff;border-radius:10px;border:1px solid rgb(211,211,211);padding:.5vw}.notifications-dropdown .notif-block .selection-track[data-v-af2318a3]{display:flex}.notifications-dropdown .notif-block .selection-track p[data-v-af2318a3]{font-family:Nunito;margin:0}.notifications-dropdown .notif-block--actionable[data-v-af2318a3]{cursor:pointer;transition:background-color .2s ease}.notifications-dropdown .notif-block--actionable[data-v-af2318a3]:hover{background:#3a7afe0d}.notifications-dropdown .notif-block--empty p[data-v-af2318a3]{margin:0;font-family:Nunito;color:#0f172aa6}.notifications-dropdown .title-block label[data-v-af2318a3]{font-family:Manrope}@keyframes metaNotifPulse-af2318a3{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}[data-v-af2318a3]::-webkit-scrollbar{width:0}@media screen and (max-width:1025px){.modal-settings-content[data-v-af2318a3]{flex-direction:column;width:min(100%,760px)!important;height:min(88dvh,820px)!important}.settings-sidebar[data-v-af2318a3]{display:none}.text-container[data-v-af2318a3]{width:100%;height:100%;padding:clamp(1rem,3vw,1.5rem)!important}.page-header[data-v-af2318a3]{font-size:3.125vw}.meta-button[data-v-af2318a3]{margin-left:1rem}.notifications-dropdown[data-v-af2318a3]{width:30vw}.title-block label[data-v-af2318a3]{font-size:calc(40 / 1920 * 100vw)}.label-track .title-label[data-v-af2318a3]{font-size:calc(35 / 1920 * 100vw)}.label-track .grade-label[data-v-af2318a3],.selection-track[data-v-af2318a3]{font-size:1.5625vw}}@media screen and (min-width:1025px){.settings-sidebar[data-v-af2318a3]{display:flex}.text-container[data-v-af2318a3]{width:90%;height:100%}.page-header[data-v-af2318a3]{font-size:calc(35 / 1920 * 100vw)}.meta-button[data-v-af2318a3]{margin-left:1rem}.notifications-dropdown[data-v-af2318a3]{width:12vw}.title-block label[data-v-af2318a3]{font-size:calc(16 / 1920 * 100vw)}.label-track .title-label[data-v-af2318a3]{font-size:calc(13 / 1920 * 100vw)}.label-track .grade-label[data-v-af2318a3]{font-size:calc(10 / 1920 * 100vw)}.selection-track[data-v-af2318a3]{font-size:calc(11 / 1920 * 100vw)}}@media screen and (max-width:950px){.page-header[data-v-af2318a3]{font-size:calc(50 / 1920 * 100vw)}.meta-button[data-v-af2318a3]{margin-left:1rem}.notifications-dropdown[data-v-af2318a3]{width:30vw}.title-block label[data-v-af2318a3]{font-size:calc(40 / 1920 * 100vw)}.label-track .title-label[data-v-af2318a3]{font-size:calc(35 / 1920 * 100vw)}.label-track .grade-label[data-v-af2318a3],.selection-track[data-v-af2318a3]{font-size:1.5625vw}}@media screen and (max-width:550px){.page-header[data-v-af2318a3]{font-size:calc(70 / 1920 * 100vw)}.meta-button[data-v-af2318a3]{height:32%;margin-left:4vw}.notifications-dropdown[data-v-af2318a3]{width:40vw}.title-block label[data-v-af2318a3]{font-size:3.125vw}.label-track .title-label[data-v-af2318a3]{font-size:2.34375vw}.label-track .grade-label[data-v-af2318a3],.selection-track[data-v-af2318a3]{font-size:calc(35 / 1920 * 100vw)}}.modal-settings-container[data-v-af2318a3]{position:fixed;inset:0;background-color:#000000bf;z-index:999;padding:clamp(12px,2vw,24px)}.modal-settings-container .modal-settings-content[data-v-af2318a3]{position:relative;width:min(75%,1100px);height:min(80dvh,760px);max-height:calc(100dvh - 24px);background-color:#f7fdfc;border-radius:20px;display:flex;overflow:hidden;box-shadow:0 24px 48px #0f172a38}.modal-settings-container .modal-settings-content .settings-sidebar[data-v-af2318a3]{overflow:hidden;width:10%;height:100%;background-color:#17826d;border-top-left-radius:20px;border-bottom-left-radius:20px;flex-direction:column;text-align:center;color:#fff;font-family:Nunito;row-gap:1vw}.modal-settings-container .modal-settings-content .settings-sidebar .settings-sidebar-option[data-v-af2318a3]{width:100%;display:flex;align-items:center;justify-content:center;column-gap:5px}.modal-settings-container .modal-settings-content .settings-sidebar .settings-sidebar-option[data-v-af2318a3] svg{width:20%;aspect-ratio:1/1}.modal-settings-container .modal-settings-content .settings-sidebar .settings-sidebar-option[data-v-af2318a3]{cursor:pointer}.modal-settings-container .modal-settings-content .settings-sidebar .main-sidebar-option[data-v-af2318a3]{height:4vw;width:100%}.modal-settings-container .modal-settings-content .settings-sidebar .main-sidebar-option svg[data-v-af2318a3]{height:100%;aspect-ratio:1/1}.modal-settings-container .modal-settings-content .settings-sidebar .info-container[data-v-af2318a3] svg{width:17.5%;aspect-ratio:1/1}.modal-settings-container .modal-settings-content .text-container[data-v-af2318a3]{overflow-y:auto;padding:3vw;display:flex;flex-direction:column;row-gap:30px;min-width:0}.modal-settings-container .modal-settings-content .text-container .content-container[data-v-af2318a3]{position:relative;width:100%;display:flex;flex-direction:column;row-gap:20px;max-height:100%}.modal-settings-container .modal-settings-content .text-container .content-container h1[data-v-af2318a3]{font-family:Manrope}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings[data-v-af2318a3]{width:100%;display:flex;flex-direction:column;justify-content:center;row-gap:5px;font-family:Nunito}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .multiselect-wrapper[data-v-af2318a3]{height:100%}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .linked-account-track[data-v-af2318a3]{white-space:nowrap;width:auto;height:100%;padding:5px 0;overflow-x:scroll}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .linked-account-track .linked-account[data-v-af2318a3]{display:inline-flex;align-items:center;margin-right:10px;border-radius:10px;border:2px solid #26e5bc;cursor:pointer;overflow:hidden;column-gap:10px}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .linked-account-track .linked-account svg[data-v-af2318a3]{height:2vh;width:15%}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .side-btn-track[data-v-af2318a3]{display:flex;align-items:center;column-gap:10px;width:100%;min-height:50%;flex-wrap:wrap}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .side-btn-track .apply-settings-btn[data-v-af2318a3]{background-color:transparent;border:2px solid #26e5bc;border-radius:20px;cursor:pointer;font-family:Nunito;transition:background .3s ease,color .3s ease}.modal-settings-container .modal-settings-content .text-container .content-container .data-field-settings .side-btn-track .apply-settings-btn[data-v-af2318a3]:hover{background-color:#26e5bc;color:#fff}.modal-settings-container .modal-settings-content .text-container .content-container .delete-field-settings[data-v-af2318a3]{width:100%}.modal-settings-container .modal-settings-content .text-container .content-container .delete-field-settings .delete-acc-btn[data-v-af2318a3]{width:fit-content;background-color:transparent;border:2px solid #ff9b9b;border-radius:20px;cursor:pointer;font-family:Nunito;transition:background .3s ease,color .3s ease}.modal-settings-container .modal-settings-content .text-container .content-container .delete-field-settings .delete-acc-btn[data-v-af2318a3]:hover{background-color:#ff9b9b;color:#fff}.modal-settings-container .modal-settings-content .text-container .content-account .main-settings-account-container[data-v-af2318a3]{display:flex;flex-direction:column;justify-content:center;row-gap:20px;font-family:Nunito}.modal-settings-container .modal-settings-content .close-btn[data-v-af2318a3]{position:absolute;top:1.25%;right:2%;cursor:pointer;z-index:999;width:40px;aspect-ratio:1/1}.modal-settings-container .modal-settings-content .close-btn svg[data-v-af2318a3]{width:50%;aspect-ratio:1/1}.form-input[data-v-af2318a3]{width:min(100%,22rem);padding:.5vw 1vw;border-radius:5px;border:1px solid lightgray}@media screen and (min-width:1025px){.form-input[data-v-af2318a3],.main-settings-account-container[data-v-af2318a3]{font-size:.78125vw}.multiselect-wrapper[data-v-af2318a3]{width:30%}.apply-settings-btn[data-v-af2318a3],.delete-acc-btn[data-v-af2318a3],.linked-account[data-v-af2318a3]{padding:.5vw 1vw;font-size:.78125vw}.data-field-settings label[data-v-af2318a3]{font-size:calc(17 / 1920 * 100vw)}.content-container h1[data-v-af2318a3]{font-size:calc(40 / 1920 * 100vw)}.linked-account p[data-v-af2318a3]{font-size:.78125vw}}@media screen and (max-width:1025px){.form-input[data-v-af2318a3],.main-settings-account-container[data-v-af2318a3]{font-size:clamp(.95rem,2.3vw,1.1rem)}.multiselect-wrapper[data-v-af2318a3]{width:40%}.apply-settings-btn[data-v-af2318a3],.delete-acc-btn[data-v-af2318a3],.linked-account[data-v-af2318a3]{padding:.6rem .9rem;font-size:clamp(.95rem,2.3vw,1.1rem)}.data-field-settings label[data-v-af2318a3]{font-size:clamp(1rem,2.5vw,1.15rem)}.content-container h1[data-v-af2318a3]{font-size:clamp(1.35rem,3.4vw,1.9rem)}}@media screen and (max-width:950px){.form-input[data-v-af2318a3],.main-settings-account-container[data-v-af2318a3]{font-size:clamp(.95rem,2.8vw,1.05rem)}.multiselect-wrapper[data-v-af2318a3]{width:50%}.apply-settings-btn[data-v-af2318a3],.delete-acc-btn[data-v-af2318a3],.linked-account[data-v-af2318a3]{padding:.7rem .95rem;font-size:clamp(.95rem,2.8vw,1.05rem)}.data-field-settings label[data-v-af2318a3]{font-size:clamp(1rem,3vw,1.1rem)}.content-container h1[data-v-af2318a3]{font-size:clamp(1.3rem,3.6vw,1.7rem)}}@media screen and (max-width:550px){.modal-settings-container[data-v-af2318a3]{padding:.5rem}.modal-settings-content[data-v-af2318a3]{width:100%!important;height:min(90dvh,820px)!important;border-radius:20px 20px 16px 16px!important}.form-input[data-v-af2318a3],.main-settings-account-container[data-v-af2318a3]{font-size:.95rem}.multiselect-wrapper[data-v-af2318a3]{width:60%}.apply-settings-btn[data-v-af2318a3],.delete-acc-btn[data-v-af2318a3],.linked-account[data-v-af2318a3]{padding:.75rem 1rem;font-size:.95rem}.data-field-settings label[data-v-af2318a3]{font-size:1rem}.content-container h1[data-v-af2318a3]{font-size:1.35rem}.linked-account-track[data-v-af2318a3],.main-settings-account-container[data-v-af2318a3],.data-field-settings[data-v-af2318a3]{width:100%}.linked-account[data-v-af2318a3]{max-width:100%}.linked-account p[data-v-af2318a3]{font-size:.95rem}.side-btn-track[data-v-af2318a3]{flex-direction:column;align-items:stretch!important}.form-input[data-v-af2318a3],.apply-settings-btn[data-v-af2318a3],.delete-acc-btn[data-v-af2318a3]{width:100%}}[data-v-af2318a3]::-webkit-scrollbar{height:.5vw}fieldset[disabled] .multiselect[data-v-54cbbd8a]{pointer-events:none}.multiselect__spinner[data-v-54cbbd8a]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-54cbbd8a]:before,.multiselect__spinner[data-v-54cbbd8a]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-54cbbd8a]:before{animation:spinning-54cbbd8a 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-54cbbd8a]:after{animation:spinning-54cbbd8a 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-54cbbd8a],.multiselect__loading-leave-active[data-v-54cbbd8a]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-54cbbd8a],.multiselect__loading-leave-active[data-v-54cbbd8a]{opacity:0}.multiselect[data-v-54cbbd8a],.multiselect__input[data-v-54cbbd8a],.multiselect__single[data-v-54cbbd8a]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-54cbbd8a]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-54cbbd8a] *{box-sizing:border-box}.multiselect[data-v-54cbbd8a]:focus{outline:none}.multiselect--disabled[data-v-54cbbd8a]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-54cbbd8a]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-54cbbd8a],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-54cbbd8a],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-54cbbd8a]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-54cbbd8a]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-54cbbd8a],.multiselect--above.multiselect--active .multiselect__input[data-v-54cbbd8a],.multiselect--above.multiselect--active .multiselect__tags[data-v-54cbbd8a]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-54cbbd8a],.multiselect__single[data-v-54cbbd8a]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-54cbbd8a]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-54cbbd8a],.multiselect__tag~.multiselect__single[data-v-54cbbd8a]{width:auto}.multiselect__input[data-v-54cbbd8a]:hover,.multiselect__single[data-v-54cbbd8a]:hover{border-color:#cfcfcf}.multiselect__input[data-v-54cbbd8a]:focus,.multiselect__single[data-v-54cbbd8a]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-54cbbd8a]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-54cbbd8a]{display:inline}.multiselect__tags[data-v-54cbbd8a]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-54cbbd8a]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-54cbbd8a]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-54cbbd8a]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-54cbbd8a]:focus:after,.multiselect__tag-icon[data-v-54cbbd8a]:hover:after{color:#fff}.multiselect__current[data-v-54cbbd8a]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-54cbbd8a]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-54cbbd8a]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-54cbbd8a]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-54cbbd8a]{display:none}.multiselect__content-wrapper[data-v-54cbbd8a]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-54cbbd8a]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-54cbbd8a]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-54cbbd8a]::-webkit-scrollbar{display:none}.multiselect__element[data-v-54cbbd8a]{display:block}.multiselect__option[data-v-54cbbd8a]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-54cbbd8a]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-54cbbd8a]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-54cbbd8a]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-54cbbd8a]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-54cbbd8a]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-54cbbd8a]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-54cbbd8a]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-54cbbd8a],.multiselect--disabled .multiselect__select[data-v-54cbbd8a]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-54cbbd8a]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-54cbbd8a]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-54cbbd8a]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-54cbbd8a]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-54cbbd8a]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-54cbbd8a]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-54cbbd8a]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-54cbbd8a],.multiselect-leave-active[data-v-54cbbd8a]{transition:all .15s ease}.multiselect-enter[data-v-54cbbd8a],.multiselect-leave-active[data-v-54cbbd8a]{opacity:0}.multiselect__strong[data-v-54cbbd8a]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-54cbbd8a]{text-align:right}[dir=rtl] .multiselect__select[data-v-54cbbd8a]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-54cbbd8a]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-54cbbd8a]{text-align:right}[dir=rtl] .multiselect__option[data-v-54cbbd8a]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-54cbbd8a]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-54cbbd8a]{right:auto;left:1px}@keyframes spinning-54cbbd8a{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-54cbbd8a]{margin:0;padding:0;box-sizing:border-box}body[data-v-54cbbd8a]{width:100vw;height:100vh;overflow-x:hidden}.navbar-container .navbar-wrapper[data-v-54cbbd8a]{width:100%;height:100%}.navbar-container .navbar-wrapper .navbar-item[data-v-54cbbd8a]{display:flex;justify-content:center;align-items:center}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-54cbbd8a]{min-height:0}.multiselect__select[data-v-54cbbd8a]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-54cbbd8a]:before{margin-top:0;top:0}.multiselect__tags[data-v-54cbbd8a]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-54cbbd8a]{font-family:Nunito!important}.multiselect__placeholder[data-v-54cbbd8a]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-54cbbd8a]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-54cbbd8a]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-54cbbd8a]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-54cbbd8a]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-54cbbd8a]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-54cbbd8a]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-54cbbd8a]{max-height:20vh!important}.multiselect__option--selected[data-v-54cbbd8a]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-54cbbd8a]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-54cbbd8a],.multiselect__single[data-v-54cbbd8a],.multiselect__tags input[data-v-54cbbd8a]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-54cbbd8a]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-54cbbd8a]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-54cbbd8a]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-54cbbd8a],.multiselect__single[data-v-54cbbd8a],.multiselect__tags input[data-v-54cbbd8a]{font-size:.78125vw}.multiselect__option[data-v-54cbbd8a]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-54cbbd8a]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-54cbbd8a]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-54cbbd8a],.multiselect__single[data-v-54cbbd8a],.multiselect__tags input[data-v-54cbbd8a]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-54cbbd8a]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-54cbbd8a]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-54cbbd8a]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-54cbbd8a],.multiselect__single[data-v-54cbbd8a],.multiselect__tags input[data-v-54cbbd8a]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-54cbbd8a]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-54cbbd8a]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-54cbbd8a]{font-size:15px}h1[data-v-54cbbd8a]{font-size:1.5rem}h2[data-v-54cbbd8a]{font-size:1.25rem}h3[data-v-54cbbd8a]{font-size:1.1rem}}.navbar-container[data-v-54cbbd8a]{position:fixed;bottom:0;left:0;width:100%;max-width:100%;height:var(--mobile-bottom-nav-height);padding-bottom:env(safe-area-inset-bottom);background-color:#effbf8;z-index:999;overflow:hidden}.navbar-container .navbar-wrapper[data-v-54cbbd8a]{display:flex;min-width:0}.navbar-container .navbar-wrapper .navbar-item[data-v-54cbbd8a]{flex:1;min-width:0;position:relative;font-family:Nunito}.navbar-container .navbar-wrapper .navbar-item svg[data-v-54cbbd8a]{height:50%;aspect-ratio:1/1;transition:color 1s ease-in-out;color:#d3d3d3}.navbar-container .navbar-wrapper .navbar-item[data-v-54cbbd8a]:hover{color:#18cda6}.navbar-icon-wrap[data-v-54cbbd8a]{position:relative;display:inline-flex;align-items:center;justify-content:center}.navbar-badge[data-v-54cbbd8a]{position:absolute;top:-.25rem;right:-.65rem;min-width:1.1rem;height:1.1rem;padding:0 .25rem;border-radius:999px;background:#ef4444;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:Manrope;font-size:.65rem;font-weight:700;line-height:1}fieldset[disabled] .multiselect[data-v-7a0c5cf2]{pointer-events:none}.multiselect__spinner[data-v-7a0c5cf2]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-7a0c5cf2]:before,.multiselect__spinner[data-v-7a0c5cf2]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-7a0c5cf2]:before{animation:spinning-7a0c5cf2 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-7a0c5cf2]:after{animation:spinning-7a0c5cf2 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-7a0c5cf2],.multiselect__loading-leave-active[data-v-7a0c5cf2]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-7a0c5cf2],.multiselect__loading-leave-active[data-v-7a0c5cf2]{opacity:0}.multiselect[data-v-7a0c5cf2],.multiselect__input[data-v-7a0c5cf2],.multiselect__single[data-v-7a0c5cf2]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-7a0c5cf2]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-7a0c5cf2] *{box-sizing:border-box}.multiselect[data-v-7a0c5cf2]:focus{outline:none}.multiselect--disabled[data-v-7a0c5cf2]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-7a0c5cf2]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-7a0c5cf2],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-7a0c5cf2],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-7a0c5cf2]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-7a0c5cf2]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-7a0c5cf2],.multiselect--above.multiselect--active .multiselect__input[data-v-7a0c5cf2],.multiselect--above.multiselect--active .multiselect__tags[data-v-7a0c5cf2]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-7a0c5cf2],.multiselect__single[data-v-7a0c5cf2]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-7a0c5cf2]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-7a0c5cf2],.multiselect__tag~.multiselect__single[data-v-7a0c5cf2]{width:auto}.multiselect__input[data-v-7a0c5cf2]:hover,.multiselect__single[data-v-7a0c5cf2]:hover{border-color:#cfcfcf}.multiselect__input[data-v-7a0c5cf2]:focus,.multiselect__single[data-v-7a0c5cf2]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-7a0c5cf2]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-7a0c5cf2]{display:inline}.multiselect__tags[data-v-7a0c5cf2]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-7a0c5cf2]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-7a0c5cf2]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-7a0c5cf2]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-7a0c5cf2]:focus:after,.multiselect__tag-icon[data-v-7a0c5cf2]:hover:after{color:#fff}.multiselect__current[data-v-7a0c5cf2]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-7a0c5cf2]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-7a0c5cf2]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-7a0c5cf2]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-7a0c5cf2]{display:none}.multiselect__content-wrapper[data-v-7a0c5cf2]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-7a0c5cf2]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-7a0c5cf2]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-7a0c5cf2]::-webkit-scrollbar{display:none}.multiselect__element[data-v-7a0c5cf2]{display:block}.multiselect__option[data-v-7a0c5cf2]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-7a0c5cf2]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-7a0c5cf2]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-7a0c5cf2]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-7a0c5cf2]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-7a0c5cf2]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-7a0c5cf2]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-7a0c5cf2]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-7a0c5cf2],.multiselect--disabled .multiselect__select[data-v-7a0c5cf2]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-7a0c5cf2]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-7a0c5cf2]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-7a0c5cf2]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-7a0c5cf2]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-7a0c5cf2]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-7a0c5cf2]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-7a0c5cf2]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-7a0c5cf2],.multiselect-leave-active[data-v-7a0c5cf2]{transition:all .15s ease}.multiselect-enter[data-v-7a0c5cf2],.multiselect-leave-active[data-v-7a0c5cf2]{opacity:0}.multiselect__strong[data-v-7a0c5cf2]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-7a0c5cf2]{text-align:right}[dir=rtl] .multiselect__select[data-v-7a0c5cf2]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-7a0c5cf2]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-7a0c5cf2]{text-align:right}[dir=rtl] .multiselect__option[data-v-7a0c5cf2]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-7a0c5cf2]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-7a0c5cf2]{right:auto;left:1px}@keyframes spinning-7a0c5cf2{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-7a0c5cf2]{margin:0;padding:0;box-sizing:border-box}body[data-v-7a0c5cf2]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-7a0c5cf2]{min-height:0}.multiselect__select[data-v-7a0c5cf2]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-7a0c5cf2]:before{margin-top:0;top:0}.multiselect__tags[data-v-7a0c5cf2]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-7a0c5cf2]{font-family:Nunito!important}.multiselect__placeholder[data-v-7a0c5cf2]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-7a0c5cf2]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-7a0c5cf2]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-7a0c5cf2]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-7a0c5cf2]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-7a0c5cf2]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-7a0c5cf2]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-7a0c5cf2]{max-height:20vh!important}.multiselect__option--selected[data-v-7a0c5cf2]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-7a0c5cf2]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-7a0c5cf2],.multiselect__single[data-v-7a0c5cf2],.multiselect__tags input[data-v-7a0c5cf2]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-7a0c5cf2]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-7a0c5cf2]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-7a0c5cf2]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-7a0c5cf2],.multiselect__single[data-v-7a0c5cf2],.multiselect__tags input[data-v-7a0c5cf2]{font-size:.78125vw}.multiselect__option[data-v-7a0c5cf2]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-7a0c5cf2]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-7a0c5cf2]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-7a0c5cf2],.multiselect__single[data-v-7a0c5cf2],.multiselect__tags input[data-v-7a0c5cf2]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-7a0c5cf2]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-7a0c5cf2]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-7a0c5cf2]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-7a0c5cf2],.multiselect__single[data-v-7a0c5cf2],.multiselect__tags input[data-v-7a0c5cf2]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-7a0c5cf2]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-7a0c5cf2]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-7a0c5cf2]{font-size:15px}h1[data-v-7a0c5cf2]{font-size:1.5rem}h2[data-v-7a0c5cf2]{font-size:1.25rem}h3[data-v-7a0c5cf2]{font-size:1.1rem}}.loading-spinner[data-v-7a0c5cf2]{width:1rem;height:1rem;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:currentColor;display:inline-block;animation:spin-7a0c5cf2 .75s linear infinite}@keyframes spin-7a0c5cf2{to{transform:rotate(360deg)}}fieldset[disabled] .multiselect[data-v-8d0907e7]{pointer-events:none}.multiselect__spinner[data-v-8d0907e7]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-8d0907e7]:before,.multiselect__spinner[data-v-8d0907e7]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-8d0907e7]:before{animation:spinning-8d0907e7 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-8d0907e7]:after{animation:spinning-8d0907e7 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-8d0907e7],.multiselect__loading-leave-active[data-v-8d0907e7]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-8d0907e7],.multiselect__loading-leave-active[data-v-8d0907e7]{opacity:0}.multiselect[data-v-8d0907e7],.multiselect__input[data-v-8d0907e7],.multiselect__single[data-v-8d0907e7]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-8d0907e7]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-8d0907e7] *{box-sizing:border-box}.multiselect[data-v-8d0907e7]:focus{outline:none}.multiselect--disabled[data-v-8d0907e7]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-8d0907e7]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-8d0907e7],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-8d0907e7],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-8d0907e7]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-8d0907e7]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-8d0907e7],.multiselect--above.multiselect--active .multiselect__input[data-v-8d0907e7],.multiselect--above.multiselect--active .multiselect__tags[data-v-8d0907e7]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-8d0907e7],.multiselect__single[data-v-8d0907e7]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-8d0907e7]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-8d0907e7],.multiselect__tag~.multiselect__single[data-v-8d0907e7]{width:auto}.multiselect__input[data-v-8d0907e7]:hover,.multiselect__single[data-v-8d0907e7]:hover{border-color:#cfcfcf}.multiselect__input[data-v-8d0907e7]:focus,.multiselect__single[data-v-8d0907e7]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-8d0907e7]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-8d0907e7]{display:inline}.multiselect__tags[data-v-8d0907e7]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-8d0907e7]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-8d0907e7]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-8d0907e7]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-8d0907e7]:focus:after,.multiselect__tag-icon[data-v-8d0907e7]:hover:after{color:#fff}.multiselect__current[data-v-8d0907e7]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-8d0907e7]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-8d0907e7]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-8d0907e7]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-8d0907e7]{display:none}.multiselect__content-wrapper[data-v-8d0907e7]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-8d0907e7]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-8d0907e7]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-8d0907e7]::-webkit-scrollbar{display:none}.multiselect__element[data-v-8d0907e7]{display:block}.multiselect__option[data-v-8d0907e7]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-8d0907e7]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-8d0907e7]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-8d0907e7]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-8d0907e7]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-8d0907e7]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-8d0907e7]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-8d0907e7]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-8d0907e7],.multiselect--disabled .multiselect__select[data-v-8d0907e7]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-8d0907e7]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-8d0907e7]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-8d0907e7]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-8d0907e7]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-8d0907e7]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-8d0907e7]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-8d0907e7]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-8d0907e7],.multiselect-leave-active[data-v-8d0907e7]{transition:all .15s ease}.multiselect-enter[data-v-8d0907e7],.multiselect-leave-active[data-v-8d0907e7]{opacity:0}.multiselect__strong[data-v-8d0907e7]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-8d0907e7]{text-align:right}[dir=rtl] .multiselect__select[data-v-8d0907e7]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-8d0907e7]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-8d0907e7]{text-align:right}[dir=rtl] .multiselect__option[data-v-8d0907e7]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-8d0907e7]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-8d0907e7]{right:auto;left:1px}@keyframes spinning-8d0907e7{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-8d0907e7]{margin:0;padding:0;box-sizing:border-box}body[data-v-8d0907e7]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-8d0907e7]{min-height:0}.multiselect__select[data-v-8d0907e7]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-8d0907e7]:before{margin-top:0;top:0}.multiselect__tags[data-v-8d0907e7]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-8d0907e7]{font-family:Nunito!important}.multiselect__placeholder[data-v-8d0907e7]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-8d0907e7]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-8d0907e7]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-8d0907e7]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-8d0907e7]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-8d0907e7]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-8d0907e7]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-8d0907e7]{max-height:20vh!important}.multiselect__option--selected[data-v-8d0907e7]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-8d0907e7]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-8d0907e7],.multiselect__single[data-v-8d0907e7],.multiselect__tags input[data-v-8d0907e7]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-8d0907e7]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8d0907e7]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-8d0907e7]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-8d0907e7],.multiselect__single[data-v-8d0907e7],.multiselect__tags input[data-v-8d0907e7]{font-size:.78125vw}.multiselect__option[data-v-8d0907e7]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-8d0907e7]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-8d0907e7]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-8d0907e7],.multiselect__single[data-v-8d0907e7],.multiselect__tags input[data-v-8d0907e7]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-8d0907e7]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8d0907e7]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-8d0907e7]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-8d0907e7],.multiselect__single[data-v-8d0907e7],.multiselect__tags input[data-v-8d0907e7]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-8d0907e7]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8d0907e7]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-8d0907e7]{font-size:15px}h1[data-v-8d0907e7]{font-size:1.5rem}h2[data-v-8d0907e7]{font-size:1.25rem}h3[data-v-8d0907e7]{font-size:1.1rem}}.loading-button[data-v-8d0907e7]{min-height:44px;border:none;border-radius:12px;padding:.75rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.625rem;background:#18cda6;color:#555;font-family:Manrope;font-weight:700;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.loading-button[data-v-8d0907e7]:hover:not(:disabled){transform:translateY(-1px)}.loading-button[data-v-8d0907e7]:disabled,.loading-button.is-loading[data-v-8d0907e7]{opacity:.6;cursor:not-allowed}fieldset[disabled] .multiselect[data-v-f633a43e]{pointer-events:none}.multiselect__spinner[data-v-f633a43e]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-f633a43e]:before,.multiselect__spinner[data-v-f633a43e]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-f633a43e]:before{animation:spinning-f633a43e 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-f633a43e]:after{animation:spinning-f633a43e 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-f633a43e],.multiselect__loading-leave-active[data-v-f633a43e]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-f633a43e],.multiselect__loading-leave-active[data-v-f633a43e]{opacity:0}.multiselect[data-v-f633a43e],.multiselect__input[data-v-f633a43e],.multiselect__single[data-v-f633a43e]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-f633a43e]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-f633a43e] *{box-sizing:border-box}.multiselect[data-v-f633a43e]:focus{outline:none}.multiselect--disabled[data-v-f633a43e]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-f633a43e]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-f633a43e],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-f633a43e],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-f633a43e]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-f633a43e]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-f633a43e],.multiselect--above.multiselect--active .multiselect__input[data-v-f633a43e],.multiselect--above.multiselect--active .multiselect__tags[data-v-f633a43e]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-f633a43e],.multiselect__single[data-v-f633a43e]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-f633a43e]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-f633a43e],.multiselect__tag~.multiselect__single[data-v-f633a43e]{width:auto}.multiselect__input[data-v-f633a43e]:hover,.multiselect__single[data-v-f633a43e]:hover{border-color:#cfcfcf}.multiselect__input[data-v-f633a43e]:focus,.multiselect__single[data-v-f633a43e]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-f633a43e]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-f633a43e]{display:inline}.multiselect__tags[data-v-f633a43e]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-f633a43e]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-f633a43e]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-f633a43e]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-f633a43e]:focus:after,.multiselect__tag-icon[data-v-f633a43e]:hover:after{color:#fff}.multiselect__current[data-v-f633a43e]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-f633a43e]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-f633a43e]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-f633a43e]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-f633a43e]{display:none}.multiselect__content-wrapper[data-v-f633a43e]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-f633a43e]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-f633a43e]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-f633a43e]::-webkit-scrollbar{display:none}.multiselect__element[data-v-f633a43e]{display:block}.multiselect__option[data-v-f633a43e]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-f633a43e]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-f633a43e]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-f633a43e]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-f633a43e]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-f633a43e]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-f633a43e]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-f633a43e]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-f633a43e],.multiselect--disabled .multiselect__select[data-v-f633a43e]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-f633a43e]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-f633a43e]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-f633a43e]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-f633a43e]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-f633a43e]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-f633a43e]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-f633a43e]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-f633a43e],.multiselect-leave-active[data-v-f633a43e]{transition:all .15s ease}.multiselect-enter[data-v-f633a43e],.multiselect-leave-active[data-v-f633a43e]{opacity:0}.multiselect__strong[data-v-f633a43e]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-f633a43e]{text-align:right}[dir=rtl] .multiselect__select[data-v-f633a43e]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-f633a43e]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-f633a43e]{text-align:right}[dir=rtl] .multiselect__option[data-v-f633a43e]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-f633a43e]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-f633a43e]{right:auto;left:1px}@keyframes spinning-f633a43e{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-f633a43e]{margin:0;padding:0;box-sizing:border-box}body[data-v-f633a43e]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-f633a43e]{min-height:0}.multiselect__select[data-v-f633a43e]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-f633a43e]:before{margin-top:0;top:0}.multiselect__tags[data-v-f633a43e]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-f633a43e]{font-family:Nunito!important}.multiselect__placeholder[data-v-f633a43e]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-f633a43e]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-f633a43e]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-f633a43e]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-f633a43e]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-f633a43e]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-f633a43e]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-f633a43e]{max-height:20vh!important}.multiselect__option--selected[data-v-f633a43e]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-f633a43e]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-f633a43e],.multiselect__single[data-v-f633a43e],.multiselect__tags input[data-v-f633a43e]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-f633a43e]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-f633a43e]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-f633a43e]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-f633a43e],.multiselect__single[data-v-f633a43e],.multiselect__tags input[data-v-f633a43e]{font-size:.78125vw}.multiselect__option[data-v-f633a43e]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-f633a43e]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-f633a43e]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-f633a43e],.multiselect__single[data-v-f633a43e],.multiselect__tags input[data-v-f633a43e]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-f633a43e]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-f633a43e]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-f633a43e]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-f633a43e],.multiselect__single[data-v-f633a43e],.multiselect__tags input[data-v-f633a43e]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-f633a43e]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-f633a43e]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-f633a43e]{font-size:15px}h1[data-v-f633a43e]{font-size:1.5rem}h2[data-v-f633a43e]{font-size:1.25rem}h3[data-v-f633a43e]{font-size:1.1rem}}.notifications-modal[data-v-f633a43e]{position:fixed;inset:0;z-index:1000;padding:1rem;display:flex;align-items:center;justify-content:center}.notifications-modal__backdrop[data-v-f633a43e]{position:absolute;inset:0;background:#0f172a99}.notifications-modal__panel[data-v-f633a43e]{position:relative;z-index:1;width:min(100%,520px);max-height:min(82dvh,44rem);border-radius:18px;background:#f7fdfc;color:#2b2b2b;padding:clamp(1rem,2.4vw,1.5rem);display:flex;flex-direction:column;gap:1rem;overflow-y:auto;box-shadow:0 24px 48px #0f172a2e}.notifications-modal__panel h2[data-v-f633a43e]{margin:0;font-family:Manrope;font-size:clamp(1.1rem,2vw,1.5rem)}.notifications-modal__close[data-v-f633a43e]{align-self:flex-end;border:none;background:transparent;color:#1c6758;cursor:pointer;min-width:auto;font-size:clamp(.95rem,1.5vw,1rem)}.notifications-modal__content[data-v-f633a43e]{display:flex;flex-direction:column;gap:.5rem;font-family:Nunito;font-size:clamp(.95rem,1.6vw,1rem)}.notifications-modal__actions[data-v-f633a43e]{display:flex;flex-wrap:wrap;gap:.75rem}.notifications-modal__actions[data-v-f633a43e] .loading-button{flex:1 1 180px}@media(max-width:640px){.notifications-modal[data-v-f633a43e]{padding:.75rem}.notifications-modal__panel[data-v-f633a43e]{width:100%;max-height:min(78dvh,40rem);border-radius:20px 20px 16px 16px}.notifications-modal__actions[data-v-f633a43e]{flex-direction:column}.notifications-modal__actions[data-v-f633a43e] .loading-button{width:100%;flex-basis:auto}}fieldset[disabled] .multiselect[data-v-4467715d]{pointer-events:none}.multiselect__spinner[data-v-4467715d]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-4467715d]:before,.multiselect__spinner[data-v-4467715d]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-4467715d]:before{animation:spinning-4467715d 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-4467715d]:after{animation:spinning-4467715d 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-4467715d],.multiselect__loading-leave-active[data-v-4467715d]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-4467715d],.multiselect__loading-leave-active[data-v-4467715d]{opacity:0}.multiselect[data-v-4467715d],.multiselect__input[data-v-4467715d],.multiselect__single[data-v-4467715d]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-4467715d]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-4467715d] *{box-sizing:border-box}.multiselect[data-v-4467715d]:focus{outline:none}.multiselect--disabled[data-v-4467715d]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-4467715d]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-4467715d],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-4467715d],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-4467715d]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-4467715d]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-4467715d],.multiselect--above.multiselect--active .multiselect__input[data-v-4467715d],.multiselect--above.multiselect--active .multiselect__tags[data-v-4467715d]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-4467715d],.multiselect__single[data-v-4467715d]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-4467715d]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-4467715d],.multiselect__tag~.multiselect__single[data-v-4467715d]{width:auto}.multiselect__input[data-v-4467715d]:hover,.multiselect__single[data-v-4467715d]:hover{border-color:#cfcfcf}.multiselect__input[data-v-4467715d]:focus,.multiselect__single[data-v-4467715d]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-4467715d]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-4467715d]{display:inline}.multiselect__tags[data-v-4467715d]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-4467715d]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-4467715d]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-4467715d]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-4467715d]:focus:after,.multiselect__tag-icon[data-v-4467715d]:hover:after{color:#fff}.multiselect__current[data-v-4467715d]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-4467715d]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-4467715d]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-4467715d]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-4467715d]{display:none}.multiselect__content-wrapper[data-v-4467715d]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-4467715d]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-4467715d]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-4467715d]::-webkit-scrollbar{display:none}.multiselect__element[data-v-4467715d]{display:block}.multiselect__option[data-v-4467715d]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-4467715d]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-4467715d]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-4467715d]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-4467715d]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-4467715d]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-4467715d]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-4467715d]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-4467715d],.multiselect--disabled .multiselect__select[data-v-4467715d]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-4467715d]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-4467715d]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-4467715d]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-4467715d]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-4467715d]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-4467715d]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-4467715d]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-4467715d],.multiselect-leave-active[data-v-4467715d]{transition:all .15s ease}.multiselect-enter[data-v-4467715d],.multiselect-leave-active[data-v-4467715d]{opacity:0}.multiselect__strong[data-v-4467715d]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-4467715d]{text-align:right}[dir=rtl] .multiselect__select[data-v-4467715d]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-4467715d]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-4467715d]{text-align:right}[dir=rtl] .multiselect__option[data-v-4467715d]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-4467715d]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-4467715d]{right:auto;left:1px}@keyframes spinning-4467715d{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-4467715d]{margin:0;padding:0;box-sizing:border-box}body[data-v-4467715d]{width:100vw;height:100vh;overflow-x:hidden}.sidebar .sidebar-items[data-v-4467715d]{width:100%;height:100%}.sidebar[data-v-4467715d]{display:flex;justify-content:center;align-items:center}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-4467715d]{min-height:0}.multiselect__select[data-v-4467715d]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-4467715d]:before{margin-top:0;top:0}.multiselect__tags[data-v-4467715d]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-4467715d]{font-family:Nunito!important}.multiselect__placeholder[data-v-4467715d]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-4467715d]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-4467715d]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-4467715d]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-4467715d]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-4467715d]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-4467715d]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-4467715d]{max-height:20vh!important}.multiselect__option--selected[data-v-4467715d]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-4467715d]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-4467715d],.multiselect__single[data-v-4467715d],.multiselect__tags input[data-v-4467715d]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-4467715d]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-4467715d]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-4467715d]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-4467715d],.multiselect__single[data-v-4467715d],.multiselect__tags input[data-v-4467715d]{font-size:.78125vw}.multiselect__option[data-v-4467715d]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-4467715d]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-4467715d]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-4467715d],.multiselect__single[data-v-4467715d],.multiselect__tags input[data-v-4467715d]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-4467715d]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-4467715d]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-4467715d]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-4467715d],.multiselect__single[data-v-4467715d],.multiselect__tags input[data-v-4467715d]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-4467715d]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-4467715d]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-4467715d]{font-size:15px}h1[data-v-4467715d]{font-size:1.5rem}h2[data-v-4467715d]{font-size:1.25rem}h3[data-v-4467715d]{font-size:1.1rem}}.sidebar[data-v-4467715d]{position:fixed;top:0;left:0;height:100%;width:100px;background-color:#effbf8;flex-direction:column;border-top-right-radius:20px;border-bottom-right-radius:20px;overflow:hidden;transition:width .3s ease;z-index:10}.sidebar .sidebar-items[data-v-4467715d]{position:relative;border-radius:inherit}.sidebar .sidebar-items .sidebar-group[data-v-4467715d]{width:100%;padding-top:18px;padding-left:18px;padding-right:18px}.sidebar .sidebar-items .sidebar-group[data-v-4467715d]:last-child{position:absolute;bottom:0}.sidebar .sidebar-items .sidebar-group .sidebar-label[data-v-4467715d]{font-family:Nunito;font-weight:500;color:#6c757d;opacity:0;white-space:nowrap;transition:opacity .2s ease}.sidebar .sidebar-items .sidebar-group .sidebar-item[data-v-4467715d]{display:flex;align-items:center;column-gap:15px;list-style-type:none;width:100%;padding:18px;cursor:pointer;color:#2b2b2b;text-decoration:none}.sidebar .sidebar-items .sidebar-group .sidebar-item:hover svg[data-v-4467715d]{color:#18cda6}.sidebar .sidebar-items .sidebar-group .sidebar-item svg[data-v-4467715d]{flex-shrink:0;transition:color 1s ease-in-out;color:#d3d3d3;width:25px;aspect-ratio:1/1}.sidebar .sidebar-items .sidebar-group .sidebar-item .sidebar-icon-wrap[data-v-4467715d]{position:relative;display:inline-flex;align-items:center;justify-content:center}.sidebar .sidebar-items .sidebar-group .sidebar-item .sidebar-badge[data-v-4467715d]{position:absolute;top:-.3rem;right:-.55rem;min-width:1.1rem;height:1.1rem;padding:0 .25rem;border-radius:999px;background:#ef4444;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:Manrope;font-size:.65rem;font-weight:700;line-height:1}.sidebar .sidebar-items .sidebar-group .sidebar-item .sidebar-text[data-v-4467715d]{display:flex;flex:0 1 auto;align-content:center;column-gap:10px;font-family:Nunito;font-weight:250;overflow:hidden;white-space:nowrap;color:#2b2b2b;text-decoration:none}.sidebar .sidebar-items .sidebar-group .sidebar-logo[data-v-4467715d]{width:25px;height:25px;flex-shrink:0}.sidebar .sidebar-items .sidebar-group .sidebar-header-text[data-v-4467715d]{font-family:Manrope;font-weight:400;color:#1c6758}.sidebar[data-v-4467715d]:hover{width:300px}fieldset[disabled] .multiselect[data-v-d60649db]{pointer-events:none}.multiselect__spinner[data-v-d60649db]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-d60649db]:before,.multiselect__spinner[data-v-d60649db]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-d60649db]:before{animation:spinning-d60649db 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-d60649db]:after{animation:spinning-d60649db 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-d60649db],.multiselect__loading-leave-active[data-v-d60649db]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-d60649db],.multiselect__loading-leave-active[data-v-d60649db]{opacity:0}.multiselect[data-v-d60649db],.multiselect__input[data-v-d60649db],.multiselect__single[data-v-d60649db]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-d60649db]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-d60649db] *{box-sizing:border-box}.multiselect[data-v-d60649db]:focus{outline:none}.multiselect--disabled[data-v-d60649db]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-d60649db]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-d60649db],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-d60649db],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-d60649db]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-d60649db]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-d60649db],.multiselect--above.multiselect--active .multiselect__input[data-v-d60649db],.multiselect--above.multiselect--active .multiselect__tags[data-v-d60649db]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-d60649db],.multiselect__single[data-v-d60649db]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-d60649db]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-d60649db],.multiselect__tag~.multiselect__single[data-v-d60649db]{width:auto}.multiselect__input[data-v-d60649db]:hover,.multiselect__single[data-v-d60649db]:hover{border-color:#cfcfcf}.multiselect__input[data-v-d60649db]:focus,.multiselect__single[data-v-d60649db]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-d60649db]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-d60649db]{display:inline}.multiselect__tags[data-v-d60649db]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-d60649db]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-d60649db]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-d60649db]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-d60649db]:focus:after,.multiselect__tag-icon[data-v-d60649db]:hover:after{color:#fff}.multiselect__current[data-v-d60649db]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-d60649db]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-d60649db]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-d60649db]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-d60649db]{display:none}.multiselect__content-wrapper[data-v-d60649db]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-d60649db]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-d60649db]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-d60649db]::-webkit-scrollbar{display:none}.multiselect__element[data-v-d60649db]{display:block}.multiselect__option[data-v-d60649db]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-d60649db]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-d60649db]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-d60649db]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-d60649db]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-d60649db]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-d60649db]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-d60649db]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-d60649db],.multiselect--disabled .multiselect__select[data-v-d60649db]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-d60649db]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-d60649db]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-d60649db]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-d60649db]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-d60649db]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-d60649db]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-d60649db]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-d60649db],.multiselect-leave-active[data-v-d60649db]{transition:all .15s ease}.multiselect-enter[data-v-d60649db],.multiselect-leave-active[data-v-d60649db]{opacity:0}.multiselect__strong[data-v-d60649db]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-d60649db]{text-align:right}[dir=rtl] .multiselect__select[data-v-d60649db]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-d60649db]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-d60649db]{text-align:right}[dir=rtl] .multiselect__option[data-v-d60649db]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-d60649db]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-d60649db]{right:auto;left:1px}@keyframes spinning-d60649db{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-d60649db]{margin:0;padding:0;box-sizing:border-box}body[data-v-d60649db]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-d60649db]{min-height:0}.multiselect__select[data-v-d60649db]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-d60649db]:before{margin-top:0;top:0}.multiselect__tags[data-v-d60649db]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-d60649db]{font-family:Nunito!important}.multiselect__placeholder[data-v-d60649db]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-d60649db]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-d60649db]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-d60649db]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-d60649db]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-d60649db]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-d60649db]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-d60649db]{max-height:20vh!important}.multiselect__option--selected[data-v-d60649db]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-d60649db]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-d60649db],.multiselect__single[data-v-d60649db],.multiselect__tags input[data-v-d60649db]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-d60649db]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-d60649db]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-d60649db]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-d60649db],.multiselect__single[data-v-d60649db],.multiselect__tags input[data-v-d60649db]{font-size:.78125vw}.multiselect__option[data-v-d60649db]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-d60649db]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-d60649db]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-d60649db],.multiselect__single[data-v-d60649db],.multiselect__tags input[data-v-d60649db]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-d60649db]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-d60649db]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-d60649db]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-d60649db],.multiselect__single[data-v-d60649db],.multiselect__tags input[data-v-d60649db]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-d60649db]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-d60649db]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-d60649db]{font-size:15px}h1[data-v-d60649db]{font-size:1.5rem}h2[data-v-d60649db]{font-size:1.25rem}h3[data-v-d60649db]{font-size:1.1rem}}.cta-card[data-v-d60649db]{position:relative;display:flex;flex-direction:column;flex:1 1 300px;min-width:260px;max-width:100%;flex-grow:1;border:1px solid rgba(15,23,42,.08);border-radius:18px;overflow:hidden;background:#d5f6ee;color:#2b2b2b;cursor:pointer;padding:0}.cta-card__background[data-v-d60649db]{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.16}.cta-card__content[data-v-d60649db]{position:relative;display:flex;flex-grow:1;flex-direction:column;gap:.875rem;align-items:flex-start;justify-content:space-between;min-height:180px;padding:1rem}.cta-card__icon[data-v-d60649db] svg{width:24px;height:24px}.cta-card__text[data-v-d60649db]{display:flex;flex-direction:column;gap:.375rem;text-align:left}.cta-card__title[data-v-d60649db]{margin:0;font-family:Manrope;font-size:1.5rem}.cta-card__description[data-v-d60649db],.cta-card__footer[data-v-d60649db]{margin:0;font-family:Nunito}@media(max-width:1024px){.cta-card[data-v-d60649db]{flex:1 1 auto;display:flex;flex-direction:row;align-items:center;height:40px;min-height:40px;padding:0 12px}.cta-card__content[data-v-d60649db]{min-height:auto;width:100%;flex-direction:row;align-items:center;gap:.75rem;padding:0}.cta-card__description[data-v-d60649db],.cta-card__footer[data-v-d60649db]{display:none}.cta-card__title[data-v-d60649db]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}fieldset[disabled] .multiselect[data-v-938ffd21]{pointer-events:none}.multiselect__spinner[data-v-938ffd21]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-938ffd21]:before,.multiselect__spinner[data-v-938ffd21]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-938ffd21]:before{animation:spinning-938ffd21 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-938ffd21]:after{animation:spinning-938ffd21 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-938ffd21],.multiselect__loading-leave-active[data-v-938ffd21]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-938ffd21],.multiselect__loading-leave-active[data-v-938ffd21]{opacity:0}.multiselect[data-v-938ffd21],.multiselect__input[data-v-938ffd21],.multiselect__single[data-v-938ffd21]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-938ffd21]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-938ffd21] *{box-sizing:border-box}.multiselect[data-v-938ffd21]:focus{outline:none}.multiselect--disabled[data-v-938ffd21]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-938ffd21]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-938ffd21],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-938ffd21],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-938ffd21]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-938ffd21]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-938ffd21],.multiselect--above.multiselect--active .multiselect__input[data-v-938ffd21],.multiselect--above.multiselect--active .multiselect__tags[data-v-938ffd21]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-938ffd21],.multiselect__single[data-v-938ffd21]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-938ffd21]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-938ffd21],.multiselect__tag~.multiselect__single[data-v-938ffd21]{width:auto}.multiselect__input[data-v-938ffd21]:hover,.multiselect__single[data-v-938ffd21]:hover{border-color:#cfcfcf}.multiselect__input[data-v-938ffd21]:focus,.multiselect__single[data-v-938ffd21]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-938ffd21]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-938ffd21]{display:inline}.multiselect__tags[data-v-938ffd21]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-938ffd21]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-938ffd21]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-938ffd21]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-938ffd21]:focus:after,.multiselect__tag-icon[data-v-938ffd21]:hover:after{color:#fff}.multiselect__current[data-v-938ffd21]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-938ffd21]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-938ffd21]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-938ffd21]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-938ffd21]{display:none}.multiselect__content-wrapper[data-v-938ffd21]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-938ffd21]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-938ffd21]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-938ffd21]::-webkit-scrollbar{display:none}.multiselect__element[data-v-938ffd21]{display:block}.multiselect__option[data-v-938ffd21]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-938ffd21]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-938ffd21]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-938ffd21]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-938ffd21]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-938ffd21]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-938ffd21]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-938ffd21]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-938ffd21],.multiselect--disabled .multiselect__select[data-v-938ffd21]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-938ffd21]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-938ffd21]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-938ffd21]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-938ffd21]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-938ffd21]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-938ffd21]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-938ffd21]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-938ffd21],.multiselect-leave-active[data-v-938ffd21]{transition:all .15s ease}.multiselect-enter[data-v-938ffd21],.multiselect-leave-active[data-v-938ffd21]{opacity:0}.multiselect__strong[data-v-938ffd21]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-938ffd21]{text-align:right}[dir=rtl] .multiselect__select[data-v-938ffd21]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-938ffd21]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-938ffd21]{text-align:right}[dir=rtl] .multiselect__option[data-v-938ffd21]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-938ffd21]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-938ffd21]{right:auto;left:1px}@keyframes spinning-938ffd21{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-938ffd21]{margin:0;padding:0;box-sizing:border-box}body[data-v-938ffd21]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-938ffd21]{min-height:0}.multiselect__select[data-v-938ffd21]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-938ffd21]:before{margin-top:0;top:0}.multiselect__tags[data-v-938ffd21]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-938ffd21]{font-family:Nunito!important}.multiselect__placeholder[data-v-938ffd21]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-938ffd21]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-938ffd21]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-938ffd21]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-938ffd21]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-938ffd21]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-938ffd21]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-938ffd21]{max-height:20vh!important}.multiselect__option--selected[data-v-938ffd21]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-938ffd21]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-938ffd21],.multiselect__single[data-v-938ffd21],.multiselect__tags input[data-v-938ffd21]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-938ffd21]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-938ffd21]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-938ffd21]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-938ffd21],.multiselect__single[data-v-938ffd21],.multiselect__tags input[data-v-938ffd21]{font-size:.78125vw}.multiselect__option[data-v-938ffd21]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-938ffd21]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-938ffd21]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-938ffd21],.multiselect__single[data-v-938ffd21],.multiselect__tags input[data-v-938ffd21]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-938ffd21]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-938ffd21]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-938ffd21]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-938ffd21],.multiselect__single[data-v-938ffd21],.multiselect__tags input[data-v-938ffd21]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-938ffd21]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-938ffd21]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-938ffd21]{font-size:15px}h1[data-v-938ffd21]{font-size:1.5rem}h2[data-v-938ffd21]{font-size:1.25rem}h3[data-v-938ffd21]{font-size:1.1rem}}.dashboard-hero[data-v-938ffd21]{display:flex;flex-grow:1;flex-direction:column;gap:1rem;padding:1rem;border-radius:18px;background:linear-gradient(135deg,#3a7afe14,#0f172a0a)}.dashboard-hero__text[data-v-938ffd21]{font-family:Manrope;display:flex;flex-direction:column;gap:.375rem}.dashboard-hero__text h2[data-v-938ffd21]{margin:0}.dashboard-section[data-v-938ffd21]{display:flex;flex-grow:1;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;gap:16px}fieldset[disabled] .multiselect[data-v-df27c3fe]{pointer-events:none}.multiselect__spinner[data-v-df27c3fe]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-df27c3fe]:before,.multiselect__spinner[data-v-df27c3fe]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-df27c3fe]:before{animation:spinning-df27c3fe 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-df27c3fe]:after{animation:spinning-df27c3fe 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-df27c3fe],.multiselect__loading-leave-active[data-v-df27c3fe]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-df27c3fe],.multiselect__loading-leave-active[data-v-df27c3fe]{opacity:0}.multiselect[data-v-df27c3fe],.multiselect__input[data-v-df27c3fe],.multiselect__single[data-v-df27c3fe]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-df27c3fe]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-df27c3fe] *{box-sizing:border-box}.multiselect[data-v-df27c3fe]:focus{outline:none}.multiselect--disabled[data-v-df27c3fe]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-df27c3fe]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-df27c3fe],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-df27c3fe],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-df27c3fe]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-df27c3fe]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-df27c3fe],.multiselect--above.multiselect--active .multiselect__input[data-v-df27c3fe],.multiselect--above.multiselect--active .multiselect__tags[data-v-df27c3fe]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-df27c3fe],.multiselect__single[data-v-df27c3fe]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-df27c3fe]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-df27c3fe],.multiselect__tag~.multiselect__single[data-v-df27c3fe]{width:auto}.multiselect__input[data-v-df27c3fe]:hover,.multiselect__single[data-v-df27c3fe]:hover{border-color:#cfcfcf}.multiselect__input[data-v-df27c3fe]:focus,.multiselect__single[data-v-df27c3fe]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-df27c3fe]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-df27c3fe]{display:inline}.multiselect__tags[data-v-df27c3fe]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-df27c3fe]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-df27c3fe]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-df27c3fe]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-df27c3fe]:focus:after,.multiselect__tag-icon[data-v-df27c3fe]:hover:after{color:#fff}.multiselect__current[data-v-df27c3fe]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-df27c3fe]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-df27c3fe]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-df27c3fe]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-df27c3fe]{display:none}.multiselect__content-wrapper[data-v-df27c3fe]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-df27c3fe]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-df27c3fe]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-df27c3fe]::-webkit-scrollbar{display:none}.multiselect__element[data-v-df27c3fe]{display:block}.multiselect__option[data-v-df27c3fe]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-df27c3fe]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-df27c3fe]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-df27c3fe]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-df27c3fe]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-df27c3fe]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-df27c3fe]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-df27c3fe]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-df27c3fe],.multiselect--disabled .multiselect__select[data-v-df27c3fe]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-df27c3fe]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-df27c3fe]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-df27c3fe]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-df27c3fe]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-df27c3fe]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-df27c3fe]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-df27c3fe]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-df27c3fe],.multiselect-leave-active[data-v-df27c3fe]{transition:all .15s ease}.multiselect-enter[data-v-df27c3fe],.multiselect-leave-active[data-v-df27c3fe]{opacity:0}.multiselect__strong[data-v-df27c3fe]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-df27c3fe]{text-align:right}[dir=rtl] .multiselect__select[data-v-df27c3fe]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-df27c3fe]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-df27c3fe]{text-align:right}[dir=rtl] .multiselect__option[data-v-df27c3fe]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-df27c3fe]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-df27c3fe]{right:auto;left:1px}@keyframes spinning-df27c3fe{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-df27c3fe]{margin:0;padding:0;box-sizing:border-box}body[data-v-df27c3fe]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-df27c3fe]{min-height:0}.multiselect__select[data-v-df27c3fe]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-df27c3fe]:before{margin-top:0;top:0}.multiselect__tags[data-v-df27c3fe]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-df27c3fe]{font-family:Nunito!important}.multiselect__placeholder[data-v-df27c3fe]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-df27c3fe]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-df27c3fe]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-df27c3fe]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-df27c3fe]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-df27c3fe]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-df27c3fe]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-df27c3fe]{max-height:20vh!important}.multiselect__option--selected[data-v-df27c3fe]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-df27c3fe]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-df27c3fe],.multiselect__single[data-v-df27c3fe],.multiselect__tags input[data-v-df27c3fe]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-df27c3fe]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-df27c3fe]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-df27c3fe]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-df27c3fe],.multiselect__single[data-v-df27c3fe],.multiselect__tags input[data-v-df27c3fe]{font-size:.78125vw}.multiselect__option[data-v-df27c3fe]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-df27c3fe]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-df27c3fe]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-df27c3fe],.multiselect__single[data-v-df27c3fe],.multiselect__tags input[data-v-df27c3fe]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-df27c3fe]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-df27c3fe]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-df27c3fe]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-df27c3fe],.multiselect__single[data-v-df27c3fe],.multiselect__tags input[data-v-df27c3fe]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-df27c3fe]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-df27c3fe]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-df27c3fe]{font-size:15px}h1[data-v-df27c3fe]{font-size:1.5rem}h2[data-v-df27c3fe]{font-size:1.25rem}h3[data-v-df27c3fe]{font-size:1.1rem}}.stat-option[data-v-df27c3fe]{flex:1 1 160px;min-width:160px;border-radius:16px;border:1px solid rgba(15,23,42,.08);padding:1rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;justify-content:center;background:#effbf8}.stat-option__header[data-v-df27c3fe],.stat-option__text[data-v-df27c3fe]{font-family:Nunito;margin:0}.stat-option__icon[data-v-df27c3fe] svg{width:22px;height:22px}fieldset[disabled] .multiselect[data-v-1d69171d]{pointer-events:none}.multiselect__spinner[data-v-1d69171d]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-1d69171d]:before,.multiselect__spinner[data-v-1d69171d]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-1d69171d]:before{animation:spinning-1d69171d 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-1d69171d]:after{animation:spinning-1d69171d 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-1d69171d],.multiselect__loading-leave-active[data-v-1d69171d]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-1d69171d],.multiselect__loading-leave-active[data-v-1d69171d]{opacity:0}.multiselect[data-v-1d69171d],.multiselect__input[data-v-1d69171d],.multiselect__single[data-v-1d69171d]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-1d69171d]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-1d69171d] *{box-sizing:border-box}.multiselect[data-v-1d69171d]:focus{outline:none}.multiselect--disabled[data-v-1d69171d]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-1d69171d]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-1d69171d],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-1d69171d],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-1d69171d]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-1d69171d]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-1d69171d],.multiselect--above.multiselect--active .multiselect__input[data-v-1d69171d],.multiselect--above.multiselect--active .multiselect__tags[data-v-1d69171d]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-1d69171d],.multiselect__single[data-v-1d69171d]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-1d69171d]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-1d69171d],.multiselect__tag~.multiselect__single[data-v-1d69171d]{width:auto}.multiselect__input[data-v-1d69171d]:hover,.multiselect__single[data-v-1d69171d]:hover{border-color:#cfcfcf}.multiselect__input[data-v-1d69171d]:focus,.multiselect__single[data-v-1d69171d]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-1d69171d]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-1d69171d]{display:inline}.multiselect__tags[data-v-1d69171d]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-1d69171d]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-1d69171d]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-1d69171d]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-1d69171d]:focus:after,.multiselect__tag-icon[data-v-1d69171d]:hover:after{color:#fff}.multiselect__current[data-v-1d69171d]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-1d69171d]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-1d69171d]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-1d69171d]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-1d69171d]{display:none}.multiselect__content-wrapper[data-v-1d69171d]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-1d69171d]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-1d69171d]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-1d69171d]::-webkit-scrollbar{display:none}.multiselect__element[data-v-1d69171d]{display:block}.multiselect__option[data-v-1d69171d]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-1d69171d]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-1d69171d]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-1d69171d]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-1d69171d]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-1d69171d]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-1d69171d]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-1d69171d]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-1d69171d],.multiselect--disabled .multiselect__select[data-v-1d69171d]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-1d69171d]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-1d69171d]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-1d69171d]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-1d69171d]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-1d69171d]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-1d69171d]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-1d69171d]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-1d69171d],.multiselect-leave-active[data-v-1d69171d]{transition:all .15s ease}.multiselect-enter[data-v-1d69171d],.multiselect-leave-active[data-v-1d69171d]{opacity:0}.multiselect__strong[data-v-1d69171d]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-1d69171d]{text-align:right}[dir=rtl] .multiselect__select[data-v-1d69171d]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-1d69171d]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-1d69171d]{text-align:right}[dir=rtl] .multiselect__option[data-v-1d69171d]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-1d69171d]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-1d69171d]{right:auto;left:1px}@keyframes spinning-1d69171d{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-1d69171d]{margin:0;padding:0;box-sizing:border-box}body[data-v-1d69171d]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-1d69171d]{min-height:0}.multiselect__select[data-v-1d69171d]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-1d69171d]:before{margin-top:0;top:0}.multiselect__tags[data-v-1d69171d]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-1d69171d]{font-family:Nunito!important}.multiselect__placeholder[data-v-1d69171d]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-1d69171d]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-1d69171d]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-1d69171d]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-1d69171d]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-1d69171d]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-1d69171d]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-1d69171d]{max-height:20vh!important}.multiselect__option--selected[data-v-1d69171d]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-1d69171d]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-1d69171d],.multiselect__single[data-v-1d69171d],.multiselect__tags input[data-v-1d69171d]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-1d69171d]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-1d69171d]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-1d69171d]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-1d69171d],.multiselect__single[data-v-1d69171d],.multiselect__tags input[data-v-1d69171d]{font-size:.78125vw}.multiselect__option[data-v-1d69171d]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-1d69171d]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-1d69171d]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-1d69171d],.multiselect__single[data-v-1d69171d],.multiselect__tags input[data-v-1d69171d]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-1d69171d]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-1d69171d]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-1d69171d]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-1d69171d],.multiselect__single[data-v-1d69171d],.multiselect__tags input[data-v-1d69171d]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-1d69171d]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-1d69171d]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-1d69171d]{font-size:15px}h1[data-v-1d69171d]{font-size:1.5rem}h2[data-v-1d69171d]{font-size:1.25rem}h3[data-v-1d69171d]{font-size:1.1rem}}.skeleton-rows[data-v-1d69171d]{display:flex;flex-direction:column;gap:.75rem;width:100%}.skeleton-row[data-v-1d69171d]{height:64px;border-radius:12px;background:linear-gradient(90deg,#94a3b838,#94a3b866,#94a3b838);background-size:200% 100%;animation:shimmer-1d69171d 1.2s infinite linear}@keyframes shimmer-1d69171d{0%{background-position:200% 0}to{background-position:-200% 0}}fieldset[disabled] .multiselect[data-v-3b707e39]{pointer-events:none}.multiselect__spinner[data-v-3b707e39]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-3b707e39]:before,.multiselect__spinner[data-v-3b707e39]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-3b707e39]:before{animation:spinning-3b707e39 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-3b707e39]:after{animation:spinning-3b707e39 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-3b707e39],.multiselect__loading-leave-active[data-v-3b707e39]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-3b707e39],.multiselect__loading-leave-active[data-v-3b707e39]{opacity:0}.multiselect[data-v-3b707e39],.multiselect__input[data-v-3b707e39],.multiselect__single[data-v-3b707e39]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-3b707e39]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-3b707e39] *{box-sizing:border-box}.multiselect[data-v-3b707e39]:focus{outline:none}.multiselect--disabled[data-v-3b707e39]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-3b707e39]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-3b707e39],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-3b707e39],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-3b707e39]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-3b707e39]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-3b707e39],.multiselect--above.multiselect--active .multiselect__input[data-v-3b707e39],.multiselect--above.multiselect--active .multiselect__tags[data-v-3b707e39]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-3b707e39],.multiselect__single[data-v-3b707e39]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-3b707e39]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-3b707e39],.multiselect__tag~.multiselect__single[data-v-3b707e39]{width:auto}.multiselect__input[data-v-3b707e39]:hover,.multiselect__single[data-v-3b707e39]:hover{border-color:#cfcfcf}.multiselect__input[data-v-3b707e39]:focus,.multiselect__single[data-v-3b707e39]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-3b707e39]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-3b707e39]{display:inline}.multiselect__tags[data-v-3b707e39]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-3b707e39]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-3b707e39]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-3b707e39]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-3b707e39]:focus:after,.multiselect__tag-icon[data-v-3b707e39]:hover:after{color:#fff}.multiselect__current[data-v-3b707e39]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-3b707e39]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-3b707e39]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-3b707e39]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-3b707e39]{display:none}.multiselect__content-wrapper[data-v-3b707e39]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-3b707e39]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-3b707e39]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-3b707e39]::-webkit-scrollbar{display:none}.multiselect__element[data-v-3b707e39]{display:block}.multiselect__option[data-v-3b707e39]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-3b707e39]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-3b707e39]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-3b707e39]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-3b707e39]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-3b707e39]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-3b707e39]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-3b707e39]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-3b707e39],.multiselect--disabled .multiselect__select[data-v-3b707e39]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-3b707e39]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-3b707e39]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-3b707e39]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-3b707e39]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-3b707e39]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-3b707e39]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-3b707e39]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-3b707e39],.multiselect-leave-active[data-v-3b707e39]{transition:all .15s ease}.multiselect-enter[data-v-3b707e39],.multiselect-leave-active[data-v-3b707e39]{opacity:0}.multiselect__strong[data-v-3b707e39]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-3b707e39]{text-align:right}[dir=rtl] .multiselect__select[data-v-3b707e39]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-3b707e39]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-3b707e39]{text-align:right}[dir=rtl] .multiselect__option[data-v-3b707e39]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-3b707e39]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-3b707e39]{right:auto;left:1px}@keyframes spinning-3b707e39{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-3b707e39]{margin:0;padding:0;box-sizing:border-box}body[data-v-3b707e39]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-3b707e39]{min-height:0}.multiselect__select[data-v-3b707e39]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-3b707e39]:before{margin-top:0;top:0}.multiselect__tags[data-v-3b707e39]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-3b707e39]{font-family:Nunito!important}.multiselect__placeholder[data-v-3b707e39]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-3b707e39]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-3b707e39]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-3b707e39]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-3b707e39]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-3b707e39]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-3b707e39]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-3b707e39]{max-height:20vh!important}.multiselect__option--selected[data-v-3b707e39]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-3b707e39]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-3b707e39],.multiselect__single[data-v-3b707e39],.multiselect__tags input[data-v-3b707e39]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-3b707e39]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-3b707e39]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-3b707e39]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-3b707e39],.multiselect__single[data-v-3b707e39],.multiselect__tags input[data-v-3b707e39]{font-size:.78125vw}.multiselect__option[data-v-3b707e39]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-3b707e39]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-3b707e39]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-3b707e39],.multiselect__single[data-v-3b707e39],.multiselect__tags input[data-v-3b707e39]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-3b707e39]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-3b707e39]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-3b707e39]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-3b707e39],.multiselect__single[data-v-3b707e39],.multiselect__tags input[data-v-3b707e39]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-3b707e39]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-3b707e39]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-3b707e39]{font-size:15px}h1[data-v-3b707e39]{font-size:1.5rem}h2[data-v-3b707e39]{font-size:1.25rem}h3[data-v-3b707e39]{font-size:1.1rem}}.table-item[data-v-3b707e39]{display:flex;flex-direction:row;height:64px;width:100%;border-bottom:1px solid rgba(15,23,42,.08)}.table-item__cell[data-v-3b707e39]{flex:1 1 0;min-width:0;padding:8px 12px;overflow:hidden;display:flex;align-items:center}.table-item__cell-content[data-v-3b707e39]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Nunito}.cell--title[data-v-3b707e39]{flex:2 1 0}.cell--thumb[data-v-3b707e39]{flex:0 0 72px}.table-item__thumb[data-v-3b707e39]{width:48px;height:48px;border-radius:10px;background:#3a7afe14;overflow:hidden}.table-item__thumb-image[data-v-3b707e39]{display:block;width:100%;height:100%;object-fit:cover}.table-item__delete[data-v-3b707e39]{min-width:auto;border:none;border-radius:10px;background:#ef44441f;color:#b91c1c;padding:.625rem .75rem;cursor:pointer}fieldset[disabled] .multiselect[data-v-181ad6f3]{pointer-events:none}.multiselect__spinner[data-v-181ad6f3]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-181ad6f3]:before,.multiselect__spinner[data-v-181ad6f3]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-181ad6f3]:before{animation:spinning-181ad6f3 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-181ad6f3]:after{animation:spinning-181ad6f3 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-181ad6f3],.multiselect__loading-leave-active[data-v-181ad6f3]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-181ad6f3],.multiselect__loading-leave-active[data-v-181ad6f3]{opacity:0}.multiselect[data-v-181ad6f3],.multiselect__input[data-v-181ad6f3],.multiselect__single[data-v-181ad6f3]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-181ad6f3]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-181ad6f3] *{box-sizing:border-box}.multiselect[data-v-181ad6f3]:focus{outline:none}.multiselect--disabled[data-v-181ad6f3]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-181ad6f3]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-181ad6f3],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-181ad6f3],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-181ad6f3]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-181ad6f3]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-181ad6f3],.multiselect--above.multiselect--active .multiselect__input[data-v-181ad6f3],.multiselect--above.multiselect--active .multiselect__tags[data-v-181ad6f3]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-181ad6f3],.multiselect__single[data-v-181ad6f3]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-181ad6f3]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-181ad6f3],.multiselect__tag~.multiselect__single[data-v-181ad6f3]{width:auto}.multiselect__input[data-v-181ad6f3]:hover,.multiselect__single[data-v-181ad6f3]:hover{border-color:#cfcfcf}.multiselect__input[data-v-181ad6f3]:focus,.multiselect__single[data-v-181ad6f3]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-181ad6f3]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-181ad6f3]{display:inline}.multiselect__tags[data-v-181ad6f3]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-181ad6f3]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-181ad6f3]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-181ad6f3]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-181ad6f3]:focus:after,.multiselect__tag-icon[data-v-181ad6f3]:hover:after{color:#fff}.multiselect__current[data-v-181ad6f3]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-181ad6f3]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-181ad6f3]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-181ad6f3]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-181ad6f3]{display:none}.multiselect__content-wrapper[data-v-181ad6f3]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-181ad6f3]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-181ad6f3]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-181ad6f3]::-webkit-scrollbar{display:none}.multiselect__element[data-v-181ad6f3]{display:block}.multiselect__option[data-v-181ad6f3]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-181ad6f3]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-181ad6f3]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-181ad6f3]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-181ad6f3]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-181ad6f3]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-181ad6f3]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-181ad6f3]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-181ad6f3],.multiselect--disabled .multiselect__select[data-v-181ad6f3]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-181ad6f3]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-181ad6f3]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-181ad6f3]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-181ad6f3]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-181ad6f3]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-181ad6f3]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-181ad6f3]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-181ad6f3],.multiselect-leave-active[data-v-181ad6f3]{transition:all .15s ease}.multiselect-enter[data-v-181ad6f3],.multiselect-leave-active[data-v-181ad6f3]{opacity:0}.multiselect__strong[data-v-181ad6f3]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-181ad6f3]{text-align:right}[dir=rtl] .multiselect__select[data-v-181ad6f3]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-181ad6f3]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-181ad6f3]{text-align:right}[dir=rtl] .multiselect__option[data-v-181ad6f3]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-181ad6f3]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-181ad6f3]{right:auto;left:1px}@keyframes spinning-181ad6f3{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-181ad6f3]{margin:0;padding:0;box-sizing:border-box}body[data-v-181ad6f3]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-181ad6f3]{min-height:0}.multiselect__select[data-v-181ad6f3]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-181ad6f3]:before{margin-top:0;top:0}.multiselect__tags[data-v-181ad6f3]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-181ad6f3]{font-family:Nunito!important}.multiselect__placeholder[data-v-181ad6f3]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-181ad6f3]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-181ad6f3]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-181ad6f3]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-181ad6f3]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-181ad6f3]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-181ad6f3]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-181ad6f3]{max-height:20vh!important}.multiselect__option--selected[data-v-181ad6f3]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-181ad6f3]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-181ad6f3],.multiselect__single[data-v-181ad6f3],.multiselect__tags input[data-v-181ad6f3]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-181ad6f3]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-181ad6f3]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-181ad6f3]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-181ad6f3],.multiselect__single[data-v-181ad6f3],.multiselect__tags input[data-v-181ad6f3]{font-size:.78125vw}.multiselect__option[data-v-181ad6f3]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-181ad6f3]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-181ad6f3]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-181ad6f3],.multiselect__single[data-v-181ad6f3],.multiselect__tags input[data-v-181ad6f3]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-181ad6f3]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-181ad6f3]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-181ad6f3]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-181ad6f3],.multiselect__single[data-v-181ad6f3],.multiselect__tags input[data-v-181ad6f3]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-181ad6f3]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-181ad6f3]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-181ad6f3]{font-size:15px}h1[data-v-181ad6f3]{font-size:1.5rem}h2[data-v-181ad6f3]{font-size:1.25rem}h3[data-v-181ad6f3]{font-size:1.1rem}}.table-item__cell[data-v-181ad6f3]{flex:1 1 0;min-width:0;padding:8px 12px;overflow:hidden;display:flex;align-items:center}.cell--title[data-v-181ad6f3]{flex:2 1 0}.cell--thumb[data-v-181ad6f3]{flex:0 0 72px}.table-item__thumb[data-v-181ad6f3]{width:48px;height:48px;border-radius:10px;background:#3a7afe14;background-size:cover;background-position:center}.table-item__delete[data-v-181ad6f3]{min-width:auto;border:none;border-radius:10px;background:#ef44441f;color:#b91c1c;padding:.625rem .75rem;cursor:pointer}.dashboard-table[data-v-181ad6f3]{background:#effbf8;border-radius:18px;padding:1rem;display:flex;flex-direction:column;gap:1rem;min-height:0;border:1px solid rgba(15,23,42,.08)}.dashboard-table__header[data-v-181ad6f3],.dashboard-table__title[data-v-181ad6f3]{display:flex;align-items:center;gap:.75rem}.dashboard-table__header[data-v-181ad6f3]{min-height:42px;justify-content:space-between;align-items:center;flex-wrap:wrap}.dashboard-table__title h3[data-v-181ad6f3]{margin:0;font-family:Manrope}.dashboard-table__icon[data-v-181ad6f3] svg{width:20px;height:20px}.dashboard-table__add[data-v-181ad6f3]{min-width:auto;border:none;border-radius:10px;padding:.625rem .875rem;background:#26e5bc;color:#f7fdfc;cursor:pointer}.table[data-v-181ad6f3]{display:flex;flex-grow:1;flex-direction:column;width:100%;min-height:0;overflow-x:auto}.dashboard-table__scroll[data-v-181ad6f3]{display:flex;flex-direction:column;min-height:0;max-height:min(30rem,55vh);overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.table--loading[data-v-181ad6f3]{justify-content:flex-start}.dashboard-table__labels[data-v-181ad6f3]{color:#0f172a8f;font-family:Manrope;display:flex;position:sticky;top:0;z-index:1;background:#effbf8}.dashboard-table__list[data-v-181ad6f3]{list-style:none;margin:0;padding:0}.dashboard-table__empty[data-v-181ad6f3]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:14px;background:#3a7afe0d;font-family:Nunito}@media(max-width:1024px){.table[data-v-181ad6f3]{overflow-x:auto}.dashboard-table__labels[data-v-181ad6f3],.dashboard-table__list[data-v-181ad6f3] .table-item{min-width:600px}.dashboard-table__scroll[data-v-181ad6f3]{max-height:min(26rem,50vh)}}@media(min-width:1025px){.dashboard-table__scroll[data-v-181ad6f3]{max-height:calc(100dvh - 24rem)}}fieldset[disabled] .multiselect[data-v-e207ea38]{pointer-events:none}.multiselect__spinner[data-v-e207ea38]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-e207ea38]:before,.multiselect__spinner[data-v-e207ea38]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-e207ea38]:before{animation:spinning-e207ea38 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-e207ea38]:after{animation:spinning-e207ea38 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-e207ea38],.multiselect__loading-leave-active[data-v-e207ea38]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-e207ea38],.multiselect__loading-leave-active[data-v-e207ea38]{opacity:0}.multiselect[data-v-e207ea38],.multiselect__input[data-v-e207ea38],.multiselect__single[data-v-e207ea38]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-e207ea38]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-e207ea38] *{box-sizing:border-box}.multiselect[data-v-e207ea38]:focus{outline:none}.multiselect--disabled[data-v-e207ea38]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-e207ea38]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-e207ea38],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-e207ea38],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-e207ea38]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-e207ea38]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-e207ea38],.multiselect--above.multiselect--active .multiselect__input[data-v-e207ea38],.multiselect--above.multiselect--active .multiselect__tags[data-v-e207ea38]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-e207ea38],.multiselect__single[data-v-e207ea38]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-e207ea38]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-e207ea38],.multiselect__tag~.multiselect__single[data-v-e207ea38]{width:auto}.multiselect__input[data-v-e207ea38]:hover,.multiselect__single[data-v-e207ea38]:hover{border-color:#cfcfcf}.multiselect__input[data-v-e207ea38]:focus,.multiselect__single[data-v-e207ea38]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-e207ea38]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-e207ea38]{display:inline}.multiselect__tags[data-v-e207ea38]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-e207ea38]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-e207ea38]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-e207ea38]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-e207ea38]:focus:after,.multiselect__tag-icon[data-v-e207ea38]:hover:after{color:#fff}.multiselect__current[data-v-e207ea38]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-e207ea38]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-e207ea38]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-e207ea38]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-e207ea38]{display:none}.multiselect__content-wrapper[data-v-e207ea38]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-e207ea38]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-e207ea38]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-e207ea38]::-webkit-scrollbar{display:none}.multiselect__element[data-v-e207ea38]{display:block}.multiselect__option[data-v-e207ea38]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-e207ea38]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-e207ea38]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-e207ea38]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-e207ea38]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-e207ea38]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-e207ea38]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-e207ea38]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-e207ea38],.multiselect--disabled .multiselect__select[data-v-e207ea38]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-e207ea38]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-e207ea38]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-e207ea38]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-e207ea38]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-e207ea38]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-e207ea38]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-e207ea38]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-e207ea38],.multiselect-leave-active[data-v-e207ea38]{transition:all .15s ease}.multiselect-enter[data-v-e207ea38],.multiselect-leave-active[data-v-e207ea38]{opacity:0}.multiselect__strong[data-v-e207ea38]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-e207ea38]{text-align:right}[dir=rtl] .multiselect__select[data-v-e207ea38]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-e207ea38]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-e207ea38]{text-align:right}[dir=rtl] .multiselect__option[data-v-e207ea38]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-e207ea38]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-e207ea38]{right:auto;left:1px}@keyframes spinning-e207ea38{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-e207ea38]{margin:0;padding:0;box-sizing:border-box}body[data-v-e207ea38]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-e207ea38]{min-height:0}.multiselect__select[data-v-e207ea38]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-e207ea38]:before{margin-top:0;top:0}.multiselect__tags[data-v-e207ea38]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-e207ea38]{font-family:Nunito!important}.multiselect__placeholder[data-v-e207ea38]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-e207ea38]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-e207ea38]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-e207ea38]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-e207ea38]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-e207ea38]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-e207ea38]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-e207ea38]{max-height:20vh!important}.multiselect__option--selected[data-v-e207ea38]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-e207ea38]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-e207ea38],.multiselect__single[data-v-e207ea38],.multiselect__tags input[data-v-e207ea38]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-e207ea38]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-e207ea38]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-e207ea38]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-e207ea38],.multiselect__single[data-v-e207ea38],.multiselect__tags input[data-v-e207ea38]{font-size:.78125vw}.multiselect__option[data-v-e207ea38]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-e207ea38]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-e207ea38]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-e207ea38],.multiselect__single[data-v-e207ea38],.multiselect__tags input[data-v-e207ea38]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-e207ea38]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-e207ea38]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-e207ea38]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-e207ea38],.multiselect__single[data-v-e207ea38],.multiselect__tags input[data-v-e207ea38]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-e207ea38]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-e207ea38]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-e207ea38]{font-size:15px}h1[data-v-e207ea38]{font-size:1.5rem}h2[data-v-e207ea38]{font-size:1.25rem}h3[data-v-e207ea38]{font-size:1.1rem}}.autocomplete-input[data-v-e207ea38]{position:relative}.autocomplete-input input[data-v-e207ea38]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem;background:#effbf8;color:#2b2b2b;font:inherit}.autocomplete-input input.is-valid[data-v-e207ea38]{border-color:#18cda6}.autocomplete-input input.is-invalid[data-v-e207ea38]{border-color:#dc2626}.autocomplete-input__menu[data-v-e207ea38]{position:absolute;top:calc(100% + .35rem);left:0;right:0;z-index:30;display:flex;flex-direction:column;max-height:16rem;overflow-y:auto;border:1px solid rgba(15,23,42,.12);border-radius:12px;background:#effbf8;box-shadow:0 18px 40px #0f172a24}.autocomplete-input__option[data-v-e207ea38]{min-width:0;padding:.7rem .85rem;border:none;background:transparent;text-align:left;font:inherit;color:inherit;cursor:pointer}.autocomplete-input__option+.autocomplete-input__option[data-v-e207ea38]{border-top:1px solid rgba(15,23,42,.08)}.autocomplete-input__option[data-v-e207ea38]:hover,.autocomplete-input__option[data-v-e207ea38]:focus-visible{background:#0f172a0d;outline:none}fieldset[disabled] .multiselect[data-v-a6d22d90]{pointer-events:none}.multiselect__spinner[data-v-a6d22d90]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-a6d22d90]:before,.multiselect__spinner[data-v-a6d22d90]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-a6d22d90]:before{animation:spinning-a6d22d90 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-a6d22d90]:after{animation:spinning-a6d22d90 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-a6d22d90],.multiselect__loading-leave-active[data-v-a6d22d90]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-a6d22d90],.multiselect__loading-leave-active[data-v-a6d22d90]{opacity:0}.multiselect[data-v-a6d22d90],.multiselect__input[data-v-a6d22d90],.multiselect__single[data-v-a6d22d90]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-a6d22d90]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-a6d22d90] *{box-sizing:border-box}.multiselect[data-v-a6d22d90]:focus{outline:none}.multiselect--disabled[data-v-a6d22d90]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-a6d22d90]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-a6d22d90],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-a6d22d90],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-a6d22d90]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-a6d22d90]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-a6d22d90],.multiselect--above.multiselect--active .multiselect__input[data-v-a6d22d90],.multiselect--above.multiselect--active .multiselect__tags[data-v-a6d22d90]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-a6d22d90],.multiselect__single[data-v-a6d22d90]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-a6d22d90]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-a6d22d90],.multiselect__tag~.multiselect__single[data-v-a6d22d90]{width:auto}.multiselect__input[data-v-a6d22d90]:hover,.multiselect__single[data-v-a6d22d90]:hover{border-color:#cfcfcf}.multiselect__input[data-v-a6d22d90]:focus,.multiselect__single[data-v-a6d22d90]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-a6d22d90]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-a6d22d90]{display:inline}.multiselect__tags[data-v-a6d22d90]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-a6d22d90]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-a6d22d90]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-a6d22d90]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-a6d22d90]:focus:after,.multiselect__tag-icon[data-v-a6d22d90]:hover:after{color:#fff}.multiselect__current[data-v-a6d22d90]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-a6d22d90]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-a6d22d90]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-a6d22d90]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-a6d22d90]{display:none}.multiselect__content-wrapper[data-v-a6d22d90]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-a6d22d90]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-a6d22d90]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-a6d22d90]::-webkit-scrollbar{display:none}.multiselect__element[data-v-a6d22d90]{display:block}.multiselect__option[data-v-a6d22d90]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-a6d22d90]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-a6d22d90]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-a6d22d90]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-a6d22d90]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-a6d22d90]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-a6d22d90]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-a6d22d90]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-a6d22d90],.multiselect--disabled .multiselect__select[data-v-a6d22d90]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-a6d22d90]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-a6d22d90]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-a6d22d90]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-a6d22d90]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-a6d22d90]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-a6d22d90]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-a6d22d90]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-a6d22d90],.multiselect-leave-active[data-v-a6d22d90]{transition:all .15s ease}.multiselect-enter[data-v-a6d22d90],.multiselect-leave-active[data-v-a6d22d90]{opacity:0}.multiselect__strong[data-v-a6d22d90]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-a6d22d90]{text-align:right}[dir=rtl] .multiselect__select[data-v-a6d22d90]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-a6d22d90]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-a6d22d90]{text-align:right}[dir=rtl] .multiselect__option[data-v-a6d22d90]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-a6d22d90]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-a6d22d90]{right:auto;left:1px}@keyframes spinning-a6d22d90{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-a6d22d90]{margin:0;padding:0;box-sizing:border-box}body[data-v-a6d22d90]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-a6d22d90]{min-height:0}.multiselect__select[data-v-a6d22d90]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-a6d22d90]:before{margin-top:0;top:0}.multiselect__tags[data-v-a6d22d90]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-a6d22d90]{font-family:Nunito!important}.multiselect__placeholder[data-v-a6d22d90]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-a6d22d90]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-a6d22d90]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-a6d22d90]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-a6d22d90]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-a6d22d90]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-a6d22d90]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-a6d22d90]{max-height:20vh!important}.multiselect__option--selected[data-v-a6d22d90]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-a6d22d90]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-a6d22d90],.multiselect__single[data-v-a6d22d90],.multiselect__tags input[data-v-a6d22d90]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-a6d22d90]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-a6d22d90]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-a6d22d90]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-a6d22d90],.multiselect__single[data-v-a6d22d90],.multiselect__tags input[data-v-a6d22d90]{font-size:.78125vw}.multiselect__option[data-v-a6d22d90]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-a6d22d90]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-a6d22d90]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-a6d22d90],.multiselect__single[data-v-a6d22d90],.multiselect__tags input[data-v-a6d22d90]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-a6d22d90]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-a6d22d90]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-a6d22d90]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-a6d22d90],.multiselect__single[data-v-a6d22d90],.multiselect__tags input[data-v-a6d22d90]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-a6d22d90]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-a6d22d90]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-a6d22d90]{font-size:15px}h1[data-v-a6d22d90]{font-size:1.5rem}h2[data-v-a6d22d90]{font-size:1.25rem}h3[data-v-a6d22d90]{font-size:1.1rem}}.watchlist-modal[data-v-a6d22d90]{position:fixed;inset:0;z-index:1000;padding:1rem;display:flex;align-items:center;justify-content:center}.watchlist-modal__backdrop[data-v-a6d22d90]{position:absolute;inset:0;background:#0f172a99}.watchlist-modal__panel[data-v-a6d22d90]{position:relative;z-index:1;width:min(100%,760px);max-height:min(88dvh,48rem);border-radius:18px;background:#f7fdfc;padding:clamp(1rem,2.5vw,1.5rem);display:flex;flex-direction:column;gap:1rem;overflow-y:auto;box-shadow:0 24px 48px #0f172a2e}.watchlist-modal__panel h2[data-v-a6d22d90]{font-family:Manrope;font-size:clamp(1.2rem,2.4vw,1.5rem);margin:0}.watchlist-modal__close[data-v-a6d22d90]{align-self:flex-end;min-width:auto;border:none;background:transparent;cursor:pointer;font-size:clamp(.95rem,1.5vw,1rem)}.watchlist-form[data-v-a6d22d90]{display:flex;flex-wrap:wrap;gap:1rem}.watchlist-form__section[data-v-a6d22d90]{flex:1 1 280px;display:flex;flex-direction:column;gap:.75rem}.watchlist-form__section h3[data-v-a6d22d90]{font-family:Manrope;font-size:clamp(1rem,1.8vw,1.125rem)}.watchlist-form__section label[data-v-a6d22d90]{display:flex;flex-direction:column;gap:.375rem;font-family:Nunito;font-size:clamp(.95rem,1.5vw,1rem)}.field-label[data-v-a6d22d90]{display:inline-flex;align-items:center;gap:.4rem}.field-help[data-v-a6d22d90]{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:999px;background:#0f172a14;color:#2b2b2b;font-size:.75rem;font-weight:700;cursor:help}.field-help[data-v-a6d22d90]:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + .55rem);transform:translate(-50%);width:min(18rem,100vw - 2rem);max-width:calc(100vw - 2rem);padding:.65rem .75rem;border-radius:12px;background:#0f172a;color:#fff;font-size:.8rem;font-weight:500;line-height:1.35;box-shadow:0 14px 30px #0f172a38;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease;z-index:10}.field-help[data-v-a6d22d90]:hover:after,.field-help[data-v-a6d22d90]:focus-visible:after{opacity:1;visibility:visible}.watchlist-form__section input[data-v-a6d22d90]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem;font-size:clamp(.95rem,1.5vw,1rem)}.watchlist-form__section input.is-valid[data-v-a6d22d90]{border-color:#18cda6}.watchlist-form__section input.is-invalid[data-v-a6d22d90]{border-color:#dc2626}.isbn-indicator[data-v-a6d22d90]{font-size:.85rem}.isbn-indicator--valid[data-v-a6d22d90]{color:#17826d}.isbn-indicator--invalid[data-v-a6d22d90]{color:#dc2626}@media(max-width:640px){.watchlist-modal[data-v-a6d22d90]{padding:.75rem;align-items:flex-end}.watchlist-modal__panel[data-v-a6d22d90]{max-height:min(84dvh,44rem);border-radius:20px 20px 16px 16px}[data-v-a6d22d90] .loading-button{width:100%}.field-help[data-v-a6d22d90]:after{left:0;right:auto;transform:none;width:min(16rem,100vw - 1.5rem);max-width:calc(100vw - 1.5rem)}}fieldset[disabled] .multiselect[data-v-73a8d257]{pointer-events:none}.multiselect__spinner[data-v-73a8d257]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-73a8d257]:before,.multiselect__spinner[data-v-73a8d257]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-73a8d257]:before{animation:spinning-73a8d257 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-73a8d257]:after{animation:spinning-73a8d257 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-73a8d257],.multiselect__loading-leave-active[data-v-73a8d257]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-73a8d257],.multiselect__loading-leave-active[data-v-73a8d257]{opacity:0}.multiselect[data-v-73a8d257],.multiselect__input[data-v-73a8d257],.multiselect__single[data-v-73a8d257]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-73a8d257]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-73a8d257] *{box-sizing:border-box}.multiselect[data-v-73a8d257]:focus{outline:none}.multiselect--disabled[data-v-73a8d257]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-73a8d257]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-73a8d257],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-73a8d257],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-73a8d257]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-73a8d257]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-73a8d257],.multiselect--above.multiselect--active .multiselect__input[data-v-73a8d257],.multiselect--above.multiselect--active .multiselect__tags[data-v-73a8d257]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-73a8d257],.multiselect__single[data-v-73a8d257]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-73a8d257]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-73a8d257],.multiselect__tag~.multiselect__single[data-v-73a8d257]{width:auto}.multiselect__input[data-v-73a8d257]:hover,.multiselect__single[data-v-73a8d257]:hover{border-color:#cfcfcf}.multiselect__input[data-v-73a8d257]:focus,.multiselect__single[data-v-73a8d257]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-73a8d257]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-73a8d257]{display:inline}.multiselect__tags[data-v-73a8d257]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-73a8d257]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-73a8d257]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-73a8d257]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-73a8d257]:focus:after,.multiselect__tag-icon[data-v-73a8d257]:hover:after{color:#fff}.multiselect__current[data-v-73a8d257]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-73a8d257]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-73a8d257]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-73a8d257]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-73a8d257]{display:none}.multiselect__content-wrapper[data-v-73a8d257]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-73a8d257]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-73a8d257]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-73a8d257]::-webkit-scrollbar{display:none}.multiselect__element[data-v-73a8d257]{display:block}.multiselect__option[data-v-73a8d257]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-73a8d257]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-73a8d257]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-73a8d257]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-73a8d257]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-73a8d257]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-73a8d257]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-73a8d257]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-73a8d257],.multiselect--disabled .multiselect__select[data-v-73a8d257]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-73a8d257]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-73a8d257]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-73a8d257]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-73a8d257]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-73a8d257]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-73a8d257]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-73a8d257]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-73a8d257],.multiselect-leave-active[data-v-73a8d257]{transition:all .15s ease}.multiselect-enter[data-v-73a8d257],.multiselect-leave-active[data-v-73a8d257]{opacity:0}.multiselect__strong[data-v-73a8d257]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-73a8d257]{text-align:right}[dir=rtl] .multiselect__select[data-v-73a8d257]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-73a8d257]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-73a8d257]{text-align:right}[dir=rtl] .multiselect__option[data-v-73a8d257]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-73a8d257]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-73a8d257]{right:auto;left:1px}@keyframes spinning-73a8d257{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-73a8d257]{margin:0;padding:0;box-sizing:border-box}body[data-v-73a8d257]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-73a8d257]{min-height:0}.multiselect__select[data-v-73a8d257]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-73a8d257]:before{margin-top:0;top:0}.multiselect__tags[data-v-73a8d257]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-73a8d257]{font-family:Nunito!important}.multiselect__placeholder[data-v-73a8d257]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-73a8d257]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-73a8d257]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-73a8d257]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-73a8d257]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-73a8d257]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-73a8d257]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-73a8d257]{max-height:20vh!important}.multiselect__option--selected[data-v-73a8d257]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-73a8d257]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-73a8d257],.multiselect__single[data-v-73a8d257],.multiselect__tags input[data-v-73a8d257]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-73a8d257]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-73a8d257]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-73a8d257]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-73a8d257],.multiselect__single[data-v-73a8d257],.multiselect__tags input[data-v-73a8d257]{font-size:.78125vw}.multiselect__option[data-v-73a8d257]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-73a8d257]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-73a8d257]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-73a8d257],.multiselect__single[data-v-73a8d257],.multiselect__tags input[data-v-73a8d257]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-73a8d257]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-73a8d257]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-73a8d257]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-73a8d257],.multiselect__single[data-v-73a8d257],.multiselect__tags input[data-v-73a8d257]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-73a8d257]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-73a8d257]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-73a8d257]{font-size:15px}h1[data-v-73a8d257]{font-size:1.5rem}h2[data-v-73a8d257]{font-size:1.25rem}h3[data-v-73a8d257]{font-size:1.1rem}}.dashboard-page[data-v-73a8d257]{min-height:100dvh;padding:1rem;margin-left:0;display:flex;flex-direction:column;gap:1rem;background:#f7fdfc;color:#2b2b2b}.dashboard-section[data-v-73a8d257]{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;gap:16px}.dashboard-panels[data-v-73a8d257]{display:flex;flex-grow:2;flex-wrap:wrap;gap:1rem}.dashboard-panels[data-v-73a8d257]>*{flex:1 1 420px;min-width:0}.dashboard-empty[data-v-73a8d257]{padding:1rem;border-radius:16px;background:#3a7afe0d;text-align:center;font-family:Nunito}@media(min-width:1025px){.dashboard-page[data-v-73a8d257]{margin-left:6rem}.dashboard-navbar[data-v-73a8d257]{display:none}}@media(max-width:1024px){.dashboard-sidebar[data-v-73a8d257]{display:none}.dashboard-page[data-v-73a8d257]{padding-bottom:calc(1rem + var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom))}}fieldset[disabled] .multiselect[data-v-0630fa84]{pointer-events:none}.multiselect__spinner[data-v-0630fa84]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-0630fa84]:before,.multiselect__spinner[data-v-0630fa84]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-0630fa84]:before{animation:spinning-0630fa84 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-0630fa84]:after{animation:spinning-0630fa84 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-0630fa84],.multiselect__loading-leave-active[data-v-0630fa84]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-0630fa84],.multiselect__loading-leave-active[data-v-0630fa84]{opacity:0}.multiselect[data-v-0630fa84],.multiselect__input[data-v-0630fa84],.multiselect__single[data-v-0630fa84]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-0630fa84]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-0630fa84] *{box-sizing:border-box}.multiselect[data-v-0630fa84]:focus{outline:none}.multiselect--disabled[data-v-0630fa84]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-0630fa84]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-0630fa84],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-0630fa84],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-0630fa84]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-0630fa84]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-0630fa84],.multiselect--above.multiselect--active .multiselect__input[data-v-0630fa84],.multiselect--above.multiselect--active .multiselect__tags[data-v-0630fa84]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-0630fa84],.multiselect__single[data-v-0630fa84]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-0630fa84]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-0630fa84],.multiselect__tag~.multiselect__single[data-v-0630fa84]{width:auto}.multiselect__input[data-v-0630fa84]:hover,.multiselect__single[data-v-0630fa84]:hover{border-color:#cfcfcf}.multiselect__input[data-v-0630fa84]:focus,.multiselect__single[data-v-0630fa84]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-0630fa84]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-0630fa84]{display:inline}.multiselect__tags[data-v-0630fa84]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-0630fa84]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-0630fa84]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-0630fa84]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-0630fa84]:focus:after,.multiselect__tag-icon[data-v-0630fa84]:hover:after{color:#fff}.multiselect__current[data-v-0630fa84]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-0630fa84]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-0630fa84]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-0630fa84]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-0630fa84]{display:none}.multiselect__content-wrapper[data-v-0630fa84]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-0630fa84]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-0630fa84]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-0630fa84]::-webkit-scrollbar{display:none}.multiselect__element[data-v-0630fa84]{display:block}.multiselect__option[data-v-0630fa84]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-0630fa84]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-0630fa84]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-0630fa84]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-0630fa84]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-0630fa84]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-0630fa84]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-0630fa84]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-0630fa84],.multiselect--disabled .multiselect__select[data-v-0630fa84]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-0630fa84]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-0630fa84]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-0630fa84]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-0630fa84]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-0630fa84]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-0630fa84]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-0630fa84]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-0630fa84],.multiselect-leave-active[data-v-0630fa84]{transition:all .15s ease}.multiselect-enter[data-v-0630fa84],.multiselect-leave-active[data-v-0630fa84]{opacity:0}.multiselect__strong[data-v-0630fa84]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-0630fa84]{text-align:right}[dir=rtl] .multiselect__select[data-v-0630fa84]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-0630fa84]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-0630fa84]{text-align:right}[dir=rtl] .multiselect__option[data-v-0630fa84]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-0630fa84]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-0630fa84]{right:auto;left:1px}@keyframes spinning-0630fa84{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-0630fa84]{margin:0;padding:0;box-sizing:border-box}body[data-v-0630fa84]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-0630fa84]{min-height:0}.multiselect__select[data-v-0630fa84]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-0630fa84]:before{margin-top:0;top:0}.multiselect__tags[data-v-0630fa84]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-0630fa84]{font-family:Nunito!important}.multiselect__placeholder[data-v-0630fa84]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-0630fa84]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-0630fa84]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-0630fa84]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-0630fa84]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-0630fa84]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-0630fa84]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-0630fa84]{max-height:20vh!important}.multiselect__option--selected[data-v-0630fa84]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-0630fa84]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-0630fa84],.multiselect__single[data-v-0630fa84],.multiselect__tags input[data-v-0630fa84]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-0630fa84]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-0630fa84]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-0630fa84]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-0630fa84],.multiselect__single[data-v-0630fa84],.multiselect__tags input[data-v-0630fa84]{font-size:.78125vw}.multiselect__option[data-v-0630fa84]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-0630fa84]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-0630fa84]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-0630fa84],.multiselect__single[data-v-0630fa84],.multiselect__tags input[data-v-0630fa84]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-0630fa84]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-0630fa84]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-0630fa84]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-0630fa84],.multiselect__single[data-v-0630fa84],.multiselect__tags input[data-v-0630fa84]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-0630fa84]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-0630fa84]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-0630fa84]{font-size:15px}h1[data-v-0630fa84]{font-size:1.5rem}h2[data-v-0630fa84]{font-size:1.25rem}h3[data-v-0630fa84]{font-size:1.1rem}}.browser-modal[data-v-0630fa84]{position:fixed;inset:0;z-index:1000;padding:1rem;display:flex;align-items:center;justify-content:center}.browser-modal__backdrop[data-v-0630fa84]{position:absolute;inset:0;background:#0f172a99}.browser-modal__panel[data-v-0630fa84]{position:relative;z-index:1;width:min(100%,900px);max-height:min(88dvh,50rem);border-radius:18px;background:#f7fdfc;padding:clamp(1rem,2.5vw,1.5rem);overflow-y:auto;box-shadow:0 24px 48px #0f172a2e}.browser-modal__close[data-v-0630fa84]{min-width:auto;border:none;background:transparent;cursor:pointer;margin-left:auto;display:block;font-size:clamp(.95rem,1.5vw,1rem)}.browser-modal__body[data-v-0630fa84]{display:flex;flex-wrap:wrap;gap:1rem}.browser-modal__details[data-v-0630fa84],.browser-modal__form[data-v-0630fa84]{flex:1 1 280px}.browser-modal__details h2[data-v-0630fa84]{font-family:Manrope;font-size:clamp(1.2rem,2.6vw,1.5rem);margin-bottom:.5rem}.browser-modal__details p[data-v-0630fa84]{font-family:Nunito;font-size:clamp(.95rem,1.6vw,1rem)}.browser-modal__detail-grid[data-v-0630fa84]{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem 1rem}.browser-modal__detail-grid p[data-v-0630fa84]{margin:0}.browser-modal__section[data-v-0630fa84]{display:flex;flex-direction:column;gap:.75rem}.browser-modal__section h3[data-v-0630fa84]{font-family:Manrope;font-size:clamp(1.05rem,2vw,1.25rem);margin-bottom:.5rem}.browser-modal__section label[data-v-0630fa84]{display:flex;flex-direction:column;gap:.375rem;font-family:Nunito;font-size:clamp(.95rem,1.5vw,1rem)}.browser-modal__section input[data-v-0630fa84]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem;margin-bottom:.5rem;font-size:clamp(.95rem,1.5vw,1rem)}.browser-modal__hint[data-v-0630fa84]{margin:0;font-family:Nunito;font-size:.9rem;color:#0f172aa6}.browser-modal__image[data-v-0630fa84]{width:100%;margin-top:1rem;border-radius:18px;object-fit:cover;aspect-ratio:4/3}.browser-modal__gallery[data-v-0630fa84]{margin-top:1rem}.browser-modal__image-link[data-v-0630fa84]{display:block}.browser-modal__gallery-controls[data-v-0630fa84]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.75rem}.browser-modal__gallery-btn[data-v-0630fa84]{width:2.5rem;height:2.5rem;border:1px solid rgba(15,23,42,.12);border-radius:999px;background:#3a7afe14;color:#1c6758;font-size:1.3rem;line-height:1;cursor:pointer}.browser-modal__gallery-count[data-v-0630fa84]{margin:0;font-family:Nunito;font-size:.95rem;color:#0f172ab3}@media(max-width:640px){.browser-modal[data-v-0630fa84]{padding:.75rem}.browser-modal__panel[data-v-0630fa84]{max-height:min(84dvh,44rem);border-radius:20px 20px 16px 16px}.browser-modal__body[data-v-0630fa84]{gap:1.25rem}.browser-modal__detail-grid[data-v-0630fa84]{grid-template-columns:1fr}.browser-modal__form[data-v-0630fa84] .loading-button{width:100%}}fieldset[disabled] .multiselect[data-v-a15330ab]{pointer-events:none}.multiselect__spinner[data-v-a15330ab]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-a15330ab]:before,.multiselect__spinner[data-v-a15330ab]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-a15330ab]:before{animation:spinning-a15330ab 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-a15330ab]:after{animation:spinning-a15330ab 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-a15330ab],.multiselect__loading-leave-active[data-v-a15330ab]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-a15330ab],.multiselect__loading-leave-active[data-v-a15330ab]{opacity:0}.multiselect[data-v-a15330ab],.multiselect__input[data-v-a15330ab],.multiselect__single[data-v-a15330ab]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-a15330ab]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-a15330ab] *{box-sizing:border-box}.multiselect[data-v-a15330ab]:focus{outline:none}.multiselect--disabled[data-v-a15330ab]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-a15330ab]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-a15330ab],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-a15330ab],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-a15330ab]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-a15330ab]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-a15330ab],.multiselect--above.multiselect--active .multiselect__input[data-v-a15330ab],.multiselect--above.multiselect--active .multiselect__tags[data-v-a15330ab]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-a15330ab],.multiselect__single[data-v-a15330ab]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-a15330ab]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-a15330ab],.multiselect__tag~.multiselect__single[data-v-a15330ab]{width:auto}.multiselect__input[data-v-a15330ab]:hover,.multiselect__single[data-v-a15330ab]:hover{border-color:#cfcfcf}.multiselect__input[data-v-a15330ab]:focus,.multiselect__single[data-v-a15330ab]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-a15330ab]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-a15330ab]{display:inline}.multiselect__tags[data-v-a15330ab]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-a15330ab]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-a15330ab]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-a15330ab]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-a15330ab]:focus:after,.multiselect__tag-icon[data-v-a15330ab]:hover:after{color:#fff}.multiselect__current[data-v-a15330ab]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-a15330ab]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-a15330ab]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-a15330ab]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-a15330ab]{display:none}.multiselect__content-wrapper[data-v-a15330ab]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-a15330ab]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-a15330ab]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-a15330ab]::-webkit-scrollbar{display:none}.multiselect__element[data-v-a15330ab]{display:block}.multiselect__option[data-v-a15330ab]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-a15330ab]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-a15330ab]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-a15330ab]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-a15330ab]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-a15330ab]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-a15330ab]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-a15330ab]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-a15330ab],.multiselect--disabled .multiselect__select[data-v-a15330ab]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-a15330ab]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-a15330ab]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-a15330ab]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-a15330ab]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-a15330ab]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-a15330ab]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-a15330ab]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-a15330ab],.multiselect-leave-active[data-v-a15330ab]{transition:all .15s ease}.multiselect-enter[data-v-a15330ab],.multiselect-leave-active[data-v-a15330ab]{opacity:0}.multiselect__strong[data-v-a15330ab]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-a15330ab]{text-align:right}[dir=rtl] .multiselect__select[data-v-a15330ab]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-a15330ab]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-a15330ab]{text-align:right}[dir=rtl] .multiselect__option[data-v-a15330ab]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-a15330ab]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-a15330ab]{right:auto;left:1px}@keyframes spinning-a15330ab{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-a15330ab]{margin:0;padding:0;box-sizing:border-box}body[data-v-a15330ab]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-a15330ab]{min-height:0}.multiselect__select[data-v-a15330ab]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-a15330ab]:before{margin-top:0;top:0}.multiselect__tags[data-v-a15330ab]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-a15330ab]{font-family:Nunito!important}.multiselect__placeholder[data-v-a15330ab]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-a15330ab]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-a15330ab]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-a15330ab]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-a15330ab]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-a15330ab]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-a15330ab]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-a15330ab]{max-height:20vh!important}.multiselect__option--selected[data-v-a15330ab]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-a15330ab]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-a15330ab],.multiselect__single[data-v-a15330ab],.multiselect__tags input[data-v-a15330ab]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-a15330ab]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-a15330ab]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-a15330ab]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-a15330ab],.multiselect__single[data-v-a15330ab],.multiselect__tags input[data-v-a15330ab]{font-size:.78125vw}.multiselect__option[data-v-a15330ab]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-a15330ab]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-a15330ab]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-a15330ab],.multiselect__single[data-v-a15330ab],.multiselect__tags input[data-v-a15330ab]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-a15330ab]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-a15330ab]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-a15330ab]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-a15330ab],.multiselect__single[data-v-a15330ab],.multiselect__tags input[data-v-a15330ab]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-a15330ab]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-a15330ab]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-a15330ab]{font-size:15px}h1[data-v-a15330ab]{font-size:1.5rem}h2[data-v-a15330ab]{font-size:1.25rem}h3[data-v-a15330ab]{font-size:1.1rem}}.card-container[data-v-a15330ab]{width:100%;min-width:0;height:100%;min-height:0;display:flex;flex-direction:column;border-radius:10px;background-color:#f9fafb;overflow:hidden;cursor:pointer;box-shadow:5px 5px 10px 1px #ccc}.card-container .image-container[data-v-a15330ab]{min-height:180px;height:60%;width:100%;overflow:hidden}.card-container .image-container__img[data-v-a15330ab]{display:block;width:100%;height:100%;object-fit:cover}.card-container .text-container[data-v-a15330ab]{height:40%;width:100%;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;column-gap:.75rem}.card-container .text-container .metadata-container[data-v-a15330ab]{flex:0 0 auto;height:100%;font-family:Nunito;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.25rem}.card-container .text-container .metadata-container p[data-v-a15330ab]{margin:0}.card-container .text-container .metadata-container .metadata-pill[data-v-a15330ab]{padding:.2rem .5rem;border-radius:999px;background:#3a7afe1a}.card-container .text-container .main-text-container[data-v-a15330ab]{flex:1 1 auto;min-width:0;height:100%;display:flex;flex-direction:column;justify-content:center}.card-container .text-container .main-text-container .text-container-header[data-v-a15330ab]{width:100%;font-size:18px;font-family:Manrope;color:#1c6758;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.card-container .text-container .main-text-container .text-container-para[data-v-a15330ab]{font-size:15px;font-family:Nunito;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.card-container .text-container .main-text-container .text-container-meta[data-v-a15330ab]{font-size:13px;font-family:Nunito;color:#0f172aa6;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0}fieldset[disabled] .multiselect[data-v-8d2f4ef6]{pointer-events:none}.multiselect__spinner[data-v-8d2f4ef6]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-8d2f4ef6]:before,.multiselect__spinner[data-v-8d2f4ef6]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-8d2f4ef6]:before{animation:spinning-8d2f4ef6 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-8d2f4ef6]:after{animation:spinning-8d2f4ef6 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-8d2f4ef6],.multiselect__loading-leave-active[data-v-8d2f4ef6]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-8d2f4ef6],.multiselect__loading-leave-active[data-v-8d2f4ef6]{opacity:0}.multiselect[data-v-8d2f4ef6],.multiselect__input[data-v-8d2f4ef6],.multiselect__single[data-v-8d2f4ef6]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-8d2f4ef6]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-8d2f4ef6] *{box-sizing:border-box}.multiselect[data-v-8d2f4ef6]:focus{outline:none}.multiselect--disabled[data-v-8d2f4ef6]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-8d2f4ef6]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-8d2f4ef6],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-8d2f4ef6],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-8d2f4ef6]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-8d2f4ef6]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-8d2f4ef6],.multiselect--above.multiselect--active .multiselect__input[data-v-8d2f4ef6],.multiselect--above.multiselect--active .multiselect__tags[data-v-8d2f4ef6]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-8d2f4ef6],.multiselect__single[data-v-8d2f4ef6]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-8d2f4ef6]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-8d2f4ef6],.multiselect__tag~.multiselect__single[data-v-8d2f4ef6]{width:auto}.multiselect__input[data-v-8d2f4ef6]:hover,.multiselect__single[data-v-8d2f4ef6]:hover{border-color:#cfcfcf}.multiselect__input[data-v-8d2f4ef6]:focus,.multiselect__single[data-v-8d2f4ef6]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-8d2f4ef6]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-8d2f4ef6]{display:inline}.multiselect__tags[data-v-8d2f4ef6]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-8d2f4ef6]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-8d2f4ef6]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-8d2f4ef6]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-8d2f4ef6]:focus:after,.multiselect__tag-icon[data-v-8d2f4ef6]:hover:after{color:#fff}.multiselect__current[data-v-8d2f4ef6]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-8d2f4ef6]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-8d2f4ef6]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-8d2f4ef6]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-8d2f4ef6]{display:none}.multiselect__content-wrapper[data-v-8d2f4ef6]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-8d2f4ef6]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-8d2f4ef6]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-8d2f4ef6]::-webkit-scrollbar{display:none}.multiselect__element[data-v-8d2f4ef6]{display:block}.multiselect__option[data-v-8d2f4ef6]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-8d2f4ef6]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-8d2f4ef6]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-8d2f4ef6]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-8d2f4ef6]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-8d2f4ef6]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-8d2f4ef6]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-8d2f4ef6]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-8d2f4ef6],.multiselect--disabled .multiselect__select[data-v-8d2f4ef6]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-8d2f4ef6]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-8d2f4ef6]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-8d2f4ef6]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-8d2f4ef6]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-8d2f4ef6]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-8d2f4ef6]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-8d2f4ef6]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-8d2f4ef6],.multiselect-leave-active[data-v-8d2f4ef6]{transition:all .15s ease}.multiselect-enter[data-v-8d2f4ef6],.multiselect-leave-active[data-v-8d2f4ef6]{opacity:0}.multiselect__strong[data-v-8d2f4ef6]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-8d2f4ef6]{text-align:right}[dir=rtl] .multiselect__select[data-v-8d2f4ef6]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-8d2f4ef6]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-8d2f4ef6]{text-align:right}[dir=rtl] .multiselect__option[data-v-8d2f4ef6]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-8d2f4ef6]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-8d2f4ef6]{right:auto;left:1px}@keyframes spinning-8d2f4ef6{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-8d2f4ef6]{margin:0;padding:0;box-sizing:border-box}body[data-v-8d2f4ef6]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-8d2f4ef6]{min-height:0}.multiselect__select[data-v-8d2f4ef6]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-8d2f4ef6]:before{margin-top:0;top:0}.multiselect__tags[data-v-8d2f4ef6]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-8d2f4ef6]{font-family:Nunito!important}.multiselect__placeholder[data-v-8d2f4ef6]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-8d2f4ef6]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-8d2f4ef6]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-8d2f4ef6]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-8d2f4ef6]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-8d2f4ef6]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-8d2f4ef6]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-8d2f4ef6]{max-height:20vh!important}.multiselect__option--selected[data-v-8d2f4ef6]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-8d2f4ef6]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-8d2f4ef6],.multiselect__single[data-v-8d2f4ef6],.multiselect__tags input[data-v-8d2f4ef6]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-8d2f4ef6]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8d2f4ef6]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-8d2f4ef6]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-8d2f4ef6],.multiselect__single[data-v-8d2f4ef6],.multiselect__tags input[data-v-8d2f4ef6]{font-size:.78125vw}.multiselect__option[data-v-8d2f4ef6]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-8d2f4ef6]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-8d2f4ef6]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-8d2f4ef6],.multiselect__single[data-v-8d2f4ef6],.multiselect__tags input[data-v-8d2f4ef6]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-8d2f4ef6]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8d2f4ef6]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-8d2f4ef6]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-8d2f4ef6],.multiselect__single[data-v-8d2f4ef6],.multiselect__tags input[data-v-8d2f4ef6]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-8d2f4ef6]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8d2f4ef6]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-8d2f4ef6]{font-size:15px}h1[data-v-8d2f4ef6]{font-size:1.5rem}h2[data-v-8d2f4ef6]{font-size:1.25rem}h3[data-v-8d2f4ef6]{font-size:1.1rem}}.browser-results-flex[data-v-8d2f4ef6]{display:flex;flex-direction:column;gap:1rem}.browser-results[data-v-8d2f4ef6]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,320px));grid-auto-rows:320px;gap:1rem;justify-content:center}.browser-results[data-v-8d2f4ef6] .browsercard-container{height:100%}@media(max-width:640px){.browser-results[data-v-8d2f4ef6]{grid-template-columns:minmax(0,1fr);grid-auto-rows:320px}}.browser-empty[data-v-8d2f4ef6]{min-height:180px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#3a7afe0d;text-align:center;font-family:Nunito}.browser-load-more[data-v-8d2f4ef6]{min-height:3rem;display:flex;align-items:center;justify-content:center;color:#122035b8;font-family:Nunito;font-size:.95rem}fieldset[disabled] .multiselect[data-v-7e21c731]{pointer-events:none}.multiselect__spinner[data-v-7e21c731]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-7e21c731]:before,.multiselect__spinner[data-v-7e21c731]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-7e21c731]:before{animation:spinning-7e21c731 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-7e21c731]:after{animation:spinning-7e21c731 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-7e21c731],.multiselect__loading-leave-active[data-v-7e21c731]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-7e21c731],.multiselect__loading-leave-active[data-v-7e21c731]{opacity:0}.multiselect[data-v-7e21c731],.multiselect__input[data-v-7e21c731],.multiselect__single[data-v-7e21c731]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-7e21c731]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-7e21c731] *{box-sizing:border-box}.multiselect[data-v-7e21c731]:focus{outline:none}.multiselect--disabled[data-v-7e21c731]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-7e21c731]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-7e21c731],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-7e21c731],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-7e21c731]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-7e21c731]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-7e21c731],.multiselect--above.multiselect--active .multiselect__input[data-v-7e21c731],.multiselect--above.multiselect--active .multiselect__tags[data-v-7e21c731]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-7e21c731],.multiselect__single[data-v-7e21c731]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-7e21c731]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-7e21c731],.multiselect__tag~.multiselect__single[data-v-7e21c731]{width:auto}.multiselect__input[data-v-7e21c731]:hover,.multiselect__single[data-v-7e21c731]:hover{border-color:#cfcfcf}.multiselect__input[data-v-7e21c731]:focus,.multiselect__single[data-v-7e21c731]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-7e21c731]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-7e21c731]{display:inline}.multiselect__tags[data-v-7e21c731]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-7e21c731]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-7e21c731]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-7e21c731]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-7e21c731]:focus:after,.multiselect__tag-icon[data-v-7e21c731]:hover:after{color:#fff}.multiselect__current[data-v-7e21c731]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-7e21c731]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-7e21c731]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-7e21c731]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-7e21c731]{display:none}.multiselect__content-wrapper[data-v-7e21c731]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-7e21c731]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-7e21c731]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-7e21c731]::-webkit-scrollbar{display:none}.multiselect__element[data-v-7e21c731]{display:block}.multiselect__option[data-v-7e21c731]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-7e21c731]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-7e21c731]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-7e21c731]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-7e21c731]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-7e21c731]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-7e21c731]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-7e21c731]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-7e21c731],.multiselect--disabled .multiselect__select[data-v-7e21c731]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-7e21c731]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-7e21c731]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-7e21c731]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-7e21c731]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-7e21c731]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-7e21c731]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-7e21c731]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-7e21c731],.multiselect-leave-active[data-v-7e21c731]{transition:all .15s ease}.multiselect-enter[data-v-7e21c731],.multiselect-leave-active[data-v-7e21c731]{opacity:0}.multiselect__strong[data-v-7e21c731]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-7e21c731]{text-align:right}[dir=rtl] .multiselect__select[data-v-7e21c731]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-7e21c731]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-7e21c731]{text-align:right}[dir=rtl] .multiselect__option[data-v-7e21c731]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-7e21c731]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-7e21c731]{right:auto;left:1px}@keyframes spinning-7e21c731{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-7e21c731]{margin:0;padding:0;box-sizing:border-box}body[data-v-7e21c731]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-7e21c731]{min-height:0}.multiselect__select[data-v-7e21c731]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-7e21c731]:before{margin-top:0;top:0}.multiselect__tags[data-v-7e21c731]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-7e21c731]{font-family:Nunito!important}.multiselect__placeholder[data-v-7e21c731]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-7e21c731]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-7e21c731]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-7e21c731]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-7e21c731]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-7e21c731]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-7e21c731]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-7e21c731]{max-height:20vh!important}.multiselect__option--selected[data-v-7e21c731]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-7e21c731]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-7e21c731],.multiselect__single[data-v-7e21c731],.multiselect__tags input[data-v-7e21c731]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-7e21c731]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-7e21c731]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-7e21c731]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-7e21c731],.multiselect__single[data-v-7e21c731],.multiselect__tags input[data-v-7e21c731]{font-size:.78125vw}.multiselect__option[data-v-7e21c731]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-7e21c731]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-7e21c731]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-7e21c731],.multiselect__single[data-v-7e21c731],.multiselect__tags input[data-v-7e21c731]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-7e21c731]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-7e21c731]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-7e21c731]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-7e21c731],.multiselect__single[data-v-7e21c731],.multiselect__tags input[data-v-7e21c731]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-7e21c731]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-7e21c731]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-7e21c731]{font-size:15px}h1[data-v-7e21c731]{font-size:1.5rem}h2[data-v-7e21c731]{font-size:1.25rem}h3[data-v-7e21c731]{font-size:1.1rem}}.browser-toolbar[data-v-7e21c731]{display:flex}.browser-search[data-v-7e21c731]{width:100%;display:flex;flex-direction:column;gap:.375rem;font-family:Nunito}.browser-search input[data-v-7e21c731]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem}.browser-search input[data-v-7e21c731]:disabled{opacity:.65;cursor:not-allowed}fieldset[disabled] .multiselect[data-v-e8c3e490]{pointer-events:none}.multiselect__spinner[data-v-e8c3e490]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-e8c3e490]:before,.multiselect__spinner[data-v-e8c3e490]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-e8c3e490]:before{animation:spinning-e8c3e490 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-e8c3e490]:after{animation:spinning-e8c3e490 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-e8c3e490],.multiselect__loading-leave-active[data-v-e8c3e490]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-e8c3e490],.multiselect__loading-leave-active[data-v-e8c3e490]{opacity:0}.multiselect[data-v-e8c3e490],.multiselect__input[data-v-e8c3e490],.multiselect__single[data-v-e8c3e490]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-e8c3e490]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-e8c3e490] *{box-sizing:border-box}.multiselect[data-v-e8c3e490]:focus{outline:none}.multiselect--disabled[data-v-e8c3e490]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-e8c3e490]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-e8c3e490],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-e8c3e490],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-e8c3e490]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-e8c3e490]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-e8c3e490],.multiselect--above.multiselect--active .multiselect__input[data-v-e8c3e490],.multiselect--above.multiselect--active .multiselect__tags[data-v-e8c3e490]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-e8c3e490],.multiselect__single[data-v-e8c3e490]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-e8c3e490]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-e8c3e490],.multiselect__tag~.multiselect__single[data-v-e8c3e490]{width:auto}.multiselect__input[data-v-e8c3e490]:hover,.multiselect__single[data-v-e8c3e490]:hover{border-color:#cfcfcf}.multiselect__input[data-v-e8c3e490]:focus,.multiselect__single[data-v-e8c3e490]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-e8c3e490]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-e8c3e490]{display:inline}.multiselect__tags[data-v-e8c3e490]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-e8c3e490]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-e8c3e490]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-e8c3e490]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-e8c3e490]:focus:after,.multiselect__tag-icon[data-v-e8c3e490]:hover:after{color:#fff}.multiselect__current[data-v-e8c3e490]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-e8c3e490]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-e8c3e490]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-e8c3e490]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-e8c3e490]{display:none}.multiselect__content-wrapper[data-v-e8c3e490]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-e8c3e490]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-e8c3e490]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-e8c3e490]::-webkit-scrollbar{display:none}.multiselect__element[data-v-e8c3e490]{display:block}.multiselect__option[data-v-e8c3e490]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-e8c3e490]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-e8c3e490]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-e8c3e490]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-e8c3e490]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-e8c3e490]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-e8c3e490]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-e8c3e490]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-e8c3e490],.multiselect--disabled .multiselect__select[data-v-e8c3e490]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-e8c3e490]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-e8c3e490]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-e8c3e490]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-e8c3e490]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-e8c3e490]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-e8c3e490]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-e8c3e490]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-e8c3e490],.multiselect-leave-active[data-v-e8c3e490]{transition:all .15s ease}.multiselect-enter[data-v-e8c3e490],.multiselect-leave-active[data-v-e8c3e490]{opacity:0}.multiselect__strong[data-v-e8c3e490]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-e8c3e490]{text-align:right}[dir=rtl] .multiselect__select[data-v-e8c3e490]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-e8c3e490]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-e8c3e490]{text-align:right}[dir=rtl] .multiselect__option[data-v-e8c3e490]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-e8c3e490]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-e8c3e490]{right:auto;left:1px}@keyframes spinning-e8c3e490{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-e8c3e490]{margin:0;padding:0;box-sizing:border-box}body[data-v-e8c3e490]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-e8c3e490]{min-height:0}.multiselect__select[data-v-e8c3e490]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-e8c3e490]:before{margin-top:0;top:0}.multiselect__tags[data-v-e8c3e490]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-e8c3e490]{font-family:Nunito!important}.multiselect__placeholder[data-v-e8c3e490]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-e8c3e490]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-e8c3e490]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-e8c3e490]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-e8c3e490]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-e8c3e490]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-e8c3e490]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-e8c3e490]{max-height:20vh!important}.multiselect__option--selected[data-v-e8c3e490]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-e8c3e490]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-e8c3e490],.multiselect__single[data-v-e8c3e490],.multiselect__tags input[data-v-e8c3e490]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-e8c3e490]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-e8c3e490]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-e8c3e490]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-e8c3e490],.multiselect__single[data-v-e8c3e490],.multiselect__tags input[data-v-e8c3e490]{font-size:.78125vw}.multiselect__option[data-v-e8c3e490]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-e8c3e490]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-e8c3e490]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-e8c3e490],.multiselect__single[data-v-e8c3e490],.multiselect__tags input[data-v-e8c3e490]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-e8c3e490]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-e8c3e490]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-e8c3e490]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-e8c3e490],.multiselect__single[data-v-e8c3e490],.multiselect__tags input[data-v-e8c3e490]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-e8c3e490]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-e8c3e490]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-e8c3e490]{font-size:15px}h1[data-v-e8c3e490]{font-size:1.5rem}h2[data-v-e8c3e490]{font-size:1.25rem}h3[data-v-e8c3e490]{font-size:1.1rem}}.browser-page[data-v-e8c3e490]{min-height:100dvh;padding:1rem;display:flex;flex-direction:column;gap:1rem;background:#f7fdfc;color:#2b2b2b}@media(min-width:1025px){.browser-page[data-v-e8c3e490]{margin-left:6rem}.browser-navbar[data-v-e8c3e490]{display:none}}@media(max-width:1024px){.browser-sidebar[data-v-e8c3e490]{display:none}.browser-page[data-v-e8c3e490]{padding-bottom:calc(1rem + var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom))}}fieldset[disabled] .multiselect[data-v-535a297a]{pointer-events:none}.multiselect__spinner[data-v-535a297a]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-535a297a]:before,.multiselect__spinner[data-v-535a297a]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-535a297a]:before{animation:spinning-535a297a 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-535a297a]:after{animation:spinning-535a297a 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-535a297a],.multiselect__loading-leave-active[data-v-535a297a]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-535a297a],.multiselect__loading-leave-active[data-v-535a297a]{opacity:0}.multiselect[data-v-535a297a],.multiselect__input[data-v-535a297a],.multiselect__single[data-v-535a297a]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-535a297a]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-535a297a] *{box-sizing:border-box}.multiselect[data-v-535a297a]:focus{outline:none}.multiselect--disabled[data-v-535a297a]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-535a297a]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-535a297a],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-535a297a],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-535a297a]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-535a297a]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-535a297a],.multiselect--above.multiselect--active .multiselect__input[data-v-535a297a],.multiselect--above.multiselect--active .multiselect__tags[data-v-535a297a]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-535a297a],.multiselect__single[data-v-535a297a]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-535a297a]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-535a297a],.multiselect__tag~.multiselect__single[data-v-535a297a]{width:auto}.multiselect__input[data-v-535a297a]:hover,.multiselect__single[data-v-535a297a]:hover{border-color:#cfcfcf}.multiselect__input[data-v-535a297a]:focus,.multiselect__single[data-v-535a297a]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-535a297a]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-535a297a]{display:inline}.multiselect__tags[data-v-535a297a]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-535a297a]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-535a297a]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-535a297a]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-535a297a]:focus:after,.multiselect__tag-icon[data-v-535a297a]:hover:after{color:#fff}.multiselect__current[data-v-535a297a]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-535a297a]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-535a297a]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-535a297a]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-535a297a]{display:none}.multiselect__content-wrapper[data-v-535a297a]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-535a297a]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-535a297a]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-535a297a]::-webkit-scrollbar{display:none}.multiselect__element[data-v-535a297a]{display:block}.multiselect__option[data-v-535a297a]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-535a297a]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-535a297a]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-535a297a]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-535a297a]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-535a297a]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-535a297a]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-535a297a]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-535a297a],.multiselect--disabled .multiselect__select[data-v-535a297a]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-535a297a]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-535a297a]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-535a297a]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-535a297a]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-535a297a]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-535a297a]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-535a297a]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-535a297a],.multiselect-leave-active[data-v-535a297a]{transition:all .15s ease}.multiselect-enter[data-v-535a297a],.multiselect-leave-active[data-v-535a297a]{opacity:0}.multiselect__strong[data-v-535a297a]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-535a297a]{text-align:right}[dir=rtl] .multiselect__select[data-v-535a297a]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-535a297a]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-535a297a]{text-align:right}[dir=rtl] .multiselect__option[data-v-535a297a]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-535a297a]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-535a297a]{right:auto;left:1px}@keyframes spinning-535a297a{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-535a297a]{margin:0;padding:0;box-sizing:border-box}body[data-v-535a297a]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-535a297a]{min-height:0}.multiselect__select[data-v-535a297a]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-535a297a]:before{margin-top:0;top:0}.multiselect__tags[data-v-535a297a]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-535a297a]{font-family:Nunito!important}.multiselect__placeholder[data-v-535a297a]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-535a297a]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-535a297a]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-535a297a]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-535a297a]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-535a297a]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-535a297a]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-535a297a]{max-height:20vh!important}.multiselect__option--selected[data-v-535a297a]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-535a297a]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-535a297a],.multiselect__single[data-v-535a297a],.multiselect__tags input[data-v-535a297a]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-535a297a]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-535a297a]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-535a297a]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-535a297a],.multiselect__single[data-v-535a297a],.multiselect__tags input[data-v-535a297a]{font-size:.78125vw}.multiselect__option[data-v-535a297a]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-535a297a]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-535a297a]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-535a297a],.multiselect__single[data-v-535a297a],.multiselect__tags input[data-v-535a297a]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-535a297a]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-535a297a]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-535a297a]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-535a297a],.multiselect__single[data-v-535a297a],.multiselect__tags input[data-v-535a297a]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-535a297a]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-535a297a]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-535a297a]{font-size:15px}h1[data-v-535a297a]{font-size:1.5rem}h2[data-v-535a297a]{font-size:1.25rem}h3[data-v-535a297a]{font-size:1.1rem}}.isbn-modal[data-v-535a297a]{position:fixed;inset:0;z-index:1000;padding:1rem;display:flex;align-items:center;justify-content:center}.isbn-modal__backdrop[data-v-535a297a]{position:absolute;inset:0;background:#0f172a99}.isbn-modal__panel[data-v-535a297a]{position:relative;z-index:1;width:min(100%,520px);border-radius:18px;background:#f7fdfc;color:#2b2b2b;padding:clamp(1rem,2.4vw,1.5rem);display:flex;flex-direction:column;gap:1rem;box-shadow:0 24px 48px #0f172a2e}.isbn-modal__close[data-v-535a297a]{align-self:flex-end;border:none;background:transparent;color:#1c6758;cursor:pointer;min-width:auto}.isbn-modal__panel h2[data-v-535a297a]{margin:0;font-family:Manrope}.isbn-modal__content[data-v-535a297a]{display:grid;gap:.75rem;font-family:Nunito}.isbn-modal__content p[data-v-535a297a]{margin:0}.isbn-modal__checkbox[data-v-535a297a]{display:flex;align-items:center;gap:.6rem;font-family:Nunito}.isbn-modal__actions[data-v-535a297a]{display:flex;flex-wrap:wrap;gap:.75rem}.isbn-modal__secondary[data-v-535a297a]{min-height:44px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:transparent;padding:.75rem 1rem;font-family:Manrope;font-weight:700;cursor:pointer}.isbn-modal__actions[data-v-535a297a] .loading-button,.isbn-modal__secondary[data-v-535a297a]{flex:1 1 200px}@media(max-width:640px){.isbn-modal__actions[data-v-535a297a]{flex-direction:column}}fieldset[disabled] .multiselect[data-v-8703290c]{pointer-events:none}.multiselect__spinner[data-v-8703290c]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-8703290c]:before,.multiselect__spinner[data-v-8703290c]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-8703290c]:before{animation:spinning-8703290c 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-8703290c]:after{animation:spinning-8703290c 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-8703290c],.multiselect__loading-leave-active[data-v-8703290c]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-8703290c],.multiselect__loading-leave-active[data-v-8703290c]{opacity:0}.multiselect[data-v-8703290c],.multiselect__input[data-v-8703290c],.multiselect__single[data-v-8703290c]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-8703290c]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-8703290c] *{box-sizing:border-box}.multiselect[data-v-8703290c]:focus{outline:none}.multiselect--disabled[data-v-8703290c]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-8703290c]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-8703290c],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-8703290c],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-8703290c]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-8703290c]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-8703290c],.multiselect--above.multiselect--active .multiselect__input[data-v-8703290c],.multiselect--above.multiselect--active .multiselect__tags[data-v-8703290c]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-8703290c],.multiselect__single[data-v-8703290c]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-8703290c]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-8703290c],.multiselect__tag~.multiselect__single[data-v-8703290c]{width:auto}.multiselect__input[data-v-8703290c]:hover,.multiselect__single[data-v-8703290c]:hover{border-color:#cfcfcf}.multiselect__input[data-v-8703290c]:focus,.multiselect__single[data-v-8703290c]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-8703290c]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-8703290c]{display:inline}.multiselect__tags[data-v-8703290c]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-8703290c]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-8703290c]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-8703290c]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-8703290c]:focus:after,.multiselect__tag-icon[data-v-8703290c]:hover:after{color:#fff}.multiselect__current[data-v-8703290c]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-8703290c]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-8703290c]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-8703290c]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-8703290c]{display:none}.multiselect__content-wrapper[data-v-8703290c]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-8703290c]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-8703290c]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-8703290c]::-webkit-scrollbar{display:none}.multiselect__element[data-v-8703290c]{display:block}.multiselect__option[data-v-8703290c]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-8703290c]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-8703290c]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-8703290c]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-8703290c]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-8703290c]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-8703290c]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-8703290c]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-8703290c],.multiselect--disabled .multiselect__select[data-v-8703290c]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-8703290c]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-8703290c]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-8703290c]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-8703290c]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-8703290c]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-8703290c]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-8703290c]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-8703290c],.multiselect-leave-active[data-v-8703290c]{transition:all .15s ease}.multiselect-enter[data-v-8703290c],.multiselect-leave-active[data-v-8703290c]{opacity:0}.multiselect__strong[data-v-8703290c]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-8703290c]{text-align:right}[dir=rtl] .multiselect__select[data-v-8703290c]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-8703290c]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-8703290c]{text-align:right}[dir=rtl] .multiselect__option[data-v-8703290c]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-8703290c]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-8703290c]{right:auto;left:1px}@keyframes spinning-8703290c{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-8703290c]{margin:0;padding:0;box-sizing:border-box}body[data-v-8703290c]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-8703290c]{min-height:0}.multiselect__select[data-v-8703290c]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-8703290c]:before{margin-top:0;top:0}.multiselect__tags[data-v-8703290c]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-8703290c]{font-family:Nunito!important}.multiselect__placeholder[data-v-8703290c]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-8703290c]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-8703290c]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-8703290c]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-8703290c]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-8703290c]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-8703290c]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-8703290c]{max-height:20vh!important}.multiselect__option--selected[data-v-8703290c]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-8703290c]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-8703290c],.multiselect__single[data-v-8703290c],.multiselect__tags input[data-v-8703290c]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-8703290c]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8703290c]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-8703290c]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-8703290c],.multiselect__single[data-v-8703290c],.multiselect__tags input[data-v-8703290c]{font-size:.78125vw}.multiselect__option[data-v-8703290c]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-8703290c]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-8703290c]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-8703290c],.multiselect__single[data-v-8703290c],.multiselect__tags input[data-v-8703290c]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-8703290c]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8703290c]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-8703290c]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-8703290c],.multiselect__single[data-v-8703290c],.multiselect__tags input[data-v-8703290c]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-8703290c]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-8703290c]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-8703290c]{font-size:15px}h1[data-v-8703290c]{font-size:1.5rem}h2[data-v-8703290c]{font-size:1.25rem}h3[data-v-8703290c]{font-size:1.1rem}}.isbn-scanner[data-v-8703290c]{display:grid;gap:.75rem}.isbn-scanner__button[data-v-8703290c]{width:fit-content;border:0;border-radius:999px;padding:.85rem 1.2rem;background:#26e5bc;color:#fff;font:700 .95rem Nunito;cursor:pointer}.isbn-scanner__button[data-v-8703290c]:disabled{opacity:.7;cursor:progress}.isbn-scanner__error[data-v-8703290c]{margin:0;color:#b91c1c;font:600 .9rem Nunito}.isbn-scanner__viewport[data-v-8703290c]{overflow:hidden;width:min(100%,28rem);min-height:18rem;border:1px solid rgba(15,23,42,.12);border-radius:18px;background:#0f172a}.isbn-scanner__viewport[data-v-8703290c] video,.isbn-scanner__viewport[data-v-8703290c] canvas{display:block;width:100%;height:100%;object-fit:cover}fieldset[disabled] .multiselect[data-v-0bcd9e58]{pointer-events:none}.multiselect__spinner[data-v-0bcd9e58]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-0bcd9e58]:before,.multiselect__spinner[data-v-0bcd9e58]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-0bcd9e58]:before{animation:spinning-0bcd9e58 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-0bcd9e58]:after{animation:spinning-0bcd9e58 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-0bcd9e58],.multiselect__loading-leave-active[data-v-0bcd9e58]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-0bcd9e58],.multiselect__loading-leave-active[data-v-0bcd9e58]{opacity:0}.multiselect[data-v-0bcd9e58],.multiselect__input[data-v-0bcd9e58],.multiselect__single[data-v-0bcd9e58]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-0bcd9e58]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-0bcd9e58] *{box-sizing:border-box}.multiselect[data-v-0bcd9e58]:focus{outline:none}.multiselect--disabled[data-v-0bcd9e58]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-0bcd9e58]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-0bcd9e58],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-0bcd9e58],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-0bcd9e58]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-0bcd9e58]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-0bcd9e58],.multiselect--above.multiselect--active .multiselect__input[data-v-0bcd9e58],.multiselect--above.multiselect--active .multiselect__tags[data-v-0bcd9e58]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-0bcd9e58],.multiselect__single[data-v-0bcd9e58]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-0bcd9e58]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-0bcd9e58],.multiselect__tag~.multiselect__single[data-v-0bcd9e58]{width:auto}.multiselect__input[data-v-0bcd9e58]:hover,.multiselect__single[data-v-0bcd9e58]:hover{border-color:#cfcfcf}.multiselect__input[data-v-0bcd9e58]:focus,.multiselect__single[data-v-0bcd9e58]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-0bcd9e58]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-0bcd9e58]{display:inline}.multiselect__tags[data-v-0bcd9e58]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-0bcd9e58]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-0bcd9e58]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-0bcd9e58]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-0bcd9e58]:focus:after,.multiselect__tag-icon[data-v-0bcd9e58]:hover:after{color:#fff}.multiselect__current[data-v-0bcd9e58]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-0bcd9e58]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-0bcd9e58]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-0bcd9e58]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-0bcd9e58]{display:none}.multiselect__content-wrapper[data-v-0bcd9e58]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-0bcd9e58]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-0bcd9e58]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-0bcd9e58]::-webkit-scrollbar{display:none}.multiselect__element[data-v-0bcd9e58]{display:block}.multiselect__option[data-v-0bcd9e58]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-0bcd9e58]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-0bcd9e58]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-0bcd9e58]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-0bcd9e58]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-0bcd9e58]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-0bcd9e58]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-0bcd9e58]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-0bcd9e58],.multiselect--disabled .multiselect__select[data-v-0bcd9e58]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-0bcd9e58]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-0bcd9e58]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-0bcd9e58]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-0bcd9e58]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-0bcd9e58]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-0bcd9e58]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-0bcd9e58]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-0bcd9e58],.multiselect-leave-active[data-v-0bcd9e58]{transition:all .15s ease}.multiselect-enter[data-v-0bcd9e58],.multiselect-leave-active[data-v-0bcd9e58]{opacity:0}.multiselect__strong[data-v-0bcd9e58]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-0bcd9e58]{text-align:right}[dir=rtl] .multiselect__select[data-v-0bcd9e58]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-0bcd9e58]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-0bcd9e58]{text-align:right}[dir=rtl] .multiselect__option[data-v-0bcd9e58]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-0bcd9e58]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-0bcd9e58]{right:auto;left:1px}@keyframes spinning-0bcd9e58{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-0bcd9e58]{margin:0;padding:0;box-sizing:border-box}body[data-v-0bcd9e58]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-0bcd9e58]{min-height:0}.multiselect__select[data-v-0bcd9e58]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-0bcd9e58]:before{margin-top:0;top:0}.multiselect__tags[data-v-0bcd9e58]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-0bcd9e58]{font-family:Nunito!important}.multiselect__placeholder[data-v-0bcd9e58]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-0bcd9e58]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-0bcd9e58]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-0bcd9e58]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-0bcd9e58]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-0bcd9e58]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-0bcd9e58]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-0bcd9e58]{max-height:20vh!important}.multiselect__option--selected[data-v-0bcd9e58]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-0bcd9e58]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-0bcd9e58],.multiselect__single[data-v-0bcd9e58],.multiselect__tags input[data-v-0bcd9e58]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-0bcd9e58]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-0bcd9e58]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-0bcd9e58]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-0bcd9e58],.multiselect__single[data-v-0bcd9e58],.multiselect__tags input[data-v-0bcd9e58]{font-size:.78125vw}.multiselect__option[data-v-0bcd9e58]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-0bcd9e58]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-0bcd9e58]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-0bcd9e58],.multiselect__single[data-v-0bcd9e58],.multiselect__tags input[data-v-0bcd9e58]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-0bcd9e58]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-0bcd9e58]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-0bcd9e58]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-0bcd9e58],.multiselect__single[data-v-0bcd9e58],.multiselect__tags input[data-v-0bcd9e58]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-0bcd9e58]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-0bcd9e58]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-0bcd9e58]{font-size:15px}h1[data-v-0bcd9e58]{font-size:1.5rem}h2[data-v-0bcd9e58]{font-size:1.25rem}h3[data-v-0bcd9e58]{font-size:1.1rem}}.upload-form__section[data-v-0bcd9e58]{border-radius:18px;padding:1rem;background:#effbf8;border:1px solid rgba(15,23,42,.08);overflow:visible}.upload-form__fields[data-v-0bcd9e58]{position:relative;display:flex;flex-wrap:wrap;gap:1rem;overflow:visible}.upload-form__section h2[data-v-0bcd9e58]{font-family:Manrope;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.upload-form__fields label[data-v-0bcd9e58]{flex:1 1 280px;display:flex;flex-direction:column;gap:.375rem;font-family:Nunito}.upload-form__fields input[data-v-0bcd9e58]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem}.field-label[data-v-0bcd9e58]{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.4rem}.field-indicator[data-v-0bcd9e58]{display:inline-flex;align-items:center;border-radius:999px;padding:.15rem .55rem;font-size:.72rem;font-weight:700;line-height:1.2}.field-indicator--required[data-v-0bcd9e58]{background:#22c55e24;color:#166534}.field-indicator--optional[data-v-0bcd9e58]{background:#0f172a14;color:#555}.field-help[data-v-0bcd9e58]{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:999px;background:#0f172a14;color:#2b2b2b;font-size:.75rem;font-weight:700;cursor:help;z-index:8}.field-help[data-v-0bcd9e58]:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + .55rem);transform:translate(-50%);width:min(18rem,100vw - 2rem);max-width:calc(100vw - 2rem);padding:.65rem .75rem;border-radius:12px;background:#0f172a;color:#fff;font-size:.8rem;font-weight:500;line-height:1.35;box-shadow:0 14px 30px #0f172a38;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease;z-index:10}.field-help[data-v-0bcd9e58]:hover:after,.field-help[data-v-0bcd9e58]:focus-visible:after{opacity:1;visibility:visible}.isbn-field-row[data-v-0bcd9e58]{display:flex;align-items:flex-start;gap:.75rem}.isbn-field-row[data-v-0bcd9e58] .autocomplete-input{flex:1 1 auto}.isbn-field-row__scanner[data-v-0bcd9e58]{flex:0 0 auto}.upload-form__fields input.is-valid[data-v-0bcd9e58]{border-color:#18cda6}.upload-form__fields input.is-invalid[data-v-0bcd9e58]{border-color:#dc2626}.isbn-indicator[data-v-0bcd9e58]{font-size:.85rem}.isbn-indicator--valid[data-v-0bcd9e58]{color:#17826d}.isbn-indicator--invalid[data-v-0bcd9e58]{color:#dc2626}.upload-form__lookup[data-v-0bcd9e58]{position:absolute;top:0;left:0;width:100%;height:100%;background:#effbf8;display:inline-flex;align-items:center;gap:.5rem;font-family:Nunito;z-index:25}.autofill-badge button[data-v-0bcd9e58]{min-width:auto;border:none;background:transparent;color:#26e5bc;cursor:pointer}@media(max-width:720px){.isbn-field-row[data-v-0bcd9e58]{flex-direction:column}.isbn-field-row__scanner[data-v-0bcd9e58]{width:100%}.field-help[data-v-0bcd9e58]:after{left:0;right:auto;transform:none;width:min(16rem,100vw - 1.5rem);max-width:calc(100vw - 1.5rem)}}fieldset[disabled] .multiselect[data-v-6bb80c15]{pointer-events:none}.multiselect__spinner[data-v-6bb80c15]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-6bb80c15]:before,.multiselect__spinner[data-v-6bb80c15]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-6bb80c15]:before{animation:spinning-6bb80c15 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-6bb80c15]:after{animation:spinning-6bb80c15 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-6bb80c15],.multiselect__loading-leave-active[data-v-6bb80c15]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-6bb80c15],.multiselect__loading-leave-active[data-v-6bb80c15]{opacity:0}.multiselect[data-v-6bb80c15],.multiselect__input[data-v-6bb80c15],.multiselect__single[data-v-6bb80c15]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-6bb80c15]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-6bb80c15] *{box-sizing:border-box}.multiselect[data-v-6bb80c15]:focus{outline:none}.multiselect--disabled[data-v-6bb80c15]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-6bb80c15]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-6bb80c15],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-6bb80c15],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-6bb80c15]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-6bb80c15]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-6bb80c15],.multiselect--above.multiselect--active .multiselect__input[data-v-6bb80c15],.multiselect--above.multiselect--active .multiselect__tags[data-v-6bb80c15]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-6bb80c15],.multiselect__single[data-v-6bb80c15]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-6bb80c15]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-6bb80c15],.multiselect__tag~.multiselect__single[data-v-6bb80c15]{width:auto}.multiselect__input[data-v-6bb80c15]:hover,.multiselect__single[data-v-6bb80c15]:hover{border-color:#cfcfcf}.multiselect__input[data-v-6bb80c15]:focus,.multiselect__single[data-v-6bb80c15]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-6bb80c15]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-6bb80c15]{display:inline}.multiselect__tags[data-v-6bb80c15]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-6bb80c15]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-6bb80c15]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-6bb80c15]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-6bb80c15]:focus:after,.multiselect__tag-icon[data-v-6bb80c15]:hover:after{color:#fff}.multiselect__current[data-v-6bb80c15]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-6bb80c15]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-6bb80c15]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-6bb80c15]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-6bb80c15]{display:none}.multiselect__content-wrapper[data-v-6bb80c15]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-6bb80c15]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-6bb80c15]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-6bb80c15]::-webkit-scrollbar{display:none}.multiselect__element[data-v-6bb80c15]{display:block}.multiselect__option[data-v-6bb80c15]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-6bb80c15]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-6bb80c15]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-6bb80c15]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-6bb80c15]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-6bb80c15]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-6bb80c15]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-6bb80c15]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-6bb80c15],.multiselect--disabled .multiselect__select[data-v-6bb80c15]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-6bb80c15]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-6bb80c15]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-6bb80c15]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-6bb80c15]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-6bb80c15]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-6bb80c15]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-6bb80c15]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-6bb80c15],.multiselect-leave-active[data-v-6bb80c15]{transition:all .15s ease}.multiselect-enter[data-v-6bb80c15],.multiselect-leave-active[data-v-6bb80c15]{opacity:0}.multiselect__strong[data-v-6bb80c15]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-6bb80c15]{text-align:right}[dir=rtl] .multiselect__select[data-v-6bb80c15]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-6bb80c15]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-6bb80c15]{text-align:right}[dir=rtl] .multiselect__option[data-v-6bb80c15]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-6bb80c15]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-6bb80c15]{right:auto;left:1px}@keyframes spinning-6bb80c15{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-6bb80c15]{margin:0;padding:0;box-sizing:border-box}body[data-v-6bb80c15]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-6bb80c15]{min-height:0}.multiselect__select[data-v-6bb80c15]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-6bb80c15]:before{margin-top:0;top:0}.multiselect__tags[data-v-6bb80c15]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-6bb80c15]{font-family:Nunito!important}.multiselect__placeholder[data-v-6bb80c15]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-6bb80c15]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-6bb80c15]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-6bb80c15]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-6bb80c15]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-6bb80c15]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-6bb80c15]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-6bb80c15]{max-height:20vh!important}.multiselect__option--selected[data-v-6bb80c15]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-6bb80c15]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-6bb80c15],.multiselect__single[data-v-6bb80c15],.multiselect__tags input[data-v-6bb80c15]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-6bb80c15]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-6bb80c15]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-6bb80c15]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-6bb80c15],.multiselect__single[data-v-6bb80c15],.multiselect__tags input[data-v-6bb80c15]{font-size:.78125vw}.multiselect__option[data-v-6bb80c15]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-6bb80c15]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-6bb80c15]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-6bb80c15],.multiselect__single[data-v-6bb80c15],.multiselect__tags input[data-v-6bb80c15]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-6bb80c15]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-6bb80c15]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-6bb80c15]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-6bb80c15],.multiselect__single[data-v-6bb80c15],.multiselect__tags input[data-v-6bb80c15]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-6bb80c15]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-6bb80c15]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-6bb80c15]{font-size:15px}h1[data-v-6bb80c15]{font-size:1.5rem}h2[data-v-6bb80c15]{font-size:1.25rem}h3[data-v-6bb80c15]{font-size:1.1rem}}.upload-form__section[data-v-6bb80c15]{border-radius:18px;padding:1rem;background:#effbf8;border:1px solid rgba(15,23,42,.08)}.upload-form__fields[data-v-6bb80c15]{display:flex;flex-wrap:wrap;gap:1rem}.upload-form__section h2[data-v-6bb80c15]{font-family:Manrope;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.upload-form__fields label[data-v-6bb80c15]{flex:1 1 280px;display:flex;flex-direction:column;gap:.375rem;font-family:Nunito}.upload-form__fields input[data-v-6bb80c15]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem}.field-label[data-v-6bb80c15]{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.4rem}.field-indicator[data-v-6bb80c15]{display:inline-flex;align-items:center;border-radius:999px;padding:.15rem .55rem;font-size:.72rem;font-weight:700;line-height:1.2}.field-indicator--required[data-v-6bb80c15]{background:#22c55e24;color:#166534}fieldset[disabled] .multiselect[data-v-83e47588]{pointer-events:none}.multiselect__spinner[data-v-83e47588]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-83e47588]:before,.multiselect__spinner[data-v-83e47588]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-83e47588]:before{animation:spinning-83e47588 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-83e47588]:after{animation:spinning-83e47588 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-83e47588],.multiselect__loading-leave-active[data-v-83e47588]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-83e47588],.multiselect__loading-leave-active[data-v-83e47588]{opacity:0}.multiselect[data-v-83e47588],.multiselect__input[data-v-83e47588],.multiselect__single[data-v-83e47588]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-83e47588]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-83e47588] *{box-sizing:border-box}.multiselect[data-v-83e47588]:focus{outline:none}.multiselect--disabled[data-v-83e47588]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-83e47588]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-83e47588],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-83e47588],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-83e47588]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-83e47588]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-83e47588],.multiselect--above.multiselect--active .multiselect__input[data-v-83e47588],.multiselect--above.multiselect--active .multiselect__tags[data-v-83e47588]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-83e47588],.multiselect__single[data-v-83e47588]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-83e47588]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-83e47588],.multiselect__tag~.multiselect__single[data-v-83e47588]{width:auto}.multiselect__input[data-v-83e47588]:hover,.multiselect__single[data-v-83e47588]:hover{border-color:#cfcfcf}.multiselect__input[data-v-83e47588]:focus,.multiselect__single[data-v-83e47588]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-83e47588]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-83e47588]{display:inline}.multiselect__tags[data-v-83e47588]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-83e47588]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-83e47588]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-83e47588]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-83e47588]:focus:after,.multiselect__tag-icon[data-v-83e47588]:hover:after{color:#fff}.multiselect__current[data-v-83e47588]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-83e47588]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-83e47588]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-83e47588]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-83e47588]{display:none}.multiselect__content-wrapper[data-v-83e47588]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-83e47588]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-83e47588]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-83e47588]::-webkit-scrollbar{display:none}.multiselect__element[data-v-83e47588]{display:block}.multiselect__option[data-v-83e47588]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-83e47588]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-83e47588]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-83e47588]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-83e47588]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-83e47588]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-83e47588]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-83e47588]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-83e47588],.multiselect--disabled .multiselect__select[data-v-83e47588]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-83e47588]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-83e47588]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-83e47588]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-83e47588]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-83e47588]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-83e47588]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-83e47588]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-83e47588],.multiselect-leave-active[data-v-83e47588]{transition:all .15s ease}.multiselect-enter[data-v-83e47588],.multiselect-leave-active[data-v-83e47588]{opacity:0}.multiselect__strong[data-v-83e47588]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-83e47588]{text-align:right}[dir=rtl] .multiselect__select[data-v-83e47588]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-83e47588]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-83e47588]{text-align:right}[dir=rtl] .multiselect__option[data-v-83e47588]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-83e47588]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-83e47588]{right:auto;left:1px}@keyframes spinning-83e47588{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-83e47588]{margin:0;padding:0;box-sizing:border-box}body[data-v-83e47588]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-83e47588]{min-height:0}.multiselect__select[data-v-83e47588]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-83e47588]:before{margin-top:0;top:0}.multiselect__tags[data-v-83e47588]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-83e47588]{font-family:Nunito!important}.multiselect__placeholder[data-v-83e47588]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-83e47588]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-83e47588]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-83e47588]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-83e47588]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-83e47588]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-83e47588]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-83e47588]{max-height:20vh!important}.multiselect__option--selected[data-v-83e47588]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-83e47588]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-83e47588],.multiselect__single[data-v-83e47588],.multiselect__tags input[data-v-83e47588]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-83e47588]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-83e47588]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-83e47588]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-83e47588],.multiselect__single[data-v-83e47588],.multiselect__tags input[data-v-83e47588]{font-size:.78125vw}.multiselect__option[data-v-83e47588]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-83e47588]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-83e47588]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-83e47588],.multiselect__single[data-v-83e47588],.multiselect__tags input[data-v-83e47588]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-83e47588]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-83e47588]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-83e47588]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-83e47588],.multiselect__single[data-v-83e47588],.multiselect__tags input[data-v-83e47588]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-83e47588]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-83e47588]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-83e47588]{font-size:15px}h1[data-v-83e47588]{font-size:1.5rem}h2[data-v-83e47588]{font-size:1.25rem}h3[data-v-83e47588]{font-size:1.1rem}}.upload-mode-switch[data-v-83e47588]{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem;border-radius:999px;background:#0f172a0f;width:fit-content}.upload-mode-switch__item[data-v-83e47588]{padding:.65rem 1rem;border-radius:999px;text-decoration:none;color:#555;font-family:Nunito;font-weight:700;transition:background-color .18s ease,color .18s ease}.upload-mode-switch__item--active[data-v-83e47588]{background:#effbf8;color:#1c6758;box-shadow:0 10px 25px #0f172a14}fieldset[disabled] .multiselect[data-v-52e5a72a]{pointer-events:none}.multiselect__spinner[data-v-52e5a72a]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-52e5a72a]:before,.multiselect__spinner[data-v-52e5a72a]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-52e5a72a]:before{animation:spinning-52e5a72a 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-52e5a72a]:after{animation:spinning-52e5a72a 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-52e5a72a],.multiselect__loading-leave-active[data-v-52e5a72a]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-52e5a72a],.multiselect__loading-leave-active[data-v-52e5a72a]{opacity:0}.multiselect[data-v-52e5a72a],.multiselect__input[data-v-52e5a72a],.multiselect__single[data-v-52e5a72a]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-52e5a72a]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-52e5a72a] *{box-sizing:border-box}.multiselect[data-v-52e5a72a]:focus{outline:none}.multiselect--disabled[data-v-52e5a72a]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-52e5a72a]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-52e5a72a],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-52e5a72a],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-52e5a72a]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-52e5a72a]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-52e5a72a],.multiselect--above.multiselect--active .multiselect__input[data-v-52e5a72a],.multiselect--above.multiselect--active .multiselect__tags[data-v-52e5a72a]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-52e5a72a],.multiselect__single[data-v-52e5a72a]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-52e5a72a]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-52e5a72a],.multiselect__tag~.multiselect__single[data-v-52e5a72a]{width:auto}.multiselect__input[data-v-52e5a72a]:hover,.multiselect__single[data-v-52e5a72a]:hover{border-color:#cfcfcf}.multiselect__input[data-v-52e5a72a]:focus,.multiselect__single[data-v-52e5a72a]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-52e5a72a]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-52e5a72a]{display:inline}.multiselect__tags[data-v-52e5a72a]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-52e5a72a]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-52e5a72a]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-52e5a72a]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-52e5a72a]:focus:after,.multiselect__tag-icon[data-v-52e5a72a]:hover:after{color:#fff}.multiselect__current[data-v-52e5a72a]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-52e5a72a]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-52e5a72a]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-52e5a72a]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-52e5a72a]{display:none}.multiselect__content-wrapper[data-v-52e5a72a]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-52e5a72a]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-52e5a72a]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-52e5a72a]::-webkit-scrollbar{display:none}.multiselect__element[data-v-52e5a72a]{display:block}.multiselect__option[data-v-52e5a72a]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-52e5a72a]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-52e5a72a]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-52e5a72a]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-52e5a72a]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-52e5a72a]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-52e5a72a]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-52e5a72a]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-52e5a72a],.multiselect--disabled .multiselect__select[data-v-52e5a72a]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-52e5a72a]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-52e5a72a]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-52e5a72a]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-52e5a72a]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-52e5a72a]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-52e5a72a]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-52e5a72a]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-52e5a72a],.multiselect-leave-active[data-v-52e5a72a]{transition:all .15s ease}.multiselect-enter[data-v-52e5a72a],.multiselect-leave-active[data-v-52e5a72a]{opacity:0}.multiselect__strong[data-v-52e5a72a]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-52e5a72a]{text-align:right}[dir=rtl] .multiselect__select[data-v-52e5a72a]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-52e5a72a]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-52e5a72a]{text-align:right}[dir=rtl] .multiselect__option[data-v-52e5a72a]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-52e5a72a]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-52e5a72a]{right:auto;left:1px}@keyframes spinning-52e5a72a{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-52e5a72a]{margin:0;padding:0;box-sizing:border-box}body[data-v-52e5a72a]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-52e5a72a]{min-height:0}.multiselect__select[data-v-52e5a72a]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-52e5a72a]:before{margin-top:0;top:0}.multiselect__tags[data-v-52e5a72a]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-52e5a72a]{font-family:Nunito!important}.multiselect__placeholder[data-v-52e5a72a]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-52e5a72a]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-52e5a72a]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-52e5a72a]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-52e5a72a]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-52e5a72a]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-52e5a72a]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-52e5a72a]{max-height:20vh!important}.multiselect__option--selected[data-v-52e5a72a]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-52e5a72a]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-52e5a72a],.multiselect__single[data-v-52e5a72a],.multiselect__tags input[data-v-52e5a72a]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-52e5a72a]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-52e5a72a]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-52e5a72a]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-52e5a72a],.multiselect__single[data-v-52e5a72a],.multiselect__tags input[data-v-52e5a72a]{font-size:.78125vw}.multiselect__option[data-v-52e5a72a]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-52e5a72a]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-52e5a72a]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-52e5a72a],.multiselect__single[data-v-52e5a72a],.multiselect__tags input[data-v-52e5a72a]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-52e5a72a]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-52e5a72a]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-52e5a72a]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-52e5a72a],.multiselect__single[data-v-52e5a72a],.multiselect__tags input[data-v-52e5a72a]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-52e5a72a]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-52e5a72a]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-52e5a72a]{font-size:15px}h1[data-v-52e5a72a]{font-size:1.5rem}h2[data-v-52e5a72a]{font-size:1.25rem}h3[data-v-52e5a72a]{font-size:1.1rem}}.uploader-container[data-v-52e5a72a]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.inset-container[data-v-52e5a72a]{appearance:none;width:90%;height:90%;padding:0;margin:0;border:3px dashed lightgray;border-radius:20px;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color 1s ease,background 1s ease,transform 1s ease}.inset-container[data-v-52e5a72a]:hover{background-color:#26e5bc1a;border-color:#1c6758;transform:scale(1.01)}.inset-container:hover .addFile[data-v-52e5a72a],.inset-container:hover .note[data-v-52e5a72a]{opacity:1;transform:translateY(0)}.inset-container[data-v-52e5a72a]:focus-visible{outline:2px solid #1C6758;outline-offset:3px}.uploader-image-container[data-v-52e5a72a]{width:35%;height:100%;position:relative}.uploader-image[data-v-52e5a72a]{width:100%;height:100%;background-image:url(/assets/uploadHolding-HlSMMUpl.svg);background-size:70% 70%;background-position:center center;background-repeat:no-repeat}.addFile[data-v-52e5a72a],.note[data-v-52e5a72a]{opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}.addFile[data-v-52e5a72a]{position:absolute;top:0%;left:6%;width:35%;aspect-ratio:1/1;background-image:url(/assets/addFiles-BLHyigsY.svg);background-size:90% 90%;background-repeat:no-repeat;background-position:center center}.note[data-v-52e5a72a]{position:absolute;bottom:11%;right:19%;width:20%;aspect-ratio:1/1;background-image:url("data:image/svg+xml,%3csvg%20width='69'%20height='74'%20viewBox='0%200%2069%2074'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M52.5806%2074C52.1825%2074%2051.7801%2073.9686%2051.3758%2073.9052L6.59403%2066.8458C4.4981%2066.5149%202.6684%2065.3759%201.44109%2063.6373C0.213778%2061.8992%20-0.25179%2059.787%200.130026%2057.6911L9.47233%206.42676C10.2347%202.25127%2014.101%20-0.527782%2018.2828%200.0844151L62.3353%206.60885C64.4243%206.9184%2066.2597%208.03354%2067.5026%209.74895C68.7462%2011.4637%2069.2392%2013.5609%2068.8911%2015.6537L60.2781%2067.4536C59.6445%2071.2687%2056.3206%2074%2052.5806%2074Z'%20fill='%23F7FDFC'/%3e%3cpath%20d='M54.7395%2029C54.6019%2029%2054.4624%2028.9875%2054.3222%2028.9614L18.8482%2022.4303C17.6196%2022.2041%2016.8096%2021.0382%2017.0388%2019.8255C17.2673%2018.6129%2018.446%2017.8084%2019.6778%2018.0396L55.1518%2024.5707C56.3804%2024.7969%2057.1904%2025.9628%2056.9612%2027.1755C56.7586%2028.2497%2055.8077%2029%2054.7395%2029Z'%20fill='%231C6758'/%3e%3cpath%20d='M51.6545%2041C51.5483%2041%2051.4421%2040.9931%2051.334%2040.9772L16.0316%2035.9195C14.7466%2035.7355%2013.8468%2034.4904%2014.0218%2033.1377C14.1974%2031.785%2015.3848%2030.8377%2016.666%2031.0232L51.9684%2036.0809C53.2534%2036.265%2054.1532%2037.5101%2053.9782%2038.8627C53.8177%2040.1017%2052.8104%2041%2051.6545%2041Z'%20fill='%231C6758'/%3e%3cpath%20d='M37.6994%2053C37.5773%2053%2037.4533%2052.989%2037.3287%2052.9676L13.935%2048.9074C12.6795%2048.6897%2011.8269%2047.4211%2012.0299%2046.0746C12.2336%2044.7281%2013.4081%2043.8164%2014.6713%2044.0314L38.065%2048.0916C39.3205%2048.3093%2040.1731%2049.5779%2039.9701%2050.9244C39.787%2052.1373%2038.8097%2053%2037.6994%2053Z'%20fill='%231C6758'/%3e%3c/svg%3e");background-size:90% 90%;background-repeat:no-repeat;background-position:center center}.uploader-text[data-v-52e5a72a]{width:65%;height:100%;padding:.75rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;text-align:center}.uploader-title[data-v-52e5a72a]{margin:0;color:#1c6758;font-family:Manrope;font-weight:700;line-height:1.15;font-size:clamp(1rem,1.6vw,1.35rem)}.divider-container[data-v-52e5a72a]{width:100%;display:flex;align-items:center;justify-content:center;gap:.65rem;color:#555;font-family:Nunito;font-size:clamp(.78rem,1.15vw,.92rem);font-weight:600}.divider-container hr[data-v-52e5a72a]{width:100%;height:1px;border:none;background:#0f172a29}.uploader-links[data-v-52e5a72a]{width:100%;display:flex;flex-direction:column;align-items:center;gap:.4rem}.browse-link[data-v-52e5a72a]{margin:0;color:#1c6758;font-family:Nunito;font-weight:700;line-height:1.2;font-size:clamp(.84rem,1.2vw,.98rem);box-shadow:inset 0 -2px #1c6758;cursor:pointer;transition:box-shadow .3s ease}.browse-link[data-v-52e5a72a]:hover{box-shadow:inset 0 -4px #1c6758}@media screen and (max-width:900px){.uploader-title[data-v-52e5a72a]{font-size:clamp(1rem,3.4vw,1.25rem)}.browse-link[data-v-52e5a72a]{font-size:clamp(.82rem,2.7vw,.95rem)}.divider-container[data-v-52e5a72a]{font-size:clamp(.76rem,2.3vw,.9rem)}}@media screen and (max-width:640px){.inset-container[data-v-52e5a72a]{min-height:220px}.uploader-image-container[data-v-52e5a72a]{width:40%}.uploader-text[data-v-52e5a72a]{width:60%;padding:.75rem .5rem}}@media screen and (max-width:520px){.inset-container[data-v-52e5a72a]{flex-direction:column;justify-content:center;gap:.25rem;min-height:260px;padding:.75rem}.uploader-image-container[data-v-52e5a72a]{width:100%;height:130px}.uploader-text[data-v-52e5a72a]{width:100%;height:auto;padding:0 .25rem .25rem}.uploader-title[data-v-52e5a72a]{font-size:clamp(.98rem,5vw,1.18rem)}.browse-link[data-v-52e5a72a]{font-size:clamp(.82rem,4.1vw,.92rem)}.divider-container[data-v-52e5a72a]{font-size:clamp(.74rem,3.8vw,.84rem)}}fieldset[disabled] .multiselect[data-v-9625c762]{pointer-events:none}.multiselect__spinner[data-v-9625c762]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-9625c762]:before,.multiselect__spinner[data-v-9625c762]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-9625c762]:before{animation:spinning-9625c762 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-9625c762]:after{animation:spinning-9625c762 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-9625c762],.multiselect__loading-leave-active[data-v-9625c762]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-9625c762],.multiselect__loading-leave-active[data-v-9625c762]{opacity:0}.multiselect[data-v-9625c762],.multiselect__input[data-v-9625c762],.multiselect__single[data-v-9625c762]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-9625c762]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-9625c762] *{box-sizing:border-box}.multiselect[data-v-9625c762]:focus{outline:none}.multiselect--disabled[data-v-9625c762]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-9625c762]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-9625c762],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-9625c762],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-9625c762]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-9625c762]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-9625c762],.multiselect--above.multiselect--active .multiselect__input[data-v-9625c762],.multiselect--above.multiselect--active .multiselect__tags[data-v-9625c762]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-9625c762],.multiselect__single[data-v-9625c762]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-9625c762]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-9625c762],.multiselect__tag~.multiselect__single[data-v-9625c762]{width:auto}.multiselect__input[data-v-9625c762]:hover,.multiselect__single[data-v-9625c762]:hover{border-color:#cfcfcf}.multiselect__input[data-v-9625c762]:focus,.multiselect__single[data-v-9625c762]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-9625c762]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-9625c762]{display:inline}.multiselect__tags[data-v-9625c762]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-9625c762]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-9625c762]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-9625c762]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-9625c762]:focus:after,.multiselect__tag-icon[data-v-9625c762]:hover:after{color:#fff}.multiselect__current[data-v-9625c762]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-9625c762]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-9625c762]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-9625c762]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-9625c762]{display:none}.multiselect__content-wrapper[data-v-9625c762]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-9625c762]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-9625c762]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-9625c762]::-webkit-scrollbar{display:none}.multiselect__element[data-v-9625c762]{display:block}.multiselect__option[data-v-9625c762]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-9625c762]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-9625c762]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-9625c762]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-9625c762]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-9625c762]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-9625c762]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-9625c762]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-9625c762],.multiselect--disabled .multiselect__select[data-v-9625c762]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-9625c762]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-9625c762]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-9625c762]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-9625c762]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-9625c762]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-9625c762]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-9625c762]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-9625c762],.multiselect-leave-active[data-v-9625c762]{transition:all .15s ease}.multiselect-enter[data-v-9625c762],.multiselect-leave-active[data-v-9625c762]{opacity:0}.multiselect__strong[data-v-9625c762]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-9625c762]{text-align:right}[dir=rtl] .multiselect__select[data-v-9625c762]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-9625c762]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-9625c762]{text-align:right}[dir=rtl] .multiselect__option[data-v-9625c762]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-9625c762]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-9625c762]{right:auto;left:1px}@keyframes spinning-9625c762{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-9625c762]{margin:0;padding:0;box-sizing:border-box}body[data-v-9625c762]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-9625c762]{min-height:0}.multiselect__select[data-v-9625c762]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-9625c762]:before{margin-top:0;top:0}.multiselect__tags[data-v-9625c762]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-9625c762]{font-family:Nunito!important}.multiselect__placeholder[data-v-9625c762]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-9625c762]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-9625c762]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-9625c762]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-9625c762]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-9625c762]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-9625c762]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-9625c762]{max-height:20vh!important}.multiselect__option--selected[data-v-9625c762]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-9625c762]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-9625c762],.multiselect__single[data-v-9625c762],.multiselect__tags input[data-v-9625c762]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-9625c762]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-9625c762]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-9625c762]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-9625c762],.multiselect__single[data-v-9625c762],.multiselect__tags input[data-v-9625c762]{font-size:.78125vw}.multiselect__option[data-v-9625c762]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-9625c762]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-9625c762]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-9625c762],.multiselect__single[data-v-9625c762],.multiselect__tags input[data-v-9625c762]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-9625c762]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-9625c762]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-9625c762]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-9625c762],.multiselect__single[data-v-9625c762],.multiselect__tags input[data-v-9625c762]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-9625c762]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-9625c762]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-9625c762]{font-size:15px}h1[data-v-9625c762]{font-size:1.5rem}h2[data-v-9625c762]{font-size:1.25rem}h3[data-v-9625c762]{font-size:1.1rem}}.upload-form__section[data-v-9625c762]{border-radius:18px;padding:1.25rem;background:#effbf8;border:1px solid rgba(15,23,42,.08)}.upload-form__section h2[data-v-9625c762]{font-family:Manrope;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.uploader-grid[data-v-9625c762]{display:grid;gap:1rem}.uploader-card[data-v-9625c762]{border-radius:16px;padding:1rem;border:1px solid rgba(15,23,42,.12);background:#ffffffa6;box-shadow:0 12px 28px #0f172a14;display:grid;min-height:280px}.uploader-card__header[data-v-9625c762]{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;height:fit-content;min-width:0}.uploader-card__header h3[data-v-9625c762]{margin:0;font-family:Manrope;font-size:1.1rem;display:inline-flex;align-items:center;flex-wrap:wrap;gap:.4rem;flex-shrink:0}.field-indicator[data-v-9625c762]{display:inline-flex;align-items:center;border-radius:999px;padding:.15rem .55rem;font-size:.72rem;font-weight:700;line-height:1.2;font-family:Nunito}.field-indicator--required[data-v-9625c762]{background:#22c55e24;color:#166534}.field-indicator--optional[data-v-9625c762]{background:#0f172a14;color:#555}.caption[data-v-9625c762]{font-family:Nunito;font-size:.9rem;color:#555}.caption--filename[data-v-9625c762]{min-width:0;max-width:min(55%,18rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}@media(max-width:640px){.caption--filename[data-v-9625c762]{max-width:min(50vw,12rem)}}.uploader-card ImageUploader[data-v-9625c762]{width:100%;min-height:220px}@media(max-width:640px){.uploader-grid[data-v-9625c762]{grid-template-columns:1fr}.uploader-card[data-v-9625c762]{min-height:auto}}@media(min-width:768px){.uploader-grid[data-v-9625c762]{grid-template-columns:repeat(2,minmax(0,1fr))}}fieldset[disabled] .multiselect[data-v-9deddd72]{pointer-events:none}.multiselect__spinner[data-v-9deddd72]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-9deddd72]:before,.multiselect__spinner[data-v-9deddd72]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-9deddd72]:before{animation:spinning-9deddd72 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-9deddd72]:after{animation:spinning-9deddd72 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-9deddd72],.multiselect__loading-leave-active[data-v-9deddd72]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-9deddd72],.multiselect__loading-leave-active[data-v-9deddd72]{opacity:0}.multiselect[data-v-9deddd72],.multiselect__input[data-v-9deddd72],.multiselect__single[data-v-9deddd72]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-9deddd72]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-9deddd72] *{box-sizing:border-box}.multiselect[data-v-9deddd72]:focus{outline:none}.multiselect--disabled[data-v-9deddd72]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-9deddd72]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-9deddd72],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-9deddd72],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-9deddd72]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-9deddd72]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-9deddd72],.multiselect--above.multiselect--active .multiselect__input[data-v-9deddd72],.multiselect--above.multiselect--active .multiselect__tags[data-v-9deddd72]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-9deddd72],.multiselect__single[data-v-9deddd72]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-9deddd72]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-9deddd72],.multiselect__tag~.multiselect__single[data-v-9deddd72]{width:auto}.multiselect__input[data-v-9deddd72]:hover,.multiselect__single[data-v-9deddd72]:hover{border-color:#cfcfcf}.multiselect__input[data-v-9deddd72]:focus,.multiselect__single[data-v-9deddd72]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-9deddd72]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-9deddd72]{display:inline}.multiselect__tags[data-v-9deddd72]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-9deddd72]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-9deddd72]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-9deddd72]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-9deddd72]:focus:after,.multiselect__tag-icon[data-v-9deddd72]:hover:after{color:#fff}.multiselect__current[data-v-9deddd72]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-9deddd72]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-9deddd72]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-9deddd72]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-9deddd72]{display:none}.multiselect__content-wrapper[data-v-9deddd72]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-9deddd72]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-9deddd72]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-9deddd72]::-webkit-scrollbar{display:none}.multiselect__element[data-v-9deddd72]{display:block}.multiselect__option[data-v-9deddd72]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-9deddd72]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-9deddd72]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-9deddd72]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-9deddd72]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-9deddd72]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-9deddd72]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-9deddd72]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-9deddd72],.multiselect--disabled .multiselect__select[data-v-9deddd72]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-9deddd72]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-9deddd72]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-9deddd72]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-9deddd72]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-9deddd72]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-9deddd72]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-9deddd72]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-9deddd72],.multiselect-leave-active[data-v-9deddd72]{transition:all .15s ease}.multiselect-enter[data-v-9deddd72],.multiselect-leave-active[data-v-9deddd72]{opacity:0}.multiselect__strong[data-v-9deddd72]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-9deddd72]{text-align:right}[dir=rtl] .multiselect__select[data-v-9deddd72]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-9deddd72]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-9deddd72]{text-align:right}[dir=rtl] .multiselect__option[data-v-9deddd72]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-9deddd72]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-9deddd72]{right:auto;left:1px}@keyframes spinning-9deddd72{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-9deddd72]{margin:0;padding:0;box-sizing:border-box}body[data-v-9deddd72]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-9deddd72]{min-height:0}.multiselect__select[data-v-9deddd72]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-9deddd72]:before{margin-top:0;top:0}.multiselect__tags[data-v-9deddd72]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-9deddd72]{font-family:Nunito!important}.multiselect__placeholder[data-v-9deddd72]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-9deddd72]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-9deddd72]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-9deddd72]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-9deddd72]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-9deddd72]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-9deddd72]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-9deddd72]{max-height:20vh!important}.multiselect__option--selected[data-v-9deddd72]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-9deddd72]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-9deddd72],.multiselect__single[data-v-9deddd72],.multiselect__tags input[data-v-9deddd72]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-9deddd72]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-9deddd72]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-9deddd72]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-9deddd72],.multiselect__single[data-v-9deddd72],.multiselect__tags input[data-v-9deddd72]{font-size:.78125vw}.multiselect__option[data-v-9deddd72]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-9deddd72]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-9deddd72]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-9deddd72],.multiselect__single[data-v-9deddd72],.multiselect__tags input[data-v-9deddd72]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-9deddd72]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-9deddd72]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-9deddd72]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-9deddd72],.multiselect__single[data-v-9deddd72],.multiselect__tags input[data-v-9deddd72]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-9deddd72]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-9deddd72]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-9deddd72]{font-size:15px}h1[data-v-9deddd72]{font-size:1.5rem}h2[data-v-9deddd72]{font-size:1.25rem}h3[data-v-9deddd72]{font-size:1.1rem}}.upload-page[data-v-9deddd72]{min-height:100dvh;width:100%;max-width:100%;padding:1rem;display:flex;flex-direction:column;gap:1rem;background:#f7fdfc;color:#2b2b2b;overflow-x:clip}.upload-form[data-v-9deddd72]{width:100%;min-width:0;display:flex;flex-direction:column;gap:1rem}.upload-form__section[data-v-9deddd72]{border-radius:18px;padding:1rem;background:#effbf8;border:1px solid rgba(15,23,42,.08)}.upload-form__fields[data-v-9deddd72]{display:flex;flex-wrap:wrap;gap:1rem}.upload-form__fields label[data-v-9deddd72]{flex:1 1 280px;display:flex;flex-direction:column;gap:.375rem;font-family:Nunito}.upload-form__fields input[data-v-9deddd72]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem}.upload-form__lookup[data-v-9deddd72],.autofill-badge[data-v-9deddd72]{display:inline-flex;align-items:center;gap:.5rem;font-family:Nunito}.autofill-badge button[data-v-9deddd72]{min-width:auto;border:none;background:transparent;color:#26e5bc;cursor:pointer}.upload-banner[data-v-9deddd72]{padding:.875rem 1rem;border-radius:14px;font-family:Nunito}.upload-banner--success[data-v-9deddd72]{background:#22c55e1f}.upload-banner--error[data-v-9deddd72]{background:#ef44441f}@media(min-width:1025px){.upload-page[data-v-9deddd72]{margin-left:6rem}.upload-navbar[data-v-9deddd72]{display:none}}@media(max-width:1024px){.upload-sidebar[data-v-9deddd72]{display:none}.upload-page[data-v-9deddd72]{padding-bottom:calc(1rem + var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom))}}fieldset[disabled] .multiselect[data-v-93c5a901]{pointer-events:none}.multiselect__spinner[data-v-93c5a901]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-93c5a901]:before,.multiselect__spinner[data-v-93c5a901]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-93c5a901]:before{animation:spinning-93c5a901 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-93c5a901]:after{animation:spinning-93c5a901 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-93c5a901],.multiselect__loading-leave-active[data-v-93c5a901]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-93c5a901],.multiselect__loading-leave-active[data-v-93c5a901]{opacity:0}.multiselect[data-v-93c5a901],.multiselect__input[data-v-93c5a901],.multiselect__single[data-v-93c5a901]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-93c5a901]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-93c5a901] *{box-sizing:border-box}.multiselect[data-v-93c5a901]:focus{outline:none}.multiselect--disabled[data-v-93c5a901]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-93c5a901]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-93c5a901],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-93c5a901],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-93c5a901]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-93c5a901]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-93c5a901],.multiselect--above.multiselect--active .multiselect__input[data-v-93c5a901],.multiselect--above.multiselect--active .multiselect__tags[data-v-93c5a901]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-93c5a901],.multiselect__single[data-v-93c5a901]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-93c5a901]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-93c5a901],.multiselect__tag~.multiselect__single[data-v-93c5a901]{width:auto}.multiselect__input[data-v-93c5a901]:hover,.multiselect__single[data-v-93c5a901]:hover{border-color:#cfcfcf}.multiselect__input[data-v-93c5a901]:focus,.multiselect__single[data-v-93c5a901]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-93c5a901]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-93c5a901]{display:inline}.multiselect__tags[data-v-93c5a901]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-93c5a901]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-93c5a901]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-93c5a901]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-93c5a901]:focus:after,.multiselect__tag-icon[data-v-93c5a901]:hover:after{color:#fff}.multiselect__current[data-v-93c5a901]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-93c5a901]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-93c5a901]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-93c5a901]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-93c5a901]{display:none}.multiselect__content-wrapper[data-v-93c5a901]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-93c5a901]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-93c5a901]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-93c5a901]::-webkit-scrollbar{display:none}.multiselect__element[data-v-93c5a901]{display:block}.multiselect__option[data-v-93c5a901]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-93c5a901]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-93c5a901]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-93c5a901]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-93c5a901]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-93c5a901]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-93c5a901]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-93c5a901]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-93c5a901],.multiselect--disabled .multiselect__select[data-v-93c5a901]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-93c5a901]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-93c5a901]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-93c5a901]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-93c5a901]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-93c5a901]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-93c5a901]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-93c5a901]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-93c5a901],.multiselect-leave-active[data-v-93c5a901]{transition:all .15s ease}.multiselect-enter[data-v-93c5a901],.multiselect-leave-active[data-v-93c5a901]{opacity:0}.multiselect__strong[data-v-93c5a901]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-93c5a901]{text-align:right}[dir=rtl] .multiselect__select[data-v-93c5a901]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-93c5a901]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-93c5a901]{text-align:right}[dir=rtl] .multiselect__option[data-v-93c5a901]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-93c5a901]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-93c5a901]{right:auto;left:1px}@keyframes spinning-93c5a901{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-93c5a901]{margin:0;padding:0;box-sizing:border-box}body[data-v-93c5a901]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-93c5a901]{min-height:0}.multiselect__select[data-v-93c5a901]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-93c5a901]:before{margin-top:0;top:0}.multiselect__tags[data-v-93c5a901]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-93c5a901]{font-family:Nunito!important}.multiselect__placeholder[data-v-93c5a901]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-93c5a901]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-93c5a901]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-93c5a901]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-93c5a901]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-93c5a901]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-93c5a901]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-93c5a901]{max-height:20vh!important}.multiselect__option--selected[data-v-93c5a901]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-93c5a901]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-93c5a901],.multiselect__single[data-v-93c5a901],.multiselect__tags input[data-v-93c5a901]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-93c5a901]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-93c5a901]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-93c5a901]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-93c5a901],.multiselect__single[data-v-93c5a901],.multiselect__tags input[data-v-93c5a901]{font-size:.78125vw}.multiselect__option[data-v-93c5a901]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-93c5a901]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-93c5a901]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-93c5a901],.multiselect__single[data-v-93c5a901],.multiselect__tags input[data-v-93c5a901]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-93c5a901]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-93c5a901]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-93c5a901]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-93c5a901],.multiselect__single[data-v-93c5a901],.multiselect__tags input[data-v-93c5a901]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-93c5a901]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-93c5a901]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-93c5a901]{font-size:15px}h1[data-v-93c5a901]{font-size:1.5rem}h2[data-v-93c5a901]{font-size:1.25rem}h3[data-v-93c5a901]{font-size:1.1rem}}.upload-form__section[data-v-93c5a901]{border-radius:18px;padding:1rem;background:#effbf8;border:1px solid rgba(15,23,42,.08)}.bulk-books__header[data-v-93c5a901]{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.bulk-books__header h2[data-v-93c5a901]{margin:0 0 .25rem;font-family:Manrope;font-size:1.5rem;font-weight:600}.bulk-books__header p[data-v-93c5a901],.bulk-books__count[data-v-93c5a901],.bulk-book-card__meta p[data-v-93c5a901],.bulk-book-card__status[data-v-93c5a901],.bulk-books__empty[data-v-93c5a901]{font-family:Nunito;color:#555}.bulk-books__count[data-v-93c5a901]{white-space:nowrap;padding:.45rem .75rem;border-radius:999px;background:#0f172a0f}.bulk-books__toolbar[data-v-93c5a901]{display:flex;gap:.75rem;margin-bottom:1rem}.bulk-books__toolbar select[data-v-93c5a901],.bulk-books__toolbar button[data-v-93c5a901]{border-radius:12px;border:1px solid rgba(15,23,42,.12);padding:.75rem .9rem;font-family:Nunito}.bulk-books__toolbar select[data-v-93c5a901]{flex:1 1 auto;background:#fff}.bulk-books__toolbar button[data-v-93c5a901]{background:#1c6758;color:#fff;cursor:pointer}.bulk-books__toolbar button[data-v-93c5a901]:disabled,.bulk-books__toolbar select[data-v-93c5a901]:disabled{opacity:.6;cursor:not-allowed}.bulk-books__grid[data-v-93c5a901]{display:grid;gap:1rem}.bulk-book-card[data-v-93c5a901]{display:grid;gap:.9rem;border:1px solid rgba(15,23,42,.12);border-radius:16px;padding:1rem;background:#ffffffc7}.bulk-book-card__meta[data-v-93c5a901]{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.bulk-book-card__meta-actions[data-v-93c5a901]{display:flex;align-items:center;gap:.75rem}.bulk-book-card__meta h3[data-v-93c5a901]{margin:0 0 .35rem;font-family:Manrope}.bulk-book-card__meta p[data-v-93c5a901]{margin:.15rem 0 0}.bulk-book-card__remove[data-v-93c5a901]{border:none;background:transparent;color:#dc2626;font-family:Nunito;font-weight:700;cursor:pointer}.bulk-book-card__remove[data-v-93c5a901]:disabled{opacity:.5;cursor:not-allowed}.bulk-book-card__status[data-v-93c5a901]{min-width:0}.bulk-book-card__filename[data-v-93c5a901]{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bulk-book-card__uploader[data-v-93c5a901]{min-height:220px}.bulk-book-card__uploaded-note[data-v-93c5a901]{min-height:220px;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;border:2px dashed rgba(34,197,94,.28);border-radius:16px;background:#22c55e14;font-family:Nunito;color:#166534}.bulk-book-card__fields[data-v-93c5a901]{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.bulk-book-card__fields label[data-v-93c5a901]{display:grid;gap:.35rem;font-family:Nunito}.bulk-book-card__fields input[data-v-93c5a901]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem}.bulk-book-card__fields input[data-v-93c5a901]:disabled{opacity:.65;cursor:not-allowed}.bulk-book-card__error[data-v-93c5a901]{margin:0;font-family:Nunito;color:#dc2626}.bulk-books__empty[data-v-93c5a901]{padding:1rem;border-radius:14px;background:#0f172a0a}@media(min-width:900px){.bulk-books__grid[data-v-93c5a901]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.bulk-books__header[data-v-93c5a901],.bulk-books__toolbar[data-v-93c5a901],.bulk-book-card__meta[data-v-93c5a901],.bulk-book-card__meta-actions[data-v-93c5a901]{flex-direction:column}.bulk-books__count[data-v-93c5a901]{align-self:flex-start}.bulk-book-card__fields[data-v-93c5a901]{grid-template-columns:1fr}}fieldset[disabled] .multiselect[data-v-c19bd065]{pointer-events:none}.multiselect__spinner[data-v-c19bd065]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-c19bd065]:before,.multiselect__spinner[data-v-c19bd065]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-c19bd065]:before{animation:spinning-c19bd065 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-c19bd065]:after{animation:spinning-c19bd065 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-c19bd065],.multiselect__loading-leave-active[data-v-c19bd065]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-c19bd065],.multiselect__loading-leave-active[data-v-c19bd065]{opacity:0}.multiselect[data-v-c19bd065],.multiselect__input[data-v-c19bd065],.multiselect__single[data-v-c19bd065]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-c19bd065]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-c19bd065] *{box-sizing:border-box}.multiselect[data-v-c19bd065]:focus{outline:none}.multiselect--disabled[data-v-c19bd065]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-c19bd065]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-c19bd065],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-c19bd065],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-c19bd065]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-c19bd065]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-c19bd065],.multiselect--above.multiselect--active .multiselect__input[data-v-c19bd065],.multiselect--above.multiselect--active .multiselect__tags[data-v-c19bd065]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-c19bd065],.multiselect__single[data-v-c19bd065]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-c19bd065]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-c19bd065],.multiselect__tag~.multiselect__single[data-v-c19bd065]{width:auto}.multiselect__input[data-v-c19bd065]:hover,.multiselect__single[data-v-c19bd065]:hover{border-color:#cfcfcf}.multiselect__input[data-v-c19bd065]:focus,.multiselect__single[data-v-c19bd065]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-c19bd065]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-c19bd065]{display:inline}.multiselect__tags[data-v-c19bd065]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-c19bd065]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-c19bd065]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-c19bd065]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-c19bd065]:focus:after,.multiselect__tag-icon[data-v-c19bd065]:hover:after{color:#fff}.multiselect__current[data-v-c19bd065]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-c19bd065]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-c19bd065]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-c19bd065]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-c19bd065]{display:none}.multiselect__content-wrapper[data-v-c19bd065]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-c19bd065]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-c19bd065]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-c19bd065]::-webkit-scrollbar{display:none}.multiselect__element[data-v-c19bd065]{display:block}.multiselect__option[data-v-c19bd065]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-c19bd065]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-c19bd065]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-c19bd065]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-c19bd065]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-c19bd065]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-c19bd065]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-c19bd065]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-c19bd065],.multiselect--disabled .multiselect__select[data-v-c19bd065]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-c19bd065]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-c19bd065]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-c19bd065]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-c19bd065]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-c19bd065]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-c19bd065]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-c19bd065]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-c19bd065],.multiselect-leave-active[data-v-c19bd065]{transition:all .15s ease}.multiselect-enter[data-v-c19bd065],.multiselect-leave-active[data-v-c19bd065]{opacity:0}.multiselect__strong[data-v-c19bd065]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-c19bd065]{text-align:right}[dir=rtl] .multiselect__select[data-v-c19bd065]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-c19bd065]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-c19bd065]{text-align:right}[dir=rtl] .multiselect__option[data-v-c19bd065]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-c19bd065]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-c19bd065]{right:auto;left:1px}@keyframes spinning-c19bd065{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-c19bd065]{margin:0;padding:0;box-sizing:border-box}body[data-v-c19bd065]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-c19bd065]{min-height:0}.multiselect__select[data-v-c19bd065]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-c19bd065]:before{margin-top:0;top:0}.multiselect__tags[data-v-c19bd065]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-c19bd065]{font-family:Nunito!important}.multiselect__placeholder[data-v-c19bd065]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-c19bd065]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-c19bd065]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-c19bd065]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-c19bd065]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-c19bd065]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-c19bd065]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-c19bd065]{max-height:20vh!important}.multiselect__option--selected[data-v-c19bd065]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-c19bd065]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-c19bd065],.multiselect__single[data-v-c19bd065],.multiselect__tags input[data-v-c19bd065]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-c19bd065]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-c19bd065]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-c19bd065]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-c19bd065],.multiselect__single[data-v-c19bd065],.multiselect__tags input[data-v-c19bd065]{font-size:.78125vw}.multiselect__option[data-v-c19bd065]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-c19bd065]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-c19bd065]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-c19bd065],.multiselect__single[data-v-c19bd065],.multiselect__tags input[data-v-c19bd065]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-c19bd065]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-c19bd065]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-c19bd065]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-c19bd065],.multiselect__single[data-v-c19bd065],.multiselect__tags input[data-v-c19bd065]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-c19bd065]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-c19bd065]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-c19bd065]{font-size:15px}h1[data-v-c19bd065]{font-size:1.5rem}h2[data-v-c19bd065]{font-size:1.25rem}h3[data-v-c19bd065]{font-size:1.1rem}}.upload-form__section[data-v-c19bd065]{border-radius:18px;padding:1rem;background:#effbf8;border:1px solid rgba(15,23,42,.08)}.upload-form__section h2[data-v-c19bd065]{font-family:Manrope;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.upload-form__fields[data-v-c19bd065]{display:flex;flex-wrap:wrap;gap:1rem}.upload-form__fields label[data-v-c19bd065]{flex:1 1 280px;display:flex;flex-direction:column;gap:.375rem;font-family:Nunito}.upload-form__fields input[data-v-c19bd065],.upload-form__fields select[data-v-c19bd065]{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem;background:#fff}.upload-form__fields select[data-v-c19bd065]:disabled{opacity:.65;cursor:not-allowed}.upload-form__errors[data-v-c19bd065]{margin-top:.875rem;display:grid;gap:.25rem;font-family:Nunito;color:#dc2626}fieldset[disabled] .multiselect[data-v-79b03b07]{pointer-events:none}.multiselect__spinner[data-v-79b03b07]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-79b03b07]:before,.multiselect__spinner[data-v-79b03b07]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-79b03b07]:before{animation:spinning-79b03b07 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-79b03b07]:after{animation:spinning-79b03b07 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-79b03b07],.multiselect__loading-leave-active[data-v-79b03b07]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-79b03b07],.multiselect__loading-leave-active[data-v-79b03b07]{opacity:0}.multiselect[data-v-79b03b07],.multiselect__input[data-v-79b03b07],.multiselect__single[data-v-79b03b07]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-79b03b07]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-79b03b07] *{box-sizing:border-box}.multiselect[data-v-79b03b07]:focus{outline:none}.multiselect--disabled[data-v-79b03b07]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-79b03b07]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-79b03b07],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-79b03b07],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-79b03b07]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-79b03b07]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-79b03b07],.multiselect--above.multiselect--active .multiselect__input[data-v-79b03b07],.multiselect--above.multiselect--active .multiselect__tags[data-v-79b03b07]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-79b03b07],.multiselect__single[data-v-79b03b07]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-79b03b07]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-79b03b07],.multiselect__tag~.multiselect__single[data-v-79b03b07]{width:auto}.multiselect__input[data-v-79b03b07]:hover,.multiselect__single[data-v-79b03b07]:hover{border-color:#cfcfcf}.multiselect__input[data-v-79b03b07]:focus,.multiselect__single[data-v-79b03b07]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-79b03b07]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-79b03b07]{display:inline}.multiselect__tags[data-v-79b03b07]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-79b03b07]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-79b03b07]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-79b03b07]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-79b03b07]:focus:after,.multiselect__tag-icon[data-v-79b03b07]:hover:after{color:#fff}.multiselect__current[data-v-79b03b07]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-79b03b07]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-79b03b07]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-79b03b07]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-79b03b07]{display:none}.multiselect__content-wrapper[data-v-79b03b07]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-79b03b07]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-79b03b07]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-79b03b07]::-webkit-scrollbar{display:none}.multiselect__element[data-v-79b03b07]{display:block}.multiselect__option[data-v-79b03b07]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-79b03b07]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-79b03b07]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-79b03b07]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-79b03b07]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-79b03b07]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-79b03b07]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-79b03b07]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-79b03b07],.multiselect--disabled .multiselect__select[data-v-79b03b07]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-79b03b07]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-79b03b07]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-79b03b07]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-79b03b07]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-79b03b07]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-79b03b07]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-79b03b07]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-79b03b07],.multiselect-leave-active[data-v-79b03b07]{transition:all .15s ease}.multiselect-enter[data-v-79b03b07],.multiselect-leave-active[data-v-79b03b07]{opacity:0}.multiselect__strong[data-v-79b03b07]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-79b03b07]{text-align:right}[dir=rtl] .multiselect__select[data-v-79b03b07]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-79b03b07]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-79b03b07]{text-align:right}[dir=rtl] .multiselect__option[data-v-79b03b07]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-79b03b07]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-79b03b07]{right:auto;left:1px}@keyframes spinning-79b03b07{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-79b03b07]{margin:0;padding:0;box-sizing:border-box}body[data-v-79b03b07]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-79b03b07]{min-height:0}.multiselect__select[data-v-79b03b07]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-79b03b07]:before{margin-top:0;top:0}.multiselect__tags[data-v-79b03b07]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-79b03b07]{font-family:Nunito!important}.multiselect__placeholder[data-v-79b03b07]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-79b03b07]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-79b03b07]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-79b03b07]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-79b03b07]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-79b03b07]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-79b03b07]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-79b03b07]{max-height:20vh!important}.multiselect__option--selected[data-v-79b03b07]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-79b03b07]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-79b03b07],.multiselect__single[data-v-79b03b07],.multiselect__tags input[data-v-79b03b07]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-79b03b07]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-79b03b07]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-79b03b07]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-79b03b07],.multiselect__single[data-v-79b03b07],.multiselect__tags input[data-v-79b03b07]{font-size:.78125vw}.multiselect__option[data-v-79b03b07]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-79b03b07]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-79b03b07]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-79b03b07],.multiselect__single[data-v-79b03b07],.multiselect__tags input[data-v-79b03b07]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-79b03b07]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-79b03b07]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-79b03b07]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-79b03b07],.multiselect__single[data-v-79b03b07],.multiselect__tags input[data-v-79b03b07]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-79b03b07]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-79b03b07]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-79b03b07]{font-size:15px}h1[data-v-79b03b07]{font-size:1.5rem}h2[data-v-79b03b07]{font-size:1.25rem}h3[data-v-79b03b07]{font-size:1.1rem}}.upload-page[data-v-79b03b07]{min-height:100dvh;padding:1rem;display:flex;flex-direction:column;gap:1rem;background:#f7fdfc;color:#2b2b2b}.upload-form[data-v-79b03b07]{display:flex;flex-direction:column;gap:1rem}.upload-banner[data-v-79b03b07]{padding:.875rem 1rem;border-radius:14px;font-family:Nunito;background:#0f172a0f}.upload-banner--success[data-v-79b03b07]{background:#22c55e1f}.upload-banner--error[data-v-79b03b07]{background:#ef44441f}.upload-banner--warning[data-v-79b03b07]{background:#f59e0b24}.upload-banner p[data-v-79b03b07]{margin:0}.upload-banner p+p[data-v-79b03b07]{margin-top:.35rem}@media(min-width:1025px){.upload-page[data-v-79b03b07]{margin-left:6rem}.upload-navbar[data-v-79b03b07]{display:none}}@media(max-width:1024px){.upload-sidebar[data-v-79b03b07]{display:none}.upload-page[data-v-79b03b07]{padding-bottom:calc(1rem + var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom))}}fieldset[disabled] .multiselect[data-v-374cc0df]{pointer-events:none}.multiselect__spinner[data-v-374cc0df]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-374cc0df]:before,.multiselect__spinner[data-v-374cc0df]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-374cc0df]:before{animation:spinning-374cc0df 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-374cc0df]:after{animation:spinning-374cc0df 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-374cc0df],.multiselect__loading-leave-active[data-v-374cc0df]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-374cc0df],.multiselect__loading-leave-active[data-v-374cc0df]{opacity:0}.multiselect[data-v-374cc0df],.multiselect__input[data-v-374cc0df],.multiselect__single[data-v-374cc0df]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-374cc0df]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-374cc0df] *{box-sizing:border-box}.multiselect[data-v-374cc0df]:focus{outline:none}.multiselect--disabled[data-v-374cc0df]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-374cc0df]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-374cc0df],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-374cc0df],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-374cc0df]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-374cc0df]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-374cc0df],.multiselect--above.multiselect--active .multiselect__input[data-v-374cc0df],.multiselect--above.multiselect--active .multiselect__tags[data-v-374cc0df]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-374cc0df],.multiselect__single[data-v-374cc0df]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-374cc0df]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-374cc0df],.multiselect__tag~.multiselect__single[data-v-374cc0df]{width:auto}.multiselect__input[data-v-374cc0df]:hover,.multiselect__single[data-v-374cc0df]:hover{border-color:#cfcfcf}.multiselect__input[data-v-374cc0df]:focus,.multiselect__single[data-v-374cc0df]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-374cc0df]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-374cc0df]{display:inline}.multiselect__tags[data-v-374cc0df]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-374cc0df]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-374cc0df]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-374cc0df]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-374cc0df]:focus:after,.multiselect__tag-icon[data-v-374cc0df]:hover:after{color:#fff}.multiselect__current[data-v-374cc0df]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-374cc0df]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-374cc0df]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-374cc0df]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-374cc0df]{display:none}.multiselect__content-wrapper[data-v-374cc0df]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-374cc0df]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-374cc0df]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-374cc0df]::-webkit-scrollbar{display:none}.multiselect__element[data-v-374cc0df]{display:block}.multiselect__option[data-v-374cc0df]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-374cc0df]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-374cc0df]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-374cc0df]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-374cc0df]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-374cc0df]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-374cc0df]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-374cc0df]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-374cc0df],.multiselect--disabled .multiselect__select[data-v-374cc0df]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-374cc0df]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-374cc0df]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-374cc0df]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-374cc0df]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-374cc0df]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-374cc0df]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-374cc0df]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-374cc0df],.multiselect-leave-active[data-v-374cc0df]{transition:all .15s ease}.multiselect-enter[data-v-374cc0df],.multiselect-leave-active[data-v-374cc0df]{opacity:0}.multiselect__strong[data-v-374cc0df]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-374cc0df]{text-align:right}[dir=rtl] .multiselect__select[data-v-374cc0df]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-374cc0df]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-374cc0df]{text-align:right}[dir=rtl] .multiselect__option[data-v-374cc0df]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-374cc0df]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-374cc0df]{right:auto;left:1px}@keyframes spinning-374cc0df{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-374cc0df]{margin:0;padding:0;box-sizing:border-box}body[data-v-374cc0df]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-374cc0df]{min-height:0}.multiselect__select[data-v-374cc0df]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-374cc0df]:before{margin-top:0;top:0}.multiselect__tags[data-v-374cc0df]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-374cc0df]{font-family:Nunito!important}.multiselect__placeholder[data-v-374cc0df]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-374cc0df]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-374cc0df]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-374cc0df]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-374cc0df]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-374cc0df]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-374cc0df]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-374cc0df]{max-height:20vh!important}.multiselect__option--selected[data-v-374cc0df]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-374cc0df]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-374cc0df],.multiselect__single[data-v-374cc0df],.multiselect__tags input[data-v-374cc0df]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-374cc0df]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-374cc0df]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-374cc0df]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-374cc0df],.multiselect__single[data-v-374cc0df],.multiselect__tags input[data-v-374cc0df]{font-size:.78125vw}.multiselect__option[data-v-374cc0df]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-374cc0df]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-374cc0df]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-374cc0df],.multiselect__single[data-v-374cc0df],.multiselect__tags input[data-v-374cc0df]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-374cc0df]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-374cc0df]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-374cc0df]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-374cc0df],.multiselect__single[data-v-374cc0df],.multiselect__tags input[data-v-374cc0df]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-374cc0df]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-374cc0df]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-374cc0df]{font-size:15px}h1[data-v-374cc0df]{font-size:1.5rem}h2[data-v-374cc0df]{font-size:1.25rem}h3[data-v-374cc0df]{font-size:1.1rem}}.chat-panel[data-v-374cc0df]{flex:3 1 32rem;width:100%;max-width:100%;display:flex;flex-direction:column;gap:1rem;min-height:0;max-height:100%;min-width:0;overflow:hidden;border-radius:18px;background:#effbf8;border:1px solid rgba(15,23,42,.08);padding:1rem}.chat-panel__header[data-v-374cc0df]{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-shrink:0}.chat-panel__header>div[data-v-374cc0df]{min-width:0}.chat-panel__header h2[data-v-374cc0df],.chat-panel__header p[data-v-374cc0df]{margin:0}.chat-panel__header h2[data-v-374cc0df]{font-family:Manrope;font-size:1.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-panel__header p[data-v-374cc0df]{font-family:Nunito;font-size:.85rem;opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-panel__price[data-v-374cc0df]{font-family:Nunito;font-size:.85rem;font-weight:600}.chat-panel__messages[data-v-374cc0df]{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding-right:.25rem}.chat-panel__empty[data-v-374cc0df]{margin:auto 0;text-align:center;font-family:Nunito;color:#0f172aa6}.chat-message[data-v-374cc0df]{max-width:min(100%,420px);padding:.75rem;border-radius:16px;background:#0f172a0f;display:flex;flex-direction:column;gap:.375rem;font-family:Nunito}.chat-message--me[data-v-374cc0df]{align-self:flex-end;background:#3a7afe24}.chat-message--other[data-v-374cc0df]{align-self:flex-start;background:#0f172a0f}.chat-message__meta[data-v-374cc0df]{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.chat-message__author[data-v-374cc0df]{font-family:Manrope;font-weight:700;font-size:.85rem;color:#0f172ac7}.chat-message__timestamp[data-v-374cc0df]{font-family:Nunito;font-size:.75rem;color:#0f172a8c}.chat-message__images[data-v-374cc0df]{display:flex;flex-wrap:wrap;gap:.5rem}.chat-message__image-link[data-v-374cc0df]{display:block}.chat-message__images img[data-v-374cc0df]{width:min(160px,100%);max-height:160px;object-fit:cover;border-radius:12px}.chat-message__body p[data-v-374cc0df]{margin:0;font-family:Nunito}.chat-message__images[data-v-374cc0df]{display:grid;gap:.5rem}.chat-message__body img[data-v-374cc0df]{width:100%;border-radius:12px;display:block}.chat-panel__composer[data-v-374cc0df]{width:100%;max-width:100%;display:flex;flex-wrap:wrap;gap:.75rem;flex-shrink:0;min-width:0}.chat-panel__attachment-track[data-v-374cc0df]{width:100%;display:flex;align-items:center;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.chat-panel__attachment-preview[data-v-374cc0df]{width:3rem;height:3rem;flex:0 0 3rem;object-fit:cover;border-radius:12px;border:1px solid rgba(15,23,42,.12)}.chat-panel__composer input[type=text][data-v-374cc0df]{flex:1 1 260px;min-width:0;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:.75rem;font-family:Nunito}.chat-panel__composer[data-v-374cc0df] .loading-button{min-width:48px;width:48px;height:48px;padding:.65rem;flex:0 0 48px}@media(max-width:640px){.chat-panel[data-v-374cc0df]{min-height:60dvh;padding:.75rem;gap:.75rem}.chat-panel__header h2[data-v-374cc0df]{font-size:1.05rem}.chat-panel__header p[data-v-374cc0df],.chat-panel__price[data-v-374cc0df]{font-size:.78rem}.chat-panel__messages[data-v-374cc0df]{gap:.625rem}.chat-message[data-v-374cc0df]{max-width:min(100%,18rem);padding:.625rem;border-radius:14px}.chat-message__author[data-v-374cc0df]{font-size:.78rem}.chat-message__timestamp[data-v-374cc0df]{font-size:.68rem}.chat-message__body p[data-v-374cc0df]{font-size:.9rem}.chat-panel__attachment-preview[data-v-374cc0df]{width:2.5rem;height:2.5rem;flex-basis:2.5rem}.chat-panel__composer[data-v-374cc0df]{gap:.5rem}.chat-panel__composer input[type=text][data-v-374cc0df]{padding:.65rem .75rem;font-size:.95rem}.chat-panel__composer[data-v-374cc0df] .loading-button{min-width:42px;width:42px;height:42px;flex-basis:42px;padding:.55rem;border-radius:10px}}fieldset[disabled] .multiselect[data-v-972b02eb]{pointer-events:none}.multiselect__spinner[data-v-972b02eb]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-972b02eb]:before,.multiselect__spinner[data-v-972b02eb]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-972b02eb]:before{animation:spinning-972b02eb 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-972b02eb]:after{animation:spinning-972b02eb 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-972b02eb],.multiselect__loading-leave-active[data-v-972b02eb]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-972b02eb],.multiselect__loading-leave-active[data-v-972b02eb]{opacity:0}.multiselect[data-v-972b02eb],.multiselect__input[data-v-972b02eb],.multiselect__single[data-v-972b02eb]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-972b02eb]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-972b02eb] *{box-sizing:border-box}.multiselect[data-v-972b02eb]:focus{outline:none}.multiselect--disabled[data-v-972b02eb]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-972b02eb]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-972b02eb],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-972b02eb],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-972b02eb]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-972b02eb]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-972b02eb],.multiselect--above.multiselect--active .multiselect__input[data-v-972b02eb],.multiselect--above.multiselect--active .multiselect__tags[data-v-972b02eb]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-972b02eb],.multiselect__single[data-v-972b02eb]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-972b02eb]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-972b02eb],.multiselect__tag~.multiselect__single[data-v-972b02eb]{width:auto}.multiselect__input[data-v-972b02eb]:hover,.multiselect__single[data-v-972b02eb]:hover{border-color:#cfcfcf}.multiselect__input[data-v-972b02eb]:focus,.multiselect__single[data-v-972b02eb]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-972b02eb]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-972b02eb]{display:inline}.multiselect__tags[data-v-972b02eb]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-972b02eb]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-972b02eb]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-972b02eb]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-972b02eb]:focus:after,.multiselect__tag-icon[data-v-972b02eb]:hover:after{color:#fff}.multiselect__current[data-v-972b02eb]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-972b02eb]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-972b02eb]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-972b02eb]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-972b02eb]{display:none}.multiselect__content-wrapper[data-v-972b02eb]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-972b02eb]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-972b02eb]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-972b02eb]::-webkit-scrollbar{display:none}.multiselect__element[data-v-972b02eb]{display:block}.multiselect__option[data-v-972b02eb]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-972b02eb]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-972b02eb]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-972b02eb]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-972b02eb]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-972b02eb]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-972b02eb]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-972b02eb]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-972b02eb],.multiselect--disabled .multiselect__select[data-v-972b02eb]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-972b02eb]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-972b02eb]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-972b02eb]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-972b02eb]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-972b02eb]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-972b02eb]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-972b02eb]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-972b02eb],.multiselect-leave-active[data-v-972b02eb]{transition:all .15s ease}.multiselect-enter[data-v-972b02eb],.multiselect-leave-active[data-v-972b02eb]{opacity:0}.multiselect__strong[data-v-972b02eb]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-972b02eb]{text-align:right}[dir=rtl] .multiselect__select[data-v-972b02eb]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-972b02eb]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-972b02eb]{text-align:right}[dir=rtl] .multiselect__option[data-v-972b02eb]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-972b02eb]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-972b02eb]{right:auto;left:1px}@keyframes spinning-972b02eb{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-972b02eb]{margin:0;padding:0;box-sizing:border-box}body[data-v-972b02eb]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-972b02eb]{min-height:0}.multiselect__select[data-v-972b02eb]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-972b02eb]:before{margin-top:0;top:0}.multiselect__tags[data-v-972b02eb]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-972b02eb]{font-family:Nunito!important}.multiselect__placeholder[data-v-972b02eb]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-972b02eb]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-972b02eb]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-972b02eb]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-972b02eb]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-972b02eb]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-972b02eb]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-972b02eb]{max-height:20vh!important}.multiselect__option--selected[data-v-972b02eb]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-972b02eb]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-972b02eb],.multiselect__single[data-v-972b02eb],.multiselect__tags input[data-v-972b02eb]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-972b02eb]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-972b02eb]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-972b02eb]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-972b02eb],.multiselect__single[data-v-972b02eb],.multiselect__tags input[data-v-972b02eb]{font-size:.78125vw}.multiselect__option[data-v-972b02eb]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-972b02eb]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-972b02eb]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-972b02eb],.multiselect__single[data-v-972b02eb],.multiselect__tags input[data-v-972b02eb]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-972b02eb]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-972b02eb]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-972b02eb]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-972b02eb],.multiselect__single[data-v-972b02eb],.multiselect__tags input[data-v-972b02eb]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-972b02eb]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-972b02eb]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-972b02eb]{font-size:15px}h1[data-v-972b02eb]{font-size:1.5rem}h2[data-v-972b02eb]{font-size:1.25rem}h3[data-v-972b02eb]{font-size:1.1rem}}.chat-list-item[data-v-972b02eb]{width:100%;max-width:100%;max-width:min(100%,100vw);min-width:0;display:flex;align-items:center;gap:.75rem;padding:.75rem;border-bottom:1px solid rgba(15,23,42,.08);cursor:pointer;overflow-x:hidden}.chat-list-item--unread[data-v-972b02eb]{background:#3a7afe0f}.chat-list-item__cover[data-v-972b02eb]{width:48px;height:48px;flex:0 0 48px;border-radius:12px;background:#3a7afe14;overflow:hidden}.chat-list-item__cover-image[data-v-972b02eb]{display:block;width:100%;height:100%;object-fit:cover}.chat-list-item__content[data-v-972b02eb]{flex:0 1 80%;max-width:80%;min-width:0;display:flex;flex-direction:column;gap:.125rem;overflow:hidden}.chat-list-item__content h3[data-v-972b02eb],.chat-list-item__content p[data-v-972b02eb]{margin:0;width:100%;max-width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-list-item__content h3[data-v-972b02eb]{font-family:Manrope;font-size:.95rem}.chat-list-item__content p[data-v-972b02eb]{font-family:Nunito;font-size:.9rem}.chat-list-item__preview[data-v-972b02eb]{color:#0f172ab3}.chat-list-item__meta[data-v-972b02eb]{margin-left:auto;flex:0 0 auto;font-family:Nunito;display:flex;flex-direction:column;align-items:flex-end;gap:.375rem}.chat-list-item__badge[data-v-972b02eb]{min-width:1.5rem;height:1.5rem;padding:0 .35rem;border-radius:999px;background:#ef4444;color:#fff;font-family:Manrope;font-size:.75rem;line-height:1.5rem;text-align:center}@media(max-width:640px){.chat-list-item[data-v-972b02eb]{gap:.625rem;padding:.625rem .25rem}.chat-list-item__cover[data-v-972b02eb]{width:40px;height:40px;flex-basis:40px;border-radius:10px}.chat-list-item__content h3[data-v-972b02eb]{font-size:.9rem}.chat-list-item__content p[data-v-972b02eb],.chat-list-item__meta[data-v-972b02eb]{font-size:.82rem}}fieldset[disabled] .multiselect[data-v-ef155812]{pointer-events:none}.multiselect__spinner[data-v-ef155812]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-ef155812]:before,.multiselect__spinner[data-v-ef155812]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-ef155812]:before{animation:spinning-ef155812 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-ef155812]:after{animation:spinning-ef155812 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-ef155812],.multiselect__loading-leave-active[data-v-ef155812]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-ef155812],.multiselect__loading-leave-active[data-v-ef155812]{opacity:0}.multiselect[data-v-ef155812],.multiselect__input[data-v-ef155812],.multiselect__single[data-v-ef155812]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-ef155812]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-ef155812] *{box-sizing:border-box}.multiselect[data-v-ef155812]:focus{outline:none}.multiselect--disabled[data-v-ef155812]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-ef155812]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-ef155812],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-ef155812],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-ef155812]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-ef155812]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-ef155812],.multiselect--above.multiselect--active .multiselect__input[data-v-ef155812],.multiselect--above.multiselect--active .multiselect__tags[data-v-ef155812]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-ef155812],.multiselect__single[data-v-ef155812]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-ef155812]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-ef155812],.multiselect__tag~.multiselect__single[data-v-ef155812]{width:auto}.multiselect__input[data-v-ef155812]:hover,.multiselect__single[data-v-ef155812]:hover{border-color:#cfcfcf}.multiselect__input[data-v-ef155812]:focus,.multiselect__single[data-v-ef155812]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-ef155812]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-ef155812]{display:inline}.multiselect__tags[data-v-ef155812]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-ef155812]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-ef155812]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-ef155812]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-ef155812]:focus:after,.multiselect__tag-icon[data-v-ef155812]:hover:after{color:#fff}.multiselect__current[data-v-ef155812]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-ef155812]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-ef155812]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-ef155812]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-ef155812]{display:none}.multiselect__content-wrapper[data-v-ef155812]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-ef155812]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-ef155812]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-ef155812]::-webkit-scrollbar{display:none}.multiselect__element[data-v-ef155812]{display:block}.multiselect__option[data-v-ef155812]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-ef155812]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-ef155812]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-ef155812]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-ef155812]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-ef155812]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-ef155812]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-ef155812]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-ef155812],.multiselect--disabled .multiselect__select[data-v-ef155812]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-ef155812]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-ef155812]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-ef155812]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-ef155812]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-ef155812]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-ef155812]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-ef155812]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-ef155812],.multiselect-leave-active[data-v-ef155812]{transition:all .15s ease}.multiselect-enter[data-v-ef155812],.multiselect-leave-active[data-v-ef155812]{opacity:0}.multiselect__strong[data-v-ef155812]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-ef155812]{text-align:right}[dir=rtl] .multiselect__select[data-v-ef155812]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-ef155812]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-ef155812]{text-align:right}[dir=rtl] .multiselect__option[data-v-ef155812]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-ef155812]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-ef155812]{right:auto;left:1px}@keyframes spinning-ef155812{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-ef155812]{margin:0;padding:0;box-sizing:border-box}body[data-v-ef155812]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-ef155812]{min-height:0}.multiselect__select[data-v-ef155812]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-ef155812]:before{margin-top:0;top:0}.multiselect__tags[data-v-ef155812]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-ef155812]{font-family:Nunito!important}.multiselect__placeholder[data-v-ef155812]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-ef155812]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-ef155812]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-ef155812]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-ef155812]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-ef155812]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-ef155812]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-ef155812]{max-height:20vh!important}.multiselect__option--selected[data-v-ef155812]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-ef155812]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-ef155812],.multiselect__single[data-v-ef155812],.multiselect__tags input[data-v-ef155812]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-ef155812]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-ef155812]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-ef155812]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-ef155812],.multiselect__single[data-v-ef155812],.multiselect__tags input[data-v-ef155812]{font-size:.78125vw}.multiselect__option[data-v-ef155812]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-ef155812]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-ef155812]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-ef155812],.multiselect__single[data-v-ef155812],.multiselect__tags input[data-v-ef155812]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-ef155812]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-ef155812]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-ef155812]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-ef155812],.multiselect__single[data-v-ef155812],.multiselect__tags input[data-v-ef155812]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-ef155812]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-ef155812]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-ef155812]{font-size:15px}h1[data-v-ef155812]{font-size:1.5rem}h2[data-v-ef155812]{font-size:1.25rem}h3[data-v-ef155812]{font-size:1.1rem}}.chat-list[data-v-ef155812]{width:100%;max-width:100%;max-width:100vw;flex:1 1 0;min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto}.chat-list h3[data-v-ef155812]{margin:0 0 .75rem;font-family:Manrope;font-size:1rem}@media(max-width:640px){.chat-list[data-v-ef155812]{padding:.75rem}.chat-list h3[data-v-ef155812]{font-size:.95rem;margin-bottom:.5rem}}fieldset[disabled] .multiselect[data-v-05fcaaa5]{pointer-events:none}.multiselect__spinner[data-v-05fcaaa5]{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner[data-v-05fcaaa5]:before,.multiselect__spinner[data-v-05fcaaa5]:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner[data-v-05fcaaa5]:before{animation:spinning-05fcaaa5 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner[data-v-05fcaaa5]:after{animation:spinning-05fcaaa5 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active[data-v-05fcaaa5],.multiselect__loading-leave-active[data-v-05fcaaa5]{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter[data-v-05fcaaa5],.multiselect__loading-leave-active[data-v-05fcaaa5]{opacity:0}.multiselect[data-v-05fcaaa5],.multiselect__input[data-v-05fcaaa5],.multiselect__single[data-v-05fcaaa5]{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect[data-v-05fcaaa5]{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect[data-v-05fcaaa5] *{box-sizing:border-box}.multiselect[data-v-05fcaaa5]:focus{outline:none}.multiselect--disabled[data-v-05fcaaa5]{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active[data-v-05fcaaa5]{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current[data-v-05fcaaa5],.multiselect--active:not(.multiselect--above) .multiselect__input[data-v-05fcaaa5],.multiselect--active:not(.multiselect--above) .multiselect__tags[data-v-05fcaaa5]{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select[data-v-05fcaaa5]{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current[data-v-05fcaaa5],.multiselect--above.multiselect--active .multiselect__input[data-v-05fcaaa5],.multiselect--above.multiselect--active .multiselect__tags[data-v-05fcaaa5]{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input[data-v-05fcaaa5],.multiselect__single[data-v-05fcaaa5]{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input[data-v-05fcaaa5]::placeholder{color:#35495e}.multiselect__tag~.multiselect__input[data-v-05fcaaa5],.multiselect__tag~.multiselect__single[data-v-05fcaaa5]{width:auto}.multiselect__input[data-v-05fcaaa5]:hover,.multiselect__single[data-v-05fcaaa5]:hover{border-color:#cfcfcf}.multiselect__input[data-v-05fcaaa5]:focus,.multiselect__single[data-v-05fcaaa5]:focus{border-color:#a8a8a8;outline:none}.multiselect__single[data-v-05fcaaa5]{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap[data-v-05fcaaa5]{display:inline}.multiselect__tags[data-v-05fcaaa5]{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag[data-v-05fcaaa5]{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon[data-v-05fcaaa5]{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon[data-v-05fcaaa5]:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon[data-v-05fcaaa5]:focus:after,.multiselect__tag-icon[data-v-05fcaaa5]:hover:after{color:#fff}.multiselect__current[data-v-05fcaaa5]{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select[data-v-05fcaaa5]{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select[data-v-05fcaaa5]:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder[data-v-05fcaaa5]{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder[data-v-05fcaaa5]{display:none}.multiselect__content-wrapper[data-v-05fcaaa5]{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content[data-v-05fcaaa5]{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper[data-v-05fcaaa5]{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content[data-v-05fcaaa5]::-webkit-scrollbar{display:none}.multiselect__element[data-v-05fcaaa5]{display:block}.multiselect__option[data-v-05fcaaa5]{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option[data-v-05fcaaa5]:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight[data-v-05fcaaa5]{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight[data-v-05fcaaa5]:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected[data-v-05fcaaa5]{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected[data-v-05fcaaa5]:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight[data-v-05fcaaa5]{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight[data-v-05fcaaa5]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current[data-v-05fcaaa5],.multiselect--disabled .multiselect__select[data-v-05fcaaa5]{background:#ededed;color:#a6a6a6}.multiselect__option--disabled[data-v-05fcaaa5]{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group[data-v-05fcaaa5]{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight[data-v-05fcaaa5]{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight[data-v-05fcaaa5]:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight[data-v-05fcaaa5]{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight[data-v-05fcaaa5]{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight[data-v-05fcaaa5]:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active[data-v-05fcaaa5],.multiselect-leave-active[data-v-05fcaaa5]{transition:all .15s ease}.multiselect-enter[data-v-05fcaaa5],.multiselect-leave-active[data-v-05fcaaa5]{opacity:0}.multiselect__strong[data-v-05fcaaa5]{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect[data-v-05fcaaa5]{text-align:right}[dir=rtl] .multiselect__select[data-v-05fcaaa5]{right:auto;left:1px}[dir=rtl] .multiselect__tags[data-v-05fcaaa5]{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content[data-v-05fcaaa5]{text-align:right}[dir=rtl] .multiselect__option[data-v-05fcaaa5]:after{right:auto;left:0}[dir=rtl] .multiselect__clear[data-v-05fcaaa5]{right:auto;left:12px}[dir=rtl] .multiselect__spinner[data-v-05fcaaa5]{right:auto;left:1px}@keyframes spinning-05fcaaa5{0%{transform:rotate(0)}to{transform:rotate(2turn)}}[data-v-05fcaaa5]{margin:0;padding:0;box-sizing:border-box}body[data-v-05fcaaa5]{width:100vw;height:100vh;overflow-x:hidden}@font-face{font-family:Manrope;src:url(/assets/Manrope-VariableFont_wght-0N3pECc_.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-BjMAmxXG.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/NunitoSans-Italic-VariableFont_YTLC_opsz_wdth_wght-AEHiEU5b.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Matangi;src:url(/assets/Matangi-VariableFont_wght-B5I88dSX.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.multiselect[data-v-05fcaaa5]{min-height:0}.multiselect__select[data-v-05fcaaa5]{height:100%;width:10%;line-height:0;display:flex;align-items:center;justify-content:center}.multiselect__select[data-v-05fcaaa5]:before{margin-top:0;top:0}.multiselect__tags[data-v-05fcaaa5]{width:100%;height:100%;min-height:0;padding:.5vw}.multiselect__tags input[data-v-05fcaaa5]{font-family:Nunito!important}.multiselect__placeholder[data-v-05fcaaa5]{margin-bottom:0;font-family:Nunito}.multiselect__tag[data-v-05fcaaa5]{background-color:#26e5bc!important;font-family:Nunito;font-size:12px}.multiselect__option[data-v-05fcaaa5]{line-height:0;min-height:2vh;font-family:Nunito}.multiselect__option--highlight[data-v-05fcaaa5]{background-color:#26e5bc!important;font-family:Nunito}.multiselect__option--highlight[data-v-05fcaaa5]:after{background-color:#26e5bc!important;height:100%;display:flex;align-items:center;justify-content:center;font-family:Nunito}.multiselect__option--selected.multiselect__option--highlight[data-v-05fcaaa5]{background-color:#ff6a6a!important}.multiselect__option--selected.multiselect__option--highlight[data-v-05fcaaa5]:after{background-color:#ff6a6a!important}.multiselect__content-wrapper[data-v-05fcaaa5]{max-height:20vh!important}.multiselect__option--selected[data-v-05fcaaa5]{font-size:calc(20 / 1920 * 100vw)!important}@media screen and (max-width:1025px){.multiselect__select[data-v-05fcaaa5]:before{border-width:calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw)}.multiselect__placeholder[data-v-05fcaaa5],.multiselect__single[data-v-05fcaaa5],.multiselect__tags input[data-v-05fcaaa5]{font-size:calc(32 / 1920 * 100vw)}.multiselect__option[data-v-05fcaaa5]{padding:2vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-05fcaaa5]:after{font-size:calc(25 / 1920 * 100vw)}}@media screen and (min-width:1025px){.multiselect__select[data-v-05fcaaa5]:before{border-width:calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw)}.multiselect__placeholder[data-v-05fcaaa5],.multiselect__single[data-v-05fcaaa5],.multiselect__tags input[data-v-05fcaaa5]{font-size:.78125vw}.multiselect__option[data-v-05fcaaa5]{padding:1vw;font-size:.78125vw!important}.multiselect__option--highlight[data-v-05fcaaa5]:after{font-size:calc(5 / 1920 * 100vw)}}@media screen and (max-width:950px){.multiselect__select[data-v-05fcaaa5]:before{border-width:.78125vw .78125vw 0 .78125vw}.multiselect__placeholder[data-v-05fcaaa5],.multiselect__single[data-v-05fcaaa5],.multiselect__tags input[data-v-05fcaaa5]{font-size:calc(35 / 1920 * 100vw)}.multiselect__option[data-v-05fcaaa5]{padding:2.5vw;font-size:calc(40 / 1920 * 100vw)}.multiselect__option--highlight[data-v-05fcaaa5]:after{font-size:1.5625vw}}@media screen and (max-width:550px){.multiselect__select[data-v-05fcaaa5]:before{border-width:calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw)}.multiselect__placeholder[data-v-05fcaaa5],.multiselect__single[data-v-05fcaaa5],.multiselect__tags input[data-v-05fcaaa5]{font-size:calc(52.5 / 1920 * 100vw)}.multiselect__option[data-v-05fcaaa5]{padding:2.75vw;font-size:calc(50 / 1920 * 100vw)}.multiselect__option--highlight[data-v-05fcaaa5]:after{font-size:calc(25 / 1920 * 100vw)}}@media(max-width:768px){body[data-v-05fcaaa5]{font-size:15px}h1[data-v-05fcaaa5]{font-size:1.5rem}h2[data-v-05fcaaa5]{font-size:1.25rem}h3[data-v-05fcaaa5]{font-size:1.1rem}}.chats-page[data-v-05fcaaa5]{height:100dvh;min-height:100dvh;width:100%;max-width:100%;padding:1rem;display:flex;flex-direction:column;gap:1rem;overflow-x:clip;overflow-y:hidden;background:#f7fdfc;color:#2b2b2b}.chats-layout[data-v-05fcaaa5]{width:100%;max-width:100%;flex:1 1 auto;min-height:0;min-width:0;display:flex;flex-wrap:wrap;align-items:stretch;gap:1rem;overflow:hidden}.chats-sidebar-panel[data-v-05fcaaa5]{width:100%;max-width:100%;max-width:100vw;flex:1 1 22rem;display:flex;flex-direction:column;gap:1rem;min-height:0;min-width:0}.chat-list[data-v-05fcaaa5]{border-radius:18px;background:#effbf8;border:1px solid rgba(15,23,42,.08);padding:1rem}.chats-empty[data-v-05fcaaa5]{min-height:180px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#3a7afe0d;text-align:center;font-family:Nunito}@media(min-width:1025px){.chats-page[data-v-05fcaaa5]{margin-left:6rem}.chats-navbar[data-v-05fcaaa5]{display:none}}@media(max-width:1024px){.chats-sidebar[data-v-05fcaaa5]{display:none}.chats-page[data-v-05fcaaa5]{height:auto;min-height:calc(100dvh - env(safe-area-inset-bottom));padding-bottom:calc(1rem + var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom));overflow-x:clip;overflow-y:auto}.chats-layout[data-v-05fcaaa5]{flex-direction:column;min-width:0;overflow:visible}.chats-sidebar-panel[data-v-05fcaaa5]{flex:0 0 auto;gap:.75rem}.chats-loading[data-v-05fcaaa5],.chats-empty[data-v-05fcaaa5]{margin-bottom:.5rem}.chat-list[data-v-05fcaaa5]{min-height:10rem;max-height:14rem}}
