/* Fonts */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');*/
@font-face {
    font-family: 'Good Times';
    src: url('../fonts/GoodTimes-Regular.eot');
    src: url('../fonts/GoodTimes-Regular.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/GoodTimes-Regular.woff2') format('woff2'),*/
        /*url('../fonts/GoodTimes-Regular.woff') format('woff'),*/
        url('../fonts/GoodTimes-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/Roboto-Regular.woff2') format('woff2'),*/
        /*url('../fonts/Roboto-Regular.woff') format('woff'),*/
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.eot');
    src: url('../fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BoldItalic.woff') format('woff'),
        url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/Roboto-Light.woff2') format('woff2'),*/
        /*url('../fonts/Roboto-Light.woff') format('woff'),*/
        url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/Roboto-Regular.woff2') format('woff2'),*/
        /*url('../fonts/Roboto-Regular.woff') format('woff'),*/
        url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/Roboto-Bold.woff2') format('woff2'),*/
        /*url('../fonts/Roboto-Bold.woff') format('woff'),*/
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'RobotoCondensed-BoldItalic';
    src: url('../fonts/RobotoCondensed-BoldItalic.eot');
    src: url('../fonts/RobotoCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/RobotoCondensed-BoldItalic.woff2') format('woff2'),*/
        /*url('../fonts/RobotoCondensed-BoldItalic.woff') format('woff'),*/
        url('../fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'RobotoMono';
    src: url('../fonts/RobotoMono-Regular.eot');
    src: url('../fonts/RobotoMono-Regular.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/RobotoCondensed-BoldItalic.woff2') format('woff2'),*/
        /*url('../fonts/RobotoCondensed-BoldItalic.woff') format('woff'),*/
        url('../fonts/RobotoMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'RobotoMono';
    src: url('../fonts/RobotoMono-Medium.eot');
    src: url('../fonts/RobotoMono-Medium.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/RobotoCondensed-BoldItalic.woff2') format('woff2'),*/
        /*url('../fonts/RobotoCondensed-BoldItalic.woff') format('woff'),*/
        url('../fonts/RobotoMono-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');*/

@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

*:focus, *:-webkit-direct-focus {
  outline-color: none;
  outline-style: none;
  outline-width: 0px;
  outline: none;
  border: 1px orange solid;
}
input:focus, textarea:focus, button:focus, select:focus {
  outline-color: none;
  outline-style: none;
  outline-width: 0px;
  outline: none;
}
.slick-slide:focus {
  outline: none;
}
* {
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto';
  font-weight: normal;
  font-size: var(--unit_x14);
  background-color: var(--col_pd90);
  color: var(--col_pl10);
}
body {
  background-color: var(--col_pd90);
  height: 100%;
  letter-spacing: 0.2px;
}
a {
  color: inherit !important;
  text-decoration: inherit;
}
sup {
  font-size: 0.7em;
}
body.stop-transition * { transition:none !important; }
.stop-transition { transition:none !important; }
.red {
  color: var(--col_pr60);
}
.fwNormal {
  font-weight: normal;
}
.dNone {
  display: none;
}
.underlined {
  text-decoration: underline;
}
.fz20 { font-size: var(--unit_x20); }
.mTop0 { margin-top: 0px; }
.mTop10 { margin-top: var(--unit_x10); }
.mTop15 { margin-top: var(--unit_x15); }
.mBottom8 { margin-bottom: var(--unit_x8); }
.mBottom10 { margin-bottom: var(--unit_x10); }
.mBottom15 { margin-bottom: var(--unit_x15); }
.mY10 { margin-top: var(--unit_x10); margin-bottom: var(--unit_x10); }

.coursorZoomIn {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.userSelectionOption {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.userSelectionOption > .img {
  margin-right: var(--unit_x5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: cover;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 25px;
  overflow: hidden;
}
.userSelectionOption > .img img {
  width: 100%;
  height: 100%;
}

.headerSucker {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  z-index: 999;
  background: var(--col_pd90);
  background: -moz-linear-gradient(to bottom, var(--col_pd90) 0px, var(--col_pd90) 61px, var(--col_pd90_0a) 200px, var(--col_pd90_0a) 100%) no-repeat border-box;
  background: -webkit-linear-gradient(to bottom, var(--col_pd90) 0px, var(--col_pd90) 61px, var(--col_pd90_0a) 200px, var(--col_pd90_0a) 100%) no-repeat border-box;
  background: linear-gradient(to bottom, var(--col_pd90) 0px, var(--col_pd90) 61px, var(--col_pd90_0a) 200px, var(--col_pd90_0a) 100%) no-repeat border-box;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--col_pd90), endColorstr=var(--col_pd90_0a),GradientType=0 );
}
.headerElement .headerLinksBox {
  display: none;
  margin-left: var(--unit_x44);
  /*display: flex;*/
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.headerElement .headerLinksBox .elm {
  font-size: var(--unit_x14);
  font-weight: bold;
}
.headerElement .headerLinksBox .elm:not(:last-child) {
  margin-right: var(--unit_x34);
}

@media only screen and (max-width: 1400px) {
  .headerElement .headerLinksBox > div:nth-child(n+5) {
    display: none;
  }
}
@media only screen and (max-width: 1160px) {
  .headerElement .headerLinksBox > div:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 1160px) {
  .headerElement .headerLinksBox > div:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .headerElement .headerLinksBox > div:nth-child(n+1) {
    display: none;
  }
}


.bgRadiant {
  position: fixed;
  left: 0px;
  top: 0px;
  width:100%;
  height:100%;
  z-index: 0;
  background: var(--col_pd90);
  background: radial-gradient(circle, var(--col_pd70) 0%, var(--col_pd90) 100%);
}
.flyMenuOuter {
  position: fixed;
  top: 0px;
  right: var(--unit_x26);
  width: var(--unit_x48);
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  z-index: 50;
}
.flyMenu {
  border-radius: var(--unit_x48);
  width: var(--unit_x48);
  /*height: var(--unit_x192);*/
  padding-top: var(--unit_x5);
  padding-bottom: var(--unit_x5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  background-color: var(--col_pd80);
  -webkit-box-shadow: 0px 0px 10px 0px var(--col_dropShadow_50a);
  box-shadow: 0px 0px 10px 0px var(--col_dropShadow_50a);
}
.flyMenu .elm {
  width: var(--unit_x37);
  max-width: var(--unit_x37);
  min-width: var(--unit_x37);
  height: var(--unit_x37);
  max-height: var(--unit_x37);
  min-height: var(--unit_x37);
  border-radius: var(--unit_x37);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  cursor: pointer;
}

.flyMenuOuter .flyMenu .elm[data-loadflymenu="goToHome"] {
  display: none;
}

.flyMenu .elm svg {
  width: var(--unit_x22);
  height: var(--unit_x22);
}
.flyMenu .elm:hover,
.flyMenu .elm.active {
  background-color: var(--col_pd100);
}
.flyMenu .elm.active svg {
  color: var(--col_pr60);
  fill: var(--col_pr60);
}
.flyMenu .contentBx .subsubhead {
  color: var(--col_white);
}
.flyMenu .contentBx {
  background-color: var(--col_pd80);
  padding: var(--unit_x17);
  position: absolute;
  width: var(--unit_x255);
  right: var(--unit_x60);
  transform: translateY(-50%);
  border-radius: var(--unit_x8);
  -webkit-box-shadow: 0px 0px 10px 0px var(--col_dropShadow_50a);
  box-shadow: 0px 0px 10px 0px var(--col_dropShadow_50a);
  display: none;
}
.flyMenu .contentBx > div:not(:last-child) {
  margin-bottom: var(--unit_x17);
}
.flyMenu .contentBx > div:first-child {
  margin-bottom: var(--unit_x8);
}
.flyMenu .contentBx .contactBlock {
  display: none;
}
.flyMenu .contentBx .contactBlock .sideBySide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.flyMenu .contentBx .contactBlock.active {
  display: block;
}
.flyMenu .contentBx .contactBlock > div {
  margin-bottom: var(--unit_x17);
}
.flyMenu .contentBx .contactBlock > div:last-child {
  margin-bottom: 0px;
}
.flyMenu .contentBx .contactBlock .notice  {
  color: var(--col_sg50);
}
.flyMenu .contentBx.active {
  display: block;
}
.flyMenu .contentBx .contactBlock .lnksBx  {
  font-size: var(--unit_x12);
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-direction: row;
  align-items: center;
}
.flyMenu .contentBx .contactBlock .lnksBx > div > a  {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-right: var(--unit_x24);
}
.flyMenu .contentBx .contactBlock .lnksBx > div:last-child  {
margin-right: 0px;
}
.flyMenu .contentBx .contactBlock .lnksBx svg  {
  width: var(--unit_x18);
  height: var(--unit_x18);
  margin-right: var(--unit_x5);
}
.flyMenu .contentBx .followUsBlock {
  margin-bottom: 0px;
}
.flyMenu .contentBx .followUsBlock .lnksBx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-top: var(--unit_x15);
}
.flyMenu .contentBx .followUsBlock .lnksBx > div {
  /*margin-right: var(--unit_x15);*/
}
@media only screen and (max-width: 992px) {
  .flyMenuOuter {
    display: none;
  }
  .flyMenuOuter.extra {
    display: flex;
  }

  .flyMenuOuter.extra {
    display: flex;
    top: auto;
    bottom: 0px;
    width: 100%;
    height: var(--unit_x47);
    right: inherit;
  }
  .flyMenuOuter.extra .flyMenu .elm[data-loadflymenu="goToHome"] {
    display: block;
  }
  .flyMenuOuter.extra .flyMenu {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    flex-direction: row;
    padding: 0px;
  }
  .flyMenuOuter.extra .flyMenu .elm {
    width: 100%;
    max-width: inherit;
    height: 100%;
    max-height: inherit;
    border-radius: 0px;
  }
  .flyMenuOuter.extra .flyMenu .contentBx {
    position: fixed;
    left: 0px;
    top: var(--unit_x56);
    width: 100%;
    height: calc(100% - var(--unit_x103));
    transform: none;
    margin-top: 0px !important;
  }
  .headerCallUsNowHotline {
    display: none;
  }
}
.headerElement_bg {
  position: fixed;
  width: 100%;
  z-index: 999;
  height: var(--unit_x56);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  padding-left: var(--unit_x18);
  padding-right: var(--unit_x18);

  top: 0;
  left: 0;
  opacity: 0;
  background-color: var(--col_pd90);
  background: radial-gradient(circle, var(--col_pd70) 0%, var(--col_pd80) 100%);
  box-shadow: 0px 0px 10px var(--col_pd90);
}
.headerCallUsNowHotline {
  font-size: var(--unit_x10);
  cursor: pointer;
  margin-right: var(--unit_x19);
}
.headerCallUsNowHotline .yellow {
  color: rgb(243, 169, 59);
}
@media (max-height:900px) {
  .headerElement_bg {
    opacity: 1 !important;
  }
}
.footerElement {
  background-color: var(--col_pd90);
}
.footerElement > .inner {
  max-width: var(--contentMaxWidth);
  margin: 0px auto 0px;
  padding-top: var(--unit_x78);
}
.footerElement .inner .quickFormBox {
  margin-bottom: var(--unit_x94);
}
.footerElement .inner .quickFormBox .backLabelArea {
  margin-top: var(--unit_x18);
  display: none;
}
.footerElement .followLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.footerElement .followLine .followBlock {
  display: flex;
}
.footerElement .followLine .followBlock .inner {
  display: flex;
}
.footerElement .followLine .followBlock .inner > div svg {
  width: var(--unit_x14);
  height: var(--unit_x14);
  color: var(--col_sg50);
  fill: var(--col_sg50);
}
.footerElement .followLine .followBlock .inner > div {
  font-size: var(--unit_x12);
  line-height: calc(var(--unit_x12) * 1.125);
  margin-right: var(--unit_x13);
  display: flex;
  align-items: center;
  color: var(--col_sg50);
}
.footerElement .footTexts > p:first-child {
  margin-top: 0px;
}
.footerElement .lastLine {
  font-size: var(--unit_x12);
}
.footerElement .badgesLogosLine {
  display: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.footerElement .badgesLogosLine img {
  height: 100%;
}
.footerElement .badgesLogosLine img:nth-child(1) { width: var(--unit_x75); }
.footerElement .badgesLogosLine img:nth-child(2) { width: var(--unit_x132); }
.footerElement .badgesLogosLine img:nth-child(3) { width: var(--unit_x92); }
.footerElement .badgesLogosLine img:nth-child(4) { width: var(--unit_x68); }
.footerElement .badgesLogosLine img:nth-child(5) { width: var(--unit_x133); }
.footerElement .badgesLogosLine img:nth-child(6) { width: var(--unit_x102); }

@media only screen and (max-width: 992px) {
  .footerElement .badgesLogosLine img:nth-child(1) { width: var(--unit_x60); }
  .footerElement .badgesLogosLine img:nth-child(2) { width: var(--unit_x106); }
  .footerElement .badgesLogosLine img:nth-child(3) { width: var(--unit_x74); }
  .footerElement .badgesLogosLine img:nth-child(4) { width: var(--unit_x54); }
  .footerElement .badgesLogosLine img:nth-child(5) { width: var(--unit_x106); }
  .footerElement .badgesLogosLine img:nth-child(6) { width: var(--unit_x82); }
}
@media only screen and (max-width: 768px) {
  .footerElement .inner .quickFormBox {
    margin-bottom: var(--unit_x20);
  }
  .footerElement .badgesLogosLine {
    margin-bottom: var(--unit_x20);
  }
  .footerElement .badgesLogosLine img:nth-child(1) { width: var(--unit_x38); }
  .footerElement .badgesLogosLine img:nth-child(2) { width: var(--unit_x66); }
  .footerElement .badgesLogosLine img:nth-child(3) { width: var(--unit_x46); }
  .footerElement .badgesLogosLine img:nth-child(4) { width: var(--unit_x34); }
  .footerElement .badgesLogosLine img:nth-child(5) { width: var(--unit_x67); }
  .footerElement .badgesLogosLine img:nth-child(6) { width: var(--unit_x51); }
}
@media only screen and (max-width: 414px) {
  .footerElement .inner .quickFormBox {
    margin-bottom: var(--unit_x35);
  }
  .footerElement .badgesLogosLine {
    margin-bottom: var(--unit_x35);
  }
  .footerElement .badgesLogosLine img:nth-child(1) { width: var(--unit_x23); }
  .footerElement .badgesLogosLine img:nth-child(2) { width: var(--unit_x40); }
  .footerElement .badgesLogosLine img:nth-child(3) { width: var(--unit_x28); }
  .footerElement .badgesLogosLine img:nth-child(4) { width: var(--unit_x20); }
  .footerElement .badgesLogosLine img:nth-child(5) { width: var(--unit_x40); }
  .footerElement .badgesLogosLine img:nth-child(6) { width: var(--unit_x31); }
}

/* Footer Google Ratings Line */
.googleRatingFooterLine {
  position: fixed;
  left: var(--unit_x27);
  bottom: var(--unit_x27);
  color: var(--col_pl10);
  font-size: var(--unit_x14);
  cursor: pointer;
  z-index: 50000;
}
.googleRatingFooterLine .inner,
.footerElement .followLine .ratingBlock .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.googleRatingFooterLine .inner .googleIcon,
.footerElement .followLine .ratingBlock .inner .googleIcon {
  margin-right: var(--unit_x8);
}
.googleRatingFooterLine .inner .googleIcon svg,
.footerElement .followLine .ratingBlock .inner .googleIcon svg {
  width: var(--unit_x16);
  height: var(--unit_x16);
}
.googleRatingFooterLine .inner .ratingSum,
.footerElement .followLine .ratingBlock .inner .ratingSum {
  margin-right: var(--unit_x4);
}
.googleRatingFooterLine .reviewsCountLable,
.footerElement .followLine .ratingBlock .reviewsCountLable {
  margin-left: var(--unit_x4);
  font-size: var(--unit_x10);
  color: var(--col_pl10);
}
.footerElement .followLine .ratingBlock .reviewsCountLable {
  color: var(--col_sg50);
}
.googleRatingFooterLine .stars,
.googleRatingFooterLine .stars .star,
.googleRatingFooterLine .inner .googleIcon,
.footerElement .followLine .ratingBlock .stars,
.footerElement .followLine .ratingBlock .stars .star,
.footerElement .followLine .ratingBlock .inner .googleIcon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.googleRatingFooterLine .inner > div,
.footerElement .followLine .ratingBlock .inner > div {
  margin-right: var(--unit_x0);
}
.googleRatingFooterLine .inner > div svg,
.footerElement .followLine .ratingBlock .inner > div svg {
  width: var(--unit_x14);
  height: var(--unit_x14);
  color: var(--col_pl10);
  fill: var(--col_pl10);
}
@media only screen and (max-width: 768px) {
  .googleRatingFooterLine {
    display: none;
  }
}
/* Footer AddNewsletter Line */
.addNewsletterFooterLine {
  position: fixed;
  right: var(--unit_x27);
  bottom: var(--unit_x27);
  color: var(--col_pl10);
  font-size: var(--unit_x14);
  cursor: pointer;
  z-index: 50000;
  font-size: var(--unit_x10);
}
.addNewsletterFooterLine .inner a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  height: 20px;
}
.addNewsletterFooterLine .inner a:hover {
  text-decoration: underline;
}
.addNewsletterFooterLine .mailIcon {
  height: 20px;
  margin-right: var(--unit_x5);
  display: flex;
  align-items: center;
}
.addNewsletterFooterLine .mailIcon svg {
  width: var(--unit_x16);
  height: var(--unit_x16);
  fill: rgb(243, 169, 59);
}
@media only screen and (max-width: 768px) {
  .addNewsletterFooterLine {
    display: none;
  }
}
/* Footer FollowUs Line */
.followUsLine {
  position: fixed;
  left: var(--unit_x27);
  bottom: var(--unit_x27);
  color: var(--col_pl10);
  font-size: var(--unit_x12);
  z-index: 50000;
}
.followUsLine .inner {
  display: flex;
}
.followUsLine .inner > div {
  margin-right: var(--unit_x13);
}
.followUsLine .inner > div svg {
  width: var(--unit_x14);
  height: var(--unit_x14);
  color: var(--col_pl10);
  fill: var(--col_pl10);
}
@media only screen and (max-width: 768px) {
  .followUsLine {
    display: none;
  }
  .footerElement .followLine {
    flex-direction: column;
  }
  .footerElement .followLine > div {
    margin-bottom: var(--unit_x10);
  }
  .footerElement .followLine > div:last-child {
    margin-bottom: 0px;
  }
}

#mainDiv {
  position: relative;
  top: 0px;
  z-index: 2;
  overflow: hidden;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.mainContent {
  height: 100%;
  max-width: var(--contentMaxWidth);
  margin: 0px auto;
}
/* Main Menu */
#mainMenu {
  display: flex;
  align-items: center;
  opacity: 1;
  display: none;
  opacity: 0.01;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  min-height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: var(--col_pd90);
  z-index: 999;
  color: var(--col_pl40);
  white-space: nowrap;
  overflow-y: scroll;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-overflow-scrolling: touch;
}
#mainMenu.active {
  display: flex;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#mainMenu .inner {
  width: 90%;
  max-width: 900px;
  display: flex;
  justify-content: flex-start;
  overflow-y: visible;
  position: relative;
  max-width: var(--contentMaxWidth);
}
#mainMenu .leftRow {
  width: 50%;
  font-size: var(--unit_x44);
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: calc(var(--unit_x44)*0.025);
}
#mainMenu .leftRow > div {
  margin-bottom: var(--unit_x20);
  cursor: pointer;
}
#mainMenu .leftRow div.visible > a {
  display: flex;
  align-items: center;
  height: var(--unit_x17);
  overflow: visible;
  display: flex;
  align-items: center;
}
#mainMenu .leftRow > div:hover {
  color: var(--col_pr60);
}
#mainMenu .leftRow > div:last-child {
  margin-bottom: 0px;
}
#mainMenu .leftRow > div.active {
  color: var(--col_pr80);
}
#mainMenu .leftRow > div [data-hoveraction] {
  position: relative;
  left: 0px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#mainMenu .leftRow > div.active [data-hoveraction] {
  left: var(--unit_x22);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#mainMenu .rightRow {
  width: 50%;
  right: 0px;
  overflow: hidden;
  position: absolute;
  padding-left: var(--unit_x76);
}
#mainMenu .rightRow > div {
  position: relative;
  margin-bottom: var(--unit_x24);
  cursor: pointer;
  width: 0px;
  overflow: hidden;
  -webkit-transition: all 1.50s ease-out;
  -moz-transition: all 1.50s ease-out;
  -o-transition: all 1.50s ease-out;
  -ms-transition: all 1.50s ease-out;
  transition: all 1.50s ease-out;
}
#mainMenu .rightRow > div.visible {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 1.50s ease-out;
  -moz-transition: all 1.50s ease-out;
  -o-transition: all 1.50s ease-out;
  -ms-transition: all 1.50s ease-out;
  transition: all 1.50s ease-out;
}
#mainMenu .rightRow > div svg, #mainMenu .locationStr svg {
  width: var(--unit_x30);
  height: var(--unit_x30);
  fill: currentColor;
  display: none;
}
#mainMenu .rightRow > div.visible svg, #mainMenu .locationStr svg {
  display: block;
}
#mainMenu .rightRow > div.visible > a {
  display: flex;
  align-items: center;
  height: var(--unit_x17);
  overflow: visible;
  display: flex;
  align-items: center;
}
#mainMenu .rightRow > div.visible > a > img {
  margin-left: var(--unit_x10);
  height: var(--unit_x14);
}
#mainMenu .rightRow > div.visible > a > img.dacia {
  height: var(--unit_x4);
}
#mainMenu .rightRow > div.visible > a > img.hyundai {
  height: var(--unit_x10);
}
#mainMenu .rightRow > div {
  padding-left: var(--unit_x16);
}
#mainMenu .rightRow > div::before {
  content: '';
  display: block;
  width: 0px;
  height: var(--unit_x1);
  background-color: var(--col_pr80);
  left: 0;
  float: left;
  top: 50%;
  opacity: 0.001;
  position: absolute;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#mainMenu .rightRow > div:hover::before {
  opacity: 1;
  width: var(--unit_x11);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#mainMenu .rightRow > div:last-child {
  margin-bottom: 0px;
}
#mainMenu div[data-submenu] {
  font-size: var(--unit_x18);
  color: var(--col_pl40);
  overflow: hidden;
  display: none;
}
#mainMenu div[data-submenu] > div {
  position: relative;
  margin-top: var(--unit_x14);
  margin-bottom: var(--unit_x14);
  cursor: pointer;
  width: 0px;
  overflow: hidden;
  -webkit-transition: all 0.50s ease-out;
  -moz-transition: all 0.50s ease-out;
  -o-transition: all 0.50s ease-out;
  -ms-transition: all 0.50s ease-out;
  transition: all 0.50s ease-out;
}
#mainMenu div[data-submenu] > div.visible {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.50s ease-out;
  -moz-transition: all 0.50s ease-out;
  -o-transition: all 0.50s ease-out;
  -ms-transition: all 0.50s ease-out;
  transition: all 0.50s ease-out;
}
#mainMenu div[data-submenu].active {
  display: block;
  height: 100%;
}
#mainMenu .active .expandIcon {
  display: none;
}
#mainMenu .active .reduceIcon {
  display: inline-block;
}
#mainMenu .searchField::before {
  width: 10px;
  height: 3px;
  color: #E4002B;
  content: "—";
}
#mainMenu [data-clickaction="mainMenuLeft"] {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#mainMenu [data-clickaction="mainMenuLeft"].active {
  margin-left: 25px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 992px) {
  #mainMenu {
    align-items: flex-start !important;
    padding-top: var(--unit_x73);
  }
  #mainMenu .leftRow {
    width: 100%;
    font-size: var(--unit_x38);
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: calc(var(--unit_x44)*0.025);
    text-align: left;
  }
  #mainMenu .rightRow {
  }
  #mainMenu .leftRow > div [data-hoveraction]:after {
    content:'';
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='.87'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E");*/
    background-position: center;
    background-repeat: no-repeat;
    width: var(--unit_x20);
    height: 100%;
    position: absolute;
    right: 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  #mainMenu .leftRow > div [data-hoveraction].active:after {
    transform: rotate(180deg);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  #mainMenu .leftRow > div [data-hoveraction].active {
    margin-left: var(--unit_x20);
  }
  #mainMenu div[data-submenu] {
    margin-left: var(--unit_x20);
  }
}
.bgGradient {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: fixed;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(16,24,32,0.3) 0%, rgba(112,112,112,0.6) 100%);
  background: -webkit-linear-gradient(180deg, rgba(16,24,32,0.3) 0%, rgba(112,112,112,0.6) 100%);
  background: linear-gradient(180deg, rgba(16,24,32,0.3) 0%, rgba(112,112,112,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#707070",GradientType=1);
}


/* Web 1on1 Chat */
.smooch_button {
  right: var(--unit_x27);
  bottom: var(--unit_x27);
}
@media only screen and (min-width: 768px) {
  .smooch_button {
    right: var(--unit_x27) !important;
    bottom: 0 !important;
  }
}


/* Event PopUp(s) */
.eventPopUp {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: fixed;
  z-index: 9999;
}
.eventPopUp .bg {
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.eventPopUp .inner {
  position: absolute;
  width: 100%;
  height: 90%;
  left: 50%;
  top: 5%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.eventPopUp .playIcon {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  z-index: 50001;
}
.eventPopUp .inner:hover .playIcon {
  color: var(--col_pr60);
}
.eventPopUp .closeIcon {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 50px;
  top: 5%;
  cursor: pointer;
  z-index: 50001;
}
@media only screen and (max-width: 768px) {
  .eventPopUp .inner {
    max-width: 80%;
  }
  .eventPopUp .closeIcon {
    right: 5px;
    top: 5px;
  }
}


/* Chat Bubble */
.smooch_button {
  bottom: -10px !important;
}
