h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

.btn-primary,
.btn-secondary {
  background-color: #28a745;
  color: white;
  /* border: 2px solid #28a745; */
  padding: 12px 24px;
  /* border-radius: 25px; */
  font-weight: 600;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    /* line-height: 52px; */
  }

  h1 {
    /* font-weight: 800; */
    /* font-size: 70px; */
    /* line-height: 60px; */
    /* display: inline-block; */
  }
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
  h1 {
    font-size: 50px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h1 {
    font-size: 60px;
  }
}

/* Header =============================================================================================== */


@media (max-width: 992px) {
  /* .header .navbar-brand {
    font-size: 0px !important;
    background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/51BFB5CBDAF19C4D4B4A528DB3E09E2F.png");
    background-size: contain;
    background-repeat: no-repeat;

    height: 88%;
    width: 100%;
  } */

  .header .navbar,
  .header .navbar.bg-primary {
    background: #184E98 !important;
    min-height: 82px !important;
  }
}


body {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/28C9BD465FF70C5834C60516E8596300.jpg);
}

.image.image-m2 {
    background: transparent;
}

/* Hero ====================================================================================================== */


  /* Hero === */
  .cw-herotext {
  font-size: 1.3em;
	font-weight: bold;
	color: #000;
  text-transform: uppercase;
  }

  .cw-hero {
    min-height: 500px;
    display: flex;
    background: rgba(0, 0, 0, 0.4);
  }

  @media (min-width: 991px) {
    .cw-hero {
      min-height: 600px;
    }
  }

  @media (max-width: 776px) {
    .cw-herotext {
      font-size: 1em;
    }
  }

  /* Heading + span same size */
  .cw-hero h1 {
    font-size: 2.5rem;
	color: var(--color-theme-primary);
  }

  .cw-hero h3 {
    font-size: 2rem;
	color: #000; 
  }


  /* Textbox background */
  .cw-textbox {
    background: rgba(255, 255, 255, 0.65); /* semi-transparent black */
    padding: 20px;
    /* border-radius: 12px; */
  }

  @media (max-width: 576px) {
  .cw-herotext {
    font-size: .9em; /* smaller than 1.2em */
  }

  .cw-hero h1 {
    font-size: 1.8rem; /* smaller than 2.5rem */
  }

  .cw-hero h3 {
    font-size: 1.3rem; /* smaller than 2rem */
  }
}

/* Small devices (landscape phones, 576px and up) */


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {
}

  .cw-location{
    color: #fff;
    margin: 15px 0;
    text-align: center;
  }

/* Services  ============================================================================================================================= */

  .cw-evercall {
    text-align: center;
    border-bottom: 1px solid var(--color-theme-primary); /* you can change color */
    padding-bottom: 0.5rem;
    margin-bottom: 0px !important;
  }

  .page-home .list{
    padding-top: 1.5em !important;
  }

/* From Uiverse.io by andrew-demchenk0 */
.cw-services {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: 3rem;
  /* margin-bottom: 3rem; */
  padding: 5rem 0;
}

/* .cw-services::before {
  content: "";
  position: absolute;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3412969AC1F1F123F2BA4C23B6099E6C.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 10%;
} */

.cw-services .card {
  --bg-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 25px;
  background: #fff;
  overflow: hidden;
  position: relative;

  color: #000 !;
}

.cw-card__img svg {
  height: 100%;
  border-radius: 20px 20px 0 0;
}

.cw-card__avatar {
  position: absolute;
  width: 85px;
  height: 85px;
  background: var(--color-theme-primary);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -2rem;
  /* bottom: 0; */
  right: 0;
  left: 0;
  margin: auto;
  padding: 1rem;
  border: 4px solid #efefef;
}

.cw-card__avatar svg {
  width: 100px;
  height: 100px;
  fill: #fff;
}


.cw-card__title {
  font-weight: 500;
  font-size: 18px;
  /* color: var(--main-color); */
}

.cw-card__subtitle {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  /* color: var(--submain-color); */
}

