.main,
.main__content:first-child { padding: 0; }
.main__content:first-child > h1 { display: none }

.main-banner {
    position: relative;
    overflow: hidden;
    background: #342929;
    padding: 0 0 50px;
}
.main-banner .bnn {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 105vh;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
.main-banner .bnn .parallax-section__parallax:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	opacity: .7;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 73%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,0.9) 100%);
}
.main-banner .bnn .parallax-section__parallax {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.main-banner .bnn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	opacity: .9;
}
.main-banner .bnn .caption {
	display: block;
	position: absolute;
	z-index: 1;
	left: 15px;
	right: 15px;
	bottom: 20px;
	font-size: 16px;
	line-height: 1.3em;
	color: #c5c5c5;
	width: 400px;
}
.main-banner .bnn .text {
    position: absolute;
	z-index: 2;
    left: 15px;
    right: 15px;
    bottom: 120px;
}
.main-banner .bnn .text h1 {
	color: #fff;
	font-weight: 600;
	opacity: 0;
}
.main-banner.-ready .bnn .text h1 {
	opacity: 1;
	animation: fadeInUp .4s ease;
}
.main-banner .container {
	opacity: 0;
}
.main-banner.-ready .container {
	opacity: 1;
	animation: fadeIn .4s ease;
}
.main-banner .container h3 {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	margin: 40px 0;
}
.main-banner .container h4 {
	color: #fff;
	font-size: 28px;
	margin: 40px 0;
	}
.main-banner .container p {
    color: #fff;
    font-size: 22px;
    line-height: 1.6em;
}
.main-banner .container ul {}
.main-banner .container ul li {
    margin: 0 0 22px;
}
.main-banner .container ul li a {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: .1em;
    color: #fff;
    border-color: #fff;
    border-radius: 800px;
}
.main-banner .container ul li a:hover,
.main-banner .container ul li a:focus {
    color: #666;
    border-color: #666;
}
@media (max-width: 768px) {
	.main-banner .bnn {
		height: 80vh;
	}
	.main-banner .container h3 { font-size: 25px }
	.main-banner .container p,
	.main-banner .container li { font-size: 18px }
	.main-banner .container .btn-layout { font-size: 15px }
}

.creative-arts-section {
    background: #342929;
    padding: 50px 40px 50px;
    overflow: hidden;
}
.creative-arts-section > div > p {
	text-align: right;
	color: rgb(255 255 255 / 83%);
	margin: 50px 0 0;
	font-size: 17px;
}
.creative-arts-section .row {
	justify-content: center;
}
.creative-arts-section h2.heading { margin: 40px 0 70px }
.creative-arts-section .green-box {
	background: rgb(1 113 61 / 97%);
	color: #fff;
	font-size: 18px;
	padding: 2vw;
	border-radius: 17px;;
	margin: 40px 0 60px
}
.creative-arts-section .green-box p {
	margin: 0 0 10px
}
.creative-arts-section .green-box .btn { color: #01713d }
.creative-arts-section .box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 160%;
    box-shadow: 0 7px 8px rgb(0 0 0 / 10%);
    transition: all .3s ease;
}
.creative-arts-section .box .front,
.creative-arts-section .box .back {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	overflow: hidden;
	transition: all .3s ease;
}
.creative-arts-section .box .front {}
.creative-arts-section .box .front .bnn {
    position: absolute;
    width: 100%;
    height: 100%;
	background: #000;
}
.creative-arts-section .box .front .bnn:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60%;
	opacity: .9;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 73%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,0.9) 100%);
}
.creative-arts-section .row .box .front .bnn .caption {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 10px;
	right: 10px;
	color: rgb(255 255 255 / 70%);
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
}
.creative-arts-section .box .front .bnn img {
    border: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
	opacity: 1
}
.creative-arts-section .box .front h2 {
	position: absolute;
	z-index: 2;
	left: 15px;
	right: 15px;
	bottom: 25px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: rgb(255 255 255 / 85%);
	font-weight: 500;
	line-height: 1.3em;
	text-align: center;
	margin: 10px 0 35px;
	font-size: 23px;
	transition: all .3s ease;
}
.creative-arts-section .box .back {
	background: #05713d;
	padding: 20px 10px;
}
.creative-arts-section .box .back .text {
	max-width: 240px;
}
.creative-arts-section .box .back p {
    line-height: 1.4em;
    font-size: 15px;
    color: rgb(255 255 255 / 95%);
    margin: 10px 0 0;
    transition: all .3s ease;
}
.creative-arts-section .box .back .logo-bottom {
	display: block;
	border: none;
	width: 45px;
	margin: 10px auto;
}
.creative-arts-section .box .front {
	transform: rotateY(0deg);
}
.creative-arts-section .box:hover .front {
	transform: rotateY(180deg);
	opacity: 0;
}
.creative-arts-section .box .back {
	background-size: contain;
	transform: rotateY(180deg);
	opacity: 0;
}
.creative-arts-section .box:hover .back {
	transform: rotateY(0);
	opacity: 1;
}

.questions-section {
	background: linear-gradient(to top, rgb(237 242 250) 0%, rgb(250 248 236) 100%);
    padding: 60px 0;
}
.questions-section .collapse-questions {
	padding: 0 15px;
}
.questions-section .collapse-questions .question:not(:last-child) {
	border-bottom: solid 1px #e2e2e2;
}
.questions-section .collapse-questions .question h2 {}
.questions-section .collapse-questions .question h2 a {
	transition: all .3s ease;
	color: #171717;
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.questions-section .collapse-questions .question h2 a:after {
	content: '\2b';
	font-family: "Font Awesome 6 Pro";
	font-size: .9em;
	font-weight: 400;
	transition: all .3s ease;
}
.questions-section .collapse-questions .question h2 a:hover { color: #2d9563; }
.questions-section .collapse-questions .question h2 a.active { color: #05713d; }
.questions-section .collapse-questions .question h2 a.active:after { content: '\f00d' }
.questions-section .collapse-questions .question .answer {
	display: none;
	padding: 20px;
	color: #171717;
}
@media (max-width: 1800px) {
	.creative-arts-section .box .back p {
		font-size: .85vw;
	}
	.creative-arts-section .box .front h2 {
		font-size: 20px
	}
}
@media (max-width: 1200px) {
	.creative-arts-section .box .back p {
		font-size: 14px;
	}
	.creative-arts-section .box .front h2 {
		font-size: 24px
	}
}