@import "https://fonts.googleapis.com/css2?family=Secular+One&display=swap";

:root {
	/* --white: #ffffff; */
	/* --black: #000000; */
	--light: #cccccc;
	--dark: #333333;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 700 !important;
	text-transform: uppercase;
	font-family: secular one, sans-serif !important;
}


.cw-section__title__h2 {
	font-size: 2.25rem;
	font-family: secular one, sans-serif !important;
	color: #000;
	text-transform: capitalize;
}

.title+.text {
	margin-top: 0;
}

.wow {
	visibility: hidden;
}

.btn {
	font-weight: 400 !important;
}

header {
	border-bottom: 1px solid #fff;
}

.header .navbar-nav .nav-link {
	font-weight: 700 !important;
	text-transform: uppercase;
}

.cw-header-logo .cw-logo-box img {
	width: 141px;
}

@media (max-width: 576px) {

	.header .navbar,
	.header .navbar.bg-primary {
		/* margin-top: 0 !important; */
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-header-logo .cw-logo-box img {
		width: 180px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

.cw-header-contact {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.cw-header-contact .container {
	/* padding-top: 6.5rem !important; */
}

.cw-header-contact .cw-translate {
	text-align: center;
	min-height: 95px;
	padding: .5rem 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

.cw-header-contact .cw-header-flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
}

.cw-header-contact .cw-phone-box,
.cw-header-contact .cw-addr-box {
	text-align: center;
	padding: .5rem;
}


.cw-header-contact a:hover {
	color: #fff;
}

.cw-header-contact .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0.25rem;
	color: var(--color-theme-secondary);
}

.cw-header-contact .cw-address,
.cw-header-contact .cw-phone,
.cw-header-contact .cw-hours {
	position: relative;
	vertical-align: middle;
	margin: .3em .5em;
	color: #fff;
	font-size: 1rem;
	/* text-transform: uppercase; */
	font-weight: 700;
}

.cw-header-contact .cw-hours {
	display: inline-block;
}

/* .cw-header-contact .cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	left: 0;
	padding-right: 0.5rem;
	color: #fff;
} */

.cw-header-contact .cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	left: 0;
	padding-right: 0.5rem;
	color: inherit;
}

.cw-header-contact .cw-hours:before {
	font-family: FontAwesome;
	content: "\f017";
	left: 0;
	padding-right: 0.5rem;
	color: inherit;
}

.header .navbar .nav-link {
	-webkit-transition: all 150ms 50ms ease-in-out;
	-moz-transition: all 150ms 50ms ease-in-out;
	-o-transition: all 150ms 50ms ease-in-out;
	transition: all 150ms 50ms ease-in-out;
}

.header .navbar .active>.nav-link,
.header .navbar .nav-link:hover {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.badge {
	background: var(--color-theme-secondary);
}

.cw-header-logo .cw-logo-box {
	/* margin-top: 1.6rem; */
	text-align: center;
}

/* @media (max-width: 1200px) and (min-width: 992px) {
	.header .navbar .navbar-nav .nav-link {
		font-size: .75em;
	}
} */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.cw-header-contact .cw-address,
	.cw-header-contact .cw-phone,
	.cw-header-contact .cw-hours {
		margin: .5em .8em;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}


@media (min-width: 992px) {

	.cw-header-logo .cw-logo-box {
		position: absolute;
		z-index: 1031;
		/* top: 54px; */
		/* margin-top: 1rem; */
	}

	nav.navbar .container {
		min-height: 95px;
	}

	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}

	.header .navbar-nav:not(.navbar-cart) {
		max-width: calc(100% - 180px);
		justify-content: center;
	}

}

@media (min-width: 1160px) {
	.header .navbar .navbar-nav .nav-link {
		/* font-size: .9em; */
	}

}

@media (min-width: 1400px) {

	.header .container,
	.cw-header-contact .container {
		max-width: 1400px;
	}

}

/* -------------------- Hero ---------------------- */

.cw-hero-slideshow {
	position: relative;
	overflow: hidden;
	height: 500px;
}

.cw-hero-slideshow .cw-hero-image {
	position: absolute;
	inset: 0;
	opacity: 0;
	animation: cw-slide-anim 12s infinite;
	animation-delay: var(--cw-anim-offset);
}

.cw-hero-slideshow .cw-hero-image::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: linear-gradient(rgba(36, 36, 36, 0.8), rgba(0, 0, 0, 0.5));
	z-index: 1;
}

.cw-hero-slideshow .cw-hero-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.cw-hero-slideshow .cw-hero-title {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.cw-hero-slideshow .cw-hero-title h1 {
	display: block;
	margin: 1rem 0 0.75rem;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 3rem;
}

.cw-hero-slideshow .cw-hero-title h1 span {
	display: block;
	font-size: 2rem;
}

@keyframes cw-slide-anim {
	0% {
		opacity: 0;
	}

	8% {
		opacity: 1;
	}

	13%,
	25% {
		opacity: 1;
		transform: scale(1.06);
	}

	38% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.page-home .inventory-search-module {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

@media (min-width: 576px) {
	.page-home .inventory-search-module {
		margin-top: -3rem !important;
	}
}

.page-home .inventory-search-module>.container {
	max-width: 1320px;
}

.page-home .inventory-search-module .container {
	background-color: var(--color-theme-primary);
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
	z-index: 1;
}

.page-home .inventory-search-module label {
	color: var(--color-theme-text-btn);
}

.page-home .inventory-search-module .form__wrapper {
	background-color: transparent;
	border: none;
	padding: 30px 0;
}

.page-home .inventory-search-module .btn-primary {
	background-color: var(--color-theme-text-btn);
	border: 1px solid var(--color-theme-primary);
	color: var(--color-theme-primary);
}

.page-home .inventory-search-module .btn-primary:hover {
	background-color: var(--color-theme-primary) !important;
	border: 1px solid var(--color-theme-text-btn) !important;
	color: var(--color-theme-text-btn) !important;
}

.inventory__bg {
	position: relative;
}

.inventory__bg .bg__parallax {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-color: var(--color-theme-primary);
	padding: 300px 0;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/935E3C5972084F46B930663D2CA009C3.jpg);
}

.cw-shop-inventory-title {
	font-family: secular one, sans-serif;
}

@media (max-width: 1400px) {
	.cw-shop-inventory-title {
		display: none !important;
	}
}

.cw-btn-section {
	align-items: flex-start;
	display: flex;
	min-height: 100%;
	justify-content: center;
}

.cw-card-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	max-width: 1320px;
	width: 100%;
}

.cw-services-card {
	background-color: #fff;
}

@media (min-width: 576px) {
	.cw-card-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	.cw-card-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.cw-services-card {
	list-style: none;
	position: relative;
}

.cw-services-card:before {
	content: "";
	display: block;
	padding-bottom: 150%;
	width: 100%;
}

.cw-card-bkg {
	background-size: cover;
	background-position: center;
	border-radius: 24px;
	bottom: 0;
	filter: brightness(0.75) saturate(1.2) contrast(0.85);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform-origin: center;
	transform: scale(1) translateZ(0);
	transition: filter 200ms linear, transform 200ms linear;
}

.cw-services-card:hover .cw-card-bkg {
	transform: scale(1.05) translateZ(0);
}

.cw-card-grid:hover>.cw-services-card:not(:hover) .cw-card-bkg {
	filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.cw-card-content {
	left: 0;
	padding: 24px;
	position: absolute;
	top: 0;
}

.cw-card-category {
	color: #fff;
	font-size: 0.9rem;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.cw-card-head {
	color: #fff;
	font-size: 1.9rem;
	text-shadow: 2px 2px 20px rgba(255, 255, 255, 0.2);
	line-height: 1.4;
	word-spacing: 100vw;
}

.cw-custom-bg {
	position: relative;
	background-color: var(--color-theme-primary);
	padding: 16.2rem 0 !important;
	margin-top: -24rem;
	z-index: -1;
}

@media (min-width: 768px) {
	.cw-custom-bg {
		position: relative;
		padding: 18rem 0 !important;
		margin-top: -30rem 0 !important;
		z-index: -1;
	}
}

.cw-custom-bg::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 50%;
	object-fit: cover;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F0B5C3C9EB3679F005BD429C7276AAE5.png);
	transform: rotateY(180deg);
	background-size: cover;
}

.popular-vehicles-sections {
	position: relative;
	min-height: 200px;
	background: var(--color-theme-primary);
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	max-width: 1320px;
	padding: 50px 0;
	margin-top: 8rem;
	text-align: center;
}

a.popular-vehicle-link {
	color: #fff;
}

.popular-vehicles-section {
	margin-bottom: 0 !important;
	font-size: 0.85rem;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
}

.popular-vehicle-link::first-line {
	font-weight: 700;
	font-size: 1.1rem;
	text-transform: uppercase;
}

.popular-vehicles-section-panel {
	display: none;
	padding: 1rem;
	text-align: left;
}

.popular-vehicles-section-heading {
	cursor: pointer;
	position: absolute;
	top: -92px;
	left: 0;
	width: calc(100% - 3rem);
	height: 25px;
	padding: 0.5rem 0.5rem 1.5rem;
	line-height: 1rem;
	font-size: 0.9rem;
	background: #fff;
	color: var(--color-theme-primary);
	border: 1px solid var(--light);
	border-radius: 4px 4px 0 0;
}

.popular-vehicles-section-heading:after {
	display: none;
}

.popular-vehicles-section:nth-of-type(2) h2 {
	top: -60px;
}

.popular-vehicles-section:nth-of-type(3) h2 {
	top: -28px;
}

.popular-vehicles-section-panel a {
	margin: 0.5rem 0;
}

h2.selected {
	background: var(--color-theme-primary);
	color: #fff;
}

h2.selected~.popular-vehicles-section-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

h2.selected:after {
	content: "\f06e";
	color: var(--color-theme-primary);
}

.popular-vehicles-sections ::-webkit-scrollbar {
	width: 10px;
}

.popular-vehicles-sections ::-webkit-scrollbar-thumb {
	background-color: var(--light);
	outline: none;
}

@media (max-width: 767px) {
	.popular-vehicles-section-heading {
		left: 0;
		right: 0;
		width: calc(100% - 50px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.popular-vehicles-section-heading {
		top: -33px;
		width: 30%;
		font-size: 1rem;
	}

	.popular-vehicles-section:nth-of-type(2) h2 {
		left: 34%;
		top: -33px;
		width: 32%;
	}

	.popular-vehicles-section:nth-of-type(3) h2 {
		top: -33px;
		right: 0;
		left: unset;
	}
}

.map-container {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.inventoryslideshow {
	background: var(--color-theme-primary);
}

.inventoryslideshow-container {
	max-width: 1320px !important;
}

.inventoryslideshow-btn {
	display: none !important;
}

.inventoryslideshow-title-heading {
	margin-top: 1rem;
}

section#module_e7d577b9-20fb-4b8b-bc90-9569650f43cb {
	padding-top: 4em !important;
}

.inventoryslideshow {
	position: relative;
	z-index: 1;
	margin-top: 3em !important;
}

.inventoryslideshow::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 50%;
	object-fit: cover;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F0B5C3C9EB3679F005BD429C7276AAE5.png);
	background-size: cover;
}

.finance__section .finance__content__wrapper {
	padding: 50px 0;
}

.finance__section .finance__content__img {
	margin-top: 50px;
}

.finance__section .blurb__title {
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 10px;
}

.finance__section .blurb__copy {
	margin-bottom: 20px;
}

.finance__section .blurb__wrapper {
	margin-bottom: 20px;
}

.finance__section .blurb__wrapper:last-of-type {
	margin-bottom: 0;
}

.finance__section .blurb__wrapper .blurb__icon__wrapper {
	padding: 10px;
	min-width: 80px;
	min-height: 80px;
	border: 1px solid var(--border);
	border-radius: 10px;
	background-color: var(--color-theme-primary);
}

.finance__section .blurb__wrapper .blurb__icon__wrapper i {
	font-size: 2em;
}

.finance__section .blurb__wrapper img {
	width: 50px;
	margin-right: 10px;
}

.finance__section .blurb__wrapper .blurb__title {
	font-size: 20px;
	font-weight: 700;
}

@media (max-width: 991px) {
	.finance__section .finance__content__wrapper {
		padding-top: 0;
	}
}

.cw-footerCustom {
	position: relative;
	z-index: 0;
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.cw-footerCustom::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 50%;
	object-fit: cover;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F0B5C3C9EB3679F005BD429C7276AAE5.png);
	background-size: cover;
}

.cw-footerCustom {
	padding: 25px 0;
}

.cw-footerCustom img {
	max-width: 50%;
	margin: 0 auto;
	display: table-cell;
}

.cw-footerCustom h3 {
	font-size: 2.25rem;
	font-family: secular one, sans-serif !important;
	/* color: var(--color-theme-text); */
	text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
	.cw-footerCustom h3 {
		font-size: 1.5rem;
	}
}

.cw-footerCustom p {
	margin: auto;
	font-size: 1em;
	line-height: 2rem;
	/* color: var(--color-theme-text); */
	color: inherit;
	text-transform: none;
	margin-top: 15px;
	text-align: center;
}

.cw-footerCustom .cw-contactInfo {
	line-height: 2.15rem;
}

.cw-footerCustom ul i {
	color: var(--color-theme-background);
}

.cw-footerCustom a:link,
.cw-footerCustom a:active,
.cw-footerCustom a:visited {
	color: #fff;
}

.business-hours .bh-title {
	padding-left: 0;
	border: none;
}

.business-hours li {
	border-color: var(--dark);
	color: var(--light);
	font-size: 0.85rem;
}

.cw-translate2 p {
	color: #ffffff;
}


@media (min-width: 440px) {
	.business-hours li {
		font-size: 1rem;
	}
}

.business-hours .today {
	color: #fff;
	font-weight: 800;
}

@media (min-width: 1200px) {
	.cw-footerCustom p {
		font-size: 1.15em;
	}

	.business-hours li {
		font-size: 1.15rem;
	}
}

.card__multi__style5 .item__card {
	background-color: #fff !important;
}

.card__multi__style5 .item__flex {
	border-top: 1px solid var(--light) !important;
}

.card__multi__style5 .item__flex .item__data:first-of-type {
	border-right: 1px solid var(--light) !important;
}

.card__addt__info__wrapper {
	display: none !important;
}

.card__multi__style5 .item__card__details__wrapper__upper {
	min-height: unset !important;
}

.inventoryslideshow {
	padding-top: 2em !important;
}

.inventoryslideshow h3.line__clamp2 {
	-webkit-line-clamp: 1;
}

section:not(.page-home) .title {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	position: relative;
	z-index: 0;
}

.header nav.navbar.header-scroll,
.page-home .header nav.navbar.header-scroll {}

section:not(.page-home) .title::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 70%;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F0B5C3C9EB3679F005BD429C7276AAE5.png);
	background-size: cover;
	background-position: center;
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 2;
	margin: auto;
	padding: 4.5rem 0;
	color: #fff;
	text-shadow: 0 0 4px #000;
	text-align: center !important;
}

