.sfmc_wrapper a, .sfmc_wrapper a:hover, .sfmc_wrapper a:focus {
    color: #EB0000;
}
.sfmc_wrapper {
	color: #404040;
}
.sfmc_wrapper .sfmc_form_container .form_wrapper .form_title {
	font-size: 36px;
	line-height: 1.3;
	color: #404040;
	font-family: 'Dirty-Headline',sans-serif;
	font-weight: 400;
	text-align: center;
	margin: 0 0 30px;
}
.sfmc_wrapper .sfmc_form_container .form_wrapper .form_subtitle {
	font-size: 16px;
	line-height: 1.8;
	color: #404040;
	margin-bottom: 40px;
	letter-spacing: -0.36px;
}
.sfmc_form_infotxt ,.sfmc_form_sceneinfotxt {
	font-size: 16px;
	line-height: 28px;
}
.sfmc_form_container .headline {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 40px;
	text-align: center;
}
.sfmc_form_container .form_conditions {
	font-size: 18px;
	line-height: 1.5;
}
.sfmc_form_container .scene_card_sec {
	font-size: 18px;
	line-height: 1.5;
}
.sfmc_form_container .form_conditions .check_box input {
	top: 5px;
	accent-color: #404040;
}
.scenecard_wrapper .form-check .form-check-input {
	top: 1px;
	accent-color: #404040;
}
.form_scenecard_support {
    font-size: 16px;
}
.sfmc_btn{
	background-color: #EB0000;
	border: 3px solid #EB0000;
	border-radius: 50px;
	color: #fff;
	line-height: 1.72 !important;
	overflow: hidden;
	position: relative;
	transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
	z-index: 1;
	font-size: 14px !important;
	padding: 15px 40px !important;
	font-family: 'Obviously-semi' !important;
}
.sfmc_btn:not(.is-tabbing) {
	outline: none;
}
.sfmc_btn:before {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%) skew(-45deg);
    transform-origin: 0 0;
    transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
    width: 150%;
    z-index: -1;
}
.sfmc_btn:hover, .sfmc_btn.hover {
    color: #EB0000;
    border-color: #EB0000;
    background-color: #EB0000;
}
.sfmc_btn:hover:before, .sfmc_btn.hover:before {
    transform: translateX(0) skew(-45deg);
}
.sfmc_btn:focus {
    color: #EB0000;
    border-color: #EB0000;
    background-color: #fff;
}
.check_box label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	position: absolute;
	cursor: pointer;
	margin-right: 20px;
	border-radius: 0;
	width: 16px;
	height: 16px;
	top: 5px;
	left: 0;
}
.check_box input:checked + label:before {
	background-color: #404040;
}
.check_box input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 6px;
	width: 4px;
	height: 7px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.radio_box .form_check_label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #fff;
	outline: 1px solid #ddd;
	outline-offset: 1px;
	position: absolute;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	top: 6px;
	left: 0;
}
.radio_box .form_check_input:checked + .form_check_label:before {
	background-color: #404040;
}

.sfmc_integration_thankyou_wrap h2 {
	font-family: 'Dirty-Headline',sans-serif;
	font-weight: 400;
	color: #404040;
	margin: 30px 0 10px;
	font-size: 36px;
	line-height: 1.3;
}
.sfmc_integration_thankyou_wrap p {
	font-family: Lato,sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #404040;
}

/* page loader */

.sfmc_page_loading {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ffffff;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: none;
}

.sfmc_page_loading .sfmc_page_loader {
	margin: 100px auto;
	font-size: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	animation: sfmcpgloader 1.1s infinite ease;
	transform: translateZ(0);
}

@keyframes sfmcpgloader {

	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #EB0000, 1.8em -1.8em 0 0em rgba(235, 0, 0, 0.2), 2.5em 0em 0 0em rgba(235, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(235, 0, 0, 0.2), 0em 2.5em 0 0em rgba(235, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(235, 0, 0, 0.2), -2.6em 0em 0 0em rgba(235, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(235, 0, 0, 0.7);
	}

	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(235, 0, 0, 0.7), 1.8em -1.8em 0 0em #EB0000, 2.5em 0em 0 0em rgba(235, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(235, 0, 0, 0.2), 0em 2.5em 0 0em rgba(235, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(235, 0, 0, 0.2), -2.6em 0em 0 0em rgba(235, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(235, 0, 0, 0.5);
	}

	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(235, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(235, 0, 0, 0.7), 2.5em 0em 0 0em #EB0000, 1.75em 1.75em 0 0em rgba(235, 0, 0, 0.2), 0em 2.5em 0 0em rgba(235, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(235, 0, 0, 0.2), -2.6em 0em 0 0em rgba(235, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(235, 0, 0, 0.2);
	}

	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(235, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(235, 0, 0, 0.5), 2.5em 0em 0 0em rgba(235, 0, 0, 0.7), 1.75em 1.75em 0 0em #EB0000, 0em 2.5em 0 0em rgba(235, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(235, 0, 0, 0.2), -2.6em 0em 0 0em rgba(235, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(235, 0, 0, 0.2);
	}

	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(235, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(235, 0, 0, 0.2), 2.5em 0em 0 0em rgba(235, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(235, 0, 0, 0.7), 0em 2.5em 0 0em #EB0000, -1.8em 1.8em 0 0em rgba(235, 0, 0, 0.2), -2.6em 0em 0 0em rgba(235, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(235, 0, 0, 0.2);
	}

	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(235, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(235, 0, 0, 0.2), 2.5em 0em 0 0em rgba(235, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(235, 0, 0, 0.5), 0em 2.5em 0 0em rgba(235, 0, 0, 0.7), -1.8em 1.8em 0 0em #EB0000, -2.6em 0em 0 0em rgba(235, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(235, 0, 0, 0.2);
	}

	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(235, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(235, 0, 0, 0.2), 2.5em 0em 0 0em rgba(235, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(235, 0, 0, 0.2), 0em 2.5em 0 0em rgba(235, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(235, 0, 0, 0.7), -2.6em 0em 0 0em #EB0000, -1.8em -1.8em 0 0em rgba(235, 0, 0, 0.2);
	}

	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(235, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(235, 0, 0, 0.2), 2.5em 0em 0 0em rgba(235, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(235, 0, 0, 0.2), 0em 2.5em 0 0em rgba(235, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(235, 0, 0, 0.5), -2.6em 0em 0 0em rgba(235, 0, 0, 0.7), -1.8em -1.8em 0 0em #EB0000;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sfmc_btn {
        font-size: 16px;
        padding: 12px 25px;
    }
}
@media (max-width: 767.98px) {
	.sfmc_wrapper .sfmc_form_container .form_wrapper .form_title {
		font-size: 34px;
	}
	.sfmc_form_container .headline {
		margin-bottom: 20px;
	}
}