@charset "UTF-8";
/* General Colors */
/* EV Color Scheme */
:root {
  --font-family: $font-family;
  --font-family-bold: $font-family-bold;
  --font-family-san: $font-family-san;
  --font-family-san-bold: $font-family-san-bold;
}

/* Archived Colors */
/* 2021 MINI PowerPoint Master */
/* Communication - Subbrands */
/* Launch - MINI Vehicle */
/* Communication - Paint Finishes */
/* MINI Style */
/* EV Color Scheme */
/* MINI 60 KV color */
.chromeframe {
  position: absolute;
  top: 0;
}

@font-face {
  font-family: MiniSans;
  src: url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.eot);
  src: url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.woff2) format("woff2"), url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.woff) format("woff"), url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.ttf) format("truetype"), url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.svg#svgFontName) format("svg");
}
@font-face {
  font-family: MiniSansBold;
  src: url(/common/fonts/mini-sans/regular/mini_sans_serif-bold-webfont.eot);
  src: url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.woff2) format("woff2"), url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.woff) format("woff"), url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.ttf) format("truetype"), url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.svg#svgFontName) format("svg");
}
@font-face {
  font-family: MiniSerif;
  src: url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.eot);
  src: url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.woff2) format("woff2"), url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.woff) format("woff"), url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.ttf) format("truetype"), url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.svg#svgFontName) format("svg");
}
@font-face {
  font-family: MiniSerifBold;
  src: url(/common/fonts/mini-serif/regular/mini_serif-bold-webfont.eot);
  src: url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.woff2) format("woff2"), url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.woff) format("woff"), url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.ttf) format("truetype"), url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.svg#svgFontName) format("svg");
}
@font-face {
  font-family: MiniIcons;
  src: url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.eot);
  src: url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.woff2) format("woff2"), url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.woff) format("woff"), url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.ttf) format("truetype"), url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.svg#svgFontName) format("svg");
}
html, body {
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "MiniSerif", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}

h1, h2, h3, h4, p {
  font-family: "MiniSerif", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2em;
  margin: 0.5em 0;
}

hgroup {
  margin: 1em 0 2em;
}
hgroup h1, hgroup h2, hgroup h3, hgroup h4 {
  margin: 0;
}

strong {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
}

a {
  color: #000;
}

ol li, ul li {
  margin-bottom: 0.5em;
}

img {
  display: block;
  max-width: 100%;
}

hr {
  border: 1px solid #000;
  border-width: 1px 0 0 0;
  width: 100%;
  height: 0;
  margin: 0.5em 0;
}

small, .small, .remark, .remarks {
  font-size: 0.8em;
}

.nowrap {
  white-space: nowrap;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.theme-dark {
  color: #fff;
}
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark a {
  color: #fff;
}
.theme-dark hr {
  border-color: #fff;
}

.font-family-serif {
  font-family: "MiniSerif", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif !important;
  font-weight: normal;
}

.font-family-serif-bold {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif !important;
  font-weight: bold;
}

.font-family-san {
  font-family: "MiniSans", "Noto Sans HK", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
  font-weight: normal;
}

.font-family-san-bold {
  font-family: "MiniSansBold", "Noto Sans HK", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
  font-weight: bold;
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
Layout
========================================================================== */
.wrapper {
  position: relative;
  min-width: 320px;
  margin: 0 auto;
}

.d-max-1200 {
  max-width: 1200px;
}

.d-max-1600 {
  max-width: 1600px;
}

.d-max-1920 {
  max-width: 1920px;
}

#form_iframe {
  width: 100%;
  height: 900px;
}

@media (min-width: 992px) {
  #form_iframe {
    height: 700px;
  }
}
/* ==========================================================================
Elements
========================================================================== */
iframe[name=google_conversion_frame] {
  position: absolute;
  bottom: 0;
}

i.parking {
  display: inline-block;
  background-color: #1c69d4;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  text-align: center;
}

.icon-phone {
  display: inline;
  width: 18px;
  vertical-align: middle;
}

ul.triangle {
  margin-left: 10px;
  padding-left: 0;
}

ul.triangle li, p.triangle, div.triangle {
  padding-left: 1em;
  margin-left: 0;
  position: relative;
  list-style: none;
}

ul.triangle li:before, p.triangle:before, div.triangle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.5em;
  border-color: transparent transparent transparent currentcolor;
  position: absolute;
  left: 0;
  top: 0.3em;
}

.callout {
  background-color: #f1f1f1;
  padding: 10px;
  margin-bottom: 1em;
}

.chn-quote {
  margin: 0 -0.25em;
}

.chn-quote-l-0 {
  margin-left: -0.5em;
}

.chn-match-height {
  font-size: 1.3em;
  position: relative;
  bottom: -0.1em;
}

.fade-left, .fade-right, .fade-top, .fade-bottom, .fade-zoom-in, .fade-zoom-out, .fade-in, .fade-flip-top, .fade-flip-bottom, .fade-flip-left, .fade-flip-right {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), ease-out;
}

.fade-left {
  transform: translateX(-50px);
}

.fade-right {
  transform: translateX(50px);
}

.fade-top {
  transform: translateY(-50px);
}

.fade-bottom {
  transform: translateY(50px);
}

.fade-zoom-in {
  transform: scale(0.9);
}

.fade-zoom-out {
  transform: scale(1.1);
}

.fade-flip-perspective {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -o-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}

.fade-flip-top {
  transform: rotateX(-45deg);
}

.fade-flip-bottom {
  transform: rotateX(45deg);
}

.fade-flip-left {
  transform: rotateY(45deg);
}

.fade-flip-right {
  transform: rotateY(-45deg);
}

.fade-delay-1 {
  transition-delay: 0.2s;
}

.fade-delay-2 {
  transition-delay: 0.4s;
}

.fade-delay-3 {
  transition-delay: 0.6s;
}

.fade-delay-4 {
  transition-delay: 0.8s;
}

.fade-delay-5 {
  transition-delay: 1s;
}

