@import url("https://fonts.googleapis.com/css2?family=Rokkitt:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&display=swap");

.sitemap-container,
.error-404 {
	margin-top: 0;
	padding-top: 16em;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0.7) 0%,
			rgba(0, 0, 0, 0.7) 20%,
			rgba(0, 0, 0, 0) 20%,
			rgba(0, 0, 0, 0) 100%);
}

/*Containers / Grid
===================================================================================================*/
.container {
	max-width: 1500px;
}

.tighter-col .row {
	margin-right: -4px;
	margin-left: -4px;
}

.tighter-col [class*="col-"] {
	padding-left: 4px;
	padding-right: 4px;
}

.larger-col .row {
	margin-right: -25px;
	margin-left: -25px;
}

.larger-col [class*="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}

@media (min-width: 1400px) {
	.header .container {
		max-width: 1500px !important;
	}
}

/* ========================================================================== */

h1,
h2,
h3,
h4,
h5,
.h5 {
	font-weight: 900 !important;
	text-transform: uppercase;
	font-family: "Rokkitt", serif;
}

h2.page__title1.text-secondary {
	font-weight: 900 !important;
	text-transform: uppercase;
	font-family: "Rokkitt", serif;
}

h2.inventoryslideshow-title-heading {
	font-weight: 900 !important;
	text-transform: uppercase;
	font-family: "Rokkitt", serif;
}

.cw-crate-cta .pg-title {
	font-family: "Rokkitt", serif;
	font-weight: 900 !important;
	text-transform: uppercase;
	padding: 0;
	color: #36c6ff !important;
}

h2.popular-vehicles-section-heading {
	font-family: "Rokkitt", serif;
	color: #ffffff;
	font-weight: 900;
	line-height: 1em;
	font-size: clamp(1.02rem, 1vw + 1rem, 2rem);
	text-transform: uppercase;
}

.font-header-Montserrat h1 {
	font-weight: 900 !important;
	text-transform: uppercase;
	font-family: "Rokkitt", serif;
}

.title-heading {
	font-weight: 900 !important;
	text-transform: uppercase;
	font-family: "Rokkitt", serif;
}

/* ======================================================================================================================== */
/* Header - Main Navigation */
/*-- Header --*/

.header {
	position: relative;
}

.header .navbar-dark .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 0.85rem;
	line-height: 32px;
	font-weight: normal;
}

.header .navbar,
.header .navbar.bg-primary {
	/* z-index: 3; */
}

.dropdown-toggle::after {
	color: var(--color-theme-highlight);
}

.dropdown-toggle.active::after,
.dropdown.active .dropdown-toggle:after {
	color: var(--color-theme-primary);
}

.cw-header-contact {
	padding: 0.75rem;
	text-align: center;
	color: #fff;
}

.header a.header-business-phone {
	font-weight: 700;
	font-size: 1.25rem;
	padding: 0;
}

.header .header-business-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	padding: 8px 10px;
	color: var(--color-theme-highlight);
	font-weight: normal;
	text-shadow: none;
}

.header .container {
	max-width: none;
	/* z-index: 2; */
}

.header .header-info-logo-img {
	position: relative;
	z-index: 2;
}

.header .header-info-logo-img img {
	width: 350px;
}

.cw-header-contact .cw-address,
.cw-header-contact .cw-phone {
	color: inherit;
}

.cw-header-contact .cw-phone {
	font-size: 1.25rem;
}

.cw-header-contact .cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	margin-right: 0.5rem;
	font-weight: normal;
	color: var(--color-theme-highlight);
}

.cw-header-contact .cw-phone:before {
	font-family: FontAwesome;
	content: "\f095";
	margin-right: 0.5rem;
	font-weight: normal;
	color: var(--color-theme-highlight);
}

.header .navbar .active>.nav-link {
	color: var(--color-theme-primary);
}

.header .dropdown-item {
	font-weight: normal !important;
}

