@import "../fonts/stylesheet.css";

.hide {
	display: none !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*::before,
*::after {
	box-sizing: inherit;
}
a,
a:hover {
	text-decoration: none;
}
@-ms-viewport {
	width: device-width;
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	max-width: 1920px;
	margin: auto !important;
	font-size: 16px;
	font-family: arial;
	line-height: 1.5;
	text-transform: none;
	background: #fff;
	behavior: smooth;
	position: relative;
	color: #000;
	background: #e9eef0;
	font-family: ChronicaPro-Book, Arial, Helvetica, sans-serif !important;
	--heightHeader: 65px;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
	width: 5px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
	background: #ddd;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
	background: #000;
}
html::-webkit-resizer,
body::-webkit-resizer {
	width: 5px;
}
html #page-container,
body #page-container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	opacity: 1;
	transition: opacity 0.3s ease-in;
	--heightHeader: 65px;
	--heightBtn: 65px;
	overflow-x: hidden;
}
html #page-container.home__mb,
body #page-container.home__mb {
	overflow: hidden;
	height: 100vh;
}

@media screen and (max-width: 1599px) {
	html #page-container,
	body #page-container {
		max-width: 1400px;
	}
}
html .container,
body .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
html .container-fluid,
body .container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
html .row,
body .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
html .no-gutters,
body .no-gutters {
	margin-right: 0;
	margin-left: 0;
}
html .no-gap > .col,
html .no-gap > [class*="col-"],
body .no-gap > .col,
body .no-gap > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
html .mainwrapper,
body .mainwrapper {
	width: 100%;
	margin: auto;
}
img {
	max-width: 100%;
}
.full-width {
	width: 100vw !important ;
	margin-left: 50% !important;
	-webkit-transform: translateX(-50vw) !important;
	transform: translateX(-50vw) !important;
}
.btn-enquire {
	position: relative;
	padding: 20px 100px 20px 20px;
	height: var(--heightBtn);
	background-color: var(--primaryColor);
	font-size: 16px;
	color: #fff;
	margin: 0 28px 10px 0;
	transition: 0.4s ease-in-out;
	display: inline-block;
}
.btn-enquire:hover {
	background-color: #333;
	text-decoration: none;
	color: #fff;
}
.btn-enquire .messager {
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 100%;
	border-right: 1px solid #fff;
	text-align: center;
	line-height: var(--heightBtn);
	display: block;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	transition: border-color 0.15s linear;
	background: #fff;
}
#btn_contact {
	position: relative;
	padding: 10px 20px;
	background-color: var(--primaryColor);
	font-size: 16px;
	color: #fff;
	transition: 0.4s ease-in-out;
	display: inline-block;
}
#btn_contact:hover {
	background: #002f43;
	transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
	.btn-enquire {
		--heightBtn: 50px;
		display: -webkit-inline-box;
		padding: 15px 75px 15px 15px;
		margin-top: 10px;
		height: auto;
	}
}
.logo-developer {
	z-index: 22;
	display: flex;
	animation: tranformY 1s 1s forwards;
	opacity: 0;
	color: #fff;
}
.logo-developer .logo-dev-top .row-logo-dev {
	margin-top: 20px;
}
.logo-developer .logo-dev-top .row-logo-dev .logo-dev-ct {
	margin-right: 20px;
}
.logo-developer img {
	height: 40px;
	display: inline-block;
	max-width: 100%;
	width: auto;
}
.buttons {
	opacity: 0;
	margin: 20px 0;
	animation: tranformY 1s 0.8s forwards;
}
.buttons a .arrow-icon {
	width: 15px;
	height: 12px;
	transform: translateX(15px);
}
.buttons a .video-icon {
	width: 20px;
	height: 20px;
	transform: rotate(0deg);
}
.buttons a:hover .arrow-icon {
	transform: translateX(20px) !important;
	transition: 0.4s ease-in-out;
}
.buttons a:hover .video-icon {
	transform: rotate(360deg);
	transition: 0.4s ease-in-out;
}
.buttons a.contact-btn {
	position: relative;
}
@media screen and (max-width: 767px) {
	.buttons {
		height: auto;
	}
}
.social-bn {
	position: absolute;
	left: 30px;
	bottom: 10px;
	z-index: 3;
}
.social-bn img {
	width: 25px;
	height: 25px;
}
.social-bn a {
	margin-right: 30px;
	opacity: 0.3;
	transition: opacity 0.2s ease-in-out;
}
.social-bn a:hover {
	opacity: 1;
}
@media screen and (max-width: 991px) {
	.social-bn {
		display: none;
	}
}
.scroll {
	position: absolute;
	right: 30px;
	bottom: 0;
	margin-bottom: -60px;
	z-index: 3;
}
.scroll a {
	position: relative;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.scroll a::after {
	content: "";
	display: block;
	width: 2px;
	height: 120px;
	margin-top: 20px;
	background-color: rgba(216, 216, 216, 0.3);
}
.videoHero {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0%;
	left: 0;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 25% 5%;
	z-index: 101;
	display: none;
	will-change: display;
	transition: display 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.videoHero.isActive {
	display: flex;
}
.videoHero iframe {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 102;
}
.videoHero .close {
	position: absolute;
	z-index: 102;
	cursor: pointer;
	top: 30px;
	right: 30px;
}
.videoHero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.45);
	width: 100%;
	height: 100%;
}
@media (min-width: 576px) {
	.videoHero {
		padding: 5% 10%;
	}
}
.contact-bar {
	position: fixed;
	top: calc(50% - 252px / 2);
	right: -65px;
	z-index: 100;
	border: 1px solid rgba(255, 255, 255, 0.7019607843);
	transition: 0.4s ease-in-out;
}
.contact-bar .stn-bt {
	background-color: rgba(27, 33, 39, 0.7019607843);
	transition: all 1s;
}
.contact-bar .stn-bt:hover {
	transform: translateX(-75px);
	transition: all 1s;
	background-color: #fff;
}
.contact-bar .stn-bt:hover .icon {
	color: #222;
}
.contact-bar .stn-bt:hover .icon svg {
	fill: #222;
}
.contact-bar .stn-bt:hover .icon svg g {
	fill: #222;
}
.contact-bar .stn-bt .icon {
	display: flex;
	align-items: center;
	font-size: 10px;
	text-align: left;
	justify-content: flex-start;
	display: flex;
	color: #fff;
	text-decoration: none;
	padding: 10px 5px;
}
.contact-bar .stn-bt .icon svg {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.contact-bar .next,
.contact-bar .pre {
	position: absolute;
	right: 75px;
	top: 50%;
	display: none;
	transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
	.contact-bar .contact_btn {
		display: none;
	}
}
@media screen and (max-width: 991.98px) {
	.contact-bar {
		top: initial;
		bottom: 0;
		left: 0;
		display: flex;
		background-color: rgba(27, 33, 39, 0.701961);
		overflow: hidden;
		width: 100%;
	}
	.contact-bar.hiddenMobile {
		transform: translateY(100%);
		opacity: 0;
		visibility: hidden;
		transition: 0.4s ease-in-out;
	}
	.contact-bar .key {
		display: grid;
		grid-auto-flow: column;
		overflow-x: scroll;
		width: 100%;
		scroll-snap-type: x proximity;
		transition: 0.4s ease-in-out;
	}
	.contact-bar .key .stn-bt {
		background-color: initial;
		width: 25vw;
	}
	.contact-bar .key .stn-bt .icon {
		flex-direction: column;
	}
	.contact-bar .key .stn-bt:hover {
		transform: initial;
		color: #fff;
	}
	.contact-bar .key .stn-bt:hover a {
		color: #fff;
	}
	.contact-bar .key .stn-bt:hover a svg {
		color: #fff;
	}
	.contact-bar .key .stn-bt:hover a svg g {
		color: #fff;
	}
	.contact-bar .next,
	.contact-bar .pre {
		display: block;
		width: 30px;
	}
	.contact-bar .next {
		left: 0;
	}
	.contact-bar .pre {
		right: 0;
	}
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.popup.open {
	pointer-events: unset;
}
.popup.open .popUpContent {
	display: flex;
	opacity: 1;
	pointer-events: unset;
	transition: all 1s ease-in-out;
}
.popup.open .over-play {
	opacity: 1;
	pointer-events: unset;
	transition: all 1s ease-in-out;
}
.popup .popUpContent {
	background: #000;
	width: 80%;
	height: 100%;
	max-width: 800px;
	max-height: 500px;
	color: #fff;
	z-index: 6;
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.popup .popUpContent .btnClose {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 1;
	width: auto;
}
.popup .popUpContent .rightContent {
	width: 50%;
	height: auto;
}
.popup .popUpContent .rightContent img {
	height: 100%;
	object-fit: cover;
}
.popup .popUpContent .leftContent {
	padding: 30px;
	position: relative;
	width: 50%;
	color: #fff;
}
.popup .popUpContent .leftContent h3 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.popup .popUpContent .leftContent .btnPopup {
	display: inline-block;
	padding: 10px 20px;
	margin-top: 50px;
	margin-bottom: 20px;
	background: transparent;
	border: 1px solid #fff;
	cursor: pointer;
	transition: 0.5s ease;
	color: #fff;
}
.popup .over-play {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: 5;
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.popup .popUpContent {
		flex-wrap: wrap;
		overflow-y: scroll;
	}
}
.popup .popUpContent .leftContent {
	width: 100%;
}
.popup .popUpContent .leftContent h2 {
	font-size: 20px;
}
.popup .popUpContent .leftContent p {
	font-size: 12px;
}
.popup .popUpContent .leftContent .btnPopup {
	margin: 10px 0;
}
.popup .popUpContent .rightContent {
	width: 100%;
}
.bell {
	background: var(--primaryColor);
	position: absolute;
	top: 60%;
	padding: 10px;
	cursor: pointer;
	z-index: 2;
	color: #fff;
	width: 200px;
	padding: 20px;
	background: rgba(0, 47, 67, 0.9);
	border-right: 5px solid #b8a579;
	text-align: center;
	left: 0;
}
.bell i {
	animation: bell_ring 2s infinite;
	max-width: 30px;
	height: auto;

	margin: 0 auto;
}
@media screen and (max-width: 991px) {
	.bell {
		position: relative;
		display: inline-block;
		top: initial;
		width: initial;
	}
	.bell .bell-box {
		display: flex;
		align-items: center;
	}
	.bell i {
		margin: initial;
		margin-right: 10px;
	}
}
.slbElement button:hover {
	background: transparent;
}
.full_width {
	width: 100vw !important;
	transform: translateX(-50vw);
	margin-left: 50%;
}
@keyframes scroll_down {
	from {
		transform: translateY(-30px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes bell_ring {
	0% {
		transform: rotate(20deg);
	}
	3% {
		transform: rotate(-15deg);
	}
	9% {
		transform: rotate(10deg);
	}
	12% {
		transform: rotate(-5deg);
	}
	15%,
	100% {
		transform: rotate(0);
	}
}
.social {
	position: absolute;
	bottom: 20px;
	left: 30px;
	display: flex;
	z-index: 2;
}
.social li a {
	margin: 0 0 0 5px;
	border-radius: 100%;
	background-color: #bbbfc2;
	display: flex;
	align-items: center;
	width: 40px;
	height: 40px;
	justify-content: center;
	transition: all 0.4s;
}
.social li a:hover {
	background-color: var(--primaryColor);
	transition: all 0.4s;
}
.social li a i {
	color: #fff;
}
header {
	height: var(--heightHeader);
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1600px;
	background: #fff;
	z-index: 100;
	font-weight: 700;
	font-size: 14px;
	display: flex;
}
header:after {
	display: block;
	content: " ";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 4px;
	opacity: 0.2;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) -10%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, rgba(0, 0, 0, 0.65)), to(transparent));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) -10%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) -10%, transparent 100%);
}
header .logo {
	position: relative;
	z-index: 1;
	background: #fff;
	height: 100px;
	padding: 5px;
	transition: 0.25s ease-in-out;
}

