.brand-logo img {
width: 130px;
}

.banner .splide picture img {
	filter: brightness(0.8) !important;
}

.header {
	border-bottom: none;
}

.offcanvas {
background: var(--cassiopeia-color-primary-thead);
}

.home .component h1 .line-animate {
	background: var(--cassiopeia-color-primary-btns);
}


.home .component {
	background-color: var(--cassiopeia-color-primary-sbtns);
	color: white;
}

.staff-image {
	cursor: pointer;
}

.getsocial-cta div.social-icon .fab, .getsocial-cta div.social-icon .fas {
	color: white;
}

.getsocial-cta .social-icon .fa-threads path, .get-social .twitter-x path, .fa-threads path {
	fill: white;
}

.zw-bottom-a i {
	color: var(--cassiopeia-color-primary-btns);
}

.staff-card-holder .staff-card .front {
	background: none;
}

.ribbon-exchanged {
fill: var(--cassiopeia-color-text)!important;
}
.ribbon-soldstc {
fill: var(--cassiopeia-color-text) !important;
}
.zw-calculator {
margin-top:80px ;
}

@media (max-width:979px){
	#testimonial-splide .splide__arrow--prev,
	#testimonial-splide .splide__arrow--next {
		display: none !important;
	}
}

@media(min-width:1200px) {
	#testimonial-splide {
		padding: 0 80px;
	}
}

@media(min-width:1600px){
#testimonial-splide .splide__arrow--prev {
	left: -4em !important;
}

#testimonial-splide .splide__arrow--next {
	right: -4em !important;
}
}