/* .cw-card__btn {
	margin-top: 15px;
	width: 76px;
	height: 31px;
	border: 2px solid var(--main-color);
	border-radius: 4px;
	font-weight: 700;
	font-size: 11px;
	color: var(--main-color);
	background: var(--bg-color);
	text-transform: uppercase;
	transition: all 0.3s;
}

.cw-card__btn-solid {
	background: var(--main-color);
	color: var(--bg-color);
}

.cw-card__btn:hover {
	background: var(--main-color);
	color: var(--bg-color);
}

.cw-card__btn-solid:hover {
	background: var(--bg-color);
	color: var(--main-color);
} */

/*  ==================================================================================================================== */
.cw-cta {
  background-color: var(--color-theme-primary);
  color: #fff;
  position: relative;
  /* border-radius: 20px; */
  overflow: hidden;
  position: relative;
  padding: 6rem 0;
  z-index: 0;
}

.cw-cta::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/D40D485A494F84EEF1BE4D21023FB545.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  align-items: center;
  /* border-radius: 20px; */
  overflow: hidden;
  opacity: 30%;
  z-index: -1;
  background-attachment: fixed;
}

/*  ===================================================================================== */

/* Footer ======================================================================= */



/* button animation ================================================================================ */
.cw-services a {
  transition: transform 0.3s ease-in-out;
  transform: translateY(0px);
}

.cw-services a:hover {
  transform: translateY(5px);
}

.cw-services a > .cw-card__avatar {
  transition: transform 0.3s ease-in-out;
}

.cw-services a:hover .cw-card__avatar {
  background-color: var(--color-theme-secondary);
}

.cw-services a:hover {
  /* transition: background 0.3s ease-in-out; */
}

.cw-hero-btns a svg {
  width: 34px;
  transition: transform 0.3s ease-in-out;
}

.cw-hero-btns a:hover svg {
  transform: translateX(50%);
  stroke: var(--color-theme-secondary);
}

.cw-hero-btns a:active {
  transform: scale(0.95);
  transition: transform 0.1s ease-in-out;
}

.cw-hero-btns circle,
.cw-hero-btns circle {
  stroke: var(--color-theme-primary);
}

.cw-hero-btns path {
  fill: var(--color-theme-primary);
}

.cw-hero-btns :hover circle {
  stroke: var(--color-theme-secondary);
}

.cw-hero-btns :hover path {
  fill: var(--color-theme-secondary);
}

/* Internal Page ================================================================================ */


.cw-internal-sub-nav a {
  color: #fff;
}

.cw-internal-sub-nav {
  background-color: rgb(5, 49, 8);
  position: relative;

  z-index: 1;
  text-align: center;
  color: #fff;
}

/* Small devices (landscape phones, 576px and up) */


  /* section:not(.page-home) .title .title-heading {
    margin-bottom: 1rem;
  } */



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */

  section:not(.page-home) .title .title-heading {
    padding-bottom: .5em;
    border-bottom: 1px solid var(--color-theme-highlight) !important;
  }
  section:not(.page-home) .title {
    background: transparent;
  }
  section:not(.page-home) .text {
    background: transparent;
  }



/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/* ========================================================================= */
.page-contact-us .form-wrap {
  background-color: #efefef;
  padding: 3rem;
}

.page-contact-us .form-wrap .formDisclaimer__content-wrapper {
  color: #000;
}

.page-contact-us .form-wrap .formDisclaimer__content-wrapper a {
  color: inherit !important;
  font-weight: 700;
}

.page-contact-us .form-wrap .formDisclaimer__content-wrapper a:hover {
  color: var(--color-theme-highlight) !important;
}

body .form-control {
  border: 1px solid #131313;
}

/* section[id*="module"]:not(section[id*="module"] section)::before {
	opacity: 0px !important;
	background: rgb(255, 255, 255) !important;
	z-index: -5 !important;
} */

/* INternal pages ======================================================================== */