@media (min-width: 768px) {


	.header .header-info-logo-img img {
		width: 280px;
	}



	.cw-header-contact .cw-address,
	.cw-header-contact .cw-phone {
		text-shadow: 0 0 12px black;
	}

	.cw-header-contact .cw-address:before,
	.cw-header-contact .cw-phone:before {
		text-shadow: 2px 2px black;
	}

	section:not(.page-home) .header {
		min-height: 247px;
		background: #141414 url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg) no-repeat center;
		background-size: cover;
	}

	section:not(.page-home) .header:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgb(0 0 0 / 10%);
	}
}

@media (min-width: 992px) {

	.cw-header-contact {
		position: absolute;
		z-index: 0;
		top: 3rem;
		width: 70%;
		margin-left: 30%;
		z-index: 2;
		text-align: right;
	}

	.header .header-info-logo-img {
		position: absolute;
		top: 3.5rem;
		left: 0;
		z-index: 3;
	}

	.header .header-info-logo-img img {
		width: 350px;
	}

	.header:after {
		content: "";
		z-index: 2;
		position: absolute;
		left: 0;
		top: 0;
		border-bottom: 225px solid transparent;
		border-top: 0 solid transparent;
		border-left: 315px solid rgb(20 20 20 / 90%);
	}

	.navbar-collapse {
		justify-content: flex-end !important;
		/* position: absolute; */
		width: calc(100% - 377px);
		/* right: 0; */
		/* top: 0; */
		background: var(--color-theme-primary);
		margin: 0;
	}

	.navbar-collapse:before {
		content: "";
		position: absolute;
		left: -81px;
		top: 0;
		width: 0px;
		height: 0px;
		border-bottom: 0 solid transparent;
		border-top: 48px solid transparent;
		border-right: 81px solid var(--color-theme-primary);
	}

	section:not(.page-home) .header {
		min-height: 200px;
	}

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* 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) {

	.header .header-info-logo-img {
		top: 1.5rem;
		left: 0.5rem;
	}

	section:not(.page-home) .header:after {
		/* top: 0; */
	}
}

.header .navbar .active>.nav-link {
	color: #fff !important;
}

/* @media (max-width:768px) {
  .cw-header-contact .cw-address, .cw-phone {
    color: #5b302a !important;
  }
} */

/* =================================================================================================================== */

/*-- Hero Carousel --*/

.cw-heroCarousel {
	overflow: hidden;
}

.cw-heroCarousel .carousel-item {
	height: 345px;
	background-position: center;
	background-size: cover;
}

.cw-heroCarousel .carousel-item:nth-of-type(odd) {
	-o-animation: zoomin 30s 1;
	-moz-animation: zoomin 30s 1;
	-webkit-animation: zoomin 30s 1;
	animation: zoomin 30s 1;
}

.cw-heroCarousel .carousel-item:nth-of-type(even) {
	-o-animation: zoomout 30s 1;
	-moz-animation: zoomout 30s 1;
	-webkit-animation: zoomout 30s 1;
	animation: zoomout 30s 1;
}

@keyframes zoomin {
	0% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.25);
	}
}

