/* @group Header About
------------------------------------ */
.header-about {
	position: relative;
}
.header-about h1 {
	text-transform: uppercase;
	color: var(--main-tang);
	font-weight: 700;
}
.header-about p {
	color: #ffffff;
	font-weight: 400;
}

.header-about .bttn-tang {
	color: var(--main-blue) !important;
	font-weight: 600 !important;
}

.header-about .quick-links {
	max-width: none;
}
.header-about .quick-links li:last-child {
	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.header-about .quick-links__container .quick-links li {
	border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.header-about .quick-links__container h3,
.header-about .quick-links__container a {
	color: #ffffff;
}
.header-about__splide img {
	box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
	border-radius: 0.4rem;
}
.header-about .splide__arrow--prev {
	display: none;
}
@media only screen and (min-width: 961px) {
	.header-about {
		position: relative;
		background-color: #00214d;
		border-bottom: 4.6rem solid #ffab70;
		box-shadow: 0px 10px 74px rgba(0, 0, 0, 0.1);
	}
	.header-about::before {
		content: "";
		width: 100%;
		height: 100%;
		pointer-events: none;
		position: absolute;
		bottom: -4.6rem;
		left: 0;
		background-image: url(../../img/layout/about/background-header-about.png);
		background-position: right bottom;
		background-repeat: no-repeat;
	}
	.header-about__info {
		padding-top: 7.3rem;
		padding-bottom: 9.8rem;
	}
	.header-about h1 {
		font-size: 7.5rem;
		line-height: 1em;
		margin-bottom: 2.8rem;
		max-width: 75rem;
	}
	.header-about p {
		font-size: 2.2rem;
		line-height: 1.27em;
	}
	.header-about p + ul {
		margin-top: 3.8rem;
	}
	.header-about .bttn-list {
		display: flex;
	}
	.header-about .bttn-list li:not(:last-child) {
		margin-right: 1.5rem;
	}
	.header-about .quick-links__container {
		margin-bottom: 7.5rem;
	}
	.header-about__splide {
		padding: 0;
		margin-bottom: 5.46rem;
	}
	.header-about__splide .splide__slide {
		height: 56.8rem;
		width: 40%;
	}
	.header-about__splide .splide__slide:nth-child(1) {
		width: 60%;
	}
	.header-about__splide .splide__track--draggable {
		padding-right: 20% !important;
	}
	.header-about .splide__arrow {
		background-color: #ffffff;
		height: 7.4rem;
		width: 7.4rem;
		border-radius: 50%;
		opacity: 1;
		font-size: 1.8rem;
		right: calc(20.5% - 7.4rem);
	}
}
@media only screen and (min-width: 961px) and (max-width: 1440px) {
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.header-about {
		background: url("../../img/layout/about/background-header-about-mobile.png"), #00214d;
		background-position: left center;
		background-repeat: no-repeat;
		border-bottom: 4.6rem solid #ffab70;
		box-shadow: 0px 10px 74px rgba(0, 0, 0, 0.1);
	}
	.header-about__info {
		padding-top: 4.5rem;
		padding-bottom: 7rem;
	}
	.header-about h1 {
		font-size: 5em;
		line-height: 1em;
		letter-spacing: -0.02em;
		margin-bottom: 2.1rem;
	}
	.header-about p {
		font-size: 1.8rem;
		line-height: 1.33em;
	}
	.header-about p + ul {
		margin-top: 2.8rem;
	}

	.header-about .bttn-list li:not(:last-child) {
		margin-bottom: 1.1rem;
	}
	.header-about .quick-links__container {
		margin-bottom: 5.2rem;
	}
	.header-about__splide {
		padding-left: 2rem;
		padding-right: 0;
		margin-bottom: 2rem;
	}
	.header-about__splide .splide__slide {
		height: 40rem;
		width: 40%;
	}
	.header-about__splide .splide__slide {
		width: 85%;
		margin-right: 1rem !important;
	}
	.header-about .splide__arrow {
		background-color: #ffffff;
		height: 5rem;
		width: 5rem;
		border-radius: 50%;
		opacity: 1;
		font-size: 1.4rem;
		right: calc(20.5% - 5rem);
	}
}

/* @end */