.is-active .fade-left, .is-active .fade-right, .is-active .fade-top, .is-active .fade-bottom, .is-active .fade-zoom-in, .is-active .fade-zoom-out, .is-active .fade-in, .is-active .fade-flip-top, .is-active .fade-flip-bottom, .is-active .fade-flip-left, .is-active .fade-flip-right, .is-active.fade-left, .is-active.fade-right, .is-active.fade-top, .is-active.fade-bottom, .is-active.fade-zoom-in, .is-active.fade-zoom-out, .is-active.fade-in, .is-active.fade-flip-top, .is-active.fade-flip-bottom, .is-active.fade-flip-left, .is-active.fade-flip-right, .snav-active .sec-active .fade-left, .snav-active .sec-active .fade-right, .snav-active .sec-active .fade-top, .snav-active .sec-active .fade-bottom, .snav-active .sec-active .fade-zoom-in, .snav-active .sec-active .fade-zoom-out, .snav-active .sec-active .fade-in, .snav-active .sec-active .fade-flip-top, .snav-active .sec-active .fade-flip-bottom, .snav-active .sec-active .fade-flip-left, .snav-active .sec-active .fade-flip-right, .snav-active .sec-active.fade-left, .snav-active .sec-active.fade-right, .snav-active .sec-active.fade-top, .snav-active .sec-active.fade-bottom, .snav-active .sec-active.fade-zoom-in, .snav-active .sec-active.fade-zoom-out, .snav-active .sec-active.fade-in, .snav-active .sec-active.fade-flip-top, .snav-active .sec-active.fade-flip-bottom, .snav-active .sec-active.fade-flip-left, .snav-active .sec-active.fade-flip-right {
  opacity: 1;
}
.is-active .fade-left, .is-active .fade-right, .is-active.fade-left, .is-active.fade-right, .snav-active .sec-active .fade-left, .snav-active .sec-active .fade-right, .snav-active .sec-active.fade-left, .snav-active .sec-active.fade-right {
  transform: translateX(0);
}
.is-active .fade-top, .is-active .fade-bottom, .is-active.fade-top, .is-active.fade-bottom, .snav-active .sec-active .fade-top, .snav-active .sec-active .fade-bottom, .snav-active .sec-active.fade-top, .snav-active .sec-active.fade-bottom {
  transform: translateY(0);
}
.is-active .fade-zoom-in, .is-active .fade-zoom-out, .is-active.fade-zoom-in, .is-active.fade-zoom-out, .snav-active .sec-active .fade-zoom-in, .snav-active .sec-active .fade-zoom-out, .snav-active .sec-active.fade-zoom-in, .snav-active .sec-active.fade-zoom-out {
  transform: scale(1);
}
.is-active .fade-flip-top, .is-active .fade-flip-bottom, .is-active.fade-flip-top, .is-active.fade-flip-bottom, .snav-active .sec-active .fade-flip-top, .snav-active .sec-active .fade-flip-bottom, .snav-active .sec-active.fade-flip-top, .snav-active .sec-active.fade-flip-bottom {
  transform: rotateX(0);
}
.is-active .fade-flip-left, .is-active .fade-flip-right, .is-active.fade-flip-left, .is-active.fade-flip-right, .snav-active .sec-active .fade-flip-left, .snav-active .sec-active .fade-flip-right, .snav-active .sec-active.fade-flip-left, .snav-active .sec-active.fade-flip-right {
  transform: rotateY(0);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes blinker {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  74% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tnav .tnav-bg {
  opacity: 0;
  transition: opacity 0.3s;
}
.tnav .tnav-bar a {
  color: #fff !important;
}
.tnav .logo-color, .tnav .electric-logo-color {
  fill: #fff;
}

.tnav-alinks {
  opacity: 0;
  pointer-events: none;
}

.tnav-fixed-top .tnav-bg.tnav-bg-active {
  background-color: #819558 !important;
  opacity: 1;
}
.tnav-fixed-top .tnav-bg.tnav-bg-active .tnav-alinks {
  opacity: 1;
  pointer-events: auto;
}

.theme-adventure .tnav .tnav-bar a {
  color: #fff !important;
}
.theme-adventure .tnav .logo-color, .theme-adventure .tnav .electric-logo-color {
  fill: #fff;
}
.theme-adventure .tnav-fixed-top .tnav-bg.tnav-bg-active {
  background-color: #809658 !important;
}

.footer {
  max-width: 1280px;
  padding: 15px;
}

.footer-disclaimer {
  display: none;
}

@media (min-width: 768px) {
  .footer {
    display: flex;
    flex-direction: row;
  }
  .footer .footer-copyrights {
    order: 2;
    margin: 0 0 0 2em !important;
  }
  .footer .footer-copyrights p {
    line-height: 21px;
    margin: 0 !important;
  }
}
.hero {
  position: relative;
  z-index: 5;
}
.hero:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .hero:before {
    padding-bottom: 56.25%;
  }
}

.hero-banner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.hero-banner img {
  width: 100%;
  position: relative;
  z-index: 2;
}

section.introduction {
  position: relative;
  padding-top: min(5vw, 64px);
  padding-bottom: min(5vw, 64px);
  z-index: 6;
}
section.introduction .container-fluid {
  max-width: 500px;
  position: relative;
  z-index: 2;
}
section.introduction .content {
  text-align: center;
}
section.introduction h3 {
  border-radius: 1000px;
  background-color: #e7004a;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-size: min(5.5vw, 28px);
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0.5em 1em;
  position: relative;
}
section.introduction h3:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 1px solid #e7004a;
  border-radius: 1000px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: -4px;
  top: -4px;
  pointer-events: none;
}
section.introduction p {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  section.introduction h3 {
    font-size: min(5vw, 28px);
  }
}
@media (min-width: 768px) {
  section.introduction {
    padding-top: min(7vw, 86px);
  }
  section.introduction .container-fluid {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  section.introduction .container-fluid {
    max-width: 900px;
  }
}

.cta-btn-floating {
  border: 3px solid #fff;
  border-radius: 1000px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.1em;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 50;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .cta-btn-floating:hover {
    background-color: #641978 !important;
  }
}
.cta-btn-floating span {
  display: block;
  padding: 10px;
}
.registration-active .cta-btn-floating {
  opacity: 0;
  pointer-events: none;
}
.cta-btn-floating.btn-form-workshop {
  bottom: 210px !important;
  background-color: #006f2b;
}
.cta-btn-floating.btn-form-lead {
  bottom: 110px !important;
  background-color: #ed5700;
}
.cta-btn-floating.btn-form-testdrive {
  bottom: 110px !important;
  background-color: #3f2a85;
}
@media (max-width: 992px) {
  .cta-btn-floating {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
  .cta-btn-floating.btn-form-workshop {
    bottom: 170px !important;
  }
  .cta-btn-floating.btn-form-lead {
    bottom: 80px !important;
  }
  .cta-btn-floating.btn-form-testdrive {
    bottom: 80px !important;
  }
}

section.cta {
  padding-top: 30px;
  padding-bottom: min(10vw, 50px);
  position: relative;
  z-index: 10;
}
section.cta .container-fluid {
  max-width: 1600px;
  position: relative;
  z-index: 2;
}
section.cta hgroup {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.cta hgroup h1 {
  min-width: 200px;
  width: 50%;
  max-width: 400px;
}
section.cta hgroup h2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  padding: 0.25em 1em;
  margin: 0 auto;
  width: 60%;
  max-width: 300px;
}
section.cta .shortcut-group {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: min(5vw, 60px);
  position: relative;
  z-index: 5;
}
section.cta .shortcut-item {
  background-color: #20468f;
  border-radius: 500px;
  color: #fff;
  display: grid;
  grid-template-rows: 2fr 1.8fr 1.2fr;
  position: relative;
  max-width: 220px;
  justify-self: center;
  align-self: center;
}
section.cta .shortcut-item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 2px solid #20468f;
  border-radius: 500px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  left: -6px;
  top: -6px;
}
section.cta .shortcut-thumb {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
section.cta .shortcut-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
section.cta .shortcut-desc p {
  color: #fff;
  font-size: min(2.4vw, 18px);
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1.2em;
}
section.cta #shortcut-workshop {
  grid-column: 1/5;
  background-color: #006f2b;
}
section.cta #shortcut-workshop:before {
  border-color: #006f2b;
}
section.cta #shortcut-offers {
  grid-column: 5/9;
  background-color: #ed5700;
}
section.cta #shortcut-offers:before {
  border-color: #ed5700;
}
section.cta #shortcut-dd-offers {
  grid-column: 9/13;
  background-color: #123F94;
}
section.cta #shortcut-dd-offers:before {
  border-color: #123F94;
}
section.cta .col2 #shortcut-offers {
  grid-column: 3/7;
}
section.cta .col2 #shortcut-dd-offers {
  grid-column: 7/11;
}
section.cta #shortcut-testdrive {
  grid-column: 3/7;
  background-color: #3f2a85;
}
section.cta #shortcut-testdrive:before {
  border-color: #3f2a85;
}
section.cta #shortcut-carshow {
  grid-column: 7/11;
  background-color: #ed5700;
}
section.cta #shortcut-carshow:before {
  border-color: #ed5700;
}
section.cta .btn-shortcut {
  background-color: #5f2e79;
  border-radius: 100px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: min(3vw, 18px);
  margin: 0.25em auto;
  width: 7em;
  height: 3em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  height: 2em;
  position: relative;
  z-index: 5;
}
section.cta .btn-shortcut span {
  display: block;
  line-height: 1.1em;
}
section.cta .btn-shortcut:hover {
  background-color: #ed5700;
}
@media (min-width: 992px) {
  section.cta .shortcut-group {
    gap: min(4vw, 40px);
  }
  section.cta .shortcut-desc p {
    font-size: min(1.1vw, 20px);
  }
  section.cta .shortcut-desc p:first-child {
    padding-top: 1em;
  }
  section.cta .shortcut-item {
    max-width: none;
    grid-template-columns: 1.5fr 2fr;
    grid-template-rows: 2fr 1fr;
    padding-right: 20px;
  }
  section.cta .shortcut-thumb {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  section.cta .btn-shortcut {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: min(1.2vw, 20px);
  }
  section.cta #shortcut-aceman .shortcut-desc p.small {
    font-size: min(1vw, 14px);
  }
}

