.custom-select{position:relative}.custom-select__option{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;border-radius:0;box-sizing:border-box;cursor:pointer;display:block;font-family:inherit;overflow:hidden;padding:0;text-align:left;text-overflow:ellipsis;user-select:none;white-space:nowrap;width:100%}.custom-select__option-wrap{position:relative}.custom-select__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;border-style:solid;border-width:1px 0;box-sizing:border-box;display:block;font-family:inherit;padding:0;width:100%}.custom-select__dropdown{box-sizing:border-box;left:0;position:absolute;top:100%;width:100%}.custom-select--dropup .custom-select__dropdown{bottom:100%;top:auto}.custom-select__option{color:#212121;font-size:1rem;line-height:1.5;padding:.375rem .75rem;position:relative}.custom-select__option:focus{outline:none}.custom-select__option:focus,.custom-select__option:hover{background-color:#f9f9f9}.custom-select__option--value{background-color:#fff;border:1px solid #e6e6e6;border-radius:.25rem;padding-right:1.875rem}.custom-select__option--value:after{border-color:currentcolor transparent;border-style:solid;border-width:.3rem .3rem 0;box-sizing:border-box;content:"";height:0;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:0}.custom-select--active .custom-select__option--value:after{transform:translateY(-50%) rotate(-180deg)}.custom-select--active .custom-select__option--value{border-bottom-color:transparent;border-radius:.25rem .25rem 0 0}.custom-select--active .custom-select__option--value:focus,.custom-select--active .custom-select__option--value:hover{background-color:#fff}.custom-select--dropup.custom-select--active .custom-select__option--value{border-bottom-color:#e6e6e6;border-radius:0 0 .25rem .25rem;border-top-color:transparent}.custom-select__option--selected{background-color:#fcfcfc}.custom-select__option[disabled]{color:#a1a1a1;cursor:default}.custom-select__option[disabled]:focus,.custom-select__option[disabled]:hover{background-color:transparent}.custom-select__option-wrap{max-height:11.25rem;overflow-y:auto}.custom-select__option-wrap::-webkit-scrollbar{width:16px}.custom-select__option-wrap::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#e6e6e6;border-color:transparent;border-style:solid;border-width:0 4px}.custom-select__input{border-color:#e6e6e6;color:#212121;font-size:1rem;height:2.25rem;margin-top:-1px;padding:0 .75rem;position:relative;transform:translateY(1px);z-index:1}.custom-select__input:focus{outline:none}.custom-select--dropup .custom-select__input{border-top-width:0;margin-top:0;transform:translateY(0)}.custom-select__dropdown{background-color:#fff;border:1px solid #e6e6e6;border-radius:0 0 .25rem .25rem;border-top:0 solid #e6e6e6;overflow:hidden;top:calc(100% - 1px);z-index:1}.custom-select--dropup .custom-select__dropdown{border-radius:.25rem .25rem 0 0;border-width:1px 1px 0;bottom:calc(100% - 1px)}.form-style .custom-select{background:none;border:none;border-radius:0;color:inherit;font-size:inherit;height:auto;padding:0}.form-style .custom-select__option{background:transparent;border:none;border-bottom:1px solid #707070;border-radius:0;color:hsla(0,0%,100%,.3);color:#1c1c1c;font-size:24px;overflow:visible;padding:7px 0}.form-style .custom-select__option--value:after{border-color:transparent currentColor currentColor transparent;border-width:0 2px 2px 0;height:11px;right:2px;transform:translateY(-50%) rotate(45deg);transition:.3s;width:11px}.form-style .custom-select--active .custom-select__option--value:after{transform:translateY(-50%) rotate(225deg)}.form-style .custom-select--active .custom-select__option--value:focus,.form-style .custom-select--active .custom-select__option--value:hover{background:none}.form-style .custom-select--active .custom-select__option--value:before{background:#dbd6d1;border:1px solid #a5a2a0;content:"";height:calc(100% + 3px);left:-18px;position:absolute;top:-3px;width:calc(100% + 33px)}.form-style .custom-select__dropdown{background:#e0dcd8;border:1px solid #a5a2a0;border-top:none;font-family:var(--ff-main-body);left:-18px;max-height:300px;overflow:auto;padding:12px 0;width:calc(100% + 33px)}.form-style .custom-select__dropdown .custom-select__option{border:none;font-size:18px;padding:13px 16px;text-transform:uppercase}.form-style .custom-select__dropdown .custom-select__option:hover{background:#dbd6d1}@media (max-width:1919px){.form-style .custom-select__dropdown .custom-select__option{font-size:15px}}