/* 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 */
.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;
}

/* ==========================================================================
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-bar a {
  color: #ed5700 !important;
}
.tnav .logo-color, .tnav .electric-logo-color {
  fill: #ed5700;
}

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

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

.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;
}
.hero-banner img {
  width: 100%;
}

section.introduction {
  color: #fff;
  position: relative;
  z-index: 10;
  padding-top: min(5vw, 64px);
}
section.introduction .container-fluid {
  max-width: 980px;
  position: relative;
  z-index: 2;
}
section.introduction:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-image: url(/TheNewMINIFamily/65thAnniversary/images/241002/intro_deco_1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: min(15%, 300px);
  height: 0;
  padding-bottom: min(14.3%, 286px);
  left: 0;
  top: 0;
  margin-top: -30px;
}
section.introduction:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-image: url(/TheNewMINIFamily/65thAnniversary/images/241002/intro_deco_2.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: min(20%, 400px);
  height: 0;
  padding-bottom: min(24.2%, 480px);
  right: 0;
  top: 30%;
}
section.introduction h3 {
  font-weight: bold;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  text-align: center;
  margin: 0;
}
section.introduction p {
  font-weight: bold;
  text-align: center;
}
section.introduction .box {
  background-color: transparent;
  position: relative;
  margin: 20px auto;
}
section.introduction .box-orange, section.introduction .box-blue {
  border: 5px solid #ff0;
  border-radius: 15px;
}
section.introduction .box-orange {
  background-color: #ed5700;
}
section.introduction .box-blue {
  background-color: #123F94;
}
section.introduction .box-orange-big {
  border-radius: 40px;
  padding: 2em;
}
section.introduction .box-orange-big h3 {
  margin-bottom: 0.8em;
}
section.introduction .box-orange-big p {
  text-align: left;
}
section.introduction .box-orange-big ~ .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 720px;
}
section.introduction .box-orange-big ~ .box ul {
  padding-left: 1rem;
}
section.introduction .box-orange-big ~ .box li {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
}
section.event {
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 80px;
}
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 .container-fluid {
  position: relative;
  z-index: 2;
}
section.event h2, section.event h3, section.event p, section.event td {
  color: #fff;
  font-weight: bold;
}
section.event h2 {
  color: #fff;
}
section.event h2, section.event h3, section.event p {
  text-align: center;
}
section.event .event-box {
  border-radius: 20px;
  max-width: 1000px;
  margin: 20px auto;
  padding: 15px;
}
section.event .event-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 20px auto;
}
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.cta {
  position: relative;
  z-index: 5;
  padding-top: min(10vw, 50px);
  padding-bottom: min(10vw, 20px);
}
section.cta:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-image: url(/TheNewMINIFamily/65thAnniversary/images/241002/cta_deco_1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: min(9%, 180px);
  height: 0;
  padding-bottom: min(20.214%, 404.28px);
  left: 0;
  top: 0;
  margin-top: max(-10%, -100px);
}
section.cta:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-image: url(/TheNewMINIFamily/65thAnniversary/images/241002/cta_deco_2.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: min(7%, 140px);
  height: 0;
  padding-bottom: min(47.34%, 946.8px);
  right: 0;
  top: 0;
  margin-top: 100px;
}
section.cta .cta-btn-floating {
  background-color: #ed5700;
  border: 3px solid #fff;
  border-radius: 1000px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.1em;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 10;
}
@media (hover: hover) {
  section.cta .cta-btn-floating:hover {
    background-color: #57c4e5;
  }
}
section.cta .cta-btn-floating span {
  display: block;
  padding: 10px;
  margin-top: 10px;
}
section.cta .shortcut-group {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(5vw, 60px);
  position: relative;
  z-index: 5;
}
section.cta .shortcut-item {
  color: #fff;
  display: grid;
  grid-template-rows: 2fr 1.4fr 1fr;
  position: relative;
  max-width: 400px;
  justify-self: center;
  align-self: center;
}
section.cta .shortcut-item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 1000px;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  left: 0;
  bottom: 0;
}
section.cta #shortcut-offers {
  grid-column: 1/span 2;
  grid-row: 1/2;
}
section.cta #shortcut-aceman {
  grid-column: 3/span 2;
  grid-row: 1/2;
}
section.cta #shortcut-food {
  grid-column: 1/span 2;
  grid-row: 2/3;
}
section.cta #shortcut-ydc {
  grid-column: 3/span 2;
  grid-row: 2/3;
}
section.cta #shortcut-offers:before {
  background-color: #123F94;
}
section.cta #shortcut-aceman:before {
  background-color: #641978;
}
section.cta #shortcut-food:before {
  background-color: #e7004a;
}
section.cta #shortcut-ydc:before {
  background-color: #3f2a85;
}
section.cta .shortcut-thumb {
  width: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
section.cta .shortcut-thumb .thumb-on {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.003);
  animation: blinker 0.5s linear infinite;
}
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-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1.2em;
}
section.cta #shortcut-offers .shortcut-desc p {
  font-size: min(4.2vw, 2.1em);
}
section.cta #shortcut-aceman .shortcut-desc p {
  font-size: min(2.4vw, 1.2em);
}
section.cta #shortcut-food .shortcut-desc p {
  font-size: min(2.4vw, 1.2em);
}
section.cta #shortcut-ydc .shortcut-desc p {
  font-size: min(2.4vw, 1.2em);
}
section.cta .btn-shortcut {
  background-color: #e2602c;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: min(3vw, 24px);
  margin: 0.25em auto;
  width: 7em;
  height: 3em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  height: 2em;
  border-radius: 0.5em;
  position: relative;
  z-index: 5;
}
section.cta .btn-shortcut span {
  display: block;
  line-height: 1.1em;
}
section.cta .btn-shortcut:hover {
  background-color: #e57041;
}
@media (min-width: 1280px) {
  section.cta .shortcut-group {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 min(2vw, 20px);
  }
  section.cta .shortcut-item {
    flex: 0 0 280px;
  }
  section.cta .shortcut-item:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 1000px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    left: 0;
    bottom: 0;
  }
  section.cta .btn-shortcut {
    font-size: 21px;
  }
  section.cta #shortcut-offers {
    grid-column: 1/span 1;
    grid-row: 1/2;
  }
  section.cta #shortcut-aceman {
    grid-column: 2/span 1;
    grid-row: 1/2;
  }
  section.cta #shortcut-food {
    grid-column: 3/span 1;
    grid-row: 1/2;
  }
  section.cta #shortcut-ydc {
    grid-column: 4/span 1;
    grid-row: 1/2;
  }
  section.cta #shortcut-offers .shortcut-desc p {
    font-size: 1.6em;
  }
  section.cta #shortcut-aceman .shortcut-desc p {
    font-size: 1em;
  }
  section.cta #shortcut-food .shortcut-desc p {
    font-size: 1em;
  }
  section.cta #shortcut-ydc .shortcut-desc p {
    font-size: 1em;
  }
}

.offers {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
.offers .offers-remarks {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.offers .offers-remarks .remarks {
  font-size: 14px;
}
.offers .round-box {
  position: relative;
}
.offers .round-box .bg-darkblue {
  max-width: none;
  position: absolute;
  width: calc(100% + 400px);
  min-width: 1000px;
  max-width: 1440px;
  min-height: 60%;
  left: 50%;
  top: 48px;
  transform: translateX(-50%);
  z-index: 2;
}
.offers .round-box .bg-darkpurple {
  max-width: none;
  position: absolute;
  width: calc(100% + 400px);
  min-width: 1000px;
  max-width: 1440px;
  min-height: 60%;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 1200px) {
  .offers .round-box .bg-darkpurple {
    display: none;
  }
}
.offers .offers-deco-container {
  padding: 1px;
  position: relative;
  z-index: 3;
}
.offers h3, .offers h2 {
  color: #57c4e5;
  position: relative;
  z-index: 3;
}
.offers h2 img {
  display: inline-block;
  height: 1.5em;
  max-width: none;
}
.offers .d-flex {
  gap: 20px;
}
.offers .d-flex > .text-left {
  flex: 0 0 50%;
}
.offers .btn-hint, .offers .btn-hint:focus, .offers .btn-hint:active {
  background-color: #dec943;
  border-color: #dec943;
  color: #641978;
  border-radius: 40px;
  display: none;
  line-height: 1em;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0.5em;
}
.offers .collapsed .btn-hint {
  display: inline-block !important;
}
.offers .lineup-model {
  max-width: 300px;
  width: 100%;
  align-self: center;
  justify-self: center;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.offers .lineup-model:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 150px;
  margin: 0;
  padding-bottom: 100px;
}
.offers .lineup-model a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.offers .lineup-model a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 2000px;
  background-color: #ff0000;
  width: 120px;
  height: 120px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.offers .lineup-model a img {
  width: 150px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.offers .lineup-model.mini-coopera:before {
  background-color: #e7004a;
}
.offers .lineup-model.mini-aceman a:before {
  background-color: #91c346;
}
.offers .lineup-model.mini-countryman a:before {
  background-color: #b64e29;
}
.offers .table-scroll {
  padding-top: 20px;
  position: relative;
}
.offers .model-offers > li {
  line-height: 1.2em;
  list-style: none;
  position: relative;
  margin-bottom: 1em;
}
.offers .model-offers > li .idx {
  background-color: #4bd4cd;
  border-radius: 1000px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-self: center;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
  width: 1em;
  height: 1em;
  position: absolute;
  left: -1.2em;
  top: 0em;
}
.offers table td {
  min-width: 150px;
}
.offers table .cta-family {
  white-space: nowrap;
}
.offers thead th {
  position: relative;
}
.offers thead td {
  border-right: 1px dotted #96c688;
}
.offers thead td:last-child {
  border-right: 0;
}
.offers tbody th {
  position: relative;
}
.offers tbody th div {
  border-radius: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 4em;
  height: 4em;
  background-color: #e7004a;
  position: absolute;
  z-index: 5;
  left: -150px;
  top: 0;
}
.offers tbody td {
  border-right: 1px dotted #96c688;
  color: #fff;
  position: relative;
}
.offers tbody td:last-child {
  border-right: 0;
}
.offers .offers-price th div {
  width: 10em;
  height: 10em;
  top: -20px;
  left: -120px;
}
.offers .offers-price .price-special {
  color: #cbe3c4;
}
.offers .offers-price .small.text-nowrap {
  color: #5e9e4c;
}
.offers .offers-circle th div {
  width: 8em;
  height: 8em;
  top: calc(50% - 4em);
  left: -150px;
}
.offers .offers-delivery th div {
  width: 5em;
  height: 5em;
  top: calc(50% - 2.5em);
  left: -2.5em;
}
.offers .offers-delivery td {
  height: 5em;
}
.offers .offers-summer p, .offers .offers-summer span {
  color: #fff !important;
}
.offers .offers-summer th div {
  width: 6em;
  height: 6em;
  background-color: #91c346;
  top: calc(50% - 3em);
  left: -4em;
}
.offers .offers-summer th .hl-limit {
  font-size: 2em;
  line-height: 1em;
}
.offers .offers-summer td div {
  background-color: #ed5700;
  border-radius: 200px;
  padding: 10px;
}
.offers .offers-options th div {
  width: 180px;
  height: 180px;
  top: calc(50% - 5em);
  left: -180px;
}
.offers .offers-options td {
  height: 5em;
}
.offers td {
  width: 33.33% !important;
  min-width: 260px;
  font-weight: bold;
  text-align: center;
  padding: 2em 1em;
}
.offers td.border-top-none {
  border-top: none !important;
}
.offers ul, .offers ol {
  text-align: left;
  margin: 0.5em 0;
  padding-left: 1em;
}
.offers .col-cooper {
  color: #4bd4cd;
}
.offers .col-cooper .idx {
  background-color: #4bd4cd !important;
}
.offers .col-cooper .btn.cta-family {
  border: 2px solid #e7004a;
  background-color: #e7004a;
}
.offers .col-aceman {
  color: #dec943;
}
.offers .col-aceman .idx {
  background-color: #dec943 !important;
}
.offers .col-aceman .btn.cta-family {
  border: 2px solid #91c346;
  background-color: #91c346;
}
.offers .col-countryman {
  color: #96c688;
}
.offers .col-countryman .idx {
  background-color: #96c688 !important;
}
.offers .col-countryman .btn.cta-family {
  border: 2px solid #b64e29;
  background-color: #b64e29;
}
.offers .btn.cta-family {
  color: #fff;
  transition: background-color 0.5s;
  line-height: 1em;
}
.offers .btn.cta-family span {
  display: block;
  margin-bottom: -0.1em;
}
.offers .btn.cta-family:hover {
  background: transparent !important;
}
@media (max-width: 767px) {
  .offers .container-fluid {
    padding: 0;
    max-width: none;
  }
  .offers .tbody .table-scroll {
    font-size: 14px;
  }
  .offers .round-box {
    padding-left: 0;
    padding-right: 0;
  }
  .offers .offers-container {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .offers .table-scroll {
    padding-left: 150px;
  }
  .offers .lineup-model a {
    font-size: 16px;
  }
  .offers table {
    min-width: 780px !important;
  }
}
@media (min-width: 768px) {
  .offers .container-fluid {
    width: calc(90% - 160px);
  }
  .offers .round-box .bg-darkblue {
    width: calc(100% + 1200px);
    max-width: 1880px;
    top: 48px;
  }
  .offers .round-box .bg-darkpurple {
    width: calc(100% + 400px);
    max-width: 1440px;
    bottom: -100px;
  }
  .offers th, .offers td, .offers p {
    font-size: min(1.5vw, 18px);
  }
  .offers .offers-circle th div {
    left: max(-15vw, -180px);
  }
  .offers .offers-summer {
    position: relative;
  }
  .offers .offers-summer:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background-image: url(/TheNewMINIFamily/65thAnniversary/images/240820/deco_red.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: min(30%, 600px);
    height: 0;
    padding-bottom: min(20%, 400px);
    right: -30%;
    top: 100px;
  }
  .offers .offers-options th div {
    left: -180px;
  }
}

.offers-scroll-nav {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.offers-active .offers-scroll-nav > div {
  opacity: 1;
  pointer-events: auto;
}
.offers-active.aceman-active .offers-scroll-nav > div, .offers-active.workshop-active .offers-scroll-nav > div {
  opacity: 0;
  pointer-events: none;
}
.offers-scroll-nav > div {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, transform 0.5s;
}
.offers-scroll-nav > div span {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}
.offers-scroll-nav #scroll-left {
  left: 0;
}
.offers-scroll-nav #scroll-left span {
  clip-path: polygon(calc(100% - 10px) 0, 10px 50%, calc(100% - 10px) 100%);
}
.offers-scroll-nav #scroll-right {
  right: 0;
}
.offers-scroll-nav #scroll-right span {
  clip-path: polygon(10px 0, calc(100% - 10px) 50%, 10px 100%);
}
@media (min-width: 768px) {
  .offers-scroll-nav {
    display: none;
  }
}

#aceman {
  padding-top: 100px;
  position: relative;
}
#aceman .bg-purple {
  max-width: none;
  position: absolute;
  width: calc(100% + 200px);
  min-width: 800px;
  min-height: 60%;
  left: 50%;
  top: 48px;
  transform: translateX(-50%);
  z-index: 2;
}
#aceman .container-fluid {
  position: relative;
  max-width: 1600px;
  z-index: 5;
}
#aceman .content {
  width: 48%;
  min-width: 300px;
  margin: 0 auto;
}
#aceman .content p {
  color: #fff;
  font-weight: bold;
}
#aceman .content h3 {
  color: #dec943;
  font-weight: bold;
  text-align: center;
}
#aceman #aceman-palette {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  gap: 10px 20px;
}
#aceman #aceman-palette .btn-roof-color {
  border: 3px dotted #e7004a;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vw;
  max-width: 120px;
  max-height: 120px;
  font-size: min(4vw, 24px);
  line-height: 1.1em;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
#aceman #aceman-palette:hover .btn-roof-color {
  opacity: 0.8;
}
#aceman #aceman-palette:hover .btn-roof-color:hover {
  opacity: 1;
}
#aceman.silver-active .roof-silver, #aceman.white-active .roof-white, #aceman.yellow-active .roof-yellow, #aceman.green-active .roof-green, #aceman.grey-active .roof-grey {
  border: 3px solid #dec943 !important;
}
#aceman .owl-dot.active span {
  background-color: #dec943 !important;
}
#aceman .roof-silver {
  background-color: #b7a996;
  color: #000;
}
#aceman .roof-white {
  background-color: #fff;
  color: #000;
}
#aceman .roof-yellow {
  background-color: #baac21;
  color: #000;
}
#aceman .roof-green {
  background-color: #9aaaad;
  color: #000;
}
#aceman .roof-grey {
  background-color: #4f5254;
  color: #fff;
}
#aceman .roof-color h4 {
  display: none;
}
#aceman .color-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
#aceman .color-group img:nth-child(1) {
  grid-column: 1/2 span;
}
#aceman .color-group img:nth-child(2) {
  grid-column: 3/2 span;
}
#aceman .color-group img:nth-child(3) {
  grid-column: 2/2 span;
}
@media (min-width: 768px) {
  #aceman .bg-purple {
    width: 800px;
    min-width: 800px;
    max-width: 800px;
  }
  #aceman .box {
    padding: 40px;
  }
  #aceman .color-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  #aceman .color-group img:nth-child(1) {
    grid-column: 1/1 span;
  }
  #aceman .color-group img:nth-child(2) {
    grid-column: 2/1 span;
  }
  #aceman .color-group img:nth-child(3) {
    grid-column: 3/1 span;
  }
}

.food {
  padding: 50px 0;
}
.food .container-fluid {
  max-width: 980px;
}
.food .food-intro {
  margin-bottom: 40px;
}
.food .food-intro h2 {
  color: #57c4e5;
}
.food .food-intro h2, .food .food-intro p {
  text-align: center;
}
.food .food-grid {
  display: grid;
  gap: 20px;
}
.food .slide-box {
  background-color: #641978;
  border-radius: 20px;
  align-self: center;
  height: 100%;
  font-weight: bold;
  padding: 20px;
  position: relative;
}
.food .slide-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  padding-bottom: min(80%, 180px);
  position: relative;
}
.food .slide-logo img {
  border-radius: 1000px;
  overflow: hidden;
  width: 60%;
  max-width: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .food .food-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .food .slide-box {
    max-width: 600px;
  }
}
.food .slide-variants li {
  margin-bottom: 0px;
}
.food .slide-photo {
  margin: 20px 0;
}
.food .slide-photo .splide__list {
  display: flex !important;
}
.food .slide-photo img {
  width: 100%;
}
.food .slide-content h3 {
  display: none;
}

#ydc {
  padding: 50px 0;
}
#ydc .ydc-intro {
  margin-bottom: 40px;
}
#ydc .ydc-intro h2 {
  color: #57c4e5;
}
#ydc .ydc-intro h2, #ydc .ydc-intro p {
  text-align: center;
}
#ydc .ydc-intro img {
  width: min(50%, 200px);
  margin: 10px auto;
}

.ydc-box {
  padding-right: 13.5px;
  padding-left: 13.5px;
}

@media (min-width: 768px) {
  .ydc-info {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .ydc-info .ydc-flex {
    flex: 0 0 calc(50% - 10px);
  }
}

.ydc-flex {
  display: flex;
  flex-direction: column;
  margin: 40px auto;
}

.flex-left {
  max-width: 540px;
  flex: 1;
  margin: 0 auto 40px;
  position: relative;
}
.flex-left .ydc-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 20px;
  height: 100%;
}
.flex-left .ydc-logos {
  grid-column: 1/7;
  grid-row: 2/3;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.flex-left .ydc-logos img {
  max-height: 100%;
  min-width: 200px;
  width: 30%;
  margin: 0;
}
.flex-left .ydc-desc {
  grid-column: 1/7;
  grid-row: 3/4;
}
.flex-left .ydc-circle-photo {
  grid-column: 7/11;
  grid-row: 1/3;
  align-self: flex-end;
  width: 100%;
}
.flex-left .ydc-features {
  grid-column: 7/11;
  grid-row: 3/4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.flex-left .ydc-features img {
  justify-self: stretch;
  align-self: stretch;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .flex-left {
    max-width: 400px;
  }
  .flex-left .ydc-desc {
    grid-column: 1/11;
    grid-row: 3/4;
  }
  .flex-left .ydc-features {
    grid-column: 1/11;
    grid-row: 4/5;
  }
}
@media (min-width: 768px) {
  .flex-left .ydc-grid {
    grid-template-rows: 80px 80px 240px auto;
  }
}
@media (min-width: 1200px) {
  .flex-left {
    max-width: min(40vw, 640px);
  }
}

.flex-right {
  position: relative;
}

.ydc-slider {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.ydc-slider .owl-stage-outer {
  overflow: visible;
}
@media (min-width: 768px) {
  .ydc-slider {
    max-width: calc(50vw - 30px);
  }
  .ydc-slider .owl-stage-outer {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .ydc-slider {
    max-width: min(45vw, 1000px);
  }
}
.ydc-slider .owl-nav button.owl-next, .ydc-slider .owl-nav button.owl-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3f2a85;
  border-radius: 1000px;
  position: absolute;
  bottom: 40px;
  width: 40px;
  height: 40px;
}
.ydc-slider .owl-nav button.owl-next:hover, .ydc-slider .owl-nav button.owl-prev:hover {
  background: #91117f;
}
.ydc-slider .owl-nav button.owl-next span, .ydc-slider .owl-nav button.owl-prev span {
  background-color: #fff;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -999px;
  overflow: hidden;
}
.ydc-slider .owl-nav button.owl-prev {
  left: 0;
}
.ydc-slider .owl-nav button.owl-prev span {
  clip-path: polygon(calc(100% - 5px) 0, 0 50%, calc(100% - 5px) 100%);
}
.ydc-slider .owl-nav button.owl-next {
  right: 0;
}
.ydc-slider .owl-nav button.owl-next span {
  clip-path: polygon(5px 0, 100% 50%, 5px 100%);
}
.ydc-slider .owl-dots .owl-dot.active span, .ydc-slider .owl-dots .owl-dot:hover span {
  background: #91117f;
}

.ydc-1 {
  position: relative;
}
.ydc-1 .flex-left .circle-bg {
  max-width: none;
  position: absolute;
  width: min(100% + 200px, 1200px);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  z-index: 2;
}
.ydc-1 .flex-left .circle-bg .bg-fill {
  fill: #3f2a85;
}
.ydc-1 .flex-left .circle-bg + * {
  position: relative;
  z-index: 2;
}
.ydc-1 .flex-left .circle-bg + * {
  z-index: 3;
}
.ydc-1 .flex-right {
  position: relative;
}
.ydc-1 .flex-right .circle-bg {
  max-width: none;
  position: absolute;
  width: min(100% + 200px, 800px);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ydc-1 .flex-right .circle-bg .bg-fill {
  fill: #d78a30;
}
.ydc-1 .flex-right .circle-bg + * {
  position: relative;
  z-index: 2;
}

.ydc-2 .flex-left .circle-bg {
  max-width: none;
  position: absolute;
  width: min(100% + 200px, 1200px);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  z-index: 2;
}
.ydc-2 .flex-left .circle-bg .bg-fill {
  fill: #3f2a85;
}
.ydc-2 .flex-left .circle-bg + * {
  position: relative;
  z-index: 2;
}
.ydc-2 .flex-left .circle-bg + * {
  z-index: 3;
}
.ydc-2 .flex-left .ydc-logos img {
  width: 15%;
  min-width: 70px;
}
.ydc-2 .flex-right {
  position: relative;
}
.ydc-2 .flex-right .circle-bg {
  max-width: none;
  position: absolute;
  width: min(100% + 200px, 800px);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ydc-2 .flex-right .circle-bg .bg-fill {
  fill: #d78a30;
}
.ydc-2 .flex-right .circle-bg + * {
  position: relative;
  z-index: 2;
}

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;
}
section.registration .form-wrapper {
  border-radius: 20px;
  background-color: #ed5700;
  padding: 15px;
}

.page-thankyou .hero ~ div {
  position: relative;
  z-index: 2;
}
.page-thankyou .hero + div {
  background-color: #ed5700;
}
.page-thankyou .content h3, .page-thankyou .content p, .page-thankyou .content th, .page-thankyou .content td {
  color: #fff;
  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;
  padding: 10px;
}
.page-thankyou section.event {
  padding-top: 20px;
  padding-bottom: 20px;
}

#thankyou {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
#thankyou .circle-bg {
  max-width: none;
  position: absolute;
  width: min(100% + 400px, 800px);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
#thankyou .circle-bg .bg-fill {
  fill: #d78a30;
}
#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;
}
#thankyou .event h2 {
  display: none;
}

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