/* Vendor */



/* Reset & base */
@font-face {
  font-family: 'Cormorant Upright';
  src: url('https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/fonts/CormorantUpright/CormorantUpright-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* --- */

@font-face {
  font-family: 'Riviera Nights';
  src: url('https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/fonts/RivieraNights/RivieraNights-Ultralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Riviera Nights';
  src: url('https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/fonts/RivieraNights/RivieraNights-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Riviera Nights';
  src: url('https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/fonts/RivieraNights/RivieraNights-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Riviera Nights';
  src: url('https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/fonts/RivieraNights/RivieraNights-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* --- */

@font-face {
  font-family: 'Zapfino';
  src: url('https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/fonts/Zapfino/Zapfino.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}


/* --- */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* @font-face {
font-family: 'Outfit';
src: url('https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/fonts/Outfit/Outfit-SemiBold.woff2') format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
} */


/* Bosca */
@font-face {
  font-family: 'Bosca';
  src: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/raw_assets/public/motorcoach-theme/fonts/Bosca/Bosca-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 80%;
  descent-override: 20%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Bosca';
  src: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/raw_assets/public/motorcoach-theme/fonts/Bosca/Bosca-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  ascent-override: 80%;
  descent-override: 20%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Bosca';
  src: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/raw_assets/public/motorcoach-theme/fonts/Bosca/Bosca-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  ascent-override: 80%;
  descent-override: 20%;
  line-gap-override: 0%;
}
/* Box sizing */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Remove default margins */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements */
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Remove default padding */
menu, ul, ol {
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background: #fff;
  color: #111;
}

/* Make images easier to work with */
img, picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}

/* Remove animations and transitions for people who prefer reduced motion */
/* @media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
} */



















/*
var(--color-bg-main)
var(--color-bg-alt)
var(--color-bg-gray-light)

var(--color-gold)
var(--color-gold-hover)

var(--color-text-main)
var(--color-text-dark)
var(--color-text-gray)
var(--color-text-muted)
var(--color-text-mid)
var(--color-text-placeholder)

var(--color-border-dark)
var(--color-error)
var(--color-overlay)
var(--color-selected)
*/

:root {
  --color-bg-main: #0E0E0E;
  --color-bg-alt: #1A1A1A;
   
  --color-bg-gray-light: #DCDCDC;
  --color-gold: #B79B5D;
  --color-gold-hover: #FFE498;
  --color-text-main: #FFFFFF;
  --color-text-dark: #181818;
  --color-text-gray: #8C8C8C;
  --color-text-muted: #C7C7C7;
  --color-text-mid: #5D5D5D;
  --color-text-placeholder: #A4A4A4;
  --color-border-dark: #2B2B2B;
  --color-error: #EE4B4D;
  --color-overlay: rgba(21,20,21,0.82);
  --color-selected: #484848;
}





/* Layout and partials */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 18px;
  font-size: clamp(18px,20/1400 * 100vw,20px);
}

body {
  background: var(--color-bg-main);
  color: var(--color-text-main);
  font-family: 'Riviera Nights', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.32;
  margin: 0;
}

@media (max-width: 767px) {
  body {
   font-size: 1.1rem; 
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

:root {
  --sal-duration: 0.8s;
/*   --sal-timig-function: cubic-bezier(0.27, 0.47, 0.42, 0.98); */
  --sal-timig-function: cubic-bezier(0.35, 0.28, 0.51, 1.14);
}

[data-sal] {
  transition-duration: var(--sal-duration) !important;
  transition-timing-function: var(--sal-timig-function) !important;
}

.body-container-wrapper {
  margin-bottom 100px;
  background: var(--color-bg-main);
}

@media (max-width: 767px) {
  .body-container-wrapper {
    margin-bottom: 0 !important;
  }
}

h1, h2, h3, h4, h5, h6, .gradient-title {
  /*font-family:"Cormorant Upright", serif;*/
  font-family:"Bosca", serif;
  color: var(--color-text-main);  
  /*font-weight: 600;*/
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.67em;
  line-height: 1.15;
  text-transform: uppercase;
  background: linear-gradient(180deg, #B79B5D 56.72%, #DFC16F 61.77%);
  background: linear-gradient(144deg, #B79B5D 56.72%, #DFC16F 61.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

h1.reset-uppercase, h2.reset-uppercase, h3.reset-uppercase {
  text-transform: none;
}

.reset-uppercase h1, .reset-uppercase h2, .reset-uppercase h3 {
  text-transform: none;
}

h1,
h2 {
  /*   line-height:1; */
}


h4,
h5,
h6 {
/*   font-weight: 700; */
  font-weight: 400;

}

h1{
/*   font-size: clamp(38px, 60 / 1200 * 100vw, 60px); */
/*   font-size: clamp(38px, 80 / 1700 * 100vw, 80px); */
  font-size: clamp(38px, 70 / 1700 * 100vw, 70px);
}
h2{
/*   font-size: clamp(28px, 28 / 1200 * 100vw, 38px); */
/*   font-size: clamp(28px, 45 / 1700 * 100vw, 45px); */
  font-size: clamp(28px, 42 / 1700 * 100vw, 42px);
}
h3{
/*   font-size: clamp(24px, 24 / 1200 * 100vw, 30px); */
/*   font-size: clamp(24px, 35 / 1700 * 100vw, 35px); */
  font-size: clamp(24px, 32 / 1700 * 100vw, 32px);
}
h4{
/*   font-size: clamp(22px, 24 / 1200 * 100vw, 24px); */
/*   font-size: clamp(22px, 28 / 1700 * 100vw, 28px); */
  font-size: clamp(22px, 26 / 1700 * 100vw, 26px);
}
h5{
  font-size: 20px;
}


@media (min-width:768px){
  .title-lg{
/*     font-size: clamp(36px, 60 / 1200 * 100vw, 60px); */
/*     font-size: clamp(36px, 80 / 1700 * 100vw, 80px); */
    font-size: clamp(36px, 70 / 1700 * 100vw, 70px);
    line-height: 1;
  }
  .title-xl{
/*     font-size: clamp(38px, 76 / 1200 * 100vw, 76px); */
/*     font-size: clamp(38px, 85 / 1700 * 100vw, 85px); */
    font-size: clamp(38px, 80 / 1700 * 100vw, 80px);
    line-height: 1;

  }

}

@media (max-width: 767px) {
  h1{
    font-size: 42px;
  }
  
  h2{
    font-size: 32px;
  }
  h3{
    font-size: 28px;
  }
  h4{
    font-size: 24px;
  }
  h5{
    font-size: 22px;
  }
}

/* @media (min-width: 1400px) {
  h1{
    font-size: clamp(60px, 70 / 1400 * 100vw, 70px);
  }
  h2{
    font-size: clamp(38px, 45 / 1400 * 100vw, 45px);
  }
  h3{
    font-size: clamp(24px, 24 / 1400 * 100vw, 30px);
  }
  h4{
    font-size: clamp(24px, 28 / 1400 * 100vw, 28px);
  }
  
  .title-lg{
    font-size: clamp(60px, 70 / 1400 * 100vw, 70px);
  }
  .title-xl{
    font-size: clamp(76px, 80 / 1400 * 100vw, 80px);   
    line-height: 1;

  }
} */

.zap-title {
  font-family: "Zapfino",sans-serif;
  text-transform: unset;
  font-weight: 400;
  font-style: italic;
  padding: 1.5em 0 5px;
  letter-spacing: 0;
  line-height:2;
  margin: -20px 0 -28px;
}
@media (max-width:767px){
  .zap-title {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.white-title {
  color: var(--color-text-main);
  background: unset;
  font-weight:400;
  font-family:inherit;
  line-height: 1.26;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}

p {
  color: var(--color-text-main);
  margin-top: 0;
  margin-bottom: 1.1em;
  font-size: 1em;
  line-height: 1.32;
}

a {
  color: var(--color-gold);
  text-decoration: none;
  transition: color 0.15s;
  cursor: pointer;
}

a:hover,
a:focus {
  color: var(--color-gold-hover);
}

ul, ol {
  margin: 0 0 1.2em 1.2em;
  color: var(--color-text-main);
  font-size: 1em;
}

li {
  margin-bottom: 0.4em;
  color: var(--color-text-main);
}

::selection {
  background: var(--color-gold);
  color: var(--color-bg-main);
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  color: var(--color-text-dark);
  background: var(--color-bg-white);
  border: 1px solid var(--color-border);
  border-radius: 2px;
  outline: none;
  transition: border 0.15s;
}

input::placeholder,
textarea::placeholder {
  color: var(--color-placeholder);
  opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--color-gold);
}

button, .btn {
  background: var(--color-gold);
  color: var(--color-btn-text);
  border: none;
  border-radius: 0;
  padding: 17px 20px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

button:hover, .btn:hover {
  background: var(--color-gold-hover);
  color: var(--color-btn-text);
}

hr {
  border: none;
  border-top: 1px solid var(--color-border);
  margin: 2em 0;
}

blockquote {
  color: var(--color-gold);
  border-left: 3px solid var(--color-gold);
  padding-left: 1em;
  margin: 1.5em 0;
  font-style: italic;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--color-bg-alt);
  color: var(--color-text-main);
}

th, td {
  padding: 0.8em 1em;
  border: 1px solid var(--color-border);
  text-align: left;
}

th {
  background: var(--color-bg-alt);
  color: var(--color-gold);
  font-weight: 700;
}

code, pre {
  font-family: 'JetBrains Mono', 'Fira Mono', 'Menlo', monospace;
  background: var(--color-bg-alt);
  color: var(--color-gold);
  padding: 0.2em 0.5em;
  border-radius: 2px;
  font-size: 0.95em;
}
video{
  display:block;
  width:100%;
  aspect-ratio: 1.7775;

}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
strong{
  font-weight:500;
}

/*buttons*/
.mc-btn {
  font-weight: 400;
  display: inline-flex;
  position:relative;
  flex-flow: row nowrap;
  align-items:center;
  column-gap: .33rem;
  background: unset !important;
  color: var(--color-text-main);
  border: unset;
  font-size: .778rem;
  padding: 17px 20px;
  text-transform: uppercase;


}
.mc-btn:hover {
  color: var(--color-gold);
  
/*   transform: translateX(calc(.889rem / 2)); */
}

.mc-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid var(--color-text-main);
  border-bottom: 1px solid var(--color-text-main);
  border-radius: 1px;
  z-index: 1;
  transition: all 0.25s linear;
  transition: none;
}
.mc-btn:hover:before {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: var(--color-gold);;
}
.mc-btn:after {
  content: '';
  margin-top: -3px;
/*   max-width: 0; */
  width:.889rem;
  height:.889rem;
  margin-right: -1.219rem;
/*   margin-right: calc(-.889rem / 2); */
  background: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/orange-btn-arr.svg) no-repeat center / contain;
  transition: all 0.25s linear;
  opacity:0;

}
.mc-btn:hover:after {
  opacity:1 ;
  margin-right: 0;
  
/*   max-width:.889rem; */
}

.mc-btn.mc-btn-sm {
  font-size: .889rem;
  padding: 11px 17px;
  text-transform: none;

}
.mc-btn.mc-btn-sm:before {
/*   border-top-width:1px; */
/*   border-bottom-width:1px; */

}
.mc-btn.mc-btn-sm:after {
  margin-top: 0;
}
.mc-btn.mc-btn-gold:before,
.mc-btn.mc-btn-gold {
  color: var(--color-gold);
  border-color: var(--color-gold);
}
.mc-btn.mc-btn-black:before,
.mc-btn.mc-btn-black {
  color: var(--color-bg-main);
  border-color: var(--color-bg-main);
}

.mc-btn.mc-btn-black:hover,
.mc-btn.mc-btn-black:hover:before {
  color: var(--color-gold);
  border-color: var(--color-gold);
}

/* square empty btn */

.mc-arr-btn-square {
  font-size: 0;
  color: transparent;
  line-height:0;
  max-width: 42px;
  width:100%;
  margin:auto 0 auto auto; 
  display:block;
  border: 1px solid #4e4e4e;
  position: relative;
  aspect-ratio: 1; 
  overflow: hidden;
  background: unset !important;
  transition: all 0.25s ease;
}
.mc-arr-btn-square:before {
  content: '';
  position: absolute;
  width:100%;
  height:100%;
  top:101%;
  left:0;
  background:var(--color-gold);
  z-index:0;
  transition: all 0.25s ease;
}
.mc-arr-btn-square:hover:before {
  top:0%;
}

.mc-arr-btn-square:after {
  content:'';
  position:absolute;
  width: 38%;
  height:38%;
  top:50%;
  left:50%;
  z-index:2;
  transform: translate(-50%, -50%);
  background: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/slider-arr-right-white.svg) no-repeat center / contain;
}

.mc-arr-btn-square-left:after {
  background: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/slider-arr-left-white.svg) no-repeat center / contain;;
}
/* btns end */



/* section vertors*/

.vector-m:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: no-repeat center / contain;
  aspect-ratio: 1.24;
  max-width: 458px;
  width: 40vw;
}
.vector-m-right:before {
  right: -11%;
  top: 16%;
  background-image: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/m-full-Vector.svg);
}
.vector-m-left:before {
  left: -9%;
  top: 34%;
  background-image: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/m-full-Vector.svg);
}
}
.vector-m-left-skew:before {
/*   left: -18.5%; */
/*   top: 14%; */
  background-image: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/m2-full-Vector.svg);
/*   max-width: 599px; */
  width: 50vw;
  
  right: 72%;
  max-width: 588px;
  top: 13.5%;
}
.vector-m-right-skew:before {
/*   right: -26%; */
/*   top: 20%; */
  width: 50vw;
/*   max-width: 600px; */
  background-image: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/m3-full-Vector.svg);
  
  max-width: 588px;
  left: 79.4%;
  top: 20.3%;
}
.vector-m-right-skew-bottom:before {
/*   right: -26%; */
/*   bottom: -10%; */
/*   max-width: 652px; */
/*   width: 52vw; */
  background-image: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/m4-full-Vector.svg);
  
  bottom: -17%;
  max-width: 720px;
  left: 75.2%;
  width: 55vw;
}

.vector-m-left-skew-bottom:before {
/*   left: -29.9%; */
  right: 83.8%;
  bottom: 16.7%;
  background-image: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/m2-full-Vector.svg);
  max-width: 588px;
  width: 50vw;
}

.text-center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.click-to-read-more > .hs_cos_wrapper {
  padding-bottom: 75px;
}

.font-riviera {
/*   font-family: 'Riviera Nights', sans-serif; */
}

#main-content{
  overflow-x: hidden;
}

.section {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.section .inner { 
  position: relative;
  z-index: 1;
  padding:110px 0;
}
.section.section-no-padding .inner{
  padding: 0;
}

.section.section-no-padding-top .inner {
  padding-top: 0;
}

.section .section-bg,
.section .overlay { 
  position: absolute;
  z-index: 0;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow: hidden;
}
.section .section-bg{
  z-index: -1;
}

.section .section-bg img{
  max-width:100%;
  width:100%!important;
  height: 100%!important;
  object-fit:cover;
}

.section .section-bg video {
  height: 100%;
  object-fit: cover;
}

.section .row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
/*   max-width: 1200px; */
  max-width: 1500px;
  width:95%;
  margin: 0 auto;
  padding: 0;
}
.row:not(:last-child){
  margin-bottom: 50px;
}
.section .row.row-fullw{
  max-width:100%;
  width:100%;
}

.section .row.reduced-width {
  max-width: 1200px;
}

.section .col {
  /*   flex: 1 1 0; */
  width: 100%;
  min-width: 0;
}

/* .section .col2 {
flex: 2 1 0;
} */

@media (min-width: 768px) {
  .section .row {
    flex-wrap: nowrap;
  }
  .section .col {
    /*   flex: 1 1 0;
    min-width: 0; */
  }
}

@media (max-width: 980px) {
  .section .inner { 
    padding:60px 0;
  }

  .row:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section .inner { 
    padding:50px 0;
  }
  .section .row {
    flex-direction: column;
    gap: 16px;
    width: 90%;
  }
  .section .col {
    flex-basis: 100%;
    max-width: 100%;
  }

}

@media (max-width: 480px) {


}

.section .row.row-996 {
  max-width: 996px;
}
/* header layout */

.mc-main-header{ 
  position:relative; 
  z-index:9999;  
}
.mc-main-header .main-header-wrapper{
  position:fixed;
  top:0;
  left: 0;
  width:100%;
} 

.mc-main-header .section .header-row {
    max-width: 1700px;
  }

.mc-main-header .section {
  padding:0;
  overflow: visible;
  /*   background: var(--color-bg-main); */

  background: rgba(14, 14, 14, .9);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  
  min-height: 78px;
  transition: all .25s ease;
  display: flex;
}
.mc-header-fixed.mc-main-header .section {
  min-height: 45px;
}
.body-container-wrapper {
  padding-top:78px;
}
.mc-main-header .section .inner {
  max-width: 100%;

  flex: 1 0 auto;
}
.mc-main-header .section .header-row{
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 2.5%;
  height: 100%;
}


.mc-main-header .site-logo-mod{
}

@media (min-width: 768px){
  .mc-main-header .section .header-row> .col {
    flex: 1 1 0;
  }
  .mc-main-header .section .header-row> .col1{
/*     width:25%; */
  }
  .mc-main-header .section .header-row> .col2{

/*     width:30%; */

  }
  .mc-main-header .section .header-row> .col3{
/*     width:25%; */

  }
}

@media (max-width: 767px) {
  .mc-main-header .site-logo-mod {
    justify-content: flex-start;
  }
  
  .mc-main-header.mc-main-header-landing .site-logo-mod {
    justify-content: center;
  }
}


/* Menu */

.mc-menu.menu--desktop {
  display: block;
}

.mc-menu.menu--mobile {
  display: none;
}



