html,
body {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	color: #5a5a5a;
}

body.cursor {
	cursor: pointer;
}

body.no-scroll {
	overflow: hidden;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

input {
	outline: none;
	color: #2a2a2a;
}

.container {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
}

.article-container {
	width: 960px;
}

.article-container img {
	display: block;
	margin-bottom: 20px;
}

.fixed-bg {
	background-attachment: fixed;
	background-size: cover;
	background-position: 0 0;
}

.push-top {
	margin-top: 2em;
}

body.no-scroll {
	overflow: hidden;
}

.text-center {
	text-align: center;
}

.page-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	display: none;
	-webkit-transition: background-color 350ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	-o-transition: background-color 350ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: background-color 350ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.page-overlay .small-container {
	background-color: white;
	width: 550px;
	margin: 0 auto;
	padding: 50px;
}

.page-overlay.block {
	display: block;
}

.page-overlay.active {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.9);
}

.content-overlay {
	align-items: center;
	padding: 25px;
}

.content-overlay.block {
	display: block;
	-webkit-display: flex;
	-ms-display: flex;
	display: flex;
}

.data-privacy {
	font-size: 14px;
}

.data-privacy header {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1em;
}

.data-privacy .check-group {
	position: relative;
	display: block;
	line-height: 1.5;
	text-align: center;
}

.data-privacy .check-group p {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.data-privacy .check-group input {
	display: none;
}

.data-privacy .check-group span {
	vertical-align: middle;
	border: 2px solid #d84a4a;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -1px;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.data-privacy .check-group span i {
	height: 14px;
	width: 14px;
	background: url('../images/checkbox-icon.webp') no-repeat center;
	background-size: cover;
	position: absolute;
	left: -2px;
	top: -2px;
	color: transparent;
	font-size: 11px;
	font-weight: bold;
	display: none;
}

.data-privacy .check-group input:checked + span {
	background-color: #d84a4a;
}

.data-privacy .check-group input:checked + span i {
	display: block;
}

.data-privacy .text-center:last-child {
	margin: 1.5em 0 0;
}

.data-privacy .btn {
	background-color: #d84a4a;
	width: 150px;
	max-width: 100%;
	padding: 10px;
	color: white;
	text-align: center;
	display: inline-block;
}

.data-privacy .error {
	color: red;
	text-align: center;
	font-size: 12px;
	display: none;
	margin: 1.5em 0;
}

.data-privacy p {
	line-height: 1.75;
}

.data-privacy a {
	text-decoration: none;
	color: #d84a4a;
}

.data-privacy.error .error {
	display: block;
}

.data-privacy.error .check-group span {
	border-color: red;
}

.data-privacy.error .check-group input:checked + span {
	border-color: #ffaa0e;
}

.hero-area {
	height: 100%;
	width: 100%;
	min-height: 700px;
	background: url('../images/hero-bg.webp') top center;
	background-size: cover;
	text-align: center;
	display: flex;
	align-items: center;
	position: relative;
}

.hero-area:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: url('../images/hero-shadow.png') top center;
	background-size: cover;
	left: 0;
	top: 0;
	z-index: 0;
}

.hero-area .container {
	padding: 50px 0;
	position: relative;
	z-index: 3;
	transform: translate(0, -15%);
}

.hero-area .logo {
	width: 800px;
	max-width: 100%;
	margin-bottom: 10px;
}

