body.new-designs .matching-objects-panel{border-top:1px solid #d8d8d8;padding:48px 0}body.new-designs .matching-objects-panel .matching-objects-inner-panel{display:flex;flex-flow:column}body.new-designs .matching-objects-panel .matching-objects-inner-panel>div.matching-object-wrapper{margin-bottom:40px}body.new-designs .matching-objects-panel .matching-objects-inner-panel .matching-objects-filter-buttons{display:flex;flex-flow:row nowrap;justify-content:space-around;align-items:stretch;align-content:stretch;height:40px;margin-bottom:40px}body.new-designs .matching-objects-panel .matching-objects-inner-panel .matching-objects-filter-buttons>button{background-color:#fff;flex-grow:1;margin:0;border:1px solid #d0d0d0;border-right:0 none transparent;text-align:center;line-height:40px;font-size:14px;color:#757575;cursor:pointer}body.new-designs .matching-objects-panel .matching-objects-inner-panel .matching-objects-filter-buttons>button:hover{background-color:#d0d0d0}body.new-designs .matching-objects-panel .matching-objects-inner-panel .matching-objects-filter-buttons>button:last-child{border-right:1px solid #d0d0d0;border-radius:0 4px 4px 0}body.new-designs .matching-objects-panel .matching-objects-inner-panel .matching-objects-filter-buttons>button:first-child{border-radius:4px 0 0 4px}body.new-designs .matching-objects-panel .matching-objects-inner-panel .matching-objects-filter-buttons>button.active{background-color:var(--cm-color-action-button);color:#fff}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details{display:none}body.new-designs .matching-objects-panel .matching-objects-inner-panel>.matching-objects{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:row;column-gap:30px;row-gap:30px}body.new-designs .matching-objects-panel .matching-objects-inner-panel>.matching-objects>.matching-object{position:relative}@media only screen and (max-width:1169px){body.new-designs .matching-objects-panel .matching-objects-inner-panel>.matching-objects{grid-template-columns:50% 50%}}@media only screen and (max-width:1024px){body.new-designs .matching-objects-filter-buttons-wrapper{display:contents}body.new-designs .matching-objects-filter-buttons-wrapper>span{display:none}body.new-designs .matching-objects-panel{padding:32px 0}body.new-designs .matching-objects-panel .matching-objects-inner-panel .matching-objects-filter-buttons{flex-flow:row wrap;margin-bottom:32px;height:initial}}@media only screen and (max-width:767px){body.new-designs .matching-objects-panel .matching-objects-inner-panel .matching-objects-filter-buttons{display:block}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details{display:block;border:1px solid #d8d8d8;margin-bottom:15px;background-color:#fff}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details>summary{padding:10px 15px;background-color:var(--cm-color-action-button);list-style-type:none;font-weight:medium;font-size:15px;color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:pointer}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details>summary::-webkit-details-marker{display:none}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details>summary::before{content:""}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details>summary::after{display:block;content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-size:16px 16px;height:16px;width:16px}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details>summary>span:not(*[data-icon]){flex-grow:1}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details>summary svg{fill:white}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details[open]>summary::before{content:""}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details[open]>summary::after{display:block;content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");background-size:16px 16px;height:16px;width:16px}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details .matching-objects-filter-buttons{display:block}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details ul{margin:0;padding:0}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details ul li{list-style-type:none}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details ul li>button{width:100%;border:0 none transparent;text-align:left;padding:10px 25px;background-color:#fff;font-size:14px;color:#525e65}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details ul li>button:hover{background-color:#f8f9fa}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details ul li>button>span.checkbox{width:26px;height:26px;display:inline-block;border:1px solid #949494;border-radius:3px;margin-right:15px;line-height:23px;text-align:center}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details ul li>button>span.checkbox>svg{width:20px;height:20px;color:#fff}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details ul li>button:not(.active)>span.checkbox{background-color:#fff}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details ul li>button.active{color:var(--cm-color-action-button);font-weight:bolder}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details ul li>button.active>span.checkbox{background-color:var(--cm-color-action-button)}body.new-designs .matching-objects-panel .matching-objects-inner-panel>details ul li:first-child{border-bottom:1px solid #d8d8d8}body.new-designs .matching-objects-panel .matching-objects-inner-panel>.matching-objects{width:100%;display:flex;flex-flow:column nowrap}body.new-designs .matching-objects-panel .matching-objects-inner-panel>.matching-objects>.matching-object{position:relative;margin-bottom:15px}body.new-designs .matching-objects-panel .matching-objects-inner-panel>.matching-objects>.matching-object .smallCard-image-wrapper{min-height:215px}}@media only screen and (min-width:1024px){body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>.matching-objects{grid-template-columns:50% 50%}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel{padding:32px 0}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel .matching-objects-filter-buttons{flex-flow:row wrap;margin-bottom:32px;height:initial}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel .matching-objects-filter-buttons{display:block}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details{display:block;border:1px solid #d8d8d8;margin-bottom:15px;background-color:#fff}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details>summary{padding:10px 15px;background-color:var(--cm-color-action-button);list-style-type:none;font-weight:medium;font-size:15px;color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:pointer}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details>summary::-webkit-details-marker{display:none}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details>summary::before{content:""}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details>summary::after{display:block;content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-size:16px 16px;height:16px;width:16px}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details>summary>span:not(*[data-icon]){flex-grow:1}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details>summary svg{fill:white}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details[open]>summary::before{content:""}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details[open]>summary::after{display:block;content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");background-size:16px 16px;height:16px;width:16px}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details .matching-objects-filter-buttons{display:block}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details ul{margin:0;padding:0}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details ul li{list-style-type:none}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details ul li>button{width:100%;border:0 none transparent;text-align:left;padding:10px 25px;background-color:#fff;font-size:14px;color:#525e65}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details ul li>button:hover{background-color:#f8f9fa}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details ul li>button>span.checkbox{width:26px;height:26px;display:inline-block;border:1px solid #949494;border-radius:3px;margin-right:15px;line-height:23px;text-align:center}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details ul li>button>span.checkbox>svg{width:20px;height:20px;color:#fff}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details ul li>button:not(.active)>span.checkbox{background-color:#fff}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details ul li>button.active{color:var(--cm-color-action-button);font-weight:bolder}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details ul li>button.active>span.checkbox{background-color:var(--cm-color-action-button)}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>details ul li:first-child{border-bottom:1px solid #d8d8d8}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>.matching-objects{width:100%;display:flex;flex-flow:column nowrap}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>.matching-objects>.matching-object{position:relative;margin-bottom:15px}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel .matching-objects-inner-panel>.matching-objects>.matching-object .smallCard-image-wrapper{min-height:215px}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-panel{margin:0;padding:0;background-color:transparent;border:0 none transparent}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons{display:block}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>span{font-size:17px;font-weight:bold;color:var(--cm-color-text-default);padding:0;line-height:80px}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details{display:inline-block;border:0 none transparent;margin-bottom:15px;background-color:#fff;margin-top:20px}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details>summary{padding:10px 15px;background-color:var(--cm-color-action-button);list-style-type:none;font-weight:medium;font-size:15px;color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:pointer;max-height:32px;border-radius:4px;line-height:initial}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details>summary::-webkit-details-marker{display:none}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details>summary::before{content:""}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details>summary::after{display:block;content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-size:16px 16px;height:16px;width:16px}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details>summary>span:not(*[data-icon]){flex-grow:1}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details>summary svg{fill:white}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details[open]>summary::before{content:""}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details[open]>summary::after{display:block;content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");background-size:16px 16px;height:16px;width:16px}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details .matching-objects-filter-buttons{display:block}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details ul{margin:0;padding:0}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details ul li{list-style-type:none}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details ul li>button{width:100%;border:0 none transparent;text-align:left;padding:10px 25px;background-color:#fff;font-size:14px;color:#525e65}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details ul li>button:hover{background-color:#f8f9fa}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details ul li>button>span.checkbox{width:26px;height:26px;display:inline-block;border:1px solid #949494;border-radius:3px;margin-right:15px;line-height:23px;text-align:center}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details ul li>button>span.checkbox>svg{width:20px;height:20px;color:#fff}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details ul li>button:not(.active)>span.checkbox{background-color:#fff}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details ul li>button.active{color:var(--cm-color-action-button);font-weight:bolder}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details ul li>button.active>span.checkbox{background-color:var(--cm-color-action-button)}body.new-designs .bottom-widget-wrapper .small-matching-objects .matching-objects-filter-buttons-wrapper>details ul li:first-child{border-bottom:1px solid #d8d8d8}}