section.activities {
  position: relative;
  z-index: 30;
  padding: 40px 0;
}
section.activities .container-fluid {
  position: relative;
}
.page-thankyou section.activities .container-fluid {
  padding-top: 40px;
  padding-bottom: 20px;
}
section.activities h2, section.activities h3, section.activities h4, section.activities p, section.activities th, section.activities td, section.activities a {
  color: #fff;
  font-weight: bold;
}
section.activities h2, section.activities h3, section.activities h4, section.activities p {
  text-align: center;
}
section.activities h2 {
  margin-bottom: 0;
}
section.activities .activities-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section.activities .activities-info {
  background: #123F94;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
}
section.activities .activities-info:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 2px solid #123F94;
  border-radius: 15px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  left: -6px;
  top: -6px;
  pointer-events: none;
}
section.activities .activities-info table {
  width: 100%;
  margin: 0 auto;
}
section.activities .activities-info th {
  text-align: center;
}
section.activities .activities-info ul {
  margin-top: 0;
  margin-bottom: 0;
}
section.activities .activities-info li {
  margin-bottom: 2px;
}
section.activities .activities-info li:last-child {
  margin-bottom: 0;
}
section.activities .activities-info .row-2, section.activities .activities-info .row-4 {
  background: #f183b2;
}
section.activities .activities-info .row-3, section.activities .activities-info .row-5 {
  background: #006f2b;
}
section.activities .activities-info .row-2 .activities-date, section.activities .activities-info .row-3 .activities-date, section.activities .activities-info .row-4 .activities-date, section.activities .activities-info .row-5 .activities-date {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
section.activities .activities-info .row-2 .activities-desc, section.activities .activities-info .row-3 .activities-desc, section.activities .activities-info .row-4 .activities-desc, section.activities .activities-info .row-5 .activities-desc {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
section.activities .activities-info .empty-row {
  padding: 2px;
}
section.activities th, section.activities td {
  vertical-align: middle;
  padding: 10px 5px;
  position: relative;
}
section.activities li {
  white-space: nowrap;
}
section.activities th {
  white-space: nowrap;
}
section.activities td.border-bottom-2 {
  border-bottom: 2px solid #123F94;
}
section.activities .activities-date {
  white-space: nowrap;
}
section.activities .activities-date, section.activities .activities-venue {
  text-align: center;
}
section.activities .activities-desc ul {
  padding-left: 1em;
}
@media (max-width: 575px) {
  section.activities th, section.activities td {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  section.activities th, section.activities td {
    vertical-align: middle;
    padding: 10px 20px;
    position: relative;
  }
}

#new-mini {
  position: relative;
}

.new-mini-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.new-mini-header {
  display: flex;
  flex-direction: row;
  position: relative;
}
.new-mini-header hgroup {
  flex: 0 0 25%;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
}
.new-mini-header hgroup h1 {
  width: 80%;
  min-width: 40px;
  max-width: 200px;
  margin: 0;
}
.new-mini-header .slider-control {
  flex: 0 0 75%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.new-mini-header .btn {
  border: 2px solid transparent;
  border-radius: 1000px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2em;
  padding: 10px 20px;
}
.new-mini-header .btn span {
  line-height: 1.1em;
}
@media (hover: hover) {
  .new-mini-header .btn:hover {
    border-color: #fff;
  }
}
.new-mini-header .btn-new-cooper {
  background: #57c4e5;
}
.new-mini-header .btn-new-countryman {
  background: #3e2a85;
}
@media (max-width: 767px) {
  .new-mini-header hgroup {
    flex: 0 0 20%;
  }
  .new-mini-header .slider-control {
    flex: 0 0 calc(80% - 20px);
    gap: 10px;
  }
  .new-mini-header .btn {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media (min-width: 1440px) {
  .new-mini-header hgroup {
    flex: 0 0 25%;
  }
  .new-mini-header .slider-control {
    flex: 0 0 50%;
    padding: 50px;
  }
  .new-mini-header .btn {
    padding: 10px 30px;
  }
}
@media (min-width: 768px) {
  .new-mini-wrapper {
    padding: 0 35px;
  }
}
#new-mini-slider > .owl-nav {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
#new-mini-slider > .owl-nav > button[class*=owl-] {
  background: transparent !important;
  width: 40px;
  height: 40px;
  margin-top: calc(50% - 40px);
  position: absolute;
  top: 0;
  z-index: 100;
  transition: opacity 0.5s, transform 0.5s;
}
#new-mini-slider > .owl-nav > button[class*=owl-] span {
  border-style: solid;
  display: block;
  width: 0px;
  height: 0px;
  text-indent: -999px;
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  animation-name: blink;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (hover: hover) {
  #new-mini-slider > .owl-nav > button[class*=owl-]:hover span {
    animation-play-state: paused;
    opacity: 1 !important;
  }
}
#new-mini-slider > .owl-nav > button[class*=owl-].disabled {
  opacity: 0.1;
  pointer-events: none;
}
#new-mini-slider > .owl-nav > button.owl-prev {
  left: -15px;
}
#new-mini-slider > .owl-nav > button.owl-prev span {
  border-color: transparent #fff transparent transparent;
  border-width: 20px 20px 20px 0;
  left: 0;
}
@media (hover: hover) {
  #new-mini-slider > .owl-nav > button.owl-prev:hover span {
    border-color: transparent #ed6aa4 transparent transparent;
    animation-play-state: paused;
  }
}
#new-mini-slider > .owl-nav > button.owl-next {
  right: -15px;
}
#new-mini-slider > .owl-nav > button.owl-next span {
  border-color: transparent transparent transparent #fff;
  border-width: 20px 0 20px 20px;
  right: 0;
}
@media (hover: hover) {
  #new-mini-slider > .owl-nav > button.owl-next:hover span {
    border-color: transparent transparent transparent #ed6aa4;
  }
}
@media (min-width: 768px) {
  #new-mini-slider > .owl-nav > button[class*=owl-] {
    width: 40px;
    height: 80px;
    margin-top: calc(50% - 80px);
  }
  #new-mini-slider > .owl-nav > button.owl-prev {
    left: -40px;
  }
  #new-mini-slider > .owl-nav > button.owl-prev span {
    border-width: 40px 40px 40px 0;
  }
  #new-mini-slider > .owl-nav > button.owl-next {
    right: -40px;
  }
  #new-mini-slider > .owl-nav > button.owl-next span {
    border-width: 40px 0 40px 40px;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
#countryman-e-ultra {
  position: relative;
  margin-bottom: 5%;
}
#countryman-e-ultra hgroup {
  display: flex;
  justify-content: center;
  align-items: center;
}
#countryman-e-ultra hgroup h1 {
  min-width: 200px;
  width: 50%;
  max-width: 400px;
}
#countryman-e-ultra hgroup h2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  padding: 0.25em 1em;
  margin: 0 auto;
  width: 60%;
  max-width: 300px;
}
#countryman-e-ultra .remarks {
  margin-top: 5%;
  position: relative;
  z-index: 2;
}

#countryman-e-ultra .ultra-group-wrapper {
  position: relative;
}
#countryman-e-ultra .ultra-group-wrapper:before {
  content: "";
  display: block;
  width: 100px;
  height: 0;
  padding-top: 100%;
  position: relative;
}
#countryman-e-ultra .ultra-group-wrapper .flower {
  position: absolute;
  z-index: 5;
}
#countryman-e-ultra .ultra-group-wrapper .flower-1 {
  width: 18%;
  left: 0%;
  top: 10%;
}
#countryman-e-ultra .ultra-group-wrapper .flower-2 {
  width: 12%;
  left: 68%;
  top: 0%;
}
#countryman-e-ultra .ultra-group-wrapper .flower-3 {
  width: 18%;
  left: 8%;
  bottom: 0;
}
#countryman-e-ultra .ultra-group-wrapper .circle-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
#countryman-e-ultra .ultra-group-wrapper .circle-bg .bg-fill {
  fill: #3e2a85;
}
#countryman-e-ultra .ultra-group-wrapper .header-group {
  overflow: hidden;
  width: 100%;
  padding: 12% 0 0.5% 22%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
#countryman-e-ultra .ultra-group-wrapper .header-circle {
  color: #d7892e;
  font-size: min(2.3vw, 30px);
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 22%;
}
#countryman-e-ultra .ultra-group-wrapper #ultra-features {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 38% 12% 10% 12%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#countryman-e-ultra .ultra-group-wrapper .btn-flex {
  display: flex;
  height: 10%;
  gap: 20px;
  margin-bottom: 5%;
  padding: 0 10px;
}
#countryman-e-ultra .ultra-group-wrapper .btn-flex .btn-green {
  border: 0 !important;
  background: #bbd780;
  color: #3e2a85;
  flex: 1 1 50%;
  font-size: min(3vw, 24px);
  padding: 2px;
  position: relative;
}
#countryman-e-ultra .ultra-group-wrapper .btn-flex .btn-green span {
  opacity: 0.5;
}
#countryman-e-ultra .ultra-group-wrapper .btn-flex .btn-green:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: #bbd780;
  width: 10%;
  height: 0;
  padding-bottom: 5%;
  left: 45%;
  bottom: 0;
  margin-bottom: calc(-5% + 1px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 0;
  transition: background 0.15s;
}
#countryman-e-ultra .ultra-group-wrapper .btn-flex .btn-green:hover, #countryman-e-ultra .ultra-group-wrapper .btn-flex .btn-green:hover:before {
  background: #d7892e;
  color: #fff;
}
#countryman-e-ultra .ultra-group-wrapper .btn-flex .btn-green:hover span {
  opacity: 1 !important;
}
#countryman-e-ultra .ultra-group-wrapper .upgrade-active .btn-green[data-ultra=upgrade] span,
#countryman-e-ultra .ultra-group-wrapper .standard-active .btn-green[data-ultra=standard] span {
  text-decoration: underline;
  opacity: 1;
}
#countryman-e-ultra .ultra-group-wrapper .upgrade-active .btn-green[data-ultra=upgrade]:before,
#countryman-e-ultra .ultra-group-wrapper .standard-active .btn-green[data-ultra=standard]:before {
  opacity: 1;
}
#countryman-e-ultra .ultra-group-wrapper .countryman-e-ultra-slider .owl-stage-outer {
  overflow: visible;
}
#countryman-e-ultra .ultra-group-wrapper #ultra-upgrade, #countryman-e-ultra .ultra-group-wrapper #ultra-standard {
  display: none;
}
#countryman-e-ultra .ultra-group-wrapper .upgrade-active #ultra-upgrade {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#countryman-e-ultra .ultra-group-wrapper .standard-active #ultra-standard {
  display: block;
}

.countryman-e-ultra-slider .owl-nav {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.countryman-e-ultra-slider .owl-nav > button[class*=owl-] {
  border-radius: 100px;
  background: #ed6aa4 !important;
  border: none;
  width: 35px;
  height: 35px;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 100;
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
}
.countryman-e-ultra-slider .owl-nav > button[class*=owl-] span {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: block;
  width: 50%;
  height: 50%;
  text-indent: -999px;
  position: absolute;
  left: 30%;
  top: 25%;
}
.countryman-e-ultra-slider .owl-nav > button.owl-prev {
  left: -40px;
}
.countryman-e-ultra-slider .owl-nav > button.owl-prev span {
  transform: rotate(-45deg);
  left: 30%;
}
.countryman-e-ultra-slider .owl-nav > button.owl-next {
  right: -40px;
}
.countryman-e-ultra-slider .owl-nav > button.owl-next span {
  transform: rotate(135deg);
  left: 10%;
}

@media (max-width: 767px) {
  #countryman-e-ultra .remarks {
    padding: 0 10%;
  }
  #countryman-e-ultra .remarks p {
    font-size: 0.7em;
  }
  .ultra-group-wrapper .flower-1 {
    left: 0%;
    top: 3%;
  }
  .ultra-group-wrapper .header-group {
    padding: 12% 0 0.5% 8%;
  }
  .ultra-group-wrapper .header-circle {
    font-size: 2.5vw;
    left: 8%;
  }
  .ultra-group-wrapper #ultra-features {
    padding: 42% 12% 10% 12%;
  }
}
@media (min-width: 992px) {
  #countryman-e-ultra .countryman-e-ultra-footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5%;
  }
  #countryman-e-ultra .countryman-e-ultra-footer .remarks {
    text-align: center;
    margin: 0;
    width: 40%;
  }
}
#cooper-se-classic {
  position: relative;
}
#cooper-se-classic hgroup {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cooper-se-classic hgroup h1 {
  min-width: 200px;
  width: 50%;
  max-width: 400px;
}
#cooper-se-classic hgroup h2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  padding: 0.25em 1em;
  margin: 0 auto;
  width: 60%;
  max-width: 300px;
}
#cooper-se-classic .remarks {
  margin-top: 5%;
  position: relative;
  z-index: 2;
}

