.testimonials-hubdb{
	scroll-margin-top:160px;
}
{#******* FILTERS *******#}
.hubdb__filters{
  display: flex; 
  justify-content: space-between;
	gap:20px;
}
.hubdb__filter-field{
	width:100%;
}
.hubdb__filter-field input,
.hubdb__filter-field select{
  padding: 8px 12px;
	width:100%;
	height: 50px;
	border-radius: 2px;
  border: 1px solid var(--primary);
	font-weight:700;
	color: var(--complementary2);
}
.hubdb__filter-field input:focus,
.hubdb__filter-field select:focus{
  outline:none;
}
.hubdb__filter-field select option{
	font-weight:700;
}
.hubdb__filter-field select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M0.470894 1.66577L3.98518 5.18006C4.01083 5.20739 4.04181 5.22917 4.07621 5.24406C4.11061 5.25896 4.1477 5.26664 4.18518 5.26664C4.22266 5.26664 4.25975 5.25896 4.29415 5.24406C4.32855 5.22917 4.35953 5.20739 4.38518 5.18006L7.89947 1.66577' stroke='%233D3D3D' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
}
.hubdb__filter-field input::placeholder,{
	color: var(--tertiary);
}
.hubdb__filter-field input[type="checkbox"],
.hubdb__filter-field input[type="radio"]{
  display: block;
}

.hubdb__filter-field label{
  display: block;
}
.hubdb__filter-field--multiselect:not(.hubdb--SELECT){
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hubdb__filter--checkbox-subfield{
  text-align: center;
  margin: 0 10px;
}
.hubdb__filter--checkbox-subfield label{
  display: block;
}
.hubdb__filter-subfield{
  margin: 10px;
}
.hubdb__not-found-results{
	color:var(--complementary);
	width:100%;
	text-align:center;
}
.hubdb__information .hubdb__card-button.button {
  margin: unset;
  display: inline-block;
	text-transform:uppercase;
	margin-bottom:8px;
}
.home-for-sales-hubdb .hubdb__load-more{
	display: none;
}
.hubdb__load-more.button.button--active {
  display: flex;
  justify-content: center;
  margin: 64px auto 32px;
  width: fit-content;
}

{#******* PAGINATION *******#}
.hubdb__pagination{
  margin: 40px auto 0;
  text-align: center;
  width: fit-content;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.hubdb__pagination-container{
  padding: 0 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.hubdb__button-prev,
.hubdb__button-next{
	pointer-events: none;
  cursor: initial;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
	text-decoration:none;
	background-color:transparent;
	border: 1px solid var(--primary);
}
.hubdb__button-prev.button--active,
.hubdb__button-next.button--active{
  pointer-events: initial;
  cursor: pointer;
}
.hubdb__button-prev:hover,
.hubdb__button-next:hover{
	opacity:1;
}
.hubdb--pagination-hide .hubdb__button-prev,
.hubdb--pagination-hide .hubdb__button-next{
	display:none;
	transition: all .3s ease;
}
.hubdb__button-prev{
  left: -32px;
}
.hubdb__button-next{
  right: -32px;
}
.hubdb__button-page {
	width:40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
	text-decoration:none;
	transition: all .3s ease;
	font-size:13px;
	line-height:0;
}
.hubdb__button-page--active{
	pointer-events:none;
}
.hubdb__button-page:hover{
	text-decoration:none;
}
{#******* CARD *******#}
.testimonials-hubdb__card,
.testimonials-hubdb__row{
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content:space-between;
}
.testimonials-hubdb__title{
  text-align:center;
	margin-bottom:30px;
}
.testimonials-hubdb__container{
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.testimonials-hubdb__stars,
.testimonials-hubdb__quote{
	line-height:0;
}
.testimonials-hubdb__path-card{
	display:none;
}
.testimonials-hubdb__name,
.testimonials-hubdb__title-name{
	margin:0;
	font-weight:400;
}
.testimonials-hubdb__name{
	font-weight:700;
}
.testimonials-hubdb__caption{
	margin:0;
}
.hubdb--hide{
	display:none;
}

{#***************** SLIDER **********************#}
.testimonials-hubdb--swiper.swiper{
	position:revert;
	margin:0 auto;
}
.testimonials-hubdb__swiper-wrapper.swiper-wrapper{
	height:auto;
}
.testimonials-hubdb__swiper-pagination.swiper-pagination{
	position:relative;
	bottom:0!important;
}
.testimonials-hubdb__swiper-pagination .swiper-pagination-bullet{
	opacity:1;
	transition:all .3s ease;
}
.testimonials-hubdb__content-slider{
	display: flex;
	justify-content: center;
	gap:28px;
}
.testimonials-hubdb__swiper-slide{
	row-gap:30px;
}
.testimonials-hubdb__swiper-slide .testimonials-hubdb__row{
	row-gap:30px;
}
.testimonials-hubdb__slider-name,
.testimonials-hubdb__slider-title{
	margin:0;
	text-align:start;
}
.testimonials-hubdb__slider-image{
	width:60px;
	height:60px;
	overflow:hidden;
	border-radius:50%;
}
.testimonials-hubdb__slider-image img{
	object-fit: cover;
}
.testimonials-hubdb--hide{
	display:none;
}
{#******* CARD V2 *******#}
.testimonials-hubdb__card--v2 .testimonials-hubdb__caption > *{
	margin:0;
}


{#*************** MEDIA QUERYS ***************#}
@media screen and (max-width: 992px){
  .hubdb__filters{
    flex-wrap: wrap;
    align-items: center;
	}
	.hubdb__filter-field{
		width:48%;
	}
  .testimonials-hubdb__card{
    margin: 0 auto;
    height: fit-content;
    flex-direction: column;
    align-items: stretch;
    max-width: 818px;
    width: 100%;
  }
}
@media(max-width:765px){
	.hubdb__filter-field{
		width:100%;
	}
}
