.dropdown-module__WlR3Ka__dropdown{width:100%;max-width:600px;margin:0 auto;position:relative}.dropdown-module__WlR3Ka__dropdown-toggle{background:var(--white);border:2px solid var(--silver);cursor:pointer;width:100%;color:var(--text-gray);border-radius:10px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.dropdown-module__WlR3Ka__dropdown-toggle:hover{border-color:var(--dark-red);background:var(--light-gray)}.dropdown-module__WlR3Ka__dropdown-toggle:focus{border-color:var(--dark-red);outline:none;box-shadow:0 0 0 3px #a719301a}.dropdown-module__WlR3Ka__dropdown-title{color:var(--dark-blue)}.dropdown-module__WlR3Ka__dropdown-arrow{color:var(--dark-red);font-size:.8rem;transition:transform .3s}.dropdown-module__WlR3Ka__dropdown-arrow.dropdown-module__WlR3Ka__open{transform:rotate(180deg)}.dropdown-module__WlR3Ka__dropdown-menu{background:var(--white);border:2px solid var(--silver);z-index:1000;opacity:0;border-top:none;border-radius:0 0 10px 10px;max-height:0;transition:max-height .3s,opacity .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.dropdown-module__WlR3Ka__dropdown-menu.dropdown-module__WlR3Ka__show{opacity:1;max-height:600px}.dropdown-module__WlR3Ka__dropdown.dropdown-module__WlR3Ka__always-open{position:static}.dropdown-module__WlR3Ka__dropdown.dropdown-module__WlR3Ka__always-open .dropdown-module__WlR3Ka__dropdown-header{margin-bottom:1rem}.dropdown-module__WlR3Ka__dropdown.dropdown-module__WlR3Ka__always-open .dropdown-module__WlR3Ka__dropdown-title{color:var(--dark-blue);margin:0;font-size:1.2rem;font-weight:600}.dropdown-module__WlR3Ka__dropdown.dropdown-module__WlR3Ka__always-open .dropdown-module__WlR3Ka__dropdown-content{background:var(--white);border:2px solid var(--silver);opacity:1;border-radius:10px;max-height:none;padding:1rem 0;position:static;overflow:visible;box-shadow:0 4px 12px #0000001a}.dropdown-module__WlR3Ka__dropdown-content{padding:1rem 0}.dropdown-module__WlR3Ka__dropdown-section{border-bottom:1px solid var(--light-gray)}.dropdown-module__WlR3Ka__dropdown-section:last-child{border-bottom:none}.dropdown-module__WlR3Ka__section-header{cursor:pointer;width:100%;color:var(--dark-red);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background-color .2s;display:flex}.dropdown-module__WlR3Ka__section-header:hover{background:var(--light-gray)}.dropdown-module__WlR3Ka__section-header:focus{background:var(--light-gray);outline:none}.dropdown-module__WlR3Ka__section-header.dropdown-module__WlR3Ka__active{background:var(--light-gray)}.dropdown-module__WlR3Ka__section-title{flex:1}.dropdown-module__WlR3Ka__section-arrow{color:var(--dark-red);font-size:.7rem;transition:transform .3s}.dropdown-module__WlR3Ka__section-arrow.dropdown-module__WlR3Ka__open{transform:rotate(180deg)}.dropdown-module__WlR3Ka__section-content{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.dropdown-module__WlR3Ka__section-content.dropdown-module__WlR3Ka__show{max-height:400px;padding:.5rem 0}.dropdown-module__WlR3Ka__section-list{margin:0;padding:0;list-style:none}.dropdown-module__WlR3Ka__section-item-container{margin:0;padding:0}.dropdown-module__WlR3Ka__section-item{color:var(--text-gray);cursor:pointer;padding:.4rem 2.5rem;font-size:.95rem;line-height:1.4;transition:background-color .2s}.dropdown-module__WlR3Ka__section-item:hover{background:var(--light-gray);color:var(--dark-blue)}.dropdown-module__WlR3Ka__subsection-header{cursor:pointer;width:100%;color:var(--text-gray);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem 2.5rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:background-color .2s;display:flex}.dropdown-module__WlR3Ka__subsection-header:hover{background:var(--light-gray);color:var(--dark-blue)}.dropdown-module__WlR3Ka__subsection-header:focus{background:var(--light-gray);outline:none}.dropdown-module__WlR3Ka__subsection-header.dropdown-module__WlR3Ka__active{background:var(--light-gray);color:var(--dark-blue)}.dropdown-module__WlR3Ka__subsection-title{flex:1}.dropdown-module__WlR3Ka__subsection-arrow{color:var(--dark-red);margin-left:.5rem;font-size:.6rem;transition:transform .3s}.dropdown-module__WlR3Ka__subsection-arrow.dropdown-module__WlR3Ka__open{transform:rotate(180deg)}.dropdown-module__WlR3Ka__subsection-content{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.dropdown-module__WlR3Ka__subsection-content.dropdown-module__WlR3Ka__show{max-height:200px;padding:.25rem 0}.dropdown-module__WlR3Ka__subsection-list{margin:0;padding:0;list-style:none}.dropdown-module__WlR3Ka__subsection-item{color:var(--text-gray);cursor:pointer;padding:.3rem 3.5rem;font-size:.9rem;line-height:1.3;transition:background-color .2s}.dropdown-module__WlR3Ka__subsection-item:hover{background:var(--light-gray);color:var(--dark-blue)}.dropdown-module__WlR3Ka__simple-item{color:var(--text-gray);cursor:pointer;padding:.75rem 1.5rem;font-size:1rem;line-height:1.4;transition:background-color .2s}.dropdown-module__WlR3Ka__simple-item:hover{background:var(--light-gray);color:var(--dark-blue)}@media (max-width:768px){.dropdown-module__WlR3Ka__dropdown-toggle{padding:.875rem 1.25rem;font-size:1rem}.dropdown-module__WlR3Ka__dropdown-menu.dropdown-module__WlR3Ka__show{max-height:500px}.dropdown-module__WlR3Ka__section-content.dropdown-module__WlR3Ka__show{max-height:350px}.dropdown-module__WlR3Ka__subsection-content.dropdown-module__WlR3Ka__show{max-height:150px}.dropdown-module__WlR3Ka__section-item{padding:.4rem 2rem;font-size:.9rem}.dropdown-module__WlR3Ka__subsection-header{padding:.5rem 2rem;font-size:.9rem}.dropdown-module__WlR3Ka__subsection-item{padding:.3rem 3rem;font-size:.85rem}.dropdown-module__WlR3Ka__simple-item{padding:.75rem 1.25rem;font-size:.95rem}}@media (max-width:480px){.dropdown-module__WlR3Ka__dropdown-toggle{padding:.75rem 1rem;font-size:.95rem}.dropdown-module__WlR3Ka__section-item{padding:.4rem 1.5rem}.dropdown-module__WlR3Ka__subsection-header{padding:.5rem 1.5rem}.dropdown-module__WlR3Ka__subsection-item{padding:.3rem 2.5rem}.dropdown-module__WlR3Ka__simple-item{padding:.75rem 1rem}}.dropdown-module__WlR3Ka__section-item:focus,.dropdown-module__WlR3Ka__subsection-header:focus,.dropdown-module__WlR3Ka__subsection-item:focus,.dropdown-module__WlR3Ka__simple-item:focus{outline:2px solid var(--dark-red);outline-offset:-2px;background:var(--light-gray)}
.new_modal-module__l7V4Ha__modal-content{background:var(--white);-webkit-overflow-scrolling:touch;border-radius:15px;flex-direction:column;max-width:600px;max-height:85vh;margin:2rem auto;display:flex;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.new_modal-module__l7V4Ha__modal-header{border-bottom:2px solid var(--light-gray);flex-shrink:0;justify-content:center;align-items:center;gap:1rem;margin-bottom:0;padding:2rem 2rem 1rem;line-height:1.2;display:flex}.new_modal-module__l7V4Ha__modal-footer{border-top:2px solid var(--light-gray);flex-shrink:0;justify-content:flex-end;align-items:center;gap:1rem;padding:1rem 2rem 2rem;display:flex}.new_modal-module__l7V4Ha__modal-title{color:var(--dark-red);text-align:center;gap:1rem;margin-bottom:.5rem;font-size:1.8rem;font-weight:600}.new_modal-module__l7V4Ha__modal-description{color:var(--silver);text-align:center;font-size:.95rem;line-height:1.8}.new_modal-module__l7V4Ha__modal-content ::-webkit-scrollbar{width:6px}.new_modal-module__l7V4Ha__modal-content ::-webkit-scrollbar-track{background:0 0;border-radius:3px}.new_modal-module__l7V4Ha__modal-content ::-webkit-scrollbar-thumb{background:var(--silver);border-radius:3px;transition:background .3s}.new_modal-module__l7V4Ha__modal-content ::-webkit-scrollbar-thumb:hover{background:var(--dark-blue)}@media (max-width:768px){.new_modal-module__l7V4Ha__modal-content{width:calc(100dvw - 2rem);max-width:100vw;max-height:85dvh;margin:1rem auto}.new_modal-module__l7V4Ha__modal-header{text-align:center;flex-direction:column;padding:1.5rem 1.5rem 1rem}.new_modal-module__l7V4Ha__modal-footer{flex-direction:column-reverse;padding:1rem 1.5rem 1.5rem}.new_modal-module__l7V4Ha__modal-title{font-size:1.5rem}}