@keyframes zoomout {
	0% {
		-webkit-transform: scale(1.25);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

.cw-heroCaption {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	left: unset;
	padding: 0;
}

.cw-heroCaption h1 {
	width: 100%;
	margin: 0;
	padding: 1rem;
	background: rgb(20 20 20 / 90%);
	margin: 0;
	font-size: 1.5rem;
}

.cw-heroCaption h1 .cw-smaller {
	font-size: 80%;
}

.cw-heroCarousel .carousel-indicators {
	display: block;
	right: 0;
	left: unset;
	top: 26%;
	right: 0;
	margin: 0;
}

.cw-heroCarousel .carousel-indicators [data-bs-target] {
	opacity: 1;
	display: block;
	position: relative;
	width: 25px;
	height: 25px;
	margin: 0.35rem 0;
	background: var(--color-theme-secondary);
	border-radius: 0;
	text-indent: 0;
}

.cw-heroCarousel .carousel-indicators [data-bs-target]:after {
	content: "\f06e";
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: FontAwesome;
	color: var(--color-theme-primary);
}

.cw-heroCarousel .carousel-indicators [data-bs-target].active {
	opacity: 0.5;
	background: var(--color-theme-primary);
}

.cw-heroCarousel .carousel-indicators [data-bs-target].active:after {
	color: var(--color-theme-highlight);
}

.cw-heroSocial {
	display: none;
}

@media (min-width: 400px) {
	.cw-heroCaption h1 {
		width: auto;
	}

	.cw-heroCaption h1:before {
		content: "";
		position: absolute;
		left: -62px;
		top: 0;
		border-top: 84px solid transparent;
		border-bottom: 0 solid transparent;
		border-right: 62px solid rgb(20 20 20 / 90%);
	}
}

@media (min-width: 768px) {
	.cw-heroCarousel .carousel-item {
		height: 580px;
	}

	.cw-heroCarousel .carousel-item:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.5+100 */
		background: -moz-linear-gradient(45deg,
				rgba(0, 0, 0, 0) 0%,
				rgba(0, 0, 0, 0) 50%,
				rgba(0, 0, 0, 0.5) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,
				rgba(0, 0, 0, 0) 0%,
				rgba(0, 0, 0, 0) 50%,
				rgba(0, 0, 0, 0.5) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,
				rgba(0, 0, 0, 0) 0%,
				rgba(0, 0, 0, 0) 50%,
				rgba(0, 0, 0, 0.5) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
		/* IE6-9 fallback on horizontal gradient */
	}

	.cw-heroCarousel .carousel-indicators {
		top: 38%;
	}

	.cw-heroCaption .cw-location {
		font-size: 80%;
	}

	.cw-heroCaption h1 {
		max-width: 730px;
		padding: 1.5rem 3rem;
		font-size: 2rem;
	}

	.cw-heroCaption h1:before {
		left: -104px;
		border-top: 163px solid transparent;
		border-bottom: 0 solid transparent;
		border-right: 104px solid rgb(20 20 20 / 90%);
	}



	.cw-heroSocial a {
		display: inline-block;
		width: 50px;
		height: 45px;
		margin: 0 0.5rem;
		padding: 10px;
		background: var(--color-theme-secondary);
	}

	.cw-heroSocial .fa {
		font-size: 25px;
		color: var(--color-theme-primary);
	}

	.cw-heroSocial a:hover {
		background: var(--color-theme-primary);
	}

	.cw-heroSocial a:hover .fa {
		color: var(--color-theme-highlight);
	}
}

@media (min-width: 992px) {

	.cw-heroSocial {
		display: block;
		position: absolute;
		left: 4%;
		bottom: 0;
		z-index: 2;
	}

	.cw-heroCarousel .carousel-item {
		height: 675px;
	}

	.cw-heroCaption h1:before {
		left: -136px;
		border-top: 163px solid transparent;
		border-bottom: 0 solid transparent;
		border-right: 136px solid rgb(20 20 20 / 90%);
	}
}

/* ===================================================================================================================== */
/* Search By Price Row */
.cw_searchPrice {
	color: #ffffff;
	padding: 5em 0 5em;
	background-color: rgb(0 0 0);
	/* background-color: #dbc29a;
  background-image: linear-gradient(180deg, #dbc29a, #dbc29a ,#dbc29a8a), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6769FC686190A34C4B4919D407E55992.png);
  background-size: contain; */
	position: relative;
}

.cw_searchPrice::before {
	content: "";
	position: absolute;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg);
	background-position: center bottom;
	object-fit: cover;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 60%;
}

.cw_searchPrice h2 {
	font-family: "Rokkitt", serif;
	color: #36c6ff;
	font-weight: 900;
	line-height: 1em;
	font-size: 2em;
	text-transform: uppercase;
}

.cw_searchPrice p {
	color: #ffffff;
	line-height: 1.6em;
}

.cw_searchPrice .cw_shopUnder {
	color: #ffffff;
	margin-bottom: -7px;
	font-size: 12px;
}

.cw_searchPrice .cw_priceRange {
	font-size: 3.5em;
	font-weight: 900;
	font-family: "Rokkitt", serif;
	color: #ffffff;
}

.cw_searchPrice .cw_priceRange sup {
	top: -12px;
	font-size: 0.6em;
}

/* LG: 1200px and Up */
@media (min-width: 1200px) {
	.cw_searchPrice .cw_priceRange {
		font-size: 3.5em;
		font-family: "Rokkitt", serif;
	}
}

.cw_searchPrice .container {
	/* border: 0.5rem solid #333333; */
	padding: 2rem;
	position: relative;
	z-index: 1;
}

/* =================================================================================== */
/* Inventory slide show*/

.inventoryslideshow {
	/* margin-top: -3rem; */
	position: relative;
	background-color: #141414 !important;
	z-index: 0;
}

/* .inventoryslideshow::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/254F0303908C65BC36EC7239B117AAAC.png);
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 40%;
} */

.card__multi__style3 .item__card {
	background-color: #aee8ff !important;
}

.card__addt__info__wrapper {
	display: none !important;
}

.card__multi__style3 .card__footer {
	border-top: none !important;
	padding-top: none !important;
}

.inventoryslideshow-btn {
	display: none;
}

.card__multi__style3 a.item__title {
	color: #fff !important;
}

.card__multi__style3 .title__style__content {
	color: #fff !important;
}

.card__multi__style3 .item__card__photo img {
	border-radius: 0 0 0 0 !important;
}

.inventoryslideshow .brdr__rad10 {
	border-radius: 0 0 0 0 !important;
	position: relative;
	z-index: 1;
}

.inventoryslideshow .brdr__rad10::before {
	content: "";
	position: absolute;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/AFB149E67F69C9F0BFFAD27E822A6BBF.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 40%;
}

.btn-secondary:before {
	background: #000000;
}

/* ====================================================================================================================== */
/* Inventory Search Module */
.inventory-search-module {
	/* background-color: rgb(0 0 0) !important; */
	margin: 0 !important;
	padding: 3rem 0 3rem 0 !important;
	position: relative;
	z-index: 1;
	/* color: #fff !important; */
}

.inventory-search-module::before {
	content: "";
	position: absolute;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	object-fit: cover;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 60%;
}

.container.mb-4 {
	display: none;
}

.btn-primary {
	background: var(--color-theme-highlight) !important;
}

.btn-primary::before {
	background: #141414;
}

/* ========================================================================================================
/* Loan */

.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: #1d7699;
	position: relative;
	z-index: 1;
}

