/* Loader */
#customLoader {
	background-color: rgba(0, 0, 0, 0.7);
	/*position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;*/
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#loaderItemContainer {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes loaderItem {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

#loaderItem div {
	box-sizing: border-box !important;
}

#loaderItem>div {
	position: absolute;
	width: 72px;
	height: 72px;
	top: 14px;
	left: 14px;
	border-radius: 50%;
	border: 8px solid #000;
	border-color: #e2e2e2 transparent #e2e2e2 transparent;
	animation: loaderItem 1s linear infinite;
}

#loaderItem>div:nth-child(2) {
	border-color: transparent;
}

#loaderItem>div:nth-child(2) div {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
}

#loaderItem>div:nth-child(2) div:before,
#loaderItem>div:nth-child(2) div:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: -8px;
	left: 24px;
	background: #e2e2e2;
	border-radius: 50%;
	box-shadow: 0 64px 0 0 #e2e2e2;
}

#loaderItem>div:nth-child(2) div:after {
	left: -8px;
	top: 24px;
	box-shadow: 64px 0 0 0 #e2e2e2;
}

.loadingio-spinner-dual-ring-f46uomvslor {
	width: 58px;
	height: 58px;
	display: inline-block;
	overflow: hidden;
	background: none;
}

#loaderItem {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(0.58);
	backface-visibility: hidden;
	transform-origin: 0 0;
	/* see note above */
}

#loaderItem div {
	box-sizing: content-box;
}


/* From snippet */
#customLoader {
	background-color: rgba(0, 0, 0, 0.7);
	/*position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;*/
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#loaderItemContainer {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes loaderItem {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

#loaderItem div {
	box-sizing: border-box !important;
}

#loaderItem>div {
	position: absolute;
	width: 72px;
	height: 72px;
	top: 14px;
	left: 14px;
	border-radius: 50%;
	border: 8px solid #000;
	border-color: #e2e2e2 transparent #e2e2e2 transparent;
	animation: loaderItem 1s linear infinite;
}

#loaderItem>div:nth-child(2) {
	border-color: transparent;
}

#loaderItem>div:nth-child(2) div {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
}

#loaderItem>div:nth-child(2) div:before,
#loaderItem>div:nth-child(2) div:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: -8px;
	left: 24px;
	background: #e2e2e2;
	border-radius: 50%;
	box-shadow: 0 64px 0 0 #e2e2e2;
}

#loaderItem>div:nth-child(2) div:after {
	left: -8px;
	top: 24px;
	box-shadow: 64px 0 0 0 #e2e2e2;
}

.loadingio-spinner-dual-ring-f46uomvslor {
	width: 58px;
	height: 58px;
	display: inline-block;
	overflow: hidden;
	background: none;
}

#loaderItem {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(0.58);
	backface-visibility: hidden;
	transform-origin: 0 0;
	/* see note above */
}

#loaderItem div {
	box-sizing: content-box;
}








/* This was inline */
.slider-hidden {
	display: none;
}

.wg-selector-1:hover {
	opacity: .9 !important;
}

.wg-selector-1 {
	transition: .2s;
}

body .uwy.userway_p1 .userway_buttons_wrapper {
	margin-top: 82px !important;
}

body .uwy.userway_p1 .uai {
	/*top: 82px!important;*/
	right: 2px !important;
	left: auto;
	bottom: auto;
}

/*body .uwy.userway_p1 {

top: 83px !important;
right: 13px !important;
left: auto !important;
bottom: auto !important;
}
body .userway .userway_accessibility_icon {
height: 30px !important;
width: 30px !important;
opacity: 0 !important;
}
body .userway.userway_p1 {

top: 25px !important;
right: 160px !important;
height: 30px !important;
width: 30px !important;
}

body .userway .userway_accessibility_icon .userway-spacer {
height: 30px;
width: 30px;
top: -1px;
left: 13px;
}*/
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* whitespace fix start Don't leave white space after second nav */
.secondary-navbar {
	white-space: nowrap;
}

.table {
	white-space: nowrap;
}

/* whitespace fix end*/

/*We must hide the wrapper scrollbar or there will be two visible scrollbars nested*/
.no-overflow-wrapper-table::-webkit-scrollbar {
	display: none;
}

.no-overflow-wrapper-table {
	-ms-overflow-style: none;
}


/* width */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar:horizontal {
	height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #e2e2e2;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #5b5b5b;
}

.no-overflow-wrapper {
	width: 100% !important;
}

a.w-webflow-badge {
	display: none !important;
}

.nav-menu::-webkit-scrollbar {
	display: none;
}

.nav-mneu {
	-ms-overflow-style: none;
}

/* Inlin header */

/* options 👌🏻 */
:root {
	--hamburger-color: white; /* menu color */
	--hamburger-dimension-width: 40px; /* menu width & height */
	--hamburger-dimension-height: 25px; /* menu width & height */
	--hamburger-strokeWidth: 25px; /* width of the line */
	--hamburger-strokeLineCap: square; /* round, butt or square */
	--hamburger-anim-duration: .35s; /* animation duration */
	--hamburger-anim-easing: cubic-bezier(0.25, -0.25, .7, 1.25); /* animation easing */
}

#hamburgerSvg {
	width: var(--hamburger-dimension-width);
	height: var(--hamburger-dimension-height);
	cursor: pointer;
}

#hamburgerSvg:activ {
	outline: none !important; /* removes focus highlight on click */
}

#hamburgerSvg:focus {
	outline: none !important; /* removes focus highlight on click */
}

.hamburgerWrapper:activ {
	outline: none !important; /* removes focus highlight on click */
}

.hamburgerWrapper:focus {
	outline: none !important; /* removes focus highlight on click */
}

.path-menu {
	fill: none;
	stroke-width: var(--hamburger-strokeWidth);
	stroke-linecap: var(--hamburger-strokeLineCap);
	stroke: var(--hamburger-color);
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset var(--hamburger-anim-duration) var(--hamburger-anim-easing),
	stroke-dasharray var(--hamburger-anim-duration) var(--hamburger-anim-easing);
	-o-transition: stroke-dashoffset var(--hamburger-anim-duration) var(--hamburger-anim-easing),
	stroke-dasharray var(--hamburger-anim-duration) var(--hamburger-anim-easing);
	transition: stroke-dashoffset var(--hamburger-anim-duration) var(--hamburger-anim-easing),
	stroke-dasharray var(--hamburger-anim-duration) var(--hamburger-anim-easing);
}

.scrolled .path-menu {
	stroke: #161b52;
}

#bottom,
#top {
	stroke-dasharray: 240px 950px;
}

#middle {
	stroke-dasharray: 240px 240px;
}

.menu #bottom,
.menu #top {
	stroke-dashoffset: -650px;
}
.menu #middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}