.mc-menu .menu__wrapper {
  display: flex;
  flex-flow: row nowrap;
/*   column-gap: min(4.5vw, 42px); */
  column-gap: clamp(20px, 42/1600*100vw ,42px);
  margin:0;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 950px) {
  .mc-menu .menu__wrapper {
    column-gap: 10px;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .mc-menu .menu__wrapper {
    column-gap: 5px;
  }
}

/* Menu items */

.mc-menu .menu__item {
  position: relative;
  line-height: 1;
}
.mc-menu .menu__link {
  font-size: .778rem;
  line-height: 1;
  text-transform:uppercase;
  font-weight:400;
  text-decoration: none;
  display: block;
  color: var(--color-bg-white);
  cursor: pointer;
  transition: all .25s ease; 
  letter-spacing: 0.1em;

}


.mc-menu .menu__link:hover {
  color: var(--color-gold);
}
.mc-menu .menu__link:hover,
.mc-menu .menu__link:focus,
.mc-menu .menu__link:active {
  text-decoration: none;
}

.mc-menu .menu__link--active-link,
.mc-menu .menu__link--active-branch {
  /*   font-weight: bold; */
/*   color: var(--color-gold) */
}

.mc-menu .no-button {
  padding: 0;
  background: unset;
  color: #fff;
}

/* more menu btn */
.mc-menu a[href*="#item-more-btn"]  {
  padding-right: 2.1rem !important;
/*   padding-right: 1.556rem !important; */
/*   padding-left: 0 !important; */
  position: relative;
  display: flex;
  align-items:center;
}
.mc-menu .item-more-btn > a{

}

.mc-menu .item-more-btn > a:before,
.mc-menu .item-more-btn > a:after{
  content: '';
  display: block;
  width: 1.556rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  transform: translateY(-50%);
  transition: all .25s ease;

}
.mc-menu .item-more-btn > a:after{
  top: calc(50% + 2px);
}
.mc-menu .item-more-btn.item-more-menu-open a[href*="#item-more-btn"]{
  color: var(--color-gold);
}
.mc-menu .item-more-btn > a:hover:before,
.mc-menu .item-more-btn > a:hover:after,
.mc-menu .item-more-btn.item-more-menu-open a[href*="#item-more-btn"]:before,
.mc-menu .item-more-btn.item-more-menu-open a[href*="#item-more-btn"]:after,
.mc-menu .menu__submenu .menu__item--open > .menu__link {
  background: var(--color-gold);
}
.mc-menu .item-more-btn.item-more-menu-open a[href*="#item-more-btn"]:before,
.mc-menu .item-more-btn.item-more-menu-open a[href*="#item-more-btn"]:after{
  top: 50%;
}

/* .mc-menu .item-parent-hover.menu__item--open > .menu__link {
  color: var(--color-gold);
} */

/* more menu submenu */

.mc-menu .item-more-btn > .menu__submenu/*,
.mc-menu .item-parent-hover > .menu__submenu*/ {
  background-color: var(--color-bg-alt);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  pointer-events: none;
/*   transition: opacity 0.25s ease, transform 0.25s ease; */
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  left: unset;
  right: 0;
  margin: 0;


  display: flex;
  flex-flow: row wrap;
  gap: 0;
  padding: 1.778rem 0.889rem;
  justify-content: center;
  max-width: 95vw;
  width: 520px; 
}

@media (min-width: 768px) {
/*   .mc-menu-right.mc-menu .menu__item--has-submenu:not(.item-more-btn) > .menu__submenu {
    padding: 1.778rem 0.889rem;
    display: flex;
    flex-direction: column;
    width: 280px;
    gap: 0;
  } */
  
/*   .mc-menu-right.mc-menu .menu__item--has-submenu:not(.item-more-btn).menu__item--open > .menu__link {
    color: var(--color-gold);
  } */
}

/* .mc-menu-right.mc-menu .menu__item--has-submenu:not(.item-more-btn) > .menu__submenu > .menu__item {
  margin-bottom: 0;
} */

/* .mc-menu.mc-menu-right .item-parent-hover > .menu__submenu {
  flex-direction: column;
  width: 300px;
} */

.mc-menu .item-more-btn > .menu__submenu .menu__submenu/*,
.mc-menu .item-parent-hover > .menu__submenu .menu__submenu*/ {
  background-color: var(--color-selected);   
}

.mc-menu .item-more-btn.item-more-menu-open > .menu__submenu/*,
.mc-menu .item-parent-hover.menu__item--open > .menu__submenu*/ {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.mc-menu .menu__item.menu-closing > .menu__submenu/*,
.mc-menu .item-parent-hover.menu-closing > .menu__submenu*/ {
  opacity: 0;
  visibility: visible;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.mc-menu .item-more-btn.menu-closing > .menu__submenu/*,
.mc-menu .item-parent-hover.menu-closing > .menu__submenu*/ {
  opacity: 0;
  visibility: visible;

  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}


.mc-menu .item-more-btn > .menu__submenu  li.menu__item/*,
.mc-menu .item-parent-hover > .menu__submenu  li.menu__item*/ {
  padding:0;
  margin: 0;
  border:none;
}

.mc-menu .menu__item--has-submenu > .menu__submenu > li.menu__item {
  
}


.mc-menu .item-more-btn > .menu__submenu > li.menu__item/*,
.mc-menu .item-parent-hover > .menu__submenu > li.menu__item */ {
  flex: 1 1 auto; 
  max-width: 50%;
  min-width: 50%;
}

/* .mc-menu .menu__item--has-submenu > .menu__submenu > li.menu__item {
  flex: 1 1 auto; 
  max-width: 50%;
  min-width: 50%;
} */

/* .mc-menu.mc-menu-right .item-parent-hover > .menu__submenu > li.menu__item {
  max-width: 100%;
  min-width: 100%;
} */

.mc-menu .item-more-btn > .menu__submenu  li.menu__item .menu__link,
.mc-menu .item-parent-hover > .menu__submenu  li.menu__item .menu__link,
.mc-menu-right.mc-menu .menu__item--has-submenu:not(.item-more-btn) > .menu__submenu > .menu__item .menu__link {
  display:block;
/*   padding: 1rem  1.333rem; */
  text-transform: capitalize;
}



/* .mc-menu .menu__item--has-submenu > .menu__submenu > .menu__item .menu__link {
  display:block;
  padding: 1rem  1.333rem;
  text-transform: capitalize;
} */

.mc-menu .item-more-btn .menu__link.menu__link--active-branch:before,
.mc-menu .item-more-btn .menu__link.menu__link--active-branch:after {
  background: var(--color-gold);
}




/* Menu items - top level */

.mc-menu .menu__item--depth-1 {
  display: inline-block;
  padding: 0;
  margin:0;
  text-transform: uppercase;
}
.mc-menu .menu__item--depth-1 > .menu__link {
  /*   padding: 1.78rem .15rem;  */
  text-transform:uppercase;
  padding:   2.286em .214em;
}
.mc-header-fixed.mc-main-header .mc-menu .menu__item--depth-1 > .menu__link {
  padding-top:1.5em;
  padding-bottom:1.5em ;

}
.mc-menu .menu__item--depth-1  > .menu__child-toggle{
  display:none;
}

.mc-menu .menu__item--depth-1>.menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}


/* Menu items - submenus */

.mc-menu .menu__submenu {
  background: var(--color-bg-alt);
  opacity: 0;
  margin:0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;

  left: 0; 
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  z-index: 999;
}

.mc-menu .menu__submenu .menu__link{
  background:  transparent;
}
.mc-menu .menu__submenu .menu__link:hover{
  background:var(--color-gold);
  color:var(--color-bg-white);

}

.mc-menu .menu__submenu .menu__link.menu__link--active-branch.menu__link--active-link {
  background:var(--color-gold);
  color:var(--color-bg-white);
}

.mc-menu .menu__item--open > .menu__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mc-menu .menu__submenu--level-2 {
/*   transform: translateX(-50%); */
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

/* .mc-menu .menu__item--depth-1:first-child .menu__submenu--level-2 {
transform: unset;
} */

/* .mc-menu .menu__submenu .menu__item {
border-bottom: 1px solid #D1D6DC;
padding: 0;
width: 100%;
} */

.mc-menu .menu__submenu .menu__link {
  display: block;
  padding: 0.7rem 1.05rem;
  transition: background-color 0.4s ease-in;
  width: 100%;
  line-height: 1.2;
}

.mc-menu .menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */


/* Accounts for child toggle */

.mc-menu .menu__submenu .menu__item--has-submenu>.menu__link {
  padding-right: 3rem;
}




/* Menu icons */

.mc-menu .menu__submenu .menu__child-toggle {
  margin-left: auto;
  padding: 0 1.05rem;
}

.mc-menu .menu__child-toggle {
  position: absolute;
  right: 5px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.mc-menu .menu__item--depth-1>.menu__child-toggle {
  position: static;
  right: 0;
  top: 0;
  vertical-align: middle;
}
/* toggle ico mob */
.mc-menu .menu__child-toggle-icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;

}

.mc-menu .menu__child-toggle-icon::before,
.mc-menu .menu__child-toggle-icon::after {
  content: '';
  position: absolute;
  background-color: var(--color-gold);
  transition: transform 0.25s ease;
}

.mc-menu .menu__child-toggle-icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
}

.mc-menu .menu__child-toggle-icon::after {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
}

.mc-menu .menu__item--open .menu__child-toggle-icon::after {
  transform: scaleY(0);
  background-color: var( --color-text-main);
}

.mc-menu .menu__submenu .menu__item--open > .menu__child-toggle .menu__child-toggle-icon::before,
.mc-menu .menu__submenu .menu__item--open > .menu__child-toggle .menu__child-toggle-icon::after {
  background-color: var( --color-text-main);
}

.mc-menu a[href*="#item-parent-hover"] {
  cursor: default;
}


/* left menu  */
.mc-menu-right .menu__wrapper {
  justify-content: flex-end;
}
/* .mc-menu-left.mc-menu a[href*="#item-parent-hover"] {
  padding-left: .15rem !important;
  padding-right: .15rem !important;
} */

/* .mc-menu-left.mc-menu .menu__item--has-submenu:not(.item-more-btn) > a {
  padding-left: .15rem !important;
  padding-right: .15rem !important;
} */

/* .mc-menu-left.mc-menu .item-parent-hover>.menu__submenu {
  left: 0;
  right: unset;
  padding-right: 301px;
  justify-content: space-between;
  
  width: 95vw;
  max-width: 916px;

} */
/* .mc-menu-left.mc-menu .item-parent-hover>a:after,
.mc-menu-left.mc-menu .item-parent-hover>a:before {
  content: unset;
} */
.mc-menu-left .list-bg-image {
  width: 292px;
  max-width:33%;
  position: absolute;
  right: 0;
  top:0;
  height:100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
/*   background-position: center; */
}

.mc-menu-left .list-bg-image:before {
/*     background: linear-gradient(90deg, var(--color-bg-alt) 0, rgba(var(--color-bg-alt),.7) 65%, transparent 100%); */
    background: linear-gradient(90deg, #1A1A1A 0%, rgba(26, 26, 26, 0.00) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10%;
    z-index: 1;
}

.mc-menu.mc-menu-right.menu--mobile .item-more-btn>.menu__submenu {
  width: 100vw;
  right: -5vw;
  max-width: 100vw;
  max-height: calc(100vh - 54px);
  overflow: auto;
}

.mc-menu.mc-menu-right.menu--mobile .item-more-btn>.menu__submenu::-webkit-scrollbar-track {
  background-color: var(--color-bg-alt);
}

.mc-menu.mc-menu-right.menu--mobile .item-more-btn>.menu__submenu::-webkit-scrollbar {
  background-color: var(--color-bg-alt);
  width: 5px;
}

.mc-menu.mc-menu-right.menu--mobile .item-more-btn>.menu__submenu::-webkit-scrollbar-thumb {
  background-color: var(--color-gold);
}

.mc-menu.menu--mobile .menu__child-toggle-icon::before,
.mc-menu.menu--mobile .menu__child-toggle-icon::after {
  background-color: var( --color-text-main);
}

.mc-menu.menu--mobile .menu__submenu .menu__item--open>.menu__child-toggle .menu__child-toggle-icon:before,
.mc-menu.menu--mobile .menu__submenu .menu__item--open>.menu__child-toggle .menu__child-toggle-icon:after {
  background-color: var(--color-gold);
}

.mc-menu.menu--mobile .item-more-btn > a {
  color: var(--color-gold);
}

.mc-menu.menu--mobile .item-more-btn > a:before,
.mc-menu.menu--mobile .item-more-btn > a:after {
  background: var(--color-gold);
}

.mc-menu.menu--mobile .menu__submenu .menu__item--open > .menu__link,
.mc-menu.menu--mobile .menu__submenu .menu__link:hover {
  background: transparent;
  color: var(--color-gold);
}

.mc-menu.menu--mobile .item-more-btn > a:hover:before,
.mc-menu.menu--mobile .item-more-btn > a:hover:after,
.mc-menu.menu--mobile .item-more-btn.item-more-menu-open a[href*="#item-more-btn"]:before,
.mc-menu.menu--mobile .item-more-btn.item-more-menu-open a[href*="#item-more-btn"]:after {
  background: var(--color-gold);
}

.mc-menu.menu--mobile .menu__link[href="#"] ~ button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 90vw;
  top: 0;
  right: 0;
}

/* respons */
@media (min-width: 768px) and (max-width: 1600px) {
  .mc-menu .menu__item--depth-1 > .menu__link {
    font-size: clamp(10px,14/1500*100vw,15px);
  }
}

@media (max-width:980px) and (min-width: 768px){
  .mc-menu .menu__link {
    font-size: .665rem;
  }
  .mc-menu .menu__item--depth-1>.menu__link {
    padding: 2.286em .214em 2em;
  }

}



@media (min-width: 768px){
  .mc-menu li.menu__item.mobile-list-item{
    display:none;
  }
  
  
  /* submenu */
  .mc-menu .menu__item--has-submenu:not(.item-more-btn) > .menu__submenu > .menu__item {
    margin-bottom: 0;
  }
  
  .mc-menu .menu__item--has-submenu:not(.item-more-btn) > .menu__submenu {
    min-width: 250px;
    left: -0.7rem;
  }
  
  .mc-menu .item-more-btn > .menu__link > span {
    width: 0;
    visibility: hidden;
    opacity: 0;
  }
  
  .mc-menu .item-more-btn > .menu__link {
    
  }
  
  .mc-menu a[href*="#item-more-btn"]  {
    padding-right: 1.556rem !important;
    padding-left: 0 !important;
  }
  
  .mc-menu .menu__item--has-submenu:not(.item-more-btn) > .menu__submenu > .menu__item .menu__link {
    text-transform: capitalize;
  }
  
  .mc-menu > ul > .menu__item.menu__item--depth-1:not(.item-more-btn) > .menu__link {
    position: relative;
  }
  
  .mc-menu > ul > .menu__item.menu__item--depth-1:not(.item-more-btn) > .menu__link:before {
    content: '';
    width: calc(100% + 1.8em);
    height: 60%;
    position: absolute;
    left: -0.9em;
    top: 50%;
    background: var(--color-gold);
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0;
    transition: all .25s ease;
  }
  
  .mc-menu > ul > .menu__item.menu__item--depth-1:not(.item-more-btn) > .menu__link.menu__link--active-link:before,
  .mc-menu > ul > .menu__item.menu__item--depth-1:not(.item-more-btn) > .menu__link.menu__link--active-branch:before {
    opacity: 1;
  }
  
  .mc-menu > ul > .menu__item.menu__item--depth-1:not(.item-more-btn) .menu__link:hover {
/*     background: var(--color-gold); */
    color: var(--color-bg-white);
/*     background-size: 100% 80%; */
/*     background-position: center; */
  }
  
  .mc-menu > ul > .menu__item.menu__item--depth-1:not(.item-more-btn):hover > .menu__link:before {
    opacity: 1;
  }
  
/*   .mc-menu > ul > .menu__item .menu__link:hover span {
    background: var(--color-gold);
    color: var(--color-bg-white);
  } */
}

@media (min-width: 768px) and (max-width: 950px) {
  .mc-menu > ul > .menu__item.menu__item--depth-1:not(.item-more-btn) > .menu__link:before {
    width: calc(100% + 5px);
    left: -2.5px;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
/*   .mc-menu-left.mc-menu .item-parent-hover>.menu__submenu {
    left: 2.5vw;
    top: 85%;
  } */
  
/*   .mc-menu-left.mc-menu .item-parent-hover {
    position: unset;
  } */
}

@media (max-width: 980px) {
  .mc-header-fixed.mc-main-header .mc-menu .menu__item--depth-1>.menu__link {
/*     padding-top: 1.9em !important; */
  }
}

@media (max-width: 767px) {
  .mc-menu.mc-menu-right.menu--mobile{
    display:block;
  }
  .mc-menu.mc-menu-right.menu--desktop{
    display:none;
  }
  .mc-menu .menu__item--depth-1:not(.item-more-btn){
    display:none;
  }


  .mc-main-header .section .header-row> .col2{
    width: auto;
    flex: 1 0 65%;
  }
  
  .mc-main-header .section .header-row> .col3{
    flex: 0 1 auto;
  }

  .mc-menu .menu__item {
    display: block;
    width: 100%;
  }

  .mc-main-header .section .row .col1{
    display:none

  }
  .mc-menu .item-more-btn>.menu__submenu>li.menu__item{
    max-width:100%;
    width:100%;
  }


  .mc-menu .menu__submenu--level-3 {
    position:relative;
    top:0;
    left:0;
    height: 0;
    overflow:hidden;
  }
  .mc-menu  .menu__item--open >.menu__submenu--level-3 {
    margin-bottom: 1rem;
  }
  .mc-menu .menu__item--open>.menu__submenu{
    height: auto;
  }
  .mc-menu .menu__item--depth-1{
    width: auto;

  }
  .mc-menu .menu__item--depth-1>.menu__link{
    font-size: .675rem;
  }

  .mc-menu .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 2;
    height: 55px;
    transform: translateY(0);

  }
  .mc-menu .menu__item--open > .menu__child-toggle-icon::before,
  .mc-menu .menu__item--open > .menu__child-toggle-icon::after{
    background-color: var( --color-text-main);

  }

  .menu--mobile.mc-menu .item-more-btn>.menu__submenu li.menu__item .menu__link {
    padding:  1rem 1.333rem .85rem;
    white-space: unset; 
    line-height: 1.4;
  }

}

@media (min-width: 1920px) {
  
  
  .mc-main-header .site-logo-mod .site-logo {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
 .footer-container-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  } 
}

.mc-main-footer{
  background: var(--color-bg-alt);
}
.mc-main-footer .footer-section > .inner {
  padding: 2rem 0 0;
}
.mc-main-footer .footer-section .row1{
  margin-bottom: 1rem;
}
.mc-main-footer .footer-section .row2{ 
/*   padding: 1.7rem 0; */
  padding: 1.4rem 0 1.2rem;

  border-top: 1px solid var(--color-selected);
  border-bottom: 1px solid var(--color-selected);
  margin-bottom: 0;
  gap: 3%;   
  align-items: center;
}

.mc-main-footer.mc-main-footer-landing .footer-section .row2 {
  justify-content: center;
  border-bottom: none;
}

.mc-main-footer .footer-section .row2 .col1 {

}

.mc-main-footer .footer-section .row2 .col2 {

}
.mc-main-footer .footer-section .row3 {
/*   padding: 1.7rem 0; */
  padding: 1.4rem 0;
  align-items: center;
}
.mc-main-footer .footer-section a {
  color: #fff;
}

.mc-main-footer .footer-section a:hover {
  color: var(--color-gold); 
}

.mc-main-footer .copyright-text {
  font-size: .667rem;
  color: var(--color-bg-gray-light);
}


/* --- */
.mc-footer-menu .menu__wrapper {
  margin:0;
  padding:0;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  column-gap: 7.87%;
  row-gap: 1rem;

  align-items: start;
}
.mc-footer-menu .menu__wrapper li {
  font-size: 0.722rem;
  text-transform: uppercase;
}
.mc-footer-menu .menu__wrapper .menu__link{
  transition: all .3s ease;
}
.mc-footer-menu .menu__wrapper  .menu__link:hover,
.mc-footer-menu .menu__wrapper  .menu__link.menu__link--active-link{
  color: var(--color-gold);

}

.mc-footer-copyright-menu ul.menu__wrapper{
  display:flex;
  justify-content: flex-end;
  flex-flow: row wrap;
  text-align: right;
  row-gap: 0.5rem;
}
.mc-footer-copyright-menu li .menu__link {
  font-size: .667rem;
  text-transform: none;
}


/* --- */

@media (min-width: 901px){
  .mc-main-footer .footer-section .row2> .col1 {
    width:75%;
  }

  .mc-main-footer .footer-section .row2 >.col2 {
    width:22%;
  }
}

@media (max-width: 1300px) {
  .mc-footer-menu .menu__wrapper {
    grid-template-columns: repeat(3, max-content);
  }
}

@media (max-width: 900px) {
  .mc-main-footer .footer-section .row2 {
    flex-direction: column;
  }
  
  .mc-footer-menu .menu__wrapper {
    justify-items: center;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .mc-footer-menu .menu__wrapper {
    grid-template-columns: repeat(1, max-content);
  }
}

@media (max-width: 767px) {
  .mc-main-footer .footer-section .row3 {
    flex-direction: column-reverse;
  }
  
  .mc-main-footer .copyright-text {
    text-align: center;
  }
  
  .mc-footer-copyright-menu ul.menu__wrapper {
    justify-content: center;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
form.hs-form,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 31px;
}

form.hsfc-Form .hsfc-Step .hsfc-Step__Content {
  padding: 0;
}

form.hs-form > *,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content  > * {
  width: 100%;
}

form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-Row {
  margin-bottom: 0;
}

form.hs-form label,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content label {
  display: block;
/*   margin-bottom: 3px; */
  margin-bottom: 0;
  padding-bottom: 3px;
  color: var(--color-text-gray);
  font-size: 12px;
  line-height: 132%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
}

form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RichText p {
  color: #fff;
}

form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RichText p:not(:last-child) {
  margin-bottom: 0;
}

form.hsfc-Form .hsfc-Step .hsfc-Step__Content label .hsfc-FieldLabel__RequiredIndicator {
  color: var(--color-text-gray);
}

form.hs-form input,
form.hs-form textarea,
form.hs-form select,
form.hs-form checkbox,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content input,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content textarea,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content select,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content checkbox {
  color: #fff;
  font-family: 'Riviera Nights', sans-serif;
}

form.hsfc-Form .hsfc-Step .hsfc-PhoneInput .hsfc-DropdownOptions .hsfc-DropdownOptions__Search input {
  color: var(--color-bg-main);
}

form.hs-form input,
form.hs-form textarea,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content input,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content textarea {
  padding: 15px 14px;
  border-radius: 1px;
/*   border: 1px solid var(--color-selected); */
  border: 1px solid var(--color-text-placeholder);
  width: 100%;
  font-size: 16px;
  background: transparent;
}

form.hs-form input:hover,
form.hs-form textarea:hover,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content input:hover,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content textarea:hover {
/*   border-color: var(--color-text-placeholder); */
  border-color: var(--color-selected);
}

form.hs-form textarea,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content textarea {
  min-height: 97px;
}

form.hs-form input::placeholder,
form.hs-form textarea::placeholder,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content input::placeholder,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content textarea::placeholder {
  color: var(--color-text-gray);
}

form.hs-form input:focus,
form.hs-form textarea:focus,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content input:focus,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content textarea:focus {
  border-color: var(--color-gold);
}

form.hs-form input::-webkit-input-placeholder,
form.hs-form input::-moz-placeholder,
form.hs-form input:-ms-input-placeholder,
form.hs-form input:-moz-placeholder,
form.hs-form textarea::-webkit-input-placeholder,
form.hs-form textarea::-moz-placeholder,
form.hs-form textarea:-ms-input-placeholder,
form.hs-form textarea:-moz-placeholder,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content input::-webkit-input-placeholder,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content input::-moz-placeholder,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content input:-ms-input-placeholder,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content input:-moz-placeholder,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content textarea::-webkit-input-placeholder,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content textarea::-moz-placeholder,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content textarea:-ms-input-placeholder,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content textarea:-moz-placeholder{
  color: var(--color-text-gray);
}

form.hs-form .hs-fieldtype-radio,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup {
  display: flex;
/*   flex-wrap: nowrap; */
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: stretch;
  gap: 0 30px;
}

form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox],
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options {
  margin: 0;
/*   display: flex; */
  display: grid;
  grid-template-columns: 1fr;
}

form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div {
  margin: 0;
}

form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li label,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label {
  padding: 9px 31.5px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  font-family: inherit;
  color: var(--color-bg-gray-light);
  text-align: center;
  border: 1px solid var(--color-selected);
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}

form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li label::before,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 150%;
  aspect-ratio: 1;
  transform: translateX(-50%);
  background: radial-gradient(var(--color-gold) 0, transparent 70%);
  transition: all .3s ease;
  opacity: .6;
}

form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li label,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label {
  cursor: pointer;
}

form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li label:has(input:checked),
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label:has(input:checked) {
  background: var(--color-gold);
  border-color: var(--color-gold);
}

form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li label:hover,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label:hover {
  border-color: var(--color-gold);
}

form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li label:hover::before,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label:hover::before {
  top: -50%;
}

form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li:hover,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div:hover {
  z-index: 1;
}

form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li label input,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label input {
  display: none;
}

form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li label input + span,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label input + span {
  transition: all .3s ease;
}

form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li label input:checked + span,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label input:checked + span {
  color: var(--color-bg-main);
}

form.hs-form ul.hs-error-msgs {
  margin: 0;
  width: 100%;
}

form.hs-form ul.hs-error-msgs label,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-ErrorAlert {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 10px;
  color: var(--color-gold);
}

form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-ErrorAlert {
  margin-top: 0;
  text-transform: uppercase;
}

form.hs-form .hs-fieldtype-booleancheckbox ul.inputs-list,
form.hs-form .hs-fieldtype-booleancheckbox ul.inputs-list li,
form.hs-form .hs-fieldtype-booleancheckbox ul.inputs-list li label {
  margin: 0;
}

form.hs-form .hs-fieldtype-booleancheckbox {
  margin-top: -6px;
  margin-bottom: 28px;
}

form.hs-form .hs-fieldtype-booleancheckbox ul.inputs-list li label,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-CheckboxField label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  position: relative;
}

form.hs-form .hs-fieldtype-booleancheckbox ul.inputs-list li label:not(.hs-error-msg),
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-CheckboxField label {
  cursor: pointer;
  color: #fff;
  text-transform: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
}

form.hs-form .hs-fieldtype-booleancheckbox ul.inputs-list li label:not(.hs-error-msg) a,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-CheckboxField label a {
  color: inherit;
  text-decoration: underline;
}

form.hs-form .hs-fieldtype-booleancheckbox ul.inputs-list li label:not(.hs-error-msg) a:hover,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-CheckboxField label a:hover {
  color: var(--color-gold-hover);
}

form.hs-form .hs-fieldtype-booleancheckbox ul.inputs-list li label:not(.hs-error-msg):hover::before,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-CheckboxField label:hover::before{
  border-color: var(--color-text-placeholder);
}

form.hs-form .hs-fieldtype-booleancheckbox ul.inputs-list li label:not(.hs-error-msg)::before,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-CheckboxField label::before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 1px solid var(--color-selected);
  background: var(--color-bg-main);
  transition: all .3s ease;
  cursor: pointer;
}