.hero-area .hero-copy {
	color: #fedd39;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 40px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}

.hero-area .hero-subcopy {
	font-size: 18px;
	line-height: 26px;
	width: 960px;
	max-width: 100%;
	margin: 20px auto;
	margin-bottom: 50px;
	letter-spacing: 1px;
}

.hero-area a {
	background-color: #d84a4a;
	display: block;
	margin: 0 auto;
	width: 150px;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
	font-weight: bold;
}

.hero-area a span {
	position: relative;
	z-index: 2;
}

.hero-area a:before {
	content: '';
	display: block;
	height: 0px;
	width: 0px;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 100%;
	background-color: black;
	z-index: 1;
	-webkit-transition: left 750ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: left 750ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: left 750ms cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-property: left, top, opacity, background-color, height, width,
		border-radius;
	-o-transition-property: left, top, opacity, background-color, height, width,
		border-radius;
	transition-property: left, top, opacity, background-color, height, width, border-radius;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero-area a:hover:before {
	height: 200px;
	width: 200px;
	opacity: 0.2;
}

.nav {
	position: relative;
	z-index: 5;
	background-color: white;
}

.nav-item {
	padding: 50px 40px 40px;
	height: 400px;
	background-color: #e8412b;
	position: relative;
	background-size: cover;
	background-position: left;
	-webkit-transition: background-color 1000ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: background-color 1000ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: background-color 1000ms cubic-bezier(0.4, 0, 0.2, 1);
	transition-property: background-color;
	color: white;
}
/* 
.nav-item.scrolled {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0, 0%);
} */

.nav-item.y2 {
	background-image: url('../images/y2-bg.webp');
}

.nav-item.y2.active {
	left: 25%;
}

.nav-item.y4 {
	background-image: url('../images/y4-bg.webp');
}
.nav-item.y5 {
	background-image: url('../images/y5-bg.webp');
}
.nav-item.y7 {
	background-image: url('../images/y7-bg.webp');
	background-position: bottom right;
}

.nav-item.agencies {
	background-color: #efeeee;
}

.nav-item.agencies section {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5rem;
	align-items: center;
	justify-content: center;
}
.nav-item.agencies section a {
	margin: 0;
	/* padding: 5px 0; */
	width: 100%;
}

.nav-item.agencies section > img {
	display: block;
	margin: 0 auto;
	height: 20rem;
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: span 4;
}

.nav-item.agencies .erc-logo img {
	width: 85px;
}

.nav-item.contactus {
	background-color: white;
	background-size: cover;
	background-position: top right;
}

.nav-item.box-bg p,
.nav-item.box-bg header {
	color: white;
}

.nav-item.box-bg a {
	border-color: white;
	background-image: url('../images/btn-arrow.webp');
}
.nav-item.white {
	background-color: white;
}

.nav-item.contactus {
	background-image: url('../images/contactus-bg.webp');
}

.nav-item .parent {
	padding: 0;
}

.link-header.nav-item header a {
	position: static;
	background: none;
	color: inherit;
	padding: 0;
	border: 0;
	text-decoration: none;
}

.nav-item header {
	color: #feec91;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
}

.nav-item header span {
	display: block;
}

.nav-item header:after {
	content: '';
	width: 75px;
	height: 2px;
	display: block;
	background-color: #feec91;
	margin: 20px 0;
}

.nav-item p {
	font-size: 14px;
	line-height: normal;
	color: white;
	line-height: 1.5;
}

.nav-item a {
	border: 1px solid white;
	position: absolute;
	left: 40px;
	padding: 20px;
	bottom: 40px;
	background-image: url('../images/btn-arrow.webp');
	background-size: cover;
}

.has-item {
	-webkit-transition: left 750ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: left 750ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: left 750ms cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-property: left, top, background-images, transform;
	-o-transition-property: left, top, background-image, transform;
	transition-property: left, top, background-image, transform;
	left: 0;
	top: 0;
}

.has-item .inner-content {
	display: none;
}

.has-item .inner-content.start {
	display: block;
}

.has-item a.btn-arrow {
	left: 4%;
	top: 50px;
	background-color: #e8412b;
	background-image: url('../images/btn-arrow-back.webp');
	display: none;
	z-index: 11;
	opacity: 0;
	border: 0;
	bottom: auto;
}

.has-item.active {
	position: fixed;
	top: 0;
	left: 0;
	background-image: none;
	z-index: 10;
	overflow: auto;
	padding: 0;
}

.has-item.active header,
.has-item.active section {
	display: none;
}

.has-item.active .btn-arrow {
	display: block;
	-webkit-animation: fade-in-from-bottom 500ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
	-o-animation: fade-in-from-bottom 500ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
	-webkit-animation-name: fade-in-from-bottom;
	-webkit-animation-duration: 500ms;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 575ms;
	animation: fade-in-from-bottom 500ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.has-item.pop-start {
	-webkit-animation: pop-start 750ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
	-o-animation: pop-start 750ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
	-webkit-animation-name: pop-start;
	-webkit-animation-duration: 750ms;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-animation-fill-mode: forwards;
	animation: pop-start 750ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.has-item.pop-close {
	-webkit-animation: pop-close 750ms cubic-bezier(0.4, 0, 0.2, 1) both;
	-o-animation: pop-close 750ms cubic-bezier(0.4, 0, 0.2, 1) both;
	-webkit-animation-name: pop-close;
	-webkit-animation-duration: 750ms;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-animation-fill-mode: both;
	animation: pop-close 750ms cubic-bezier(0.4, 0, 0.2, 1) both;
	min-height: 400px;
}

.has-item.pop-close .btn-arrow {
	opacity: 1;
	-webkit-animation: fade-out-to-bottom 150ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
	-o-animation: fade-out-to-bottom 150ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
	-webkit-animation-name: fade-out-to-bottom;
	-webkit-animation-duration: 150ms;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-animation-fill-mode: forwards;
	animation: fade-out-to-bottom 150ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.inner-container {
	background: center fixed;
	transition: background 350ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	height: 0;
	overflow: hidden;
}

.inner-container.start {
	background: url(../images/inner-bg.webp) center fixed;
	background-size: 100% auto;
	min-height: 100vh;
	height: auto;
	overflow: auto;
}

.inner-content {
	z-index: 2;
	min-height: 100%;
	height: 100%;
	color: #484848;
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0 80px;
}

.inner-content .content {
	height: 100%;
	background-color: transparent;

	padding: 70px 75px;
}

.inner-content strong {
	font-size: 60px;
	font-weight: bold;
	line-height: 50px;
	display: block;
	margin-bottom: 30px;
	color: #484848;
}

.inner-content p,
.inner-content li {
	font-size: 18px;
	line-height: 1.75;
	color: #484848;
}

.inner-content .slider {
	margin: 0 0 20px;
}

.inner-content .slider .slides {
	display: none;
	outline: none;
}

.inner-content .slider .img-container {
	padding-bottom: 55%;
	background-color: black;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.inner-content .slider img {
	display: block;
	width: 100%;
	padding-left: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.inner-content .caption {
	font-size: 13px;
	font-style: italic;
	margin: 15px 0;
}

.inner-content .slider .slides:first-child {
	display: block;
}

.inner-content .slider.slick-initialized .slides {
	display: block;
}
.inner-content .slick-dots {
	padding: 0;
	margin: 0;
	list-style: none;
}
.inner-content .slick-dots li {
	display: inline-block;
	height: 10px;
	width: 10px;
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 100%;
	margin: 15px 2px;
}
.inner-content .slick-dots li.slick-active {
	background-color: #e8412b;
}
.inner-content .slick-dots li button {
	display: none;
}

.img-container {
	width: 35%;
	padding-left: 20px;
}
.inner-content img {
	width: 100%;
}

.inner-content .full {
	width: 100%;
	padding-left: 0px;
}

.inner-content h3 {
	text-align: center;
	font-size: 36px;
}

.inner-content h3:after {
	content: '';
	display: block;
	height: 2px;
	width: 50px;
	background-color: currentColor;
	margin: 30px auto;
}

.inner-content .boxes {
	display: flex;
	flex-wrap: wrap;
}

.inner-content .boxes span {
	min-width: 33.33%;
	flex: 1;
	text-align: center;
	border: 1px solid #cccccc;
	background-color: white;
	padding: 5px;
}
.inner-content.start .content {
	background-color: rgba(255, 255, 255, 0.8);
}

.inner-content.start h3,
.inner-content.start p,
.inner-content.start strong {
	color: #484848;
	opacity: 0;
	-webkit-animation: fade-in-from-bottom 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
	-o-animation: fade-in-from-bottom 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
	-webkit-animation-name: fade-in-from-bottom;
	-webkit-animation-duration: 225ms;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-animation-fill-mode: forwards;
	animation: fade-in-from-bottom 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.inner-content.start h3 {
	-webkit-animation-delay: 25ms;
	-o-animation-delay: 25ms;
	animation-delay: 25ms;
}

.inner-content.start strong {
	-webkit-animation-delay: 75ms;
	-o-animation-delay: 75ms;
	animation-delay: 75ms;
}

.inner-content.start p {
	-webkit-animation-delay: 125ms;
	-o-animation-delay: 125ms;
	animation-delay: 125ms;
}

.inner-content.close {
	display: block;
}

.inner-content.close h3,
.inner-content.close p,
.inner-content.close strong,
.inner-content.close .img-layer {
	opacity: 1;
	-webkit-animation: fade-out-to-bottom 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
	-o-animation: fade-out-to-bottom 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
	-webkit-animation-name: fade-out-to-bottom;
	-webkit-animation-duration: 225ms;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-animation-fill-mode: forwards;
	animation: fade-out-to-bottom 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.inner-content.close h3 {
	-webkit-animation-delay: 125ms;
	-o-animation-delay: 125ms;
	animation-delay: 125ms;
}

.inner-content.close strong {
	-webkit-animation-delay: 75ms;
	-o-animation-delay: 75ms;
	animation-delay: 75ms;
}

.inner-content.close p {
	-webkit-animation-delay: 25ms;
	-o-animation-delay: 25ms;
	animation-delay: 25ms;
}

.bg-layer .img-layer {
	position: absolute;
	background-repeat: no-repeat;
}

.bg-layer .b1 {
	height: 100%;
	width: 80%;
	right: 0;
	bottom: 0;
	background-image: url('../images/b1.webp');
	background-size: 75%;
	background-position: bottom right;
}

.bg-layer .sky {
	height: 100%;
	width: 100%;
	background-image: url('../images/sky.webp');
	background-position: bottom right;
	background-size: 100% 100%;
}

.bg-layer .cloud {
	width: 100%;
	height: 500px;
	background-image: url('../images/cloud.webp');
	right: 0;
	bottom: 175px;
	-webkit-animation: bg-move 30s linear infinite;
	-o-animation: bg-move 30s linear infinite;
	-webkit-animation-name: bg-move;
	-webkit-animation-duration: 30s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: infinite;
	animation: bg-move 30s linear infinite;
	background-position: 0 0%;
	background-repeat: repeat;
}

.mCSB_scrollTools {
	z-index: 10;
}

.col-2 {
	width: 25%;
	float: left;
}

.col-3 {
	width: 33.33%;
	float: left;
}

.col-4 {
	width: 50%;
	float: left;
}

.col-6 {
	width: 75%;
	float: left;
}

.col-8 {
	width: 100%;
	float: left;
}

.col-thirds {
	width: 33.33%;
	float: left;
}

.col-twothirds {
	width: 66.66%;
	float: left;
}

.parent {
	padding: 0;
}

.parent .parent {
	padding: 0;
}

.parent .parent header {
	padding: 40px 50px 0 0;
}

.parent .parent section .col-4 {
	padding-top: 0;
	padding-bottom: 5px;
}

.footer {
	color: #5a5a5a;
	display: flex;
	flex-wrap: wrap;
}

.footer .nav-item {
	height: auto;
	color: #202020;
	transform: translate(0, 0%);
}

.footer .nav-item header {
	color: #e8412b;
}

.footer .has-item {
	text-transform: none;
}

.footer .has-item header:after {
	display: block;
}

.footer .has-item header a {
	position: static;
	background: none;
	color: inherit;
	padding: 0;
	border: 0;
	text-decoration: none;
}

.footer .has-item a {
	border: 1px solid #c23c3c;
	position: absolute;
	left: 40px;
	padding: 25px;
	bottom: 40px;
	background-image: url(../images/btn-arrow.webp);
}

.footer .has-item .btn-arrow {
	background-image: url(../images/btn-arrow-back.webp);
}

.footer h3 {
	font-size: 18px;
	line-height: normal;
	margin-bottom: 2px;
}

.footer i {
	font-style: normal;
	margin-bottom: 10px;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

.footer p {
	font-size: 12px;
	line-height: normal;
}

.footer header {
	margin-bottom: 15px;
}

.footer header:after {
	display: none;
}

.footer section {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: normal;
}

.footer a {
	display: block;
	background-image: none;
	position: static;
	border: 0;
	padding: 0;
	margin-bottom: 10px;
}

.btn {
	padding: 15px;
	text-decoration: none;
	cursor: pointer;
}

.logo {
	text-align: right;
}

.logo img {
	height: 20rem;
	margin-right: 2rem;
}

.npc {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	height: 20rem;
	/* margin-left: 2rem; */
}

.npc header {
	padding: 0;
	font-size: 34px;
}

.npc h3 {
	font-size: 16px;
}
