html, body, form, ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

body {
	font-family: 'Lato', sans-serif;
	color: #232333;
}

*, ::after, ::before {
-webkit-box-sizing: border-box;
		box-sizing: border-box;
}

@media (max-width: 992px) {
section {
	padding: 0 20px;
}
section.zero-pading {
	padding: 0;
}
}

img {
max-width: 100%;
height: auto;
}

.ez__container {
max-width: 1400px;
margin: 0px auto;
width: 100%;
}

.ez__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
	-ms-flex-direction: row;
		flex-direction: row;
-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
border: none;
border-radius: 3px;
cursor: pointer;
}

a.ez__btn {
width: auto;
text-decoration: none;
padding-left: 45px;
padding-right: 45px;
}

@media (max-width: 992px) {
a.ez__btn {
	padding-left: 20px;
	padding-right: 20px;
}
}

.ez__btn-small {
min-width: 214px;
min-height: 44px;
font-weight: 900;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.1em;
}

.ez__btn-medium {
min-width: 213px;
min-height: 60px;
font-weight: 900;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.1em;
}

@media (max-width: 576px) {
.ez__btn-medium {
	min-height: 44px;
}
}

.ez__btn-large {
min-width: 401px;
min-height: 58px;
padding: 20px 40px 19px 41px;
font-size: 16px;
font-weight: 900;
}

@media (max-width: 768px) {
.ez__btn-large {
	min-width: 335px;
	min-height: 44px;
}
}

@media (min-width: 576px) {
.ez__container {
	max-width: 540px;
}
}

@media (min-width: 768px) {
.ez__container {
	max-width: 720px;
}
}

@media (min-width: 992px) {
.ez__container {
	max-width: 960px;
}
}

@media (min-width: 1200px) {
.ez__container {
	max-width: 1140px;
}
}

@media (min-width: 1200px) {
.ez__container {
	max-width: 1140px;
}
}

@media (min-width: 1500px) {
.ez__container {
	max-width: 1400px;
}
}

@font-face {
	font-family: 'almaden_sansregular';
	src: url('../assets/fonts/AlmadenSans-Regular-WebXL.woff2');
	src: local(''),
	url('../fonts/AlmadenSans-Regular-WebXL.woff2') format('woff2');
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'almaden_sansmedium';
	src: url('../assets/fonts/AlmadenSans-Medium-WebXL.woff2');
	src: local(''),
	url('../fonts/AlmadenSans-Medium-WebXL.woff2') format('woff2');
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'almaden_sansbold';
	src: url('../assets/fonts/AlmadenSans-Bold-WebXL.woff2');
	src: local(''),
	url('../fonts/AlmadenSans-Bold-WebXL.woff2') format('woff2');
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Happydisplay_semibold';
	src: url('../assets/fonts/HappyDisplay-SemiBold.woff2');
	src: local(''),
	url('../fonts/HappyDisplay-SemiBold.woff2') format('woff2');
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Happydisplay_light';
	src: url('../assets/fonts/HappyDisplay-Light.woff2');
	src: local(''),
	url('../fonts/HappyDisplay-Light.woff2') format('woff2');
	font-display: swap;
	font-style: normal;
}

h1.ez__title {
font-weight: 600;
font-size: 48px;
line-height: 120%;
font-family: "Happydisplay_semibold";
}

@media (max-width: 1024px) {
h1.ez__title {
	font-size: 32px;
}
}

h2.ez__title {
font-weight: 600;
font-size: 32px;
line-height: 120%;
font-family: "Happydisplay_semibold";
}

h3.ez__title {
font-weight: 600;
font-size: 24px;
line-height: 120%;
font-family: "Happydisplay_semibold";
}

h4.ez__title {
font-weight: 600;
font-size: 20px;
line-height: 120%;
font-family: "Happydisplay_semibold";
}

header {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 9;
}

@media (min-width: 1024px) {
header {
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
}

header.open-mobilemenu {
z-index: 999;
}

header .ez__navBar {
position: relative;
z-index: 2;
}

header .ez__navBar .ez__topBar {
background: #00031f;
}

header .ez__navBar .ez__topBar .ez__menuItemsRight > ul {
padding: 0;
margin: 0;
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
-webkit-box-pack: end;
	-ms-flex-pack: end;
		justify-content: flex-end;
width: 100%;
min-height: 44px;
}

header .ez__navBar .ez__topBar .ez__menuItemsRight > ul > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}

