.dynamicfilter{font-family:'November','Arial',sans-serif;font-weight:300;font-stretch:100%}
.dynamicfilter .cmp-dynamic-filter-search label{font-size:1.3rem;line-height:1.7rem !important;margin:0}
.dynamicfilter .cmp-dynamic-filter-search label:first-letter {text-transform:capitalize}
.dynamicfilter .cmp-dynamic-filter-search .cmp-search-bar{display:flex;align-items:center;width:70%;margin:6px 0 20px 0;padding:0 !important;background-color:transparent !important;height:46px;border:1px solid #6d6e71}
.dynamicfilter .cmp-dynamic-filter-search .cmp-search-bar .cmp-search-field{width:calc(100% - 44px);height:100%;font-size:1.2rem;border:0;outline:0;border-radius:0;appearance:none;padding:0 6px 0 16px;max-width:none}
.dynamicfilter .cmp-dynamic-filter-search .cmp-search-bar .cmp-search-field.has-input{font-size:2rem}
.dynamicfilter .cmp-dynamic-filter-search .cmp-search-bar .cmp-search-field::placeholder{color:#a7a9ac;font-size:1.5rem}
.dynamicfilter .cmp-dynamic-filter-search .cmp-search-bar .cmp-clear-search-button,.dynamicfilter .cmp-dynamic-filter-search .cmp-search-bar .cmp-search-button{user-select:none;cursor:pointer}
.dynamicfilter .cmp-dynamic-filter-search .cmp-search-bar .cmp-clear-search-button{width:24px;height:24px;font-size:1.8rem;color:#ccc;justify-content:center;align-items:center;display:none}
.dynamicfilter .cmp-dynamic-filter-search .cmp-search-bar .cmp-search-button{width:44px;height:100%;font-size:2.9rem;color:#a7a9ac;appearance:none;border:0;background:0;padding:0}
@media(any-hover:hover){.dynamicfilter .cmp-dynamic-filter-search .cmp-search-bar .cmp-search-button:hover{color:#cc0633}
}
.dynamicfilter .cmp-dynamic-filter-search .cmp-search-bar.has-search-term .cmp-search-field{width:calc(100% - 68px)}
.dynamicfilter .cmp-dynamic-filter-search .cmp-search-bar.has-search-term .cmp-clear-search-button{display:flex}
.dynamicfilter .cmp-dynamic-filter-search .cmp-search-bar.has-search-term .cmp-search-button{color:#cc0633}
.dynamicfilter .one-column{grid-template-columns:calc(33.33% - 15px)}
.dynamicfilter .two-column{grid-template-columns:calc(33.33% - 15px) calc(33.33% - 15px)}
.dynamicfilter .three-column{grid-template-columns:repeat(3,1fr)}
.dynamicfilter .cmp-dynamic-filter-filters{display:grid;grid-column-gap:15px;grid-row-gap:20px;width:70%}
.dynamicfilter .cmp-dynamic-filter-filters>div:nth-child(n+7){display:none}
.dynamicfilter .cmp-dynamic-filter-filters label{font-size:1.3rem;line-height:1.7rem;margin:0}
.dynamicfilter .cmp-dynamic-filter-filters label:first-letter {text-transform:capitalize !important}
.dynamicfilter .cmp-dynamic-filter-filters .custom-select-wrapper{position:relative;user-select:none;width:100%;margin-top:7px;font-size:1.5rem;color:#6d6e71}
.dynamicfilter .cmp-dynamic-filter-filters .custom-select-wrapper .custom-select{position:relative;display:flex;flex-direction:column}
.dynamicfilter .cmp-dynamic-filter-filters .custom-select-wrapper .custom-select .custom-select__trigger-wrapper{position:relative}
.dynamicfilter .cmp-dynamic-filter-filters .custom-select-wrapper .custom-select .custom-select__trigger{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 16px;min-height:45px;cursor:pointer;border:1px solid #6d6e71}
.dynamicfilter .cmp-dynamic-filter-filters .custom-select-wrapper .custom-select .custom-select__trigger span{margin-top:12px;margin-bottom:12px;line-height:2rem}
.dynamicfilter .cmp-dynamic-filter-filters .custom-select-wrapper .custom-select .custom-select__trigger .arrow{background:transparent url('dynamic-filter/css/img/down.svg') no-repeat;min-width:12.72px;min-height:6.36px;margin-left:8px}
.dynamicfilter .cmp-dynamic-filter-filters .custom-select-wrapper .custom-select .custom-select__mobile-trigger{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}
.dynamicfilter .cmp-dynamic-filter-filters .custom-select-wrapper .custom-select .custom-select__mobile-trigger.disabled{display:none}
.dynamicfilter .cmp-dynamic-filter-filters .custom-options{position:absolute;display:block;top:100%;left:0;right:0;border:1px solid #6d6e71;border-top:0;background-color:#fff;opacity:0;visibility:hidden;pointer-events:none;z-index:2;max-height:calc(100vh - 200px);overflow-y:scroll}
.dynamicfilter .cmp-dynamic-filter-filters .custom-options::-webkit-scrollbar{width:.6rem}
.dynamicfilter .cmp-dynamic-filter-filters .custom-options::-webkit-scrollbar-track{background-color:#f5f5f5}
.dynamicfilter .cmp-dynamic-filter-filters .custom-options::-webkit-scrollbar-thumb{background-color:#d7d7d7}
.dynamicfilter .cmp-dynamic-filter-filters .custom-options::-webkit-scrollbar-thumb:hover{background-color:#a7a9ac}
.dynamicfilter .cmp-dynamic-filter-filters .custom-options.disabled{display:none}
.dynamicfilter .cmp-dynamic-filter-filters .custom-select.open .custom-options{opacity:1;visibility:visible;pointer-events:all}
.dynamicfilter .cmp-dynamic-filter-filters .custom-option{position:relative;display:block;color:#3b3b3b;line-height:2rem;padding:12px 16px 13px;cursor:pointer}
@media(any-hover:hover){.dynamicfilter .cmp-dynamic-filter-filters .custom-option:hover{cursor:pointer;color:#cc0633;background-color:#f5f5f5}
}
.dynamicfilter .cmp-dynamic-filter-filters .custom-option.selected{display:flex;color:#000;background-color:#f5f5f5}
.dynamicfilter .cmp-dynamic-filter-filters .custom-option.selected:before{content:' ';display:block;background-image:url('dynamic-filter/css/img/checkmark.svg');background-size:10px;height:10px;width:10px;margin-top:6px;margin-right:8px}
.dynamicfilter .cmp-dynamic-filter-filters .custom-option.disabled{color:#a7a9ac}
@media(any-hover:hover){.dynamicfilter .cmp-dynamic-filter-filters .custom-option.disabled:hover{background-color:#fff;user-select:none;cursor:default}
}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-count{font-size:1.2rem;line-height:1.6rem;margin-top:30px;margin-bottom:20px}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-count span.cmp-dynamic-filter-filter-removal-list{margin-right:8px}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-count a{color:#6d6e71;text-decoration:underline}
@media(any-hover:hover){.dynamicfilter .cmp-dynamic-filter-result .cmp-result-count a:hover{color:#cc0633;cursor:pointer}
}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-count a.cmp-dynamic-filter-clear-all-filters{text-transform:uppercase}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-list{color:#414042;padding:0;list-style:none}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-list .cmp-result-item:before{content:none}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-list .cmp-result-item .cmp-result-list-title{margin:15px 0 5px 0}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-list .cmp-result-item .cmp-result-list-title a{font-family:'November','Arial',sans-serif;font-weight:800;font-stretch:83%;font-size:2.2rem;line-height:2.6rem;color:#414042;text-decoration:none}
@media(any-hover:hover){.dynamicfilter .cmp-dynamic-filter-result .cmp-result-list .cmp-result-item .cmp-result-list-title a:hover{color:#cc0633}
}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-list .cmp-result-item .cmp-result-list-date{margin:0 0 16px 0;font-size:1.3rem;line-height:1.7rem}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-list .cmp-result-item hr{border:1px solid #d7d7d7;border-bottom-width:0}
.dynamicfilter .cmp-dynamic-filter-result .card1{grid-template-columns:repeat(2,1fr)}
.dynamicfilter .cmp-dynamic-filter-result .card2{grid-template-columns:repeat(3,1fr)}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card{color:#414042;display:grid;grid-gap:30px}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item{border:1px solid #e6e7e8;display:flex;flex-direction:column}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item img{display:block;width:100%;margin:0}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content{padding:22px 20px 25px;flex-grow:1;display:flex;flex-direction:column}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content .cmp-result-card-date{display:inline-block;margin-bottom:1rem;color:#49484a;font-family:'November','Arial',sans-serif;font-weight:700;font-stretch:83%;font-size:1.5rem;line-height:2.2rem;background-color:#efefef;padding:.3rem .7rem}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content .cmp-result-card-title{font-family:'November','Arial',sans-serif;font-weight:800;font-stretch:83%;font-size:2.2rem;line-height:2.6rem}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content .cmp-result-card-title a{color:#414042;text-decoration:none}
@media(any-hover:hover){.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content .cmp-result-card-title a:hover{color:#cc0633}
}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content .cmp-result-card-filters{font-size:1.2rem;line-height:1.6rem}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content .cmp-result-card-filters ul{line-height:1.6rem;margin:0;padding:0}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content .cmp-result-card-filters ul>li{border:0;line-height:1.6rem;margin:0;padding:0;font-size:1.1rem;letter-spacing:.1rem;display:inline;text-transform:uppercase;color:#000}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content .cmp-result-card-filters ul>li:before{content:''}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content .cmp-result-card-filters ul>li:nth-child(n+2) span.filled:before{content:'\00a0\00a0\007c\00a0\00a0';color:#c1c1c1}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content .cmp-result-card-filters .cmp-result-card-filter1.filled{margin-top:12px}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content .cmp-result-card-filters .cmp-result-card-filter2.filled{margin-top:12px}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content .cmp-result-card-link{margin-top:auto !important;padding-top:31px}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content .cmp-result-card-link a{font-family:'November','Arial',sans-serif;font-weight:550;font-stretch:100%;font-size:1.2rem;line-height:1.6rem;color:#cc0633;text-transform:uppercase;text-decoration:none}
@media(any-hover:hover){.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content .cmp-result-card-link a:hover{text-decoration:underline}
}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-card .cmp-result-item .cmp-result-card-content p{margin-bottom:0}
.dynamicfilter .cmp-dynamic-filter-result .table{padding:0 !important}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table{width:100%;min-width:100% !important}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead{text-transform:uppercase;background:#a6192e;color:#fff}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column{padding:0;line-height:2.2rem;vertical-align:bottom;position:relative}
@media(any-hover:hover){.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column:hover{cursor:pointer}
}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column .table-head-display{margin:17px 32px 13px 18px}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column .table-head-display .table-head-display-label{visibility:hidden}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column .table-head-display .table-head-display-label,.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column .table-head-display .table-head-display-label-pseudo{font-family:'November','Arial',sans-serif;font-weight:800;font-stretch:83%;user-select:none;font-size:1.5rem;line-height:2.2rem}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column .table-head-display .table-head-display-label-pseudo{position:absolute;inset:auto 32px 13px 18px}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column .table-head-display .table-head-display-label-pseudo>span{position:relative}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column .table-head-display .table-head-display-label-pseudo .table-head-display-label-pseudo-text-last-word{position:relative}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column .table-head-display .table-head-display-label-pseudo.heading-text-reformatted .table-head-display-icon{visibility:visible}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column .table-head-display .table-head-display-icon{padding-left:5px;width:14px;position:absolute;left:100%;bottom:1px;visibility:hidden}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column .table-head-display .sort-ascending{content:url('dynamic-filter/css/img/ascending.svg');margin-top:auto;margin-bottom:12px}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column .table-head-display .sort-descending{content:url('dynamic-filter/css/img/descending.svg');margin-top:auto;margin-bottom:3px}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column .table-head-display .sort-ascending-descending{content:url('dynamic-filter/css/img/ascending-descending.svg');margin-top:auto;margin-bottom:3px}
@media only screen and (max-width:979px){.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column:nth-child(n+4){display:none}
}
@media only screen and (max-width:754px){.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table thead tr .cmp-result-table-column:nth-child(n+3){display:none}
}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table .cmp-result-item .cmp-result-table-column{font-size:1.6rem;line-height:2.2rem;padding:21px 16px 22px 16px;white-space:normal !important;overflow-wrap:break-word !important;height:auto}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table .cmp-result-item:nth-of-type(even){background:#f5f5f5}
@media only screen and (max-width:979px){.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table .cmp-result-item .cmp-result-table-column:last-child{display:flex;justify-content:space-between;vertical-align:middle;column-gap:20px}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table .cmp-result-item .cmp-result-table-column:last-child .overflow-toggle.deactivated{content:' ';display:block;background-image:url('dynamic-filter/css/img/expand.svg');margin:0;min-width:15px;height:15px}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table .cmp-result-item .cmp-result-table-column:last-child .overflow-toggle.activated{content:' ';display:block;background-image:url('dynamic-filter/css/img/collapse.svg');margin:0;min-width:15px;height:15px}
}
@media only screen and (max-width:754px){.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table tbody .cmp-result-item-overflow-1{position:relative}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table tbody .cmp-result-item-overflow-1:after{position:absolute;content:'';border-bottom:1px solid #d7d7d7;width:calc(100% - 16px - 16px - 15px - 17px);left:16px}
@-moz-document url-prefix(){:after{top:0}
}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table tbody .cmp-result-item-overflow-1 td{padding:21px 16px 4px 16px}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table tbody .cmp-result-item-overflow-1 td div{float:left;background-color:inherit;margin-right:38px;margin-bottom:18px;font-size:1.6rem;line-height:2.2rem}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table tbody .cmp-result-item-overflow-1 td div p{font-family:'November','Arial',sans-serif;font-weight:550;font-stretch:100%;font-size:1.1rem !important;line-height:1.5rem !important;margin:0 0 12px 0 !important;text-transform:uppercase}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table tbody .cmp-result-item-overflow-1:nth-of-type(even){background:#f5f5f5}
}
@media only screen and (max-width:754px) and not all and (min-resolution:.001dpcm){@supports(-webkit-appearance:none){.cmp-result-item-overflow-1{position:static;border-top:1px solid #d7d7d7}
.cmp-result-item-overflow-1:after{content:none !important}
}
}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table .cmp-result-item-overflow-1,.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table .cmp-result-item-overflow-2{display:table-row}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table .cmp-result-item-overflow-1 .cmp-result-table-column,.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table .cmp-result-item-overflow-2 .cmp-result-table-column{font-size:1.6rem;line-height:2.2rem;padding:21px 16px 22px 16px;display:table-cell}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table .cmp-result-item-overflow-1 .cmp-result-table-column p,.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table .cmp-result-item-overflow-2 .cmp-result-table-column p{font-family:'November','Arial',sans-serif;font-weight:550;font-stretch:100%;font-size:1.1rem !important;line-height:1.5rem !important;color:#414042 !important;margin:0 !important;padding-bottom:10px;text-transform:uppercase}
.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table a{color:#6d6f71;text-decoration:underline}
@media(any-hover:hover){.dynamicfilter .cmp-dynamic-filter-result .cmp-result-table a:hover{color:#cc0633}
}
.dynamicfilter .cmp-dynamic-filter-result .three-row-bundle tbody>div{position:relative}
.dynamicfilter .cmp-dynamic-filter-result .three-row-bundle tbody>div:after{position:absolute;content:'';border-bottom:1px solid #d7d7d7;width:calc(100% - 16px - 16px - 15px - 17px);left:16px}
@-moz-document url-prefix(){:after{top:0}
}
.dynamicfilter .cmp-dynamic-filter-result .three-row-bundle tbody>div:nth-of-type(4n+3){background:#f5f5f5}
.dynamicfilter .cmp-dynamic-filter-result .three-row-bundle tbody>div:nth-of-type(4n+4){background:#f5f5f5}
@media not all and (min-resolution:.001dpcm){@supports(-webkit-appearance:none){tbody>div{position:static;border-top:1px solid #d7d7d7}
tbody>div:after{content:none !important}
}
}
.dynamicfilter .cmp-dynamic-filter-result .two-row-bundle tbody div{position:relative}
.dynamicfilter .cmp-dynamic-filter-result .two-row-bundle tbody div:after{position:absolute;content:'';border-bottom:1px solid #d7d7d7;width:calc(100% - 16px - 16px - 15px - 17px);left:16px}
@-moz-document url-prefix(){:after{top:0}
}
.dynamicfilter .cmp-dynamic-filter-result .two-row-bundle tbody div:nth-of-type(even){background:#f5f5f5}
@media not all and (min-resolution:.001dpcm){@supports(-webkit-appearance:none){tbody>div{position:static;border-top:1px solid #d7d7d7}
tbody>div:after{content:none !important}
}
}
.dynamicfilter .cmp-dynamic-filter-result .button-wrapper{margin-top:32px;display:flex;justify-content:center;gap:15px}
.dynamicfilter .cmp-dynamic-filter-result .button-wrapper #cmp-dynamic-filter-show-more-button,.dynamicfilter .cmp-dynamic-filter-result .button-wrapper #cmp-dynamic-filter-show-all-button{background:#cc0633;border:1px #cc0633 solid;text-transform:uppercase;color:#fff;font-family:'November','Arial',sans-serif;font-weight:800;font-stretch:83%;font-size:1.4rem;line-height:2rem;padding:11px 40px}
@media(any-hover:hover){.dynamicfilter .cmp-dynamic-filter-result .button-wrapper #cmp-dynamic-filter-show-more-button:hover,.dynamicfilter .cmp-dynamic-filter-result .button-wrapper #cmp-dynamic-filter-show-all-button:hover{background:#fff;border:1px #cc0633 solid;color:#cc0633;cursor:pointer}
}
@media only screen and (max-width:700px){.dynamicfilter .cmp-dynamic-filter-result .button-wrapper{flex-wrap:wrap}
.dynamicfilter .cmp-dynamic-filter-result .button-wrapper #cmp-dynamic-filter-show-more-button,.dynamicfilter .cmp-dynamic-filter-result .button-wrapper #cmp-dynamic-filter-show-all-button{text-align:center;flex-basis:100%}
}
.dynamicfilter .hide{display:none !important}
@media only screen and (max-width:754px){.dynamicfilter .cmp-dynamic-filter-filters{width:100%;grid-template-columns:100%}
.dynamicfilter .cmp-search-bar,.dynamicfilter .cmp-dynamic-filter-filters{width:100% !important}
}
@media only screen and (max-width:527px){.dynamicfilter .card1{grid-template-columns:100% !important}
.dynamicfilter .card2{grid-template-columns:100% !important}
}