@charset "UTF-8";.select-box{background-color:#fff;border:1px solid var(--neutral-color);border-radius:23px;box-sizing:border-box;cursor:pointer;overflow:hidden;text-align:left;transition:margin-bottom .3s ease}.select-box:focus,.select-box:focus-within{outline:none}.select-box .selected{box-sizing:border-box;min-width:160px;padding:0 1rem}.select-box .options{box-sizing:border-box;overflow:auto;transition:height .3s ease}.select-box .option{box-sizing:border-box;padding:0 1rem;transition:background-color .2s ease}.select-box .option.active{background-color:var(--secondary-color-light)}.select-box .option:focus,.select-box .option:hover{background-color:var(--secondary-color);outline:none}.select-box .caret,.select-box .deselect{box-sizing:border-box;cursor:pointer;float:right;margin-left:10px}.select-box .caret{transition:transform .3s ease}.frame-type-sectioncontent_pi1 .default .features span:not(:last-child):after{content:"•";margin-left:1rem;margin-right:1rem}
