.owl-carousel {	display: none;	width: 100%;	-webkit-tap-highlight-color: transparent;	/* position relative and z-index fix webkit rendering fonts issue */	position: relative;	z-index: 1;}.owl-carousel .owl-stage {	position: relative;	-ms-touch-action: pan-Y;	touch-action: manipulation;	-moz-backface-visibility: hidden;	/* fix firefox animation glitch */}.owl-carousel .owl-stage:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}.owl-carousel .owl-stage-outer {	position: relative;	overflow: hidden;	/* fix for flashing background */	-webkit-transform: translate3d(0px, 0px, 0px);	transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper,.owl-carousel .owl-item {	backface-visibility: hidden;	transform: translate3d(0, 0, 0);}.owl-carousel .owl-item {	position: relative;	min-height: 1px;	float: left;	backface-visibility: hidden;	-webkit-tap-highlight-color: transparent;	-webkit-touch-callout: none;}.owl-carousel .owl-item {	display: block;	width: 100%;}.owl-carousel .owl-nav,.owl-carousel .owl-dots {	-webkit-tap-highlight-color: transparent;}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {	display: none;}.owl-carousel .owl-prev,.owl-carousel .owl-next,.owl-carousel .owl-dot {	cursor: pointer;	user-select: none;	background: none;	color: inherit;	border: none;	padding: 0;	font: inherit;}.owl-carousel.owl-loaded {	display: block;}.owl-carousel.owl-loading {	opacity: 0;	display: block;}.owl-carousel.owl-hidden {	opacity: 0;}.owl-carousel.owl-refresh .owl-item {	visibility: hidden;}.owl-carousel.owl-drag .owl-item {	touch-action: pan-y;	-webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;}.owl-carousel.owl-grab {	cursor: grab;}.owl-carousel.owl-rtl {	direction: rtl;}.owl-carousel.owl-rtl .owl-item {	float: right;}.owl-carousel .owl-dots {	margin-top: 1.875rem;	font-size: 0;	line-height: 0;	text-align: center;	margin-bottom: -1.75rem;	margin-left: -1.75rem;}.owl-carousel .owl-dots:empty {	margin-bottom: 0;	margin-left: 0;}.owl-carousel .owl-dots > * {	margin-top: 0;	margin-bottom: 1.75rem;	margin-left: 1.75rem;}.owl-carousel .owl-dot {	position: relative;	width: 10px;	height: 10px;	display: inline-block;	border-radius: 50%;	background-color: #1c54e2;	transition: all .3s ease;	will-change: transform;}.owl-carousel .owl-dot:hover, .owl-carousel .owl-dot.active {	background-color: #fff;	box-shadow: 0 0 0 10px #1c54e2;}.owl-carousel .owl-nav {	position: absolute;	top: 50%;	left: 0;	width: 100%;	display: flex;	justify-content: space-between;	transform: translateY(-50%);	pointer-events: none;}.owl-carousel .owl-prev,.owl-carousel .owl-next {	position: relative;	z-index: 0;	display: inline-flex;	justify-content: center;	align-items: center;	font-size: 1.875rem;	line-height: 1;	color: #1f3b49;	cursor: pointer;	pointer-events: auto;	transition: all 0.2s ease-in-out;}.owl-carousel .owl-prev::before,.owl-carousel .owl-next::before {	display: block;	font-family: 'OnClinicFont';}.owl-carousel .owl-prev:hover,.owl-carousel .owl-next:hover {	color: #1c54e2;}.owl-carousel .owl-prev.disabled,.owl-carousel .owl-next.disabled {	color: #1c54e2;	opacity: .3;	cursor: default;	pointer-events: none;}.owl-carousel .owl-prev::before {	content: '\e913';}.owl-carousel .owl-next::before {	content: '\e914';}* + .owl-content-1 {	margin-top: 1.53125rem;}* + .owl-content-2 {	margin-top: 1.5625rem;}.owl-vertical-center .owl-stage {	display: flex;	align-items: center;}.owl-carousel-shadow .owl-stage-outer {	margin: -25px -28px -30px;	padding: 25px 28px 30px;}.owl-carousel-shadow .owl-item:not(.active) > * {	box-shadow: none;}@media (min-width: 576px) {	.owl-carousel-nav-1 {		padding: 0rem 1.25rem;	}}@media (min-width: 768px) {	.owl-carousel-nav-1 {		padding: 0rem 2.5rem;	}	.owl-carousel-nav-1 .owl-nav {		top: 31%;	}}@media (min-width: 992px) {	.owl-carousel .owl-dots {		margin-top: 2.625rem;	}	* + .owl-content-1 {		margin-top: 2.14375rem;	}	* + .owl-content-2 {		margin-top: 2.1875rem;	}}@media (min-width: 1600px) {	.owl-carousel .owl-dots {		margin-top: 3.75rem;	}	.owl-carousel-nav-1 {		padding: 0;	}	.owl-carousel-nav-1 .owl-nav {		top: 31%;		left: -4.375rem;		right: -4.375rem;		width: auto;	}	* + .owl-content-1 {		margin-top: 3.0625rem;	}	* + .owl-content-2 {		margin-top: 3.125rem;	}}@media (min-width: 768px) {	.owl-carousel-pagination-top .owl-dots {		position: absolute;		bottom: calc( 100% + 75px * 0.5);		right: 10px;		margin-top: 0;	}}@media (min-width: 992px) {	.owl-carousel-pagination-top .owl-dots {		bottom: calc( 100% + 75px * 0.7);	}}@media (min-width: 1600px) {	.owl-carousel-pagination-top .owl-dots {		bottom: calc( 100% + 75px);	}}