.hp-banner{
	background-color:#041f3f;
	/*margin-top: -100px;*/
	position: relative;
	height:800px;
}

.hp-banner .wavey{
	position: absolute;
	bottom: 0;
	left: 0;
		width: 100%;
	height: 100%;
	height: 150px;
	z-index: 2;
}

.hp-banner .wavey .wave {
  position: absolute;
  left:0;
  right:0;
  top:0px;
  bottom:0;
  z-index: 1;
}

.hp-banner .wavey .wave + .wave {
  z-index: 2;
}

.hp-banner .wrp{
	margin:0 auto;
	max-width:1600px;
	position: relative;
	z-index: 8;
}





.hp-banner .inner{
/*	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	height:100%;*/
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 315px 0 0;
}
.hp-banner h1{
		font-family: "tt-travels-next", sans-serif;
	color:#fbeed6;
	font-size:76px;
	text-transform: uppercase;
	letter-spacing: .025em;
	font-weight: 900;
	margin:0 0 30px;
}

.hp-banner h2{
	color:#fbeed6;
}

.front main{
		background-color: #fbeed6;
	background-image: url(img/tan-bg.jpg);
}

.hp-ctas{
/*	background-color: #fbeed6;
	background-image: url(img/tan-bg.jpg);*/
	padding: 100px 100px 400px;
	max-width: 1600px;
	margin: 0 auto;

/*	margin:0 auto;
	max-width:1400px;*/
}


.hp-ctas .item .wrap{
	display: block;
	box-sizing: border-box;
	padding: 2.5rem;
	border-radius: 2em;
	background-color: #030f1d;
	background-image: url(img/grade-2.jpg);
	background-size: 200%;
	color: #fbeed6;
	text-decoration: none;
	min-height: 200px;
}

.hp-ctas .item .wrap h3{
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	font-size: 38px;
	max-width: 360px;
	letter-spacing: .025em;
}

.hp-render{
	background: linear-gradient(180deg,rgba(238, 67, 147, 0) 50%, rgba(8, 0, 41, 1) 50%);
	padding: 0 100px 100px;
}

.hp-render .wrapper{
	position: relative;
	max-width: 1600px;
	margin: 0 auto 0;
}

.hp-render .swiper{
	margin-top: -300px;
}

.hp-render .rend-prev{
	width: 90px !important;
	height: 90px !important;
	background: url(img/left.png);
	background-size: 100%;
}

.hp-render .rend-prev:after{
	display: none;
}

.hp-render .rend-next{
	width: 90px !important;
	height: 90px !important;
	background: url(img/right.png);
	background-size: 100%;
}

.hp-render .rend-next:after{
	display: none;
}

.hp-render .swiper-slide{
/*	aspect-ratio: 1600/685;
	width: 100%;
	background-color: #ccc;
	border-radius: 2em;
	overflow: hidden;*/
}

.hp-render .swiper-slide img{
	aspect-ratio: 1600/685;
	width: 100%;
	border-radius: 2em;
}


.hp-areas{
	background: #080029;
	color: #fbeed6;
	padding: 100px 100px 250px;
	position: relative;
}

.hp-areas .shark{
	position: absolute;
	aspect-ratio: 1423/563;
	width: 980px;
	left: 60%;
	/*left: calc(50% + 400px);*/
/*	width: 44.818182%;
	max-width: 980px;*/
	background: url(img/shark.png);
	background-size: 100%;
	top: -150px;
	z-index: 3;
}

.hp-areas .jellyfish{
	position: absolute;
	aspect-ratio: 482/1164;
	width: 14.3125%;
	max-width: 450px;
	background: url(img/jelly.png);
	background-size: cover;
	left: 0;
	bottom: -100px;
	transform: translateY(50%);
	z-index: 10;
}

.hp-areas .waves{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 150px;
	z-index: 2;
}

.hp-areas .waves .wave {
  position: absolute;
  left:0;
  right:0;
  top:0px;
  bottom:0;
  z-index: 1;
}

.hp-areas .waves.wave + .wave {
  z-index: 2;
}


.hp-areas .top{
	max-width: 1600px;
	margin: 0 auto 50px;
	display: flex;
}

.hp-areas .top h2{
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	letter-spacing: .025em;
	font-size: 50px;
	color: #fbeed6;
	padding-right: 30px;
}

