@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 {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.tnav .tnav-bar a {
  color: #fff !important;
}
.tnav .logo-color, .tnav .electric-logo-color {
  fill: #fff;
}

.tnav-bar .jcw-logo {
  width: 126px;
  height: 32px;
  display: block;
}

.tnav-fixed-top .tnav-bg.tnav-bg-active {
  background-color: #000 !important;
  opacity: 1;
}
.tnav-fixed-top .tnav-bg.tnav-bg-active .tnav-alinks {
  opacity: 1;
  pointer-events: auto;
}
.tnav-fixed-top .tnav-bg.tnav-bg-active .tnav-bar a {
  color: #fff !important;
}
.tnav-fixed-top .tnav-bg.tnav-bg-active .logo-color, .tnav-fixed-top .tnav-bg.tnav-bg-active .electric-logo-color {
  fill: #fff;
}

.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: 42.1875%;
}
@media (min-width: 768px) {
  .hero:before {
    padding-bottom: 42.1875%;
  }
}

.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(3vw, 32px);
  padding-bottom: min(3vw, 32px);
  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: #b52025;
  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: 1em 0;
  padding: 1em 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;
  }
}

.history-slider {
  position: relative;
}
.history-slider .slide {
  display: block;
  position: relative;
}
.history-slider .slide i.fa-search-plus {
  font-size: 1.5em;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (min-width: 992px) {
  .history-slider .slide {
    pointer-events: none;
  }
  .history-slider .slide i.fa-search-plus {
    display: none;
  }
}
.history-slider.owl-carousel .owl-nav .owl-next, .history-slider.owl-carousel .owl-nav .owl-prev {
  width: 30px;
  height: 60px;
  margin: 0;
  position: absolute;
  top: calc(50% - 30px);
}
.history-slider.owl-carousel .owl-nav .owl-next:before, .history-slider.owl-carousel .owl-nav .owl-prev:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: rotate(135deg);
  margin-left: calc(30px * -0.8);
  margin-top: calc(30px / -2);
}
.history-slider.owl-carousel .owl-nav .owl-next:first-child:before, .history-slider.owl-carousel .owl-nav .owl-next[class*=prev]:before, .history-slider.owl-carousel .owl-nav .owl-prev:first-child:before, .history-slider.owl-carousel .owl-nav .owl-prev[class*=prev]:before {
  margin-left: calc(30px * -0.2);
  transform: rotate(-45deg);
}
.history-slider.owl-carousel .owl-nav .owl-next span, .history-slider.owl-carousel .owl-nav .owl-prev span {
  display: none;
}
.history-slider.owl-carousel .owl-nav .owl-next:hover, .history-slider.owl-carousel .owl-nav .owl-next:focus, .history-slider.owl-carousel .owl-nav .owl-prev:hover, .history-slider.owl-carousel .owl-nav .owl-prev:focus {
  background: #b52025;
}
.history-slider.owl-carousel .owl-nav .owl-next.disabled, .history-slider.owl-carousel .owl-nav .owl-prev.disabled {
  pointer-events: none;
  opacity: 0.1;
}
.history-slider.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.history-slider.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.youtube-wrapper {
  position: relative;
}
.youtube-wrapper .youtube-iframe-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

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(3, 1fr);
  gap: min(5vw, 30px);
  position: relative;
  z-index: 5;
}
section.cta .btn-shortcut {
  background-color: #b52025 !important;
  border: 0 !important;
  border-radius: 500px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  justify-self: center;
  align-self: stretch;
  max-width: 300px;
  padding: 5px;
  position: relative;
  gap: 10px;
}
section.cta .btn-shortcut:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 2px solid #b52025;
  border-radius: 500px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  left: -6px;
  top: -6px;
}
section.cta .btn-shortcut:hover:before, section.cta .btn-shortcut:focus:before {
  border-color: #fff;
}
section.cta .shortcut-thumb {
  flex: 0 0 30%;
  width: 40%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
section.cta .shortcut-desc {
  color: #fff;
  font-size: min(2.4vw, 18px);
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 calc(70% - 10px);
}
@media (max-width: 767px) {
  section.cta .btn-shortcut {
    flex-direction: column;
    max-width: 150px;
  }
  section.cta .shortcut-thumb {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
  }
  section.cta .shortcut-desc {
    padding-bottom: 10px;
  }
}

section.offers .container-fluid {
  max-width: 1100px;
  position: relative;
  z-index: 2;
}
section.offers .offers-series {
  background: #b52025;
  padding: 0.25em 0.5em;
  margin: 1.5em -0.5em;
}
section.offers .offers-series h4 {
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
}
section.offers .offers-model-group {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(3vw, 20px);
  position: relative;
}
section.offers .offers-model {
  border: 5px solid #b52025;
  font-weight: bold;
  padding-bottom: 10px;
}
section.offers .offers-name {
  background: #b52025;
  padding: 0.25em 0.5em 0.5em;
  line-height: 1.1em;
}
section.offers .offers-img {
  width: 80%;
  margin: 6% auto;
  position: relative;
}
section.offers .tag-new:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-image: url(/MINIJCW2025/images/250407/tag_new_offer.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 32%;
  height: 0;
  padding-top: 32%;
  left: -6%;
  bottom: 0;
  margin-bottom: -6%;
}
section.offers .offers-price {
  color: #b52025;
  font-size: min(5vw, 36px);
  line-height: 1.1em;
}
section.offers .offers-limited {
  border-top: 1px solid #b52025;
  text-align: left;
  margin: 20px 20px 0;
  padding-top: 20px;
}
section.offers .offers-limited ul {
  padding-left: 1em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.offers .offers-name,
  section.offers .offers-original,
  section.offers .offers-limited,
  section.offers .offers-limited p {
    font-size: min(2.8vw, 16px);
  }
  section.offers .offers-limited {
    margin: 10px 10px 0;
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  section.offers .offers-series {
    padding: 0.5em 1em;
    margin: 1em -0.5em;
  }
  section.offers .offers-name,
  section.offers .offers-original {
    font-size: min(1.8vw, 20px);
  }
}
@media (min-width: 1280px) {
  section.offers .offers-series {
    margin: 1em -1em;
  }
}

section.registration {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.registration h2, section.registration h3, section.registration p, section.registration td {
  color: #fff;
  font-weight: bold;
}
section.registration h2, section.registration h3, section.registration p {
  text-align: center;
}

#registration-form-tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#registration-form-tab .nav-link {
  border-radius: 0 !important;
  background: #cc0000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-self: stretch;
  align-self: stretch;
  height: 100%;
  font-weight: bold;
  line-height: 1.2em;
}
#registration-form-tab .nav-link.active, #registration-form-tab .nav-link:hover, #registration-form-tab .nav-link:focus {
  background: #fff;
  color: #cc0000;
}
#registration-form-tab .bracket {
  display: block;
  position: relative;
}

@media (max-width: 991px) {
  .bracket-left, .bracket-right {
    display: none;
  }
}
@media (max-width: 767px) {
  #registration-form-tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  #registration-form-tab .nav-link {
    font-size: 12px;
    padding: 0.5em 0.2em;
  }
}
.page-thankyou .hero ~ div {
  position: relative;
  z-index: 2;
}
.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;
  flex-direction: column;
  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;
}

#thankyou {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  z-index: 20;
}
#thankyou .container-fluid {
  max-width: 500px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #thankyou .container-fluid {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  #thankyou .container-fluid {
    max-width: 900px;
  }
}

html, body {
  background-color: #000;
  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 */