/* -------------------- tabbed services ---------------------- */
.cw-tabbed-services {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.cw-sidebarButton {
  /* text-align: left; */
}

.cw-contentSection {
  padding: 20px 0;
}

.cw-tabbed-services .list-group-item {
  border: none;
  padding: 15px;
  transition: background-color 0.3s ease;
  background-color: #eeeeee;
  color: #000;
  margin-top: 10px;
  border-radius: 2px !important;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  display: flex;
  /* flex-flow: row wrap; */
  justify-content: center;
  align-items: center;
}

.cw-tabbed-services .list-group-item.active {
  background-color: var(--color-theme-primary) !important;
  color: #000;
}

.cw-tabbed-services .list-group-item + .list-group-item.active {
  margin-top: 10px;
}

.cw-tabbed-services .list-group-item-action:hover {
  z-index: 1;
  color: #333;
  text-decoration: none;
  background-color: var(--color-theme-primary) !important;
}

.cw-serviceReviews {
  padding: 30px;
  border: 1px solid #f4f4f4;
  border-radius: 15px;
  transition: all 0.4s ease-in-out;
}

 
.detailedlist {
    /* background: var(--detailedlist-background); */
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/28C9BD465FF70C5834C60516E8596300.jpg) !important;
}


/* Pricing  */
.cw-pricing {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 2rem 0 4rem;
  text-align: center;
}

.cw-pricing::before {
  content: "";
  position: absolute;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3412969AC1F1F123F2BA4C23B6099E6C.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 10%;
}

.cw-pricing .card,
.cw-pricing .cw-card-1,
.cw-pricing .cw-card-2,
.cw-pricing .cw-card-3 {
  /* border-0 shadow-lg  d-flex align-items-center p-4 */
  border: none;
  /* border-radius: 0; */
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  padding: 1.5rem;
  /* background: #ffffff; */
  /* color: #000; */
}

.cw-pricing button {
  width: 100%;
  padding: 1rem 1.5rem;
}

.cw-pricing ul {
  text-align: left;
}

.cw-pricing li {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}

.cw-pricing li::before {
  content: "";
  /* padding: 0.5rem; */
  display: inline-block;
  position: relative;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/678A7AC27697BE5F8F71B06957A3891D.png)
    no-repeat center / contain;
  width: 35px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 1rem;
}

/* Faq====================================== */
.cw-faq {
  margin: 5rem 0;
}

.cw-faq .cw-border-box {
  padding: 1rem;
  border: 1px solid #dedede;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .cw-faq .cw-border-box {
    padding: 3rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cw-faq .cw-border-box {
    padding: 1rem;
  }
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
  .cw-faq .cw-border-box {
    padding: 2rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .cw-faq .cw-border-box {
    padding: 2rem;
  }
}

#about-us .st0 {
  fill: #f88002;
}

#service-title .st0 {
  fill: #f88002;
}

/* ======================================================================================== */
.cw-imageWrap {
  display: inline-block;
  padding: 10px;
  border: 1px solid #d9dadb;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #eaeaea;
}

.cw-imageWrap img {
  border-radius: 50%;
  width: 200px;
}

/* Internal Page pricing hover ========================================================= */
.cw-pricing a {
  transition: transform 0.3s ease-in-out;
}

.cw-pricing a:hover {
  /* transition: background 0.3s ease-in-out; */
  transform: translateY(5px);
}

/* About Us ========================================================================================================== */
.page-about-us .cw-about-us {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* .page-about-us .detailedlist {
	position: relative !important;
	overflow: hidden !important;
	z-index: 0 !important;
	padding: 5rem 0 !important;
}

.page-about-us .detailedlist::before {
	content: "";
	position: absolute !important;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3412969AC1F1F123F2BA4C23B6099E6C.png") !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: bottom !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: -1 !important;
	opacity: 10% !important;
}

.page-about-us .detailedlist-item {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	background-color: #fff !important;
	min-height: 760px;
}

.page-about-us .detailedlist-item-text {
	padding: 2rem 3rem !important;
} */

/* ====================================================================== */
:root {
  --primary-green: #4ade80;
  --primary-dark: #16a34a;
  --text-dark: #000000;
  --text-muted: #1f2937;
  --surface: #ffffff;
  --surface-alt: #f8fafc;
  --border-light: #e5e7eb;
  --shadow-soft: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

.cw-tabbed-services {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.service-header {
  text-align: center;
  margin-bottom: 50px;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  background-color: #28a745;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cw-svg-leaf {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: white;
}

.service-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
}

.nav-pills {
  justify-content: center;
  margin-bottom: 40px;
  gap: 10px;
}

.nav-pills .nav-link {
  background-color: transparent;
  border: 2px solid #28a745;
  color: #28a745;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
  background-color: #28a745;
  color: white;
}

.service-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 30px;
}

.service-body {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.service-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
}

.service-icon {
  margin-right: 15px;
  color: #28a745;
  font-size: 1.5rem;
}

.service-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #6c757d;
}

