.q-customers-carousel {
	color: #1D2737;
}

.q-customers-carousel__container {
	overflow: visible;
}

.q-customers-carousel__slide {
	max-width: 520px;
}

/* all square should be block since the might be links */
.q-customers-carousel__slide .q-square {
	display: block;
}

.q-customers-case-studies {
	flex-wrap: wrap;
}

@media (min-width: 840px) {
	.q-customers-case-studies {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
}

.q-customers-case-studies__item {
	color: inherit;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	margin-bottom: 30px;
	text-align: center;
	background: #F7FAFC;
	border: 1px solid #E1EDF5;
	border-radius: 2px;
	transform: translate3d(0, 0, 0);
	transition: background-color 0.4s cubic-bezier(0, 1, 0.75, 1), box-shadow 0.4s cubic-bezier(0, 1, 0.75, 1), transform 0.4s cubic-bezier(0, 1, 0.75, 1);
}

.q-customers-case-studies__item:focus {
	outline: none;
}

@media (min-width: 840px) {
	.q-customers-case-studies__item {
		padding: 30px 15px 45px;
		margin: 0 0 30px;
		width: calc(33.3% - 20px);
		min-height: 450px;
	}
}

.q-customers-case-studies__item--highlight,
.q-customers-case-studies__item:hover {
	background: #FFF;
	transform: translate3d(0, -5px, 0);
	box-shadow: 0 11px 22px 0 rgba(170, 177, 188, 0.2);
}

.q-customers-case-studies__item--highlight .q-customers-case-studies__img,
.q-customers-case-studies__item:hover .q-customers-case-studies__img {
	-webkit-filter: contrast(1) grayscale(0);
	        filter: contrast(1) grayscale(0);
}

.q-customers-case-studies__time {
	font-size: 16px;
	letter-spacing: 0.012em;
	line-height: 1.75;
}

.q-customers-case-studies__type {
	font-family: Gotham, sans-serif;
	font-size: 12px;
	letter-spacing: 0.025em;
	line-height: 2;
	text-transform: uppercase;
}

.q-customers-case-studies__anchor {
	align-self: flex-end;
}

.q-customers-case-studies__title {
	font-size: 18px;
	color: #30405B;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	letter-spacing: -0.013em;
}

@media (min-width: 375px) {
	.q-customers-case-studies__title {
		font-size: 18px;
		font-size: calc(0.00219 * 100vw + (17.18033px));
	}
}

@media (min-width: 1290px) {
	.q-customers-case-studies__title {
		font-size: 20px;
	}
}

.q-customers-case-studies__image {
	margin: 30px auto;
}

@media (min-width: 840px) {
	.q-customers-case-studies__image {
		margin: 0 auto;
	}
}

.q-customers-case-studies__img {
	transition: 0.4s cubic-bezier(0, 1, 0.75, 1);
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 140px;
	height: 80px;
	margin: 0 auto;
}

.q-customers-case-studies__category {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: Gotham, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.048em;
}

.q-customers-case-studies__category span:first-child {
	position: relative;
	padding-right: 0.8em;
	margin-right: 0.8em;
}

.q-customers-case-studies__category span:first-child::after {
	content: ":";
	position: absolute;
	right: 0;
	margin: auto 0;
	width: 1px;
	height: 1em;
	color: #B5D1E7;
}

.testimonials-carousel__container {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (min-width: 720px) {
	.testimonials-carousel__container {
		padding-top: 8.39161%;
		padding-bottom: 8.39161%;
	}
}

@media (min-width: 1430px) {
	.testimonials-carousel__container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (max-width: 1079px) {
	.testimonials-carousel__container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 720px) and (max-width: 1079px) {
	.testimonials-carousel__container .q-grid__inner {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 375px) and (max-width: 719px) {
	.testimonials-carousel__container .q-grid__inner {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.q-customers-testimonials {
	padding-top: 0;
}

.q-customers-testimonials__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 375px) {
	.q-customers-testimonials__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 720px) {
	.q-customers-testimonials__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1080px) {
	.q-customers-testimonials__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}

.q-customers-testimonials__container-inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media (min-width: 1080px) {
	.q-customers-testimonials__container-inner {
		width: 82.94574%;
	}
}

@media (min-width: 720px) {
	.q-customers-testimonials__cta {
		position: absolute;
		top: 1px;
		right: 0;
	}
}

.q-customers-testimonials__heading {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 26px;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	color: #262626;
	margin-bottom: 0.875em;
}

@media (min-width: 375px) {
	.q-customers-testimonials__heading {
		font-size: 26px;
		font-size: calc(0.0153 * 100vw + (20.2623px));
	}
}

@media (min-width: 1290px) {
	.q-customers-testimonials__heading {
		font-size: 40px;
	}
}

@media (min-width: 720px) {
	.q-customers-testimonials__heading {
		max-width: 11.36364em;
	}
}

.q-customers-testimonials__copy {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 15px;
	letter-spacing: 0.015em;
	line-height: 1.625;
	font-family: Caecilia, serif;
	margin-bottom: 2em;
	line-height: 1.77778;
	letter-spacing: -0.01em;
}

@media (min-width: 375px) {
	.q-customers-testimonials__copy {
		font-size: 15px;
		font-size: calc(0.00328 * 100vw + (13.77049px));
	}
}

@media (min-width: 1290px) {
	.q-customers-testimonials__copy {
		font-size: 18px;
	}
}

.q-customers-testimonials__content {
	margin-top: 4.16667em;
	transition: height 200ms 200ms;
	overflow: hidden;
}

.q-customers-testimonials__content--hidden {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.testimonials-carousel__wrapper {
	overflow-x: hidden;
}

.q-customers-testimonials__carousel {
	margin-top: 2.5em;
}

@media (min-width: 720px) {
	.q-customers-testimonials__carousel {
		margin-top: 1.38889em;
	}
}

.q-customers-testimonials__pagination {
	display: flex;
	justify-content: flex-start;
	position: relative;
	top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 720px) {
	.q-customers-testimonials__pagination {
		justify-content: flex-end;
		height: 44px;
		top: -45px;
		padding-left: 0;
		padding-right: 0;
	}
}

.q-customers-hero {
	color: #ED2E26;
}

@media (min-width: 480px) {
	.q-customers-hero {
		padding-bottom: 40px;
	}
}

@media (min-width: 720px) {
	.q-customers-hero {
		padding-bottom: 0;
	}
}

.q-customers-hero__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 45px;
}

@media (min-width: 375px) {
	.q-customers-hero__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 720px) {
	.q-customers-hero__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1080px) {
	.q-customers-hero__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}

@media (min-width: 720px) {
	.q-customers-hero__container {
		padding-top: 6.99301%;
	}
}

@media (min-width: 1430px) {
	.q-customers-hero__container {
		padding-top: 100px;
	}
}

.q-customers-hero__content {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1080px) {
	.q-customers-hero__content {
		width: 82.94574%;
	}
}

.q-customers-hero__splash {
	position: relative;
	padding-top: 6.58915%;
}

@media (min-width: 1280px) {
	.q-customers-hero__splash {
		margin-bottom: 6.99301%;
	}
}

.q-customers-hero__heading {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 34px;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	color: #262626;
	will-change: opacity, transform;
	opacity: 0;
	margin-bottom: 0.34091em;
	max-width: 19.09091em;
	font-weight: 500;
}

@media (min-width: 375px) {
	.q-customers-hero__heading {
		font-size: 34px;
		font-size: calc(0.01093 * 100vw + (29.90164px));
	}
}

@media (min-width: 1290px) {
	.q-customers-hero__heading {
		font-size: 44px;
	}
}

.q-customers-hero__subheading {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 22px;
	font-family: Gotham, sans-serif;
	font-weight: 300;
	letter-spacing: -0.015em;
	line-height: 1.16667;
	color: #6A778B;
	will-change: opacity, transform;
	opacity: 0;
	margin-bottom: 0.83333em;
	max-width: 19.44444em;
	min-height: 2.33333em;
}

@media (min-width: 375px) {
	.q-customers-hero__subheading {
		font-size: 22px;
		font-size: calc(0.0153 * 100vw + (16.2623px));
	}
}

@media (min-width: 1290px) {
	.q-customers-hero__subheading {
		font-size: 36px;
	}
}

.q-customers-hero__image {
	will-change: opacity, transform;
	opacity: 0;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	min-height: 390px;
	background-color: #F7FAFC;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.q-customers-hero__image::before {
	content: "";
	display: block;
	padding-bottom: 39.53488%;
}

@media (min-width: 480px) {
	.q-customers-hero__image {
		display: block;
	}
}

.q-customers-hero__box-wrap {
	will-change: opacity, transform;
	opacity: 0;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: 8.52713%;
	width: 360px;
	max-width: 100%;
}

@media (min-width: 720px) {
	.q-customers-hero__box-wrap {
		width: 40.31008%;
		min-width: 420px;
	}
}

@media (min-width: 1280px) {
	.q-customers-hero__box-wrap {
		top: 110px;
	}
}

.q-customers-quotes__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 375px) {
	.q-customers-quotes__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 720px) {
	.q-customers-quotes__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1080px) {
	.q-customers-quotes__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}

.q-customers-quotes__inner {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1080px) {
	.q-customers-quotes__inner {
		width: 82.94574%;
	}
}

@media (min-width: 720px) {
	.q-customers-quotes__row {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
		align-items: stretch;
	}
}

.q-customers-quotes__item {
	margin-bottom: 30px;
	width: 330px;
	max-width: 100%;
	position: relative;
}

@media (min-width: 720px) {
	.q-customers-quotes__item {
		flex: none;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
		display: flex;
		flex-direction: column;
		margin-bottom: 7.27273%;
	}
}

@media (min-width: 1080px) {
	.q-customers-quotes__item {
		flex: none;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.33333%;
		display: flex;
		flex-direction: column;
		margin-bottom: 7.27273%;
	}
}

.q-customers-quotes__item::after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 0;
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	background: rgba(170, 177, 188, 0.3);
}
.q-customers-quotes__image-container {
	display: flex;
	width: 100%;
	max-width: 330px;
	height: auto;
}
.q-customers-quotes__image-wrapper {
	position: relative;
	height: 0;
	padding-top: 65.5%;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 2px;
	width: 100%;
	max-width: 330px;
}
.q-customers-quotes__image {
	transition: transform 0.3s;
	transform-origin: 65% 75%;
	position: absolute;
	left: 0;
	top: 0;
}
.q-customers-quotes__image-wrapper:hover .q-customers-quotes__image {
	transform: scale(1.2);
}

.q-customers-quotes__category {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: Gotham, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.048em;
}

.q-customers-quotes__category span:first-child {
	position: relative;
	padding-right: 0.8em;
	margin-right: 0.8em;
}

.q-customers-quotes__category span:first-child::after {
	content: ":";
	position: absolute;
	right: 0;
	margin: auto 0;
	width: 1px;
	height: 1em;
	color: #B5D1E7;
}

.q-customers-quotes__quote {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 14px;
	letter-spacing: 0.015em;
	line-height: 1.625;
	font-family: Caecilia, serif;
	display: block;
	opacity: 0.8;
	margin-bottom: 1.25em;
	font-style: italic;
}

@media (min-width: 375px) {
	.q-customers-quotes__quote {
		font-size: 14px;
		font-size: calc(0.00219 * 100vw + (13.18033px));
	}
}

@media (min-width: 1290px) {
	.q-customers-quotes__quote {
		font-size: 16px;
	}
}

.q-customers-quotes__quote::before {
	content: open-quote;
}

.q-customers-quotes__quote::after {
	content: close-quote;
}

.q-customers-quotes__name {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 15px;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	color: #262626;
	display: block;
	margin-bottom: 0.55556em;
}

@media (min-width: 375px) {
	.q-customers-quotes__name {
		font-size: 15px;
		font-size: calc(0.00328 * 100vw + (13.77049px));
	}
}

@media (min-width: 1290px) {
	.q-customers-quotes__name {
		font-size: 18px;
	}
}

.q-customers-quotes__role {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 14px;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	color: #262626;
	display: block;
	margin-bottom: 10px;
	max-width: 20.66667em;
	font-weight: 500;
	line-height: 1.2;
}

@media (min-width: 375px) {
	.q-customers-quotes__role {
		font-size: 14px;
		font-size: calc(0.00109 * 100vw + (13.59016px));
	}
}

@media (min-width: 1290px) {
	.q-customers-quotes__role {
		font-size: 15px;
	}
}

.q-customers-quotes__cta {
	margin-bottom: 30px;
	color: #2E8BE0;
}

.q-customers-story-filter {
	z-index: 2;
	position: relative;
	padding: 50px 0 20px;
	height: auto;
	background: #FFF;
}

.q-customers-story-filter__label {
	font-size: 16px;
	margin-right: 0.55556em;
	font-family: Gotham, sans-serif;
	font-weight: 300;
	line-height: 1.16667em;
	color: #627281;
	letter-spacing: -0.03em;
}

@media (min-width: 375px) {
	.q-customers-story-filter__label {
		font-size: 16px;
		font-size: calc(0.02186 * 100vw + (7.80328px));
	}
}

@media (min-width: 1290px) {
	.q-customers-story-filter__label {
		font-size: 36px;
	}
}

.q-customers-story-filter__dropdown {
	display: inline-block;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	cursor: pointer;
}

@media (min-width: 720px) {
	.q-customers-story-filter__dropdown {
		margin: 0.7em 0;
	}
}

.q-customers-story-filter__dropdown-select {
	padding: 0;
	margin: 0;
	list-style: none;
}

.q-customers-story-filter__dropdown-title {
	font-size: 16px;
	display: block;
	position: relative;
	padding: 5px 40px 5px 10px;
	margin-right: 0.55556em;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.16667em;
	color: #627281;
	border: 1px solid #CBDAE6;
	border-radius: 2px;
	background: #FFF url(https://ik.imagekit.io/qualys/image/icon/chevron-selectbox.svg) right 15px center no-repeat;
	background-size: 16px;
    background-position: 96% 60%;
}

@media (min-width: 375px) {
	.q-customers-story-filter__dropdown-title {
		font-size: 16px;
		font-size: calc(0.02186 * 100vw + (7.80328px));
		background-size: 20px;
	}
}

@media (min-width: 720px) {
	.q-customers-story-filter__dropdown-title {
		background-size: 24px;
	}
}

@media (min-width: 1290px) {
	.q-customers-story-filter__dropdown-title {
		font-size: 36px;
	}
}

.q-customers-story-filter__dropdown-title:hover {
	background-color: #F7FAFC;
}

.q-customers-story-filter__dropdown-menu {
	display: block;
	position: absolute;
	z-index: 1;
	padding: 0;
	margin: -1px 0 0 0;
	max-height: 9999px;
	border: 1px solid #CBDAE6;
	border-radius: 2px;
	overflow: hidden;
	list-style: none;
	transform: scaleY(1);
	transform-origin: 50% 0;
}

.q-customers-story-filter__dropdown-menu--hidden {
	max-height: 0;
	transform: scaleY(0);
}

.q-customers-story-filter__dropdown-item {
	font-size: 16px;
	display: block;
	position: relative;
	padding: 10px 20px 10px 10px;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.2em;
	color: #627281;
	background: #FFF;
}

@media (min-width: 375px) {
	.q-customers-story-filter__dropdown-item {
		font-size: 16px;
		font-size: calc(0.00437 * 100vw + (14.36066px));
	}
}

@media (min-width: 1290px) {
	.q-customers-story-filter__dropdown-item {
		font-size: 20px;
	}
}

.q-customers-story-filter__dropdown-item--selected {
	display: none;
}

.q-customers-story-filter__dropdown-item:hover {
	background-color: #F7FAFC;
}

.filter-component {
	margin-bottom: 8.39161%;
}

.q-customers-practices {
	padding-top: 0;
	padding-bottom: 0;
}

.q-customers-practices__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 375px) {
	.q-customers-practices__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 720px) {
	.q-customers-practices__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1080px) {
	.q-customers-practices__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}

.q-customers-practices__container-inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media (min-width: 1080px) {
	.q-customers-practices__container-inner {
		width: 82.94574%;
	}
}

.q-customers-practices__row {
	transition: height 200ms 200ms;
}

@media (min-width: 720px) {
	.q-customers-practices__row {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
		align-items: stretch;
		justify-content: space-between;
	}
}

.q-customers-practices__row--hidden {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.q-customers-practices__content {
	margin-top: 4.16667em;
}

.q-customers-practices__heading {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 26px;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	color: #262626;
	margin-bottom: 0.875em;
}

@media (min-width: 375px) {
	.q-customers-practices__heading {
		font-size: 26px;
		font-size: calc(0.0153 * 100vw + (20.2623px));
	}
}

@media (min-width: 1290px) {
	.q-customers-practices__heading {
		font-size: 40px;
	}
}

@media (min-width: 720px) {
	.q-customers-practices__heading {
		max-width: 11.36364em;
	}
}

.q-customers-practices__copy {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 15px;
	letter-spacing: 0.015em;
	line-height: 1.625;
	font-family: Caecilia, serif;
	margin-bottom: 10px;
	max-width: 30em;
	line-height: 1.77778;
	letter-spacing: -0.01em;
}

@media (min-width: 375px) {
	.q-customers-practices__copy {
		font-size: 15px;
		font-size: calc(0.00328 * 100vw + (13.77049px));
	}
}

@media (min-width: 1290px) {
	.q-customers-practices__copy {
		font-size: 18px;
	}
}

.q-customers-practice-item {
	flex: 0 1 auto;
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
}

@media (min-width: 720px) {
	.q-customers-practice-item {
		flex: none;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
}

@media (min-width: 1080px) {
	.q-customers-practice-item {
		margin-bottom: 60px;
	}
}

@media (pointer: fine),
	(-moz-touch-enabled: 0) {
	.q-customers-practice-item:hover .q-customers-practice-item__img {
		-webkit-filter: contrast(1) grayscale(0);
		        filter: contrast(1) grayscale(0);
	}
}

.q-customers-practice-item__wrap {
	height: 100%;
	border-bottom: 1px solid #EBECEF;
}

@media (min-width: 720px) {
	.q-customers-practice-item__wrap {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 1080px) {
	.q-customers-practice-item__wrap {
		flex-direction: row;
	}
}

.q-customers-practice-item__heading {
	font-size: 18px;
	margin-top: 0;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	color: #30405B;
	letter-spacing: -0.016em;
	line-height: 1.15em;
}

@media (min-width: 375px) {
	.q-customers-practice-item__heading {
		font-size: 18px;
		font-size: calc(0.00219 * 100vw + (17.18033px));
	}
}

@media (min-width: 1290px) {
	.q-customers-practice-item__heading {
		font-size: 20px;
	}
}

.q-customers-practice-item__cta {
	margin-top: auto;
	margin-bottom: 30px;
	color: #2E8BE0;
}

.q-customers-practice-item__image {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	min-width: 190px;
	height: 140px;
	background: #F7FAFC;
}

.q-customers-practice-item__img {
	margin: auto;
	transition: 200ms -webkit-filter linear;
	transition: 200ms filter linear;
	transition: 200ms filter linear, 200ms -webkit-filter linear;
	-webkit-filter: contrast(0) grayscale(1);
	        filter: contrast(0) grayscale(1);
	max-height: 90px;
	max-width: 120px;
}

.q-customers-practice-item__content {
	display: flex;
	flex-direction: column;
}

@media (min-width: 720px) {
	.q-customers-practice-item__content {
		margin-left: 30px;
	}
}

.q-customers-practice-item__category {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
	font-size: 10.5px;
	font-family: Gotham, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.048em;
}

.q-customers-practice-item__category span:first-child {
	position: relative;
	padding-right: 0.8em;
	margin-right: 0.8em;
}

.q-customers-practice-item__category span:first-child::after {
	content: ":";
	position: absolute;
	right: 0;
	margin: auto 0;
	width: 1px;
	height: 1em;
	color: #B5D1E7;
}

.q-customers-success {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #F7FAFC;
	margin-top: 60px;
	margin-bottom: 60px;
}

@media (min-width: 720px) {
	.q-customers-success {
		padding-top: 8.39161%;
		padding-bottom: 8.39161%;
		margin-top: 8.39161%;
		margin-bottom: 8.39161%;
	}
}

@media (min-width: 1430px) {
	.q-customers-success {
		padding-top: 120px;
		padding-bottom: 120px;
		margin-top: 120px;
		margin-bottom: 120px;
	}
}

@media (min-width: 1430px) {
	.q-customers-success {
		padding-top: 100px;
		margin-top: 100px;
	}
}

.q-customers-success__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 375px) {
	.q-customers-success__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 720px) {
	.q-customers-success__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1080px) {
	.q-customers-success__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}

.q-customers-success__container-inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media (min-width: 1080px) {
	.q-customers-success__container-inner {
		width: 82.94574%;
	}
}

.q-customers-success__heading {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 26px;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	color: #262626;
	margin-bottom: 0.75em;
}

@media (min-width: 375px) {
	.q-customers-success__heading {
		font-size: 26px;
		font-size: calc(0.0153 * 100vw + (20.2623px));
	}
}

@media (min-width: 1290px) {
	.q-customers-success__heading {
		font-size: 40px;
	}
}

@media (min-width: 720px) {
	.q-customers-success__heading {
		max-width: 11.36364em;
	}
}

.q-customers-success__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 4.16667em;
	transition: height 200ms 200ms;
}

@media (min-width: 840px) {
	.q-customers-success__content {
		flex-direction: row;
	}
}

.q-customers-success__content--hidden {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.q-customers-success__copy {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 15px;
	letter-spacing: 0.015em;
	line-height: 1.625;
	font-family: Caecilia, serif;
	margin-bottom: 10px;
	max-width: 30em;
	line-height: 1.77778;
	letter-spacing: -0.01em;
}

@media (min-width: 375px) {
	.q-customers-success__copy {
		font-size: 15px;
		font-size: calc(0.00328 * 100vw + (13.77049px));
	}
}

@media (min-width: 1290px) {
	.q-customers-success__copy {
		font-size: 18px;
	}
}

@media (min-width: 720px) {
	.q-customers-success__cta {
		position: absolute;
		top: 1px;
		right: 0;
	}
}
.q-filter-item--hidden {
	display: none;
}

.q-customer-carousel__clickable {
	cursor: pointer;
}
img.q-customers-carousel--visma {
	max-height: 80%;
}

.fancybox-slide {
	box-sizing: content-box;
	max-width: 960px;
	padding: 0 calc(50% - 480px);
	position: relative;
}
.fancybox-slide--iframe .fancybox-content {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}
.fancybox-slide--iframe .fancybox-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.q-customers-carousel__container .q-square__inner {
	height: 100%;
	position: unset;
}
.q-customers-carousel__container .q-square::before {
	display: none;
}
.q-customers-carousel__slide .q-square {
	width: 100%;
}
.q-customers-carousel__slide {
	display: flex;
	height: auto;
}
.q-customers-quotes__play-button {
	position: absolute;
    right: 0;
    bottom: 0;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 2;
}
/*# sourceMappingURL=customers.css.map */