@layer components{.u-strut-input{--input-border-color:var(--brand-gray);--input-border-color-active:var(--brand-yellow);--input-text-color:var(--body-color);background:#fff;border:1px solid var(--input-border-color);border-radius:4px;color:var(--input-text-color);line-height:1.2;margin-top:0;position:relative;z-index:1}.has-focus .u-strut-input,.has-value .u-strut-input{--input-border-color:var(--input-border-color-active)}.u-strut-input.has-error{border-color:var(--brand-danger)}.u-strut-input.is-dragging{border-color:var(--brand-success)}.has-focus .u-strut-input,.u-strut-input:focus-within{--input-border-color:var(--input-border-color-active)}.u-strut-label{background-color:#fff;color:#000;font-size:.9rem;left:.9em;line-height:1;margin:0;padding:0 .1rem;position:absolute;top:1.125em;transform-origin:left center;transition:color .15s ease-out,transform .15s ease-out,top .15s ease-out;z-index:2}.has-focus .u-strut-label,.has-value .u-strut-label,.u-strut-input:focus-within .u-strut-label{background:#fff;color:var(--brand-blue-variant);top:-.5em;transform:scale(.89)}.has-visible-placeholder [data-value]{visibility:hidden}.c-strut-input--p{height:0;inset:0;opacity:0;position:absolute;width:0;z-index:-1}.c-strut-input__el{font-size:.9rem;font-variation-settings:"wght" 350}.c-strut-input__el,.c-strut-textarea__el{background:transparent;border:none;padding:1em .9em;width:100%}.c-strut-textarea__el{display:block;font-size:.9rem}.c-strut-textarea__el::-moz-placeholder{color:var(--brand-gray);font-variation-settings:"wght" 350;position:relative}.c-strut-textarea__el::placeholder{color:var(--brand-gray);font-variation-settings:"wght" 350;position:relative}.c-strut-textarea__label{background:#fff;top:-.5em;transform:scale(.89)}.c-strut-file-input{margin-top:1.25rem;position:relative}.c-strut-file-input__el{display:none}.c-strut-file-input__label{top:-1.25em;transform:scale(.8);transform-origin:left center}.c-strut-file-input__ui{display:flex;margin:0;padding:.5em;position:relative}.c-strut-file-input__btn{background-color:var(--brand-blue);color:#fff;cursor:pointer;padding:.5em;position:relative;z-index:4}.c-strut-file-input__text{margin:0;padding:.5em;position:relative;z-index:4}.c-strut-multifile-input__ui{border:2px dashed #c6c6c6;border-radius:10px;margin-top:0;padding:2rem;position:relative;text-align:center;width:100%}.c-strut-multifile-input__ui.is-dragging{border-color:var(--brand-success)}.c-strut-multifile-input__label{font-size:16px}.c-strut-multifile-input__instructions{color:var(--body-color);display:block}.c-strut-multifile-input__button{margin-top:.5rem}.c-strut-multifile__file{margin-top:0}.c-strut-multifile__remove{color:var(--brand-danger);margin-right:.5rem}.c-strut-multifile-input__el{display:none}.c-strut-dropdown{position:relative}.c-strut-dropdown__el{cursor:pointer;height:100%;inset:0;min-height:100%;opacity:0;position:absolute;width:100%;z-index:5}.c-strut-dropdown__ui{font-size:.9rem;padding:1em .9em}.c-strut-dropdown__ui,.c-strut-dropdown__value{height:100%;width:100%}.c-strut-dropdown__arrow{background-color:var(--brand-blue);display:inline-block;height:100%;inset:0 0 auto auto;line-height:2em;margin:0;position:absolute;right:0;text-align:center;top:0;transition:transform .15s ease-out;width:2.05em}.c-strut-dropdown__arrow:before{color:#fff;content:"\f0d7";font-family:var(--fa-font-family);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.c-strut-dropdown__arrow:focus,.c-strut-dropdown__arrow:hover{background:#666}.c-strut-checkbox{align-items:center;display:flex}.c-strut-checkbox~.c-strut-checkbox{margin-top:.3rem}.c-strut-checkbox__el{cursor:pointer;height:100%;margin:0;opacity:0;position:relative;width:100%;z-index:5}.c-strut-checkbox__el[disabled]{cursor:not-allowed}.c-strut-checkbox__el[disabled]~.input-bg{opacity:.35}.c-strut-checkbox__label{display:inline-block;font-size:.9rem;font-variation-settings:var(--font-weight-regular);line-height:1.4;margin-top:.2em;padding-left:.5em;vertical-align:middle}.c-strut-checkbox__ui{border:2px solid var(--body-color);border-radius:2px;bottom:0;cursor:pointer;height:1.1em;left:0;position:relative;right:0;top:0;width:1.1em}.c-strut-checkbox__ui:before{background:var(--brand-blue-variant);color:#fff;content:"\f00c";display:inline-block;font-family:var(--fa-font-family);height:100%;inset:0 auto auto 0;line-height:1.2;position:absolute;text-align:center;transform:scale(0);transition:transform .15s ease-out;width:100%}.has-selected .c-strut-checkbox__ui:before{transform:scale(1)}.has-focus .c-strut-checkbox__ui{border-color:var(--brand-blue)}.c-strut-radio{align-items:center;display:flex}.c-strut-radio~.c-strut-radio{margin-top:.3rem}.c-strut-radio__el{cursor:pointer;height:100%;margin-top:0;opacity:0;position:relative;width:100%;z-index:5}.c-strut-radio__el[disabled]{cursor:not-allowed}.c-strut-radio__el[disabled]~.input-bg{opacity:.35}.c-strut-radio__label{font-size:.9rem;line-height:1.4;margin-top:.2em;padding-left:.5em}.c-strut-radio__ui{background-color:#fff;border:2px solid var(--body-color);border-radius:20rem;cursor:pointer;height:1em;position:relative;width:1em}.c-strut-radio__ui:before{background-color:var(--brand-blue-variant);border-radius:20rem;content:"";display:inline-block;height:calc(100% - 5px);inset:50% auto auto 50%;position:absolute;text-align:center;transform:scale(0) translate(-50%,-50%);transform-origin:top left;transition:transform .15s ease-out;width:calc(100% - 5px)}.c-strut-radio--white .c-strut-radio__ui{background-color:transparent;border:2px solid #fff}.c-strut-radio--white .c-strut-radio__ui:before{background-color:#fff}.has-selected .c-strut-radio__ui:before{transform:scale(1) translate(-50%,-50%)}.has-focus .c-strut-radio__ui{border-color:#666}.c-strut-radio-set--horizontal{display:flex;flex-flow:row wrap;gap:1rem}.c-strut-radio-set--horizontal .c-strut-radio~.c-strut-radio{margin:0}.c-gravityform{gap:1.5rem 1.1rem}.c-gravityform__html img{display:block;max-width:100%}.c-gravityform__group{gap:1.5rem 1.1rem;margin-top:1.2rem}.c-gravityform__label{font-size:16px;line-height:1}.c-gravityform__description{font-size:.9rem;font-variation-settings:"wght" 350;margin-top:9px}.c-form-field.has-error .c-gravityform__description,.u--hide{display:none}.c-gravityform__recaptcha-notice{font-size:.8rem;opacity:1}.c-gravityform__submit{margin-top:.75rem}.c-gravityform__input--checkbox .c-form-field,.c-gravityform__input--radio .c-form-field{margin-top:.4rem}.u-error-message{color:var(--brand-danger);font-size:.8rem;margin-top:0;position:absolute;right:0;text-align:left;top:calc(100% + .5em)}.is-error-message{color:var(--brand-danger);font-size:.9rem;font-variation-settings:"wght" 350}@media only screen and (max-width:800px){.c-form-input__el{font-size:1rem}}}