.custom-select{display:flex;flex-wrap:wrap}.custom-select .custom-select__check{align-items:center;border:1px solid #adb6bf;border-radius:.25rem;display:none;height:1rem;justify-content:center;pointer-events:none;position:absolute;right:.625rem;top:50%;transform:translateY(-50%);transition:border-color .3s ease,background-color .3s ease;width:1rem}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__check{border-radius:.25rem;height:1rem;right:.625rem;width:1rem}}.custom-select .custom-select__check svg{height:70%;width:70%;fill:#fff;opacity:0;transition:opacity .3s ease,fill .3s ease,stroke .3s ease}.custom-select .custom-select__label{color:#9a9a9a;font-size:.75rem;font-weight:400;line-height:1.2;margin-bottom:.625rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__label{font-size:.75rem;margin-bottom:.625rem}}.custom-select .custom-select__input{cursor:pointer;font-family:Manrope,sans-serif;width:100%}.custom-select .custom-select__input.custom-select--is-disabled{cursor:default;pointer-events:none}.custom-select .custom-select__input.custom-select--is-disabled .custom-select__control{pointer-events:none}.custom-select .custom-select__input .custom-select__control{cursor:pointer}.custom-select .custom-select__option-wrapper{cursor:pointer;position:relative}.custom-select .custom-select__option-wrapper.multi{position:relative}.custom-select .custom-select__option-wrapper.multi:hover .custom-select__check{border-color:#333}.custom-select .custom-select__option-wrapper.multi:hover:after{opacity:0}.custom-select .custom-select__option-wrapper.multi.selected .custom-select__check{background-color:#0078ee;border-color:#0078ee}.custom-select .custom-select__option-wrapper.multi.selected .custom-select__check svg{opacity:1;fill:#fff}.custom-select .custom-select__option-wrapper.multi:after{background-color:#f2f2f0;bottom:0;content:"";display:block;height:1px;left:50%;position:absolute;transform:translateX(-50%);width:calc(100% - 2.5rem)}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__option-wrapper.multi:after{width:calc(100% - 2.5rem)}}.custom-select .custom-select__option-wrapper.multi .custom-select__option{padding-right:3.125rem}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__option-wrapper.multi .custom-select__option{padding-right:3.125rem}}.custom-select .custom-select__option-wrapper.multi .custom-select__option.custom-select__option--is-selected{background-color:#edf1fa;color:#333}.custom-select .custom-select__option-wrapper.multi .custom-select__reset-icon{display:none}.custom-select .custom-select__option-wrapper.multi .custom-select__check{display:flex}.custom-select .custom-select__option-wrapper.multi .custom-select__check svg{position:static;fill:#fff;stroke:#fff;transition:fill .3s ease,stroke .3s ease}.custom-select .custom-select__option-wrapper.reset .custom-select__option{padding-right:1.5625rem}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__option-wrapper.reset .custom-select__option{padding-right:1.5625rem}}.custom-select .custom-select__option-wrapper.reset .custom-select__reset-icon{height:.875rem;position:absolute;right:.9375rem;top:50%;width:.875rem;fill:#000;stroke:#000;transform:translateY(-50%)}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__option-wrapper.reset .custom-select__reset-icon{height:.875rem;right:.9375rem;width:.875rem}}.custom-select .custom-select__option-wrapper.selected.reset:not(.multi) svg{fill:#fff;stroke:#fff}.custom-select .custom-select__option-wrapper.selected.reset:not(.multi):has(.custom-select__option:hover) svg{fill:#333;stroke:#333}.custom-select .custom-select__option-wrapper.shadowed{opacity:.5}.custom-select .custom-select__option-wrapper.reset.multi .custom-select__check{align-items:center;display:flex;justify-content:center}.custom-select .custom-select__option-wrapper.placeholder{display:none}.custom-select .custom-select__option-wrapper.shadowed{cursor:default;pointer-events:none}.custom-select .custom-select__option-wrapper.multi.shadowed.selected{pointer-events:all}.custom-select .custom-select__menu-list{overflow-x:hidden;padding:0}.custom-select .custom-select__option{cursor:pointer;font-size:.875rem;font-weight:400;line-height:1.2;padding:.6875rem .625rem .75rem}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__option{font-size:.875rem;padding:.6875rem .625rem .75rem}}.custom-select .custom-select__single-value{color:#333;font-size:.875rem;font-weight:400;line-height:1.4;margin-left:0;margin-right:.625rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__single-value{font-size:.875rem;margin-right:.625rem}}.custom-select .custom-select__value-container{display:block;flex-wrap:nowrap;padding:0;text-overflow:ellipsis}.custom-select .custom-select__value-container input{position:absolute}.custom-select .custom-select__multi-value{background-color:transparent;border-radius:0;display:inline;margin:0 .375rem 0 0;min-width:auto}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__multi-value{margin-right:.375rem}}.custom-select .custom-select__multi-value:after{content:",";display:contents}.custom-select .custom-select__multi-value:last-child,.custom-select .custom-select__multi-value:nth-last-child(2):after{content:none}.custom-select .custom-select__value-container--is-multi{padding-bottom:0}.custom-select .custom-select__value-container--is-multi input{position:absolute}.custom-select .custom-select__multi-value__label{background-color:transparent;display:inline;font-size:.875rem;font-weight:400;line-height:1.2;padding:0}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__multi-value__label{font-size:.875rem}}.custom-select .custom-select__clear-indicator,.custom-select .custom-select__multi-value__remove{display:none!important}.custom-select .custom-select__control{border-radius:.625rem;box-shadow:none;cursor:pointer;min-height:3rem;padding:.625rem .625rem .6875rem;transition:border-color .3s ease,border-radius .3s ease,background-color .3s ease}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__control{background-color:#f4f6fb;border-color:#f4f6fb;border-radius:.625rem;min-height:3rem;padding:.625rem .625rem .6875rem}}.custom-select .custom-select__control--menu-is-open{border-color:#fff;border-radius:.625rem .625rem 0 0}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__control--menu-is-open{border-color:#f4f6fb;border-radius:.625rem .625rem 0 0}}.custom-select .custom-select__control--menu-is-open:hover{border-color:#fff;box-shadow:none}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__control--menu-is-open:hover{border-color:#f4f6fb}}.custom-select .custom-select__control--menu-is-open .custom-select__indicator svg{transform:rotate(180deg)}.custom-select .custom-select__control--is-focused,.custom-select .custom-select__control:focus,.custom-select .custom-select__control:hover{background-color:#fff;border-color:#0078ee}.custom-select .custom-select__indicator{align-items:center;background-color:#0078ee;border-radius:.3125rem;color:#fff;display:flex;height:1.125rem;justify-content:center;padding:0;transition:color .3s ease;width:1.125rem}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__indicator{border-radius:.3125rem;height:1.125rem;width:1.125rem}}.custom-select .custom-select__indicator:hover{color:#fff}.custom-select .custom-select__indicator svg{height:.75rem;width:.75rem;fill:#fff;stroke:#fff;transition:transform .3s ease}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__indicator svg{height:.75rem;width:.75rem}}.custom-select .custom-select__indicator-separator{display:none}.custom-select .custom-select__menu{background-color:#fff;border-radius:0 0 .625rem .625rem;box-shadow:0 .5625rem .6875rem 0 rgba(0,0,0,.18);margin:0;overflow:hidden;width:100%;z-index:3}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__menu{border-radius:0 0 .625rem .625rem;box-shadow:0 .5625rem .6875rem 0 rgba(0,0,0,.18)}}.custom-select .custom-select__option-placeholder{color:#333;display:none;font-size:.875rem;font-weight:400;line-height:1.2;padding-top:0}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__option-placeholder{font-size:.875rem}}.custom-select .custom-select__option-placeholder:first-child{display:block}.custom-select .custom-select__option-wrapper:last-child:after{content:none}.custom-select .custom-select__option-wrapper.info .custom-select__option{padding-bottom:1.25rem}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__option-wrapper.info .custom-select__option{padding-bottom:1.25rem}}.custom-select .custom-select__add-info{bottom:.3125rem;color:#9a9a9a;font-size:.625rem;left:0;padding:0 .625rem;pointer-events:none;position:absolute;transition:color .3s ease;white-space:nowrap}@media (min-width:1px) and (max-width:920px){.custom-select .custom-select__add-info{bottom:.3125rem;font-size:.625rem;padding:0 .625rem}}.custom-select .custom-select__option{color:#333;transition:background-color .3s ease,color .3s ease}.custom-select .custom-select__option.custom-select__option--is-selected{background:#0078ee;color:#fff}.custom-select .custom-select__option.custom-select__option--is-focused{background:#fff;color:#333}.custom-select .custom-select__option.custom-select__option--is-focused:active,.custom-select .custom-select__option.custom-select__option--is-focused:hover{background-color:rgba(241,245,254,.502);color:#333}.custom-select .custom-select__option.custom-select__option--is-focused:active~.custom-select__add-info,.custom-select .custom-select__option.custom-select__option--is-focused:hover~.custom-select__add-info{color:#333}.custom-select .custom-select__option.custom-select__option--is-focused:active~.custom-select__check,.custom-select .custom-select__option.custom-select__option--is-focused:hover~.custom-select__check{border-color:#333}.custom-select .custom-select__option.custom-select__option--is-selected.custom-select__option--is-focused{background-color:#0078ee;color:#fff}.custom-select .custom-select__option.custom-select__option--is-selected.custom-select__option--is-focused:active,.custom-select .custom-select__option.custom-select__option--is-selected.custom-select__option--is-focused:hover{background-color:rgba(241,245,254,.502);color:#333}.custom-select .custom-select__option.custom-select__option--is-selected.custom-select__option--is-focused:active~.custom-select__add-info,.custom-select .custom-select__option.custom-select__option--is-selected.custom-select__option--is-focused:hover~.custom-select__add-info{color:#333}.custom-select .custom-select__option.custom-select__option--is-selected.custom-select__option--is-focused:active~.custom-select__check,.custom-select .custom-select__option.custom-select__option--is-selected.custom-select__option--is-focused:hover~.custom-select__check{border-color:#333}@media screen and (min-width:920px){.custom-select.dark-bg-d .custom-select__control{background-color:#fff;border:1px solid #fff}.custom-select.dark-bg-d .custom-select__control--is-focused,.custom-select.dark-bg-d .custom-select__control:focus,.custom-select.dark-bg-d .custom-select__control:hover{background-color:#fff;border-color:#0078ee}.custom-select.dark-bg-d .custom-select__multi-value__label,.custom-select.dark-bg-d .custom-select__option-placeholder,.custom-select.dark-bg-d .custom-select__single-value{color:#333}.custom-select.dark-bg-d .custom-select--is-disabled .custom-select__control{background-color:#f1f1f1;border-color:#f1f1f1}.custom-select.dark-bg-d .custom-select--is-disabled .custom-select__control .custom-select__indicator{background-color:#bababa}.custom-select.dark-bg-d .custom-select--is-disabled .custom-select__control .custom-select__multi-value__label,.custom-select.dark-bg-d .custom-select--is-disabled .custom-select__control .custom-select__option-placeholder,.custom-select.dark-bg-d .custom-select--is-disabled .custom-select__control .custom-select__single-value{color:#bababa}}@media (min-width:1px) and (max-width:920px){.custom-select.dark-bg-m .custom-select__control{background-color:#fff;border:1px solid #fff}.custom-select.dark-bg-m .custom-select__control--is-focused,.custom-select.dark-bg-m .custom-select__control:focus,.custom-select.dark-bg-m .custom-select__control:hover{background-color:#fff;border-color:#0078ee}.custom-select.dark-bg-m .custom-select__multi-value__label,.custom-select.dark-bg-m .custom-select__option-placeholder,.custom-select.dark-bg-m .custom-select__single-value{color:#333}.custom-select.dark-bg-m .custom-select--is-disabled .custom-select__control{background-color:#f1f1f1;border-color:#f1f1f1}.custom-select.dark-bg-m .custom-select--is-disabled .custom-select__control .custom-select__indicator{background-color:#bababa}.custom-select.dark-bg-m .custom-select--is-disabled .custom-select__control .custom-select__multi-value__label,.custom-select.dark-bg-m .custom-select--is-disabled .custom-select__control .custom-select__option-placeholder,.custom-select.dark-bg-m .custom-select--is-disabled .custom-select__control .custom-select__single-value{color:#bababa}}@media screen and (min-width:920px){.custom-select.light-bg-d .custom-select__control{background-color:#f1f5fe;border:1px solid #f1f5fe}.custom-select.light-bg-d .custom-select__control--is-focused,.custom-select.light-bg-d .custom-select__control:focus,.custom-select.light-bg-d .custom-select__control:hover{background-color:#fff;border-color:#0078ee}.custom-select.light-bg-d .custom-select__multi-value__label,.custom-select.light-bg-d .custom-select__option-placeholder,.custom-select.light-bg-d .custom-select__single-value{color:#333}.custom-select.light-bg-d .custom-select--is-disabled .custom-select__control{background-color:#f1f1f1;border-color:#f1f1f1}.custom-select.light-bg-d .custom-select--is-disabled .custom-select__control .custom-select__indicator{background-color:#bababa}.custom-select.light-bg-d .custom-select--is-disabled .custom-select__control .custom-select__multi-value__label,.custom-select.light-bg-d .custom-select--is-disabled .custom-select__control .custom-select__option-placeholder,.custom-select.light-bg-d .custom-select--is-disabled .custom-select__control .custom-select__single-value{color:#bababa}}@media (min-width:1px) and (max-width:920px){.custom-select.light-bg-m .custom-select__control{background-color:#f1f5fe;border:1px solid #f1f5fe}.custom-select.light-bg-m .custom-select__control--is-focused,.custom-select.light-bg-m .custom-select__control:focus,.custom-select.light-bg-m .custom-select__control:hover{background-color:#fff;border-color:#0078ee}.custom-select.light-bg-m .custom-select__multi-value__label,.custom-select.light-bg-m .custom-select__option-placeholder,.custom-select.light-bg-m .custom-select__single-value{color:#333}.custom-select.light-bg-m .custom-select--is-disabled .custom-select__control{background-color:#f1f1f1;border-color:#f1f1f1}.custom-select.light-bg-m .custom-select--is-disabled .custom-select__control .custom-select__indicator{background-color:#bababa}.custom-select.light-bg-m .custom-select--is-disabled .custom-select__control .custom-select__multi-value__label,.custom-select.light-bg-m .custom-select--is-disabled .custom-select__control .custom-select__option-placeholder,.custom-select.light-bg-m .custom-select--is-disabled .custom-select__control .custom-select__single-value{color:#bababa}}