/* CONTENT STRIPES */
div.layout_content_stripe_custom_article {
	width: 100%;
	margin: 80px 0px;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article {
		margin: 40px 0px;
	}
}

div.layout_content_stripe_custom_article div.row.position_absolute {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article div.row.position_absolute {
		position: relative;
	}
}

div.layout_content_stripe_custom_article div[class^="col-"]:first-child {
	padding-right: 0px;
	padding-left: 0px;
}
div.layout_content_stripe_custom_article div[class^="col-"]:last-child {
	padding-right: 0px;
	padding-left: 0px;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article div[class^="col-"]:first-child,
	div.layout_content_stripe_custom_article div[class^="col-"]:last-child {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article div.row.position_absolute > div[class^="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_image img {
	position: relative;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_image img {
		position: relative;
		top: 0px;
		margin-bottom: 40px;
	}
}

div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text {
	hyphens: none;
}

div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text div.col-md-6:first-child {
	padding-right: 20px;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text div.col-md-6:last-child {
	padding-left: 20px;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text div.col-md-6:first-child {
		padding-right: 0px;
		margin-bottom: 20px;
	}
	div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text div.col-md-6:last-child {
		padding-left: 0px;
	}
}

div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text ul {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text ul:first-child {
	margin: 0px 0px 20px 0px;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text ul li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text ul li::before {
	content: "\f105";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 600;
	font-size: 1.2em;
	color: var(--ci_color_black);
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	position: absolute;
	left: 0px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text ul li:hover::before {
	color: var(--ci_color_black);
	left: 6px;
}

div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text a,
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text a:link,
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text a:visited {
	font-weight: 500;
	color: var(--ci_color_blue);
	text-decoration: none;
	position: relative;
	hyphens: none;
	text-wrap: nowrap;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text a:hover {
	color: var(--ci_color_blue);
	text-decoration: none !important;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text a::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background: currentColor;
	top: 100%;
	left: 0;
	pointer-events: none;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_text a:hover::before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}

div.layout_content_stripe_custom_article_link {
	text-align: center;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_link {
		text-align: center;
	}
}

div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_headline h3 {
	margin: 0px;
	padding: 0px;
	color: var(--ci_color_blue);
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: none;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_headline h3::after {
	content: none;
}

/*
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_headline h1 {
	padding-left: 90px;
}
div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_headline h1::before {
	content: '';
	background: url('/a_media/logo/halblogo.svg');
	background-position: center center;
	background-size: contain;
	display: block;
	position: absolute;
	height: 80px;
	width: 80px;
	left: -8px;
	top: -8px;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_headline h1 {
		padding-left: 90px;
		font-size: 22px;
		line-height: 22px;
	}
	div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_headline h1::before {
		height: 60px;
		width: 60px;
		left: -6px;
		top: -6px;
	}
	div.layout_content_stripe_custom_article div.layout_content_stripe_custom_article_headline h1 span {
		font-size: 16px;
		line-height: 16px;
	}
}
*/

/*
div#content_stripe_module_id_646 div.layout_content_stripe_custom_article_headline h2,
div#content_stripe_module_id_646 div.layout_content_stripe_custom_article_headline h3 {
	padding-left: 90px;
}
div#content_stripe_module_id_646 div.layout_content_stripe_custom_article_headline h2::before {
	content: '';
	background: url('/a_media/logo/halblogo.svg');
	background-position: center center;
	background-size: contain;
	display: block;
	position: absolute;
	height: 80px;
	width: 80px;
	left: -8px;
	top: -34px;
}
@media only screen and (max-width: 991px) {
	div#content_stripe_module_id_646 div.layout_content_stripe_custom_article_headline h2,
	div#content_stripe_module_id_646 div.layout_content_stripe_custom_article_headline h3 {
		padding-left: 70px;
	}
	div#content_stripe_module_id_646 div.layout_content_stripe_custom_article_headline h2::before {
		height: 60px;
		width: 60px;
		left: -6px;
		top: -34px;
	}
}
*/

div#content_stripe_module_id_646 div.img-background-fill,
div#content_stripe_module_id_649 div.img-background-fill {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 991px) {
	div#content_stripe_module_id_646 div.img-background-fill,
	div#content_stripe_module_id_649 div.img-background-fill {
		padding-bottom: calc(100% / 16 * 9);
	}
}

div#content_stripe_module_id_646 a.href_button,
div#content_stripe_module_id_649 a.href_button {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	margin-top: 40px;
}

div#content_stripe_module_id_642 div.row.divider div[class^="col-"]:first-child {
	padding-right: 40px;
	border-right: 1px solid var(--ci_color_light_grey);
}

div#content_stripe_module_id_642 div.row.divider div[class^="col-"]:last-child {
	padding-left: 40px;
}

@media only screen and (max-width: 991px) {
	div#content_stripe_module_id_642 div.row.divider div[class^="col-"]:first-child,
	div#content_stripe_module_id_642 div.row.divider div[class^="col-"]:last-child {
		padding-left: 0px;
		padding-right: 0px;
		border-right: none;
	}
}

div#content_stripe_module_id_642 .grey_background {
	background: var(--ci_color_very_light_grey);
	padding: 20px;
}
div#content_stripe_module_id_642 .grey_background.no_padding {
	padding: 0px;
}

div#content_stripe_module_id_642 div.row.no_gap div[class^="col-"] {
	padding: 0px;
}

