.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;	display: block;	width: 100%;	backface-visibility: hidden;	-webkit-tap-highlight-color: transparent;	-webkit-touch-callout: none;}.owl-carousel .owl-item > img {	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-nav {	pointer-events: none;}.owl-carousel .owl-prev,.owl-carousel .owl-next {	position: absolute;	top: 50%;	transform: translateY(-50%);	width: 40px;	height: 40px;	font-size: 33px;	line-height: 1;	cursor: pointer;	pointer-events: auto;	color: #0078f2;	transition: all 0.2s ease-in-out;}.owl-carousel .owl-prev::before, .owl-carousel .owl-prev::after,.owl-carousel .owl-next::before,.owl-carousel .owl-next::after {	display: block;	font-family: 'FontAwesome';}.owl-carousel .owl-prev:hover,.owl-carousel .owl-next:hover {	text-decoration: none;	color: #1a1c20;}.owl-carousel .owl-prev.disabled,.owl-carousel .owl-next.disabled {	opacity: 0;	cursor: default;}.owl-carousel .owl-prev {	left: -76px;}.owl-carousel .owl-prev::before {	content: '\f104';}.owl-carousel .owl-next {	right: -76px;}.owl-carousel .owl-next::before {	content: '\f105';}.owl-carousel .owl-stage-outer {	padding: 20px;	margin: -20px;}.owl-carousel .owl-dots {	text-align: center;	margin-top: 2.5rem;	font-size: 0;	line-height: 0;}.owl-carousel .owl-dot {	position: relative;	display: inline-block;	text-align: center;	width: 24px;	height: 12px;	margin: 0 4px;	zoom: 1;}.owl-carousel .owl-dot span {	display: inline-block;	width: 12px;	height: inherit;	border-radius: 8px;	background: #F2F1F6;	transition: all .3s ease;}.owl-carousel .owl-dot:hover span {	background: #0078f2;}.owl-carousel .owl-dot.active span {	width: inherit;	background: #0078f2;}* + .owl-carousel {	margin-top: 40px;}@media (min-width: 1200px) {	* + .owl-carousel {		margin-top: 50px;	}}.context-dark .owl-carousel .owl-dot span {	background: rgba(255, 255, 255, 0.3);}.context-dark .owl-carousel .owl-dot:hover span {	background: #FFF;}.context-dark .owl-carousel .owl-dot.active span {	width: inherit;	background: #FFF;}