.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (max-width:599px){.d-none-mobile{display:none!important}}@media (min-width:600px){.d-none-desktop{display:none!important}}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.flex-column,.flex-column-center{display:flex;flex-direction:column}.flex-column-center{align-items:center}.flex-1{flex:1!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.align-start{align-items:flex-start!important}.align-center{align-items:center!important}.align-end{align-items:flex-end!important}.justify-start{justify-content:flex-start!important}.justify-center{justify-content:center!important}.justify-end{justify-content:flex-end!important}.justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.mx-0{margin-right:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.m-xs{margin:4px!important}.m-sm{margin:8px!important}.m-md{margin:16px!important}.m-lg{margin:24px!important}.m-xl{margin:32px!important}.mt-xs{margin-top:4px!important}.mt-sm{margin-top:8px!important}.mt-md{margin-top:16px!important}.mt-lg{margin-top:24px!important}.mt-xl{margin-top:32px!important}.mb-xs{margin-bottom:4px!important}.mb-sm{margin-bottom:8px!important}.mb-md{margin-bottom:16px!important}.mb-lg{margin-bottom:24px!important}.mb-xl{margin-bottom:32px!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.px-0{padding-right:0!important}.py-0{padding-bottom:0!important;padding-top:0!important}.p-xs{padding:4px!important}.p-sm{padding:8px!important}.p-md{padding:16px!important}.p-lg{padding:24px!important}.p-xl{padding:32px!important}.pt-xs{padding-top:4px!important}.pt-sm{padding-top:8px!important}.pt-md{padding-top:16px!important}.pt-lg{padding-top:24px!important}.pt-xl{padding-top:32px!important}.pb-xs{padding-bottom:4px!important}.pb-sm{padding-bottom:8px!important}.pb-md{padding-bottom:16px!important}.pb-lg{padding-bottom:24px!important}.pb-xl{padding-bottom:32px!important}.px-sm{padding-left:8px!important;padding-right:8px!important}.px-md{padding-left:16px!important;padding-right:16px!important}.px-lg{padding-left:24px!important;padding-right:24px!important}.py-sm{padding-bottom:8px!important;padding-top:8px!important}.py-md{padding-bottom:16px!important;padding-top:16px!important}.py-lg{padding-bottom:24px!important;padding-top:24px!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-clamp-2{-webkit-line-clamp:2}.text-clamp-2,.text-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.text-clamp-3{-webkit-line-clamp:3}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{color:#86a8a8!important}.text-secondary{color:#e0ba8e!important}.text-standard{color:#846c63!important}.text-muted{color:#777!important}.text-success{color:#21ba45!important}.text-error{color:#db2828!important}.text-warning{color:#f2c037!important}.font-thin{font-weight:100!important}.font-light{font-weight:300!important}.font-regular{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.text-xs{font-size:.75rem!important}.text-sm{font-size:.875rem!important}.text-base{font-size:1rem!important}.text-lg{font-size:1.125rem!important}.text-xl{font-size:1.25rem!important}.text-2xl{font-size:1.5rem!important}.bg-primary{background-color:#86a8a8!important}.bg-secondary{background-color:#e0ba8e!important}.bg-background{background-color:#f6f4f1!important}.bg-background-warm{background-color:#e9ded8!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:initial!important}.border-0{border:none!important}.border{border:1px solid #e0e1e2!important}.border-primary{border-color:#86a8a8!important}.rounded-none{border-radius:0!important}.rounded-sm{border-radius:2px!important}.rounded-md{border-radius:4px!important}.rounded-lg{border-radius:5px!important}.rounded-xl{border-radius:8px!important}.rounded-full{border-radius:9999px!important}.rounded-responsive{border-radius:2px}@media (min-width:600px){.rounded-responsive{border-radius:5px}}.shadow-none{box-shadow:none!important}.shadow-sm{box-shadow:0 1px 2px #0000000d!important}.shadow-md{box-shadow:0 2px 8px #0000001a!important}.shadow-lg{box-shadow:0 4px 16px #0000001a!important}.shadow-xl{box-shadow:0 8px 24px #00000026!important}.shadow-desktop{box-shadow:none}@media (min-width:600px){.shadow-desktop{box-shadow:0 2px 8px #0000001a}}.w-full{width:100%!important}.w-auto{width:auto!important}.h-full{height:100%!important}.h-auto{height:auto!important}.min-h-screen{min-height:100vh!important}.max-w-420{max-width:420px!important}.relative{position:relative!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.sticky{position:sticky!important}.overflow-hidden{overflow:hidden!important}.overflow-auto{overflow:auto!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.cursor-pointer{cursor:pointer!important}.cursor-default{cursor:default!important}.cursor-not-allowed{cursor:not-allowed!important}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.select-none{user-select:none!important}.select-text{user-select:text!important}.transition-fast{transition:all .15s ease-in-out}.transition-normal{transition:all .2s ease-in-out}.transition-slow{transition:all .3s ease-in-out}.glass-effect{backdrop-filter:blur(10px);background:#ffffffd9}.gb-card{background-color:#fff;border-radius:2px;margin:8px auto;max-width:420px;width:92vw}@media (max-width:599px){.gb-card{margin:10px auto}}@media (min-width:600px){.gb-card{border-radius:5px;box-shadow:0 2px 8px #0000001a}}.gb-card-base{background-color:#fff;border-radius:2px}@media (min-width:600px){.gb-card-base{border-radius:5px}}.gb-card-elevated{background-color:#fff;border-radius:2px}@media (min-width:600px){.gb-card-elevated{border-radius:5px;box-shadow:0 2px 8px #0000001a}}.q-chip:not(.q-chip--outline){border:1px solid #0000}.q-badge.gb-pill{border-radius:16px;font-size:.8rem;font-weight:500;padding:10px 8px}.q-badge.gb-pill .q-icon{vertical-align:-2px}.guidance-toast{max-width:68vw}.dialog-md,.dialog-sm{min-width:350px}.dialog-md{max-width:450px}.dialog-lg{max-width:500px;min-width:350px}.dialog-xl{max-width:600px;min-width:350px}@font-face{font-family:lexend;src:url(https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap)}.lexend-display{font-family:Lexend,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400}.quasar-datetime-header{color:#5e4c46!important}.quasar-datetime{color:#846c63!important}.quasar-datetime-view-month button,.quasar-datetime-view-year button{color:#5e4c46!important}.leadup.text-body1{color:#846c63}.cards-container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}.cards-container .q-card{margin:8px auto;max-width:420px;width:92vw}@media (max-width:599px){.cards-container .q-card{margin:10px auto}}.cards-container>.q-card:first-child{margin-top:2.8vw}.cards-container>.q-card:last-child{margin-bottom:2.8vw}.stagger-reveal>*{animation:cardFadeInUp .3s ease-out both}.stagger-reveal>:first-child{animation-delay:0s}.stagger-reveal>:nth-child(2){animation-delay:60ms}.stagger-reveal>:nth-child(3){animation-delay:.12s}.stagger-reveal>:nth-child(4){animation-delay:.18s}.stagger-reveal>:nth-child(5){animation-delay:.24s}.stagger-reveal>:nth-child(6){animation-delay:.3s}.stagger-reveal>:nth-child(7){animation-delay:.36s}.stagger-reveal>:nth-child(8){animation-delay:.42s}.stagger-reveal>:nth-child(9){animation-delay:.48s}.stagger-reveal>:nth-child(10){animation-delay:.54s}@keyframes cardFadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.stagger-reveal>*{animation:none}}body,html{overscroll-behavior:none}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}:focus-visible{outline:3px solid #86a8a8;outline-offset:2px}@supports selector(:focus-visible){:focus:not(:focus-visible){outline:none}}.skip-link{background:#86a8a8;border-radius:0 0 4px 4px;color:#fff;font-weight:600;left:50%;padding:12px 24px;position:absolute;text-decoration:none;top:-100px;transform:translate(-50%);transition:top .2s ease-in-out;z-index:100000}.skip-link:focus{top:0}.strike{display:block;margin-left:2.5vw;margin-right:2.5vw;overflow:hidden;text-align:center;white-space:nowrap}.strike>span{color:#86a8a8;display:inline-block;position:relative}.strike>span:after,.strike>span:before{background:#86a8a8;content:"";height:1px;position:absolute;top:50%;width:9999px}.strike>span:before{margin-right:15px;right:100%}.strike>span:after{left:100%;margin-left:15px}body{font-weight:400}h1{font-size:2.5rem;font-weight:700;letter-spacing:-.02em}h1,h2{color:#846c63}h2{font-size:2rem;font-weight:600;letter-spacing:-.015em}h3{font-size:1.5rem;letter-spacing:-.01em}h3,h4{color:#846c63;font-weight:500}h4{font-size:1.25rem;letter-spacing:-.005em}h5,h6{color:#846c63;font-weight:400;letter-spacing:0}.text-extra-bold{font-weight:700;letter-spacing:-.03em}.text-bold{font-weight:600;letter-spacing:-.02em}.text-medium{font-weight:400;letter-spacing:-.01em}.text-light{font-weight:300;letter-spacing:.01em}.text-thin{font-weight:100;letter-spacing:.02em}body1,body2,caption,overline,subtitle1,subtitle2{color:#846c63}.notify-wide{max-width:300px}.q-dialog__inner--minimized{padding:2.5vw}body .q-dialog__inner--minimized>.q-card.gb-dialog-card{border-radius:8px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;display:flex;flex-direction:column;max-height:96vh;max-width:540px;width:95vw}.gb-dialog-card--wide{max-width:640px}.gb-dialog-scroll{flex:1;overflow-y:auto}
