.blog__categories,.blog__secondary_filters{display:flex;flex-wrap:wrap;gap:20px}.blog__tag_select{height:fit-content;position:relative}.tag_select__dropdown{animation:openDropdown .3s ease;background-color:#fff;border-radius:30px;bottom:0;color:#015c78;height:fit-content;list-style-type:none;margin-bottom:0;max-height:230px;opacity:1;overflow-y:scroll;padding:0 35px 7px;position:absolute;top:100%;width:fit-content;width:100%}.tag_select__dropdown .tag_option{-webkit-touch-callout:none;cursor:pointer;padding:10px 0 5px;position:relative;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tag_select__dropdown .tag_option[data-select=selected]:before{background:url(https://20797991.fs1.hubspotusercontent-na1.net/hubfs/20797991/check-mark-1.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:13px;left:-21px;position:absolute;top:15px;width:13px}.tag_select__dropdown .tag_option[data-tag=clear]{text-decoration:underline}.category__link{white-space:nowrap}.blog__tag_select .tag__select,.category__link{background-color:transparent;border:1px solid #fff;color:#fff;font-size:16px;padding:10px 20px;text-decoration:none}.category__link.active{background-color:#fff;color:#000}.tag__select{align-items:center;display:flex;gap:15px;justify-content:space-between;min-width:180px}.tag__select svg .caret{fill:#fff}.tag__select .dropdown_icon{position:relative;top:-1.5px}.tag__select svg{transition:transform .2s ease}.tag__select.open svg{transform:rotate(180deg)}.tag__select.active{background-color:#fff;color:#000}.tag__select.active svg .caret{fill:#000}#select_text{-webkit-touch-callout:none;max-width:20ch;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.tag__select img{padding-top:3px}.blog__secondary_filters{padding:30px 0}@keyframes openDropdown{0%{opacity:0;top:50%}to{opacity:1;top:100%}}