.finance__section .blurb__wrapper .blurb__icon__wrapper::before {
	content: "";
	position: absolute;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/AFB149E67F69C9F0BFFAD27E822A6BBF.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 40%;
}

.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;
	}
}

/* =============================================================================================================== */
/* CTA */


.cw-crate-cta {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	object-fit: cover;
}

/* ================================================================================================================== */
/* About Us */
.cw-about {
	/* background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png"); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 5em 0 0 0;
}

@media (min-width: 576px) {
	.cw-about img {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.cw-about {
		padding: 5em 0;
	}

	.cw-about img {
		width: 25%;
	}
}

.cw-about .expand {
	animation-name: expand;
	visibility: visible;
	animation-duration: 6s;
	animation-delay: 1s;
	margin: 1em auto;
	animation-fill-mode: both;
}

@keyframes expand {
	0% {
		width: 15px;
	}

	100% {
		width: 100%;
	}
}

.cw-about h3 {
	font-family: "Rokkitt", serif;
	font-size: 1.15rem;
	color: var(--color-theme-primary);
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 2em;
}

.cw-about h3 span {
	font-size: 2rem;
	color: var(--color-theme-secondary);
	text-transform: uppercase;
	font-weight: 900;
}

.page-home .form {
	/* background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5CBA49311F0D6429EBCAD7A50C08A530.png); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media (min-width: 992px) {
	.page-home .form .form-wrap {
		margin-top: -34em;
		width: 45%;
		margin-right: 2.5%;
		margin-left: auto;
	}

	.cw-about h3 {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.page-home .form .form-wrap {
		margin-top: -29em;
		width: 45%;
		margin-right: 2.5%;
		margin-left: auto;
	}
}

.page-home .form {
	position: relative;
	margin-top: 0rem;
}

@media (max-width: 992px) {
	.page-home .form {
		position: relative;
		margin-top: 0.5rem;
	}
}

.page-home textarea.form-control {
	height: 100px;
}

/* =============================================================================================== */
/* popular makers */
.popular-vehicles-sections.container {
	margin-top: 5rem !important;
}

.popular-vehicles-section {
	background-color: rgb(0 0 0) !important;
	position: relative;
	padding: 2rem;
	z-index: 1;
}

.popular-vehicles-section::before {
	content: "";
	position: absolute;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	object-fit: cover;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 90%;
}

.popular-vehicles-section a {
	color: #ffffff !important;
}

.popular-vehicles-section a:hover {
	color: var(--color-theme-highlight) !important;
}

/* =============================================================================================================== */
/* footer */
.footer {
	padding-top: 0.5em;
	padding-bottom: 0;
	margin-top: -2em;
}

.business-hours {
	margin-top: 15px;
	position: relative;
}

.business-hours .cw-footer-title {
	font-family: "Rokkitt", serif;
	font-size: 20px;
	color: #bbb;
	text-transform: uppercase;
	padding-left: 5px;
	border-left: 4px solid #36c6ff;
}

.business-hours li {
	color: #fff;
	line-height: 30px;
	border-bottom: 1px solid #36c6ff;
}

.business-hours li:last-child {
	border-bottom: none;
}

.business-hours .opening-hours li.today {
	color: #ffac0c;
}

.bg-primary iframe {
	padding: 1em;
	border-radius: 2em;
}

@media (max-width: 786px) {
	.business-hours p {
		font-size: 14px;
	}

	p.text-center.text-md-start {
		font-size: 15px;
	}

	.business-hours li {
		font-size: 14px;
	}
}

.footer-info-business {
	display: none !important;
}

.footer {
	background-color: #141414;
}

.footer-bottom .container {
	border-top: 1px solid #36c6ff !important;
}

/* =============================================================================================================== */
.inventoryslideshow .inventoryslideshow-title-heading {
	position: relative;
}

/* ============================================================================================================ */

/* Form Fix */
.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%;
}

