div.filter-references{display:flex;gap:10px;flex-wrap:wrap}div.filter-references button,div.filter-references button:focus{border:1px solid #d1d8dd;border-radius:0;font-size:16px;font-weight:600;padding:8px 10px;line-height:1.6em;color:#11293c;background-color:#fff;display:flex;align-items:center;cursor:pointer}div.filter-references button:before,div.filter-references button:focus:before{content:"";width:0px;height:0px;background:url(../img/check.svg) no-repeat center #a1c1ef;border-radius:30px;margin-right:0px;transform:scale(0);transition:all .3s}div.filter-references button.active,div.filter-references button:focus.active{color:#fff;background-color:#1565d8;border:1px solid #135bc2}div.filter-references button.active:before,div.filter-references button:focus.active:before{width:30px;height:30px;margin-right:8px;transform:scale(1);display:inline-block}div.filter-references-mobile{display:none}div.filter-references-mobile select{width:100%;font-size:14px;line-height:24px;padding:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #183b56;border-radius:6px;margin:0;width:100%;cursor:inherit;background-image:url(../img/chevron-down.svg);background-repeat:no-repeat;background-position:calc(100% - 14px) center;color:#183b56}@media screen and (max-width: 767px){div.filter-references{display:none}div.filter-references-mobile{display:block}}