header .ez__navBar .ez__topBar .ez__menuItemsRight > ul > li > a {
font-weight: 500;
font-size: 14px;
line-height: 110%;
color: #ffffff;
text-decoration: none;
padding: 14px 10px;
font-family: "almaden_sansmedium";
}

header .ez__navBar .ez__topBar .ez__menuItemsRight > ul > li > a:hover, header .ez__navBar .ez__topBar .ez__menuItemsRight > ul > li > a:focus, header .ez__navBar .ez__topBar .ez__menuItemsRight > ul > li > a:visited, header .ez__navBar .ez__topBar .ez__menuItemsRight > ul > li > a:active {
color: #ffffff;
}

header .ez__navBar .ez__topBar .ez__menuItemsRight > ul > li > button {
font-weight: 500;
font-size: 14px;
line-height: 120%;
color: #ffffff;
padding: 14px 20px 14px 10px;
border: none;
background: none;
cursor: pointer;
font-family: "almaden_sansmedium";
}

header .ez__navBar .ez__topBar .ez__menuItemsRight > ul > li > button:hover, header .ez__navBar .ez__topBar .ez__menuItemsRight > ul > li > button:active {
color: #ffffff;
}

header .ez__navBar .ez__topBar .ez__menuItemsRight > ul > li .ez__menuItemDivider {
width: 1px;
height: 100%;
height: 20px;
background: rgba(255, 255, 255, 0.25);
}

header .ez__navBar .ez__topBar .ez__menuItemsRight > ul > li.ez__dNone {
display: none;
}