#cooper-se-classic .classic-group-wrapper {
  position: relative;
}
#cooper-se-classic .classic-group-wrapper:before {
  content: "";
  display: block;
  width: 100px;
  height: 0;
  padding-top: 100%;
  position: relative;
}
#cooper-se-classic .classic-group-wrapper .flower {
  position: absolute;
  z-index: 5;
}
#cooper-se-classic .classic-group-wrapper .flower-1 {
  width: 18%;
  left: 0%;
  top: 10%;
}
#cooper-se-classic .classic-group-wrapper .flower-2 {
  width: 12%;
  left: 68%;
  top: 0%;
}
#cooper-se-classic .classic-group-wrapper .flower-3 {
  width: 18%;
  left: 8%;
  bottom: 0;
}
#cooper-se-classic .classic-group-wrapper .circle-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
#cooper-se-classic .classic-group-wrapper .circle-bg .bg-fill {
  fill: #57c4e5;
}
#cooper-se-classic .classic-group-wrapper .header-group {
  overflow: hidden;
  width: 100%;
  padding: 12% 0 2.4% 22%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
#cooper-se-classic .classic-group-wrapper .header-circle {
  color: #ed5700;
  font-size: min(2vw, 24px);
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 1.5%;
  position: absolute;
  bottom: 0;
  left: 22%;
}
#cooper-se-classic .classic-group-wrapper #classic-features {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 40% 12% 10% 10%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#cooper-se-classic .classic-group-wrapper .btn-flex {
  display: flex;
  height: 10%;
  gap: 20px;
  margin-bottom: 5%;
  padding: 0 10px;
}
#cooper-se-classic .classic-group-wrapper .btn-flex .btn-green {
  border: 0 !important;
  background: #123F94;
  color: #fff;
  flex: 1 1 50%;
  font-size: min(3vw, 24px);
  padding: 2px;
  position: relative;
}
#cooper-se-classic .classic-group-wrapper .btn-flex .btn-green span {
  opacity: 0.5;
}
#cooper-se-classic .classic-group-wrapper .btn-flex .btn-green:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: #123F94;
  width: 10%;
  height: 0;
  padding-bottom: 5%;
  left: 45%;
  bottom: 0;
  margin-bottom: calc(-5% + 1px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 0;
  transition: background 0.15s;
}
#cooper-se-classic .classic-group-wrapper .btn-flex .btn-green:hover, #cooper-se-classic .classic-group-wrapper .btn-flex .btn-green:hover:before {
  background: #ed5700;
  color: #fff;
}
#cooper-se-classic .classic-group-wrapper .btn-flex .btn-green:hover span {
  opacity: 1 !important;
}
#cooper-se-classic .classic-group-wrapper .upgrade-active .btn-green[data-classic=upgrade] span,
#cooper-se-classic .classic-group-wrapper .standard-active .btn-green[data-classic=standard] span {
  text-decoration: underline;
  opacity: 1;
}
#cooper-se-classic .classic-group-wrapper .upgrade-active .btn-green[data-classic=upgrade]:before,
#cooper-se-classic .classic-group-wrapper .standard-active .btn-green[data-classic=standard]:before {
  opacity: 1;
}
#cooper-se-classic .classic-group-wrapper .cooper-se-classic-slider .owl-stage-outer {
  overflow: visible;
}
#cooper-se-classic .classic-group-wrapper #classic-upgrade, #cooper-se-classic .classic-group-wrapper #classic-standard {
  display: none;
}
#cooper-se-classic .classic-group-wrapper .upgrade-active #classic-upgrade {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#cooper-se-classic .classic-group-wrapper .standard-active #classic-standard {
  display: block;
}

.cooper-se-classic-slider .owl-nav {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.cooper-se-classic-slider .owl-nav > button[class*=owl-] {
  border-radius: 100px;
  background: #ed6aa4 !important;
  border: none;
  width: 35px;
  height: 35px;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 100;
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
}
.cooper-se-classic-slider .owl-nav > button[class*=owl-] span {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: block;
  width: 50%;
  height: 50%;
  text-indent: -999px;
  position: absolute;
  left: 30%;
  top: 25%;
}
.cooper-se-classic-slider .owl-nav > button.owl-prev {
  left: -40px;
}
.cooper-se-classic-slider .owl-nav > button.owl-prev span {
  transform: rotate(-45deg);
  left: 30%;
}
.cooper-se-classic-slider .owl-nav > button.owl-next {
  right: -40px;
}
.cooper-se-classic-slider .owl-nav > button.owl-next span {
  transform: rotate(135deg);
  left: 10%;
}

@media (max-width: 767px) {
  #cooper-se-classic .remarks {
    padding: 0 10%;
  }
  #cooper-se-classic .remarks p {
    font-size: 0.7em;
  }
  .classic-group-wrapper .flower-1 {
    left: 0%;
    top: 3%;
  }
  .classic-group-wrapper .header-group {
    padding: 12% 0 2.5% 8%;
  }
  .classic-group-wrapper .header-circle {
    font-size: 2.5vw;
    left: 8%;
  }
  .classic-group-wrapper #classic-features {
    padding: 45% 12% 7% 12%;
  }
}
@media (min-width: 992px) {
  #cooper-se-classic .cooper-se-classic-footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5%;
  }
  #cooper-se-classic .cooper-se-classic-footer .remarks {
    text-align: center;
    margin: 0;
    width: 40%;
  }
}
.offers {
  position: relative;
  z-index: 20;
  padding-top: 60px;
}
.offers .bg-darkpurple {
  position: absolute;
  max-width: none;
  height: 80%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.offers .bg-darkpurple .bg-fill {
  fill: #395e4d;
}
.offers .bg-lightpurple {
  position: absolute;
  max-width: none;
  height: 80%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin-bottom: -50%;
}
.offers .bg-lightpurple .bg-fill {
  fill: #83abab;
}
.offers .offers-bg-left {
  position: absolute;
  max-width: none;
  width: 10%;
  left: 0;
  top: 300px;
  z-index: 2;
}
.offers .offers-bg-right {
  position: absolute;
  max-width: none;
  width: 60%;
  max-height: 50%;
  right: 0;
  top: 50%;
  z-index: 2;
}
.offers .offers-container {
  position: relative;
  z-index: 5;
}
.offers .offers-header h1 {
  display: flex;
  justify-content: center;
}
.offers .offers-header h1 img {
  min-width: 180px;
  width: 50%;
  max-width: 320px;
}
.offers .offers-shortcuts {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
.offers .offers-shortcuts .offers-shortcut-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: transform 1s;
}
.offers .offers-shortcuts .offers-shortcut {
  width: 28%;
  position: relative;
}
@media (hover: hover) {
  .offers .offers-shortcuts .offers-shortcut:hover .offers-shortcut-text {
    transform: rotate(90deg);
  }
}
.offers .offers-section {
  position: relative;
}
.offers .offers-section > hgroup {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}
.offers .offers-section > hgroup:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 1000px;
  width: 150%;
  height: 0;
  padding-bottom: 150%;
  left: -25%;
  top: 0;
}
.offers .offers-section > hgroup h2 {
  line-height: 1.1em;
  margin: 0;
  padding-top: 2em;
  padding-bottom: 1em;
  position: relative;
  z-index: 2;
}
.offers .offers-section.offers-cooper > hgroup:before {
  background-color: #57c4e5;
}
.offers .offers-section.offers-aceman > hgroup:before {
  background-color: #e7004a;
}
.offers .offers-section.offers-countryman-bev > hgroup:before, .offers .offers-section.offers-countryman-ice > hgroup:before {
  background-color: #3e2a85;
}
.offers .offers-section.offers-countryman-bev > hgroup h2, .offers .offers-section.offers-countryman-ice > hgroup h2 {
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.offers .offers-section h4 {
  line-height: 1.2em;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  text-align: center;
}
@media (min-width: 1920px) {
  .offers .offers-section h4 {
    font-size: min(0.9vw, 20px);
  }
}
.offers .model, .offers .price, .offers .stock-offers {
  position: relative;
}
.offers .model .label, .offers .price .label, .offers .stock-offers .label {
  background-color: #70c5c3;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4em;
  width: 4em;
  line-height: 1em;
  position: absolute;
  left: -2em;
  top: calc(50% - 2em);
}
.offers .model h4 {
  margin: 0;
  padding: 0.8em 1em;
}
.offers .price {
  line-height: 1.2em;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  text-align: center;
  margin: 0;
  padding: 2em;
}
.offers .price h4 {
  font-size: 28px;
}
.offers .price .small {
  font-size: 0.7em;
}
.offers .stock-offers {
  padding: 1em 2em 2em 2em;
}
.offers .stock-offers .label {
  top: 0;
}
.offers .stock-offers h4 {
  text-align: center;
}
.offers .colors {
  position: relative;
}
.offers .colors h4 {
  text-align: center;
}
.offers .offers-group {
  position: relative;
  z-index: 5;
}
.offers .offers-card {
  border-radius: 20px;
  max-width: 100%;
}
.offers .offers-card .model {
  border-radius: 20px 20px 0 0;
}
.offers .offers-card .color {
  position: relative;
  padding: 5% 10%;
}
@media (max-width: 767px) {
  .offers .offers-card {
    margin-bottom: 20px;
  }
}
.offers #offers-cooper-classic {
  background-color: #123F94;
}
.offers #offers-cooper-classic .model {
  background-color: #3e2a85;
}
.offers #offers-cooper-classic .model h4 {
  color: #f183b2;
}
.offers #offers-cooper-classic .price h4, .offers #offers-cooper-classic .price li, .offers #offers-cooper-classic .stock-offers h4, .offers #offers-cooper-classic .stock-offers li {
  color: #f183b2;
}
.offers #offers-cooper-se-jcw {
  background-color: #f183b2;
}
.offers #offers-cooper-se-jcw .model {
  background-color: #582216;
}
.offers #offers-cooper-se-jcw .model h4 {
  color: #f183b2;
}
.offers #offers-cooper-se-jcw .price h4, .offers #offers-cooper-se-jcw .price li, .offers #offers-cooper-se-jcw .stock-offers h4, .offers #offers-cooper-se-jcw .stock-offers li {
  color: #582216;
}
.offers #offers-cooper-allnew-jcw {
  background-color: #006f2b;
}
.offers #offers-cooper-allnew-jcw .model {
  background-color: #57c4e5;
}
.offers #offers-cooper-allnew-jcw .model h4 {
  color: #006f2b;
}
.offers #offers-cooper-allnew-jcw .price h4, .offers #offers-cooper-allnew-jcw .price li, .offers #offers-cooper-allnew-jcw .stock-offers h4, .offers #offers-cooper-allnew-jcw .stock-offers li {
  color: #57c4e5;
}

