/* =========== */
/* HEADER/HERO */
/* =========== */

.g--sh--container {
	padding-top: 49.41%;
	width: 100%;
	height: 0;
}
@media (min-width: 768px) {
	.g--sh--container {
		padding-top: 0;
		height: 379px;
	}
}
@media (min-width: 992px) {
	.g--sh--container {
		height: 495px;
	}
}
@media (min-width: 1200px) {
	.g--sh--container {
		height: 600px;
	}
}

.g--sh--content--wrapper {
	display: none;
}
@media (min-width: 768px) {
	.g--sh--content--wrapper {
		display: block;
		width:100%;
		max-width: 768px;
		margin: 0 auto;
		padding: 45px 24px 0 24px;
	}
}
@media (min-width: 992px) {
	.g--sh--content--wrapper {
		max-width: 992px;
		padding: 57px 26px 0 26px;
	}
}
@media (min-width: 1200px) {
	.g--sh--content--wrapper {
		max-width: 1140px;
		padding: 68px 0 0 0;
	}
}

.g--sh--container h1 {
	display: none;
}
@media (min-width: 768px) {
	.g--sh--container h1 {
		display: block !important;
		font-family: Montserrat !important;
		color: white !important;
		font-size: 56.75px !important;
		font-style: normal !important;
		font-weight: 300 !important;
		line-height: 55px !important;
		letter-spacing: 0 !important;
		width: 487px !important;
		margin: 0 0 0 -5px !important;
	}
}
@media (min-width: 992px) {
	.g--sh--container h1 {
		font-size: 74.25px !important;
		line-height: 73.25px !important;
		width: 674px !important;
		margin: 0 0 0 -8px !important;
	}
}
@media (min-width: 1200px) {
	.g--sh--container h1 {
		font-size: 90px !important;
		line-height: 90px !important;
		width: 800px !important;
		margin: 0 0 0 -8px !important;
	}
}

/* ========== */
/* SUB-HEADER */
/* ========== */

.g--ssh--container {
	padding: 50px 15px 50px 15px;
	text-align: center;
}
@media (min-width: 576px) {
	.g--ssh--container {
		padding: 60px 15px 60px 15px;
	}
}
@media (min-width: 768px) {
	.g--ssh--container {
		display: none;
	}
}

@media (min-width: 768px) {
	.g--ssh--container:has(> .g--ssh--content--wrapper > .g--ssh--wysiwyg--wrapper), .g--ssh--container:has(> .g--ssh--content--wrapper > .g--ssh--btns--wrapper) {
		padding: 160px 24px 160px 24px;
		display: block;
	}
}

.g--ssh--content--wrapper {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 992px) {
	.g--ssh--content--wrapper {
		max-width: 940px;
	}
}
@media (min-width: 1200px) {
	.g--ssh--content--wrapper {
		max-width: 1140px;
	}
}

.g--ssh--container h1 {
	color: #A6192E !important;
	font-size: 32px !important;
	font-style: normal !important;
	font-weight: 300 !important;
	line-height: normal !important;
	margin-bottom: 0;
}
@media (min-width: 576px) {
	.g--ssh--container h1 {
		font-size: 64px !important;
	}
}
@media (min-width: 768px) {
	.g--ssh--container h1 {
		display: none !important;
	}
}

.g--ssh--container h1:has(+ .g--ssh--wysiwyg--wrapper) {
	margin-bottom: 20px;
}

.g--ssh--container h1:has(+ .g--ssh--btns--wrapper) {
	margin-bottom: 32px;
}

.g--ssh--wysiwyg--wrapper:has(+ .g--ssh--btns--wrapper) {
	margin-bottom: 38px;
}
@media (min-width: 576px) {
	.g--ssh--wysiwyg--wrapper:has(+ .g--ssh--btns--wrapper) {
		margin-bottom: 48px;
	}
}

.g--ssh--btns--wrapper > div a {
	margin-top: 20px;
}
@media (min-width: 576px) {
	.g--ssh--btns--wrapper > div a {
		margin-top: 30px;
	}
}

.g--ssh--btns--wrapper > div:first-of-type a {
	margin-top: 0px;
}

.g--ssh--wysiwyg--wrapper * {
	font-size: 22px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 138.4% !important; /* 49.824px */
}
@media (min-width: 576px) {
	.g--ssh--wysiwyg--wrapper * {
		font-size: 36px !important;
	}
}

.g--ssh--wysiwyg--wrapper > *:last-child {
	margin-bottom: 0 !important;
}

.g--btn {
	display: inline-block;
	padding: 12px 18px 12px 18px;
	margin: 0;
	border: 2px solid white;
	border-radius: 5px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	word-wrap: break-word;
}
@media (min-width: 768px) {
	.g--btn {
		padding: 15px 30px 15px 30px;
	}
}

.g--btn--primary {
	color: white;
	background-color: #A6192E;
	border-color: #A6192E;
}

.g--btn--primary:hover, .g--btn--primary:focus {
	color: #A6192E;
	background-color: white;
}