form.hs-form .hs-fieldtype-booleancheckbox ul.inputs-list li label:not(.hs-error-msg):has(input:checked)::before,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-CheckboxField label:has(input:checked)::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13' fill='none'%3E%3Cpath d='M15.374 2.37401L5.63913 12.1089L0.265117 6.73488L1.8925 5.1075L5.63913 8.85413L13.7466 0.746631L15.374 2.37401Z' fill='%230E0E0E'/%3E%3C/svg%3E") no-repeat center, var(--color-gold);
  border-color: var(--color-gold);
}

/* form.hs-form .hs_agree ul.inputs-list li label:not(.hs-error-msg)::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
} */

form.hs-form .hs-fieldtype-booleancheckbox ul.inputs-list li label input,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-CheckboxField input {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  opacity: 0;
}

form.hs-form .hs-fieldtype-booleancheckbox ul.hs-error-msgs {
  padding-top: 5px;
  padding-left: 36px;
}

form.hs-form .hs_submit {
  
}

form.hs-form .hs_submit .actions {
  text-align: center;
}

form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow {
  margin-top: 0;
}

form.hs-form .hs_submit .actions input,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow button {
  width: auto;
  padding: 17px 19px;
  border: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  background: url() no-repeat right 16px center / 16px, transparent;
  transition: all .3s ease;
}

form.hs-form .hs_submit .actions input:hover,
form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow button:hover {
  padding: 17px 39px 17px 19px;
  color: var(--color-gold);
  border-color: var(--color-gold);
  background: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/orange-btn-arr.svg) no-repeat right 16px center / 16px, transparent;
}

form.hs-form .hs-date .hs-datepicker .pika-lendar .pika-title .pika-prev,
form.hs-form .hs-date .hs-datepicker .pika-lendar .pika-title .pika-next {
  transition: filter .4s ease;
}

form.hs-form .hs-date .hs-datepicker .pika-lendar .pika-title .pika-prev:hover,
form.hs-form .hs-date .hs-datepicker .pika-lendar .pika-title .pika-next:hover {
  opacity: .5;
  filter: brightness(0) saturate(100%) invert(72%) sepia(36%) saturate(488%) hue-rotate(3deg) brightness(82%) contrast(85%);
  transition: filter .4s ease;
}

form.hs-form .hs-date .hs-datepicker .pika-single {
  font-family: 'Riviera Nights', sans-serif;
  border-color: var(--color-gold-hover);
}

form.hs-form .hs-date .hs-datepicker .pika-single table tr td button:hover {
  color: #fff !important;
  background: var(--color-gold) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

form.hs-form .hs-date .hs-datepicker .pika-single table tr td.is-empty {
  background: #fff;
}

form.hs-form .hs-date .hs-datepicker .pika-single table tr td.is-selected button {
  border: none;
  box-shadow: none;
  background-color: var(--color-gold);
  border-radius: 0;
}

form.hs-form .hs-date .hs-datepicker .pika-single table tr td.is-today button {
  color: var(--color-gold);
}

form.hs-form .hs-date .hs-datepicker .pika-single table tr td.is-today.is-selected button {
  color: #fff;
}

form.hs-form .hs-date .hs-datepicker .pika-single table tr td button {
  text-align: center;
}

form.hs-form .hs-date .hs-datepicker .pika-single table th {
  background: var(--color-gold);
}

form.hs-form .hs-date .hs-datepicker .pika-single table th abbr {
  color: #fff;
  text-decoration: none;
}


.hs_appointment_type {
  position: relative;
  width: 100%;
}

.hs_appointment_type label {
  display: block;
  color: #ffff;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hs_appointment_type select.hs-input {
  width: 100%;
  padding: 12px 16px;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
/*   border-radius: 4px; */
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A4A4A4' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  
  border: 1px solid var(--color-text-placeholder);
}

.hs_appointment_type select.hs-input:hover {
  border-color: var(--color-selected);
}

.hs_appointment_type select.hs-input:hover label {
   color: var(--color-selected);
}

.hs_appointment_type select.hs-input:focus {
  border-color: var(--color-gold);
}

.hs_appointment_type select.hs-input option[value=""] {
   color: #aaa;
}

.hs_appointment_type select.hs-input option {
  background: #0e0e0e;
  color: #fff;
}


/* Media */
@media (min-width: 981px) {

}

@media (min-width: 768px) {
  form.hs-form .hs-fieldtype-radio,
  form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup {
    flex-direction: row;
    align-items: center;
  }
  
  form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox],
  form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options {
    grid-template-columns: repeat(3, 1fr);
  }
  
  form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li:not(:first-child) label,
  form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div:not(:first-child) label {
    margin-left: -1px;
  }
}

@media (max-width: 767px) {
  form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li:not(:first-child) label {
    margin-top: -1px;
  }
  
  form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li:nth-child(3) label {
    margin-top: -2px;
  }
  
  form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li:nth-child(4) label {
    margin-top: -3px;
  }
  
  form.hs-form .hs-fieldtype-radio ul.inputs-list[role=checkbox] li:nth-child(5) label {
    margin-top: -4px;
  }
}


/* Landing Forms */
.subpage-title-section.landing-title-section form.hsfc-Form .hsfc-Step .hsfc-Step__Content {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 24px;
}

.subpage-title-section.landing-title-section form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow .hsfc-NavigationRow__Alerts {
  margin-bottom: 0;
}

