* {
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

body {
	position: relative;
	font-family: "Source Sans Pro", sans-serif;
	letter-spacing: 0.5px;
	font-size: 14px;
	color: #25272e;
}

body,
nav,
header,
section {
	width: 100%;
}

#logo-brand {
	display: none;
}

.trans,
nav .grid .menu-btn,
nav .grid .logo img,
nav .grid .list,
#news .cta,
#gallery .mask .cta,
#contact .content form .cta,
#contact .footer .link {
	-webkit-transition: ease 0.4s;
	transition: ease 0.4s;
}

.grid {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 1280px) {
	.grid {
		padding: 2vw;
		padding: 0 clamp(1em, 6vw, 3em);
	}
}

.full,
.img,
header img,
#news .grid .thumb img,
#news-detail .banner img,
#gallery .gallery .item img,
.modal,
.modal .close,
.swiper-container {
	width: 100%;
	height: 100%;
}

.img,
header img,
#news .grid .thumb img,
#news-detail .banner img,
#gallery .gallery .item img {
	-o-object-fit: cover;
	object-fit: cover;
}

.full-h {
	width: 100%;
	height: 100vh;
	min-height: 540px;
}

.row,
.modal,
header,
header .swiper-slide,
#gallery .about,
#gallery .mask .viewmore,
#gallery .gallery .item {
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.col,
#contact .content form {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	z-index: 25;
}

.modal .close {
	content: "";
	cursor: pointer;
	position: absolute;
	z-index: 1;
	background: rgba(255, 255, 255, 0.6);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.modal.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

body {
	padding-top: 70px;
}

nav {
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	z-index: 20;
}

nav .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 70px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

@-webkit-keyframes scaleup {
	from {
		-webkit-transform: scaleY(0) translateY(-5rem);
		transform: scaleY(0) translateY(-5rem);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleup {
	from {
		-webkit-transform: scaleY(0) translateY(-5rem);
		transform: scaleY(0) translateY(-5rem);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@media (min-widht: 841px) {
	nav .grid .menu-btn {
		display: none;
	}
}

nav .grid .logo img {
	width: auto;
	height: 50px;
}

nav .grid .logo img:hover {
	-webkit-filter: brightness(1.3);
	filter: brightness(1.3);
}

nav .grid .list {
	cursor: pointer;
	margin-left: 4rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #25272e;
}

nav .grid .list:hover {
	color: #f70000;
}

@media (max-width: 840px) {
	nav .grid .menu {
		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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		background: #fff;
		border-bottom: 5px solid #f70000;
		margin-top: 1rem;
		-webkit-box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
		overflow: hidden;
		position: relative;
		display: none;
		-webkit-animation: ease 0.75s forwards;
		animation: ease 0.75s forwards;
	}
	nav .grid .menu.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-animation-name: scaleup;
		animation-name: scaleup;
	}
	nav .grid .list {
		padding: 1rem;
		text-align: center;
		margin: 0;
		width: 100%;
	}
	nav .grid .list:hover {
		background: #e9edf0;
	}
	nav .grid .menu-btn {
		cursor: pointer;
		z-index: 2;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
		margin-right: -1em;
		border: 2px solid #000;
		padding: 5px 10px;
		border-radius: 10px;
	}
}

@media (max-width: 840px) and (min-width: 841px) {
	nav .grid .menu-btn {
		display: none;
	}
}

@media (max-width: 840px) {
	nav .grid .menu-btn .bar1,
	nav .grid .menu-btn .bar2,
	nav .grid .menu-btn .bar3 {
		background: #000;
		width: 35px;
		height: 3px;
		border-radius: 10px;
		margin: 8px 0;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	nav .grid .menu-btn .bar1 {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	nav .grid .menu-btn .bar2 {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	nav .grid .menu-btn:hover {
		background: #e9edf0;
		-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	}
	nav .grid .menu-btn.active {
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
		border-radius: 50%;
		border-color: transparent;
		background: #0069d5;
	}
	nav .grid .menu-btn.active > div {
		background: #fff;
	}
	nav .grid .menu-btn.active .bar1 {
		-webkit-transform: rotate(-45deg) translate(-8px, 8px);
		transform: rotate(-45deg) translate(-8px, 8px);
	}
	nav .grid .menu-btn.active .bar2 {
		opacity: 0;
	}
	nav .grid .menu-btn.active .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
	}
}

header {
	min-height: 720px;
	max-height: 90vh;
	height: 100vh;
	overflow: hidden;
}

section {
	padding: 4em 0;
}

#news .grid .thumb {
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 1rem;
}

#news .grid .desc {
	color: #93959a;
}

#news .grid .desc > * {
	margin: 0;
}

#news .grid .desc .tgl {
	font-weight: 600;
}

#news .grid .desc h1 {
	font-weight: 600;
	color: #25272e;
	margin: 5px 0;
	text-transform: capitalize;
	font-size: 20px;
}

#news .grid .desc p {
	font-size: 14px;
	line-height: 22.652px;
}

#news .grid > h1 {
	font-weight: 600;
	margin: 0;
	margin-bottom: 1rem;
	color: #25272e;
}

