<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blk-ac-select{width:fit-content;height:fit-content;cursor:pointer;position:relative;display:flex;align-items:flex-start;justify-content:flex-start;box-sizing:border-box;padding:12px;gap:8px;border:2px solid #000000;border-bottom:none}@media screen and (max-width: 600px){.blk-ac-select{width:100%}.blk-ac-select .select-selection{width:100%;justify-content:space-between}}.blk-ac-select :focus{outline:none}.blk-ac-select:focus-within:not(.is-opened):not(:hover){outline:auto;outline-color:-webkit-focus-ring-color}.blk-ac-select:hover .select-dropdown:not(.is-opened){border-bottom-width:3px;border-color:#ff4713}.blk-ac-select:not(.is-opened) .select-selection .icon{transform:rotate(180deg)}.blk-ac-select .select-label{position:relative;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none}.blk-ac-select .select-selection{white-space:nowrap;display:flex}.blk-ac-select .select-selection .labels{display:grid}.blk-ac-select .select-selection .labels&gt;*{grid-column:1;grid-row:1}.blk-ac-select .select-selection .labels .hidden-label{visibility:hidden}.blk-ac-select .select-selection .select-option-label{padding-right:24px}.blk-ac-select .select-selection .icon{width:24px;height:24px;font-size:12px;display:flex;justify-content:center;align-items:center;color:#ff4713;transition-property:transform;transition-duration:.2s}.blk-ac-select .select-dropdown{border:2px solid #000000;border-top:none;position:absolute;left:-2px;top:calc(100% - 2px);width:calc(100% + 4px);background:white;height:auto;max-height:0;z-index:1;box-sizing:border-box;white-space:nowrap;overflow:hidden;transition-property:height,background-color,border-color,max-height;transition-duration:.3s}.blk-ac-select .select-dropdown .select-option.selected.blk-ac-body-m-bold .icon{float:right;font-size:11px;width:24px;height:24px;line-height:24px;text-align:center}.blk-ac-select .select-dropdown.is-opened{max-height:max(50vh,400px);overflow:auto;padding-bottom:8px}.blk-ac-select .select-dropdown.is-opened .select-list li .icon{transform:rotate(0)}.blk-ac-select .select-dropdown.is-opened .select-list li.selected:hover{cursor:default}.blk-ac-select .select-dropdown .divider{background:#efefef;height:2px;margin:12px 14px}.blk-ac-select .select-dropdown .select-list{display:flex;flex-direction:column;list-style-type:none;position:relative;top:100%}.blk-ac-select .select-dropdown .select-list .select-option{padding-left:16px;padding-right:12px;padding-block:4px;transition-property:opacity;transition-duration:.2s;opacity:1;white-space:nowrap;cursor:pointer}.blk-ac-select .select-dropdown .select-list .select-option:focus{text-decoration:underline}.blk-ac-select .select-dropdown .select-list .select-option.selected:hover{text-decoration:none}.blk-ac-select .select-dropdown .select-list .select-option.disabled{cursor:default;opacity:.3;text-decoration:none}.blk-ac-select .select-dropdown .select-list .select-option.disabled:hover{text-decoration:none;cursor:default}.blk-ac-select .select-dropdown .select-list .select-option:hover{text-decoration:underline;cursor:pointer}
</pre></body></html>