@import url("normalize.css");
@import url("animate.css");
@import url('https://fonts.googleapis.com/css2?family=Jost&family=Mulish:wght@300;400;500;600;700&family=Philosopher&display=swap');
@media (min-width: 1600px) {
	.container { max-width:1540px; }
}
@media (min-width: 1800px) {
	.container { max-width:1640px; }
}
@media (min-width: 1920px) {
	.container { max-width:1840px; }
}
:root, [data-theme="default"] { --bs-gutter-x:40px; }
:root .row, [data-theme="default"] .row { --bs-gutter-x:40px; }
@media all and (max-width: 767.98px) {
	:root { --bs-gutter-x:30px; }
	:root .row { --bs-gutter-x:30px; }
}
@media all and (max-width: 575.98px) {
	:root { --bs-gutter-x:20px; }
	:root .row { --bs-gutter-x:20px; }
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration:0s !important;
		transition-duration:0s !important;
	}
}
.screen-reader-text {
	border:0;
	clip:rect(1px,1px,1px,1px);
	-webkit-clip-path:inset(50%);
	clip-path:inset(50%);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute !important;
	width:1px;
	word-wrap:normal !important;
	word-break:normal;
}
.screen-reader-text:focus {
	background-color:#f1f1f1;
	border-radius:3px;
	box-shadow:0 0 2px 2px rgba(0,0,0,0.6);
	clip:auto !important;
	-webkit-clip-path:none;
	clip-path:none;
	color:#21759b;
	display:block;
	font-size:14px;
	font-size:0.875rem;
	font-weight:700;
	height:auto;
	right:5px;
	line-height:normal;
	padding:15px 23px 14px;
	text-decoration:none;
	top:5px;
	width:auto;
	z-index:100000;
}
.skip-link {
	left:-9999rem;
	top:2.5rem;
	z-index:999999999;
	text-decoration:underline;
}
.skip-link:focus {
	display:block;
	left:6px;
	top:7px;
	font-size:14px;
	font-weight:600;
	text-decoration:none;
	line-height:normal;
	padding:15px 23px 14px;
	z-index:100000;
	right:auto;
}
.social-menu {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:0;
	display:flex;
}
.social-menu::before { display:none; }
.social-menu li {
	margin:0;
	padding:0;
}
.social-menu a {
	display:block;
	text-decoration:none;
	text-align:center;
	width:30px;
	height:30px;
	text-indent:-999px;
	overflow:hidden;
	position:relative;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.social-menu a:hover { text-decoration:none; }
.social-menu a[href*="linkedin.com"]::before { content:'\f0e1'; }
.social-menu a[href*="plus.google.com"]::before { content:'\f0d5'; }
.social-menu a[href*="instagram.com"]::before { content:'\f16d'; }
.social-menu a[href*="facebook.com"]::before { content:'\f39e'; }
.social-menu a[href*="twitter.com"]::before { content:'\f099'; }
.social-menu a[href*="youtube.com"]::before { content:'\f167'; }
.social-menu a[href*="vimeo.com"]::before { content:'\f27d'; }
.social-menu a::before {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
	font-family:'Font Awesome\ 5 Brands';
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:30px;
	text-align:center;
	text-indent:0;
}
.site-header {
	margin:0;
	padding:20px 0;
	border:none;
	z-index:100;
	position:relative;
	background-color:#ffffff;
	-webkit-box-shadow:0 0 40px 0 rgba(46,37,134,0.15);
	-moz-box-shadow:0 0 40px 0 rgba(46,37,134,0.15);
	box-shadow:0 0 40px 0 rgba(46,37,134,0.15);
}
@media (max-width: 991.98px) {
	.site-header { padding:10px 0; }
}
@media (max-width: 767.98px) {
	.site-header { padding:5px 0; }
}
.site-header .logo {
	position:relative;
	display:block;
	vertical-align:top;
	margin:0;
	padding:0;
}
.site-header .logo svg {
	max-width:100%;
	width:165px;
	height:auto;
	display:block;
	margin:0;
}
@media (max-width: 767.98px) {
	.site-header .logo svg {
		width:auto;
		height:40px;
	}
}
.site-header .site-header-wrapper {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
@media (max-width: 991.98px) {
	.site-header .site-header-wrapper {
		width:100%;
		flex-wrap:wrap;
	}
}
.site-header .header-sidebar-wrapper {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
@media (max-width: 767.98px) {
	.site-header .header-sidebar-wrapper { display:none; }
}
.site-header .header-sidebar-wrapper .header-widget-wrapper {
	position:relative;
	margin-left:60px;
	padding-left:60px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
	.site-header .header-sidebar-wrapper .header-widget-wrapper {
		margin-left:20px;
		padding-left:20px;
	}
}
@media (max-width: 991.98px) {
	.site-header .header-sidebar-wrapper .header-widget-wrapper {
		margin-left:20px;
		padding-left:20px;
	}
}
.site-header .header-sidebar-wrapper .header-widget-wrapper:before {
	content:'';
	position:absolute;
	left:0;
	top:4px;
	bottom:4px;
	width:2px;
	background-color:#e1e5f3;
}
@media (max-width: 991.98px) {
	.site-header .header-sidebar-wrapper .header-widget-wrapper:before { width:1px; }
}
.site-header .header-sidebar-wrapper .header-widget-wrapper .wpml-ls { padding:0; }
.site-header .widget_icl_lang_sel_widget ul {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	justify-content:center;
	align-items:center;
}
.site-header .widget_icl_lang_sel_widget ul li { margin-left:30px; }
.site-header .widget_icl_lang_sel_widget ul li:first-child { margin-left:0; }
@media (min-width: 992px) and (max-width: 1399.98px) {
	.site-header .widget_icl_lang_sel_widget ul li { margin-left:20px; }
}
@media (max-width: 991.98px) {
	.site-header .widget_icl_lang_sel_widget ul li { margin-left:10px; }
}
.site-header .widget_icl_lang_sel_widget ul li a {
	display:block;
	position:relative;
	padding:5px 0;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	text-decoration:none;
	white-space:nowrap;
	color:#000000;
}
@media (max-width: 1399.98px) {
	.site-header .widget_icl_lang_sel_widget ul li a {
		font-size:16px;
		line-height:20px;
	}
}
.site-header .widget_icl_lang_sel_widget ul li a:hover {
	color:#1b6aca;
	text-decoration:none;
}
.site-header .widget_icl_lang_sel_widget ul li.wpml-ls-current-language a {
	border:2px solid #e1e5f3;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px 14px;
}
@media (max-width: 991.98px) {
	.site-header .widget_icl_lang_sel_widget ul li.wpml-ls-current-language a {
		border-width:1px;
		padding-left:10px;
		padding-right:10px;
	}
}
@media (max-width: 991.98px) {
	.site-header .header-nav { display:none !important; }
}
.mobile-header-nav, .mobile-header-wrapper { display:none; }
@media (max-width: 991.98px) {
	.mobile-header-nav, .mobile-header-wrapper {
		display:block;
		widows:100%;
	}
}
.sticky-wrapper * {
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.sticky-wrapper.is-sticky .sticky-header { width:100%; }
.sticky-wrapper.is-sticky .site-header {
	position:relative;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
	top:0;
}
.sticky-wrapper.is-sticky .site-header .site-header-wrapper {
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
body .sticky-wrapper {
	position:relative;
	z-index:200;
}
@media (min-width: 992px) {
	.primary-menu {
		margin:0;
		padding:0;
		list-style:none;
		width:100%;
		text-align:center;
		display:flex;
		justify-content:space-between;
	}
	.primary-menu > li {
		margin:0 0 0 60px;
		padding:0;
	}
	.primary-menu > li:first-child { margin-left:0; }
	.primary-menu > li > a {
		display:block;
		position:relative;
		padding:10px 0;
		font-size:18px;
		line-height:20px;
		font-weight:600;
		text-decoration:none;
		white-space:nowrap;
		color:#000000;
	}
	.primary-menu > li > a:hover {
		color:#1b6aca;
		text-decoration:none;
	}
	.primary-menu > li:hover> a, .primary-menu > li.focus > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current-menu-ancestor > a {
		color:#1b6aca;
		text-decoration:none;
	}
	.primary-menu > li.menu-item-has-children > a { padding-right:16px; }
	.primary-menu > li.menu-item-has-children > a:before {
		font-size:16px;
		color:#1b6aca;
		content:"\f107";
		position:absolute;
		right:0;
		top:50%;
		transform:translateY(-50%);
	}
	.primary-menu .menu-item-has-children a:before {
		font-family:'Font Awesome\ 5 Free';
		font-weight:900;
		-moz-osx-font-smoothing:grayscale;
		-webkit-font-smoothing:antialiased;
		display:inline-block;
		font-style:normal;
		font-variant:normal;
		text-rendering:auto;
		line-height:1;
	}
	.primary-menu li { text-align:left; }
	.primary-menu li ul, .primary-menu li ul.sub-menu {
		margin:0 0 0 -30px;
		padding:20px 0;
		list-style:none;
		background-color:#e1e5f3;
		border:1px solid #e1e5f3;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
		border-radius:12px;
		-webkit-box-shadow:0px 10px 30px 0px rgba(33,104,159,0.4);
		-moz-box-shadow:0px 10px 30px 0px rgba(33,104,159,0.4);
		box-shadow:0px 10px 30px 0px rgba(33,104,159,0.4);
	}
	.primary-menu li ul:before, .primary-menu li ul.sub-menu:before {
		content:"";
		display:block;
		width:0;
		height:0;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		border-bottom:10px solid #e1e5f3;
		position:absolute;
		top:-10px;
		left:45px;
	}
	.primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
		display:block;
		color:#000000;
		font-size:18px;
		line-height:20px;
		font-weight:600;
		white-space:nowrap;
		padding:15px 30px;
	}
	.primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
		color:#1b6aca;
		background-color:#f6f6f6;
		text-decoration:none;
	}
	.primary-menu li ul li:hover > a, .primary-menu li ul li.focus > a, .primary-menu li ul li.current-menu-item > a, .primary-menu li ul li.current-menu-ancestor > a, .primary-menu li ul.sub-menu li:hover > a, .primary-menu li ul.sub-menu li.focus > a, .primary-menu li ul.sub-menu li.current-menu-item > a, .primary-menu li ul.sub-menu li.current-menu-ancestor > a {
		background-color:#f6f6f6;
		color:#1b6aca;
		text-decoration:none;
	}
	.primary-menu li ul li.menu-item-has-children > a, .primary-menu li ul.sub-menu li.menu-item-has-children > a { padding-right:46px; }
	.primary-menu li ul li.menu-item-has-children > a:before, .primary-menu li ul.sub-menu li.menu-item-has-children > a:before {
		font-size:12px;
		content:"\f054";
		position:absolute;
		right:30px;
		top:50%;
		transform:translateY(-50%);
	}
	.primary-menu li ul li ul.sub-menu, .primary-menu li ul.sub-menu li ul.sub-menu { margin-left:0; }
	.primary-menu li ul li ul.sub-menu:before, .primary-menu li ul.sub-menu li ul.sub-menu:before { display:none; }
	.primary-menu li { position:relative; }
	.primary-menu li ul.sub-menu {
		-webkit-transition:opacity 0.15s linear, max-height 0.15s linear, -webkit-transform 0.15s linear;
		transition:opacity 0.15s linear, max-height 0.15s linear, transform 0.15s linear;
		min-width:150px;
		position:absolute;
		top:auto;
		opacity:0;
		max-height:0;
		left:-9999px;
	}
	.primary-menu > li[aria-expanded=true] > ul.sub-menu, .primary-menu > li.focus > ul.sub-menu, .primary-menu > li:hover > ul.sub-menu {
		opacity:1;
		max-height:9999px;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
		z-index:90;
		left:0;
	}
	.primary-menu > li > ul.sub-menu {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
	.primary-menu > li > ul.sub-menu li[aria-expanded=true] > ul.sub-menu, .primary-menu > li > ul.sub-menu li.focus > ul.sub-menu, .primary-menu > li > ul.sub-menu li:hover > ul.sub-menu {
		opacity:1;
		max-height:9999px;
		z-index:90;
	}
	.primary-menu > li > ul.sub-menu li ul.sub-menu {
		left:100%;
		top:0;
		-webkit-transform:translateY(-21px);
		-moz-transform:translateY(-21px);
		-ms-transform:translateY(-21px);
		-o-transform:translateY(-21px);
		transform:translateY(-21px);
		z-index:80;
	}
}
@media (min-width: 992px) and (max-width: 1599.98px) {
	.primary-menu > li { margin:0 0 0 50px; }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1399.98px) {
	.primary-menu > li { margin:0 0 0 20px; }
}
@media (min-width: 992px) and (max-width: 991.98px) {
	.primary-menu > li { margin:0 0 0 20px; }
}
.menu-primary-trigger {
	margin:0;
	padding:0;
	box-shadow:none;
	position:relative;
	background:transparent;
	cursor:pointer;
	z-index:200;
	display:flex;
	justify-content:center;
	align-items:center;
	border:none;
}
.menu-primary-trigger:focus { outline:none; }
.menu-primary-trigger .menu-icon {
	position:relative;
	display:block;
	width:20px;
	height:16px;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	border-top:1px solid #1b6aca;
}
.menu-primary-trigger .menu-icon:before, .menu-primary-trigger .menu-icon:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	color:#1b6aca;
}
.menu-primary-trigger .menu-icon:before {
	border-top:1px solid #1b6aca;
	top:7px;
}
.menu-primary-trigger .menu-icon:after {
	border-bottom:1px solid #1b6aca;
	top:15px;
}
.menu-primary-trigger .menu-text {
	display:none;
	margin-left:10px;
	font-size:20px;
	font-weight:500;
	color:#1b6aca;
	text-transform:uppercase;
	letter-spacing:0.15em;
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon { border:none; }
.menu-primary-trigger[aria-expanded="true"] .menu-icon:before {
	top:5px;
	-webkit-transform:rotate(-45deg) scale(1.2);
	-moz-transform:rotate(-45deg) scale(1.2);
	-ms-transform:rotate(-45deg) scale(1.2);
	-o-transform:rotate(-45deg) scale(1.2);
	transform:rotate(-45deg) scale(1.2);
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon:after {
	top:5px;
	-webkit-transform:rotate(45deg) scale(1.2);
	-moz-transform:rotate(45deg) scale(1.2);
	-ms-transform:rotate(45deg) scale(1.2);
	-o-transform:rotate(45deg) scale(1.2);
	transform:rotate(45deg) scale(1.2);
}
.opener {
	font-size:20px;
	margin-left:10px;
	cursor:pointer;
}
.opener .fa-angle-up { display:none; }
.active > .opener .fa-angle-up { display:inherit; }
.active > .opener .fa-angle-down { display:none; }
.mobile-header-nav {
	overflow:hidden;
	margin:0;
	padding:0;
	z-index:100;
	position:relative;
	width:100%;
	max-height:0;
	-webkit-transition:max-height 0.15s ease-out;
	-moz-transition:max-height 0.15s ease-out;
	-o-transition:max-height 0.15s ease-out;
	transition:max-height 0.15s ease-out;
	text-align:left;
}
.mobile-header-nav.toggled { display:none; }
@media (max-width: 991.98px) {
	.mobile-header-nav.toggled {
		-webkit-transition:max-height 0.25s ease-in;
		-moz-transition:max-height 0.25s ease-in;
		-o-transition:max-height 0.25s ease-in;
		transition:max-height 0.25s ease-in;
		display:block;
		max-height:9999px;
	}
}
.mobile-header-nav .primary-menu {
	margin:30px 0 10px 0;
	padding:0;
	text-align:left;
}
.mobile-header-nav .primary-menu li.current-menu-item > a { color:#1b6aca !important; }
.mobile-header-nav .primary-menu > li {
	margin:0 0 10px 0;
	padding:0;
}
.mobile-header-nav .primary-menu > li > a {
	display:inline-block;
	font-size:22px;
	line-height:28px;
	font-family:'Philosopher', sans-serif;
	margin:0;
	padding:0;
	text-align:left;
	color:#000000;
	font-weight:400;
	border:none;
	text-shadow:none;
}
.mobile-header-nav .primary-menu > li li {
	margin:0;
	padding:0;
}
.mobile-header-nav .primary-menu > li li:after { display:none; }
.mobile-header-nav .primary-menu > li li a {
	font-size:16px;
	line-height:18px;
	padding:0;
	background:none !important;
}
.mobile-header-nav .primary-menu .sub-menu {
	background:none;
	margin-left:20px;
	padding:0;
	position:relative;
	top:auto;
}
.mobile-header-nav .primary-menu .sub-menu li a {
	font-weight:400;
	font-size:16px;
	line-height:20px;
	padding:0;
}
.mobile-header-nav .primary-menu .sub-menu li .opener { font-size:20px; }
.site-footer {
	background:#dde7ef;
	margin:0;
	padding:25px 0;
	border-top:none;
}
@media (max-width: 991.98px) {
	.site-footer { padding:10px 0; }
}
.site-footer .footer-wrapper {
	display:flex;
	justify-content:space-between;
}
@media (max-width: 991.98px) {
	.site-footer .footer-wrapper {
		flex-direction:column;
		text-align:center;
	}
}
@media (max-width: 767.98px) {
	.site-footer .footer-wrapper { text-align:center; }
}
@media (max-width: 767.98px) {
	.site-footer .footer-wrapper > * { margin-top:15px; }
	.site-footer .footer-wrapper > *:first-child { margin-top:0; }
}
.site-footer .footer-wrapper * { font-size:16px; }
.site-footer .footer-wrapper i { color:#1b6aca; }
.site-footer .footer-widgets-wrapper {
	display:flex;
	flex-wrap:wrap;
}
@media (max-width: 767.98px) {
	.site-footer .footer-widgets-wrapper { flex-direction:column; }
}
.site-footer .footer-widgets-wrapper > * {
	margin:5px 0;
	margin-right:90px;
}
@media (max-width: 1599.98px) {
	.site-footer .footer-widgets-wrapper > * { margin-right:40px; }
}
@media (max-width: 1199.98px) {
	.site-footer .footer-widgets-wrapper > * {
		width:50%;
		margin-right:0;
	}
}
@media (max-width: 991.98px) {
	.site-footer .footer-widgets-wrapper > * { margin:5px 0; }
}
@media (max-width: 767.98px) {
	.site-footer .footer-widgets-wrapper > * { width:100%; }
}
.site-footer .footer-widgets-wrapper > *:last-child { margin-right:0; }
@media (max-width: 1599.98px) {
	.site-footer a[href^="tel:"], .site-footer a[href^="mailto:"] { display:block; }
}
.site-footer .website-development { margin:5px 0; }
@media (max-width: 1199.98px) {
	.site-footer .website-development { margin-left:40px; }
}
@media (max-width: 991.98px) {
	.site-footer .website-development {
		text-align:center;
		margin:0;
	}
}
.site-footer .website-development a { white-space:nowrap; }
@media (max-width: 1599.98px) {
	.site-footer .spacer { display:none; }
}
.posted-on, .byline, .cat-links, .tags-links, .entry-format, .full-size-link { margin-right:1em; }
.entry-meta { margin-bottom:20px; }
.post_meta i { color:#3b4348; }
.post_meta a {
	text-decoration:none;
	color:#1e2731;
}
.post_meta a:focus {
	text-decoration:none;
	color:#1e2731;
}
.post_meta a:hover {
	text-decoration:none;
	color:#1b6aca;
}
.post-author {
	background:#fff;
	margin:0 0 70px 0;
	padding:15px 20px;
	border:1px solid #dfdfdf;
}
.post-author h3 {
	margin:0 0 15px 0;
	line-height:21px;
	font-size:13px;
	font-weight:400;
	color:#737885;
}
.post-author h3 a {
	text-decoration:none;
	color:#1b6aca;
}
.post-author h3 a:focus {
	text-decoration:none;
	color:#1b6aca;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#1e2731;
}
.post-author .post-author_gravatar { margin:2px 20px 5px 0; }
.post-author .post-author_gravatar img {
	padding:0;
	border:none;
}
.post-author .post-author_link { margin:18px 0 0 0; }
.post-author .post-author_link p { margin:0; }
.related-posts { margin:0 0 60px 0; }
.related-posts ul li {
	line-height:22px;
	font-size:16px;
	color:#424f5e;
}
.related-posts ul li a {
	text-decoration:none;
	color:#424f5e;
}
.related-posts ul li a:focus {
	text-decoration:none;
	color:#424f5e;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#1b6aca;
}
ol.comment-list li .comment-body {
	background:#fff !important;
	border:1px solid #dfdfdf;
}
ol.comment-list li .comment-body .author {
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#1b6aca;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .reply { margin:0 0 0 20px; }
ol.comment-list li .comment-body .reply a {
	background:#1b6aca;
	display:inline-block;
	margin:0;
	padding:9px 23px 10px 23px;
	vertical-align:top;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:20px;
	font-family:'Open Sans';
	font-size:14px;
	font-weight:400;
	text-shadow:none;
	text-transform:lowercase;
	color:#fff !important;
}
ol.comment-list li .comment-body .reply a:focus {
	background:#1b6aca;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
ol.comment-list li .comment-body .reply a:hover {
	background:#000000;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
ol.comment-list li .comment-body .comment-meta {
	line-height:39px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1e2731;
}
.cancel-comment-reply { padding:0 0 6px 0; }
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
	display:inline-block;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
	background-color:#1b6aca;
	border:1px solid #1b6aca;
	padding:14px 40px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	text-decoration:none !important;
	-webkit-box-shadow:0 15px 55px 0 rgba(4,50,106,0.4);
	-moz-box-shadow:0 15px 55px 0 rgba(4,50,106,0.4);
	box-shadow:0 15px 55px 0 rgba(4,50,106,0.4);
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input[type=submit]:hover {
	color:#ffffff;
	background-color:#0c217d;
	border-color:#0c217d;
	text-decoration:none;
}
.inverted body .gform_wrapper .gform_footer input.button, .inverted body .gform_wrapper .gform_footer input[type=submit], .inverted body .gform_wrapper .gform_page_footer input.button, .inverted body .gform_wrapper .gform_page_footer input[type=submit] {
	color:#1b6aca;
	background-color:#fff;
	border:none;
	padding:20px 40px;
}
.inverted body .gform_wrapper .gform_footer input.button:hover, .inverted body .gform_wrapper .gform_footer input[type=submit]:hover, .inverted body .gform_wrapper .gform_page_footer input.button:hover, .inverted body .gform_wrapper .gform_page_footer input[type=submit]:hover {
	color:#1b6aca;
	background-color:#e3f2ff;
	border:none;
	text-decoration:none;
}
body .gform_wrapper .gform_footer input.button:focus, body .gform_wrapper .gform_footer input.button.focus, body .gform_wrapper .gform_footer input[type=submit]:focus, body .gform_wrapper .gform_footer input[type=submit].focus, body .gform_wrapper .gform_page_footer input.button:focus, body .gform_wrapper .gform_page_footer input.button.focus, body .gform_wrapper .gform_page_footer input[type=submit]:focus, body .gform_wrapper .gform_page_footer input[type=submit].focus {
	outline:0;
	box-shadow:none;
}
body .gform_wrapper .gform_footer input.button.disabled, body .gform_wrapper .gform_footer input.button:disabled, body .gform_wrapper .gform_footer input[type=submit].disabled, body .gform_wrapper .gform_footer input[type=submit]:disabled, body .gform_wrapper .gform_page_footer input.button.disabled, body .gform_wrapper .gform_page_footer input.button:disabled, body .gform_wrapper .gform_page_footer input[type=submit].disabled, body .gform_wrapper .gform_page_footer input[type=submit]:disabled {
	color:#ffffff;
	background-color:#0c217d;
	border-color:#0c217d;
}
body .gform_wrapper .gform_footer input.button:not(:disabled):not(.disabled):active:focus, body .gform_wrapper .gform_footer input.button:not(:disabled):not(.disabled).active:focus, body .gform_wrapper .gform_footer input[type=submit]:not(:disabled):not(.disabled):active:focus, body .gform_wrapper .gform_footer input[type=submit]:not(:disabled):not(.disabled).active:focus, body .gform_wrapper .gform_page_footer input.button:not(:disabled):not(.disabled):active:focus, body .gform_wrapper .gform_page_footer input.button:not(:disabled):not(.disabled).active:focus, body .gform_wrapper .gform_page_footer input[type=submit]:not(:disabled):not(.disabled):active:focus, body .gform_wrapper .gform_page_footer input[type=submit]:not(:disabled):not(.disabled).active:focus {
	outline:0;
	box-shadow:none;
}
body .gform_wrapper .gform_footer input.button.btn-primary, body .gform_wrapper .gform_footer input[type=submit].btn-primary, body .gform_wrapper .gform_page_footer input.button.btn-primary, body .gform_wrapper .gform_page_footer input[type=submit].btn-primary {
	color:#fff;
	background-color:#1b6aca;
	border-color:#1b6aca;
}
body .gform_wrapper .gform_footer input.button.btn-primary:hover, body .gform_wrapper .gform_footer input[type=submit].btn-primary:hover, body .gform_wrapper .gform_page_footer input.button.btn-primary:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-primary:hover {
	color:#ffffff;
	background-color:#0c217d;
	border-color:#0c217d;
}
body .gform_wrapper .gform_footer input.button.btn-secondary, body .gform_wrapper .gform_footer input[type=submit].btn-secondary, body .gform_wrapper .gform_page_footer input.button.btn-secondary, body .gform_wrapper .gform_page_footer input[type=submit].btn-secondary {
	color:#1b6aca;
	background-color:#f4f5f7;
	border-color:#f4f5f7;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body .gform_wrapper .gform_footer input.button.btn-secondary:hover, body .gform_wrapper .gform_footer input[type=submit].btn-secondary:hover, body .gform_wrapper .gform_page_footer input.button.btn-secondary:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-secondary:hover {
	color:#ffffff;
	background-color:#1b6aca;
	border-color:#1b6aca;
}
body .gform_wrapper .gform_footer input.button.btn-arrow, body .gform_wrapper .gform_footer input[type=submit].btn-arrow, body .gform_wrapper .gform_page_footer input.button.btn-arrow, body .gform_wrapper .gform_page_footer input[type=submit].btn-arrow {
	color:#1b6aca;
	background:none;
	border:none;
	padding:0 30px 0 0;
	box-shadow:none;
}
body .gform_wrapper .gform_footer input.button.btn-arrow:after, body .gform_wrapper .gform_footer input[type=submit].btn-arrow:after, body .gform_wrapper .gform_page_footer input.button.btn-arrow:after, body .gform_wrapper .gform_page_footer input[type=submit].btn-arrow:after {
	content:'\f061';
	font-family:'Font Awesome\ 5 Free';
	font-weight:900;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1;
	margin-left:8px;
	font-size:14px;
}
body .gform_wrapper .gform_footer input.button.btn-arrow:hover, body .gform_wrapper .gform_footer input[type=submit].btn-arrow:hover, body .gform_wrapper .gform_page_footer input.button.btn-arrow:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-arrow:hover { text-decoration:underline !important; }
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input[type=submit]:hover {
	color:#ffffff;
	background-color:#0c217d;
	border-color:#0c217d;
	text-decoration:none;
}
.btn {
	display:inline-block;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
	background-color:#1b6aca;
	border:1px solid #1b6aca;
	padding:14px 40px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	text-decoration:none !important;
	-webkit-box-shadow:0 15px 55px 0 rgba(4,50,106,0.4);
	-moz-box-shadow:0 15px 55px 0 rgba(4,50,106,0.4);
	box-shadow:0 15px 55px 0 rgba(4,50,106,0.4);
}
.btn:hover {
	color:#ffffff;
	background-color:#0c217d;
	border-color:#0c217d;
	text-decoration:none;
}
.inverted .btn {
	color:#1b6aca;
	background-color:#fff;
	border:none;
	padding:20px 40px;
}
.inverted .btn:hover {
	color:#1b6aca;
	background-color:#e3f2ff;
	border:none;
	text-decoration:none;
}
.btn:focus, .btn.focus {
	outline:0;
	box-shadow:none;
}
.btn.disabled, .btn:disabled {
	color:#ffffff;
	background-color:#0c217d;
	border-color:#0c217d;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
	outline:0;
	box-shadow:none;
}
.btn.btn-primary {
	color:#fff;
	background-color:#1b6aca;
	border-color:#1b6aca;
}
.btn.btn-primary:hover {
	color:#ffffff;
	background-color:#0c217d;
	border-color:#0c217d;
}
.btn.btn-secondary {
	color:#1b6aca;
	background-color:#f4f5f7;
	border-color:#f4f5f7;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn.btn-secondary:hover {
	color:#ffffff;
	background-color:#1b6aca;
	border-color:#1b6aca;
}
.btn.btn-arrow {
	color:#1b6aca;
	background:none;
	border:none;
	padding:0 30px 0 0;
	box-shadow:none;
}
.btn.btn-arrow:after {
	content:'\f061';
	font-family:'Font Awesome\ 5 Free';
	font-weight:900;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1;
	margin-left:8px;
	font-size:14px;
}
.btn.btn-arrow:hover { text-decoration:underline !important; }
body .gform_wrapper .no-label-form .gfield_label { display:none; }
body .gform_wrapper .top_label .gfield_label, body .gform_wrapper legend.gfield_label {
	color:#777575;
	font-size:18px;
	font-weight:400;
}
body .gform_wrapper label {
	color:#777575;
	margin-bottom:0;
}
body .gform_wrapper .no-label .gfield_label { display:none !important; }
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper textarea {
	background:#fff;
	min-height:20px;
	height:auto;
	margin:0;
	padding:10px 20px;
	border:2px solid #c3c4c4;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	color:#dde7ef;
	font-family:'Mulish', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:400;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .gform_wrapper textarea:focus {
	border-color:#1b6aca;
	-webkit-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	-moz-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
}
body .gform_wrapper select {
	height:44px;
	padding:0 20px !important;
	border:2px solid #c3c4c4;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#dde7ef;
	font-family:'Mulish', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:400;
}
body .gform_wrapper select:focus {
	border-color:#1b6aca;
	-webkit-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	-moz-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
}
body .inverted .gform_wrapper .top_label .gfield_label, body .inverted .gform_wrapper legend.gfield_label, body .inverted .gform_wrapper .gfield_required, body .inverted .gform_wrapper label { color:#ffffff; }
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .inverted .gform_wrapper textarea, body .inverted .gform_wrapper select { border-color:#fff; }
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .inverted .gform_wrapper textarea:focus, body .inverted .gform_wrapper select:focus {
	border-color:#1b6aca;
	-webkit-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	-moz-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
}
body .inverted .gform_wrapper div.validation_error, body .inverted .gform_wrapper .validation_message, body .inverted .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .inverted .gform_wrapper li.gfield_error ul.gfield_checkbox, body .inverted .gform_wrapper li.gfield_error ul.gfield_radio {
	color:#ffffff;
	border-color:#fff;
}
#back-top-wrapper {
	z-index:999;
	position:fixed;
	right:10px;
	bottom:10px;
	overflow:hidden;
}
#back-top-wrapper #back-top { margin:0; }
#back-top-wrapper #back-top a {
	display:block;
	width:42px;
	height:42px;
	color:#bbb;
	text-align:center;
	text-decoration:none;
	margin:0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#25272c url(../images/helper/up-arrow.png) no-repeat 50% 50%;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#back-top-wrapper #back-top a:hover { background-color:#1b6aca; }
#preloader {
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:9999;
}
#preloader #status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}
a[href^="tel:"], a[href^="mailto:"] { white-space:nowrap !important; }
.says, .screen-reader-text {
	clip:rect(1px,1px,1px,1px);
	height:1px;
	overflow:hidden;
	position:absolute !important;
	width:1px;
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.clear {
	border:0;
	clear:both;
	display:block;
	float:none;
	margin:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
}
.clearfix:after {
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
.rich_header:before, .rich_header:after {
	display:inline-block;
	content:'';
	width:4px;
	height:4px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#1b6aca;
	margin:0 20px;
	top:-6px;
	position:relative;
}
@media (max-width: 767px) {
	.rich_header:before, .rich_header:after { display:none; }
}
.breadcrumbs {
	font-size:16px;
	line-height:26px;
	color:#000000;
	padding:0;
	background:none;
}
.breadcrumbs ul {
	display:flex;
	justify-content:flex-start;
	align-items:flex-end;
	flex-wrap:wrap;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	list-style:none;
}
.breadcrumbs ul li {
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
}
.breadcrumbs .breadcrumbs-item-link { font-weight:600; }
@media (max-width: 767.98px) {
	.breadcrumbs .breadcrumbs-item-link {
		font-size:18px;
		font-weight:400;
	}
}
@media (max-width: 575.98px) {
	.breadcrumbs .breadcrumbs-item-link { font-size:12px; }
}
.breadcrumbs .breadcrumbs-item-sep {
	padding:0 10px;
	text-align:center;
	font-weight:300;
	color:#d0d5e6;
}
.breadcrumbs .breadcrumbs-item-target {
	font-size:22px;
	line-height:1.2;
	font-weight:600;
}
@media (max-width: 1199.98px) {
	.breadcrumbs .breadcrumbs-item-target { font-size:20px; }
}
@media (max-width: 767.98px) {
	.breadcrumbs .breadcrumbs-item-target { font-size:18px; }
}
@media (max-width: 575.98px) {
	.breadcrumbs .breadcrumbs-item-target { font-size:12px; }
}
.breadcrumbs a { color:#1b6aca; }
.post-nav {
	padding:24px 0;
	border-top:1px solid #1b6aca;
}
.post-nav a { text-decoration:none; }
.post-nav .nav-previous {
	float:left;
	width:50%;
	font-weight:600;
	font-size:16px;
}
.post-nav .nav-next {
	float:right;
	text-align:right;
	width:50%;
	font-weight:600;
	font-size:16px;
}
.nav-links {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:30px 0;
}
@media (max-width: 767.98px) {
	.nav-links { flex-wrap:wrap; }
}
.nav-links .nav-next { margin:0 0 0 auto; }
.wp-pagenavi {
	clear:both;
	text-align:center;
	padding:30px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	display:inline-block;
	min-width:40px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	padding:0 5px;
	margin:0 2px;
	background:none;
	color:#1b6aca;
	font-size:20px;
	border-color:#dedede;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.wp-pagenavi span.current {
	background-color:#1b6aca;
	color:#ffffff;
	text-decoration:none;
	border-color:#1b6aca;
	font-weight:700;
}
.wp-pagenavi a:hover {
	background-color:#1b6aca;
	border-color:#dedede;
	color:#ffffff;
	text-decoration:none;
}
article.post { margin-bottom:40px; }
.alignleft {
	float:left;
	margin:0 29.88px 29.88px 0;
}
@media (max-width: 767.98px) {
	.alignleft {
		float:none;
		margin:0 auto 29.88px auto;
	}
}
.alignright {
	float:right;
	margin:0 0 29.88px 29.88px;
}
@media (max-width: 767.98px) {
	.alignright {
		float:none;
		margin:0 auto 29.88px auto;
	}
}
.aligncenter {
	display:block;
	margin:0 auto 29.88px auto;
}
img.aligncenter, img.alignright, img.alignleft {
	max-width:100%;
	height:auto;
}
.wp-caption { position:relative; }
.wp-caption img[class*="wp-image-"] {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.wp-caption .wp-caption-text { text-align:center; }
.ui-datepicker a {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.ui-datepicker tbody td { text-align:center; }
.flexible table th, table.flexible th { white-space:nowrap; }
.flexible table td, table.flexible td {
	text-align:center;
	vertical-align:middle;
}
@media (max-width: 767.98px) {
	.flexible table, table.flexible { display:block; }
	.flexible table thead, .flexible table tbody, .flexible table th, .flexible table td, .flexible table tr, table.flexible thead, table.flexible tbody, table.flexible th, table.flexible td, table.flexible tr { display:block; }
	.flexible table thead tr, table.flexible thead tr {
		position:absolute;
		top:-9999px;
		left:-9999px;
	}
	.flexible table tr, table.flexible tr { border-bottom:1px solid #ccc; }
	.flexible table th, table.flexible th { display:none; }
	.flexible table td, table.flexible td {
		border:none;
		border-bottom:1px solid #eee;
		position:relative;
		padding:5px 10px 5px 30%;
		min-height:37px;
	}
	.flexible table td:before, table.flexible td:before {
		position:absolute;
		top:6px;
		left:10px;
		width:25%;
		padding-right:10px;
		white-space:nowrap;
		text-align:left;
	}
	.flexible table td:nth-of-type(1):before, table.flexible td:nth-of-type(1):before { content:"Column 1"; }
	.flexible table td:nth-of-type(2):before, table.flexible td:nth-of-type(2):before { content:"Column 2"; }
	.flexible table td:nth-of-type(3):before, table.flexible td:nth-of-type(3):before { content:"Column 3"; }
	.flexible table td:nth-of-type(4):before, table.flexible td:nth-of-type(4):before { content:"Column 4"; }
	.flexible table td:nth-of-type(5):before, table.flexible td:nth-of-type(5):before { content:"Column 5"; }
}
.wpb_text_column > .wpb_wrapper > ul {
	margin:0;
	padding:0;
	list-style:none;
}
.wpb_text_column > .wpb_wrapper > ul li {
	position:relative;
	margin:0 0 20px 0;
	padding:0 0 0 34px;
}
.wpb_text_column > .wpb_wrapper > ul li:last-child { margin-bottom:0; }
.wpb_text_column > .wpb_wrapper > ul li:before {
	font-family:'Font Awesome\ 5 Free';
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1;
	content:'\f00c';
	position:absolute;
	font-weight:900;
	top:4px;
	left:0;
	color:#1b6aca;
}
.fa-tint { font-size:18px; }
.fa-tint.green_product { color:#2cc048; }
.fa-tint.waterborne_waterbased { color:#0084c8; }
.fa-tint.low_voc { color:#ffd800; }
.fa-tint.high_bio_content { color:#009100; }
.fa-tint.solvent_free { color:#dc0000; }
.fa-tint.reach_free { color:#aa00aa; }
.product-table table {
	border-collapse:collapse;
	margin:0 0 30px 0;
	padding:0;
	width:100%;
}
@media screen and (min-width: 1200px) {
	.product-table table tr:last-child td { border:none; }
}
.product-table table tr th {
	background-color:#d5eaf8;
	font-size:14px;
	font-weight:700;
	padding:10px 10px;
}
.product-table table tr th span {
	display:block;
	font-size:12px;
}
.product-table table tr td {
	font-size:14px;
	font-weight:400;
	padding:10px 10px;
	border-bottom:1px solid #d3dde9;
	background-color:#ffffff;
}
.product-table table tr td.product-name {
	text-transform:uppercase;
	font-weight:700;
}
.product-table table tr td.product-name .fa-tint { display:none; }
@media screen and (max-width: 1199.98px) {
	.product-table table {
		display:block;
		overflow-x:auto;
		white-space:nowrap;
	}
}
.product-table .legend {
	margin:0 0 29.88px 0;
	padding:0;
	list-style:none;
}
.product-table .legend li {
	margin:0;
	padding:0;
}
.product-detailed table {
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%;
}
@media screen and (min-width: 1200px) {
	.product-detailed table tr:last-child th, .product-detailed table tr:last-child td { border:none; }
}
.product-detailed table tr th {
	border-bottom:1px solid #d3dde9;
	background-color:#ffffff;
	color:#537198;
	font-size:18px;
	font-weight:700;
	padding:10px 20px 10px 0;
}
.product-detailed table tr th br { display:none; }
.product-detailed table tr th span {
	white-space:nowrap;
	font-size:16px;
	font-weight:400;
}
.product-detailed table tr td {
	font-size:18px;
	font-weight:400;
	padding:10px 0;
	border-bottom:1px solid #d3dde9;
	background-color:#ffffff;
}
@media screen and (max-width: 767.98px) {
	.product-detailed table tbody {
		display:flex;
		flex-wrap:wrap;
		margin-right:-10px;
		margin-left:-10px;
	}
	.product-detailed table tr {
		display:block;
		margin-bottom:10px;
		padding-right:10px;
		padding-left:10px;
		width:100%;
	}
	.product-detailed table tr:last-child th, .product-detailed table tr:last-child td { border:none; }
	.product-detailed table tr th {
		display:block;
		width:100%;
		border:none;
		padding:0;
	}
	.product-detailed table tr td {
		padding:0 0 10px 0;
		width:100%;
		display:block;
		position:relative;
	}
}
.jm-youtube-box { position:relative; }
.jm-youtube-box .jm-video-wrapper {
	overflow:hidden;
	padding:0 0 56.25% 0;
	margin:0;
	height:0;
	position:relative;
}
.jm-youtube-box .jm-video-wrapper iframe {
	border:0;
	height:100%;
	width:100%;
	min-width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-169 { padding:0 0 56.25% 0; }
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-43 { padding:0 0 75% 0; }
.jm-youtube-box .jm-video-wrapper .youtube-overlay {
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border:0;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	overflow:hidden;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay img {
	display:block;
	width:auto;
	height:100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-button {
	border:none;
	background-color:transparent;
	padding:0;
	color:inherit;
	text-align:inherit;
	font-size:100%;
	font-family:inherit;
	cursor:default;
	line-height:inherit;
}
.jm-youtube-box .jm-video-wrapper .ytp-button:focus, .jm-youtube-box .jm-video-wrapper .ytp-button { outline:0; }
.jm-youtube-box .jm-video-wrapper .ytp-button::-moz-focus-inner {
	padding:0;
	border:0;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button {
	position:absolute;
	left:50%;
	top:50%;
	width:68px;
	height:48px;
	margin-left:-34px;
	margin-top:-24px;
	-moz-transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	z-index:63;
	cursor:pointer;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button svg {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button-bg {
	-moz-transition:fill .1s cubic-bezier(0.4,0.0,1,1), fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	-webkit-transition:fill .1s cubic-bezier(0.4,0.0,1,1), fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	transition:fill .1s cubic-bezier(0.4,0.0,1,1), fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	fill:#212121;
	fill-opacity:.8;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay:hover .ytp-large-play-button-bg {
	-moz-transition:fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition:fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	transition:fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	fill:#f00;
	fill-opacity:1;
}
.service-box {
	position:relative;
	width:100%;
	max-width:253px;
	margin:0 auto;
	height:100%;
	border:1px solid #e5e5e5;
	text-align:center;
	display:flex;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 767.98px) {
	.service-box { margin-bottom:20px; }
}
.service-box:hover { background-color:#1b6aca; }
.service-box:hover a .text { color:#ffffff; }
.service-box a {
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.service-box a img {
	display:block;
	max-width:100%;
	height:auto;
	margin:40px auto;
}
.service-box a .text {
	display:block;
	margin-bottom:40px;
	text-align:center;
	color:#1b6aca;
	text-transform:uppercase;
	font-size:20px;
	line-height:30px;
	font-weight:500;
	letter-spacing:0.06em;
}
.service-svg-box {
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:space-between;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	background-color:#ffffff;
	padding:30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.service-svg-box { padding:10px; }
}
@media (max-width: 1199.98px) {
	.service-svg-box { margin-bottom:20px; }
}
.service-svg-box h2 {
	color:#1b6aca;
	font:italic normal 900 24px/24px 'Philosopher', sans-serif;
	margin:0 0 6px 0;
	text-align:center;
}
.service-svg-box p {
	color:#1b6aca;
	font:normal normal 600 14px/24px 'Mulish', sans-serif;
	text-align:center;
	margin:0;
}
.service-svg-box svg {
	margin:30px auto;
	width:100px;
	height:82px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.service-svg-box svg { margin:10px auto; }
}
.service-svg-box svg path { fill:#1b6aca; }
.service-svg-box .btn { width:100%; }
.jm-map-wrapper { position:relative; }
.jm-map-wrapper .jm-map {
	position:relative;
	width:100%;
	height:700px;
}
@media (max-width: 1365px) {
	.jm-map-wrapper .jm-map { height:500px; }
}
@media (max-width: 1199px) {
	.jm-map-wrapper .jm-map { height:300px; }
}
.jm-map-wrapper .jm-map-infobox {
	z-index:1000;
	position:absolute;
	width:32%;
	padding:50px 50px;
	top:50%;
	left:100px;
	transform:translateY(-50%);
	border-radius:5px;
	background:rgba(255,255,255,0.8);
	font-size:30px;
	line-height:50px;
	color:#000000;
}
@media (max-width: 1365px) {
	.jm-map-wrapper .jm-map-infobox {
		padding:30px 30px;
		font-size:20px;
		line-height:26px;
	}
}
@media (max-width: 767px) {
	.jm-map-wrapper .jm-map-infobox { display:none; }
}
.jm-map-wrapper .jm-map-infobox a { color:#000000; }
.brands-wrapper {
	position:relative;
	margin:0 0 40px 0;
}
.brands-wrapper .brand-wrapper {
	position:relative;
	background-color:#ffffff;
	padding:40px;
	margin-bottom:40px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	display:flex;
	justify-content:flex-start;
}
@media (max-width: 1599.98px) {
	.brands-wrapper .brand-wrapper {
		padding:30px;
		margin-bottom:30px;
	}
}
@media (max-width: 1399.98px) {
	.brands-wrapper .brand-wrapper { flex-wrap:wrap; }
}
@media (max-width: 1199.98px) {
	.brands-wrapper .brand-wrapper {
		padding:20px;
		margin-bottom:20px;
	}
}
@media (max-width: 991.98px) {
	.brands-wrapper .brand-wrapper { flex-direction:column; }
}
.brands-wrapper .brand-wrapper .brand-thumbnail {
	display:block;
	width:40%;
	padding-right:4%;
}
@media (max-width: 1599.98px) {
	.brands-wrapper .brand-wrapper .brand-thumbnail { padding-right:2%; }
}
@media (max-width: 1399.98px) {
	.brands-wrapper .brand-wrapper .brand-thumbnail { width:51%; }
}
@media (max-width: 991.98px) {
	.brands-wrapper .brand-wrapper .brand-thumbnail {
		width:100%;
		padding:0;
		margin-bottom:20px;
	}
}
.brands-wrapper .brand-wrapper .brand-thumbnail img {
	display:block;
	max-width:100%;
	height:auto;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.brands-wrapper .brand-wrapper .brand-description { width:30%; }
@media (max-width: 1399.98px) {
	.brands-wrapper .brand-wrapper .brand-description { width:49%; }
}
@media (max-width: 991.98px) {
	.brands-wrapper .brand-wrapper .brand-description {
		width:100%;
		padding:0;
		margin:0;
	}
}
.brands-wrapper .brand-wrapper .brand-description h2 {
	font-size:50px;
	line-height:1.4;
	text-transform:uppercase;
	letter-spacing:0.06em;
	margin-bottom:30px;
}
@media (max-width: 1399.98px) {
	.brands-wrapper .brand-wrapper .brand-description h2 {
		font-size:40px;
		margin-bottom:20px;
	}
}
@media (max-width: 1199.98px) {
	.brands-wrapper .brand-wrapper .brand-description h2 {
		font-size:30px;
		margin-bottom:10px;
	}
}
.brands-wrapper .brand-wrapper .brand-categories {
	display:block;
	margin:0;
	padding:0 0 0 4%;
	width:30%;
	list-style:none;
}
@media (max-width: 1599.98px) {
	.brands-wrapper .brand-wrapper .brand-categories { padding:0 0 0 2%; }
}
@media (max-width: 1399.98px) {
	.brands-wrapper .brand-wrapper .brand-categories {
		width:auto;
		padding:0;
		margin-top:20px;
		margin-right:-10px;
		margin-left:-10px;
		display:flex;
		flex-wrap:wrap;
	}
}
@media (max-width: 991.98px) {
	.brands-wrapper .brand-wrapper .brand-categories {
		flex-direction:column;
		margin-top:0;
	}
}
.brands-wrapper .brand-wrapper .brand-categories li {
	display:block;
	position:relative;
	margin:30px 0 0 0;
	padding:0;
}
@media (max-width: 1599.98px) {
	.brands-wrapper .brand-wrapper .brand-categories li { margin-top:10px; }
}
@media (max-width: 1399.98px) {
	.brands-wrapper .brand-wrapper .brand-categories li {
		width:50%;
		padding:0 10px;
		margin:0 0 10px 0;
	}
}
@media (max-width: 991.98px) {
	.brands-wrapper .brand-wrapper .brand-categories li { width:100%; }
}
@media (min-width: 1600px) {
	.brands-wrapper .brand-wrapper .brand-categories li:first-child { margin-top:0; }
}
.brands-wrapper .brand-wrapper .brand-categories li a {
	display:block;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border:2px solid #e1e5f3;
	background-color:#ffffff;
	color:#1b6aca;
	padding:18px 30px;
	font-size:26px;
	line-height:1.5;
	font-weight:600;
}
@media (max-width: 1599.98px) {
	.brands-wrapper .brand-wrapper .brand-categories li a {
		font-size:24px;
		padding:15px 20px;
	}
}
@media (max-width: 1399.98px) {
	.brands-wrapper .brand-wrapper .brand-categories li a {
		width:100%;
		height:100%;
		display:flex;
	}
}
@media (max-width: 575.98px) {
	.brands-wrapper .brand-wrapper .brand-categories li a {
		font-size:20px;
		padding:10px 15px;
	}
}
.brands-wrapper .brand-wrapper .brand-categories li a:hover {
	border-color:#1b6aca;
	background-color:#1b6aca;
	color:#ffffff;
	-webkit-box-shadow:0 50px 50px 0 rgba(4,50,106,0.2);
	-moz-box-shadow:0 50px 50px 0 rgba(4,50,106,0.2);
	box-shadow:0 50px 50px 0 rgba(4,50,106,0.2);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	transform:translateY(-10px);
}
@media (max-width: 1599.98px) {
	.brands-wrapper .brand-wrapper .brand-categories li a:hover {
		-webkit-box-shadow:0 20px 20px 0 rgba(4,50,106,0.2);
		-moz-box-shadow:0 20px 20px 0 rgba(4,50,106,0.2);
		box-shadow:0 20px 20px 0 rgba(4,50,106,0.2);
		-webkit-transform:translateY(-5px);
		-moz-transform:translateY(-5px);
		-ms-transform:translateY(-5px);
		-o-transform:translateY(-5px);
		transform:translateY(-5px);
	}
}
.jm-news .owl-carousel .item img {
	max-width:100%;
	height:auto;
	margin:0 auto 30px auto;
}
.jm-news .owl-carousel .item .entry-date {
	display:block;
	margin-bottom:20px;
	color:#1b6aca;
}
.jm-news .owl-carousel .item h5 a { color:#ffffff; }
.jm-news .owl-carousel .owl-nav {
	margin-top:40px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.jm-news .owl-carousel .owl-nav button.owl-next, .jm-news .owl-carousel .owl-nav button.owl-prev, .jm-news .owl-carousel .owl-nav button {
	margin:0 15px;
	width:50px;
	height:50px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#616367;
}
.jm-news .owl-carousel .owl-nav button.owl-next:focus, .jm-news .owl-carousel .owl-nav button.owl-next .focus, .jm-news .owl-carousel .owl-nav button.owl-prev:focus, .jm-news .owl-carousel .owl-nav button.owl-prev .focus, .jm-news .owl-carousel .owl-nav button:focus, .jm-news .owl-carousel .owl-nav button .focus {
	outline:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.jm-news .owl-carousel .owl-nav button.owl-next i, .jm-news .owl-carousel .owl-nav button.owl-prev i, .jm-news .owl-carousel .owl-nav button i { color:#1b6aca; }
.vc_row-o-equal-height > .wpb_column > .vc_column-inner { height:100%; }
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper { height:100%; }
@media (max-width: 991.98px) {
	.even-section > .vc_row {
		display:flex;
		flex-direction:column;
	}
}
@media (max-width: 991.98px) {
	.even-section > .vc_row *:first-child { order:20; }
}
@media (max-width: 991.98px) {
	.even-section > .vc_row *:last-child { order:10; }
}
body .vc_section[data-vc-full-width]>.vc_row {
	margin-left:auto;
	margin-right:auto;
	max-width:1920px;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	color:#000000;
	font:400 18px/1.66 'Mulish', sans-serif;
	width:100%;
	min-width:320px;
	position:inherit;
	text-align:center;
	background-color:#ebf0f4;
}
body.home {
	background-image:url("../images/bg-home.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}
@media (min-width: 1920px) {
	body.home { background-size:100% auto; }
}
@media (max-width: 767.98px) {
	body.home { background-image:none; }
}
td, th {
	color:#000000;
	text-align:left;
	vertical-align:top;
}
p {
	margin:0 0 29.88px 0;
	padding:0;
}
hr {
	display:block;
	clear:both;
	height:1px;
	border:none;
	margin:0 0 29.88px 0;
	padding:0;
	border-bottom:1px solid #000000;
}
a {
	color:#1b6aca;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
}
a:focus, a:hover {
	text-decoration:none;
	color:#000000;
	outline:none;
}
h1 {
	color:#1b6aca;
	font:400 38px/1.5 'Philosopher', sans-serif;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
h2 {
	color:#000000;
	font:400 34px/1.66 'Philosopher', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
h2.entry-title {
	font-weight:300;
	font-family:'Mulish', sans-serif;
	font-size:34px;
	line-height:1.75;
	margin-bottom:20px;
}
@media (max-width: 1399.98px) {
	h2.entry-title {
		font-size:32px;
		line-height:1.3;
	}
}
@media (max-width: 1199.98px) {
	h2.entry-title {
		font-size:30px;
		line-height:1.3;
	}
}
@media (max-width: 767.98px) {
	h2.entry-title { font-size:24px; }
}
h2.vc_custom_heading {
	text-transform:uppercase;
	margin-bottom:40px;
}
h2 a {
	color:#000000;
	text-decoration:none;
}
h3 {
	color:#000000;
	font:400 24px/1.3 'Mulish', sans-serif;
	margin:0 0 30px 0;
	padding:0;
}
h4 {
	color:#000000;
	font:400 22px/1.3 'Philosopher', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
h5 {
	color:#000000;
	font:400 18px/1.2 'Philosopher', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
h6 {
	color:#000000;
	font:700 14px/1.2 'Philosopher', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
.site {
	position:relative;
	display:flex;
	flex-direction:column;
	min-height:100%;
	text-align:left;
	overflow:hidden;
}
.site .site-wrapper { flex:1 0 auto; }
.site-content {
	position:relative;
	z-index:40;
}
.inverted * { color:#fff; }
.inverted a:not(.btn) { color:#fff; }
.inverted a:not(.btn):hover { color:#1b6aca; }
.header-indent { margin:25px 0 60px 0; }
@media (max-width: 1199.98px) {
	.header-indent { margin:0 0 35px 0; }
}
.content-indent { padding:80px 0 80px 0; }
.content-indent.vc_section.vc_section-has-fill, .content-indent.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .content-indent.vc_section.vc_section-has-fill+.vc_section { padding-top:80px; }
@media (max-width: 1199.98px) {
	.content-indent.vc_section.vc_section-has-fill, .content-indent.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .content-indent.vc_section.vc_section-has-fill+.vc_section { padding-top:40px; }
}
.content-indent.vc_col-has-fill>.vc_column-inner, .content-indent.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .content-indent.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .content-indent.vc_row-has-fill>.vc_column_container>.vc_column-inner { padding-top:0; }
@media (max-width: 1199.98px) {
	.content-indent { padding:40px 0; }
}
.content-indent-bottom { padding:0 0 60px 0; }
.content-indent-bottom.vc_col-has-fill>.vc_column-inner, .content-indent-bottom.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .content-indent-bottom.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .content-indent-bottom.vc_row-has-fill>.vc_column_container>.vc_column-inner { padding-top:0; }
@media (max-width: 1199px) {
	.content-indent-bottom { padding:0 0 20px 0; }
}
.content-area, .widget-area { margin:0 0 80px 0; }
@media (max-width: 1199.98px) {
	.content-area, .widget-area { margin:0 0 30px 0; }
}
.wpb-post .content-area, .wpb-post .widget-area { margin:0; }
.home .content-area, .home .widget-area { margin:0; }
@media (max-width: 767.98px) {
	.hide-on-mobile { display:none; }
}
.title-section {
	position:relative;
	padding:30px 0 20px 0;
	margin:0;
	text-align:center;
}
@media (max-width: 767.98px) {
	.title-section { padding:10px 0 10px 0; }
}
.title-section h1 { margin:0; }
.entry-header {
	margin-right:calc(var(--bs-gutter-x) / -2);
	margin-left:calc(var(--bs-gutter-x) / -2);
}
.entry-header > * {
	padding-right:calc(var(--bs-gutter-x) / 2);
	padding-left:calc(var(--bs-gutter-x) / 2);
}
.entry-header .entry-title {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
@media (max-width: 1199.98px) {
	.entry-header .entry-title {
		align-items:flex-start;
		flex-direction:column;
	}
}
@media (max-width: 1199.98px) {
	.entry-header a { order:2; }
}
.entry-header a.brand-logo { display:block; }
@media (max-width: 1199.98px) {
	.entry-header a.brand-logo {
		order:1;
		margin-bottom:10px;
	}
}
@media (max-width: 767.98px) {
	.entry-header a.brand-logo { margin-top:0; }
}
.entry-header a.brand-logo img { display:block; }
@media (max-width: 767.98px) {
	.entry-header a.brand-logo img { width:50%; }
}
.mobile-featured { display:none; }
@media (max-width: 767.98px) {
	.mobile-featured {
		display:block;
		width:100%;
		height:auto;
	}
}
.parent-categories-wrapper {
	margin-bottom:40px;
	padding:0;
	list-style:none;
}
.parent-categories-wrapper li {
	padding:0;
	margin:0 0 40px 0;
	flex:0 0 auto;
	width:33.33333%;
	max-width:100%;
	padding-right:calc(var(--bs-gutter-x) / 2);
	padding-left:calc(var(--bs-gutter-x) / 2);
	margin-top:var(--bs-gutter-y);
}
@media (max-width: 991.98px) {
	.parent-categories-wrapper li {
		width:50%;
		margin-bottom:20px;
	}
}
@media (max-width: 575.98px) {
	.parent-categories-wrapper li { width:100%; }
}
.parent-categories-wrapper li a {
	position:relative;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border:2px solid #e1e5f3;
	background-color:#ffffff;
	color:#1b6aca;
	padding:30px 100px 30px 50px;
	font-size:24px;
	line-height:1.5;
	font-weight:600;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
}
@media (max-width: 1599.98px) {
	.parent-categories-wrapper li a {
		font-size:22px;
		padding:20px 80px 20px 40px;
	}
}
@media (max-width: 1399.98px) {
	.parent-categories-wrapper li a { padding:15px 60px 15px 30px; }
}
@media (max-width: 575.98px) {
	.parent-categories-wrapper li a {
		font-size:20px;
		padding:10px 60px 10px 15px;
	}
}
.parent-categories-wrapper li a:hover {
	border-color:#1b6aca;
	background-color:#1b6aca;
	color:#ffffff;
	-webkit-box-shadow:0 50px 50px 0 rgba(4,50,106,0.2);
	-moz-box-shadow:0 50px 50px 0 rgba(4,50,106,0.2);
	box-shadow:0 50px 50px 0 rgba(4,50,106,0.2);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	transform:translateY(-10px);
}
@media (max-width: 1599.98px) {
	.parent-categories-wrapper li a:hover {
		-webkit-box-shadow:0 20px 20px 0 rgba(4,50,106,0.2);
		-moz-box-shadow:0 20px 20px 0 rgba(4,50,106,0.2);
		box-shadow:0 20px 20px 0 rgba(4,50,106,0.2);
		-webkit-transform:translateY(-5px);
		-moz-transform:translateY(-5px);
		-ms-transform:translateY(-5px);
		-o-transform:translateY(-5px);
		transform:translateY(-5px);
	}
}
.parent-categories-wrapper li a:before {
	font-family:'Font Awesome\ 5 Free';
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1;
	font-size:12px;
	content:"\f054";
	position:absolute;
	right:50px;
	top:50%;
	transform:translateY(-50%);
}
@media (max-width: 1599.98px) {
	.parent-categories-wrapper li a:before { right:40px; }
}
@media (max-width: 1399.98px) {
	.parent-categories-wrapper li a:before { right:30px; }
}
.products-carousel-box {
	margin-bottom:120px;
	padding:0 11%;
}
@media (max-width: 1599.98px) {
	.products-carousel-box {
		margin-bottom:80px;
		padding:0;
	}
}
@media (max-width: 1199.98px) {
	.products-carousel-box { margin-bottom:40px; }
}
.products-carousel-box .owl-carousel .owl-stage-outer { overflow:inherit; }
@media (min-width: 768px) {
	.products-carousel-box .owl-carousel .owl-stage-outer .owl-stage { display:flex; }
}
.products-carousel-box .owl-nav {
	position:absolute;
	top:50%;
	width:100%;
}
@media (max-width: 767.98px) {
	.products-carousel-box .owl-nav {
		top:auto;
		position:relative;
		display:flex;
		align-items:center;
		justify-content:center;
		margin-top:20px;
	}
}
.products-carousel-box .owl-nav button.owl-next, .products-carousel-box .owl-nav button.owl-prev, .products-carousel-box .owl-nav button {
	position:absolute;
	transform:translateY(-50%);
	margin:0;
	width:70px;
	height:70px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#1b6aca;
}
@media (max-width: 767.98px) {
	.products-carousel-box .owl-nav button.owl-next, .products-carousel-box .owl-nav button.owl-prev, .products-carousel-box .owl-nav button {
		position:relative;
		margin:0 20px;
		transform:translateY(0);
		left:auto !important;
		right:auto !important;
		width:40px;
		height:40px;
	}
}
.products-carousel-box .owl-nav button.owl-next:focus, .products-carousel-box .owl-nav button.owl-next .focus, .products-carousel-box .owl-nav button.owl-prev:focus, .products-carousel-box .owl-nav button.owl-prev .focus, .products-carousel-box .owl-nav button:focus, .products-carousel-box .owl-nav button .focus {
	outline:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.products-carousel-box .owl-nav button.owl-next:hover, .products-carousel-box .owl-nav button.owl-prev:hover, .products-carousel-box .owl-nav button:hover { background-color:#0c217d; }
.products-carousel-box .owl-nav button.owl-next i, .products-carousel-box .owl-nav button.owl-prev i, .products-carousel-box .owl-nav button i {
	font-size:50px;
	line-height:50px;
	color:#ffffff;
}
@media (max-width: 767.98px) {
	.products-carousel-box .owl-nav button.owl-next i, .products-carousel-box .owl-nav button.owl-prev i, .products-carousel-box .owl-nav button i {
		font-size:26px;
		line-height:40px;
	}
}
.products-carousel-box .owl-nav button.owl-prev { left:-170px; }
@media (max-width: 1599.98px) {
	.products-carousel-box .owl-nav button.owl-prev { left:-50px; }
}
.products-carousel-box .owl-nav button.owl-next { right:-170px; }
@media (max-width: 1599.98px) {
	.products-carousel-box .owl-nav button.owl-next { right:-50px; }
}
.products-carousel-box .item {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color:#ffffff;
	display:flex;
	justify-content:space-between;
	height:100%;
	-webkit-box-shadow:0 50px 50px 0 rgba(4,50,106,0.2);
	-moz-box-shadow:0 50px 50px 0 rgba(4,50,106,0.2);
	box-shadow:0 50px 50px 0 rgba(4,50,106,0.2);
}
@media (max-width: 991.98px) {
	.products-carousel-box .item { flex-direction:column; }
}
.products-carousel-box .item .category-description-wrapper {
	width:40%;
	padding:60px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}
@media (max-width: 1799.98px) {
	.products-carousel-box .item .category-description-wrapper { padding:40px; }
}
@media (max-width: 1399.98px) {
	.products-carousel-box .item .category-description-wrapper { padding:20px; }
}
@media (max-width: 991.98px) {
	.products-carousel-box .item .category-description-wrapper {
		width:100%;
		flex-grow:1;
	}
}
@media (max-width: 575.98px) {
	.products-carousel-box .item .category-description-wrapper { padding:10px; }
}
@media (max-width: 1799.98px) {
	.products-carousel-box .item .category-description-wrapper .category-description p { font-size:17px; }
}
@media (max-width: 1399.98px) {
	.products-carousel-box .item .category-description-wrapper .category-description p { font-size:16px; }
}
@media (max-width: 1199.98px) {
	.products-carousel-box .item .category-description-wrapper .category-description p { font-size:15px; }
}
@media (max-width: 991.98px) {
	.products-carousel-box .item .category-description-wrapper .category-description { display:none; }
}
.products-carousel-box .item .category-description-wrapper .category-above-description {
	margin-top:auto;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.products-carousel-box .item .category-description-wrapper .category-above-description .brand-logo {
	display:block;
	margin:10px 0;
}
.products-carousel-box .item .category-description-wrapper .category-above-description .brand-logo img { display:block; }
@media (max-width: 991.98px) {
	.products-carousel-box .item .category-description-wrapper .category-above-description { display:none; }
}
.products-carousel-box .item h2 {
	font-size:42px;
	line-height:1.27;
	margin-bottom:20px;
	color:#1b6aca;
}
@media (max-width: 1799.98px) {
	.products-carousel-box .item h2 {
		font-size:34px;
		line-height:1.1;
		margin-bottom:10px;
	}
}
@media (max-width: 1399.98px) {
	.products-carousel-box .item h2 { font-size:32px; }
}
@media (max-width: 1199.98px) {
	.products-carousel-box .item h2 {
		font-size:30px;
		margin-bottom:20px;
	}
}
@media (max-width: 991.98px) {
	.products-carousel-box .item h2 {
		text-align:center;
		margin-bottom:0;
		width:100%;
		font-size:26px;
	}
}
.products-carousel-box .item h2 a { color:#1b6aca; }
.products-carousel-box .item .category-image-wrapper {
	width:60%;
	display:block;
	max-width:100%;
	height:auto;
	-webkit-border-radius:0 8px 8px 0;
	-moz-border-radius:0 8px 8px 0;
	border-radius:0 8px 8px 0;
}
@media (max-width: 991.98px) {
	.products-carousel-box .item .category-image-wrapper {
		width:100%;
		-webkit-border-radius:0 0 8px 8px;
		-moz-border-radius:0 0 8px 8px;
		border-radius:0 0 8px 8px;
	}
}
.products-carousel-box .item .category-image-wrapper img {
	display:block;
	max-width:100%;
	height:auto;
	-webkit-border-radius:0 8px 8px 0;
	-moz-border-radius:0 8px 8px 0;
	border-radius:0 8px 8px 0;
}
@media (max-width: 991.98px) {
	.products-carousel-box .item .category-image-wrapper img {
		width:100%;
		-webkit-border-radius:0 0 8px 8px;
		-moz-border-radius:0 0 8px 8px;
		border-radius:0 0 8px 8px;
	}
}
@media (max-width: 1399.98px) {
	.products-carousel-box .item p { font-size:16px; }
}
.featured-products-wrapper { margin-bottom:50px; }
@media (max-width: 1599.98px) {
	.featured-products-wrapper { margin-bottom:30px; }
}
@media (max-width: 1199.98px) {
	.featured-products-wrapper { margin-bottom:0; }
}
.featured-products-wrapper h2 {
	font-weight:300;
	font-family:'Mulish', sans-serif;
	font-size:28px;
	line-height:1.75;
	text-transform:uppercase;
	margin-bottom:50px;
}
@media (max-width: 1199.98px) {
	.featured-products-wrapper h2 { margin-bottom:30px; }
}
@media (max-width: 767.98px) {
	.featured-products-wrapper h2 {
		font-size:26px;
		line-height:1.3;
		margin-bottom:20px;
		text-align:center;
	}
}
.featured-products-wrapper .owl-carousel-products .owl-stage-outer {
	overflow:inherit;
	padding:10px 0 30px 0;
}
.featured-products-wrapper .owl-carousel-products .owl-stage-outer .owl-stage { display:flex; }
.featured-products-wrapper .owl-carousel-products .owl-nav {
	margin-top:0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.featured-products-wrapper .owl-carousel-products .owl-nav button.owl-next, .featured-products-wrapper .owl-carousel-products .owl-nav button.owl-prev, .featured-products-wrapper .owl-carousel-products .owl-nav button {
	margin:0 30px;
	width:50px;
	height:50px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#1b6aca;
}
.featured-products-wrapper .owl-carousel-products .owl-nav button.owl-next:focus, .featured-products-wrapper .owl-carousel-products .owl-nav button.owl-next .focus, .featured-products-wrapper .owl-carousel-products .owl-nav button.owl-prev:focus, .featured-products-wrapper .owl-carousel-products .owl-nav button.owl-prev .focus, .featured-products-wrapper .owl-carousel-products .owl-nav button:focus, .featured-products-wrapper .owl-carousel-products .owl-nav button .focus {
	outline:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.featured-products-wrapper .owl-carousel-products .owl-nav button.owl-next:hover, .featured-products-wrapper .owl-carousel-products .owl-nav button.owl-prev:hover, .featured-products-wrapper .owl-carousel-products .owl-nav button:hover { background-color:#0c217d; }
.featured-products-wrapper .owl-carousel-products .owl-nav button.owl-next i, .featured-products-wrapper .owl-carousel-products .owl-nav button.owl-prev i, .featured-products-wrapper .owl-carousel-products .owl-nav button i { color:#ffffff; }
.featured-products-wrapper .owl-carousel-products .item { height:100%; }
.featured-products-wrapper .owl-carousel-products .featured-product {
	position:relative;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color:#ffffff;
	height:100%;
	display:flex;
	flex-direction:column;
	width:100%;
	border:2px solid #e1e5f3;
	padding:40px;
	-webkit-transition:0.3s linear;
	-moz-transition:0.3s linear;
	-o-transition:0.3s linear;
	transition:0.3s linear;
}
@media (max-width: 1799.98px) {
	.featured-products-wrapper .owl-carousel-products .featured-product { padding:30px; }
}
@media (max-width: 1399.98px) {
	.featured-products-wrapper .owl-carousel-products .featured-product { padding:20px; }
}
@media (max-width: 767.98px) {
	.featured-products-wrapper .owl-carousel-products .featured-product { text-align:center; }
}
.featured-products-wrapper .owl-carousel-products .featured-product:hover {
	-webkit-box-shadow:0 20px 20px 0 rgba(4,50,106,0.2);
	-moz-box-shadow:0 20px 20px 0 rgba(4,50,106,0.2);
	box-shadow:0 20px 20px 0 rgba(4,50,106,0.2);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	transform:translateY(-10px);
}
@media (max-width: 1599.98px) {
	.featured-products-wrapper .owl-carousel-products .featured-product:hover {
		-webkit-box-shadow:0 10px 10px 0 rgba(4,50,106,0.2);
		-moz-box-shadow:0 10px 10px 0 rgba(4,50,106,0.2);
		box-shadow:0 10px 10px 0 rgba(4,50,106,0.2);
		-webkit-transform:translateY(-5px);
		-moz-transform:translateY(-5px);
		-ms-transform:translateY(-5px);
		-o-transform:translateY(-5px);
		transform:translateY(-5px);
	}
}
.featured-products-wrapper .owl-carousel-products .featured-product .product-category {
	display:block;
	font-weight:700;
	margin-bottom:20px;
}
.featured-products-wrapper .owl-carousel-products .featured-product .product-category i { font-size:14px; }
.featured-products-wrapper .owl-carousel-products .featured-product .product-name {
	display:block;
	color:#000000;
	font-size:32px;
	line-height:1.3;
	margin-bottom:20px;
}
@media (max-width: 1799.98px) {
	.featured-products-wrapper .owl-carousel-products .featured-product .product-name {
		font-size:30px;
		line-height:1.1;
	}
}
@media (max-width: 1399.98px) {
	.featured-products-wrapper .owl-carousel-products .featured-product .product-name { font-size:26px; }
}
.featured-products-wrapper .owl-carousel-products .featured-product .product-description { margin-bottom:20px; }
.featured-products-wrapper .owl-carousel-products .featured-product .btn { margin:auto 0 0 0; }
.home-top {
	padding-left:22%;
	margin-top:80px;
	margin-bottom:80px;
}
@media (max-width: 1599.98px) {
	.home-top {
		padding-left:0;
		margin-top:40px;
		margin-bottom:40px;
	}
}
@media (max-width: 767.98px) {
	.home-top {
		margin-top:20px;
		margin-bottom:20px;
	}
}
@media (max-width: 575.98px) {
	.home-top {
		margin-top:10px;
		margin-bottom:0;
	}
}
.home-top *:last-child { margin-bottom:0; }
.home-top * { color:#fff; }
@media (max-width: 767.98px) {
	.home-top * { color:#000000; }
}
.home-top h1 {
	margin:0 0 20px 0;
	padding:0;
	font-weight:400;
	text-transform:uppercase;
	font-size:76px;
	line-height:1.08;
	letter-spacing:0.06em;
}
@media (max-width: 1399.98px) {
	.home-top h1 { font-size:58px; }
}
@media (max-width: 991.98px) {
	.home-top h1 {
		font-size:48px;
		margin-bottom:10px;
	}
}
@media (max-width: 767.98px) {
	.home-top h1 {
		font-size:40px;
		line-height:50px;
	}
}
@media (max-width: 575.98px) {
	.home-top h1 { margin-bottom:5px; }
}
.home-top h3 {
	font-weight:400;
	font-size:38px;
}
@media (max-width: 991.98px) {
	.home-top h3 {
		font-size:24px;
		margin-bottom:10px;
	}
}
@media (max-width: 767.98px) {
	.home-top h3 { font-size:22px; }
}
@media (max-width: 767.98px) {
	.home-top h3 { margin-bottom:5px; }
}
.home-top .btn { color:#ffffff; }
@media (max-width: 767.98px) {
	.home-top .btn { color:#000000; }
}
body.home .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
	width:100% !important;
	flex-basis:auto !important;
}