.hp-areas .top .copy{
	width: calc(100% - 350px);
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.hp-areas .top .copy p{
	max-width: 560px;
}

.hp-areas .chart{
	max-width: 1600px;
	margin: 0 auto;
}

.hp-areas .image{
	aspect-ratio: 400/340;
	border-radius: 2em;
	background-color: #ccc;
	width: 100%;
	position: relative;
	margin: 0 0 20px;
}

.hp-areas .item:nth-of-type(1) .image{background-image: url(img/area-1.jpg); background-size: cover;}
.hp-areas .item:nth-of-type(2) .image{background-image: url(img/area-2.jpg); background-size: cover;}
.hp-areas .item:nth-of-type(3) .image{background-image: url(img/area-3.jpg); background-size: cover;}
.hp-areas .item:nth-of-type(4) .image{background-image: url(img/area-4.jpg); background-size: cover;}
.hp-areas .item:nth-of-type(5) .image{background-image: url(img/area-5.jpg); background-size: cover;}
.hp-areas .item:nth-of-type(6) .image{background-image: url(img/area-6.jpg); background-size: cover;}


.hp-areas .item .image .name{
	width: 230px;
	box-sizing: border-box;
	padding: 15px;
	font-family: "tt-travels-next", sans-serif;
	font-size: 22px;
	line-height: 1em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .025em;
	background-color: #fcb041;
	color: #66053a;
	position: absolute;
	top: 1em;
	left: -1em;
}

.hp-areas .item:nth-of-type(2) .image .name{
	background-color: #66053a;
	color: #fbeed6;
}

.hp-areas .item:nth-of-type(3) .image .name,
.hp-areas .item:nth-of-type(4) .image .name{
	background-color: #ee4393;
	color: #fbeed6;
}

.hp-areas .item:nth-of-type(5) .image .name{
	background-color: #21b0cb;
	color: #fbeed6;
}


.hp-stats{
	background: #ee4393;
	padding: 100px 100px;
	position: relative;
}


.hp-stats svg{
position: absolute;
top: -100px;	
}



.hp-stats .wrap .icon{
	width: 105px;
	margin: 0 auto 15px;
}

.hp-stats .wrap .label{
	font-family: "tt-travels-next", sans-serif;
	color: #f5f3ed;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	line-height: 1.3em;
	text-transform: uppercase;
	max-width: 300px;
	margin: 0 auto;
}

.hp-stats .wrapper{
	margin: 0 auto;
	max-width: 1600px;
	position: relative;
}


.stat-next.swiper-button-next, .stat-prev.swiper-button-prev{color: #fbeed6;}
.stat-next.swiper-button-next{right: -20px !important;}
.stat-prev.swiper-button-prev{left: -20px !important;}

.hp-follow{
	padding: 100px 100px;
	background: linear-gradient(180deg,rgba(238, 67, 147, 1) 0%, rgba(8, 0, 41, 1) 45%);

}

.hp-follow .wrapper{
	max-width: 1600px;
	margin: 0 auto;
}



.hp-follow .wrapper .left h2{
	font-weight: 900;
	letter-spacing: .025em;
	font-size: 50px;
	color: #fbeed6;
}

.hp-follow .wrapper .left p{
	color: #fbeed6;
	max-width: 500px;
}

.hp-follow .wrapper .right .links{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.hp-follow .wrapper .right .links li{
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid  #fbeed6;
	line-height: 1em;
}

.hp-follow .wrapper .right .links li:first-of-type{
	padding-left: 0;
	margin-left: 0;
	border: none;
}

.hp-follow .wrapper .right .links li a{
	
	font-weight: 400;
	color: #fbeed6;
	font-size: 18px;
	letter-spacing: .025em;
	display: block;
	text-decoration: none;
}


.hp-parks{
	background: #080029;
	padding: 0px 100px 100px;
}

.hp-parks .wrapper{
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.hp-parks .wrapper .copy{
 width: 33.333%;
}

.hp-parks .wrapper .copy h2{
	font-weight: 900;
	letter-spacing: .025em;
	font-size:50px;
	color: #fbeed6;
}

.hp-parks .wrapper .copy p{
	color: #fbeed6;
	max-width: 350px;
}

.hp-parks .wrapper .copy a.more{
	text-decoration: none;
	color: #fbeed6;
	text-transform: uppercase;
	letter-spacing: .025em;
}

.hp-parks .wrapper .parks{
	width: 66.666%;
	display: flex;
	flex-wrap: wrap;
}

.hp-parks .wrapper .parks .item{
	width: 25%;
	box-sizing: border-box;
	padding: 2rem;
}

.hp-parks .wrapper .parks .item a.wrap{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news-chunk{
	color:unset;
	text-decoration: none;
}
.news-chunk .title{
	font-size:28px;
}