/* Generic leaf icon */
.leaf-icon {
  width: 24px;
  height: 24px;
  fill: #28a745;
}
/* ============================================================ */
.cw-map {
  padding: 5rem 0;
}

.cw-dealer-map {
  border-radius: 25px;
}
.cw-border {
  border-radius: 25px;
}
/* ====================================================================== */
:root {
  --primary-color: #1e4e99;
  --secondary-color: #1e4e99;
  --accent-color: #48bb78;
  --light-gray: #f7fafc;
  --border-color: #e2e8f0;
  --text-muted: #718096;
}

.modern-table-container {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin: 2rem 0;
}

.table-header {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  color: white;
  padding: 2rem 0 1.5rem;
  text-align: center;
  position: relative;
}

.table-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    repeat;
}

.table-header h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  position: relative;
  z-index: 1;
}

.table-header .subtitle {
  margin-top: 0.5rem;
  opacity: 0.9;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.modern-table {
  margin: 0;
  border: none;
}

.modern-table thead th {
  background-color: var(--light-gray);
  border: none;
  border-bottom: 2px solid var(--border-color);
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1.25rem 1.5rem;
  position: sticky;
  top: 0;
  z-index: 10;
}

.modern-table tbody tr {
  border: none;
  transition: all 0.2s ease;
}

.modern-table tbody tr:hover {
  background-color: rgba(72, 187, 120, 0.04);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.modern-table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.modern-table td,
.modern-table th {
  padding: 1.5rem 1.5rem;
  vertical-align: top;
  border: none;
}

.grass-name {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 1rem;
  position: relative;
}

.grass-name::before {
  content: "";
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--accent-color), #38a169);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.modern-table tbody tr:hover .grass-name::before {
  opacity: 1;
}

.description-text {
  color: var(--secondary-color);
  font-size: 0.9rem;
  line-height: 1.5;
}

.pros-text {
  color: #2f855a;
  font-size: 0.9rem;
  line-height: 1.5;
  position: relative;
}

.pros-text::before {
  content: "✓";
  color: var(--accent-color);
  font-weight: bold;
  margin-right: 0.5rem;
}

.cons-text {
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.5;
  position: relative;
}

.cons-text::before {
  content: "⚠";
  color: #000000;
  margin-right: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .table-header h2 {
    font-size: 1.5rem;
  }

  .modern-table td,
  .modern-table th {
    padding: 1rem 0.75rem;
    font-size: 0.875rem;
  }

  .modern-table thead th {
    font-size: 0.75rem;
  }
}

/* Custom scrollbar for the table */
.table-responsive::-webkit-scrollbar {
  height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
  background: var(--light-gray);
  border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #cbd5e0;
}
/*--- Floating links ---*/
.cw-lets-talk {
  position: fixed;
  z-index: 3;
  bottom: 1em;
  right: 1em;
  border-radius: 25px;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.cw-lets-talk:hover {
  cursor: pointer;
}

.hidden {
  display: none;
}

#contactBtns a {
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
}

#contactBtns a {
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
}

#contactBtns .fa {
  font-size: 35px;
  color: var(--color-theme-primary);
}
.contact-companyinfo .contact-email .contact-details-info,
.header .header-business-email,
.footer .footer-business-email,
.cw-email {
  overflow-wrap: anywhere;
}


.bg-light {
    --bs-bg-opacity: 1;
    /*background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;*/
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/28C9BD465FF70C5834C60516E8596300.jpg) !important;
}

.gallery {
    /*background: var(--gallery-background);*/
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/28C9BD465FF70C5834C60516E8596300.jpg) !important;

}

.list {
    /*background: var(--list-background);*/
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/28C9BD465FF70C5834C60516E8596300.jpg) !important;
}

.form {
    /*background: var(--forms-background);*/
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/28C9BD465FF70C5834C60516E8596300.jpg) !important;
}