@media (min-width: 981px) {
  .subpage-title-section.landing-title-section form.hsfc-Form .hsfc-Step .hsfc-Step__Content {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  
  .subpage-title-section.landing-title-section form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-Row:nth-child(5) {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
  
  .subpage-title-section.landing-title-section form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow {
    grid-column: 1 / span 3;
  }
  
  .subpage-title-section.landing-title-section form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-Row .hsfc-TextareaField {
    display: flex;
    flex-direction: column;
  }
  
  .subpage-title-section.landing-title-section form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-Row .hsfc-TextareaField textarea {
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .subpage-title-section.landing-title-section form.hsfc-Form .hsfc-Step .hsfc-Step__Content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  
  .subpage-title-section.landing-title-section form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-Row:nth-child(5),
  .subpage-title-section.landing-title-section form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow {
    grid-column: span 2;
  }
}

/* End Landing Forms */
/* section partials and modules */

/* site logo */
.site-logo-mod{
  padding:0.25rem 0;
  display:flex;
  align-items:center;
  justify-content: center;
}
.site-logo-mod a{
  flex: 0 1 auto;
}
.site-logo-mod .site-logo.site-logo-mobile {
  display: none;
}
.site-logo-mod .site-logo{
  margin:0 ;
  display:block;
  max-width: 424px;
  width:100%;
}
@media (max-width:980px) {

  .site-logo-mod {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width:767px) {
  .site-logo-mod .site-logo.site-logo-desktop {
    display: none;
  }
  .site-logo-mod .site-logo.site-logo-mobile {
    display: block;
  }
  .site-logo-mod {
    justify-content: flex-end;
  }
  .site-logo-mod .site-logo{
  }

  .site-footer-logo-mod {
    justify-content: center;
  }

}
/* end site logo */

/* logo-slider */
:root {
  --swiper-wrapper-transition-timing-function: linear !important;
}

.logo-slider {
  pointer-events: none;
}


.logo-slider:after,
.logo-slider:before{
  position: absolute; 
  content: '';
  top: 0;
  left:0;   
  opacity: .9;
  height:100%;
  z-index:5;
  pointer-events: none;
  background:linear-gradient(270deg,rgba(14,14,14,0) 0%,rgba(14,14,14,1) 100%);
  width:240px;
  max-width: 30%;
}  

.logo-slider:after{
  left:unset;
  right:0;
  /*   background:linear-gradient(90deg,rgba(14,14,14,0) 0%,rgba(14,14,14,1) 100%); */
  background: linear-gradient(
    90deg,
    rgba(14,14,14,0) 0%,
    rgba(14,14,14,0.25) 25%,
    rgba(14,14,14,0.5) 50%,
    rgba(14,14,14,0.75) 75%,
    rgba(14,14,14,1) 100%  );


  /*   background:url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/right-mask-logoslider.svg) no-repeat center / cover; */
}


.logo-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.logo-slider {
  padding: 20px 0;
  overflow: hidden;
  position: relative;

}
.logo-slider .swiper-wrapper {
  align-items: center;
}
.logo-slider .swiper-slide {
  width: 160px !important ;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
}
.logo-slider img {
  /*   max-width: 100%;
  max-height: 100%; */
  max-height: 56px;
  max-width: 109px;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  opacity: .7;

}
/* end logo-slider */

/* --- */
.latest-products-grid.row  {
  gap:0;

}
.latest-products-grid.row  .col-latest-product{
  /*   border: 1px solid var(--color-text-mid); */
}
.latest-products-grid .latest-product {
  border: 1px solid var(--color-text-mid);
  margin-left:-1px;
  height: 100%;
  padding: 14px 20px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.latest-products-grid .latest-product__image {

}
.latest-products-grid .latest-product__image img {
  width:100%;
  aspect-ratio: 1.48;
  max-width:100%;
  height:auto;
  object-fit:cover;
}
.latest-products-grid .latest-product-content{
  padding:18px 12px 13px;
  text-align:center;

  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.latest-products-grid .latest-product__title {
  font-size:.889rem;  
  margin-bottom: 1.2em;
}

.latest-products-grid  .latest-product__details {
  display: flex;
  flex-direction: column;
  font-size: clamp(12px, 14 / 1200 * 100vw, 14px)
}

.latest-products-grid .latest-product__price {
  font-size: clamp(22px, 26 / 1200 * 100vw, 26px);
  font-family: inherit;
  font-weight:400;
  margin-bottom: 0;
}

.latest-products-grid .latest-product__price-msrp {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
  text-decoration: line-through;
  color: #777;
}

.latest-products-grid .latest-product__more {
  font-size:.889rem;
  color: var(--color-text-main);
  font-weight:400;
  position:relative;
  overflow:hidden;
  text-align:center;
  display:block;
  transition: all .25s ease;
  padding:10px;
  /*   margin-top: auto; */

}
.latest-products-grid .latest-product__more:after {
  content: '';
  position:absolute;
  top:101%;
  left:0;
  width:100%;
  height:100%;
  background:var(--color-gold);
  z-index:-1;
  transition: all .25s ease;
}

.latest-products-grid .latest-product__more:hover:after {
  top: 0%;

}

.latest-products-grid .latest-product__link {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.latest-products-grid .latest-product__link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  height: 200%;
}

.latest-products-grid .latest-product__link:hover ~ .latest-product__more:after {
  top: 0%;

}

/******* Swiper ********/
.latest-products-grid.row.swiper {
  height: auto;
}
.latest-products-grid.row .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.latest-products-grid.row .swiper-wrapper .col-latest-product {
  width:25%;
  min-width: 308px;
  
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.latest-products-grid.row .swiper-pagination {
  display: flex;
  gap: 4px;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  bottom: -36px;
}

.latest-products-grid.row .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #747474;
}

.latest-products-grid.row .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #747474;
}

@media(min-width: 768px){

  .latest-products-grid.row  .col-latest-product {
    width:25%;
  }

}

@media (max-width: 767px) {
  .latest-products-grid.row.swiper {
    margin-bottom: 30px;
  }
  .latest-products-grid.row .swiper-wrapper .col-latest-product {
    max-width: 308px;
  }
}

@media (max-width: 980px) {
  .latest-products-grid .latest-product__more:after {
    top: 0;
  }
}

/* View All */
.latest-products-grid.row .swiper-wrapper .col-latest-product .latest-product-view-all {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.latest-products-grid.row .swiper-wrapper .col-latest-product .latest-product-view-all:hover .latest-product-view-all-btn .latest-product-view-all-btn-icon:after {
  top: 0;
}

.latest-products-grid.row .swiper-wrapper .col-latest-product .latest-product-view-all:hover .latest-product-view-all-btn > span {
  color: var(--color-gold);
}

.latest-products-grid.row .swiper-wrapper .col-latest-product .latest-product-view-all > span:not(.latest-product-view-all-btn),
.latest-products-grid.row .swiper-wrapper .col-latest-product .latest-product-view-all .hs-web-interactive-inline {
  display: block;
  width: 100%;
  height: 100%;
}

.latest-products-grid.row .swiper-wrapper .col-latest-product .latest-product-view-all .mc-btn {
  width: 100%;
  opacity: 0;
  height: 100%;
  display: block;
  padding: 0;
}

.latest-products-grid.row .swiper-wrapper .col-latest-product .latest-product-view-all .mc-btn:before,
.latest-products-grid.row .swiper-wrapper .col-latest-product .latest-product-view-all .mc-btn:after {
  display: none;
}

.latest-products-grid.row .swiper-wrapper .col-latest-product .latest-product-view-all .latest-product-view-all-btn {
/*   padding: 5px; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-left: 25%;
  box-sizing: border-box;
}

.latest-products-grid.row .swiper-wrapper .col-latest-product .latest-product-view-all .latest-product-view-all-btn > span {
/*   color: #4e4e4e; */
  transition: all 0.25s ease;
  font-weight: 400;
  font-size: 18px;
}

.latest-products-grid.row .swiper-wrapper .col-latest-product .latest-product-view-all .latest-product-view-all-btn .latest-product-view-all-btn-icon {
  display: flex;
  width: 44px;
  height: 44px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #4e4e4e;
  overflow: hidden;
}

.latest-products-grid.row .swiper-wrapper .col-latest-product .latest-product-view-all .latest-product-view-all-btn .latest-product-view-all-btn-icon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 101%;
  left: 0;
  background: var(--color-gold);
  z-index: 0;
  transition: all 0.25s ease;
  z-index: -1;
}

/* --- */

.exp-items .exp-item.row{
  gap: 4%;
  margin:0; 
  padding: 1.9rem 2rem 1.9rem 0;
} 

.exp-items .row:not(:last-child){
  border-bottom: .5px solid var(--color-selected); 
  margin-bottom: 4px;

}

.exp-items .exp-item-title{ 
  text-transform: unset;
  font-size: 1.111rem;
  margin-bottom: .25em;

}
.exp-items .col-icon {
  max-width: 48px;
  flex: 1 0 auto;
}
.exp-items .col-text {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.exp-items .col-text p{
  margin-bottom:0;
}

.exp-items .col-icon img {
  max-width:100%;
  width:100%;
  height:auto;
  aspect-ratio: 1;
  object-fit:contain;
}
@media (max-width:767px){
  .exp-items .exp-item:first-child{
    padding-top:0;
  }
  .exp-items .col-icon {
    margin-bottom: 1rem;
  }

}

.one-line-content .exp-items .exp-item-title {
  margin-bottom: 0;
}

/* --- */

.link-cards-grid {

}
.link-cards-grid .link-card-item {
  border: .5px solid var(--color-selected);
  background: var(--color-bg-main);
}
.link-cards-grid .link-card-item:not(:last-child) {
  margin-bottom: -.5px;
}
.link-cards-grid .link-card__content.row {
  gap:0; 
  overflow:hidden;
  position: relative;
}

.link-cards-grid .link-card__text.col{
  width:50%;
  position: relative;
  z-index: 2;
  padding: 40px 11px 40px 40px;
  margin: auto 0;
}

.link-cards-grid .link-card__image.col{
  width:42%;
  position:relative;

}
.link-cards-grid .link-card__cta.col{
  width:8%;
  max-width:104px;
  min-width:48px;
  /*   flex: 0 0 auto; */
  display:flex;
  align-items:center;
  justify-content:center;
  z-index: 2;

}
.link-cards-grid .link-card__cta.col >*{
  flex: 1 0 auto;
}
.link-cards-grid .link-card__title {
  line-height: 1.12;
  margin-bottom: .32em;

}
.link-cards-grid .link-card__image img {
  height: calc(100% + 2px) !important;
  width:auto;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%) scale(1);
  transition: all 1s ease;
  object-fit:cover;
}
.link-cards-grid .link-card__image:before,
.link-cards-grid .link-card__image:after{
  content: '';
  width:10%;
  height:100%;
  position: absolute;
  z-index:1;
  top:0;
  left: -12px;
  /*   background: linear-gradient(90deg,rgba(14, 14, 14, 1) 0%, rgba(14, 14, 14, 0.64) 65%, rgba(14, 14, 14, 0) 100%); */
  background: linear-gradient(90deg,rgba(14, 14, 14, 1) 0%, rgba(14, 14, 14, 1) 12px, rgba(14, 14, 14, 0.7) 65%, rgba(14, 14, 14, 0) 100%);
}

.link-cards-grid .link-card__image:after{
  left: unset;
  right: -13px; 
  /*   background: linear-gradient(270deg,rgba(14, 14, 14, 1) 0%, rgba(14, 14, 14, 0.64) 65%, rgba(14, 14, 14, 0) 100%); */
  background: linear-gradient(270deg,rgba(14, 14, 14, 1) 0%, rgba(14, 14, 14, 1) 12px, rgba(14, 14, 14, 0.7) 65%, rgba(14, 14, 14, 0) 100%);
}


.link-cards-grid .link-card__content:hover .link-card__image img {
  transform:translate(-50%,-50%) scale(1.05);
}
.link-cards-grid .link-card__cta .mc-arr-btn-square {
  margin-right: auto;
  margin-left: 14px;
}

.link-cards-grid .link-card__cta a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.link-cards-grid .link-card__cta a:hover .mc-arr-btn-square:before {
  top: 0;
}

@media(min-width: 768px){


}

@media (max-width: 980px) {
  .link-cards-grid .link-card__cta.col {
    min-width: 80px;
  }

  .link-cards-grid .link-card__cta .mc-arr-btn-square {
    margin-left: 0;
    margin-right: auto;
  }
}

@media(max-width: 767px){
  .link-cards-grid .link-card__content.row{
    position:relative;
    flex-flow:row nowrap;
  } 
  .link-cards-grid .link-card__image.col{
    position:absolute;
    top:0;
    right:0;
    max-width:100%;
    width:100%;
    height: 100%;
    z-index: 0;

  }
  .link-cards-grid .link-card__image.col img{
    object-position: center left;
    width: 100%;
  }
  .link-cards-grid .link-card__text.col {
    width: 85%;
    padding: 20px 11px 20px 20px;
  }
  .link-cards-grid .link-card__cta.col{
/*     max-width: 80px; */
    max-width: 60px;
    min-width: 40px;
  }
  .link-cards-grid .link-card__image:after{
    opacity:0;
  }
  .link-cards-grid .link-card__image:before{
    width:100%;
    left:0;
    background: linear-gradient(270deg,rgba(14, 14, 14, 1) 0%, rgba(14, 14, 14, 0.65) 50%, rgba(14, 14, 14, 1) 100%);
  }
}

/* Socials Tabs */
.socials-our-community-section .row1 {
  margin-bottom: 1.8rem;
}
.socials-section-title {
  text-align:center;
}
.social-tabs {
  width: 100%;

  --tabs-count: 4;
  --tabs-nav-width: 87px;
  --tabs-content-height: 522px;
  --tabs-content-active-count: 0;
}

@media (max-width: 981px) {
  .social-tabs {
    --tabs-nav-width: 55px;
  }
}

.social-tabs .social-tabs-container {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  position: relative;
  /*   min-height: 522px; */
  min-height: var(--tabs-content-height);
}

.social-tabs .social-tabs-container .left-tabs,
.social-tabs .social-tabs-container .right-tabs {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
}

.social-tabs .tab-nav-label {
  font-size:.889rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  height: 100%;
  /*   padding: 22px; */
  /*   padding: 22px 33.5px; */
  padding: 22px 10px 2px;
  position: relative;
  transition: all .3s linear;
  min-width: var(--tabs-nav-width);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.social-tabs .tab-nav-label .tab-nav-icon {
  transform: rotate(-90deg);
}

.social-tabs .tab-content-wrap .tab-content-icon img {
  width: 35px;
  object-fit: contain;
}

.social-tabs .tab-nav-btn{
  position: absolute;
  top: 12px;
  left: 50%;
  width: 1.5em;
  height: 1.5em;
  transform: translateX(-50%);
}

.social-tabs .tab-nav-btn .icon-expand::before,
.social-tabs .tab-nav-btn .icon-expand::after {
  content: '';
  position: absolute;
  background-color: var(--color-text-main);
  width: 1px;
  height: 24px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s linear;
}

.social-tabs .tab-nav-btn .icon-expand::after {
  width: 24px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.social-tabs .tab-item {
  display: flex;
  transition: all .3s ease;
  border-left: 0.5px solid var(--color-text-mid);
}
.social-tabs .tab-item:last-child {
  border-right: 0.5px solid var(--color-text-mid);
}

.social-tabs .tab-item.active {
  /*   border-left: 1px solid var(--color-gold); */
}
.social-tabs .tab-nav {
  display:flex;
  overflow:hidden; 
  flex: 1 0 auto;
  max-width: 100vw;
  opacity: 1;
  /*   transition: all 0.2s ease; */
}

.social-tabs .tab-nav-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  cursor: pointer;
  user-select: none;
  max-width:100vw;

}

.social-tabs .tab-nav-inner:hover .tab-nav-label {
  color: var(--color-gold);
}

.social-tabs .tab-nav-inner:hover .tab-nav-btn .icon-expand::before,
.social-tabs .tab-nav-inner:hover .tab-nav-btn .icon-expand::after {
  background-color: var(--color-gold);
}

.social-tabs .tab-item.active .tab-nav{
  /*   max-width:100vw; */
  /*   max-width: 0; */
  /*   opacity: 0; */
}

.social-tabs .tab-nav img {
  width: 24px;
  height: 24px;
}

.social-tabs .tab-content-wrap {
  position: absolute;
  left: calc(var(--tabs-content-active-count) * var(--tabs-nav-width));
  top: 0;
  min-height: var(--tabs-content-height);
  height: 100%;
  width: calc(100% - ((var(--tabs-count) - 1) * var(--tabs-nav-width)));
  border-left: 1px solid var(--color-gold);
  border-right: 0.5px solid var(--color-text-mid);
  background-color: var(--color-border-dark);
  transition: all 0.4s linear;
}

.social-tabs .tab-content-row {
  /*   position: relative; */

}

.social-tabs .tab-content {
  animation: fadeIn 0.3s ease;
  /*   display:none; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s linear;
  opacity: 0;
}

.social-tabs .tab-content.active {
  opacity: 1;
  z-index: 1;
}

.social-tabs .tab-content .mc-btn {
  padding: 11px 17px;
  text-transform: capitalize;
  font-size: clamp(14px,16/1300*100vw,16px);
  transition: all .3s linear;
}

.social-tabs .tab-content .mc-btn:hover {
  transform: translateX(8px);
}

.social-tabs .tab-content-inner {
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
  padding: 26px min(5vw, 3.556rem) 20px;
  overflow: hidden;
  min-height: 0;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  height: 100%;
}

.social-tabs .tab-item.active .tab-content {
  display:block;
}

.social-tabs .tab-content-title {
  display:flex;
  flex-flow:row nowrap;
  align-items:center;
  line-height:1;
  margin-bottom: 22px;
  gap:10px;
}

.social-tabs .tab-header {
  flex: 1;
}

.social-tabs .tab-header h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
  line-height:1;
  font-size: 26px;
  color: var(--color-bg-gray-light);
  text-transform: unset;
}

.social-tabs .tab-content-desc {
  margin-bottom:2rem;
}
.social-tabs .tab-feed {
  /*   min-height: 140px; */
}

.social-tabs .tab-feed .feed-img-row {
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20% 4%;
  overflow-x: auto;
  width: 100%;
}

.social-tabs .tab-feed .feed-img-row::-webkit-scrollbar-track {
  background-color: var(--color-bg-main);
  border-radius: 6px;
}

.social-tabs .tab-feed .feed-img-row::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: var(--color-bg-main);
  border-radius: 6px;
}

.social-tabs .tab-feed .feed-img-row::-webkit-scrollbar-thumb {
  background-color: var(--color-gold);
  border-radius: 6px;
}

.social-tabs .tab-feed .feed-img-row .feed-img {
  min-width: calc(16.66% - (4% * 5 / 6));
}

.social-tabs .youtube .tab-feed .feed-img-row .feed-img,
.social-tabs .facebook .tab-feed .feed-img-row .feed-txt {
  min-width: calc(33.33% - 4%);
}

.social-tabs .facebook .tab-feed .feed-img-row .feed-txt {
  position: relative;
  padding: 30px 20px;
  border: 1px solid var(--color-text-mid);
}

.social-tabs .facebook .tab-feed .feed-img-row .feed-txt > div *:last-child {
  margin-bottom: 0;
}

.social-tabs .facebook .tab-feed .feed-img-row .feed-txt p {
  margin-bottom: 0.4em;
  font-size: 16px;
}

.social-tabs .facebook .tab-feed .feed-img-row .feed-txt p em {
  font-size: 13px;
  font-style: normal;
  color: var(--color-bg-gray-light);
}

.social-tabs .facebook .tab-feed .feed-img-row .feed-txt:before {
  content: '';
  width: 12px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3E%3Cpath d='M4.48438 2.25H8.14062V1.23438C8.14062 0.904297 8.39453 0.625 8.75 0.625C9.08008 0.625 9.35938 0.904297 9.35938 1.23438V2.25H10.375C11.2637 2.25 12 2.98633 12 3.875V12C12 12.9141 11.2637 13.625 10.375 13.625H2.25C1.33594 13.625 0.625 12.9141 0.625 12V3.875C0.625 2.98633 1.33594 2.25 2.25 2.25H3.26562V1.23438C3.26562 0.904297 3.51953 0.625 3.875 0.625C4.20508 0.625 4.48438 0.904297 4.48438 1.23438V2.25ZM1.84375 12C1.84375 12.2285 2.02148 12.4062 2.25 12.4062H10.375C10.5781 12.4062 10.7812 12.2285 10.7812 12V5.5H1.84375V12Z' fill='%238C8C8C'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.social-tabs .tab-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  /*   margin-top: 2rem; */
  margin-top: 1.65rem;
  position: relative;
}

.social-tabs .footer-col {
  flex: 1;
}

.social-tabs .footer-col:first-child {
  padding-right: 180px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.social-tabs .footer-col .static-profile-img {
  width: 84px;
  height: 84px;
}

.social-tabs .footer-col .static-profile-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.social-tabs .footer-col .static-profile-info-title {
  font-weight: 400;
  font-size: 20px;
}

.social-tabs .footer-col .static-profile-info-stat {
  display: flex;
  flex-direction: row;
  gap: 5px 0;
  flex-wrap: wrap;
  font-size: 16px;
  color: var(--color-bg-gray-light);
}

.social-tabs .footer-col .static-profile-info-stat span:not(:last-child) {
  padding-right: 20px;
  position: relative;
}

.social-tabs .footer-col .static-profile-info-stat span:not(:last-child):after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-bg-gray-light);
  position: absolute;
  right: 8px;
  top: .6em;
}

.social-tabs .footer-col:last-child {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .social-tabs {
    --tabs-content-height: 200px;
  }
  .social-tabs .tab-feed .feed-img-row .feed-img {
    min-width: 28%;
  }

  .social-tabs .youtube .tab-feed .feed-img-row .feed-img {
    min-width: 45%;
  }
  
  .social-tabs .facebook .tab-feed .feed-img-row .feed-txt {
    min-width: 85%;
  }
  
  .social-tabs .footer-col .static-profile-img {
    width: 64px;
    height: 64px;
  }

  .social-tabs .tab-footer {
    flex-direction: column;
  }

  .social-tabs .footer-col:first-child {
    padding-right: 0;
  }

  .social-tabs .footer-col:last-child {
    position: relative;
    transform: none;
    top: auto;
  }
}

@media (max-width: 700px) {
  .social-tabs .social-tabs-container {
    flex-direction: column;
    height: calc((var(--tabs-count) - 1) * var(--tabs-nav-width) + var(--tabs-content-height));
  }
  .social-tabs .social-tabs-container .left-tabs,
  .social-tabs .social-tabs-container .right-tabs {
    flex-direction: column;
  }

  .social-tabs .tab-content-wrap {
    height: auto;
  }

  .social-tabs .tab-item {
    border-top: 0.5px solid var(--color-text-mid);
    border-left: none;
  }

  .social-tabs .tab-item:last-child {
    border-bottom: 0.5px solid var(--color-text-mid);
    border-right: none;
  }

  .social-tabs .tab-nav-inner {
    writing-mode: horizontal-tb;
    text-orientation: inherit;
    width: 100%;
  }

  .social-tabs .tab-nav-label {
    padding: 10px 0;
    width: 100%;
    min-height: var(--tabs-nav-width);
  }

  .social-tabs .tab-nav-btn {
    transform: translateX(0) translateY(-50%);
    right: 0;
    left: auto;
    top: 50%;
  }

  .social-tabs .tab-content-wrap {
    width: 100%;
    top: calc(var(--tabs-content-active-count) * var(--tabs-nav-width));
    left: 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--color-gold);
    border-bottom: 0.5px solid var(--color-text-mid);
  }

  .social-tabs .tab-content-inner {
    padding: 26px 0;
  }

  .social-tabs .tab-nav-label .tab-nav-icon {
    transform: none;
  }
}

/* End Socials Tabs */

/* --- */
.mc-social-links-mod .mc-social-links-wrapper {
  display:flex;
  flex-flow: row nowrap;
  justify-content: flex-end; 
  gap: 1.25rem;
  margin: 0;
}

.mc-main-footer-landing .mc-social-links-mod .mc-social-links-wrapper {
  justify-content: center;
}

.mc-social-links-mod .mc-social-links-wrapper li {
  margin: 0;

}
.mc-social-links-mod .mc-social-link{
  padding: .15rem;
  margin-right: -0.15rem;  
}
.mc-social-links-mod .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.167rem;   
  height: 1.167rem; 
}
.mc-social-links-mod .social-icon {}

.mc-social-links-mod .social-icon svg path{
  transition: all .3s ease;

} 
.mc-social-links-mod .mc-social-link:hover svg path{
  fill: var(--color-gold);

}

.mc-social-links-mod .social-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* --- */
.mc-page__scroll-up{
}
.mc-page__scroll-up .mc-scroll-up-btn {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  right: 2vh;
  bottom: 2vh;
  z-index: 99;
  background: var(--color-bg-main) !important;

}
.mc-page__scroll-up.is-visible .mc-scroll-up-btn {
  pointer-events: auto;
  opacity: 1;
}

.mc-page__scroll-up .mc-scroll-up-btn:before {
  /*   top:0; */
}
.mc-page__scroll-up .mc-scroll-up-btn:after {
  transform: translate(-50%, -50%) rotateZ(-90deg);
}

@media (max-width: 900px) {
  .mc-social-links-mod .mc-social-links-wrapper {
    justify-content: center;
  }
}

@media (max-width: 980px) {
  .mc-showroom-single .mc-page__scroll-up .mc-scroll-up-btn {
    bottom: 100px;
  } 
}

/* --- */


/*  faq-mod */
.section-faq .inner .row h2 {
  font-size: clamp(38px, 60 / 1200 * 100vw, 60px);
  line-height: 1;
}

.section-faq .inner .row {
  align-items: flex-start;
}

.section-faq .inner .row .col-2-2 {
  /*padding-top: 11px;*/
}

@media (min-width: 767px) {
  .section-faq .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-faq .inner:last-child {
    padding-bottom: 110px;
  }
  .section-faq .inner .row .col-1-2 {
    flex: 40.8%;
  }

  .section-faq .inner .row .col-2-2 {
    flex: 60.2%;
  }
  
  .section-faq .inner .row h2 {
    font-size: clamp(36px, 60 / 1300 * 100vw, 60px);
  }
}

.faq-mod {
  width: 100%;
  display: flex;
  justify-content: center;
}

.faq-mod .faq-mod__row {
  width: 100%;
  margin: 0 ;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-mod .faq-mod__item {
  margin: 0;
  padding: 21.7px 0;
  border-bottom: .5px solid var(--color-selected);
}

.faq-mod .faq-mod__item:not(.faq-mod__item-title):first-child {
  border-top: .5px solid var(--color-selected);
}

.faq-mod .faq-mod__item.faq-mod__item-title:first-child {
  padding-top: 0;
}

.faq-mod .faq-mod__item.faq-mod__item-title {
  padding-top: 48px;
}

.faq-mod .faq-mod__header {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  transition: background 0.17s;
}
.faq-mod .open .faq-mod__header {

}


.faq-mod .faq-mod__header:hover .faq-mod__title {
  color: var(--color-gold);
}

.faq-mod .faq-mod__header.not-hover {
  cursor: auto;
}

.faq-mod .open .faq-mod__header.not-hover .faq-mod__title {
  color: var(--color-text-main);
}

.faq-mod .faq-mod__header.not-hover:hover .faq-mod__title {
  color: var(--color-text-main);
}

.faq-mod .faq-mod__header.not-hover .faq-mod__toggle-icon {
  opacity: 0;
}


.faq-mod .faq-mod__title:not(.faq-mod__title-group) {
  display: block;
  font-size: 16px!important;
  font-weight: 400!important;
  color: #222;
  margin : 0 16px 0 0;
  transition: all .2s ease;
  background: none;
  color: #fff;
  font-family: "Riviera Nights";
  -webkit-text-fill-color: inherit;
  letter-spacing: 1.6px;
}

.faq-mod .faq-mod__title-group {
  margin: 0;
  font-size: clamp(22px, 28 / 1700 * 100vw, 28px);
}

.faq-mod .open .faq-mod__title {
  color: var(--color-gold);
}



.faq-mod .faq-mod__toggle {
  display: flex;
  align-items: center;
  width: 44px;
  justify-content:flex-end;
}

.faq-mod .faq-mod__toggle-icon {
  font-weight: 400!important;
  display: block;
  font-size: 28px;
  line-height: 0;
  color: #6A6B6C;
  transition: all .2s ease;
}

.faq-mod .faq-mod__toggle-icon.collapse-sign {
  display: none;
}

.faq-mod .faq-mod__toggle-icon.expand-sign-hover {
  display: none;
}

.faq-mod .faq-mod__header:hover .faq-mod__toggle-icon.expand-sign-hover {
  display: block;
}

.faq-mod .faq-mod__header:hover .faq-mod__toggle-icon.expand-sign {
  display: none;
}

.faq-mod .faq-mod__item.open .faq-mod__toggle-icon.expand-sign {
  display: none;
}
.faq-mod .faq-mod__item.open .faq-mod__toggle-icon.collapse-sign {
  display: block;
}

.faq-mod .faq-mod__item.open .faq-mod__header:hover .faq-mod__toggle-icon.expand-sign-hover {
  display: none;
}

.faq-mod .faq-mod__item.open .faq-mod__toggle-icon.expand-sign-hover {

}

.faq-mod .faq-mod__content {
  /*   padding: 20px 16px ;
  border-top: unset;
  background: #fff;
  font-size: 16px;
  color: #3F4142; */
  /*   max-height: 0; */
  /*   transition: all .7s ease; */
}

.faq-mod .faq-mod__content ul {
  list-style: disc;
}

.faq-mod .faq-mod__content ul li::marker {
  color: var(--color-gold);
}

.faq-mod .open .faq-mod__content,
.faq-mod .open .faq-mod .faq-mod__content-inner {
  /*   max-height: 500px; */
}

.faq-mod .faq-mod__content-inner {
  /*   padding: 20px 16px ; */
  margin-top: 10px;
  padding-right: 44px;
  border-top: unset;
  font-size: 16px;
  /*   background: #fff; */
  /*   font-size: 18px; */
  color: #fff;
  /*   max-height: 0; */
  /*   transition: all .7s ease; */
}

.faq-mod .faq-mod__content-inner .hs_cos_wrapper div > *:last-child {
  margin-bottom: 0;
}

.faq-mod .faq-mod__item.open .faq-mod__content {
  /*   display:block; */
}
.faq-mod .faq-mod__item.open .faq-mod__content p ,
.faq-mod .faq-mod__item.open .faq-mod__content li,
.faq-mod .faq-mod__item.open .faq-mod__content a {
  color:inherit;

}
.faq-mod .faq-mod__item.open .faq-mod__content a {
  text-decoration:underline !important;
  /*   text-decoration-color: #3F4142; */
  transition: all .2s ease;
}
.faq-mod .faq-mod__item.open .faq-mod__content a:hover {
  color: var(--color-gold-hover);
}


@media (max-width: 767px) {
  .faq-mod {
    /*     padding-top:30px; */
  }
  .faq-mod .faq-mod__row {
    max-width: 100%;
    /*     padding: 0 6px; */
  }
  .faq-mod .faq-mod__header,
  .faq-mod .faq-mod__item.open .faq-mod__content,
  .faq-mod .faq-mod__content {
    /*     padding-left: 14px; */
    /*     padding-right: 14px; */
  }
}
@media (max-width: 480px) {
  .faq-mod .faq-mod__header {
    font-size: 16px;
    /*     padding: 14px 8px; */
  }
  .faq-mod .faq-mod__content,
  .faq-mod .faq-mod__item.open .faq-mod__content {
    font-size: 16px;
  }
}

/* end faq-mod */

/* Mobile Sticky CTA */

.sticky-cta-section-wrap {
  background-color: var(--color-bg-alt);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  transform: translateY(100%);
  opacity: 0;
  transition: .8s ease-in-out;
}

.sticky-cta-section-wrap.visible {
  transform: translateY(0);
  opacity: 1;
}

.sticky-cta-section-wrap .sticky-cta-section {
  
}

.sticky-cta-section-wrap .sticky-cta-section .inner {
  padding: 13px 0;
}

.sticky-cta-section-wrap .sticky-cta-section .inner .row {
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .sticky-cta-section-wrap {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body.has-sticky-cta .hs_cos_wrapper_type_cta:not(.begin-your-journey-cta-section .hs_cos_wrapper_type_cta, .sticky-cta-section-wrap .hs_cos_wrapper_type_cta),
  .section-cta {
    display: none !important;
  }
  
  body.has-sticky-cta .mc-main-footer .footer-section > .inner {
    padding-bottom: 100px;
  }
}
/* global sections */

/* --- */

.client-testimonials-section  {
  text-align:center;
}
.client-testimonials-section .row1 {
  margin-bottom: 2rem;
}
.client-testimonials-section .row2 {
  max-width: 792px;
}
.client-testimonials-section .mc-testimonials {
  position:relative;
  padding-top:3.4rem;
}
.client-testimonials-section .mc-testimonials:before  {
  content: '';
  position:absolute;
  top:0;
  z-index:-1;
  left:50%;
  transform:translateX(-50%);
  background: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/icons/quote-sign.svg) no-repeat center / contain;
  width:1.611rem;
  height:1.611rem
}
.client-testimonials-section .mc-testimonials__swiper {
  padding-bottom: 2rem;
}
.client-testimonials-section .mc-testimonials__footer {
  display:flex; 
  flex-flow: row wrap;
  max-width: 588px;
  gap: 5%;
  width: 100%;
  margin: 0 auto; 
  align-items: center;
}
.client-testimonials-section .mc-testimonials__divider {
  height: 1px;
  background:var(--color-selected);
  flex: 1 1 auto;
}
.client-testimonials-section .mc-testimonials__controls {
  flex:1 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content:space-between;
  max-width: 97px;
  gap:9px;
}
.client-testimonials-section .mc-testimonials__controls button {
  margin: 0;
}
.client-testimonials-section .mc-testimonial__text {
  border:unset;
  padding: 0;
  margin:0 auto 1rem;
  font-size: clamp(18px, 24 / 1200 * 100vw, 24px);
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 5; 
  -webkit-box-orient: vertical;
  overflow: hidden;

}
.client-testimonials-section .mc-rating__row {
  gap: 14px;
  justify-content: center;
  align-items:center;
}
.client-testimonials-section .mc-testimonial__text * {
  font-size:inherit;
  margin-bottom:0;
}
.client-testimonials-section .mc-rating__number,
.client-testimonials-section .mc-rating__label,
.client-testimonials-section .mc-rating__reviews {
  color: var(--color-text-main);
  transition: all .3s ease;
}
.client-testimonials-section .mc-testimonial__rating a{
/*   display: block; 
  margin: 0 auto;
  max-width: max-content; */
}

.client-testimonials-section .mc-testimonial__rating a:hover {
  color: var(--color-gold)
}
.client-testimonials-section .mc-testimonial__rating a:hover .mc-rating__number, 
.client-testimonials-section .mc-testimonial__rating a:hover .mc-rating__label, 
.client-testimonials-section .mc-testimonial__rating a:hover .mc-rating__reviews {
  color: var(--color-gold) ;
}
.client-testimonials-section .mc-testimonial__author {
  margin-bottom: 2.4em;
}
.client-testimonials-section .mc-rating__label {
  font-size: .778rem;
  font-weight: 400;
  margin-bottom: .5rem;
}
.client-testimonials-section .mc-rating__number {
  font-size: .778rem;
  font-weight: 400;
}
.client-testimonials-section .mc-rating__reviews {
  font-size: .667rem;
  font-weight: 400;
}
@media (max-width: 767px){
  .client-testimonials-section .mc-testimonial__text {
    -webkit-line-clamp: 5; 

  }
}

/* --- */

.begin-your-journey-cta-section .row {
  text-align: center;
} 
.begin-your-journey-cta-section .row1 {
  max-width:980px;  
  margin-bottom: 1.8rem;

}
.begin-your-journey-cta-section .row2>.col1 {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.begin-your-journey-cta-section .row2>.col2 {
  aspect-ratio: 556 / 334;
  
  position:relative;
    overflow: hidden;
}

.begin-your-journey-cta-section .row2>.col2 img {
    position:absolute;
    top:0;
    left:0;
    width:100%!important;
    height:100%!important;
    max-width:100%;
    object-fit: cover;
    z-index:1;
  }

.begin-your-journey-cta-section .contact-text {
  font-size: clamp(19px, 22 / 1200 * 100vw, 22px);
  margin-bottom: 3.2rem;
  
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.begin-your-journey-cta-section .contact-text p{
  font-size: inherit;
}
.begin-your-journey-cta-section .contact-text p:last-child {
  margin-bottom:0;
}



.schedule-appointment-wrapper {
  position: relative;
  display: inline-block;
}

.showroom-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.appointment-dropdown, .showroom-dropdown {
    display: none;
    position: absolute;
    top: 100%;
/*     left: 50%; */
    left: 0;
/*     transform: translateX(-50%); */
    border-radius: 8px;
    margin-top: 16px;
    z-index: 999;
    min-width: max-content;
    overflow: hidden;
    background-color: #0E0E0E;
    overflow: hidden;
    text-align: left;
}

.appointment-dropdown a, .showroom-dropdown a {
/*   font-size: 16px; */
  font-size: 14px;
}

.appointment-dropdown.active, .showroom-dropdown.active {
   display: block;
}

.dropdown-item a {
  padding: 10px 16px;
  cursor: pointer;
}

.dropdown-item  .hs-web-interactive-inline {
  display: flex;
}


@media (min-width: 768px) {
  .begin-your-journey-cta-section .inner {
    padding-top: 0; 
  }
  
  .begin-your-journey-with-confidence.pt .inner, .page-197865147738 .begin-your-journey-cta-section .inner   {
    padding: 110px 0;
  }
  
  .begin-your-journey-cta-section .row.row2-1 {
    max-width: 575px;
  }
  
  .begin-your-journey-cta-section .row2 {gap: 0;}

/*   .begin-your-journey-cta-section .row2>.col2 img {
    position:absolute;
    top:0;
    left:0;
    width:100%!important;
    height:100%!important;
    max-width:100%;
    object-fit: cover;
    z-index:1;
  } */

  .begin-your-journey-cta-section .row2>.col2 {
    width:46.5%;
/*     position:relative;
    overflow: hidden; */
  }
  .begin-your-journey-cta-section .row2>.col1 {
    border: 1px solid var(--color-selected);
    border-right-width: 0;
    position:relative;
    padding:     min(5vw, 64px) min(5vw, 33px) min(5vw, 66px) min(5vw, 54px);
    width: 53.5%;
  }
  .begin-your-journey-cta-section .row2>.col1:before,
  .begin-your-journey-cta-section .row2>.col1:after {
    position: absolute;
    content: '';
    background: var(--color-selected);
    height: 100%;
    width:1px ;
    top:0;
    left:10px; 
  }
  .begin-your-journey-cta-section .row2>.col1:after {
    left:20px; 
  }



}

@media (max-width: 767px ){
  .begin-your-journey-cta-section .row1 {
    margin-bottom:0;
  }
  .begin-your-journey-cta-section .row2>.col1{
    padding:0 0 25px;
  }
  .begin-your-journey-cta-section .row.row2-1{
    gap:1.5rem;
  }
  .begin-your-journey-cta-section .contact-text{
    margin-bottom:2rem;
  }
  .begin-your-journey-cta-section .row2 .col2 img {
    margin:0 auto;
  }

}

/* --- */

.logo-slider-section .inner{
  padding: 0 0;
  background: #0e0e0e;
}

.logo-slider.swiper.swiper-loading {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s linear;
}

.logo-slider.swiper.swiper-ready {
  opacity: 1;
  visibility: visible;
}

/* --- */

.subpage-title-section {
  text-align:center;
  overflow:visible;
  z-index: 0;
}
.subpage-title-section .inner {
/*   padding: 107px 0 80px; */
  padding: 7% 0 5%;
}
@media (max-width: 980px){
  .subpage-title-section .inner {
    padding: 80px 0;
  }
}

.subpage-title-section .section-header {
  margin: 0 auto;
  max-width: 900px;
}

.subpage-title-section .section-title {
/*   margin-bottom: 0.18em; */
  margin-bottom: 0;
}

.subpage-title-section .section-title:not(:last-child) {
  margin-bottom: 50px;
}

.subpage-title-section .section-cta {
   margin-top: 50px;
}

.subpage-title-section .section-intro p:last-child {
  margin-bottom: 0;
}

.subpage-title-section-second .section-title {
  margin-bottom: 0.9rem;
}

.subpage-title-section-second .section-subtitle {
  margin-bottom: 0.9rem;
/*   font-family:"Cormorant Upright", serif; */
  font-family:"Bosca", serif;
/*   font-size: clamp(22px, 28 / 1700 * 100vw, 28px); */
  font-size: clamp(22px, 26 / 1700 * 100vw, 26px);
}

.subpage-title-section-second .section-intro p {
  color: var(--color-bg-gray-light);
}

.subpage-title-section-second .section-title-logo {
  display: flex;
  justify-content: center;
}

.subpage-title-section-second .section-title-logo img {
  max-width: 80vw;
}

.subpage-title-section .section-intro * {
  line-height: 150%;
}

.subpage-title-section .section-intro ul {
  display: flex;
  justify-content: center;
  gap: 4rem;
  list-style: none;
  margin: 4rem 0 0;
  padding: 0;
}

.subpage-title-section .section-intro ul li {
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}

.subpage-title-section .section-intro ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.5em;
  background-color: rgba(183, 155, 93, 0.4);
}

.subpage-title-section .section-intro ul li h3 {
  margin: 0;
}

.subpage-title-section .section-intro .mc-btn {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .subpage-title-section .section-intro ul {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .subpage-title-section .section-intro ul li {
    padding-bottom: 1rem;
  }

  .subpage-title-section .section-intro ul li:not(:last-child)::after {
    right: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(50%);
    width: 80%;
    height: 1px;
    background-color: rgba(183, 155, 93, 0.5);
  }
}


/* Section-Before After Slider */
.section-before-after-slider {
  position: relative;
}

.section-before-after-slider .before-after-col-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-before-after-slider .before-after-col-content .section-cta {
/*   margin: 0 0 1.2em 1.2em; */
}
.section-before-after-slider .before-after-col-content ul {
  list-style: disc;
  margin: 0 0 1.2em 1.2em;
}

.section-before-after-slider .before-after-col-content ul li::marker {
  color: var(--color-gold);
}

.section-before-after-slider.content-left .row {
  flex-direction: row-reverse;
}

.section-before-after-slider.content-top .row {
  flex-direction: column-reverse;
}

.section-before-after-slider .ba-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}

.section-before-after-slider .ba-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-before-after-slider .ba-before {
  z-index: 1;
}

.section-before-after-slider .ba-after {
  z-index: 2;
  clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
  will-change: clip-path;
}

.section-before-after-slider .ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 3;
  cursor: ew-resize;
  touch-action: none;
}

.section-before-after-slider .ba-handle-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
}

.section-before-after-slider .ba-handle-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.section-before-after-slider .ba-handle-circle:before,
.section-before-after-slider .ba-handle-circle:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.section-before-after-slider .ba-handle-circle:before {
  left: 8px;
  transform: translateY(-50%) rotate(225deg);
}

.section-before-after-slider .ba-handle-circle:after {
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  .section-before-after-slider.content-left .row {
    flex-direction: column-reverse;
  }

  .section-before-after-slider .before-after-col-content {
    margin-top: 40px;
  }
}
/* End Section-Before After Slider */

/* section-2col */
.section-2col.content-right .row {
  flex-direction: row-reverse;
}
/* End section-2col */

/* --- */

.ready-make-yours-section {
  text-align:center;
}
.ready-make-yours-section.vector-m.vector-m-right-skew:before{
  max-width: 590px;
  right: -27.5%;
  top: 8%;
  width: 50vw;
}

.ready-make-yours-section .inner>.row1{
  max-width: 792px;
}
.ready-make-yours-section .inner>.row1 h2 {
  font-size: clamp(30px, 38 / 1200 * 100vw, 38px);
  margin-bottom: .4em;

}
.ready-make-yours-section .inner>.row2 {
  position: relative;
  max-width:792px;
  padding:min(10vw, 4.5rem) 1.25rem min(10vw, 4.5rem) calc(1.25rem + 20px);
  border: 1px solid var(--color-selected);
  justify-content: center;
  background: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/bg-grad.png) no-repeat center bottom / cover;
}
.ready-make-yours-section .inner>.row2:before,
.ready-make-yours-section .inner>.row2:after {
  content: '';
  background: var(--color-selected);
  height: 100%;
  width: 1px;
  position: absolute;
  top:0;
  left:10px;
  z-index: 1;  
}
.ready-make-yours-section .inner>.row2:after {
  left:20px;
}
.ready-make-yours-section .row2>.col {
  max-width: 620px;
}
.ready-make-yours-section .row2 .row1{
  margin-bottom:2rem;
  font-size: clamp(18px, 22 / 1200 * 100vw, 22px);
}
.ready-make-yours-section .row2 .row1 * {
  color: var(--color-bg-gray-light);
}


/* Landing Title Section */
.subpage-title-section.landing-title-section {
  z-index: 10;
}

.subpage-title-section.landing-title-section .section-cta-landing {
  margin-top: 50px;
}

.subpage-title-section.landing-title-section .inner.inner-main {
  padding: 7% 0 209px;
  background-color: #1A1A1A;
}

.subpage-title-section.landing-title-section .inner.inner-second {
  padding: 0 0 110px;
}

.subpage-title-section.landing-title-section .inner.inner-second .row {
  margin-top: -137px;
  background-color: var(--color-bg-main);
  border: 1px solid #484848;
}

.subpage-title-section.landing-title-section .inner.inner-second .row .col {
  padding: 40px;
  max-width: 1260px;
  text-align: left;
}

@media (max-width: 980px) {
  .subpage-title-section.landing-title-section .inner.inner-main {
    padding: 80px 0 209px;
  }
  .subpage-title-section.landing-title-section .inner.inner-second {
    padding: 0 0 110px;
  }
}

@media (max-width: 767px) {
  .subpage-title-section.landing-title-section .inner.inner-second .row .col {
/*     padding: 40px 20px; */
  }
  
  .subpage-title-section.landing-title-section .inner.inner-second {
    padding: 0 0 50px;
  }
  
  .subpage-title-section.landing-title-section .form-row .section-title {
    text-align: center;
  }
  
  .subpage-title-section.landing-title-section form.hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow .hsfc-NavigationRow__Buttons {
    justify-content: center;
  }
}

.page-200952730168 .subpage-title-section.landing-title-section .inner.inner-main .section-intro {
  max-width: 566px;
  margin-left: auto;
  margin-right: auto;
}

.page-200952750436 .subpage-title-section.landing-title-section .inner.inner-main .section-intro {
  max-width: 798px;
  margin-left: auto;
  margin-right: auto;
}

/* --- */

/* Landing Intro */
.section-service-intro.section-service-landing .inner .row {
  margin-bottom: 0;
  max-width: 1300px;
}

.section-service-intro.section-service-landing .inner .row .exp-items {
  padding: 40px 40px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 32px;
}

/* .section-service-intro.section-service-landing .inner .row .exp-items.cols-3 {
  grid-template-columns: repeat(3, 1fr);
} */

.section-service-intro.section-service-landing .inner .row .exp-items .exp-item {
  padding: 1.2rem 0;
  border-bottom: .5px solid var(--color-selected);
  flex-direction: row;
  flex-wrap: nowrap;
}

.section-service-intro.section-service-landing .inner .row .exp-items .exp-item .col-icon {
  margin-bottom: 0;
}

@media (min-width: 981px) {
  .section-service-intro.section-service-landing .inner .row .exp-items.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .section-service-intro.section-service-landing .inner .row .exp-items {
    padding: 40px 0 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.landing-cta-section .section-before-after-slider .ba-slider {
  height: 100%;
}

.landing-cta-section.begin-your-journey-cta-section .row1 {
  max-width: 1100px;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* Contact Intro Section */
.section-contact-intro .inner {
  padding-top: 0;
}

.section-contact-intro .row {
  padding: 260px 20px 20px;
}

.section-contact-intro .row .col {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.section-contact-intro .section-contact-intro-contact-list {
  background: rgba(14, 14, 14, 0.84);
  backdrop-filter: blur(15px);
  padding: 40px !important;
}

.section-contact-intro .section-contact-intro-contact-list h2 {
  margin-bottom: 12px;
  text-transform: none;
  color: var(--color-gold);
  font-family: "Riviera Nights";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  background: none;
  background-clip: inherit;
  -webkit-text-fill-color: var(--color-gold);
}

.section-contact-intro .section-contact-intro-contact-list .section-contact-intro-contact-list-item {
  line-height: 1.4;
}

.section-contact-intro .section-contact-intro-contact-list .section-contact-intro-contact-list-item a {
  color: var(--color-bg-gray-light);
}

.section-contact-intro .section-contact-intro-contact-list .section-contact-intro-contact-list-item a:hover {
  color: var(--color-gold-hover);
}

.section-contact-intro .section-contact-intro-contact-list-item.address {
  max-width: 200px;
}

.section-contact-intro .section-contact-intro-contact-list-item.address:not(:last-child) {
  margin-bottom: 14px;
}

.section-contact-intro .section-contact-intro-contact-list-item.phone {

}

.section-contact-intro .section-contact-intro-contact-list-item.email {

}

.section-contact-intro .section-contact-intro-contact-list-item.phone:not(:last-child),
.section-contact-intro .section-contact-intro-contact-list-item.email:not(:last-child) {
  margin-bottom: 7px;
}

.section-contact-intro .section-contact-intro-contact-list-item.phone a,
.section-contact-intro .section-contact-intro-contact-list-item.email a {
  position: relative;
  padding-left: 26px;
}

.section-contact-intro .section-contact-intro-contact-list-item.phone a:before,
.section-contact-intro .section-contact-intro-contact-list-item.email a:before {
  content: '';
  position: absolute;
  left: 0;
  /*   top: 2px; */
  bottom: 0;
  width: 14px;
  height: 18px;
}

.section-contact-intro .section-contact-intro-contact-list-item.phone a:before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9727 11.332L13.3164 14.0938C13.2344 14.5039 12.9062 14.7773 12.4961 14.7773C5.60547 14.75 0 9.14453 0 2.25391C0 1.84375 0.246094 1.51562 0.65625 1.43359L3.41797 0.777344C3.80078 0.695312 4.21094 0.914062 4.375 1.26953L5.66016 4.25C5.79688 4.60547 5.71484 5.01562 5.41406 5.23438L3.9375 6.4375C4.86719 8.32422 6.39844 9.85547 8.3125 10.7852L9.51562 9.30859C9.73438 9.03516 10.1445 8.92578 10.5 9.0625L13.4805 10.3477C13.8359 10.5391 14.0547 10.9492 13.9727 11.332Z' fill='%23DCDCDC' transform='matrix(1, 0, 0, 1, 1.1102230246251565e-16, 0)'/%3E%3C/svg%3E") no-repeat center / contain;
}

.section-contact-intro .section-contact-intro-contact-list-item.email a:before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6875 0.5C13.3984 0.5 14 1.10156 14 1.8125C14 2.25 13.7812 2.63281 13.4531 2.87891L7.51953 7.33594C7.19141 7.58203 6.78125 7.58203 6.45312 7.33594L0.519531 2.87891C0.191406 2.63281 0 2.25 0 1.8125C0 1.10156 0.574219 0.5 1.3125 0.5H12.6875ZM5.93359 8.04688C6.5625 8.51172 7.41016 8.51172 8.03906 8.04688L14 3.5625V9.25C14 10.2344 13.207 11 12.25 11H1.75C0.765625 11 0 10.2344 0 9.25V3.5625L5.93359 8.04688Z' fill='%23DCDCDC'/%3E%3C/svg%3E") no-repeat center / contain;
}

.section-contact-intro .section-contact-intro-contact-list-item.phone a:hover:before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9727 11.332L13.3164 14.0938C13.2344 14.5039 12.9062 14.7773 12.4961 14.7773C5.60547 14.75 0 9.14453 0 2.25391C0 1.84375 0.246094 1.51562 0.65625 1.43359L3.41797 0.777344C3.80078 0.695312 4.21094 0.914062 4.375 1.26953L5.66016 4.25C5.79688 4.60547 5.71484 5.01562 5.41406 5.23438L3.9375 6.4375C4.86719 8.32422 6.39844 9.85547 8.3125 10.7852L9.51562 9.30859C9.73438 9.03516 10.1445 8.92578 10.5 9.0625L13.4805 10.3477C13.8359 10.5391 14.0547 10.9492 13.9727 11.332Z' fill='%23FFE498' transform='matrix(1, 0, 0, 1, 1.1102230246251565e-16, 0)'/%3E%3C/svg%3E") no-repeat center / contain;
}

.section-contact-intro .section-contact-intro-contact-list-item.email a:hover:before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6875 0.5C13.3984 0.5 14 1.10156 14 1.8125C14 2.25 13.7812 2.63281 13.4531 2.87891L7.51953 7.33594C7.19141 7.58203 6.78125 7.58203 6.45312 7.33594L0.519531 2.87891C0.191406 2.63281 0 2.25 0 1.8125C0 1.10156 0.574219 0.5 1.3125 0.5H12.6875ZM5.93359 8.04688C6.5625 8.51172 7.41016 8.51172 8.03906 8.04688L14 3.5625V9.25C14 10.2344 13.207 11 12.25 11H1.75C0.765625 11 0 10.2344 0 9.25V3.5625L5.93359 8.04688Z' fill='%23FFE498'/%3E%3C/svg%3E") no-repeat center / contain;
}

@media (min-width: 981px) {
  .section-contact-intro {
    /*     margin-top: -28px; */
  }

  .section-contact-intro .section-contact-intro-contact-list {
    padding: 42px 71px 48px 60px !important; 
  }
}

@media (max-width: 767px) {
  .section-contact-intro .section-contact-intro-contact-list {
    padding: 25px !important;
    width: 100%;
  }

  .section-contact-intro .row {
    padding: 320px 20px 20px;
    margin-bottom: 200px;
  }

  .section-contact-intro .row .col {
    margin-bottom: -200px;  
  }

  .section-contact-intro .section-contact-intro-contact-list .section-contact-intro-contact-list-item {
    font-size: 16px;
  }


}

/* End Contact Intro Section */

/* Contact form Section */
.contact-form-section {
  padding: 60px 5vw;
  border: 0.5px solid #484848;
  background: var(--color-bg-main);
}

.contact-form-section .section-title-wrap {
  margin-bottom: 60px;
}

.contact-form-section h2 {
  margin-bottom: 10px;
}

@media (min-width: 981px) {
  .contact-form-section {
    padding: 69px 102px 72px;
  }
}

/* End Contact form Section */

/* Contact Map */
.section-contact-map {
  margin-top: -182px;
  z-index: 0;
}

#contact-map {
  min-height: 560px;
}