/* ================================================================================================================================= */
/* Internal Page */

span.title-heading-container {
	font-family: "Rokkitt", serif;
	/* color: #333333 !important; */
}

section.inventory-search-module .form__wrapper {
	/* background-color: var(--color-theme-accent); */
	/* border: none !important; */
	/* padding: 20px; */
}

/* .inventory-search-module .container{
  border-top: .5rem solid #333333;
} */

.cw-arrow-link {
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.25rem;
}

.cw-arrow-link:after {
	content: "»";
	content: "\00BB";
	position: relative;
	font-size: 2rem;
	margin-left: 0.5rem;
	top: 2px;
	line-height: 0;
}

.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	color: #fff;
	background-color: #36c6ff !important;
	border-color: #36c6ff !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: #36c6ff !important;
}

[type="checkbox"]+label::before,
[type="radio"]+label::before {}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
	background-color: #36c6ff !important;
	border-color: #333333 !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-color: #333333 !important;
	color: #333333 !important;
}

#module_1c6233cf-7752-4f95-8fda-27f7db497319 h2 {
	font-weight: 900 !important;
	text-transform: uppercase;
	font-family: "Rokkitt", serif;
	color: #333333 !important;
}

.dropdown.active .dropdown-toggle:after {
	color: #333333 !important;
}

/* ================================================================================================================================= */
/* Scrolling animation */
.reveal {
	position: relative;
	opacity: 0;
}

.reveal.active {
	opacity: 1;
}

.active.fade-bottom {
	animation: fade-bottom 1s ease-in;
}

@keyframes fade-bottom {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-left {
	0% {
		transform: translateX(-100px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.active.fade-left {
	animation: fade-left 1s ease-in;
}