.offers-cooper {
  padding: 80px 50px 20px 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .offers-cooper .offers-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .offers-cooper .offers-group .offers-card {
    width: calc(50% - 20px);
  }
  .offers-cooper .offers-group #offers-cooper-se-jcw .label {
    display: none;
  }
}
@media (min-width: 1200px) {
  .offers-cooper .offers-group.offers-group-3 {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .offers-cooper .offers-group.offers-group-3 .offers-card {
    width: calc(33.33% - 40px);
  }
  .offers-cooper .offers-group.offers-group-3 #offers-cooper-allnew-jcw .label {
    display: none;
  }
}
.offers-cooper .colors-name {
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.5em;
  width: 80%;
  height: 3em;
  white-space: nowrap;
  margin: 0 auto 1em;
  transition: background-color 0.3s, color 0.3s;
}
.offers-cooper .colors-name span {
  display: none;
}
.offers-cooper .remarks {
  padding: 1em 2em 2em 2em;
}
.offers-cooper .remarks p {
  text-align: center;
}
.offers-cooper .color-0-active .colors-name .color-0,
.offers-cooper .color-1-active .colors-name .color-1,
.offers-cooper .color-2-active .colors-name .color-2,
.offers-cooper .color-3-active .colors-name .color-3,
.offers-cooper .color-4-active .colors-name .color-4,
.offers-cooper .color-5-active .colors-name .color-5 {
  display: block;
}
.offers-cooper .colors-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.offers-cooper .colors-dots .owl-dot {
  background-color: #ccc;
  border-radius: 100px;
  border: 0;
  width: 15px;
  height: 15px;
  padding: 0;
  position: relative;
}
.offers-cooper .colors-dots .owl-dot span {
  border: 2px solid #fff;
  border-radius: 100px;
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: -4px;
  top: -4px;
  opacity: 0;
  transition: opacity 0.3s;
}
.offers-cooper .colors-dots .owl-dot.active span {
  opacity: 1;
}
.offers-cooper #offers-cooper-classic .color-0-active .colors-name {
  background-color: #13604c;
}
.offers-cooper #offers-cooper-classic .color-1-active .colors-name {
  background-color: #a8b9a7;
  color: #3e2a85;
}
.offers-cooper #offers-cooper-classic .color-2-active .colors-name {
  background-color: #1740ba;
}
.offers-cooper #offers-cooper-classic .color-3-active .colors-name {
  background-color: #132e80;
}
.offers-cooper #offers-cooper-classic .color-4-active .colors-name {
  background-color: #eeda49;
  color: #3e2a85;
}
.offers-cooper #offers-cooper-classic .color-5-active .colors-name {
  background-color: #000000;
}
.offers-cooper #offers-cooper-classic .colors-dots .owl-dot:nth-child(1) {
  background-color: #13604c;
}
.offers-cooper #offers-cooper-classic .colors-dots .owl-dot:nth-child(2) {
  background-color: #a8b9a7;
}
.offers-cooper #offers-cooper-classic .colors-dots .owl-dot:nth-child(3) {
  background-color: #1740ba;
}
.offers-cooper #offers-cooper-classic .colors-dots .owl-dot:nth-child(4) {
  background-color: #132e80;
}
.offers-cooper #offers-cooper-classic .colors-dots .owl-dot:nth-child(5) {
  background-color: #eeda49;
}
.offers-cooper #offers-cooper-classic .colors-dots .owl-dot:nth-child(6) {
  background-color: #000000;
}
.offers-cooper #offers-cooper-se-jcw .color-0-active .colors-name {
  background-color: #828690;
}
.offers-cooper #offers-cooper-se-jcw .color-1-active .colors-name {
  background-color: #000000;
}
.offers-cooper #offers-cooper-se-jcw .color-2-active .colors-name {
  background-color: #ffffff;
  color: #582216;
}
.offers-cooper #offers-cooper-se-jcw .colors-dots .owl-dot:nth-child(1) {
  background-color: #828690;
}
.offers-cooper #offers-cooper-se-jcw .colors-dots .owl-dot:nth-child(2) {
  background-color: #000000;
}
.offers-cooper #offers-cooper-se-jcw .colors-dots .owl-dot:nth-child(3) {
  background-color: #ffffff;
}
.offers-cooper #offers-cooper-allnew-jcw .color-0-active .colors-name {
  background-color: #ffffff;
  color: #582216;
}
.offers-cooper #offers-cooper-allnew-jcw .color-1-active .colors-name {
  background-color: #000000;
}
.offers-cooper #offers-cooper-allnew-jcw .color-2-active .colors-name {
  background-color: #13604c;
}
.offers-cooper #offers-cooper-allnew-jcw .color-3-active .colors-name {
  background-color: #132e80;
}
.offers-cooper #offers-cooper-allnew-jcw .color-4-active .colors-name {
  background-color: #828690;
}
.offers-cooper #offers-cooper-allnew-jcw .colors-dots .owl-dot:nth-child(1) {
  background-color: #ffffff;
}
.offers-cooper #offers-cooper-allnew-jcw .colors-dots .owl-dot:nth-child(2) {
  background-color: #000000;
}
.offers-cooper #offers-cooper-allnew-jcw .colors-dots .owl-dot:nth-child(3) {
  background-color: #13604c;
}
.offers-cooper #offers-cooper-allnew-jcw .colors-dots .owl-dot:nth-child(4) {
  background-color: #132e80;
}
.offers-cooper #offers-cooper-allnew-jcw .colors-dots .owl-dot:nth-child(5) {
  background-color: #828690;
}

/*
.offers-aceman {
  padding: 80px 50px 20px 50px;
  max-width: 630px;
  margin: 0 auto;

  .offers-card {
    background-color: $aceman-turquoise;

    .model {
      background-color: $cooper-dark-blue;

      h4 {
        color: $cooper-pink;
      }
    }
  }

  @media (min-width: 992px) {
    margin: 0 25% 0 auto;
    padding-bottom: 0;
  }
}
*/
.offers-aceman, .offers-countryman-bev, .offers-countryman-ice {
  padding: 20px 50px;
  max-width: 2280px;
  margin: 0 auto;
}
.offers-aceman .price, .offers-countryman-bev .price, .offers-countryman-ice .price {
  padding: 0.5em 2em;
}
.offers-aceman .stock-offers, .offers-countryman-bev .stock-offers, .offers-countryman-ice .stock-offers {
  padding: 0.5em 2em;
}

.offers-card-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
}