@media (max-width: 980px) {
  .section-contact-map {
    margin-top: -132px;
  }
}

@media (max-width: 767px) {
  .section-contact-map {
    margin-top: -122px;
  }
}
/* End Contact Map */

/* Services Intro Section */
.section-service-intro .inner {
  padding-top: 0;
}
.section-service-intro .inner .row {
  gap: 50px 12px;
}
.section-service-intro .inner .row .col {
  display: flex;
/*   gap: 50px; */
  gap: 20px;
  flex-direction: column;
}

.section-service-intro .inner .row .col.col-2-2 .section-service-intro-img {
  margin-bottom: 30px;
}

.section-service-intro .inner .row .col.col-1-2 {

}

.section-service-intro .inner .row .col.col-2-2 {

}

.section-service-intro .inner .row .col .section-service-intro-content {

}

.section-service-intro .inner .row .col .section-service-intro-content img {
  padding-top: 10px;
}

.section-service-intro .inner .row .col .section-service-intro-content a:not(.mc-btn) {
  color: inherit;
  text-decoration: underline;
}

.section-service-intro .inner .row .col .section-service-intro-content ul {
  list-style: disc;
}

.section-service-intro .inner .row .col .section-service-intro-content ul li::marker {
  color: var(--color-gold);
}

.section-service-intro .inner .row .col .section-service-intro-content a:not(.mc-btn):hover {
  color: var(--color-gold-hover);
}

.section-service-intro .inner .row .col .section-service-intro-content .hs_cos_wrapper > * {
  margin-bottom: 20px;
}

.section-service-intro .inner .row .col .section-service-intro-content .hs_cos_wrapper ul li {
  margin-bottom: 0;
}

.section-service-intro .inner .row .col .section-service-intro-content .hs_cos_wrapper ul li:last-child p {
  margin-bottom: 0;
}


.section-service-intro .inner .row .col .section-service-intro-content .hs_cos_wrapper > *:last-child {
  margin-bottom: 0;
}

.section-service-ceramic-coating .inner .row .col.col-2-2 .section-service-intro-img {
  margin-bottom: 0;
}

.section-service-ceramic-coating .inner .row.with-text {
  gap: 0;
}

.section-service-ceramic-coating .inner .row.with-text .col.col-2-2 {
  padding: 50px;
  border: 1px solid var(--color-selected);
/*   border-left: 0; */
  justify-content: center;
}