div#content_stripe_module_id_642 div.row.no_gap div[class^="col-"].with_padding {
	padding: 20px !important;
}

div#content_stripe_module_id_642 div.background_image {
	z-index: 1;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

div#content_stripe_module_id_642 div.background_image_overlay {
	z-index: 2;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #F7F2ED;
	background: linear-gradient(90deg, rgba(247, 242, 237, 0) 90%, rgba(247, 242, 237, 1) 100%);
}

div#content_stripe_module_id_642 div.row.flex {
	display: flex;
	flex-direction: row;
	gap: 0px;
}

@media only screen and (max-width: 991px) {
	div#content_stripe_module_id_642 div.background_image {
		position: relative;
		height: calc(100vw / 16 * 9);
	}

	div#content_stripe_module_id_642 div.background_image_overlay {
		display: none;
	}

	div#content_stripe_module_id_642 div.row.flex {
		display: block;
	}
}

div#content_stripe_module_id_642 ul.icon_list {
	display: flex;
	flex-direction: row;
	gap: 40px;
}
@media only screen and (max-width: 991px) {
	div#content_stripe_module_id_642 ul.icon_list {
		display: block;
	}
}

div#content_stripe_module_id_642 ul.icon_list li {
	padding: 0px;
	hyphens: none;
	text-align: center;
}
@media only screen and (max-width: 991px) {
	div#content_stripe_module_id_642 ul.icon_list li:not(:last-child) {
		margin-bottom: 40px;
	}
}

div#content_stripe_module_id_642 ul.icon_list li::before {
	content: none;
	margin: 0px;
	padding: 0px;
}

div#content_stripe_module_id_642 ul.checkmarks li::before {
	content: "\f00c";
	color: var(--ci_color);
}

div#content_stripe_module_id_642 ul.checkmarks li {
	padding-left: 30px;
}

div#content_stripe_module_id_642 ul.icon_list li img {
	display: block;
	position: relative;
	width: auto;
	height: 60px;
	margin: 0px auto 20px auto;
}

div#content_stripe_module_id_642 ul.icon_list li strong {
	display: block;
	margin-bottom: 20px;
}

div#content_stripe_module_id_642 ul.flyer {
	display: flex;
	flex-direction: row;
	gap: 40px;
	width: 100%;
}
div#content_stripe_module_id_642 ul.flyer.first {
	margin-bottom: 40px;
}

div#content_stripe_module_id_642 ul.flyer li {
	display: flex;
	flex-direction: row;
	gap: 0px;
	width: 50%;
	background: var(--ci_color_very_light_grey);
	padding: 0px;
	hyphens: none;
	text-align: left;
}
div#content_stripe_module_id_642 ul.flyer li.full_width {
	width: 100%;
}

div#content_stripe_module_id_642 ul.flyer li::before {
	content: none;
	margin: 0px;
	padding: 0px;
}

div#content_stripe_module_id_642 ul.flyer li div.flyer_icon {
	display: block;
	position: relative;
	height: 100%;
	padding: 20px 30px;
}

div#content_stripe_module_id_642 ul.flyer li div.flyer_icon i[class^="fa-"] {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--ci_color);
	font-size: 65px;
	font-weight: 200;
}

div#content_stripe_module_id_642 ul.flyer li div.flyer_text {
	padding: 20px 20px 20px 0px;
}

div#content_stripe_module_id_642 ul.flyer li div.flyer_text a {
	display: inline-block;
	position: relative;
	margin-top: 20px;
}

div#content_stripe_module_id_642 ul.flyer li div.flyer_text > i[class^="fa-"] {
	color: var(--ci_color);
	font-weight: 300;
	font-size: 18px;
	margin-left: 20px;
}

@media only screen and (max-width: 991px) {
	div#content_stripe_module_id_642 ul.flyer {
		display: block;
	}

	div#content_stripe_module_id_642 ul.flyer li {
		width: 100%;
	}

	div#content_stripe_module_id_642 ul.flyer li:not(:last-child) {
		margin-bottom: 40px;
	}

	div#content_stripe_module_id_642 ul.flyer li div.flyer_icon {
		height: auto;
	}
}

div#content_stripe_module_id_642 div.cta {
	display: flex;
	flex-direction: row;
	gap: 40px;
}

div#content_stripe_module_id_642 div.cta_icon {
	display: block;
	position: relative;
}

div#content_stripe_module_id_642 div.cta_icon i[class^="fa-"] {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 80px;
	font-weight: 100;
	color: var(--ci_color);
}

div#content_stripe_module_id_642 div.cta_text {
	display: block;
	position: relative;
}

div#content_stripe_module_id_642 ul.no_ticks {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

div#content_stripe_module_id_642 ul.no_ticks li {
	padding: 0px;
}

div#content_stripe_module_id_642 ul.no_ticks li::before {
	content: none;
	margin: 0px;
	padding: 0px;
}

div#content_stripe_module_id_642 ul.no_ticks li i[class^="fa-"] {
	color: var(--ci_color);
	margin-right: 12px;
}

div#content_stripe_module_id_642 ul.no_ticks li a {
	color: var(--ci_color_black);
}

@media only screen and (max-width: 991px) {
	div#content_stripe_module_id_642 div.cta {
		display: block;
	}

	div#content_stripe_module_id_642 ul.no_ticks {
		display: block;
		top: 0px;
		transform: none;
	}
}