header .ez__navBar .ez__topBar .ez__menuItemsRight > ul > li:last-child a, header .ez__navBar .ez__topBar .ez__menuItemsRight > ul > li:last-child button {
padding-right: 0;
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__hidden-xs {
	display: none !important;
}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
header .ez__navBar .ez__hidden-sm {
	display: none !important;
}
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__container {
	max-width: 100%;
}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
header .ez__navBar .ez__megaMenuWrapper {
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	background: #fff;
}
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
	flex-wrap: wrap;
-webkit-box-pack: justify;
	-ms-flex-pack: justify;
		justify-content: space-between;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
padding: 10px 0;
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu {
	padding: 0;
}
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .xs__topNav {
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft {
	padding: 0;
	width: 100%;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	background: #fff;
}
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems > ul {
padding: 0;
margin: 0 0 0 20px;
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
-webkit-box-pack: end;
	-ms-flex-pack: end;
		justify-content: flex-end;
width: 100%;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems > ul > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 15px;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems > ul > li > a {
font-weight: 500;
font-size: 16px;
line-height: 120%;
color: #666484;
padding: 0;
border: none;
background: none;
text-decoration: none;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems > ul > li > a:hover, header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems > ul > li > a:active {
color: #0e72ed;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems > ul > li > button {
font-weight: 500;
font-size: 16px;
line-height: 120%;
color: #666484;
padding: 0;
border: none;
background: none;
cursor: pointer;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems > ul > li > button:hover, header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems > ul > li > button:active {
color: #0e72ed;
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems > ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	margin: 0;
	padding: 0 10px;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems > ul > li {
	margin: 0;
	padding: 12px 10px;
	border-bottom: 1px solid #e1e1e6;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems > ul > li button {
	width: 100%;
	text-align: left;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems > ul > li:last-child {
	border: none;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems > ul > li.active {
	border: none;
}
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems {
	-webkit-box-flex: 100%;
		-ms-flex: 100%;
			flex: 100%;
	max-height: 0;
	visibility: hidden;
	opacity: 0;
}
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	height: calc(100vh - 172px);
	overflow-x: hidden;
	overflow-y: auto;
}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent {
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100vh - 177px);
}
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul {
padding: 6px 0 0 0;
margin: 0 0 0 20px;
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
-webkit-box-pack: end;
	-ms-flex-pack: end;
		justify-content: flex-end;
width: 100%;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 15px;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li > a {
font-weight: 500;
font-family: "almaden_sansmedium";
font-size: 16px;
color: #666484;
padding: 0;
border: none;
background: none;
text-decoration: none;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li > a:hover {
color: #0e72ed;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li > a:hover {
	color: #666484;
}
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li > a.active {
color: #0e72ed;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li > a.active {
	color: #0e72ed;
}
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li > button {
font-weight: 500;
font-family: "almaden_sansmedium";
font-size: 16px;
color: #666484;
padding: 0;
border: none;
background: none;
cursor: pointer;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li > button:hover {
color: #0e72ed;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li > button:hover {
	color: #666484;
}
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li > button.active {
color: #0e72ed;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li > button.active {
	color: #0e72ed;
}
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	margin: 0;
	padding: 0 10px;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li {
	margin: 0;
	padding: 12px 10px;
	border-bottom: 1px solid #e1e1e6;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li button {
	width: 100%;
	text-align: left;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li:last-child {
	border: none;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsScrollableContent > ul > li.active {
	border: none;
}
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsSearchWrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0 10px;
	margin: 15px 0;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsSearchWrapper input {
	min-height: 34px;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	width: 100%;
	padding: 0 0 0 35px;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsSearchWrapper input + .activeBar {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 30px;
	height: 100%;
	background-image: url("../images/nav-header/icon-search-grey.svg");
	background-position: center center;
	background-repeat: no-repeat;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsSearchWrapper input:focus {
	border: 1px solid #0B5CFF;
	outline: none;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .menuItems .ez__xsSearchWrapper input:focus + .activeBar {
	position: absolute;
	left: 10px;
	top: 0px;
	background-color: #0B5CFF;
	background-image: url("../images/nav-header/icon-search.svg");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 4px 0 0 4px;
}
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__zoomLogo {
-ms-flex-negative: 0;
	flex-shrink: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .xs-topbarMenu {
margin-left: auto;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .xs-topbarMenu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .xs-topbarMenu ul li a {
font-weight: 500;
font-size: 16px;
line-height: 120%;
color: #666484;
font-family: "almaden_sansmedium";
margin: 0 10px;
text-decoration: none;
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .xs-topbarMenu.visible-mobile {
	display: block;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .xs-topbarMenu.visible-tablet {
	display: none;
}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .xs-topbarMenu.visible-mobile {
	display: none;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .xs-topbarMenu.visible-tablet {
	display: block;
}
}

@media (min-width: 1024px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .xs-topbarMenu.visible-mobile {
	display: none;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .xs-topbarMenu.visible-tablet {
	display: none;
}
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__burgerMenu {
display: block;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
width: 24px;
height: 14px;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__burgerMenu #nav-icon {
width: 24px;
position: relative;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
cursor: pointer;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__burgerMenu #nav-icon span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #0e72ed;
border-radius: 10px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__burgerMenu #nav-icon span:nth-child(1) {
top: 0px;
-webkit-transform-origin: right center;
transform-origin: right center;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__burgerMenu #nav-icon span:nth-child(2) {
top: 6px;
-webkit-transform-origin: right center;
transform-origin: right center;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__burgerMenu #nav-icon span:nth-child(3) {
top: 12px;
-webkit-transform-origin: right center;
transform-origin: right center;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__burgerMenu #nav-icon.open span:nth-child(1) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -4px;
right: 8px;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__burgerMenu #nav-icon.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__burgerMenu #nav-icon.open span:nth-child(3) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 13px;
right: 8px;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__footerContentBlock2,
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__footerContentBlock1 {
display: none !important;
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__footerContentBlock2,
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__footerContentBlock1 {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__burgerTarget {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #fff;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__burgerTarget > ul {
	max-height: 50vh;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	overflow-y: auto;
	overflow-x: hidden;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .xs__topNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	padding: 10px 20px;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .xs__topNav.menu-open ~ .ez__burgerTarget {
	max-height: -webkit-fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content;
	opacity: 1;
	visibility: visible;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__footerContentBlock1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	width: 100%;
	padding: 20px;
	margin-top: auto;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__footerContentBlock1 .ez__footerContentBlock1Flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__footerContentBlock1 .ez__footerContentBlock1Flex a {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	color: #747487;
	text-decoration: none;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__footerContentBlock1 .ez__footerContentBlock1Flex a:not(:last-child) {
	margin-bottom: 10px;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__footerContentBlock2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	padding: 10px 20px;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__footerContentBlock2 > a {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
	height: 100%;
}
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .ez__footerContentBlock2 > a:last-child {
	margin-left: 10px;
}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsLeft .xs__topNav {
	-webkit-box-shadow: none;
			box-shadow: none;
	padding: 10px 0;
}
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsRight ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsRight ul > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
margin-left: 10px;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsRight ul > li > a {
font-weight: 500;
font-family: "almaden_sansmedium";
font-size: 16px;
color: #666484;
padding: 0;
border: none;
background: none;
text-decoration: none;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsRight ul > li > a:hover, header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsRight ul > li > a:active {
color: #0e72ed;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsRight ul > li > button {
font-weight: 500;
font-family: "almaden_sansmedium";
font-size: 16px;
color: #666484;
padding: 0;
border: none;
background: none;
cursor: pointer;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsRight ul > li > button:hover, header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsRight ul > li > button:active {
color: #0e72ed;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsRight ul > li > button.__type2--grey {
padding: 0 20px 0 0;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsRight ul > li.ez__dNone {
display: none;
}

header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsRight ul > li:last-child a, header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsRight ul > li:last-child button {
padding-right: 0;
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu .ez__menuItemsRight {
	margin-top: auto;
}
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__megaMenuWrapper .ez__megaMenu {
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
}

header .ez__navBar .ez__dropdown-toggle {
position: relative;
}

header .ez__navBar .ez__dropdown-toggle::after {
content: "";
background-image: url("../images/nav-header/icon-arrow-down--grey.svg");
background-repeat: no-repeat;
background-position: center right;
position: absolute;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 5px;
width: 10px;
margin: auto;
bottom: 0;
opacity: 0;
right: -5px;
-webkit-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-toggle::after {
	opacity: 1;
}
}

header .ez__navBar .ez__dropdown-toggle::before {
width: 0%;
-webkit-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
left: 0;
content: "";
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__dropdown-toggle::before {
	content: inherit;
}
}

header .ez__navBar .ez__dropdown-toggle:hover::after {
opacity: 1;
right: -15px;
background-image: url("../images/nav-header/icon-arrow-down--blue.svg");
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-toggle:hover::after {
	right: -5px;
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
	background-image: url("../images/nav-header/icon-arrow-down--grey.svg");
}
}

header .ez__navBar .ez__dropdown-toggle.active {
color: #0e72ed;
}

header .ez__navBar .ez__dropdown-toggle.active::after {
opacity: 1;
right: -15px;
background-image: url("../images/nav-header/icon-arrow-down--blue.svg");
-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-toggle.active::after {
	right: -5px;
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
}
}

header .ez__navBar .ez__dropdown-toggle.active::before {
content: "";
position: absolute;
left: 0;
bottom: -2px;
width: 125%;
height: 2px;
border-radius: 999px;
background: #0e72ed;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-toggle.active::before {
	left: -10px;
	bottom: -13px;
	width: 103%;
	height: 1px;
	border-radius: 999px;
	background: #0e72ed;
}
}

@media (max-width: 576px) and (orientation: portrait) {
header .ez__navBar .ez__dropdown-toggle.active::before {
	width: 105.5%;
}
}

header .ez__navBar .ez__dropdown-toggle.active + .ez__dropdown-menu {
display: block;
}

header .ez__navBar .ez__dropdown-toggle.active + .ez__dropdown-menu--small {
display: block;
z-index: 1;
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__dropdown-toggle.active + .ez__megaResources {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
}
}

header .ez__navBar .ez__dropdown-toggle.__type2::after {
content: "";
background-image: url("../images/nav-header/icon-arrow-down.svg");
opacity: 1;
right: 5px;
}

header .ez__navBar .ez__dropdown-toggle.__type2::before {
content: inherit;
}

header .ez__navBar .ez__dropdown-toggle.__type2.active::after {
-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
}

header .ez__navBar .ez__dropdown-toggle.__type2.active::before {
content: inherit;
}

header .ez__navBar .ez__dropdown-toggle.__type2--grey::after {
content: "";
background-image: url("../images/nav-header/icon-arrow-down--grey.svg");
opacity: 1;
right: 5px;
}

header .ez__navBar .ez__dropdown-toggle.__type2--grey::before {
content: inherit;
}

header .ez__navBar .ez__dropdown-toggle.__type2--grey.active::after {
-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
}

header .ez__navBar .ez__dropdown-toggle.__type2--grey.active::before {
content: inherit;
}

header .ez__navBar .ez__dropdown-menu {
display: none;
-webkit-animation: fadein 0.8s;
		animation: fadein 0.8s;
background: #ffffff;
-webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
border-radius: 20px;
position: absolute;
margin: 0px auto;
top: 100px;
width: 95%;
left: 0;
right: 0;
}

@media (min-width: 1024px) {
header .ez__navBar .ez__dropdown-menu {
	max-height: 80vh;
	overflow-y: auto;
	overflow-x: hidden;
}
}

@media (min-width: 1200px) {
header .ez__navBar .ez__dropdown-menu {
	max-width: 1140px;
}
}

@media (min-width: 1440px) {
header .ez__navBar .ez__dropdown-menu {
	max-width: 1400px;
}
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-menu {
	width: 100%;
	position: inherit;
	margin: 32px 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
	-ms-flex-direction: row;
		flex-direction: row;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content {
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	display: -ms-grid;
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 30px;
	-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1024px) {
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content {
	min-height: 100%;
}
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__childBackground {
background: #f6f7f9;
border-radius: 12px 0 0 12px;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__childBackground {
	border-radius: 12px;
}
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__childBackground .ez__megaMenuItemHead {
border-bottom: 1px solid #666484 !important;
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__childBackground .ez__megaMenuItemHead {
	border: none !important;
}
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content > li {
-webkit-box-flex: 1;
	-ms-flex: 1;
		flex: 1;
}

@media (min-width: 1024px) {
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content > li {
	min-height: 100%;
}
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content > li.ez__childBackground {
padding-left: 20px;
padding-right: 20px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content > li.ez__childBackground + li {
padding-left: 20px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content > li:first-child {
padding-left: 20px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content > li:last-child {
padding-right: 20px;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content > li:not(:last-child) {
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e4f0ff;
}
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content > li .ez__megaMenuItemBody > ul > li {
	padding-left: 20px;
}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content > li:not(:last-child) {
	border-bottom: none !important;
}
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content > li a {
text-decoration: none !important;
-webkit-text-decoration-color: transparent !important;
		text-decoration-color: transparent !important;
-webkit-transition: 0.5s !important;
transition: 0.5s !important;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content > li a:hover {
text-decoration: underline !important;
-webkit-text-decoration-color: #0b5cff !important;
		text-decoration-color: #0b5cff !important;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item {
padding: 40px 20px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemHead {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e1e1e6;
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemHead {
	padding-bottom: 0;
	border: none;
	min-height: inherit !important;
}
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemHead span {
font-weight: 700;
font-size: 20px;
line-height: 120%;
color: #00031f;
margin: 0 0 10px;
display: block;
font-family: "Happydisplay_semibold";
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemHead span {
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	font-family: "Happydisplay_semibold";
}
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemHead p {
font-weight: 400;
font-size: 14px;
line-height: 120%;
color: #00031f;
margin: 0 0 10px;
font-family: "almaden_sansregular";
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemHead p a {
font-weight: 500;
font-size: 14px;
line-height: 110%;
color: #0b5cff;
text-decoration: none;
font-family: "almaden_sansmedium";
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemHead p:last-child {
margin: 0;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
	-ms-flex-align: start;
		align-items: flex-start;
margin-bottom: 10px;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li:not(:last-child) {
margin-bottom: 13px;
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li:not(:last-child) {
	margin-bottom: 12px;
}
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li > img + .ez__services {
margin-left: 10px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li > img {
-o-object-fit: none;
	object-fit: none;
-o-object-position: -26px -36px;
	object-position: -26px -36px;
width: 35px;
height: 35px;
-ms-flex-negative: 0;
	flex-shrink: 0;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li > img.virtual-meetings {
-o-object-position: -26px -36px;
	object-position: -26px -36px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li > img.conversation-intelligence {
-o-object-position: -97px -252px;
	object-position: -97px -252px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li > img.team-chat {
-o-object-position: -26px -108px;
	object-position: -26px -108px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li > img.voip-phone-system {
-o-object-position: -26px -180px;
	object-position: -26px -180px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li > img.online-whiteboard {
-o-object-position: -26px -252px;
	object-position: -26px -252px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li > img.conference-room-system {
-o-object-position: -98px -36px;
	object-position: -98px -36px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li > img.connected-conference-room {
-o-object-position: -98px -107px;
	object-position: -98px -107px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li > img.workplaces {
-o-object-position: -98px -179px;
	object-position: -98px -179px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li > img.online-webinars {
-o-object-position: -169px -35px;
	object-position: -169px -35px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li > img.event-platform {
-o-object-position: -169px -107px;
	object-position: -169px -107px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li > img.community-events {
-o-object-position: -169px -179px;
	object-position: -169px -179px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li > img.cloud-contract-center {
-o-object-position: -242px -36px;
	object-position: -242px -36px;
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li .ez__services a {
font-weight: 500;
font-family: "almaden_sansmedium";
font-size: 16px;
line-height: 120%;
color: #0b5cff;
display: block;
text-decoration: none;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li .ez__services a {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
}
}

header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item .ez__megaMenuItemBody > ul > li .ez__services p {
font-weight: 400;
font-family: "almaden_sansregular";
font-size: 14px;
line-height: 120%;
color: #00031f;
margin: 0;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-menu .ez__dropdown-menu--content .ez__megaMenu--item {
	padding: 0px;
}
}

header .ez__navBar .ez__dropdown-menu .ez__megaMenuBlogs {
padding: 30px 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
background: #f6f7f9;
border-radius: 0 0 20px 20px;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-menu .ez__megaMenuBlogs {
	padding: 10px;
	margin-bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	border-radius: 12px;
}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-menu .ez__megaMenuBlogs {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
}

header .ez__navBar .ez__dropdown-menu .ez__megaMenuBlogs .blog {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
-webkit-box-flex: 1;
	-ms-flex: 1;
		flex: 1;
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__dropdown-menu .ez__megaMenuBlogs .blog {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
header .ez__navBar .ez__dropdown-menu .ez__megaMenuBlogs .blog:not(:last-child) {
	margin-bottom: 10px;
}
}

header .ez__navBar .ez__dropdown-menu .ez__megaMenuBlogs .blog > img {
-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 767.98px) {
header .ez__navBar .ez__dropdown-menu .ez__megaMenuBlogs .blog > img {
	margin-top: 0;
}
}

header .ez__navBar .ez__dropdown-menu .ez__megaMenuBlogs .blog .blog-content {
margin-left: 20px;
}

header .ez__navBar .ez__dropdown-menu .ez__megaMenuBlogs .blog .blog-content .title {
font-weight: 600;
font-size: 20px;
line-height: 120%;
color: #00031f;
font-family: "Happydisplay_semibold";
margin: 0 0 10px;
display: block;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-menu .ez__megaMenuBlogs .blog .blog-content .title {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	color: #0E72ED;
}
header .ez__navBar .ez__dropdown-menu .ez__megaMenuBlogs .blog .blog-content .title a {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	color: #0E72ED;
	text-decoration: none;
}
}

header .ez__navBar .ez__dropdown-menu .ez__megaMenuBlogs .blog .blog-content .blog-description p {
font-weight: 400;
font-size: 14px;
line-height: 120%;
margin: 0;
color: #00031f;
font-family: "almaden_sansregular";
}

header .ez__navBar .ez__dropdown-menu .ez__megaMenuBlogs .blog .blog-content .blog-description a {
font-weight: 500;
font-size: 16px;
line-height: 120%;
margin: 10px 0 0 0;
color: #0b5cff;
display: inline-block;
text-decoration: none;
font-family: "almaden_sansmedium";
}

header .ez__navBar .ez__dropdown-menu.ez__megaSolutions .ez__megaMenuItemBody ul li {
margin-bottom: 13px !important;
}

header .ez__navBar .ez__dropdown-menu.ez__megaResources .ez__megaMenuItemBody ul li {
margin-bottom: 13px !important;
}

@media (max-width: 1023.98px) {
header .ez__navBar .ez__dropdown-menu.ez__megaProduct .ez__dropdown-menu--content > li {
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px solid #e4f0ff;
}
header .ez__navBar .ez__dropdown-menu.ez__megaProduct .ez__dropdown-menu--content > li:first-child {
	padding: 10px;
	border-bottom: none;
}
header .ez__navBar .ez__dropdown-menu.ez__megaProduct .ez__dropdown-menu--content > li:nth-child(2) {
	padding: 10px;
}
header .ez__navBar .ez__dropdown-menu.ez__megaProduct .ez__dropdown-menu--content > li:last-child {
	padding: 10px;
	border-bottom: none;
}
header .ez__navBar .ez__dropdown-menu.ez__megaProduct .ez__dropdown-menu--content > li .ez__megaMenuItemBody > ul > li {
	padding-left: 0;
}
}

header .ez__navBar .ez__dropdown-menu--small {
display: none;
background: #ffffff;
-webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
border-radius: 4px;
position: absolute;
margin: 0px auto;
top: 35px;
width: 200px;
right: 0;
}

header .ez__navBar .ez__dropdown-menu--small ul {
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}

header .ez__navBar .ez__dropdown-menu--small ul li {
margin-left: 0 !important;
}

header .ez__navBar .ez__dropdown-menu--small ul li:not(:last-child) {
margin: 0 0 20px;
}

header .ez__navBar .ez__dropdown-menu--small ul li a {
font-weight: 500;
font-family: "almaden_sansmedium";
font-size: 16px;
line-height: 120%;
color: #666484;
text-decoration: none;
}

header .ez__navBar .ez__dropdown-menu--small ul li a:hover {
color: #0b5cff;
}

header .ez__navBar .ez__signedInItems ul li,
header .ez__navBar .ez__signedOutItems ul li {
position: relative;
}

header .ez__navBar .ez__dNone {
display: none;
}

header .ez__navBar .ez__icon {
padding-left: 20px !important;
}

header .ez__navBar .ez__icon.icon-search {
background-image: url("../images/nav-header/icon-search.svg");
background-position: 0% 47%;
background-repeat: no-repeat;
}

header .ez__navBar .visible-xs {
display: none !important;
}

@media (max-width: 767.98px) {
header .ez__navBar .visible-xs {
	display: block !important;
}
}

header .ez__navBar .visible-sm {
display: none !important;
}

@media (max-width: 1023.98px) {
header .ez__navBar .visible-sm {
	display: block !important;
}
}

header .ez__navBar .ez__btnPrimary {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
	-ms-flex-direction: row;
		flex-direction: row;
-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
padding: 10px 20px !important;
width: 140px;
border: 1px solid #0b5cff !important;
background: #0b5cff !important;
border-radius: 20px;
font-weight: 500 !important;
font-size: 16px;
text-align: center;
color: #ffffff !important;
outline: none;
text-decoration: none;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}

header .ez__navBar .ez__btnPrimary:hover, header .ez__navBar .ez__btnPrimary:focus, header .ez__navBar .ez__btnPrimary:visited, header .ez__navBar .ez__btnPrimary:active {
color: #ffffff;
background: #004CE5 !important;
}

header .ez__navBar .ez__btnOutline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
	-ms-flex-direction: row;
		flex-direction: row;
-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
padding: 10px 20px !important;
border: 1px solid #0b5cff !important;
border-radius: 20px;
font-weight: 500 !important;
font-size: 16px !important;
text-align: center;
color: #0b5cff !important;
text-decoration: none;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}

header .ez__navBar .ez__btnOutline:hover, header .ez__navBar .ez__btnOutline:focus, header .ez__navBar .ez__btnOutline:visited, header .ez__navBar .ez__btnOutline:active {
color: #0b5cff !important;
background: rgba(11, 92, 255, 0.1) !important;
}

header .ez__navBar .ez__fullwidth {
width: 100%;
}

@-webkit-keyframes fadein {
from {
	opacity: 0;
}
to {
	opacity: 1;
}
}

@keyframes fadein {
from {
	opacity: 0;
}
to {
	opacity: 1;
}
}

.ez__controls {
position: fixed;
bottom: 10px;
left: 0;
right: 0;
margin: 0px auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
}

.ez__controls button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
border: none;
border-radius: 999px;
padding: 10px 25px;
background-color: #0b5cff;
opacity: 0.5;
color: #fff;
cursor: pointer;
font-size: 14px;
margin: 0 10px;
}

.ez__controls button.active {
background-color: #0b5cff;
opacity: 1;
color: #fff;
}

@media (max-width: 767.98px) {
.ez__controls {
	display: none;
}
}
  /*# sourceMappingURL=nav-header.css.map */