.section-service-ceramic-coating .inner .row.with-text .col.col-2-2 .hs_cos_wrapper > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 981px) {
  .section-service-intro .inner .row .col.col-2-2 .section-service-intro-img {
    margin-top: 70px;
  }

  .section-service-intro.align-top .inner .row .col.col-2-2 .section-service-intro-img {
    margin-top: 0;
  }

  .section-service-ceramic-coating .inner .row .col.col-2-2 .section-service-intro-img {
    margin-top: 0;
  }

  .section-service-intro .inner .row .col .section-service-intro-content, .section-service-intro .inner .row .col .section-cta {

  }

  .section-service-intro.section-service-intro-reverse .inner .row .col .section-service-intro-content {
    padding-right: 28px;
    padding-left: 0;
  }

  .section-service-ceramic-coating.section-service-intro-reverse .inner .row .col .section-service-intro-content {
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .section-service-intro .inner .row .col.col-1-2 .section-service-intro-img {
    margin-top: 70px;
  }
  
  .section-service-ceramic-coating.section-service-intro .inner .row .col.col-1-2 .section-service-intro-img {
    margin-top: 0;
  }

  .section-service-intro.align-top .inner .row .col.col-1-2 .section-service-intro-img {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .section-service-intro .inner .row .col.col-2-2 {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .section-service-intro.section-service-intro-reverse .inner .row {
    flex-direction: row-reverse;
  }
  
  .section-service-intro.section-service-intro-reverse.section-service-ceramic-coating .inner .row {
    flex-direction: row;
  }

  .section-service-intro .inner .row .col .section-service-intro-img {
    height: 100%;
  }

  .section-service-intro .inner .row .col .section-service-intro-img img {
    height: 100% !important;
    object-fit: cover;
  }
  
  .section-service-ceramic-coating .inner .row.with-text .col.col-1-2,
  .section-service-ceramic-coating .inner .row.with-text .col.col-2-2 {
    width: 50%;
  }
}
/* End Services Intro Section */

/* Subpage Banner Section */
.section-subpage-banner {
  overflow: hidden;
  position: relative;
  background-color: #000002;
}

.section-subpage-banner .inner {
  position: unset;
  padding: 50px 0 0;
}

.section-subpage-banner .inner .section-subpage-banner-img {

}

.section-subpage-banner .inner .section-subpage-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-subpage-banner .inner .col {

}

.section-subpage-banner .inner .col h2 {
  font-size: clamp(22px, 24 / 1200 * 100vw, 24px);
  margin-bottom: 7px;
}

.section-subpage-banner .inner .col .section-cta {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .section-subpage-banner {
    aspect-ratio: 1280 / 695;
  }

  .section-subpage-banner .inner .section-subpage-banner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .section-subpage-banner .inner {
    padding: 70px 0;
  }

  .section-subpage-banner .inner .row {
    justify-content: flex-end;
  }

  .section-subpage-banner .inner .col {
    text-align: end;
    width: 450px;
    max-width: 40%;
  }
}

@media (max-width: 767px) {
  .section-subpage-banner .inner .row {
    margin-bottom: 50px;
  }
}
/* End Subpage Banner Section */


/* Subpage Form */
.subpage-form-section {
  margin-top: -30px;
}

.subpage-form-section.negative-off {
  margin-top: 0;
}

.subpage-form-section .inner {
  padding-top: 0;
}

.subpage-form-section h2 {
  margin-bottom: 10px;
}

.subpage-form-section .inner .row {
  padding: 60px 5vw;
  border: 0.5px solid var(--color-selected);
  background-color: var(--color-bg-main);
}

.subpage-form-section .subpage-form-wrap {
  margin: 0 auto;
  max-width: 792px;
}

.subpage-form-section .section-title-wrap {
  /*   margin-bottom: 60px; */
  margin: 0 auto 60px;
  max-width: 792px;
}

@media (min-width: 981px) {
  .subpage-form-section .inner .row {
    padding: 69px 102px 72px;
  }
}

@media (min-width: 768px) {
  .subpage-form-section {
    margin-top: -69px;
  }
}
/* End Subpage Form */

/* Section 2col */
.section-2col .col.col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-2col .col.col1 ul {
  list-style: disc;
}

.section-2col .col.col1 ul li::marker {
  color: var(--color-gold);
}

.section-2col .col.col1.section-header .section-intro *:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-2col.section-2col-reverse .row {
    flex-direction: column-reverse;
  }  
}

/* End Section 2col */

/* Single Text */
.section-single-text .row {
  max-width: 960px;
}

.section-single-text .section-intro p img {
  margin: 3em auto 3em;
  width: 100% !important;
}

.section-single-text .section-intro h2:not(:first-child) {
  margin-top: 1.3em;
}

.section-single-text .section-intro ul {
  list-style: disc;
}

.section-single-text .section-intro ul li::marker {
  color: var(--color-gold);
}
/* End Single Text */

/* 404 */
body.page-0 .body-container-wrapper {
  margin-bottom: 0 !important;
}

body.page-0 .footer-container-wrapper {
  position: relative;
  z-index: 0;
}

.body-container-wrapper {
  --footer-height: 300px; 
}

.section.section-404 .inner {
  padding: 0;
}
.section.section-404 .inner .row1 {
  margin-bottom: 0;
}

.section.section-404 .inner .row1 .col {
  padding: 60px 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*   min-height: calc(100vh - 60px); */
  min-height: calc(100vh - 60px - var(--footer-height));
}
/* End 404 */

/* Clear CTA */
.subpage-clear-cta-section {
  text-align: center;
}

.subpage-clear-cta-section .row {
  max-width: 710px;
}

.subpage-clear-cta-section .section-header p {
  font-weight: 200;
  font-size: clamp(22px, 24 / 1200 * 100vw, 24px);
}

.subpage-clear-cta-section .section-header p:last-child {
  margin-bottom: 0;
}

.subpage-clear-cta-section .section-cta {
  margin-top: 2em;
}
/* End Clear CTA */

/* Video Section */
.subpage-video-section .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.subpage-video-section .col .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.subpage-video-section .col .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* End Video Section */

/* Subpage Img Hero Section */
.subpage-img-hero-section {
  padding: 0 0 60px;
}

.subpage-img-hero-section img {
  width: 100%;
}

.subpage-img-hero-section .inner {
  display: none;
}
/* End Subpage Img Hero Section */


/* Explore Showrooms */
.home-newest-additions-section.explore-showrooms {
  background-color: transparent;
}

.home-newest-additions-section.explore-showrooms .section-img {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.home-newest-additions-section.explore-showrooms .section-img img {
  max-width: 70vw !important;
}
/* End Explore Showrooms */

.cta-showrooms-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
}

/* section-large-image */
.section-large-image {

}

.section.section-remove-label_background .inner .section-large-image-content .hs_cos_wrapper {
  background: transparent;
}


.section-large-image .row {
  position: relative;
  gap: 30px;
}

.section-large-image .section-large-image-content {

}

.section-large-image .section-large-image-content .hs_cos_wrapper {
  background: rgba(14, 14, 14, 0.84);
}

.section-large-image .section-large-image-content .hs_cos_wrapper > *:last-child {
  margin-bottom: 0;
}

.section-large-image .section-large-image-content .hs_cos_wrapper p,
.section-large-image .section-large-image-content .hs_cos_wrapper ul,
.section-large-image .section-large-image-content .hs_cos_wrapper ol {
  font-weight: 400;
}

.section-large-image .section-large-image-content .hs_cos_wrapper ul {
  margin-left: 0;
}

.section-large-image .section-large-image-content .hs_cos_wrapper ul li {
  position: relative;
  padding-left: 3.2em;
  margin-bottom: 1.7em;
}

.section-large-image .section-large-image-content .hs_cos_wrapper ul li:last-child {
  margin-bottom: 0;
}

.section-large-image .section-large-image-content .hs_cos_wrapper ul li:before {
  content: '';
  background: url(/hubfs/Property%201=check.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: -0.5em;
  width: 2.4em;
  height: 2.4em;
}

#section-large-image-mod-id_module_17611476222302 .inner .row {
  max-width: 1700px;
}

@media (min-width: 768px) {
  .section-large-image .section-large-image-content {
    padding: 24px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .section-large-image .section-large-logo {
    padding: 24px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .section-large-image.content-top-right .section-large-image-content {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .section-large-image.content-top-left .section-large-image-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-large-image.content-bottom-right .section-large-image-content {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .section-large-image.content-bottom-left .section-large-image-content {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section-large-image .section-large-image-content .hs_cos_wrapper {
    max-width: 50%;
    padding: 27px 35px 27px 35px;
    min-width: 341px;
  }
  .section-large-image .section-large-image-content .hs_cos_wrapper ul li {
    margin-bottom: 2.7em;
  }

  .section-large-image.img-top-right .section-large-logo {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .section-large-image.img-top-left .section-large-logo {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-large-image.img-bottom-right .section-large-logo {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .section-large-image.img-bottom-left .section-large-logo {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section-large-image .section-large-logo .img-wrapper {
    max-width: 50%;
    min-width: 341px;
  }
}
/* End section-large-image */

/* section-fullwidth-image */
.section-fullwidth-image {

}

.section-fullwidth-image .inner {
  padding-bottom: 0;
  /*   padding-top: 0; */
}

.section-fullwidth-image .row {
  position: relative;
  gap: 30px;
  z-index: 1;
  /*   max-width: 1700px; */
}

.section-fullwidth-image .section-fullwidth-image-content {
  z-index: 1;
}

.section-fullwidth-image ul {
  list-style: disc;
}

.section-fullwidth-image ul li::marker {
  color: var(--color-gold);
}

.section-fullwidth-image .section-fullwidth-image-content > .hs_cos_wrapper:not(:last-child) {
  margin-bottom: 1rem;
}

.section-fullwidth-image .section-fullwidth-image-content h2 {
  font-size: clamp(22px, 28 / 1700 * 100vw, 28px);
}

.section-fullwidth-image .section-fullwidth-image-content .hs_cos_wrapper > *:last-child {
  margin-bottom: 0;
}

.section-fullwidth-image .section-fullwidth-image-content .hs_cos_wrapper p,
.section-fullwidth-image .section-fullwidth-image-content .hs_cos_wrapper ul,
.section-fullwidth-image .section-fullwidth-image-content .hs_cos_wrapper ol {
  /*   font-weight: 400; */
}

.section-fullwidth-image .section-fullwidth-image-content .hs_cos_wrapper ul {
  /*   margin-left: 0; */
}

.section-fullwidth-image .section-fullwidth-image-img {
  margin: 0 auto;
  max-width: 1700px;
}

.section-fullwidth-image .section-fullwidth-image-img img {
  width: 100%;
}

.section-fullwidth-image .section-fullwidth-image-img img.laptop-img,
.section-fullwidth-image .section-fullwidth-image-img img.tablet-img {
  display: none;
}

@media (max-width: 1320px) {
  .section-fullwidth-image .section-fullwidth-image-img img.laptop-img {
    display: block;
  }

  .section-fullwidth-image .section-fullwidth-image-img img.laptop-img ~ img {
    display: none;
  }
}

@media (max-width: 980px) {
  .section-fullwidth-image .section-fullwidth-image-img img.tablet-img {
    display: block;
  }

  .section-fullwidth-image .section-fullwidth-image-img img.tablet-img ~ img {
    display: none;
  }
}

@media (min-width: 981px) {
  /*   .section-fullwidth-image {
  margin-bottom: 110px;
} */
  .section-fullwidth-image {
    background-color: transparent !important;
  }

  .section-fullwidth-image .inner {
    padding-top: 0;
  }

  .section-fullwidth-image .row {
    /*     padding: 24px; */
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    left: 50%;
    transform: translateX(-50%);
    /*     max-width: calc(1700px + (min(37px,2.5vw) * 2)); */
    max-width: 1700px;
  }

  .section-fullwidth-image.content-top-right .row {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .section-fullwidth-image.content-top-left .row {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-fullwidth-image.content-bottom-right .row {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .section-fullwidth-image.content-bottom-left .row {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section-fullwidth-image .row .section-fullwidth-image-content {
    position: relative;
    max-width: 50%;
    padding: min(37px,2.5vw);
    /*     min-width: 341px; */
  }

  .section-fullwidth-image .section-fullwidth-image-content.text-align-right {
    text-align: right;
  }

  .section-fullwidth-image .row .section-fullwidth-image-content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .75;
    background-color: var(--bg-color);
    z-index: -1;
  }
}

.section-fullwidth-image.bottom-spacing {
  margin-bottom: 50px;
}

@media (min-width: 981px) {
  .section-fullwidth-image.bottom-spacing {
    margin-bottom: 110px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .section-fullwidth-image.bottom-spacing {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section-fullwidth-image.bottom-spacing.bottom-spacing-not-mob {
    margin-bottom: 0;
  }
}

/* End section-fullwidth-image */

/* text-image-listing-section */
.text-image-listing-section {

}

.text-image-listing-section .row {

}

.text-image-listing-section ul {
  list-style: disc;
}

.text-image-listing-section ul li::marker {
  color: var(--color-gold);
}

.text-image-listing-section .text-image-listing-grid {
  width: 100%;
}

.text-image-listing-section .text-image-listing-grid .text-image-listing-item {
  padding: 20px;
  border-top: .5px solid var(--color-selected);
  border-left: .5px solid var(--color-selected);
  border-right: .5px solid var(--color-selected);
}

.text-image-listing-section .text-image-listing-grid .text-image-listing__content {
  align-items: flex-start;
  column-gap: 5%;
}


.text-image-listing-section .text-image-listing-grid .text-image-listing__content .hs_cos_wrapper >* {
  color: var(--color-bg-gray-light);
}

.text-image-listing-section .text-image-listing-grid .text-image-listing__desc .hs_cos_wrapper > *:last-child {
  margin-bottom: 0;
}

.text-image-listing-section .text-image-listing-grid .text-image-listing__desc .hs_cos_wrapper.hs_cos_wrapper_type_cta:not(:empty) {
  display: block;
  margin-top: 30px;
}

.text-image-listing-section .text-image-listing-grid .text-image-listing__content .text-image-listing__image {
  position: relative;
  aspect-ratio: 486/215;
  overflow: hidden;
}

.text-image-listing-section .text-image-listing-grid .text-image-listing__content .text-image-listing__image img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100% !important;
}

.text-image-listing-section .text-image-listing-grid .text-image-listing__content .text-image-listing__image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/hubfs/47169059/Photo%20Mask.webp) no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
}
#text-image-listing-section-mod-id_module_176121488345718 .inner .row {
  max-width: 1400px;
}

#text-image-listing-section-mod-id_module_176121488345718 .text-image-listing-grid .text-image-listing-item {
  border: none;
  padding: 0 0 40px;
}

@media (min-width: 768px) {
  .text-image-listing-section .text-image-listing-grid .text-image-listing-item {
    padding: 40px;
  }
  
  .text-image-listing-section .text-image-listing-item:nth-child(even) .text-image-listing__content {
    flex-direction: row-reverse;
  }

  .text-image-listing-section .text-image-listing-grid .text-image-listing__content .text-image-listing__text {
    width: 50%;
  }

  .text-image-listing-section .text-image-listing-grid .text-image-listing__content .text-image-listing__image {
    width: 45%;
  }



  .text-image-listing-section .text-image-listing-grid .text-image-listing__content.full-height {
    align-items: stretch;
  }

  .text-image-listing-section .text-image-listing-grid .text-image-listing__content .text-image-listing__image.full-height {
    aspect-ratio: auto;
  }

  .text-image-listing-section .text-image-listing-grid .text-image-listing__content .text-image-listing__image.full-height img {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
  }
}

/* read more */
.text-image-listing-section .read-more-container {
  position: relative;
}

.text-image-listing-section .read-more-container .read-more-content {
  /*   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
  overflow: hidden;
  max-height: calc(4em * 1.32);
  overflow: hidden;
  transition: max-height 1.5s cubic-bezier(0.35, 0.28, 0.51, 1.14);
}

.text-image-listing-section .read-more-container.expanded {

}

.text-image-listing-section .read-more-container.expanded .read-more-content {
  /*   -webkit-line-clamp: unset;
  display: block; */
  max-height: 800px;
}

.text-image-listing-section .read-more-container .read-more-btn {
  display: block;
  cursor: pointer;
  padding-top: 15px;
}
/* End read more */
/* End text-image-listing-section */

.ty-partners-section {
  text-align: center;
}

.ty-partners-section .ty-partners-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*   justify-content: space-evenly; */
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.ty-partners-section .ty-partners-logos .ty-partners-logo {
  max-width: 20%;
  opacity: .6;
}




/* Individual Styles */
@media (max-width: 980px) {
  #section-fullwidth-image-mod-id_module_17631247599359 br {
    display: none;
  } 
}



/* Pages */
.home-hero-section .inner {
  padding: 60px 0 50px; 
}
.home-hero-section:before{

}
.home-hero-section .row1{
  text-align:center;
  margin-bottom: min(6vw, 78px);
}
.home-hero-section h1{
/*   font-size: clamp(36px, 42 / 1200 * 100vw, 42px); */
  font-size: clamp(36px, 50 / 1700 * 100vw, 50px);
  /*   margin-bottom:0; */
}
.home-hero-section .section-intro {
  margin :0 auto 1.8rem;
  /*   max-width: 40%; */
}

.home-hero-section .hero-video {

}
.home-hero-section .row2 .col {
  position: relative;
}
.home-hero-section .hero-dealer-slider-container {
  position: absolute;
  bottom: -1px;
  right: -1px;
  max-width: 646px;
  width:70%;
  padding: 26px 0 0 26px;
  background-color:var(--color-bg-main);
}
.home-hero-section .hero-dealer-slider {
  overflow:hidden;
  padding-bottom: 26px;
}
.home-hero-section  .hero-dealer-slider .slide-inner.row {
  column-gap: 4%;
  align-items: center;
}
.home-hero-section  .hero-dealer-slider .slide-image.col {
  flex: 0 1 20%;
  max-width: 120px;
}
.home-hero-section  .hero-dealer-slider .slide-content.col {
  flex: 1 1 62%;
}
.home-hero-section  .hero-dealer-slider  .slide-cta.col {
  flex: 1 0 10%;
}
.home-hero-section  .hero-dealer-slider .slide-image.col img{
  max-width:100%;
  width:100%;
  height: 100%;
  object-fit:contain;
}
.home-hero-section  .hero-dealer-slider .slide-content-title {
  margin-bottom:8px;
}
.home-hero-section  .hero-dealer-slider .slide-content-text {
  
}
.home-hero-section  .hero-dealer-slider .swiper-pagination  {
  display: flex;
  flex-flow: row wrap;
  align-items:center;
  justify-content: center;
  padding: 10px 9% 4px 20px ;
  gap:8px;
  position: absolute;
  bottom:0;
  top:unset;
}
.home-hero-section .hero-dealer-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid var(--color-selected);
  border-radius: unset;
  transform: rotate(45deg);
  background: transparent;
  position: relative;
  opacity: 1;
  margin: 0 !important ;
  transition: all 0.25s ease;
}
.home-hero-section  .hero-dealer-slider .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: var(--color-gold);
  transform: translate(-50%, -50%);
  opacity:0;
  transition: all 0.25s ease;
}
.home-hero-section  .hero-dealer-slider .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active){
  border-color: var(--color-gold-hover);
}
.home-hero-section  .hero-dealer-slider .swiper-pagination-bullet-active{
  border-color:  var(--color-gold);
}
.home-hero-section  .hero-dealer-slider .swiper-pagination-bullet-active::before {
  opacity:1;
}

/* --- */

.home-unrivaled-service-section .row1{
  gap: 7%;
  margin-bottom: 4.5rem;
}
.home-unrivaled-service-section .row2{
  max-width:100%;
  width:100%;
}
.home-unrivaled-service-section .section-intro {
  margin-bottom: 1.65em;
}
.home-unrivaled-service-section .author-info  {
  font-size: .778rem;
}
.home-unrivaled-service-section .author-info em {
  font-family: "Zapfino",sans-serif;
  text-transform: unset;
  font-weight: 400;
  font-style: italic;
  padding: 1.5em 0 5px;
  letter-spacing: 0;
  line-height:2;
  margin: -20px 0 -28px;
  font-size:1rem;
}

/* --- */

.home-newest-additions-section {
  background-color: var(--color-border-dark);
}

.home-newest-additions-section .row1,
.home-newest-additions-section .row3 {
  text-align:center;
}
.home-newest-additions-section .row1 { 
  margin-bottom: 1rem;
}
.home-newest-additions-section .section-title {
  margin-bottom: .4em;
}
.home-newest-additions-section .section-intro {
  margin-bottom:1.667rem;
}

/* --- */

.home-store-experience-section .row1 .col1 {


}
.home-store-experience-section .row1 .col2 {

}

/* --- */

.home-store-links-section .inner{
  padding-top:0;
}

.home-testimonials-section .client-testimonials-section .row2 {
  max-width: 1080px;
}



/*respons*/


@media (min-width:768px){
  .home-hero-section .section-intro {
    max-width: 40%;

  }

  .home-hero-section  .hero-dealer-slider .slide-image.col {
  }
  .home-hero-section  .hero-dealer-slider .slide-content.col {
  }
  .home-unrivaled-service-section .row1 .col1 {
    width:45%;
  }
  .home-unrivaled-service-section .row1 .col2 {
    width:48%;
  }
  .home-newest-additions-section .row2 {
    margin-bottom: 60px;
  }

  .home-store-experience-section .row1 .col1 {
    width:39%;
  }
  .home-store-experience-section .row1 .col2 {
    width:58%;
    padding-top: 2px; 
  }
}

@media (max-width:767px){
  .home-hero-section h1 {
    font-size: 31px;
  }
  .home-hero-section .inner {
    padding-top:40px;
  }
  .home-hero-section .row1{
    margin-bottom: 2rem;
  }

  .home-hero-section .hero-dealer-slider-container{
/*     padding: 1rem; */
    padding: 0;
    position:  relative;
    width:100%;
    margin-top:1rem;
  }
  .home-hero-section .hero-dealer-slider .slide-inner.row{
/*     flex-flow: row wrap; */
    flex-flow: row nowrap;
  }
  .home-hero-section .hero-dealer-slider .slide-image.col{
/*     flex: 1 0 100%; */
    flex: 1 0 30%;
    max-width: 100%;
  }
  .home-hero-section .hero-dealer-slider .slide-image.col img{
/*     max-width: 120px !important; */
    aspect-ratio: 1;
  }
  
  .home-hero-section  .hero-dealer-slider .slide-content-text > div {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .home-hero-section .hero-dealer-slider .slide-content.col{
    
    
  }
  .home-hero-section .hero-dealer-slider .slide-content.col h4 {
    font-size: 18px;  
  }
  
  .home-hero-section .hero-dealer-slider .slide-content-text {
    padding-right: 55px;
    font-size: 14px;
  }
  
  .home-hero-section .hero-dealer-slider .slide-cta.col{
    padding: 0 6px;
    
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .home-hero-section .hero-dealer-slider {
    padding-bottom: 40px;
  }

  .home-unrivaled-service-section .row1{
    gap: 2rem;
  } 
  .home-store-experience-section .section-title br {
    display:none;
  }
}

@media (max-width: 500px) {
  .home-hero-section .cta-showrooms-row {
    flex-direction: column;
    gap: 8px;
  }
  
  .home-hero-section .hero-video {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}

@media (max-width: 980px) {
  .home-unrivaled-service-section .row1 .col2 {
     align-content: center;
  }
}
/* sticky btn */
/* body.mc-showrooms #main-content,
body.mc-showrooms .showrooms-listing-section {
overflow: unset;
} */

.showroom-hero-section .inner{
  min-height: 522px;
  display:flex;
}
.showroom-hero-section .row1 {
  /*   max-width:500px; */
  max-width:800px;
  text-align:center;
  margin: auto;
}
.showroom-hero-section .section-title{ 

}
.showroom-hero-section .section-title-main {
  text-transform: uppercase;
  display:block;
  margin-bottom: 6px;

}
.showroom-hero-section .section-title-sub{
  font-family: 'Riviera Nights', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: var(--color-text-main);
  display:block;
  text-transform: none;
  margin-bottom:0;

}

.showroom-hero-section .section-title-logo {
  display: flex;
  justify-content: center;
}

.showroom-hero-section .section-title-logo img {
  max-width: 80vw;
}

.mc-showrooms .logo-slider-section  {
  background: rgba(14,14,14, 0.9);
}

.showrooms-listing-section {
  z-index:99;
  margin-top:-80px;
  padding-top:80px;
}
.showrooms-listing-section .inner {
  padding: 0 0 5rem;
}
/* --- */
.mc-showroom .mc-showroom__bar{
  padding:  15px 0; 
  margin-bottom: 5.75rem;
  background:var(--color-bg-alt);
}
.mc-showroom .mc-showroom__count{
  left: 50%;
  position: absolute;
  text-align: center;
  justify-content: center;
  top: 6rem;
  transform: translateX(-50%);
  display: none;
}
.mc-showroom .mc-filters{
  display:flex;
  flex-flow:row wrap;
  column-gap: 9px;
  row-gap: 9px;

}
.mc-showroom .filters-row{
  display:flex;
  flex-flow:row nowrap;
  align-items:center;
  gap: .55rem;
}


.mc-showroom .mc-showroom__bar .col{
  width: auto;
  flex: 0 1 auto;
}
.mc-showroom .col.col-filters{
  flex: 0 1 auto;
  padding-right: 1rem;
}
.mc-showroom .col.col-search{
  flex: 1 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.mc-showroom .col.col-sort{

}
.mc-showroom .mc-select__toggle {
  font-size: .778rem;
  font-weight:400;
  position:relative; 
  display:inline-flex;
  align-items:center;
  gap: .7em;
  padding:.55rem .6rem;
  border:1px solid var(--color-selected);
  background:transparent;
  transition: all .3s ease;

} 
.mc-showroom .is-open .mc-select__toggle,
.mc-showroom .mc-select__toggle:hover{
  border-color: var(--color-gold);
}
.mc-showroom .mc-select__toggle:after {
  content: '';
  background: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/button-dropdown.svg) no-repeat center / contain;  
  width: .7em;
  height: .7em;
}

.mc-showroom .mc-select__toggle:before {
  content: '';
  width: .35em;
  height: .35em;
  border-radius:50%;
  background-color: var(--color-error);
  top: .28em;
  right: .28em;
  position:absolute;
  opacity: 0;
  transition: all .3s ease;
}
.mc-showroom .mc-filter.has-value .mc-select__toggle:before,
.mc-showroom .mc-sort.has-value  .mc-select__toggle:before {
  opacity: 1;
}
.mc-showroom .filters-row .mc-btn.mc-btn--clear {
  align-items: center;
  background: unset !important;
  display: inline-flex;
  flex-flow: row nowrap;
  font-size: .778rem;
  font-weight: 400;
  margin: 0 0 0 .75rem;
  padding: 0 0 0 1.25rem;
  position: relative;
  text-transform: unset;
  transition: all .3s ease;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
}
.mc-showroom .filters-row .mc-btn.mc-btn--clear:before,
.mc-showroom .filters-row .mc-btn.mc-btn--clear:after {
  background: var(--color-text-main) !important;
  content: "";
  height: 12px;
  left: 12px;
  opacity: 1;
  position: absolute;
  right: unset;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all .3s ease;
  width: 2px;
  z-index: 3;
  margin: 0 !important;
  border: unset!important;
} 
.mc-showroom .filters-row .mc-btn.mc-btn--clear:after {
  transform:translateY(-50%) rotateZ(45deg);
}
.mc-showroom .filters-row .mc-btn.mc-btn--clear:hover {
  color: var(--color-gold);
}
.mc-showroom .filters-row .mc-btn.mc-btn--clear:hover:after,
.mc-showroom .filters-row .mc-btn.mc-btn--clear:hover:before {
  background-color: var(--color-gold)!important;
}
.mc-showroom .filters-row .mc-filters.has-active .mc-btn.mc-btn--clear{
  opacity: 1;
  pointer-events: auto;
}

.mc-showroom .mc-showroom__search {
  max-width:200px;
  width:100%;
  transition: all .3s ease;
  margin: 0 0 0 auto;
}
.mc-showroom  .mc-showroom__search.is-focused {
  border-color: var(--color-gold);
  max-width:350px;
}
.mc-showroom .mc-search__input{
  color: #fff;
  font-size: .778rem;
  padding:.515rem .5rem 0.515rem 1.3rem;
  display: block;
  border:none;
  border-radius: 0;
  border-bottom:1px solid var(--color-selected);
  width: 100%;
  background: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/small-white-search-ico.png) no-repeat 6px 50%  / .7em; 
}
.mc-showroom  .mc-showroom__search.has-value .mc-search__input{
  border-color: var(--color-gold);
}

.mc-showroom .mc-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/cross%20gold.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.mc-showroom .mc-filter-inner{
  display: flex;
  flex-direction: column;
  background: var(--color-bg-alt);
  border: unset;
  border-radius: 0;
  margin-top: 15px;
  min-width: 220px;  
  max-width: 50vw;
  max-height: 400px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  z-index: 30;

  transition: all .3s ease;  
  opacity: 0;
  pointer-events: none;
}
.mc-showroom .is-open .mc-filter-inner{
  opacity: 1;
  pointer-events: auto;
}
.mc-showroom .mc-filters::-webkit-scrollbar,
.mc-showroom .mc-filter-inner::-webkit-scrollbar {
  width: 6px;              
  height: 6px;              
}
.mc-showroom .mc-filters::-webkit-scrollbar-track,
.mc-showroom .mc-filter-inner::-webkit-scrollbar-track {
  background: var(--color-bg-alt);;     
}

.mc-showroom .mc-filters::-webkit-scrollbar-thumb,
.mc-showroom .mc-filter-inner::-webkit-scrollbar-thumb {
  background: var(--color-gold);      
  border-radius: 0;       
}
.mc-showroom .mc-filters::-webkit-scrollbar-thumb:hover,
.mc-showroom .mc-filter-inner::-webkit-scrollbar-thumb:hover {
  background: var(--color-gold-hover);         
}

.mc-showroom .mc-filter .mc-select__toggle:after,
.mc-showroom .mc-sort .mc-select__toggle:after {
  transition: all .25s ease-in-out;
}

.mc-showroom .mc-filter.is-open .mc-select__toggle:after,
.mc-showroom .mc-sort.is-open .mc-select__toggle:after {
  transform: rotate(180deg);
}

.mc-showroom .mc-sort {
  position: relative;
  white-space: nowrap;
}
.mc-showroom .mc-sort .mc-filter-inner {
  left: unset;
  right: 0;
}
.mc-showroom .mc-sort .mc-select__toggle:before{
  content: unset;
}



.mc-showroom .mc-option{
  font-size: .778rem;
  font-weight:400;
  position:relative; 
/*   padding:.55rem .6rem; */
  padding: .55rem 1.28rem .55rem .6rem;
  border:unset;
  border-radius:0;
  background:transparent;
  transition: all .3s ease;
  text-align: left;
}
.mc-showroom .mc-option:not(:last-child){
  border-bottom:1px solid var(--color-border-dark);
}
.mc-showroom .mc-option:not(.is-selected):hover{
  /*   background:var(--color-gold); */
  color:var(--color-gold);
}
.mc-showroom .mc-option.is-selected{
  background:var(--color-text-mid);
}
.mc-showroom .mc-option.is-selected:hover{
  background:var(--color-selected);
}
.mc-showroom .mc-option.is-selected::after{
/*   background-color: var(--color-error); */
  
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.001' y='0.031' width='16.002' height='15.987' style='stroke: rgb(0, 0, 0); stroke-width: 0px; fill: rgb(255, 255, 255);' transform='matrix(1, 0, 0, 1, 0, 1.7763568394002505e-15)'/%3E%3Cpath d='M 15.554 3.946 L 5.82 13.681 L 0.446 8.307 L 2.073 6.68 L 5.82 10.426 L 13.927 2.319 L 15.554 3.946 Z' style='fill: rgb(183, 155, 93);' transform='matrix(1, 0, 0, 1, 0, 1.7763568394002505e-15)'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  
/*   border-radius: 50%; */
  content: "";
/*   height: .35em; */
  position: absolute;
  right: .28em;
/*   top: .28em; */
  transition: all .3s ease;
/*   width: .35em; */
  height: 1em;
  width: 1em;
  top: 50%;
  transform: translateY(-50%);
}


.mc-showroom .mc-range.mc-filter-inner{
  padding:0.5rem 1rem;

}
.mc-showroom .mc-range .mc-range__vals {
  display:flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.mc-showroom .mc-range .mc-range__vals span{
  font-weight:400;
  font-size: clamp(10px, 12 / 1200 * 100vw, 12px);
  letter-spacing: .05em;
  color: var(--color-text-muted);
}

.mc-showroom .mc-slider{
  position:relative;height:14px;
  width: 100%;
  padding:10px 0;
}
.mc-showroom .mc-slider__track{
  position:absolute;left:0;right:0;top:50%;height:6px;transform:translateY(-50%);
  background: var(--color-selected);
}
.mc-showroom .mc-slider__range{
  position:absolute;top:50%;height:6px;transform:translateY(-50%);
  background: var(--color-gold);
}
.mc-showroom .mc-slider__handle{
  position:absolute;top:50%;width:14px;height:14px; 
  transform:translate(-50%,-50%);cursor:pointer;z-index:2;
  background: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/icons/range-thumb-icon.svg) no-repeat center / contain;
}

.mc-showroom .mc-showroom__pager{
  text-align:center;
  justify-content:center;
  margin-bottom:1rem;
  align-items: center;
}

.mc-showroom .mc-showroom__grid{
  flex-direction:column;
  max-width:1207px;  
  row-gap: min(10vw, 5.5rem);
}
.mc-showroom .mc-showroom__empty {
  text-align:center;
  font-size:1rem;
  font-weight:400;
}
.mc-showroom .mc-showroom__empty-row{
  flex-direction: column;
  align-items:center;
}
/* .mc-showroom .mc-showroom__scroll-up{

}
.mc-showroom .mc-scroll-up-btn {
pointer-events: none;
opacity: 0;
position: fixed;
right: 2vh;
bottom: 2vh;
z-index: 99;
}
.mc-showroom .mc-showroom__scroll-up.is-visible .mc-scroll-up-btn {
pointer-events: auto;
opacity: 1;
}

.mc-showroom .mc-scroll-up-btn:before {
top:0;
}
.mc-showroom .mc-scroll-up-btn:after {
transform: translate(-50%, -50%) rotateZ(-90deg);
} */

.mc-card.is-hidden { display:none !important; }

.mc-card .mc-card-inner {
  border: 4px solid; 
  border-image: linear-gradient(90deg, #B79B5D, #DFC16F) 1;
  background: var(--color-text-main);
  display:flex; 
  Flex-flow:row wrap;
}
.mc-card .mc-card-inner:hover .mc-card-media .mc-card-media_link > img {
  transform: scale(1.05);
}
.mc-card .mc-card-media{
  width:61%;
  position: relative;
  background-color: var(--color-bg-main);
}
.mc-card .mc-card-media_link{
  position: relative;
  display:block;
  height: 100%;
  overflow: hidden;
}

.mc-card .mc-card-media .mc-card-media_link > img{
  max-width: 100%;
  width:100%!important;
  height: 100% !important;
  /*   aspect-ratio:1.49; */
  object-fit: cover;
  /*   object-position: 75% 50%; */
  object-position: center;
  transition: all .6s linear;
}
.mc-card .mc-card-body{
  width: 39%;
  color: var(--color-bg-main);
  /*   padding: min(4vw, 2.22rem); */
  padding: min(3vw, 2.22rem);
  display: flex;
  flex-direction:column;

  justify-content: center;
}
.mc-card .mc-card-title {
  color:inherit;
  line-height:1.1;
  margin-bottom: .7em;
  font-weight: 300;
  font-size: clamp(28px, 36 / 1300 * 100vw, 36px);
}

.mc-card .mc-card-title a {
  color: inherit;
}

.mc-card .mc-card-specs {
  display:flex;
  flex-flow:row wrap;
  column-gap:8%;
  row-gap: 0.75rem;
  /*   margin-bottom: min(5vw, 2.75rem); */
  /*   margin-bottom: 2rem; */
  margin-bottom: 1rem;

}
.mc-card .mc-spec {
  padding-bottom: .15em;
  width: 46%;
  display:flex;
  flex-direction: column;
  border-bottom:1px solid var(--color-text-muted);
}
.mc-card .mc-spec.mc-card-price {
  border-bottom: none;
  position: relative;
  text-align: left;
}
.mc-card .mc-spec span:not(.mc-card-price-value, .mc-card-price-before) {
  font-size: 10px;
  text-transform: uppercase;
  color:var(--color-text-placeholder);
  letter-spacing: 0.1em;
  font-weight:  400;
  display: block;
  /*   margin-bottom: 10px; */
  margin-bottom: 5px;
}
.mc-card .mc-spec span.mc-card-price-before,
.mc-card .mc-spec span.mc-card-price-sold {
  /*   position: absolute; */
  /*   top: 100%; */
  display: block;
}

.mc-card .mc-spec span.mc-card-price-sold {
  color: var(--color-gold);
}

.mc-card .mc-spec b {
  font-size: clamp(12px, 16 / 1200 * 100vw, 16px);
  font-weight:  400;
}

.mc-card-price-msrp {
  text-decoration: line-through;
  font-size: 0.9em;
  color: #777;
}

.mc-card-extra-info b {
  font-size: clamp(11px, 14 / 1200 * 100vw, 14px);
  font-weight: 400;
  width: 46%;
}


.mc-card-extra-info {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: end;
}

.mc-card-extra-info  .info-line span {
  font-weight: 400;
  line-height: 1;
  text-align: right;
  color: var(--color-gold);
  font-size: clamp(13px, 16 / 1200 * 100vw, 16px);
}

.mc-card-foot .info-line[style*="opacity:0"],
.mc-card-foot span[style*="opacity:0"] {
  display: inline-block;
  opacity: 0;
  visibility: hidden; 
}

.mc-card .mc-card-head {
  margin-top: auto;
}

.mc-card .mc-card-foot{
  display:flex;
  flex-flow: column wrap; 
  justify-content: space-between; 
  align-items: center;
  column-gap: 9px;
  row-gap: 9px;
}
.mc-card .mc-card-foot .mc-card-btn{
  flex: 1 0 auto;
  /*width: 140px; */
}
.mc-card .mc-card-foot .mc-btn {
  white-space: nowrap;
  transition: all 0.25s linear;
}

.mc-card .mc-card-foot .mc-card-addition-label {
  width: 100%;
  text-align:center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(14px, 16 / 1200 * 100vw, 16px);
  line-height: 1;
}
.mc-card .mc-card-foot .mc-card-addition-label-sold {
  min-width: 150px;
  width: auto;
  line-height:1;
  letter-spacing:.1em;
  font-family: Riviera Nights, sans-serif;
/*   font-size: clamp(14px, 16 / 1200 * 100vw, 16px); */
  font-size: clamp(22px, 30 / 1200 * 100vw, 30px);
  font-weight: 700;
  text-align:center;
  color: var(--color-error);
  pointer-events: none;
}

.mc-card .mc-card-foot .mc-card-addition-label.sale {
  color: var(--color-gold);
}

.mc-card .mc-card-price {
  position: relative;
  font-weight: 400;
  line-height:1;
  text-align:right;
  color: var(--color-gold);
  font-size: clamp(20px, 26 / 1200 * 100vw, 26px);
  display: inline-flex;
  align-items: flex-end;
  flex-flow: row wrap;
  column-gap:6px;
} 
.mc-card .mc-card-price.mc-card-price-sale {
  color:var(--color-error);  
  margin-bottom: 14px;
}

.mc-card .mc-card-price-before{
  font-size: clamp(12px, 14 / 1200 * 100vw, 14px);
  color: var(--color-text-gray);
  font-weight:300;   
  text-decoration: line-through;
  margin-bottom: .25em;

}
.mc-card .mc-card-sale-label{

  font-size: clamp(12px, 14 / 1200 * 100vw, 14px);
  font-weight:300;   
  position: absolute;
  /*   top:100%; */
  top: calc(100% + 6px);
  left:0;


}

.mc-card .mc-card-foot .mc-card-price {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
}
.mc-card .mc-card-foot .mc-card-price .mc-card-price-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 5px;
  align-items: center;
  justify-content: center;
}

.mc-card .mc-card-foot .mc-card-price .mc-card-price-wrap .mc-card-price-msrp {
  font-size: clamp(10px, 12 / 1200 * 100vw, 12px);
  /*   color: #777; */
  /*   font-size: 10px; */
  color: var(--color-text-placeholder);
  /*   letter-spacing: 0.1em; */
  font-weight: 400;
  /*   display: block; */
  /*   margin-bottom: 10px; */
}

.mc-card .mc-card-foot .mc-card-price .info-line {
  font-size: clamp(11px, 14 / 1200 * 100vw, 14px);
  font-weight: 400;
  color: var(--color-bg-main);
  text-align: center;
}

.mc-card .mc-card-foot .mc-card-price .info-line span {
  font-weight: 400;
  line-height: 1;
  /*   text-align: right; */
  color: var(--color-gold);
  font-size: clamp(13px, 16 / 1200 * 100vw, 16px);
}

.mc-card:nth-child(odd) .mc-card-inner{
  flex-direction: row-reverse;
}
.mc-card[data-virtual=true] .mc-card-media:before{
  /*   pointer-events:none;
  content: '';
  background: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/icons/360tour.png) no-repeat left bottom / contain;
  bottom: .75rem;
  content: "";
  height: 36px;
  left: .75rem;
  max-width: 35%;
  position: absolute;
  width: 200px;
  z-index: 2;  */
}
.mc-card .mc-auction-label {
  background: rgba(14, 14, 14, 0.9);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px); 
  border-radius:4px;
  width:240px;
  max-width:65%;  
  padding: .95rem .8rem .7rem;  

  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:12px;

  position: absolute;
  top:1.111rem;
  right:1.111rem;
}
.mc-card .mc-auction-ico {
  max-width: 2rem;
}
.mc-card .mc-auction-ico img {
  width:100%;
  max-width:100%;
  aspect-ratio: 1;
  object-fit:contain;
}

.mc-card .mc-auction-title {
  font-weight: 500;
  font-size: clamp(15px, 18 / 1200 * 100vw, 18px);
  font-family: Riviera Nights, sans-serif;
  display: block;
  white-space: nowrap;
  margin-bottom: .25em;

}
.mc-card .mc-auction-time {
  font-weight: 400;
  font-size: clamp(12px, 14 / 1200 * 100vw, 14px);
  color:var(--color-error);
  display: block;
}

.mc-showroom__grid{position:relative;min-height:120px;transition:opacity .28s ease,filter .28s ease}
.ms-showroom-loading .mc-showroom__grid{opacity:.45;filter:blur(1px);pointer-events:none}

.mc-card{opacity:1;transform:translateY(0);transition:opacity .36s ease,transform .36s ease}
.mc-card.is-hidden{opacity:0;transform:translateY(10px);pointer-events:none}

.mc-showroom__grid .mc-showroom__loader{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.12);backdrop-filter:saturate(100%) blur(1.5px);z-index:2}
.ms-showroom-loading .mc-showroom__grid .mc-showroom__loader{display:flex}
.mc-showroom__grid .mc-showroom__loader:before{position: absolute;top:5%;left:50%;content:"";width:36px;height:36px;border-radius:50%;border:3px solid rgba(255,255,255,.35);border-top-color:#fff;animation:mcspin .9s linear infinite}

@keyframes mcspin{to{transform:rotate(360deg)}}

.mc-card[data-status="pending"] .mc-card-media:after,
.mc-card[data-status="sale"] .mc-card-media:after,
.mc-card[data-status="reverse auction"] .mc-card-media:after,
/*.mc-card[data-status="in production / available"] .mc-card-media:after,*/
/*.mc-card[data-status="in production / sold"] .mc-card-media:after,*/
.mc-card[data-status="on hold"] .mc-card-media:after,
.mc-card[data-status="coming soon"] .mc-card-media:after {
  content:'SOLD'; 
  top: 1.11rem;
  left: 1.11rem;
  position: absolute; 
  z-index: 2;
  background: rgba(14, 14, 14, 0.9);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px); 
  border-radius:4px;
  min-width: 150px;
  width: auto;
  max-width:38%;  
  line-height:1;
  letter-spacing:.1em;
  font-family: Riviera Nights, sans-serif;
  font-size: clamp(15px, 18 / 1200 * 100vw, 18px);
  font-weight: 500;
  padding: .9rem .75rem .7rem; 
  text-align:center;
  color: var(--color-error);
  pointer-events: none;
}
.mc-card[data-status="on hold"] a,
.mc-card[data-status="in production / sold"] a,
.mc-card[data-status="sold"] a {
  pointer-events: none;
}
.mc-card[data-status="on hold"] .mc-card-btn,
.mc-card[data-status="in production / sold"] .mc-card-btn,
.mc-card[data-status="sold"] .mc-card-btn {
  display:none;
}

.mc-card:not([data-status="on hold"],[data-status="in production / sold"],[data-status="sold"]) .mc-card-foot  .mc-card-addition-label {
  margin-bottom: 10px;
}

.mc-card[data-status="on hold"] .mc-card-media:after{
  content:'ON HOLD'; 
  color:var(--color-gold)
}
.mc-card[data-status="pending"] .mc-card-media:after{
  content:'PENDING'; 
  color:var(--color-gold)
}
.mc-card[data-status="sale"] .mc-card-media:after{
  content:'SALE'; 
  color:var(--color-gold)
}
.mc-card[data-status="reverse auction"] .mc-card-media:after{
  content:'AUCTION'; 
  color:var(--color-gold)
}
/* .mc-card[data-status="in production / available"] .mc-card-media:after{
content:'In Production / Available'; 
color:var(--color-gold)
} */
/* .mc-card[data-status="in production / sold"] .mc-card-media:after{
content:'In Production / Sold'; 
/*   color:var(--color-gold) */
} */
.mc-card[data-status="on hold"] .mc-card-media:after{
  content:'ON HOLD'; 
  /*   color:var(--color-gold) */
}

.mc-card[data-status="coming soon"] .mc-card-media:after {
  content:'COMMING SOON';
  width: 210px;
  max-width: 45%;
}

.mc-card[data-status="sold"] .mc-card-foot{
  justify-content: center; 
}

.mc-card[data-condition="certified pre-owned"] .mc-card-media:after {
  content:'';
  background: url('https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/MTCS_logo_new_final_gold-1.png') no-repeat center;
  background-size: contain;
  width: 260px;
  max-width: 45%;
  aspect-ratio: 1062 / 241;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.coming-soon-section{z-index:100;}
.coming-soon-section .inner{
  padding: 40px 0;

} 
.coming-soon-section .section-header {
  text-align:center;
}
.coming-soon-section .col-items .inventory-list.is-not-expandable:after {
  content: unset;
}
.coming-soon-section .col-items .inventory-list .read-more-btn-wrapper {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.coming-soon-section .col-items .inventory-list .read-more-btn-wrapper:before {
  content: '';
  background: linear-gradient(0deg, #0E0E0E 0%, rgba(14, 14, 14, 0.00) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.coming-soon-section .hs_cos_wrapper_type_cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.coming-soon-section .row1{
  flex-wrap:wrap;
  gap: 40px;
  padding:40px ;
  border: 1px solid var(--color-selected);

}
.coming-soon-section .row1 > .col{
  width:100%;
}

.coming-soon-section .col-items {
}
.coming-soon-section .col-items .inventory-link:not(:hover) {
  color: var(--color-text-main);
}
.coming-soon-section .col-items .inventory-item {
  margin-bottom:12px;
}
.coming-soon-section .col-items .inventory-link {
  display:inline-flex;
  column-gap:20px;
  width:100%;
  font-size: .9rem;
  margin-bottom: 0;
}
.coming-soon-section .col-items a.inventory-link[href="#"] {
  pointer-events: none;
  cursor: default;
}
.coming-soon-section .col-items  .inventory-price{
  margin-left:auto;
  font-weight:400;    
  /*   font-family: inherit; */

}

.coming-soon-section .col-items  .inventory-price .inventory-price-value{
  font-family: inherit;  text-transform: none;
  font-weight:400;    
  display: block;
  text-align: right;
  white-space: nowrap;

}
.coming-soon-section .col-items .inventory-list{
  position: relative;
  overflow:hidden;
  transition:max-height 0.4s ease;
}
.coming-soon-section .col-items .inventory-list.is-expanded:after {
  opacity:0;
}


.coming-soon-section .col-items .inventory-list:after{
  /*   content: '';
  pointer-events: none;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, #0E0E0E 100%);
  position: absolute;
  bottom: 0; left:0;
  width:100%;
  height: 100px;
  z-index:2;
  transition:max-height 0.4s ease; */

}
.coming-soon-section .show-more-wrap {
  text-align:center;
  font-size: .9rem; 
  margin-bottom:-24px;
  margin-top: 7px;
} 
.coming-soon-section .show-more-btn:not(:hover) {
  color: var(--color-text-main);
}


@media (min-width: 981px) {
  .mc-card .mc-card-foot .mc-btn:hover {
    transform: translateX(-8px);
  }
}

@media (min-width: 981px) and (max-width: 1100px) {
  .mc-card .mc-card-title {
    font-size: 24px;
  }

  .mc-card .mc-card-media {
    width: 65%;
  }

  .mc-card .mc-card-body {
    width: 35%;
  }
}

@media (max-width:980px){
  .mc-showroom .mc-showroom__grid {
    max-width: 600px;
  }
  .mc-showroom .mc-showroom__bar{
    margin-bottom: 3.75rem;
  }
  /*   .mc-card .mc-card-foot{
  flex-direction: column-reverse;
  row-gap: 1rem;
} */
  .mc-card[data-status] .mc-card-media:after{

  }
  .mc-card .mc-card-foot .mc-btn {
    margin-right:auto; 
  }
  .mc-showroom .filters-row{
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .mc-showroom .mc-sort {
    display: none;
  }
  .mc-showroom .col.col-filters{
    flex: 1 0 100%;
    padding:0;  
    order: 1;
    position:relative;
  }
  .mc-showroom .mc-filter-inner{
    left: 0;
    top: 100%;
    max-width:100%;
    width:100%;
    height:auto;
    max-height:67vh;
    border-top: 1px solid var(--color-selected);
  }
  .mc-showroom .mc-filter-inner.mc-range {
    height: auto;
  }
  .mc-showroom .mc-showroom__search {
    margin: 0 auto 0 0;
    width: 100%;
    max-width: 100%;
  }

  .mc-showroom .mc-filters{
    flex-flow:row nowrap;
    overflow-x: auto;
    padding-bottom:6px;
    margin-bottom:-6px; 
  }
  .mc-showroom .mc-filters::-webkit-scrollbar,
  .mc-showroom .mc-filter-inner::-webkit-scrollbar {
    width: 3px;              
    height: 3px;  
  }
  .mc-showroom .filters-row .mc-btn.mc-btn--clear{
    /*     position: absolute;
    top: 100%;
    left: 50%;
    transform:translateX(-50%); */
  }

  .mc-card .mc-card-foot .mc-card-btn {
    width: auto;
  }

  .mc-card .mc-card-inner {
    flex-direction:column;
  }

  .mc-card .mc-card-media,
  .mc-card .mc-card-body{
    width:100%;
  }

  .mc-card .mc-card-body {
    padding: min(4vw, 2.22rem);
  }

  .mc-card .mc-spec b {
    font-size: 16px;
  }
  .mc-card .mc-spec span:not(.mc-card-price-value, .mc-card-price-before) {
    font-size: 10px;
  }
}

@media (max-width:767px){
  /*   .mc-card .mc-spec b {
  font-size: 16px;
}
  .mc-card .mc-spec span:not(.mc-card-price-value, .mc-card-price-before) {
  font-size: 10px;
} */
  /*   .mc-card .mc-card-inner {
  flex-direction:column;
} */

  .mc-card .mc-card-specs{
    /*     margin-bottom: 2rem; */

  }
  /*   .mc-card .mc-card-media,
  .mc-card .mc-card-body{
  width:100%;
} */
  /*   .mc-card .mc-card-foot .mc-card-btn{
  width: auto;

} */

  .mc-card .mc-card-media .mc-card-media_link > img {
    /*     aspect-ratio: 2; */
  }

  .mc-card .mc-card-foot{
    /*     flex-direction: column-reverse; */
    row-gap: 1rem;
  }

  .showroom-hero-section .inner {
    min-height: auto;
    padding: 80px 0;
  }

  .mc-card .mc-card-title {
    text-align: center;
  }
  
  .coming-soon-section .row1 {
    gap: 0;
    padding: 0;
    border: none;
  }
  
  .coming-soon-section .inventory-list.collapsed .inventory-item:nth-child(n + 6),
  .coming-soon-section .inventory-list.collapsed .hs_cos_wrapper_type_cta {
    margin: 0;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out, margin 0.4s ease-out;
    overflow: hidden;
  }

  .coming-soon-section .inventory-list .inventory-item,
  .coming-soon-section .inventory-list .hs_cos_wrapper_type_cta {
    max-height: 500px;
    opacity: 1;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
    overflow: hidden;
  }

}

@media (max-width: 480px) {
  .mc-card[data-status="on hold"] .mc-card-media:after {
    font-size: 14px;
  }
  .mc-card[data-status="sale"] .mc-card-media:after {
    width: 65px;
    font-size: 14px;
  }

  .mc-card .mc-auction-title {
    font-size: 14px;
  }
}

/* Individual styles */
/* For Loki Showroom & ShowHauler */
body.page-194878729506 .showroom-hero-section .inner,
body.page-194879017378 .showroom-hero-section .inner {
  min-height: auto;
}

@media (min-width: 768px) {
  body.page-194878729506 .showroom-hero-section .inner {
    aspect-ratio: 16 / 5.2;
  }
  
  body.page-194879017378 .showroom-hero-section .inner {
    aspect-ratio: 16 / 8.2;
  }
}

/* Pre-owened */
body.page-197519476882 .mc-showroom__bar {
  border: 1px solid var(--color-selected);
  border-right: 0;
  border-left: 0;
}

/* End Individual styles */
.mc-showroom-single .body-container-wrapper {
  padding-top: 0;
}

.showroom-single-content .inner > .row {
  /*   padding-top:6.11rem;
  padding-bottom:6.11rem; */
}

.showroom-single-content {
  margin-top: 75px;
}

.showroom-single-content .main-image-row .single-main-image{
  /*   aspect-ratio: 1.68; */
  object-fit: cover;
  width:100%!important;
  max-width:100%!important;
  height: auto !important;
}
.showroom-single-content .main-image-section .inner{
  padding:0;
}

.showroom-single-content[data-condition="certified pre-owned"] .media {
  position: relative;
}

.showroom-single-content[data-condition="certified pre-owned"] .media:before {
  content:'';
  background: url('https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/MTCS_logo_new_final_gold-1.png') no-repeat center;
  background-size: contain;
  width: 260px;
  max-width: 45%;
  aspect-ratio: 1062 / 241;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.showroom-single-content[data-condition="certified pre-owned"] .links-col {
  flex-wrap: wrap;
}

.showroom-single-content[data-condition="certified pre-owned"] .links-col .alt-link {
  width: 100%;
}

@media (min-width: 768px) {
  .showroom-single-content[data-condition="certified pre-owned"] .media:before {
    width: 500px;
    max-width: 40%;
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .showroom-single-content[data-condition="certified pre-owned"] .links-col .alt-link p {
    text-align: left;
    margin-bottom: 2.5rem;
  }
}

/* popop */
.glightbox-open .ginner-container{max-width:100vw;width:100vw;padding:0}
.lb-embed{width:100%}
.lb-embed .frame{position:relative;padding-top:56.25%}
.lb-embed .frame>*{position:absolute;inset:0;width:100%;height:100%;display:block} 

.glightbox-container .gnext svg,
.glightbox-container .gprev svg{
  display:none;
}
.glightbox-container .gclose,
.glightbox-container .gnext,
.glightbox-container .gprev{
  position:absolute;
  top: calc(50% - 58px);
  aspect-ratio: 1;
  background: var(--color-bg-main) !important;
  border: 1px solid #4e4e4e;
  color: transparent;
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0;
  max-width: 42px;
  overflow: hidden;
  transition: all .25s ease;
  width: 100%;
}
.glightbox-container .gclose:before,
.glightbox-container .gnext:before,
.glightbox-container .gprev:before {
  background: var(--color-gold);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 101%;
  transition: all .25s ease;
  width: 100%;
  z-index: 0;
}
.glightbox-container .gclose:hover:before,
.glightbox-container .gnext:hover:before,
.glightbox-container .gprev:hover:before {
  top: 0%; 
  /*   background: var(--color-text-placeholder) !important; */
}
.glightbox-container .gnext:after,
.glightbox-container .gprev:after {
  background: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/slider-arr-right-white.svg) no-repeat 50% / contain;
  content: "";
  height: 38%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38%;
  z-index: 2;
}
.glightbox-container .gprev{
  left:1rem;
}
.glightbox-container .gprev:after {
  transform: translate(-50%, -50%) rotateZ(180deg);
}
.glightbox-container .gnext{
  right:1rem;
}

.glightbox-container .gclose{
  top:3rem;
  right:1rem;
  left: unset;  
  padding:0;
  color: transparent;
  display: block;
  line-height: 1;
}

.glightbox-container .gclose svg {
  width: 40%;
  height:100%;
  margin:auto;
  position:relative;
  z-index:4;
}
.glightbox-container .gclose svg path {
  fill:#fff;
}


#mc-lightbox-gallery .gslide-image,
#mc-lightbox-gallery .gslide-image img {
  width:100%;
}
/* end popop */

.showroom-single-content .row.main-image-row{
  /*   margin-bottom:0;
  padding:0; */
}

.showroom-single-content .common-info-section .inner{
  text-align: center;
  padding-top:6.11rem;
  padding-bottom:6.11rem;

}
.showroom-single-content .common-info-section .row{
  max-width: 916px;
}
.showroom-single-content .common-info-section .title-row {
  margin:0 auto 3.5rem;
}
.showroom-single-content .common-info-section h1{
  font-size: clamp(34px, 40 / 1200 * 100vw, 40px);
  text-transform: uppercase;
  font-weight:300;
  margin-bottom:.5em;
}
.showroom-single-content .common-info-section .meta{
  max-width:90%;
  margin: 0 auto;
}
.showroom-single-content .specs-bar-row {
  display:flex;
  flex-flow:row wrap;
  /*   column-gap:2.66%; */
  column-gap:3.5%;
  margin-bottom: 2.75rem;
}
.showroom-single-content .mc-spec{
  text-align: left;
  /*   width: 23%; */
  width: 31%;
  border-bottom: 1px solid var(--color-selected);
  padding-bottom: .4rem;

}


.mc-spec .spec-label{
  font-weight:400;
  font-size:  .667rem;
  color:#a4a4a4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: .3em;

}
.mc-spec .spec-val {
  font-size: 1.056rem;
}
.showroom-single-content .action-bar-row{
  column-gap: 0;
  margin-bottom: min(7vw, 4.1rem);

}

.showroom-single-content .action-col-btn {
  padding: 1.2rem 0.889rem;
  display: block; 
}

.showroom-single-content .action-col {
  position:relative;
  border: 1px solid var(--color-selected);
  flex:1 0 20%;
  width:20%;
  z-index: 1;
  transition: border-color .3s ease;
}
.showroom-single-content .action-col.action-disabled{
  pointer-events: none;
}
.showroom-single-content .action-col.action-disabled .action-col-btn {
  opacity:.3;
}
.showroom-single-content .action-col:before {
  opacity:0;
  transition: all .3s ease;

  pointer-events: none;
  content: '';
  position: absolute;
  width: .889rem;
  height: .889rem;
  z-index:1;
  top:1rem;
  right:1rem;
  border-top: 1px solid var(--color-gold);
  border-right: 1px solid var(--color-gold);
}

.showroom-single-content .action-col:after {
  opacity:0;
  transition: all .3s ease;

  pointer-events: none;
  content: '';
  position: absolute;
  width: 100%;
  height:100%;
  z-index:0;
  top:0;
  left:0;
  background: url(https://47169059.fs1.hubspotusercontent-na1.net/hubfs/47169059/motorcoach-theme/assets/graphics/Property1Variant1.png) no-repeat center bottom / cover;
}
.showroom-single-content .action-col:not(:first-child){
  margin-left: -1px;
}
.showroom-single-content .action-col:hover {
  border-color: var(--color-gold);
  z-index: 2;
}
.showroom-single-content .action-col:hover:before ,
.showroom-single-content .action-col:hover:after {
  opacity:1;
}
.showroom-single-content .action-col:hover .action-col-text {
  color: var(--color-gold);
}
.showroom-single-content .action-col:hover svg path {
  fill: var(--color-gold);
}

.showroom-single-content .action-col-img {
  max-width: 55px;
  height: 48px;
  margin: 0 auto 3px;
}
.showroom-single-content .action-col svg path {
  transition: all .3s ease;
}
.showroom-single-content .action-col-text {
  font-weight:500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-bg-gray-light);
  transition: all .3s ease;
}


.showroom-single-content .links-col {
  display:flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.showroom-single-content .links-col .mc-btn {
  white-space: nowrap;
  transition: all .25s linear;
}

.showroom-single-content .links-col .mc-btn:hover {
  transform: translateX(-8px);
}

.showroom-single-content .links-col .mc-btn.mc-btn-gold:hover {
  transform: translateX(8px);
}

.showroom-single-content .price-wrap-col {
  text-align:left;
}
.foot-info-row .after-price-info {
  padding-top:.9em;
}
.foot-info-row .after-price-info strong {
  font-weight:400;
}
.foot-info-row .after-price-info a:hover {
  color: var(--color-gold);
  text-decoration: underline;
}

.foot-info-row .mc-auction-label {
  padding: 0 1rem 1rem 0;  
  max-width: fit-content;
  margin-right:auto;

  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:12px;


}
.foot-info-row .mc-auction-ico {
  max-width: 2rem;
}
.foot-info-row .mc-auction-ico img {
  width:100%;
  max-width:100%;
  aspect-ratio: 1;
  object-fit:contain;
}

.foot-info-row .mc-auction-title {
  font-weight: 500;
  font-size: clamp(15px, 18 / 1200 * 100vw, 18px);
  font-family: Riviera Nights, sans-serif;
  display: block;
  white-space: nowrap;
  margin-bottom: .25em;

}
.foot-info-row .mc-auction-time {
  font-weight: 400;
  font-size: clamp(12px, 14 / 1200 * 100vw, 14px);
  color:var(--color-error);
  display: block;
}
.foot-info-row .mc-card-price {
  position: relative;
  font-weight: 400;
  line-height:1;
  text-align:right;
  color: var(--color-gold);
  font-size: clamp(26px, 38 / 1200 * 100vw, 38px);
  display: inline-flex;
  align-items: flex-end;
  flex-flow: row wrap;
  column-gap:6px;
  /*   margin-bottom: 22px; */
  width: 100%;
}

.foot-info-row .mc-card-price-note-text {
  color: var(--color-text-main);
  font-family: "Riviera Nights", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.32;
  text-align: left;
  padding-bottom: 0.8rem;
}

.foot-info-row  .mc-card-price-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 10px;
}


.foot-info-row  .mc-card-price-msrp {
  text-decoration: line-through;
  font-size: 1.2rem;
}

.foot-info-row  .mc-card-price-monthly {
  padding-bottom: 0.6rem;
  font-size: 1.6rem;
}

.foot-info-row .mc-card-price-sale {
  font-size: 1.6rem;
}

.foot-info-row .mc-card-price.mc-card-price-sale {
  /*   color:var(--color-error);   */

}
.foot-info-row .mc-card-price-before{
  font-size: clamp(15px, 23 / 1200 * 100vw, 23px);
  color: var(--color-bg-gray-light);
  font-weight:300;   
  text-decoration: line-through;
  margin-bottom: 0;

}
.foot-info-row .mc-card-sale-label{
  /*   font-size: clamp(14px, 20 / 1200 * 100vw, 20px);
  font-weight:300;   
  position: absolute;
  top:100%;
  left:0; */
}

.foot-info-row .mc-card-has-status {
  margin-top:30px;
}

.foot-info-row .mc-card-status-label{
  color: var(--color-error);
  display: block;
  font-size: clamp(14px, 20 / 1200 * 100vw, 20px);
  font-weight: 400;
  left: 0;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  bottom: calc(100% + 10px);
  width: 100%;
}

.showroom-single-content .gallery-section{
  background: var(--color-border-dark);
}
.showroom-single-content .gallery-section .inner{
  /*   padding-bottom:4rem; */
  padding-bottom:0; 

}

.showroom-single-content .gallery-section .gallery > a{
  display:block;
  margin-bottom: min(15vw, 6rem);
}
.showroom-single-content .gallery-section .gallery > a:last-child{
  margin-bottom:0;
}

.showroom-single-content .gallery-section figure {
}
.showroom-single-content .gallery-section figure img {
  width:100%;
  max-width:100%;
}

.showroom-single-content .single-pager-section {
  background: var(--color-border-dark);
}
.showroom-single-content .single-pager-section .inner {
  padding:3.75rem 0  3.75rem;;
}

.showroom-single-content .single-pager-section  .pager-row{
  gap:0;
}
.showroom-single-content .single-pager-section .single-pager{
  height:100%;
}
.showroom-single-content .single-pager-section .single-pager a{
  display:block;
  position:relative;
  padding: 1.667rem 1.667rem 1.667rem 2rem;
  border:1px solid  var(--color-text-mid);
  transition: all .3s ease;
  height:100%;
}
.showroom-single-content .single-pager-section .single-pager svg{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width:.9rem;
  height:.9rem;
  z-index:1;
}
.showroom-single-content .single-pager-section .single-pager svg path{
  transition: all .3s ease;
}
.showroom-single-content .single-pager-section .single-pager a:hover{
  background: #2E2E2E;
}
.showroom-single-content .single-pager-section .single-pager a:hover .pager-title{
  color:var(--color-gold);
}
.showroom-single-content .single-pager-section .single-pager a:hover .pager-label{
  color:var(--color-gold);
}
.showroom-single-content .single-pager-section .single-pager a:hover svg path{
  fill: var(--color-gold);
}
.showroom-single-content .single-pager-section .single-pager .pager-next {
  padding: 1.667rem 2rem 1.667rem 1.667rem;
}
.showroom-single-content .single-pager-section .single-pager .pager-next svg{
  left:unset;
  right:1.5rem;
}
.showroom-single-content .single-pager-section .single-pager .pager-prev {
  text-align:right;
  margin-right:-1px;
}


.showroom-single-content .single-pager-section .pager-label{
  color:var(--color-bg-gray-light);
  margin-bottom: 5px;
  transition: all .3s ease;
}
.showroom-single-content .single-pager-section .pager-title{
  font-weight:400;
  color: var(--color-text-main);
  transition: all .3s ease;


}



@media (min-width: 981px){
  .showroom-single-content .foot-info-row{
    column-gap: 2%;
    /*     align-items: center; */ 
  }
  .showroom-single-content .price-wrap-col {
    width:58%;
  }
  .showroom-single-content .links-col {
    width:40%;

  }
}

@media (min-width: 768px) {
  .showroom-single-content .foot-info-row {
    align-items: flex-end;
  }
}

@media(max-width: 767px) {
  .showroom-single-content .common-info-section .inner{
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .showroom-single-content .action-bar-row{
    flex-flow: row wrap;
    row-gap: 0;
    margin-bottom: 3rem;
  }
  .showroom-single-content .action-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .showroom-single-content .mc-spec {
    /*     width: 48.66%; */
    width: 48.25%;
  }
  .showroom-single-content .foot-info-row {
    row-gap:2.5rem;
  }
  .showroom-single-content .single-pager-section .pager-row{
    flex-direction: column-reverse;
  }
  .showroom-single-content .single-pager-section .single-pager a{
    padding: 1rem 1rem 1rem 2rem;
  }
  .showroom-single-content .single-pager-section .single-pager svg {
    left: 0.75rem;
  }
  .showroom-single-content .single-pager-section .single-pager .pager-next{
    padding: 1rem 2rem 1rem 1rem;

  }
  .showroom-single-content .single-pager-section .single-pager .pager-next svg{
    right: 0.75rem;

  }
}


@media(max-width: 480px) {
  .showroom-single-content .mc-spec {

    width: 100%;

  }

}

/* Sticky Section */
.common-info-section.common-info-section-sticky {
  position: fixed;
  bottom: 0;
  background: var(--color-bg-main);
  z-index: 2;
  transition: all 0.7s cubic-bezier(0.35, 0.28, 0.51, 1.14);

  opacity: 0;
  transform: translateY(100%);
}

.common-info-section.common-info-section-sticky.visible {
  opacity: 1;
  transform: translateY(0);
}

.common-info-section.common-info-section-sticky .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.common-info-section.common-info-section-sticky .foot-info-row {
  gap: 20px;
}

.common-info-section.common-info-section-sticky .foot-info-row .after-price-info {
  display: none;
}

@media (max-width: 767px) {
  .common-info-section.common-info-section-sticky .foot-info-row .mc-card-price {
    justify-content: center;
  }
}
.section-contact-intro .inner {
  padding-top: 0;
}

.section-contact-intro .row {
  padding: 260px 20px 20px;
}

.section-contact-intro .row .col {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.section-contact-intro .section-contact-intro-contact-list {
  padding: 40px 50px 60px;
  background: rgba(14, 14, 14, 0.84);
  backdrop-filter: blur(15px);
}

.section-contact-intro .section-contact-intro-contact-list h2 {
  color: var(--color-gold);
  font-family: "Riviera Nights";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  background: none;
  background-clip: inherit;
  -webkit-text-fill-color: var(--color-gold);
}