#news .content {
	display: -ms-grid;
	display: grid;
	grid-gap: 2rem;
	-ms-grid-columns: (minmax(320px, 1fr)) [auto-fill];
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

@media (max-width: 320px) {
	#news .content {
		-ms-grid-columns: none;
		grid-template-columns: none;
		width: 100%;
	}
}

#news .cta {
	padding: 10px 1rem;
	border: 1px solid #d1261e;
	background: #d1261e;
	color: #fff;
	border-radius: 10px;
	outline: none;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	cursor: pointer;
	float: right;
	display: block;
}

#news .cta:hover {
	background: #fff;
	color: #d1261e;
}

#news-detail .grid > h1 {
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
}

#news-detail .grid > .tgl {
	margin: 0;
	color: #b2b2b2;
}

#news-detail .banner {
	width: 100%;
	height: 350px;
	border-radius: 1rem;
	overflow: hidden;
	margin: 2rem 0;
}

#news-detail .desc {
	font-size: 14px;
	line-height: 22.652px;
	color: #555555;
}

#news-detail iframe {
	margin: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	max-width: 560px;
	width: 100%;
}

#gallery {
	background: #d1261e;
	margin-top: 4rem;
}

#gallery .about {
	width: 100%;
	margin-top: -3rem;
}

@media (max-width: 1280px) {
	#gallery .about {
		margin-top: -8vw;
	}
}

#gallery .about .thumb img {
	width: 300px;
	height: auto;
	border-radius: 10px;
}

#gallery .about .desc {
	margin-left: 2rem;
	color: #fff;
}

#gallery .about .desc h1 {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 600;
}

#gallery .about .desc p {
	font-size: 14px;
	line-height: 22.652px;
	color: #e9edf0;
}

@media (max-width: 720px) {
	#gallery .about {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

#gallery .mask {
	height: 75vh;
	min-height: 540px;
	max-height: 840px;
	overflow: hidden;
	position: relative;
}

#gallery .mask .viewmore {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#bf1112),
		to(rgba(191, 17, 18, 0))
	);
	background: linear-gradient(0deg, #bf1112 0%, rgba(191, 17, 18, 0) 100%);
}

#gallery .mask .cta {
	padding: 10px 2rem;
	border: 1px solid #f70000;
	background: #fff;
	color: #f70000;
	border-radius: 10px;
	outline: none;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	margin: 0 auto;
}

#gallery .mask .cta:hover {
	background: #f70000;
	color: #fff;
}

#gallery .gallery {
	width: 100%;
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
	/* -webkit-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1rem;
	column-gap: 1rem; */
}

#gallery .gallery .item {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	overflow: hidden;
	border-radius: 10px;
	/* margin: 1rem 0; */
	width: 100%;
	height: 320px;
}

/* #gallery .gallery .item:first-child {
	margin-top: 4rem;
} */

#gallery.page {
	background: #f5f6f8;
	margin: 0;
}

#gallery.page .about {
	margin-top: 0;
}

#gallery.page .about h1 {
	color: #25272e;
}

#gallery.page .about p {
	color: #a5a5a5;
}

@media (max-width: 960px) {
	#gallery .about {
		margin-top: 0;
	}
	#gallery .gallery {
		grid-template-columns: repeat(1, 1fr);
	}
}

.vid {
	display: -ms-grid;
	display: grid;
	grid-gap: 2rem;
	-ms-grid-columns: (minmax(540px, 1fr)) [auto-fill];
	grid-template-columns: repeat(auto-fill, minmax(540px, 1fr));
}

@media (max-width: 540px) {
	.vid {
		-ms-grid-columns: none;
		grid-template-columns: none;
		width: 100%;
	}
}

.vid .item video {
	width: 100%;
	height: auto;
}

#contact {
	background: #f5f6f8;
	padding-bottom: 1.5rem;
}

#contact .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

#contact .content div {
	max-width: 400px;
}

#contact .content form {
	max-width: 720px;
	background: #fff;
	width: 100%;
	padding: 2rem 1.5rem;
	-webkit-box-shadow: 0 10px 2rem 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 2rem 0 rgba(0, 0, 0, 0.1);
}

#contact .content form .input {
	width: 100%;
	margin-bottom: 1rem;
	border: none;
	outline: none;
	border-bottom: 1px solid #93959a;
	padding: 1rem;
}

#contact .content form .input:focus {
	border-bottom-color: #d1261e;
}

#contact .content form .cta {
	padding: 10px 4rem;
	border: 1px solid #d1261e;
	background: #d1261e;
	color: #fff;
	border-radius: 10px;
	outline: none;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	cursor: pointer;
	margin-top: 1rem;
}

#contact .content form .cta:hover {
	background: #fff;
	color: #d1261e;
}

#contact .content form .cta:hover {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 840px) {
	#contact .content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#contact .content div {
		margin-bottom: 2rem;
	}
}

#contact .footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 4rem;
}

#contact .footer .link {
	cursor: pointer;
	color: #93959a;
	margin: 0 1rem;
}

#contact .footer .link:hover {
	color: #25272e;
}

footer {
	font-size: 14px;
	line-height: 22.652px;
	text-align: center;
	padding: 1rem 2vw;
}
/*# sourceMappingURL=style.css.map */
