[data-dm18-overlay][hidden],
[data-dm18-wrap][hidden] {
	display: none !important;
}

[data-dm18-overlay] {
	background: rgba(0, 0, 0, 0.72);
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}

[data-dm18-wrap] {
	display: flex;
	height: 100%;
	inset: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	width: 100%;
	z-index: 9999;
	-webkit-overflow-scrolling: touch;
}

html.dm18-modal-open,
body.dm18-modal-open {
	overflow: hidden !important;
}

[data-dm18-wrap] .mfp-container {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	min-height: 100%;
	padding: 18px;
	width: 100%;
}

[data-dm18-wrap] .mfp-container::before {
	display: none;
}

[data-dm18-wrap] .mfp-content {
	max-width: 760px;
	width: 100%;
}

[data-dm18-content].dm18-modal-content {
	background: #151515;
	bottom: auto;
	color: #fff;
	display: flex;
	flex-direction: column;
	left: auto;
	margin: 0 auto;
	max-width: 760px;
	opacity: 1;
	padding: 34px 26px 30px;
	position: relative;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	width: 100%;
}

[data-dm18-content].mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

[data-dm18-content] .row {
	justify-content: center;
	width: 100%;
}

[data-dm18-content] .columns {
	padding-left: 0;
	padding-right: 0;
}

[data-dm18-content] .thb_styled_header.style1 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 24px;
	padding-bottom: 24px;
}

[data-dm18-content] .thb_styled_header.style1::after {
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	width: 110px;
}

[data-dm18-content] p {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
}

[data-dm18-content] p:first-child {
	color: #1aa97f;
	font-size: 12px;
	letter-spacing: 0.24em;
	line-height: 1;
	margin-bottom: 18px;
	text-transform: uppercase;
}

[data-dm18-content] .button {
	margin: 8px 6px 0;
}

@media only screen and (min-width: 64.063em) {
	[data-dm18-content].dm18-modal-content {
		padding: 46px 42px 40px;
	}

	[data-dm18-content] .thb_styled_header.style1 {
		font-size: 46px;
		padding-bottom: 28px;
	}

	[data-dm18-content] .thb_styled_header.style1::after {
		width: 180px;
	}
}

@media only screen and (max-width: 40em) {
	[data-dm18-content].dm18-modal-content {
		padding: 28px 22px 24px;
	}

	[data-dm18-content] .thb_styled_header.style1 {
		font-size: 28px;
	}

	[data-dm18-content] .button {
		display: block;
		margin: 8px 0 0;
		width: 100%;
	}
}
