
@media (min-width: 1400px) {
	.container {
		max-width: 1440px;
	}
}

img.soldin67 {
	max-width: 200px;
}

h1 {
	margin-bottom: 0;
}

.hero-title span {
	display: block;
	font-weight: 900;
	text-transform: uppercase;
}

.hero-line-1 {
	font-size: 1.75rem;
}

.hero-line-1 strong  {
	font-size: 2.5rem;
}

.hero-line-2 {
	font-size: 3.5rem;
}

.hero-line-1 strong,
.hero-line-2 strong {
	color: var(--thm-red);
}


.hero-line-3 {
	font-size: 2.5rem;
	font-weight: 900;
}


@media (min-width: 1024px) {
	.hero-line-1 {
		font-size: 2rem;
	}
	.hero-line-1 strong  {
		font-size: 3rem;
	}
	.hero-line-2 {
		font-size: 4rem;
	}
	.hero-line-3 {
		font-size: 2.75rem;
	}
}


.or-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 2rem;
	font-weight: 900;
	text-transform: lowercase;
	padding: 0 4rem;
	text-transform: uppercase;
}

.or-divider::before,
.or-divider::after {
	content: "";
	flex: 1;
	border-top: 2px solid #000;
}

.or-divider span {
	padding: 0 1rem;
	white-space: nowrap;
}


@media (min-width: 1024px) {
  .btn-cta  {
	font-size: 20px;
  }
}


h2.h2 {
	margin: 0px;
	font-size: 30px;
	font-weight: 700;
	color: rgb(68, 68, 68);
	line-height: 1.2;
}

h3.h3 {
	font-size:36px;
	font-weight:900;
	color:#111111;
	line-height:1.15;
	margin-bottom:14px;
}

.py-40 {
	padding: 4rem 0;
}

.step-wrap {
	position: relative;
	min-height: 235px;
}

.form-step {
	opacity: 0;
	display: none;
}

.form-step.active-step {
	display: block;
	opacity: 1;
}

.form-step.fade-in {
	animation: stepFadeIn 0.3s ease forwards;
}

.form-step.fade-out {
	animation: stepFadeOut 0.2s ease forwards;
}

@keyframes stepFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes stepFadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.comming-soon {
	margin-bottom: 2rem;
}

@media (min-width: 1024px) {
	.comming-soon {
		margin-bottom: 0;
	}
}