.offers-slider .label {
  display: none !important;
}
.offers-slider .offers-card {
  background-color: #3f2a85;
  height: 100%;
}
.offers-slider .offers-card .model {
  background-color: #c74000;
}
.offers-slider .offers-card .model h4 {
  color: #f183b2;
}
.offers-slider .offers-card:nth-child(even) {
  background-color: #d78a30;
}
.offers-slider .offers-card:nth-child(even) .model {
  background-color: #582216;
}
.offers-aceman .offers-slider .offers-card {
  background-color: #70c5c3;
  height: 100%;
}
.offers-aceman .offers-slider .offers-card .model {
  background-color: #123F94;
}
.offers-aceman .offers-slider .offers-card .model h4 {
  color: #f183b2;
}
.offers-aceman .offers-slider .offers-card:nth-child(even) {
  background-color: #ed6aa4;
}
.offers-aceman .offers-slider .offers-card:nth-child(even) .model {
  background-color: #91117f;
}
.offers-slider .owl-stage-outer {
  overflow: visible;
}
.offers-slider .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}
.offers-slider .owl-stage .owl-item:nth-child(even) .offers-card {
  background-color: #d78a30;
}
.offers-slider .owl-stage .owl-item:nth-child(even) .offers-card .model {
  background-color: #582216;
}
.offers-aceman .offers-slider .owl-stage .owl-item:nth-child(even) .offers-card {
  background-color: #ed6aa4;
}
.offers-aceman .offers-slider .owl-stage .owl-item:nth-child(even) .offers-card .model {
  background-color: #91117f;
}
.offers-slider.owl-carousel .owl-nav > button {
  border-radius: 100px;
  background-color: #123F94 !important;
}
.offers-slider.owl-carousel .owl-nav > button span {
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
}
.offers-slider.owl-carousel .owl-nav > button.owl-prev span {
  left: 25%;
}
.offers-slider.owl-carousel .owl-nav > button.owl-next span {
  left: 15%;
}
@media (min-width: 1920px) {
  .offers-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .offers-slider .offers-card {
    align-self: stretch;
  }
}

.offers .owl-nav {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.offers .owl-nav > button {
  background: transparent !important;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 100;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.5s, transform 0.5s;
}
.offers .owl-nav > button span {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: block;
  width: 70%;
  height: 70%;
  text-indent: -999px;
  position: absolute;
  left: 15%;
  top: 15%;
}
.offers .owl-nav .owl-prev {
  left: -5px;
}
.offers .owl-nav .owl-prev span {
  transform: rotate(-45deg);
  left: 30%;
}
.offers .owl-nav .owl-next {
  right: -5px;
}
.offers .owl-nav .owl-next span {
  transform: rotate(135deg);
  left: 0%;
}
.offers-active .offers .owl-nav > button {
  opacity: 1;
  pointer-events: auto;
}
.offers-active .offers .owl-nav > button.disabled {
  pointer-events: none;
  opacity: 0.2;
}

#dd-offers {
  padding: 20px;
  position: relative;
  z-index: 21;
}
@media (min-width: 768px) {
  #dd-offers {
    background-size: min(20%, 400px);
  }
}
#dd-offers a {
  color: #123F94;
  text-decoration: underline;
}
#dd-offers li {
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
#dd-offers .dd-offers-remarks {
  padding: 1em;
}

#dd-offers-tab {
  width: 100%;
  font-size: 11px;
}
#dd-offers-tab a {
  color: #123F94;
}
#dd-offers-tab th, #dd-offers-tab td {
  border: 1px solid transparent;
}
#dd-offers-tab th {
  text-align: center;
  padding: 1em 0.2em;
  line-height: 1.2em;
}
#dd-offers-tab tbody th {
  background-color: #e1e1e1;
  color: #000;
  width: 20%;
}
#dd-offers-tab tbody th:first-child {
  max-width: 15em;
}
#dd-offers-tab tbody td {
  text-align: center;
  padding: 0.5em 0.2em;
  padding-bottom: 30px;
}
#dd-offers-tab tbody td.tab-group {
  position: relative;
  vertical-align: top;
}
#dd-offers-tab.tab-electric-active .tab-electric, #dd-offers-tab .tab-electric:hover {
  background-color: #123F94;
  color: #fff;
}
#dd-offers-tab.tab-countryman-active .tab-countryman, #dd-offers-tab .tab-countryman:hover {
  background-color: #5e9b5d;
  color: #fff;
}
#dd-offers-tab.tab-5door-active .tab-5door, #dd-offers-tab .tab-5door:hover {
  background-color: #b2272d;
  color: #fff;
}
#dd-offers-tab.tab-3door-active .tab-3door, #dd-offers-tab .tab-3door:hover {
  background-color: #db8139;
  color: #fff;
}
#dd-offers-tab.tab-licensed-active .tab-licensed, #dd-offers-tab .tab-licensed:hover {
  background-color: #7a4ab7;
  color: #fff;
}

#countryman-offers {
  position: relative;
  transform: translateY(-60px);
}

.dd-offers-details {
  display: block !important;
  font-size: 11px;
}
.dd-offers-details table {
  width: 100%;
}
.dd-offers-details th, .dd-offers-details td {
  border: 1px solid transparent;
  vertical-align: middle;
}
.dd-offers-details th {
  text-align: center;
  padding: 1em 0.5em;
  line-height: 1.2em;
  position: relative;
}
.dd-offers-details thead th, .dd-offers-details .group-licensed-header th {
  background-color: #5f2e79;
  color: #fff;
  border-color: transparent;
}
.tab-electric-active + .dd-offers-details tr.group-electric, .tab-countryman-active + .dd-offers-details tr.group-countryman, .tab-5door-active + .dd-offers-details tr.group-5door, .tab-3door-active + .dd-offers-details tr.group-3door, .tab-licensed-active + .dd-offers-details tr.group-licensed, .tab-licensed-active + .dd-offers-details tr.group-licensed-header {
  display: table-row;
}
.tab-licensed-active + .dd-offers-details thead tr {
  display: none;
}
.dd-offers-details tbody tr {
  position: relative;
}
.dd-offers-details tbody td[scope=row] {
  color: #000;
  position: relative;
  padding-left: 15px;
}
.dd-offers-details tbody td {
  background-color: #e1e1e1;
  color: #000;
  text-align: center;
  padding: 0.5em;
}
.dd-offers-details tbody td:nth-child(even) {
  background-color: #d7d7d7;
}
.dd-offers-details tbody ol {
  list-style: decimal;
}
.dd-offers-details tbody ul {
  list-style: disc;
}
.dd-offers-details tbody li {
  margin-bottom: 0.2em;
}
.dd-offers-details tbody .offer-model {
  font-weight: bold;
}
@media (max-width: 767px) {
  .dd-offers-details tbody .offer-model {
    position: sticky;
    left: 0;
    top: 0;
  }
}
.dd-offers-details tbody .version {
  white-space: nowrap;
}
.dd-offers-details tbody .price-special {
  font-weight: bold;
  color: #c83d3a;
}
.dd-offers-details tbody .stock-offers, .dd-offers-details tbody .offers-option, .dd-offers-details tbody .colors {
  text-align: left;
}
.dd-offers-details tbody .offers-option-total {
  font-weight: bold;
  white-space: nowrap;
  margin-top: 0.5em;
}
.dd-offers-details .group-head {
  color: #fff;
}
.dd-offers-details .group-name {
  font-size: 1.5em;
  line-height: 1em;
}
.dd-offers-details .group-head-remarks {
  margin-top: 0.5em;
}
.dd-offers-details .group-electric .group-head {
  background: #123F94 !important;
}
.dd-offers-details .group-countryman .group-head {
  background: #5e9b5d !important;
}
.dd-offers-details .group-5door .group-head {
  background: #b2272d !important;
}
.dd-offers-details .group-3door .group-head {
  background: #db8139 !important;
}
.dd-offers-details .group-demo .group-head {
  background: #60a7a9 !important;
}
.dd-offers-details .group-licensed .group-head,
.dd-offers-details .group-testdrive .group-head {
  background: #7a4ab7 !important;
}
.dd-offers-details .group-testdrive-header th {
  background: #4a2c6f;
  color: #fff;
}
.dd-offers-details .group-electric td[scope=row], .dd-offers-details .group-electric td.stock-offers {
  background-color: #2769e5;
  color: #fff;
}
.dd-offers-details .group-countryman td[scope=row], .dd-offers-details .group-countryman td.stock-offers {
  background-color: #9ec299;
}
.dd-offers-details .group-5door td[scope=row], .dd-offers-details .group-5door td.stock-offers {
  background-color: #d87782;
}
.dd-offers-details .group-3door td[scope=row], .dd-offers-details .group-3door td.stock-offers {
  background-color: #dbaa39;
}
.dd-offers-details .group-demo td[scope=row], .dd-offers-details .group-demo td.stock-offers {
  background-color: #c6e1c2;
}
.dd-offers-details .group-licensed td[scope=row], .dd-offers-details .group-licensed td.stock-offers,
.dd-offers-details .group-testdrive td[scope=row],
.dd-offers-details .group-testdrive td.stock-offers {
  background-color: #946db2;
}
.dd-offers-details h5 {
  font-size: 12px;
  font-weight: bold;
  padding: 0 20px;
  margin-top: 2em;
}
.dd-offers-details ol, .dd-offers-details ul {
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 0;
  list-style: none;
}
.dd-offers-details li:last-child {
  margin-bottom: 0;
}
.dd-offers-details .text-and {
  margin: 0.5em 0;
}