section:not(.page-home) .title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0/58%);
}

.hp__contentBlurb .blurb__wrapper {
	border: 1px solid var(--light);
	padding: 50px;
	margin-bottom: 20px;
	background-color: #fff;
}

.hp__contentBlurb .blurb__wrapper:last-of-type {
	margin-bottom: 0;
}

.hp__contentBlurb .blurb__wrapper .blurb__pre__title {
	font-size: 1em;
	margin-bottom: 5px;
}

.hp__contentBlurb .blurb__wrapper .blurb__title {
	font-size: 1.5em;
	font-weight: 700;
}

.hp__contentBlurb .blurb__wrapper .blurb__img__wrapper img {
	padding: 20px 0;
}

@media (max-width: 576px) {
	.hp__contentBlurb .blurb__wrapper {
		padding: 25px;
	}
}

.card__button {
	padding: 15px;
	border-radius: 8px;
	background: var(--dark);
	border: none;
	color: #fff;
}

.cw-button {
	padding: 0.8em 1.8em;
	border: 2px solid var(--color-theme-primary);
	position: relative;
	overflow: hidden;
	background-color: transparent;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	transition: 0.3s;
	z-index: 1;
	font-family: secular one, sans-serif;
	color: var(--color-theme-primary);
}

.cw-button::before {
	content: "";
	width: 0;
	height: 650%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background: var(--color-theme-primary);
	transition: 0.5s ease;
	display: block;
	z-index: -1;
}

