* {
	box-sizing: border-box;
	position: relative;
}

:root {
	--header-height: 100px;
	--header-dif: 130px;
}

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "poppins", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #4e4e51;
    font-weight: 300;
    background: #fff;
}

.wf-loading { visibility: hidden;}

.center {
	margin: 0 auto;
	width: 1400px;
	max-width: 100%;
	padding: 0px 40px;
}

a {
	text-decoration: none;
	color: #0006ae;
}


strong {
	font-weight: 600;
}

h2 {
	font-size: 30px;
	color: #181a4d;
	padding: 0px;
	margin: 0px;
}

header {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
}

header div {
	height: var(--header-height);
	background: #fff;
	
}

header div:first-child {
	height: var(--header-dif);
}

	header .menu {
		position: absolute;
		top: 30px;
		right: 20px;
	}

		header .menu a {
			display: inline-block;
			vertical-align: top;
			padding: 10px 20px;
			color: #666;
			text-decoration: none;
			margin-right: 10px;
		}

		header .menu a:hover {
			text-shadow: 0 0 1px black;
			transition: .5s;
			color: #000;

		}


header div.center {
	width: 1400px;
	
}

header > div:nth-child(2) {
	height: var(--header-dif);
	clip-path: polygon(0 0, 100% 0%, 100% var(--header-height), 340px var(--header-height), 270px var(--header-dif), 0 var(--header-dif));
	margin: 0px -1px;
	width: 1400px;
}

header .logo {
	width: 250px;
	margin-top: 20px;
	padding: 20px;
}

	header .logo img {
		width: 100%;
	}

promovideo {
	display: block;
	margin: -100px 0px;
	overflow: hidden;
}

promovideo::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);

}

promovideo video {
	width: 100%;

}

subheader {
	display: block;
	margin-top: -100px;
	background: #fff;
	height: 300px;
	clip-path: polygon(0 50px, 70% 50px, 73% 0, 100% 0, 100% 300px, 0 300px);
	padding-top: 50px;
	padding-top: 130px;
}
	
	subheader .pp div {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		color: #d6d1d1;
		font-weight: bold;
	}
		subheader .pp h2 {
			margin: 0px;
			padding: 0px;
			font-size: 26px;
			color: #0006ae;
		}


.bx_sm, .bx_wd {
	display: inline-block;
	vertical-align: top;
}

.bx_sm {
	width: 45%;
}

.bx_wd {
	width: 55%;
}

.pr {
	padding-right: 80px;
	padding-top: 50px;
}

	.prxl {
		padding-right: 80px;
		padding-top: 120px;
	}

.pl {
	padding-left: 80px;
	padding-top: 50px;
}

.bx_sm img, .bx_wd img {
	width: 100%;
}

.lined {
	list-style: none;
	padding: 0px;
	margin: 20px 0 0 0 ;
}

	.lined li {
		padding: 10px 0px 5px 10px;
		margin: 0px;
		display: block;
		border-bottom: 2px solid #ddd;
		font-weight: 600;
	}

.bluebar {
	background: #d4dee8;
	margin-top: 80px;
	padding: 60px 10px 0px 10px;
	
}

	.bluebar h2 {
		color: #283287;
		font-size: 34px;
	}

	.bluebar h3 {
		font-size: 24px;
	}

	.bluebar.shaped {
		height: 320px;
		clip-path: polygon(0 0, 100% 0%, 100% 320px, 30% 320px, 25% 280px, 0 280px);
		text-align: center;
	}


.dnstn {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 50px;
	margin-top: 60px;
}

	.dnstn > div {
		text-align: center;
		display: block;
		height: 300px;
		background: #181a4d;
		color: #fff;
		padding: 50px 50px 20px 50px;
		clip-path: polygon(0 0, 100% 0%, 100% 260px, 50% 260px, 40% 300px, 0 300px);
		margin-bottom: -80px;
	}

.rndbtn {
	float: right;
	display: inline-block;
	padding: 15px 20px;
	border: 1px solid #181a4d;
	border-radius: 50px;
	text-decoration: none;
	color: #181a4d;
}

.spcr {
	height: 180px;
}

.bf {
	font-size: 38px;
	line-height: 44px;
}

.rrww {
	list-style: none;
	padding: 0px;
	margin: 20px 0 0 0 ;
}
	.rrww li {
		padding: 10px 0px 5px 10px;
		margin: 0px;
		display: block;
		font-weight: 500;
	}

.fa-angles-right {
	color: #dae63d;
}

.footer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 50px;
	margin-top: 80px;
	margin-bottom: 100px;
}

.social {
	display: inline-block;
	border-radius: 30px;
	background: #dae63d;
	color: #fff;
	padding: 12px 10px;
	aspect-ratio: 1/1;
	margin-left: 10px;
}

.unsub {
	text-align: center;
	padding: 10px;
	background: #181a4d;

}
	.unsub a {
		color: #fff;
	}


.mobmenu {
	display: none;
}

#google_translate_element {
	position: fixed;
	z-index: 100;
	left: 50px;
	bottom: 50px;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