@media (max-width: 767px) {
  #dd-offers-tab,
  .dd-offers-details {
    font-size: 11px;
  }
  #dd-offers-tab .group-head,
  .dd-offers-details .group-head {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #dd-offers-tab,
  .dd-offers-details {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #dd-offers-tab,
  .dd-offers-details {
    font-size: 16px;
  }
}
/* Responsive table with Slider */
.dd-offers-group.owl-theme .owl-dots .owl-dot.active span,
.dd-offers-group.owl-theme .owl-dots .owl-dot:hover span {
  background: #e7004a;
}

.dd-offers-group .owl-nav {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.dd-offers-group .owl-nav > button {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 100;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.5s, transform 0.5s;
}
.dd-offers-group .owl-nav > button span {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  position: absolute;
  left: 0;
  top: 0;
}
.dd-offers-group .owl-nav .owl-prev {
  left: -30px;
}
.dd-offers-group .owl-nav .owl-prev span {
  clip-path: polygon(calc(100% - 10px) 0, 10px 50%, calc(100% - 10px) 100%);
}
.dd-offers-group .owl-nav .owl-next {
  right: -30px;
}
.dd-offers-group .owl-nav .owl-next span {
  clip-path: polygon(10px 0, calc(100% - 10px) 50%, 10px 100%);
}
.offers-active .dd-offers-group .owl-nav > button {
  background: transparent !important;
  opacity: 1;
  pointer-events: auto;
}
.offers-active .dd-offers-group .owl-nav > button.disabled {
  pointer-events: none;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .dd-offers-group .owl-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .dd-offers-details .group-head {
    text-align: center;
    padding: 1em 0.5em;
  }
  table.responsive-table tr {
    margin-bottom: 0;
  }
  table.responsive-table .th-m {
    text-align: left;
    width: 111px;
  }
  table.responsive-table .td-m {
    margin-left: 110px;
    text-align: left;
  }
  table.responsive-table .dd-offers-group-header {
    margin-top: 20px;
  }
  table.responsive-table .dd-offers-group tr {
    position: relative;
  }
  table.responsive-table .dd-offers-group td[scope=row] {
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    padding: 0;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
  }
  table.responsive-table .dd-offers-group td[scope=row] .th-m {
    display: none;
  }
  table.responsive-table .dd-offers-group td[scope=row] .td-m {
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
  }
  table.responsive-table .dd-offers-group .offer-model .th-m {
    display: none;
  }
  table.responsive-table .dd-offers-group .offer-model .td-m {
    border-left: 0;
    text-align: center;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .dd-offers-group {
    display: table-row-group;
  }
}
section.workshop {
  position: relative;
  z-index: 30;
  padding: 40px 0 0;
}
section.workshop .new-mini-bg {
  max-height: 1280px;
}
section.workshop #workshop-bg {
  max-width: none;
  height: 95%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
section.workshop #workshop-bg .bg-fill {
  fill: #006f2b;
}
section.workshop .workshop-img {
  width: 30%;
  margin: 0 auto 20px;
}
section.workshop .btn-form-workshop {
  background: #fff;
  border-color: #fff;
  color: #006f2b;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}
@media (hover: hover) {
  section.workshop .btn-form-workshop:hover {
    background: transparent;
    color: #fff;
  }
}
.page-thankyou section.workshop .btn-form-workshop {
  display: none;
}
section.workshop .container-fluid {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
}
section.workshop h2, section.workshop h3, section.workshop h4, section.workshop p, section.workshop th, section.workshop td, section.workshop a {
  color: #fff;
  font-weight: bold;
}
section.workshop h2, section.workshop h3, section.workshop h4, section.workshop p {
  text-align: center;
}
section.workshop h2 {
  margin-bottom: 0;
}
section.workshop .workshop-box {
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 15px;
  position: relative;
  z-index: 2;
}
section.workshop .workshop-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 20px;
  position: relative;
}
section.workshop .workshop-info table {
  margin: 0 auto;
}
section.workshop .workshop-img-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
  padding-bottom: 10%;
}
section.workshop .workshop-img {
  border-radius: 100%;
}
section.workshop .workshop-img-1 {
  transform: translateX(-20%) scale(1.2);
}
section.workshop .workshop-img-2 {
  transform: translateY(-20%) scale(1.2);
}
section.workshop .workshop-img-3 {
  transform: translateX(20%) scale(1.2);
}
section.workshop th, section.workshop td {
  vertical-align: top;
}
section.workshop th {
  white-space: nowrap;
}
section.workshop .parking-group {
  list-style: none;
  margin-left: 0;
}
section.workshop .parking-group a {
  text-decoration: none;
}
section.workshop .parking-group a i {
  font-size: 0.5em;
}
section.workshop .parking-group .icon-parking {
  display: inline-flex;
  height: 1em;
  position: relative;
  top: -0.1em;
}
section.workshop address {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  section.workshop address {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  section.workshop table {
    max-width: 80%;
  }
}

section.carshow {
  position: relative;
  z-index: 30;
  padding: 40px 0 0;
}
section.carshow #carshow-bg {
  max-width: none;
  height: 95%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
section.carshow #carshow-bg .bg-fill {
  fill: #3abfed;
}
section.carshow .carshow-img {
  width: 30%;
  margin: 0 auto 20px;
}
section.carshow .btn-form-lead {
  background: #fff;
  border-color: #fff;
  color: #3abfed;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}
@media (hover: hover) {
  section.carshow .btn-form-lead:hover {
    background: transparent;
    color: #fff;
  }
}
.page-thankyou section.carshow .btn-form-flyingdisc {
  display: none;
}
section.carshow .container-fluid {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}
section.carshow h2, section.carshow h3, section.carshow h4, section.carshow p, section.carshow th, section.carshow td, section.carshow a {
  color: #fff;
  font-weight: bold;
}
section.carshow h2, section.carshow h3, section.carshow h4, section.carshow p {
  text-align: center;
}
section.carshow h2 {
  margin-bottom: 0;
}
section.carshow .carshow-box {
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 15px;
  position: relative;
  z-index: 2;
}
section.carshow .carshow-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 530px;
  margin: 0 auto 20px;
  position: relative;
}
section.carshow .carshow-info table {
  margin: 0 auto;
}
section.carshow .carshow-img-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
  padding-bottom: 10%;
}
section.carshow .carshow-img {
  border-radius: 100%;
}
section.carshow .carshow-img-1 {
  transform: translateX(-20%) scale(1.2);
}
section.carshow .carshow-img-2 {
  transform: translateY(-20%) scale(1.2);
}
section.carshow .carshow-img-3 {
  transform: translateX(20%) scale(1.2);
}
section.carshow th, section.carshow td {
  vertical-align: top;
}
section.carshow th {
  white-space: nowrap;
}
section.carshow .parking-group {
  list-style: none;
  margin-left: 0;
}
section.carshow .parking-group a {
  text-decoration: none;
}
section.carshow .parking-group a i {
  font-size: 0.5em;
}
section.carshow .parking-group .icon-parking {
  display: inline-flex;
  height: 1em;
  position: relative;
  top: -0.1em;
}
section.carshow address {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  section.carshow address {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  section.carshow table {
    max-width: 80%;
  }
}

section.testdrive {
  position: relative;
  z-index: 30;
  padding: 40px 0 0;
}
section.testdrive .new-mini-bg {
  max-height: 980px;
}
section.testdrive #testdrive-bg {
  max-width: none;
  height: 95%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
section.testdrive #testdrive-bg .bg-fill {
  fill: #3f2a85;
}
section.testdrive .testdrive-img {
  width: 30%;
  margin: 0 auto 20px;
}
section.testdrive .btn {
  background: #fff;
  border-color: #fff;
  color: #3f2a85;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0.5em;
}
@media (hover: hover) {
  section.testdrive .btn:hover {
    background: transparent;
    color: #fff;
  }
}
.page-thankyou section.testdrive .btn-form-flyingdisc {
  display: none;
}
section.testdrive .container-fluid {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
}
section.testdrive h2, section.testdrive h3, section.testdrive h4, section.testdrive p, section.testdrive th, section.testdrive td, section.testdrive a {
  color: #fff;
  font-weight: bold;
}
section.testdrive h2, section.testdrive h3, section.testdrive h4, section.testdrive p {
  text-align: center;
}
section.testdrive h2 {
  margin-bottom: 0;
}
section.testdrive .testdrive-box {
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 15px;
  position: relative;
  z-index: 2;
}
section.testdrive .testdrive-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 530px;
  margin: 0 auto 20px;
  position: relative;
}
section.testdrive .testdrive-info table {
  margin: 0 auto;
}
section.testdrive .testdrive-img-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
  padding-bottom: 10%;
}
section.testdrive .testdrive-img {
  border-radius: 100%;
}
section.testdrive .testdrive-img-1 {
  transform: translateX(-20%) scale(1.2);
}
section.testdrive .testdrive-img-2 {
  transform: translateY(-20%) scale(1.2);
}
section.testdrive .testdrive-img-3 {
  transform: translateX(20%) scale(1.2);
}
section.testdrive th, section.testdrive td {
  vertical-align: top;
}
section.testdrive th {
  white-space: nowrap;
}
section.testdrive .parking-group {
  list-style: none;
  margin-left: 0;
}
section.testdrive .parking-group a {
  text-decoration: none;
}
section.testdrive .parking-group a i {
  font-size: 0.5em;
}
section.testdrive .parking-group .icon-parking {
  display: inline-flex;
  height: 1em;
  position: relative;
  top: -0.1em;
}
section.testdrive address {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  section.testdrive address {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  section.testdrive table {
    max-width: 80%;
  }
}

section.game {
  position: relative;
  z-index: 30;
  padding: 40px 0 0;
}
section.game #game-bg {
  max-width: none;
  height: 95%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
section.game #game-bg .bg-fill {
  fill: #006f2b;
}
section.game .game-img {
  width: 30%;
  margin: 0 auto 20px;
}
section.game .btn-form-workshop {
  background: #fff;
  border-color: #fff;
  color: #006f2b;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}
@media (hover: hover) {
  section.game .btn-form-workshop:hover {
    background: transparent;
    color: #fff;
  }
}
.page-thankyou section.game .btn-form-workshop {
  display: none;
}
section.game .container-fluid {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
}
section.game h2, section.game h3, section.game h4, section.game p, section.game th, section.game td, section.game a {
  color: #fff;
  font-weight: bold;
}
section.game h2, section.game h3, section.game h4, section.game p {
  text-align: center;
}
section.game h2 {
  margin-bottom: 0;
}
section.game .game-box {
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 15px;
  position: relative;
  z-index: 2;
}
section.game .game-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 530px;
  margin: 0 auto 20px;
  position: relative;
}
section.game .game-info table {
  margin: 0 auto;
}
section.game .game-img-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
  padding-bottom: 10%;
}
section.game .game-img {
  border-radius: 100%;
}
section.game .game-img-1 {
  transform: translateX(-20%) scale(1.2);
}
section.game .game-img-2 {
  transform: translateY(-20%) scale(1.2);
}
section.game .game-img-3 {
  transform: translateX(20%) scale(1.2);
}
section.game th, section.game td {
  vertical-align: top;
}
section.game th {
  white-space: nowrap;
}
section.game .parking-group {
  list-style: none;
  margin-left: 0;
}
section.game .parking-group a {
  text-decoration: none;
}
section.game .parking-group a i {
  font-size: 0.5em;
}
section.game .parking-group .icon-parking {
  display: inline-flex;
  height: 1em;
  position: relative;
  top: -0.1em;
}
section.game address {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  section.game address {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  section.game table {
    max-width: 80%;
  }
}

section.event {
  position: relative;
  z-index: 30;
  padding: 40px 0 0;
}
section.event #event-bg {
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
section.event #event-bg .bg-fill {
  fill: #123F94;
}
section.event .btn-form-lead {
  background: #fff;
  border-color: #fff;
  color: #123F94;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}
@media (hover: hover) {
  section.event .btn-form-lead:hover {
    background: transparent;
    color: #fff;
  }
}
section.event .container-fluid {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}
section.event h2, section.event h3, section.event h4, section.event p, section.event th, section.event td, section.event a {
  color: #fff;
  font-weight: bold;
}
section.event h2, section.event h3, section.event h4, section.event p {
  text-align: center;
}
section.event h2 {
  margin-bottom: 0;
}
section.event .event-box {
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 15px;
  position: relative;
  z-index: 2;
}
section.event .event-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 20px;
}
section.event .event-info table {
  margin: 0 auto;
}
section.event th, section.event td {
  vertical-align: top;
}
section.event th {
  white-space: nowrap;
}
section.event address {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  section.event address {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  section.event table {
    max-width: 80%;
  }
}

section.registration {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.registration h2, section.registration h3, section.registration p, section.registration td {
  color: #000;
  font-weight: bold;
}
section.registration h2, section.registration h3, section.registration p {
  text-align: center;
}
section.registration .nav-pills {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
}
@media (min-width: 768px) {
  section.registration .nav-pills {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  section.registration .nav-pills .nav-item {
    position: relative;
  }
  section.registration .nav-pills .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
  }
}
section.registration .nav-link {
  background-color: #006f2b;
  border-radius: 500px;
  color: #fff;
  font-size: min(4vw, 18px);
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-weight: bold;
  position: relative;
}
section.registration .nav-link .radio {
  position: absolute;
}
section.registration .nav-link .nav-link-img, section.registration .nav-link .nav-link-text {
  align-self: center;
  text-align: center;
}
section.registration .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 500px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  left: -6px;
  top: -6px;
}
@media (max-width: 767px) {
  section.registration .nav-link {
    max-width: 180px;
    padding: 0 0 2em 0;
  }
  section.registration .nav-link .nav-link-text {
    padding: 0 10px 10px 10px;
  }
}
@media (min-width: 768px) {
  section.registration .nav-link {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    max-width: 320px;
    justify-self: center;
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
section.registration .nav-pills .nav-link:hover:before, section.registration .nav-pills .nav-link.active:before, section.registration .nav-pills .show > .nav-link:before {
  border-color: #fff !important;
}

#form-workshop-tab {
  background-color: #006f2b;
}
#form-workshop-tab:before {
  border-color: #006f2b;
}

#form-lead-tab {
  background-color: #ed5700;
}
#form-lead-tab:before {
  border-color: #ed5700;
}

