
.page-template-default .flow-inner {
	padding: 6% 30px;
	text-align: left;
}

#mc_embed_signup {
	max-width: 100%;
}

#mc_embed_signup form {
	margin: 0 !important;
}

.page-template-default .flow-inner a {
	color: #2ea3f2;
	font-weight: 500;
}

.page-template-default .flow-inner ol li {
	list-style: unset;
}

.page-template-default .flow-inner > ol > li {
	margin-bottom: 40px;
}

.page-template-default .flow-inner ol ol {
	margin-left: 40px;
}

.page-template-page-thank-you .builder-block {
	padding: 12% 30px;
}

.page-template-page-thank-you .builder-block .flow-inner {
	display: grid;
	gap: 5.5%;
	grid-template-columns: 1fr 1fr;
}

.page-template-page-thank-you h1 {
	font: 35px "Foundry Gridnik", Helvetica, Arial, sans-serif;
	margin-bottom: 5.82%;
	padding-bottom: 10px;
}

.page-template-page-thank-you .btn {
	background-image: linear-gradient(90deg, #b4433a 0%, #d6874a 100%);
	border: 2px solid;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em;
	padding: 6px 20px 10px;
	position: relative;
	transition: all .3s ease 0ms;
}

.page-template-page-thank-you .btn:hover {
	padding: 6px 40px 10px 20px;
}

.page-template-page-thank-you .btn svg {
	height: 20px;
	margin-left: -1em;
	opacity: 0;
	position: absolute;
	text-transform: none;
	top: 50%;
	transform: translateY(-50%);
	transition: all .2s;
}

.page-template-page-thank-you .btn svg path {
	fill: #fff;
}

.page-template-page-thank-you .btn:hover svg {
	margin-left: 10px;
	opacity: 1;
}

.page-template-page-thank-you h2 {
	font: 25px "Foundry Gridnik", Helvetica, Arial, sans-serif;
	margin-bottom: 5.82%;
	padding-bottom: 10px;
}

.page-template-page-thank-you img {
	height: auto;
	width: 100%;
}

@media only screen and (max-width:calc(980rem/16)) {
	.page-template-default .flow-inner, .page-template-page-thank-you .builder-block .flow-inner {
		padding: 50px 0;
	}
	
	.page-template-page-thank-you .builder-block .flow-inner {
		grid-template-columns: 1fr;
	}
}
