html{font-family:Source Sans Pro,system,-apple-system,san francisco,roboto,segoe ui,helvetica neue,arial,sans-serif}fieldset{margin:0;padding:0;border:0}legend{padding:0}.icon__left{order:0}.icon__right{order:1}.btn{font-family:Source Sans Pro,system,-apple-system,san francisco,roboto,segoe ui,helvetica neue,arial,sans-serif;font-size:1rem;font-weight:600;border-radius:.25rem;color:#fff;line-height:1.5rem;border:none;cursor:pointer;padding:.4375rem 1.125rem .5625rem 1rem;text-decoration:none;display:flex;align-items:center;gap:.5rem}.btn:hover{opacity:1;text-decoration:none}.btn:focus-visible{outline:2px solid #000000;outline-offset:3px}.btn__dark{color:#fff!important}.btn__dark:hover{border:2px solid #ffffff!important}.btn__dark:focus,.btn__dark:active{outline-offset:3px;outline-width:2px;outline-color:#fff}.btn__dark.btn__secondary{border:2px solid #7e6699}.btn__dark.btn__tertiary:hover,.btn__dark.btn__tertiary:focus{background-color:#3e1f61!important;border:2px solid transparent!important}.btn__small{padding:5px 8px}.btn[disabled]{color:#5a5a5a;cursor:not-allowed}.btn__block{width:100%;justify-content:center}.btn__primary{background-color:#3e1f61;border:2px solid transparent}.btn__primary:not([disabled]):hover{background-color:#31184e}.btn__secondary{background-color:transparent;color:#3e1f61;border:2px solid #ddd0ec}.btn__secondary:not([disabled]):hover{border:2px solid #7e6699;color:#3e1f61}.btn__secondary[disabled]{border:2px solid #eae7ee}.btn__tertiary{background-color:transparent;color:#31184e;border:2px solid transparent}.btn__tertiary:not([disabled]):hover{background-color:#eae7ee}.btn__eService{color:#000;background-color:#ffd166}.btn__eService:not([disabled]):hover{background-color:#fee09a}.text{font-family:Source Sans Pro,system,-apple-system,san francisco,roboto,segoe ui,helvetica neue,arial,sans-serif;margin:0;line-height:1.4}.text__h3{font-size:2rem;font-weight:700}.text__h5{font-size:1.25rem;font-weight:700}.text__purple{color:#3e1f61}.text__black{color:#000}.text__white{color:#fff}.select{display:flex;flex-direction:column;gap:5px;font-family:inherit}.select__dark label,.select__dark select{color:#fff}.select__dark label option,.select__dark select option{color:#000}.select__dark___box{border-color:#fff}.select__label{font-weight:600;font-size:1rem;color:#262626;line-height:1.4}.select__wrapper{display:flex;position:relative;align-items:center}.select__icon{position:absolute;right:1rem;line-height:0}.select__box{width:100%;border:2px solid #7e6699;border-radius:.25rem;padding:.9375rem .75rem .9375rem 1rem;background-color:transparent;font-family:inherit;font-weight:400;font-size:1rem;color:#3e1f61;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-repeat:no-repeat;background-position:calc(100% - 10px) center;padding-right:30px}.select__box::placeholder{color:#3e1f61}.select__error>label,.select__error p{margin:0;color:#b92222;font-style:italic}.select__error>select{border-color:#b92222}.input{display:flex;align-items:center;flex-direction:row;width:100%}.input__dark>label,.input__dark>input{color:#fff}.input__dark>label::placeholder,.input__dark>input::placeholder{color:inherit}.input__container{display:flex;flex-direction:column;gap:5px;border:0;font-family:inherit;margin-bottom:1.5rem;padding:0!important;width:100%}.input__label{font-weight:600;font-size:1rem;color:#262626}.input__field{border:2px solid #7e6699;border-radius:.25rem;padding:.9375rem .75rem .9375rem 1rem;background-color:transparent;font-family:inherit;font-weight:400;font-size:1rem;color:#3e1f61}.input__field::placeholder{color:#3e1f61}.input__error>label,.input__error p{margin:0;color:#b92222;font-style:italic}.input__error>input{border-color:#b92222}.form__title{padding:2rem 1.5rem 0rem}@media screen and (max-width: 768px){.form__title{padding:2rem 1rem 0rem}}@media screen and (max-width: 768px){.form__title_text{font-size:1.5rem}}.form__container{display:flex;flex-direction:column;align-items:flex-start;padding:2rem 1.5rem 3.5rem}@media screen and (max-width: 768px){.form__container{padding:1.5rem 1rem 2.875rem}}.form__light{background-color:#f5f3f7;border-radius:4px}.form__dark{background-color:#3e1f61;border-radius:4px}.form__dark>*{color:#fff!important}.form__dark>.form__title>*{color:#fff!important}.checkbox{display:block;font-family:inherit;font-size:1rem;color:#000;position:relative;padding-left:30px;line-height:normal;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox:focus-within{outline:2px solid #000000;outline-offset:3px}.checkbox:hover .checkbox__checkmark{border-color:#3e1f61;box-shadow:0 0 0 2px #ebe8ef}.checkbox__input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;outline:none!important}.checkbox__input:checked~.checkbox__checkmark{background-color:transparent}.checkbox__checkmark{position:absolute;top:0;left:0;height:18px;width:18px;border:1px solid #3e1f61;border-radius:2px}.checkbox__checkmark:after{content:"";position:absolute;display:none;transition:opacity .3s ease-in-out,transform .3s ease-in-out;opacity:0;transform:scale(.1);transform-origin:top left}.checkbox .checkbox__checkmark:after{width:0;left:3px;top:3px;height:0;border-style:solid;border-width:0 0 13px 13px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #30184c rgba(0,0,0,0)}.checkbox__input:checked~.checkbox__checkmark:after{display:block;opacity:1;transform:scale(1)}.revealContent{opacity:0;max-height:0;border-left:2px solid #3e1f61;transition:opacity .25s ease,max-height .25s ease-in}.revealContent label{margin-bottom:0}.revealContent.show{padding:1rem;padding-left:0;margin-top:.5rem;margin-left:.5rem;margin-bottom:.5rem;opacity:1;max-height:500px;transition:opacity .25s ease,max-height .25s ease-in}.revealContent.hide{opacity:0;max-height:0;padding:0;margin:0}.csn-search-form{position:relative;display:flex;font-family:Source Sans Pro,system,-apple-system,san francisco,roboto,segoe ui,helvetica neue,arial,sans-serif;flex-direction:column}.csn-search-form__search{position:relative;max-width:25rem;width:100%;display:flex;flex-direction:row;align-items:center}.csn-search-form__filters{display:flex;flex-direction:column;gap:1rem}.csn-search-form__filters>div{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem}.csn-search-form__svg{position:absolute;left:15px;z-index:1}.csn-search-form__input{flex:1;border:2px solid #3C1E5F;border-radius:6px;padding:1em 1em 1em 3em;font-size:14px;font-family:inherit;color:#000;width:400px;z-index:0!important}.csn-search-form__input:focus-visible{outline:none}.csn-search-form__input:focus::placeholder{opacity:.5}.csn-search-form__input::placeholder{color:#3c1e5f}.csn-search-form__label{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.csn-search-form__submit{position:absolute;right:5px;top:5px;height:calc(100% - 10px);align-self:stretch;background-color:#3c1e5f;border-radius:4px;font-family:inherit;border:none;color:#fff;cursor:pointer;padding-inline:.8rem;font-size:14px;line-height:24px;font-weight:500}.csn-search-form__submit:hover{background-color:#30184c}._icon__left_1u8qe_1{order:0}._icon__right_1u8qe_4{order:1}._btn_1u8qe_8{font-family:Source Sans Pro,system,-apple-system,san francisco,roboto,segoe ui,helvetica neue,arial,sans-serif;font-size:1rem;font-weight:600;border-radius:.25rem;color:#fff;line-height:1.5rem;border:none;cursor:pointer;padding:.4375rem 1.125rem .5625rem 1rem;text-decoration:none;display:flex;align-items:center;gap:.5rem}._btn_1u8qe_8:hover{opacity:1;text-decoration:none}._btn_1u8qe_8:focus-visible{outline:2px solid #000000;outline-offset:3px}._btn__dark_1u8qe_32{color:#fff!important}._btn__dark_1u8qe_32:hover{border:2px solid #ffffff!important}._btn__dark_1u8qe_32:focus,._btn__dark_1u8qe_32:active{outline-offset:3px;outline-width:2px;outline-color:#fff}._btn__dark_1u8qe_32._btn__secondary_1u8qe_43{border:2px solid #7e6699}._btn__dark_1u8qe_32._btn__tertiary_1u8qe_46:hover,._btn__dark_1u8qe_32._btn__tertiary_1u8qe_46:focus{background-color:#3e1f61!important;border:2px solid transparent!important}._btn__small_1u8qe_50{padding:5px 8px}._btn_1u8qe_8[disabled]{color:#5a5a5a;cursor:not-allowed}._btn__block_1u8qe_57{width:100%;justify-content:center}._btn__primary_1u8qe_61{background-color:#3e1f61;border:2px solid transparent}._btn__primary_1u8qe_61:not([disabled]):hover{background-color:#31184e}._btn__secondary_1u8qe_43{background-color:transparent;color:#3e1f61;border:2px solid #ddd0ec}._btn__secondary_1u8qe_43:not([disabled]):hover{border:2px solid #7e6699;color:#3e1f61}._btn__secondary_1u8qe_43[disabled]{border:2px solid #eae7ee}._btn__tertiary_1u8qe_46{background-color:transparent;color:#31184e;border:2px solid transparent}._btn__tertiary_1u8qe_46:not([disabled]):hover{background-color:#eae7ee}._btn__eService_1u8qe_88{color:#000;background-color:#ffd166}._btn__eService_1u8qe_88:not([disabled]):hover{background-color:#fee09a}.loader,.loader:before,.loader:after{border-radius:50%;width:2.5em;height:2.5em;animation-fill-mode:both;animation:bblFadInOut 1.8s infinite ease-in-out}.loader{color:#fff;font-size:7px;position:relative;text-indent:-9999em;transform:translateZ(0);animation-delay:-.16s}.loader:before,.loader:after{content:"";position:absolute;top:0}.loader:before{left:-3.5em;animation-delay:-.32s}.loader:after{left:3.5em}@keyframes bblFadInOut{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em}}._text_up0ov_1{font-family:Source Sans Pro,system,-apple-system,san francisco,roboto,segoe ui,helvetica neue,arial,sans-serif;margin:0;line-height:1.4}._text__h3_up0ov_6{font-size:2rem;font-weight:700}._text__h5_up0ov_10{font-size:1.25rem;font-weight:700}._text__purple_up0ov_14{color:#3e1f61}._text__black_up0ov_17{color:#000}._text__white_up0ov_20{color:#fff}._input_1xv7c_1{display:flex;align-items:center;flex-direction:row;width:100%}._input__dark_1xv7c_7>label,._input__dark_1xv7c_7>input{color:#fff}._input__dark_1xv7c_7>label::placeholder,._input__dark_1xv7c_7>input::placeholder{color:inherit}._input__container_1xv7c_13{display:flex;flex-direction:column;gap:5px;border:0;font-family:inherit;margin-bottom:1.5rem;padding:0!important;width:100%}._input__label_1xv7c_23{font-weight:600;font-size:1rem;color:#262626}._input__field_1xv7c_28{border:2px solid #7e6699;border-radius:.25rem;padding:.9375rem .75rem .9375rem 1rem;background-color:transparent;font-family:inherit;font-weight:400;font-size:1rem;color:#3e1f61}._input__field_1xv7c_28::placeholder{color:#3e1f61}._input__error_1xv7c_41>label,._input__error_1xv7c_41 p{margin:0;color:#b92222;font-style:italic}._input__error_1xv7c_41>input{border-color:#b92222}._select_1ks00_1{display:flex;flex-direction:column;gap:5px;font-family:inherit}._select__dark_1ks00_7 label,._select__dark_1ks00_7 select{color:#fff}._select__dark_1ks00_7 label option,._select__dark_1ks00_7 select option{color:#000}._select__dark___box_1ks00_13{border-color:#fff}._select__label_1ks00_16{font-weight:600;font-size:1rem;color:#262626;line-height:1.4}._select__wrapper_1ks00_22{display:flex;position:relative;align-items:center}._select__icon_1ks00_27{position:absolute;right:1rem;line-height:0}._select__box_1ks00_32{width:100%;border:2px solid #7e6699;border-radius:.25rem;padding:.9375rem .75rem .9375rem 1rem;background-color:transparent;font-family:inherit;font-weight:400;font-size:1rem;color:#3e1f61;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-repeat:no-repeat;background-position:calc(100% - 10px) center;padding-right:30px}._select__box_1ks00_32::placeholder{color:#3e1f61}._select__error_1ks00_50>label,._select__error_1ks00_50 p{margin:0;color:#b92222;font-style:italic}._select__error_1ks00_50>select{border-color:#b92222}._checkbox_245uo_1{display:block;font-family:inherit;font-size:1rem;color:#000;position:relative;padding-left:30px;line-height:normal;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._checkbox_245uo_1:focus-within{outline:2px solid #000000;outline-offset:3px}._checkbox_245uo_1:hover ._checkbox__checkmark_245uo_19{border-color:#3e1f61;box-shadow:0 0 0 2px #ebe8ef}._checkbox__input_245uo_23{position:absolute;opacity:0;cursor:pointer;height:0;width:0;outline:none!important}._checkbox__input_245uo_23:checked~._checkbox__checkmark_245uo_19{background-color:transparent}._checkbox__checkmark_245uo_19{position:absolute;top:0;left:0;height:18px;width:18px;border:1px solid #3e1f61;border-radius:2px}._checkbox__checkmark_245uo_19:after{content:"";position:absolute;display:none;transition:opacity .3s ease-in-out,transform .3s ease-in-out;opacity:0;transform:scale(.1);transform-origin:top left}._checkbox_245uo_1 ._checkbox__checkmark_245uo_19:after{width:0;left:3px;top:3px;height:0;border-style:solid;border-width:0 0 13px 13px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #30184c rgba(0,0,0,0)}._checkbox__input_245uo_23:checked~._checkbox__checkmark_245uo_19:after{display:block;opacity:1;transform:scale(1)}._form__title_1vtsy_1{padding:2rem 1.5rem 0rem}@media screen and (max-width: 768px){._form__title_1vtsy_1{padding:2rem 1rem 0rem}}@media screen and (max-width: 768px){._form__title_text_1vtsy_10{font-size:1.5rem}}._form__container_1vtsy_14{display:flex;flex-direction:column;align-items:flex-start;padding:2rem 1.5rem 3.5rem}@media screen and (max-width: 768px){._form__container_1vtsy_14{padding:1.5rem 1rem 2.875rem}}._form__light_1vtsy_25{background-color:#f5f3f7;border-radius:4px}._form__dark_1vtsy_29{background-color:#3e1f61;border-radius:4px}._form__dark_1vtsy_29>*{color:#fff!important}._form__dark_1vtsy_29>._form__title_1vtsy_1>*{color:#fff!important}._icon__left_ju62c_1{order:0}._icon__right_ju62c_4{order:1}._link_ju62c_8{font-family:Source Sans Pro,system,-apple-system,san francisco,roboto,segoe ui,helvetica neue,arial,sans-serif;font-size:1rem;font-weight:600;border-radius:.25rem;color:#fff;line-height:1.5rem;border:none;cursor:pointer;padding:.4375rem 1.125rem .5625rem 1rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}._link_ju62c_8:hover{opacity:1;text-decoration:none}._link_ju62c_8:focus-visible{outline:2px solid #000000;outline-offset:3px}._link__between_ju62c_32{justify-content:space-between}._link__block_ju62c_35{display:flex}._link__center_ju62c_38{justify-content:center;text-align:center}._link__primary_ju62c_42{background-color:#3e1f61}._link__primary_ju62c_42:hover{background-color:#31184e}._link__secondary_ju62c_48{background-color:transparent;color:#3e1f61;border:2px solid #ddd0ec}._link__secondary_ju62c_48:hover{border:2px solid #7e6699;color:#3e1f61}._link__tertiary_ju62c_57{background-color:transparent;color:#31184e}._link__tertiary_ju62c_57:hover{background-color:#eae7ee}._link__e-service_ju62c_64{color:#000;background-color:#ffd166}._link__e-service_ju62c_64:hover{background-color:#fee09a}._link__e-service-secondary_ju62c_71{color:#000;border:2px solid #ffd166}._link__e-service-secondary_ju62c_71:hover{border:2px solid #fee09a;color:#30184c}._tabs_17hvp_1{display:flex;flex-direction:row;list-style:none;gap:1rem;padding:0}._tab__btn_17hvp_9{background-color:#eae7ee;border:0;padding:.5rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;font-family:Source Sans Pro,system,-apple-system,san francisco,roboto,segoe ui,helvetica neue,arial,sans-serif;font-weight:600}._radiogroup_fnl2r_1{display:flex;flex-direction:column;gap:.3rem}._radiogroup__label_fnl2r_6{margin-bottom:5px}._radioitem_fnl2r_10{display:flex;align-items:center;position:relative}._radioitem_fnl2r_10>*+*{margin-left:1.875rem}._radioitem__input_fnl2r_18{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;margin:0;box-sizing:border-box;font-family:inherit;color:#30184c;width:20px;height:20px;border:1.5px solid #30184c;border-radius:50%}._radioitem__input_fnl2r_18:before{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #30184c}._radioitem__input_fnl2r_18:checked:before{transform:translate(-50%,-50%) scale(1)}._card_5sonz_1{background-color:#f5f3f7;padding:2rem 1.5rem 2.875rem}._revealContent_79yfj_1{opacity:0;max-height:0;border-left:2px solid #3e1f61;transition:opacity .25s ease,max-height .25s ease-in}._revealContent_79yfj_1 label{margin-bottom:0}._revealContent_79yfj_1._show_79yfj_11{padding:1rem;padding-left:0;margin-top:.5rem;margin-left:.5rem;margin-bottom:.5rem;opacity:1;max-height:500px;transition:opacity .25s ease,max-height .25s ease-in}._revealContent_79yfj_1._hide_79yfj_22{opacity:0;max-height:0;padding:0;margin:0}._csn-search-form_1djzj_1{position:relative;display:flex;font-family:Source Sans Pro,system,-apple-system,san francisco,roboto,segoe ui,helvetica neue,arial,sans-serif;flex-direction:column}._csn-search-form__search_1djzj_7{position:relative;max-width:25rem;width:100%;display:flex;flex-direction:row;align-items:center}._csn-search-form__filters_1djzj_15{display:flex;flex-direction:column;gap:1rem}._csn-search-form__filters_1djzj_15>div{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem}._csn-search-form__svg_1djzj_27{position:absolute;left:15px;z-index:1}._csn-search-form__input_1djzj_32{flex:1;border:2px solid #3C1E5F;border-radius:6px;padding:1em 1em 1em 3em;font-size:14px;font-family:inherit;color:#000;width:400px;z-index:0!important}._csn-search-form__input_1djzj_32:focus-visible{outline:none}._csn-search-form__input_1djzj_32:focus::placeholder{opacity:.5}._csn-search-form__input_1djzj_32::placeholder{color:#3c1e5f}._csn-search-form__label_1djzj_52{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}._csn-search-form__submit_1djzj_60{position:absolute;right:5px;top:5px;height:calc(100% - 10px);align-self:stretch;background-color:#3c1e5f;border-radius:4px;font-family:inherit;border:none;color:#fff;cursor:pointer;padding-inline:.8rem;font-size:14px;line-height:24px;font-weight:500}._csn-search-form__submit_1djzj_60:hover{background-color:#30184c}._sr-only_3esr4_1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}._active_3esr4_13{border:2px solid #3c1e5f!important;background-color:#3c1e5f;color:#fff}._pagination__list_3esr4_19{display:flex;list-style:none;padding:0;margin:0}._pagination__item_3esr4_25{width:2.5625rem;height:2.5rem;flex-shrink:0;color:#000;font-family:Source Sans Pro,system,-apple-system,san francisco,roboto,segoe ui,helvetica neue,arial,sans-serif;font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.875rem}._pagination__item_3esr4_25:not(:first-child){margin-left:.75rem}._pagination__link_3esr4_39{border:2px solid #ebe8ef;border-radius:.25rem;text-decoration:none;height:100%;width:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}

.DGgJm8B17ryEBwmU6Tjv details:first-of-type{border-top:2px solid #ebe8ef}.E91QsRCqpsxI3dxFTJrH{color:#3c1e5f;font-family:Source Sans Pro;font-size:32px;font-weight:700;line-height:40px;letter-spacing:0em;text-align:left}
.x1IvmP2qeerlGc6ELhcu{font-family:"source sans pro",system,-apple-system,"san francisco",roboto,"segoe ui","helvetica neue",arial,sans-serif;font-size:1rem;font-weight:400;color:#3c1e5f;border:2px solid #7e6699;border-radius:4px;padding:1rem;margin-bottom:1.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;max-width:18.75rem;background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cmask id='mask0_4783_1258' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='18' height='18'%3e %3crect width='18' height='18' fill='%23D9D9D9'/%3e %3c/mask%3e %3cg mask='url(%23mask0_4783_1258)'%3e %3cpath d='M9.00039 10.8002L5.40039 7.2002H12.6004L9.00039 10.8002Z' fill='%233C1E5F'/%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat;background-position:calc(100% - 10px) center;padding-right:30px}.Yhw8xksnVLhGUJkHDhc9{color:#3c1e5f;font-size:1rem;line-height:16px}
.j_ySYH4r9bUwpQvmhTSw{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;height:40px;padding:1em;background-color:#f2f2f2;background:linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #f5f5f5;background-size:200% 100%;background-position-x:180%;animation:kE1HRukbwWnqybL4mIVg 1s ease-in-out infinite}.j_ySYH4r9bUwpQvmhTSw:not(:first-child){margin-top:.5em}.j_ySYH4r9bUwpQvmhTSw>div{background:linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #ebebeb;background-size:200% 100%;background-position-x:180%;animation:kE1HRukbwWnqybL4mIVg 1s ease-in-out infinite;width:100%;height:25px}@keyframes kE1HRukbwWnqybL4mIVg{to{background-position-x:-20%}}
.UQxMPnGADh1TbGyj1Esw>.nu2F_H7kMLarD6Tvhz8s::after{display:block;content:"";background:url("data:image/svg+xml,%3csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cmask id='mask0_4704_7256' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='26'%3e %3crect width='26' height='26' fill='%23D9D9D9'/%3e %3c/mask%3e %3cg mask='url(%23mask0_4704_7256)'%3e %3cpath d='M13 16.6563L6.5 10.1563L8.01667 8.63965L13 13.623L17.9833 8.63965L19.5 10.1563L13 16.6563Z' fill='black'/%3e %3c/g%3e %3c/svg%3e");width:25px;height:25px}.UQxMPnGADh1TbGyj1Esw[open]>.nu2F_H7kMLarD6Tvhz8s::after{display:block;content:"";background:url("data:image/svg+xml,%3csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cmask id='mask0_4704_6227' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='26'%3e %3crect width='26' height='26' fill='%23D9D9D9'/%3e %3c/mask%3e %3cg mask='url(%23mask0_4704_6227)'%3e %3cpath d='M8.01667 16.6563L6.5 15.1396L13 8.63965L19.5 15.1396L17.9833 16.6563L13 11.673L8.01667 16.6563Z' fill='black'/%3e %3c/g%3e %3c/svg%3e");width:25px;height:25px}.UQxMPnGADh1TbGyj1Esw{border-bottom:2px solid #ebe8ef}.UQxMPnGADh1TbGyj1Esw[open]{background-color:#f9f9f9}.nu2F_H7kMLarD6Tvhz8s{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1rem;cursor:pointer;list-style-type:none;font-size:1.25rem;font-weight:600;line-height:30px}.nu2F_H7kMLarD6Tvhz8s::-webkit-details-marker{display:none}.otpIvYPLT7YUS3kzQRwe{background-color:#f9f9f9;padding:1rem;font-size:1.125rem;font-weight:400;line-height:27px;word-break:break-word}.lqfbBghqvq_2tJtMvgc0{display:flex;align-items:center;margin-top:2rem}.lqfbBghqvq_2tJtMvgc0>a{margin-left:.5rem;color:#000}
.BekVQoAvi0_jniM7IRhx{margin-top:1rem}