#form-testdrive-tab {
  background-color: #3f2a85;
}
#form-testdrive-tab:before {
  border-color: #3f2a85;
}

#form-tabContent {
  padding-top: 40px;
}
#form-tabContent h3 {
  color: #fff;
  margin-bottom: 1em;
  padding: 0.5em 0;
  position: relative;
}
#form-tabContent h3:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: min(100%, 300px);
  height: 0;
  border-style: solid;
  border-width: 0 0 5px 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#form-workshop h3:before {
  border-color: #006f2b;
}

#form-lead h3:before {
  border-color: #ed5700;
}

#form-testdrive h3:before {
  border-color: #3f2a85;
}

.form-group {
  margin-bottom: 5px;
}

.page-thankyou .hero ~ div {
  position: relative;
  z-index: 2;
}
.page-thankyou .hero-banner:after {
  display: none;
}
.page-thankyou .content h3, .page-thankyou .content p, .page-thankyou .content th, .page-thankyou .content td, .page-thankyou .content th {
  font-weight: bold;
}
.page-thankyou .content h3 {
  margin: 0;
}
.page-thankyou .tnav .tnav-menu {
  display: none !important;
}
.page-thankyou .info-group {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-thankyou .info-group td {
  vertical-align: top;
  text-align: left;
}
.page-thankyou .info-group td:first-child {
  white-space: nowrap;
}
.page-thankyou .user-info, .page-thankyou .event-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-thankyou .event {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-thankyou .event .event-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 360px;
}
.page-thankyou .event h2 {
  display: none;
}
.page-thankyou section .btn {
  display: none;
}

#thankyou {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  z-index: 20;
}
#thankyou h3 {
  border-radius: 1000px;
  background-color: #e7004a;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-size: min(5.5vw, 28px);
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0.5em 1em;
  position: relative;
}
#thankyou h3:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 1px solid #e7004a;
  border-radius: 1000px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: -4px;
  top: -4px;
  pointer-events: none;
}
#thankyou .circle-bg {
  max-width: none;
  position: absolute;
  width: min(100% + 400px, 800px);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  width: auto !important;
  height: 100%;
}
#thankyou .circle-bg .bg-fill {
  fill: #123F94;
}
#thankyou .circle-bg + * {
  position: relative;
  z-index: 2;
}
#thankyou .bg-green {
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#thankyou .content {
  position: relative;
  z-index: 2;
}
#thankyou hr {
  margin: 0;
  border-color: #fff;
}
#thankyou .box {
  max-width: 620px;
  margin: 50px auto 0;
  padding: 10px;
  text-align: left;
}

html, body {
  background-color: #819558;
  color: #fff;
}

p, th, td, li, h4 {
  font-family: "MiniSerif", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
}

strong {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
}

h2 {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-weight: bold;
}

p:last-child {
  margin-bottom: 0;
}

.logo-inline {
  display: inline-block;
  height: 1.5em;
}

.gray {
  color: #8e8e8e !important;
}

.blue {
  color: #123F94 !important;
}

.orange {
  color: #ed5700 !important;
}

.white {
  color: #fff !important;
}

.yellow {
  color: #f8eb23 !important;
}

.purple {
  color: #641978 !important;
}

.red {
  color: #e6001d !important;
}

.teal {
  color: #6fbeb9 !important;
}

p.small, p.remarks {
  font-size: 14px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
  p, th, td {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  p, th, td {
    font-size: 18px;
  }
}
a {
  color: #000;
  text-decoration: underline;
}

u {
  text-decoration-color: #dec943;
  text-decoration-thickness: 3px;
}

#top {
  overflow: hidden;
}

.container-fluid {
  max-width: 1280px;
}

.btn {
  border-radius: 50px;
  font-weight: bold;
}

.btn-register {
  background-color: #dec943;
  border-color: #dec943;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 100;
  padding: 0.2rem 0.6rem;
}

.btn-top {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 1000px;
  text-decoration: none !important;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s, transform 1s;
  transform: translateY(20px);
}
@media (hover: hover) {
  .series-active .btn-top:hover {
    opacity: 1;
    background-color: #dec943;
  }
}
.series-active .btn-top {
  transform: translateY(0);
  opacity: 0.6;
  pointer-events: auto;
}

@keyframes v-swing {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.scroll-down {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 1000px;
  text-decoration: none !important;
  margin-left: -30px;
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 100;
  opacity: 0.6;
  pointer-events: none;
  transition: opacity 1s, transform 1s;
  transform: translateY(0);
}
.scroll-down i.fa {
  animation-name: v-swing;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.series-active .scroll-down {
  transform: translateY(20px);
  opacity: 0;
}

#footer-remarks p, #footer-remarks li {
  font-size: 0.8em;
}
#footer-remarks li {
  margin-bottom: 0.2em;
}

.footerWrapper .footer {
  max-width: 1280px;
}

/*# sourceMappingURL=style.css.map */