.cw-button:hover::before {
	width: 105%;
}

.cw-button:hover {
	color: #fff;
}

.inventory-search-module .container::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 50%;
	object-fit: cover;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F0B5C3C9EB3679F005BD429C7276AAE5.png);
	background-size: cover;
	transform: rotateY(180deg);
	z-index: -1;
}

.inventoryslideshow .inventoryslideshow-arrow.btn-secondary {
	background-color: var(--color-theme-primary) !important;
}

.btn-primary:hover {
	background-color: var(--color-theme-text-btn);
	border: 1px solid var(--color-theme-primary);
	color: var(--color-theme-primary) !important;
}

.btn-primary::before {
	background: 0 0 !important;
}

.cw-about-us {
	margin-top: -5rem;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
}

.cw-about-us .cw-about-us-button {
	width: 100%;
}

@media (min-width: 576px) {
	.cw-about-us {
		margin-top: -7rem;
	}

	.cw-about-us .cw-about-us-button {
		width: unset;
	}
}

.businessinfo .contact-title.contact-businessname .contact-title-container {
	border-bottom-color: var(--color-theme-primary);
}

.businessinfo .contact-title.contact-businessname {
	color: var(--color-theme-primary);
}

.form-forms-header {
	color: var(--color-theme-primary) !important;
}