header .logo img {
	display: block;

	line-height: 100px;
	text-align: center;
	font-size: 70px;
	max-width: 150px;
	height: 100%;
}
header .main__header::-webkit-scrollbar {
	width: 5px;
}
header .main__header::-webkit-scrollbar-track {
	background: #ddd;
}
header .main__header::-webkit-scrollbar-thumb {
	background: #000;
}
header .main__header::-webkit-resizer {
	width: 5px;
}
header .nav-item a {
	color: #002f43;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}
header .nav-item a img {
	transition: 0.25s ease-in-out;
}
header .hamburger {
	display: none;
}
header .au__nav {
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	top: var(--heightHeader);
	right: 0;
}
header .au__nav .social {
	display: flex;
	margin-right: 20px;
	align-items: center;
}
header .au__nav .social li a {
	margin: 0 0 0 5px;
	border-radius: 100%;
	background-color: #bbbfc2;
	display: flex;
	align-items: center;
	width: 40px;
	height: 40px;
	justify-content: center;
}
header .au__nav .social li a i {
	color: #fff;
}

header .au__nav .hotline .hotline-cta {
	font-size: 10px;
	display: block;
	width: 100%;
}

header .au__nav .hotline .phone {
	margin-top: -20px;
	white-space: nowrap;
	overflow: hidden;
}

header .au__nav .hotline span.and {
	margin: 0 8px;
}

header .au__nav .enquire-trigger {
	display: flex;
	height: 100%;
	padding: 0 25px;
	background: #0087a1;
	color: #fff;
	align-items: center;
}
header .au__nav .hotline {
	display: flex;
	flex-wrap: wrap;
	background: var(--primaryColor);
	font-family: ChronicaPro-Book;
	font-size: 15px;
	color: #fff;
	text-align: center;
	height: 100%;
	align-items: center;
	justify-content: center;
}
header .au__nav .hotline a {
	color: #fff;
	font-size: 16px;
}
header .au__nav .hotline div .sale {
	font-size: 11px;
}
header .au__nav .hotline div .call {
	margin-top: 11px;
}
header .au__nav .hotline div .call span.and {
	margin: 0 5px;
}
@media screen and (min-width: 992px) {
	header {
		padding-left: 10px;
	}
	header .logo img {
		max-width: 200px;
		object-fit: contain;
		height: 100%;
	}
	header .main__header-inner {
		display: flex;
		flex: 1;
		width: 100%;
		height: 100%;
		position: relative;
	}
	header .main__header-inner .hotline__mobile {
		display: none;
	}
	header .nav__primary {
		display: flex;
		height: 100%;
	}
	header .nav-item {
		display: flex;
		height: 100%;
		align-items: center;
		transition: opacity 0.15s linear;
		border-left: 1px solid #e9eef0;
	}
	header .nav-item.has-menu a i {
		margin-left: 5px;
	}
	header .nav-item:first-child {
		border-left: none;
	}
	header .nav-item.selectedItem a {
		color: var(--primaryColor);
	}
	header .nav-item.selectedItem a::before {
		opacity: 1;
	}
	header .nav-item a {
		padding: 0px 20px 0;
		display: flex;
		align-items: center;
		height: 100%;
		position: relative;
	}
	header .nav-item a:hover {
		color: var(--primaryColor);
		text-decoration: none;
	}
	header .nav-item a:hover::before {
		opacity: 1;
	}
	header .nav-item a::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 5px;
		background-color: var(--primaryColor);
		transition: opacity 0.15s linear;
		opacity: 0;
		z-index: 9;
	}
	header .nav-item a.drowpdown {
		position: relative;
	}
	header .nav-item a.drowpdown::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 5px;
		background-color: var(--primaryColor);
		transition: opacity 0.15s linear;
		opacity: 0;
		z-index: 9;
	}
	header .nav-item a.drowpdown::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 100%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 6px 0 6px;
		border-color: var(--primaryColor) transparent transparent transparent;
		z-index: 9;
		transition: opacity 0.15s linear;
		opacity: 0;
	}
	header .nav-item.has-menu {
		position: relative;
	}
	header .nav-item.has-menu a img {
		margin-left: 10px;
	}
	header .nav-item.has-menu:hover a img {
		transform: rotate(180deg);
		transition: 0.25s ease-in-out;
	}
	header .nav-item.has-menu:hover a.drowpdown::after,
	header .nav-item.has-menu:hover a.drowpdown::before {
		opacity: 1;
	}
	header .nav-item.has-menu:hover .sub__menu {
		animation: menu__tranform 0.4s forwards ease-in-out;
	}
	header .nav-item.has-menu .sub__menu {
		position: absolute;
		top: var(--heightHeader);
		left: 0;
		width: 300px;
		background-color: #fff;
		z-index: 2;
		opacity: 0;
		transition: opacity 0.4s linear;
		visibility: hidden;
	}
	header .nav-item.has-menu .sub__menu li {
		border-bottom: 1px solid #e9eef0;
	}
	header .nav-item.has-menu .sub__menu li:hover {
		background-color: rgba(0, 135, 161, 0.05);
	}
	header .nav-item.has-menu .sub__menu li:hover a {
		color: var(--primaryColor);
	}
	header .nav-item.has-menu .sub__menu li:last-child {
		border-bottom: none;
	}
	header .nav-item.has-menu .sub__menu li a {
		padding: 0;
		border-left: none;
		color: #656b70;
		height: 80px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding-right: 20px;
		color: #656b70;
	}
	header .nav-item.has-menu .sub__menu li a::before {
		opacity: 0;
	}
	header .au__nav .social {
		display: none;
	}
}
@media screen and (min-width: 1400px) {
	header .au__nav {
		top: 0;
	}
}
@media screen and (max-width: 1599px) {
	header {
		max-width: 1400px;
	}
}
@media screen and (max-width: 1199px) {
	header .au__nav {
		top: var(--heightHeader);
	}
	header .au__nav .social {
		display: none;
	}
}
@media screen and (max-width: 991.9999px) {
	header .au__nav {
		top: 0;
	}
	header .logo {
		height: initial;
		display: flex;
		align-items: center;
	}
	header .main__header {
		position: absolute;
		top: var(--heightHeader);
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
		max-height: 0;
		will-change: max-height;
		transition: max-height 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
		overflow-y: auto;
		white-space: nowrap;
	}
	header .main__header-mobile {
		max-height: calc(100vh - var(--heightHeader));
	}
	header .main__header-inner .nav {
		display: block;
	}
	header .main__header .nav-item {
		border-bottom: 1px solid #e9eef0;
	}
	header .main__header .nav-item a {
		display: flex;
		padding: 17px 0px;
		font-size: 20px;
		justify-content: space-between;
		align-items: center;
	}
	header .main__header .nav-item a i {
		transition: all 0.2s;
		margin-right: 40px;
	}
	header .main__header .nav-item.has-menu__mb a img {
		transform: rotate(180deg);
	}
	header .main__header .nav-item.has-menu__mb a i {
		transform: rotate(180deg);
		transition: all 0.2s;
		transition-delay: 0.2s;
	}
	header .main__header .nav-item.has-menu__mb .sub__menu {
		max-height: 100vh;
	}
	header .main__header .nav-item .sub__menu {
		max-height: 0;
		will-change: max-height;
		transition: max-height 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
		overflow: hidden;
		background: #e9eef0;
	}
	header .main__header .nav-item .sub__menu li a {
		font-size: 16px;
		padding: 17px 0px;
	}
	header .main__header-inner .hotline__mobile {
		display: flex;
		padding: 40px 0;
		justify-content: center;
		flex-wrap: wrap;
		text-align: center;
		background: #0087a1;
		color: #fff;
	}
	header .main__header-inner .hotline__mobile a {
		font-size: 25px;
		color: #fff;
		margin-right: 20px;
	}
	header .main__header-inner .hotline__mobile span:first-child {
		width: 100%;
		font-size: 16px;
		margin-bottom: 15px;
	}
	header .hamburger {
		display: flex;
		align-items: center;
		padding: 26px 15px 22px 20px;
	}
	header .hamburger.hamburger__mobile .hamburger__box {
		transform: rotate(225deg);
		transition-delay: 0.14s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	header .hamburger.hamburger__mobile .hamburger__box::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	header .hamburger.hamburger__mobile .hamburger__box::before {
		top: 0;
		opacity: 0;
		transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
	}
	header .hamburger__box {
		position: relative;
		width: 30px;
		height: 3px;
		background-color: #656b70;
		margin-right: 10px;
		transition-duration: 0.3s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	header .hamburger__box::after,
	header .hamburger__box::before {
		content: "";
		display: block;
		width: 30px;
		height: 3px;
		background-color: #656b70;
		border-radius: 4px;
		position: absolute;
	}
	header .hamburger__box::after {
		bottom: -8px;
		transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	header .hamburger__box::before {
		top: -8px;
		transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
	}
	header .au__nav {
		top: 0;
	}
	header .au__nav .social {
		display: flex;
	}
}

@media (max-width: 575px) {
	header .au__nav .social {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	header .hamburger .title {
		display: none;
	}
}
@keyframes menu__tranform {
	from {
		transform: translateY(50px);
		opacity: 0;
		visibility: hidden;
	}
	to {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
}
.page-build {
	padding-bottom: 50px;
}

.footer {
	color: #212529;
}
.footer.page-contact {
	margin: 50px 0 0 0;
}
.footer.page-contact form {
	max-width: 1280px !important;
	padding: 25px 0 25px 0;
	margin: 0 auto;
	text-align: center !important;
}
.footer.page-contact form .btn-contact {
	display: flex;
	justify-content: center;
}
.footer.page-contact form .btn-contact button {
	width: auto !important;
}
.footer .contact {
	background-color: #fff;
}
.footer .contact .row .col-12 .form-group {
	margin-bottom: 1rem;
}
.footer .contact .row .col-12.content {
	padding: 30px;
}
.footer .contact .row .col-12.content h1 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.footer .contact .row .col-12.content p {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 2;
	max-width: 590px;
	color: rgba(0, 1, 9, 0.75);
	text-align: left;
}
.footer .contact .row .col-12.layout-contact {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
}
.footer .contact .row .col-12 form h3 {
	font-size: 32px;
	line-height: 46px;
	font-weight: bold;
}
.footer .contact .row .col-12 form p {
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 20px;
	text-align: center;
	text-transform: none;
}
.footer .contact .row .col-12 form label {
	font-weight: bold;
	text-align: left;
}
.footer .contact .row .col-12 form input {
	appearance: auto;
}
.footer .contact .row .col-12 form input::placeholder {
	font-weight: 500;
}
.footer .contact .row .col-12 form input[type="text"],
.footer .contact .row .col-12 form input[type="tel"] {
	width: 100%;
	padding: 20px;
	border: 1px solid rgba(0, 1, 9, 0.2);
	background-color: transparent;
	transition: border 0.5s;
	height: auto;
}
.footer .contact .row .col-12 form input[type="text"]:focus::placeholder,
.footer .contact .row .col-12 form input[type="tel"]:focus::placeholder {
	opacity: 0.6;
}
.footer .contact .row .col-12 form input[type="text"]::placeholder,
.footer .contact .row .col-12 form input[type="tel"]::placeholder {
	font-weight: 500;
	color: black;
	text-transform: uppercase;
}
.footer .contact .row .col-12 form select {
	padding: 20px;
	width: 100%;
}
.footer .contact .row .col-12 form select .select2-container--default {
	width: 100% !important;
	height: 66px !important;
}
.footer .contact .row .col-12 form .select2-selection--multiple {
	padding: 10px 20px;
	border: 1px solid #aaa;
	border-radius: 4px;
	background-color: white;
	height: 100%;
	border-radius: 4px;
	cursor: pointer;
}
.footer .contact .row .col-12 form .select2-selection--multiple .select2-selection__choice__remove {
	height: 100%;
}
.footer .contact .row .col-12 form .select2-container--default {
	height: 66px;
	max-height: 66px;
}
.footer .contact .row .col-12 form .select2-container--default .select2-selection--multiple {
	display: flex;
	align-items: center;
}
.footer .contact .row .col-12 form .select2-selection--multiple::placeholder {
	color: #222;
}
.footer .contact .row .col-12 form .select2-selection__choice__display {
	color: #222;
}
.footer .contact .row .col-12 form textarea {
	width: 100%;
	background-color: transparent;
	transition: border 0.5s;
	margin: 0;
}
.footer .contact .row .col-12 form textarea::placeholder {
	color: #212529;
	text-transform: uppercase;
}
.footer .contact .row .col-12 form .form-group .formfieldCheckbox input {
	width: 15px;
	margin-right: 10px;
	height: 15px;
	padding: 0;
}
.footer .contact .row .col-12 form .form-group .formfieldCheckbox a {
	color: #3f7355;
	font-weight: 600;
	opacity: 0.7;
}
.footer .contact .row .col-12 form .form-group .formfieldCheckbox a:hover {
	color: #3f7355;
	opacity: 1;
}
.footer .contact .row .col-12 form .form-group .iti {
	width: 100%;
}
.footer .contact .row .col-12 form .form-group .iti input {
	padding-left: 52px;
}
.footer .contact .row .col-12 form .btn-contact {
	text-align: left;
}
.footer .contact .row .col-12 form .btn-contact button {
	display: block;
	background: #fff;
	padding: 0 24px;
	width: 100%;
	font-weight: 600;
	letter-spacing: 0.1em;
	transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	color: #212529;
	text-transform: uppercase;
	min-height: 40px;
	border: 1px solid #ddd;
}
.footer .contact .row .col-12 form .btn-contact button:hover {
	background-color: #212529;
	color: #fff;
	transition: all 0.5s;
}
.footer__bottom {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #002f43;
	padding: 60px;
}
.footer__bottom .logo img {
	max-height: 120px;
	border-radius: 5px;
}
.footer__bottom .container .grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
}
.footer__bottom .container .grid__item {
	text-align: left;
}
.footer__bottom .container .grid__item .logo {
	background: #ffffff;
	border-radius: 10px;
}
.footer__bottom .container .grid__item ul {
	padding: 0;
}
.footer__bottom .container .grid__item h3 {
	color: #b8a579;
	margin-bottom: 10px;
	font-size: 17px;
}
.footer__bottom .container .grid__item.copyright {
	margin-top: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}
.footer__bottom .container .grid__item .footer-logo {
	display: block;
	margin-bottom: 50px;
	margin-left: -22px;
}
.footer__bottom .container .grid__item p {
	margin-bottom: 10px;
	font-weight: 500;
	opacity: 0.8;
}
.footer__bottom .container .grid__item p a {
	color: #fff;
	font-weight: 500;
	opacity: 0.8;
	font-size: 1em;
}
.footer__bottom .container .grid__item ul li {
	margin-bottom: 10px;
	font-weight: 500;
	opacity: 0.8;
}
.footer__bottom .container .grid__item ul li a {
	color: #fff;
	font-weight: 500;
	opacity: 0.8;
	font-size: 1em;
}
@media (min-width: 1200px) {
	.footer .contact .row .col-12 form .headline {
		padding: 50px 0 30px;
	}
}
@media screen and (max-width: 1023px) {
	.footer__bottom .logo {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.footer__bottom {
		text-align: center;
		padding: 20px 0;
		justify-content: center;
	}
	.footer__bottom .logo {
		margin-bottom: 30px;
	}
	.footer__bottom .container {
		padding: 0 15px 70px 15px;
		width: 100%;
	}
	.footer__bottom .container .grid__item:first-child {
		width: 100%;
	}
}
.homebanner {
	position: relative;
	height: calc(100vh - var(--heightHeader));
	margin-top: var(--heightHeader);
	--headline: 72px;
	--des: 22px;
	overflow: hidden;
}
.homebanner__text {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.homebanner__text .container .max_text {
	margin-left: auto;
	max-width: 580px;
	color: #fff;
	font-family: ChronicaPro;
}

.homebanner__text .container .max_text p{
	color: #fff;
}

.homebanner__text .container .max_text h1 {
	font-size: var(--headline);
	line-height: 0.98;
	font-family: ChronicaPro, "Archer A", "Archer B", "Palatino Linotype", "URW Palladio L", "Book Antiqua", Georgia, serif;
	opacity: 0;
	animation: headline 1s forwards;
	position: relative;
	margin-bottom: calc(20px + 70 * (100vw - 320px) / 1280);
}
.homebanner__text .container .max_text h1:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	height: 4px;
	background-color: #fff;
	width: 100vw;
	display: block;
	margin-left: 0px;
}
.homebanner__text .container .max_text .des {
	opacity: 0;
	animation: headline 1s 0.4s forwards;
}
.homebanner__text .container .max_text .des p {
	font-size: var(--des);
	line-height: 1.6364;
	margin: 30px 0 30px;
	font-weight: 500;
}
.homebanner__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.homebanner__bg:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	background-image: -webkit-linear-gradient(350deg, rgba(0, 47, 67, 0) 0, rgba(0, 47, 67, 0.75) 100%);
	background-image: -o-linear-gradient(350deg, rgba(0, 47, 67, 0) 0, rgba(0, 47, 67, 0.75) 100%);
	background-image: linear-gradient(100deg, rgba(0, 47, 67, 0) 0, rgba(0, 47, 67, 0.75) 100%);
}
@media screen and (max-width: 1199px) {
	.homebanner {
		max-height: 70vh;
	}
}
@media screen and (max-width: 991px) {
	.homebanner {
		--headline: 52px;
		--des: 20px;
		padding-top: calc(40px + 120 * (100vw - 320px) / 1280);
		height: initial;
		padding-bottom: calc(80px + 80 * (100vw - 320px) / 1280);
	}
	.homebanner__text .container .max_text h1:after {
		width: 0px;
	}
	.homebanner__text .container .max_text .hotline {
		position: static;
		margin: 0;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.homebanner {
		--headline: 40px;
		--des: 20px;
	}
	.homebanner__text .container .max_text .buttons {
		height: auto;
	}
	.homebanner__text .container .max_text h1 {
		font-weight: bold;
	}
	.homebanner__text .container .max_text .des {
		margin: 20px 0 30px;
	}
}
@media screen and (max-height: 660px) {
	.homebanner {
		--headline: 40px;
		--des: 18px;
	}
	.homebanner__text .container .max_text h1 {
		font-size: 50px;
		margin-bottom: 30px;
	}
}
.divider {
	display: block;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 2px;
}
.divider a {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 10;
	width: 80px;
	height: 100px;
	text-align: center;
	font-size: 70px;
	margin-top: -50px;
	background-color: #fff;
	padding: 5px;
	transform: translateX(-50%);
}
.divider a img {
	height: 100%;
}
.subbanner {
	position: relative;
	height: 40vh;
	margin-top: var(--heightHeader);
	--headline: 70px;
	--des: 25px;
	/* background-color: var(--secondaryColor); */
}
.subbanner .overplay {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	top: 0;
	left: 0;
	background-color: var(--secondaryColor);
}
.subbanner__text {
	position: relative;
	z-index: 2;
	height: 100%;
}
.subbanner__text .container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.subbanner__text .container .max_text {
	color: #fff;
	font-family: ChronicaPro;
	text-align: center;
}
.subbanner__text .container .max_text h1 {
	font-size: var(--headline);
	line-height: 0.98;
	font-family: ChronicaPro, "Archer A", "Archer B", "Palatino Linotype", "URW Palladio L", "Book Antiqua", Georgia, serif;
	opacity: 0;
	animation: headline 1s forwards;
}
.subbanner__text .container .max_text .des {
	opacity: 0;
	animation: headline 1s 0.4s forwards;
}
.subbanner__text .container .max_text .des p {
	font-size: var(--des);
	line-height: 1.6364;
	margin: 30px 0 30px;
	font-weight: 500;
}
.subbanner__text .container .max_text .buttons {
	opacity: 0;
	height: 65px;
	margin: 20px 0;
	animation: tranformY 1s 0.8s forwards;
}
.subbanner__text .container .max_text .buttons a:hover img {
	transform: rotate(360deg);
}
.subbanner .scroll {
	position: absolute;
	right: 30px;
	bottom: 0;
}
.subbanner__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 991px) {
	.subbanner {
		--headline: 52px;
		--des: 20px;
	}
}
@media screen and (max-width: 767px) {
	.subbanner {
		height: 30vh;
		--headline: 32px;
		--des: 18px;
	}
	.subbanner__text .container .max_text .buttons {
		height: auto;
	}
}
.contact__bg {
	position: relative;
	margin-top: var(--heightHeader);
	--headline: 52px;
	--des: 22px;
	height: 60vh;
}
.contact__bg .contact__bg-item {
	height: 100%;
}
.contact__bg::before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 3;
	background-color: rgba(0, 47, 67, 0.5);
}
.contact__bg .contact__bg-item img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.contact__bg .contact__bg-item-text {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	position: absolute;
	z-index: 4;
	color: #fff;
	text-align: center;
}
.contact__bg .contact__bg-item-text h1 {
	font-size: var(--headline);
}
@media screen and (max-width: 991.9999px) {
	header .au__nav .hotline {
		display: none !important;
	}
}
.slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 70vh;
	margin-top: var(--heightHeader);
	--headline: 55px;
	--des: 22px;
}
.slider img {
	display: inline-block !important;
}
.slider-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}
.slider-wrap .slick-list {
	height: 100%;
}
.slider-wrap .slick-list .slick-track {
	height: 100%;
}
.slider__item {
	position: relative;
	width: 100%;
	height: 100%;
}
.slider__item.slick-current h1 {
	animation: headline 1s forwards;
}
.slider__item.slick-current .des {
	animation: headline 1s 0.4s forwards;
}
.slider__item.slick-current .buttons {
	animation: tranformY 1s 0.8s forwards;
}
.slider__home {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slider__home:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	background-image: -webkit-linear-gradient(350deg, rgba(0, 47, 67, 0) 0, rgba(0, 47, 67, 0.75) 100%);
	background-image: -o-linear-gradient(350deg, rgba(0, 47, 67, 0) 0, rgba(0, 47, 67, 0.75) 100%);
	background-image: linear-gradient(100deg, rgba(0, 47, 67, 0) 0, rgba(0, 47, 67, 0.75) 100%);
}
.slider__text {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: auto;
}
.slider__text .container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.slider__text .container .max_text {
	margin-left: auto;
	max-width: 600px;
	color: #fff;
	font-family: ChronicaPro;
}
.slider__text .container .max_text h1 {
	font-size: var(--headline);
	line-height: 0.8;
	font-family: ChronicaPro, "Archer A", "Archer B", "Palatino Linotype", "URW Palladio L", "Book Antiqua", Georgia, serif;
	opacity: 0;
}
.slider__text .container .max_text .des {
	opacity: 0;
}
.slider__text .container .max_text .des p {
	font-size: var(--des);
	line-height: 1.6364;
	margin: 20px 0 50px;
	font-weight: 500;
}
.slider__text .container .max_text .buttons {
	opacity: 0;
}
.slider .bottom {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 0%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 15px;
	display: flex;
}
.slider .bottom .bton {
	cursor: pointer;
}
.slider .bottom .bton i {
	font-size: 25px;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.slider {
		--headline: 42px;
		--des: 20px;
	}
}
@media screen and (max-width: 767px) {
	.slider {
		--headline: 22px;
		--des: 18px;
	}
	.slider .bottom {
		display: none;
	}
}
#content .page-builder p {
	margin-bottom: 1em;
}
/* #content .page-builder h1,
#content .page-builder h2,
#content .page-builder h3,
#content .page-builder h4,
#content .page-builder h5 {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
} */
#content .page-builder .box-01 {
	padding: 10px;
	border: 1px dashed #bd937a;
	margin: 20px 0 20px;
	box-shadow: 0px 0px 1px 1px #ffdfcf;
}
#content .page-builder .style-montbo-btn {
	border: solid #bc937a 1px;
	background-color: #bc937a;
	align-items: center;
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
#content .page-builder .style-montbo-btn:hover {
	background-color: #628195;
	border-color: #628195;
	transition: color 0.3s ease 0s;
}
#content .page-builder .style-montbo-span {
	font: normal normal 700 16px/1.2em "open sans condensed", sans-serif;
	transition: color 0.3s ease 0s;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	white-space: normal;
}
#content .page-builder .style-montbo-span:hover {
	color: #fff;
	transition: color 0.3s ease 0s;
}
#content .page-builder .box-02 {
	padding: 30px;
	background-color: #425765;
	margin: 20px 0 20px;
}
#content .page-builder .table-bordered {
	border: 1px solid #dee2e6;
}
#content .page-builder .table-bordered tbody tr td {
	border: 1px solid #dee2e6;
	padding: 0.75rem;
	color: #000;
}
#content .page-builder .section-overview {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	max-height: 1600px;
	overflow: hidden;
}
#content .page-builder .section-overview_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
	padding-top: calc(80px + 240 * (100vw - 320px) / 1280);
	padding-bottom: calc(80px + 240 * (100vw - 320px) / 1280);
}
#content .page-builder .section-overview_text h2 {
	font-size: calc(40px + 60 * (100vw - 320px) / 1280);
	line-height: 0.95;
	letter-spacing: -0.015em;
	margin-bottom: 40px;
}
#content .page-builder .section-overview_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#content .page-builder .section-overview_bg::after {
	content: "";
	position: absolute;
	right: -25%;
	top: -15%;
	width: 125%;
	height: 65%;
	display: block;
	background-image: radial-gradient(75% 61%, rgba(0, 47, 67, 0.9) 25%, rgba(0, 47, 67, 0) 57%);
}
#content .page-builder .section-overview_bg::before {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: linear-gradient(188deg, #002f43 0, rgba(0, 47, 67, 0) 100%);
}
@media screen and (min-width: 768px) {
	#content .page-builder .section-overview::before {
		content: "";
		display: block;
		width: 100%;
		padding-top: 87.5%;
	}
}
@media screen and (max-width: 767px) {
	header .main__header-inner .hotline__mobile {
		padding: 20px 0;
	}
	#content .page-builder .section-overview_text {
		position: relative;
	}
}
@keyframes headline {
	from {
		transform: translateY(-20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes tranformY {
	from {
		transform: translateY(20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes Scroll {
	from {
		height: 0;
		opacity: 0;
	}
	to {
		height: 120px;
		opacity: 1;
	}
}
.intl-tel-input {
	width: 100%;
}
/*# sourceMappingURL=style.min.css.map */

@media (min-width: 1280px) {
	.main__header {
		flex: 1;
	}

	header .au__nav {
		position: unset;
	}

	header .au__nav .phone {
		margin-top: 0 !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
}

.bg-logoBg {
	background-color: var(--logoBackgroundColor);
	border-radius: 4px;
}

#contactForm {
	@media (max-width: 767px) {
		.row.form-group {
			gap: 15px;
		}
	}
}


.modal-backdrop.fade.show {
  pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #002f43;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h1, .--h1 {
	font-size: 2.2rem;
}
h2, .--h2 {
	font-size: 1.8rem;
}
h3, .--h3 {
	font-size: 1.5rem;
}
h4, .--h4 {
	font-size: 1.25rem;
}
h5, .--h5 {
	font-size: 1.1rem;
}
h6, .--h6 {
	font-size: 1rem;
}

@media (min-width: 600px) {
	h1, .--h1 {
		font-size: 2.5rem;
	}
	h2, .--h2 {
		font-size: 2rem;
	}
	h3, .--h3 {
		font-size: 1.75rem;
	}
	h4, .--h4 {
		font-size: 1.5rem;
	}
	h5, .--h5 {
		font-size: 1.25rem;
	}
}

@media (min-width: 1024px) {
	h1, .--h1 {
		font-size: 3rem;
	}
	h2, .--h2 {
		font-size: 2.5rem;
	}
	h3, .--h3 {
		font-size: 2rem;
	}
	h4, .--h4 {
		font-size: 1.5rem;
	}
	h5, .--h5 {
		font-size: 1.25rem;
	}
}

body,p {
	font-size: 1rem;
	line-height: 1.6;
	color: #212529;
	margin-top: 0;
	margin-bottom: 1em;
}

.text--white {
	color: white;
}

footer {
	p {
		color: white
	}
}