/* COLORS */
.tabbed-slideshow-cen {
	margin: 70px 0;
}
.tabbed-slideshow-cen__owl {
	border-radius: 0 0 20px 20px;
}

.tabbed-slide-cen {
	padding: 56px 0px 0;
}
.tabbed-slide-cen__wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.tabbed-slide-cen .row-equal-height {
	display: flex;
	flex-wrap: wrap;
}
.tabbed-slide-cen .row-equal-height > [class*=col-] {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.tabbed-slide-cen__label {
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--grey-400);
}
.tabbed-slide-cen__title {
	background: transparent;
	border: none;
	outline: none !important;
	border-bottom: 2px solid transparent;
	padding: 13px 41px 9px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: var(--grey-700);
	cursor: pointer;
	letter-spacing: -0.04em;
	transition: background 0.5s;
	border-radius: 100px;
}
.tabbed-slide-cen__title.active {
	background: var(--white);
}
.tabbed-slide-cen__nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background: var(--grey-200);
	border-radius: 100px;
	padding: 8px;
}
.tabbed-slide-cen__content {
	text-align: center;
}
.tabbed-slide-cen__content h4 {
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--grey-500);
}
.tabbed-slide-cen__content h2 {
	font-size: 36px;
	line-height: 1.22;
	color: var(--space-700);
	margin-bottom: 14px;
}
.tabbed-slide-cen__content p {
	font-size: 18px;
	line-height: 28px;
	color: var(--grey-600);
	margin-bottom: 20px;
}
.tabbed-slide-cen__img {
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
}
.tabbed-slide-cen__link svg {
	margin-left: 10px;
}
.tabbed-slide-cen__link span {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: var(--sky-300);
}
.tabbed-slide-cen__link:hover {
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	.tabbed-slide-cen__nav {
		flex-wrap: wrap;
	}
	.tabbed-slide-cen__content {
		margin-left: 60px;
	}
	.tabbed-slide-cen__content p {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.tabbed-slide-cen__content h2 {
		font-size: 26px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.tabbed-slide-cen {
		padding: 45px 0px 45px;
	}
	.tabbed-slide-cen__title {
		padding: 10px 15px;
		font-size: 15px;
	}
	.tabbed-slide-cen__content {
		margin-left: 32px;
		padding-right: 20px;
	}
}

/*# sourceMappingURL=tabbed-slideshow-centered.css.map */
