
h1, h2, h3 {
	font-weight: 600;
	color: #021d5f;
}

.gradient-divider {
	height: 15px;
	background: linear-gradient(90deg, #56f2a0 0%, #1e5ccd 35%, #021d5f 75%, #000 100%);
}

.checkbox {
	position: relative;
}

.checkbox input + label {
	padding-left: 25px;
	opacity: 1;
	color: inherit !important;
}

.checkbox input + label:before, .checkbox input + label:after {
	position: absolute;
	content: "";
}

.checkbox input + label:before {
	width: 14px;
	height: 14px;
	top: calc(50% - 7px);
	left: 0;
	background: #fff !important;
	border-radius: 2px;
	border: none;
}

.checkbox input + label:after {
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
	left: 3px;
	background: #000 !important;
	border-radius: 2px;
	border: none;
	opacity: 0;
}

.checkbox input + label:hover:after {
	opacity: .25;
}

.checkbox input:checked + label:after {
	opacity: 1;
}

.cta {
	display: inline-block;
	padding: 15px 30px;
	background-color: #0038ff;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
}

button.cta {
	border: none;
	cursor: pointer;
}

.cta.small {
	padding: 10px 20px;
	font-size: 10px;
}

.cta.big {
	padding: 20px 35px;
	font-size: 16px;
	border-radius: 10px;
}

.cta.bigger {
	padding: 25px 40px;
	font-size: 18px;
	border-radius: 10px;
}

.cta.green {
	background-color: #67e59a;
	color: #022a74;
	font-size: 12px;
}

a.cta:hover, button.cta:hover {
	opacity: .8;
}

.cta>* {
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

.link {
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	color: #0038ff;
	text-decoration: none;
}

.link.small {
	font-size: 12px;
}

.link.big {
	font-size: 20px;
	font-weight: bold;
}

.link:after {
	content: " →";
	color: #67e59a;
}

.hs-opt-in {
	position: relative;
	margin-bottom: 50px;
}

.hs-opt-in .ty {
	display: none;
	font-size: 22px;
}

.hs-opt-in .processed {
	display: none;
}

.hs-opt-in .processed + .ty {
	display: block;
}

.hs-opt-in input::placeholder, .hs-opt-in input::-webkit-input-placeholder {
	color: #fff !important;
}

.hs-opt-in fieldset {
	display: grid;
	grid-template-columns: 50% max-content;
	gap: 20px;
}

.hs-opt-in a {
	color: #67e59a;
	text-decoration: none;
}

.hs-opt-in .hs-richtext {
	font-size: 14px;
	margin-top: 10px;
}

.hs-opt-in .hs-input input {
	width: 100%;
	padding: 12px 0;
	font-size: 22px;
	border-bottom: 1px solid #67e59a !important;
	color: #fff !important;
}

.hs-opt-in .hs-input input:focus {
	border-color: transparent;
}

.hs-opt-in .hs-input input:-webkit-autofill {
	color: #fff;
	-webkit-text-fill-color: #fff;
	border: none;
}

.hs-opt-in .hs-submit {
	background: none;
}

.hs-opt-in .hs-submit .actions {
	overflow: hidden;
}

.hs-opt-in .hs-error-msgs {
	display: none;
}

.legal-consent-container {
	color: #20262c;
	font-size: 14px;
}

@media (max-width:767px) {
	.hs-opt-in fieldset {
		grid-template-columns: 60% auto;
	}
}

@media (max-width:480px) {
	.hs-opt-in fieldset {
		grid-template-columns: auto;
	}
}