.bootstrap-select {
	padding: 0 !important;
	background: 0 0;
	border: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

a.vehicle-picker-title {
	color: var(--color-theme-primary) !important;
}

a.vehicle-picker-title:hover {
	color: #000 !important;
}

.loan-app-module .vehicle-picker-container {
	background-color: var(--light) !important;
	border: 1px solid var(--light) !important;
}

.loan-app-module .vehicle-picker-container .veh__price {
	color: var(--color-theme-primary) !important;
}

.social-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5em;
}

.social-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0 10px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	transition: 0.3s;
	border: 1px solid #fff;
}

.social-button:hover {
	background-color: #fff;
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.5);
}

.financing a {
	color: #000 !important;
}

.inventory .flex-card-item .inventory-title:hover {
	color: var(--color-theme-primary);
}

.inventory .card {
	border-color: rgba(0, 0, 0, 0.3) !important;
}

.inventory .vehicle-card ul.features-list .feature .feature-label {
	font-weight: 400 !important;
}

.inventory .inventory-cta .btn:hover {
	color: var(--inventory-buttontext) !important;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: var(--header-navigationbartext);
}

/* @media (max-width: 991.98px) {
	.header .navbar-brand:hover {
		opacity: 1 !important;
		color: #000 !important;
	}
} */

.creditQualifyPage {
	margin-top: 2rem;
	margin-bottom: 2rem;
}