@font-face {
  font-family: "ducati";
  font-weight: normal;
  src: url("../fonts/Ducati_Rg.woff") format("woff"), url("../fonts/Ducati_Rg.ttf") format("truetype"), url("../fonts/Ducati_Rg.eot") format("embedded-opentype");
}
@font-face {
  font-family: "ducati";
  font-weight: bold;
  src: url("../fonts/Ducati_Bd.woff") format("woff"), url("../fonts/Ducati_Bd.ttf") format("truetype"), url("../fonts/Ducati_Bd.eot") format("embedded-opentype");
}
@font-face {
  font-family: "ducati-ext";
  font-weight: normal;
  src: url("../fonts/Ducati_Ext_Rg.woff") format("woff"), url("../fonts/Ducati_Ext_Rg.ttf") format("truetype"), url("../fonts/Ducati_Ext_Rg.eot") format("embedded-opentype");
}
@font-face {
  font-family: "ducati-ext";
  font-weight: bold;
  src: url("../fonts/Ducati_Ext_Bd.woff") format("woff"), url("../fonts/Ducati_Ext_Bd.ttf") format("truetype"), url("../fonts/Ducati_Ext_Bd.eot") format("embedded-opentype");
}
@font-face {
  font-family: "ducati-cond";
  font-weight: 300;
  src: url("../fonts/Ducati_Cond_Rg.woff") format("woff"), url("../fonts/Ducati_Cond_Rg.ttf") format("truetype"), url("../fonts/Ducati_Cond_Rg.eot") format("embedded-opentype");
}
@font-face {
  font-family: "ducati-cond";
  font-weight: 400;
  src: url("../fonts/Ducati_Cond_Bd.woff") format("woff"), url("../fonts/Ducati_Cond_Bd.ttf") format("truetype"), url("../fonts/Ducati_Cond_Bd.eot") format("embedded-opentype");
}
@font-face {
  font-family: "ducati-cond";
  font-weight: 700;
  src: url("../fonts/Ducati_Cond_XBd.woff") format("woff"), url("../fonts/Ducati_Cond_XBd.ttf") format("truetype"), url("../fonts/Ducati_Cond_XBd.eot") format("embedded-opentype");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.iconBefore:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
}

.iconAfter:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
}

.icon-fb {
  display: inline-block !important;
  width: 30px;
  height: 30px;
  font-size: 0;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.icon-fb:before {
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 10.2% 0;
}
.icon-fb:hover {
  opacity: 1;
}
.icon-fb:hover:before {
  background-size: auto 100%;
  background-position: 12.24% 0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 26px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 12px;
  opacity: 0.5;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 0% 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.img-100 img {
  display: block;
  width: 100%;
  height: auto;
}

.rd {
  border-radius: 2px;
  display: block;
}

.shadow {
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.shadow:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.picture {
  display: block;
  width: 100%;
  height: auto;
}
.picture img {
  display: block;
  width: 100%;
  height: auto;
}

.space {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1100px) {
  .space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.space-top {
  padding-top: 40px;
}
@media (min-width: 1100px) {
  .space-top {
    padding-top: 60px;
  }
}

.space-bottom {
  padding-bottom: 40px;
}
@media (min-width: 1100px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}

.table-wrap {
  overflow-x: auto;
  margin-bottom: 30px;
}
@media (min-width: 1300px) {
  .table-wrap {
    margin-bottom: 40px;
  }
}

.table {
  width: 100%;
}
.table th,
.table td {
  font-size: 12px;
  padding: 12px 10px 8px;
  min-width: 100px;
}
@media (min-width: 740px) {
  .table th,
.table td {
    padding: 18px 20px 14px;
    min-height: 48px;
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .table th,
.table td {
    padding: 26px 20px 22px;
  }
}
.table th {
  background-color: #0f0f0f;
  background: linear-gradient(to bottom, #424141, #010101);
  color: #999;
  border: 1px solid #B9B9B9;
  border-bottom: 1px solid #010101;
  border-top: 1px solid #424141;
  text-align: left;
}
.table th:first-of-type {
  border-left: 1px solid #010101;
}
.table th:last-of-type {
  border-right: 1px solid #010101;
}
.table td {
  border: 1px solid #B9B9B9;
  color: #666;
}

.tabs {
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  display: inline-block;
}
.tabs .tab {
  display: inline-block;
  width: auto;
  padding: 5px 5px 5px 5px;
}

.d-tab {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  border: solid 1px #bbbcbc;
  background-color: transparent;
  color: #bbbcbc;
  min-width: 80px;
  height: 37px;
  line-height: 39px;
  margin: 0;
  padding: 0 1em;
  border-radius: 100px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  cursor: pointer;
}
@media (min-width: 1300px) {
  .d-tab {
    min-width: 100px;
  }
}
.d-tab:hover {
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.d-tab.active {
  border-color: #0f0f0f;
  color: #fafafa;
  background-color: #0f0f0f;
}
.d-tab.active:hover {
  color: #fafafa;
}

.card-sm,
.card-wide,
.card-lg {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.card {
  background-color: #fff;
  display: flex;
  align-items: stretch;
  border-radius: 2px;
  overflow: hidden;
  min-height: 200px;
  width: 100%;
  flex-direction: column;
  font-size: 14px;
}
.card > a {
  display: block;
  overflow: hidden;
}
.card .content {
  min-height: 230px;
  padding: 23px 25px 23px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 740px) {
  .card .content {
    padding: 30px;
  }
}
.card .label {
  color: #666;
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media (min-width: 740px) {
  .card .label {
    font-size: 13px;
    line-height: 1.15;
    margin-bottom: 13px;
  }
}
@media (min-width: 980px) {
  .card .label {
    font-size: 14px;
    line-height: 1.14;
    margin-bottom: 15px;
  }
}
.card .title {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
}
.card .text {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  display: block;
  letter-spacing: 0.8px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 740px) {
  .card .text {
    font-size: 15px;
    line-height: 1.17;
  }
}
@media (min-width: 980px) {
  .card .text {
    font-size: 18px;
    line-height: 1.5;
  }
}
.card ul.text li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #0f0f0f;
  vertical-align: middle;
  margin: -4px 10px 0 2px;
  border-radius: 50%;
}
.card img {
  display: block;
  width: 100%;
  height: auto;
}
.card .picture {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.card .picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card .footer {
  display: flex;
  margin-top: auto;
  justify-content: space-between;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  min-height: 20px;
}
.card .status {
  color: #bbbcbc;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  font-weight: bold;
  display: inline-block;
  width: auto;
}
.card .status.end {
  color: #c00;
}
.card .icons {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-90%);
}
.card .date {
  color: #bbbcbc;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card .actions {
  opacity: 0.7;
}
.card .d-link {
  color: #666;
  margin-right: 30px;
}
.card .d-link.lb-black {
  background: #000;
  color: #fff;
  border-radius: 15px;
  padding: 9px 15px 5px;
  margin-right: 0;
}
@media (min-width: 0) and (max-width: 575px) {
  .card {
    flex-direction: column;
  }
  .card .picture {
    width: 100%;
  }
}

.card-sm .body {
  display: flex;
}
@media (min-width: 0) and (max-width: 739px) {
  .card-sm .body {
    flex-direction: column;
  }
}
.card-sm .card-col {
  margin-bottom: 20px;
}
@media (min-width: 740px) {
  .card-sm .card-col {
    display: flex;
    flex: 1;
    padding-right: 30px;
  }
  .card-sm .card-col:last-of-type {
    padding-right: 0;
  }
}
@media (min-width: 1100px) {
  .card-sm .card-col {
    padding-right: 40px;
  }
  .card-sm .card-col:last-of-type {
    padding-right: 0;
  }
}
@media (min-width: 0) and (max-width: 739px) {
  .card-sm .card .content {
    padding: 23px 25px;
  }
}
.card-sm.toggle {
  margin-top: 0;
  padding-top: 10px;
}
@media (min-width: 0) and (max-width: 739px) {
  .card-sm.toggle .card-col {
    margin-bottom: 0;
  }
  .card-sm.toggle .card-col:first-of-type .card {
    border-top: none;
  }
  .card-sm.toggle .card-col.active .card .title:before {
    opacity: 0.2;
  }
  .card-sm.toggle .card-col.active .card .content {
    max-height: 600px;
  }
}
@media (min-width: 740px) {
  .card-sm.toggle .card-col {
    padding: 0 17px;
    border-top: 0;
    width: 50%;
    flex: auto;
    margin-top: 5px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1100px) {
  .card-sm.toggle .card-col {
    padding: 0 8px;
    flex: 1;
  }
}
@media (min-width: 1300px) {
  .card-sm.toggle .card-col {
    padding: 0 17px;
  }
}
.card-sm.toggle .card {
  background-color: transparent;
}
@media (min-width: 0) and (max-width: 739px) {
  .card-sm.toggle .card {
    border-top: 1px solid #bbbcbc;
    min-height: auto;
  }
}
.card-sm.toggle .card .title {
  font-size: 19px;
  line-height: 1.5;
  color: #666;
  padding: 30px 50px 30px 0;
  position: relative;
}
@media (min-width: 0) and (max-width: 739px) {
  .card-sm.toggle .card .title::before {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    opacity: 0.5;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/layout/iconset.svg");
    background-size: auto 100%;
    background-position: 24.49% 0;
    transition: opacity 0.2s;
  }
}
@media (min-width: 740px) {
  .card-sm.toggle .card .title {
    height: 74px;
    padding: 0;
    border-bottom: 1px solid #bbbcbc;
    color: #0f0f0f;
  }
}
.card-sm.toggle .card .content {
  padding: 0;
  position: relative;
}
@media (min-width: 0) and (max-width: 739px) {
  .card-sm.toggle .card .content {
    max-height: 0;
    overflow: hidden;
    min-height: auto;
    transition: max-height 0.5s;
  }
}
.card-sm.toggle .card .content .text {
  font-family: "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #0f0f0f;
  padding: 0 0 23px 0;
}
@media (min-width: 740px) {
  .card-sm.toggle .card .content .text {
    font-size: 14px;
    padding: 45px 0;
    min-height: 150px;
  }
}
.card-sm.toggle .card .footer {
  margin-top: 0;
}
@media (min-width: 740px) {
  .card-sm.toggle .card .footer {
    position: absolute;
    bottom: 0;
  }
}
.card-sm.toggle .card .footer .more {
  color: #777;
  font-weight: bold;
}
@media (min-width: 0) and (max-width: 739px) {
  .card-sm.toggle .card .footer .more {
    margin-bottom: 30px;
  }
}

.toggle-row {
  display: flex;
}
@media (min-width: 0) and (max-width: 739px) {
  .toggle-row {
    flex-direction: column;
  }
}
@media (min-width: 740px) {
  .toggle-row {
    flex-wrap: wrap;
  }
}

.card-wide .card {
  flex-direction: column;
  border-top: 4px solid #c00;
}
.card-wide .card .content {
  padding: 34px;
  position: relative;
  justify-content: center;
}
@media (min-width: 740px) {
  .card-wide .card {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: none;
    border-left: 4px solid #c00;
  }
}
.card-wide.no-border .card {
  border-top: none;
}
@media (min-width: 740px) {
  .card-wide.no-border .card {
    border-left: none;
  }
}
.card-wide .text {
  font-weight: normal;
  margin-bottom: 20px;
}
.card-wide .title {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 11px;
}
@media (min-width: 740px) {
  .card-wide .link {
    position: absolute;
    bottom: 30px;
  }
}
@media (min-width: 740px) {
  .card-wide .content {
    width: 50%;
  }
  .card-wide .image {
    width: 50%;
  }
  .card-wide .picture {
    height: 100%;
  }
  .card-wide img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 0) and (max-width: 739px) {
  .card-lg.container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .card-lg .content {
    flex-direction: column;
  }
  .card-lg .shadow {
    box-shadow: none;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .card-lg .content {
    flex-direction: column;
  }
  .card-lg .shadow {
    box-shadow: none;
  }
}
.card-lg .card {
  flex-direction: column;
}
.card-lg .card .content {
  padding: 0 10px;
}
@media (min-width: 740px) {
  .card-lg .card .content {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .card-lg .card .content {
    position: absolute;
    top: 70px;
    left: 90px;
    width: 40%;
  }
}
@media (min-width: 1100px) {
  .card-lg .card .content {
    width: 30%;
  }
}
.card-lg .card .title {
  color: #0f0f0f;
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  margin-bottom: 13px;
  margin-top: 35px;
  font-size: 24px;
  line-height: 1.4;
}
.card-lg .card .text {
  font-family: "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #0f0f0f;
  letter-spacing: 2px;
}
.card-lg .card li {
  line-height: 1.625em;
}
.card-lg .card .btn {
  margin-left: 10px;
}
@media (min-width: 740px) {
  .card-lg .card .btn {
    margin-left: 0;
  }
}
@media (min-width: 0) and (max-width: 979px) {
  .card-lg .card {
    background-color: transparent;
  }
}
@media (min-width: 980px) {
  .card-lg .card {
    position: relative;
  }
  .card-lg .card .title {
    font-size: 25px;
    color: #fafafa;
    margin-top: 0;
  }
  .card-lg .card .text {
    font-size: 18px;
    padding-bottom: 90px;
    color: #fafafa;
  }
  .card-lg .card li {
    color: #fafafa;
    font-size: 14px;
  }
  .card-lg .card .btn {
    position: absolute;
    bottom: 70px;
    left: 90px;
  }
}
@media (min-width: 1300px) {
  .card-lg .card .title {
    font-size: 28px;
  }
}

.link,
.d-link {
  color: #c00;
  font-weight: bold;
}

.btn {
  display: inline-block;
  width: 190px;
  border-radius: 2px;
  overflow: hidden;
  outline: none;
  border: none;
  background-image: linear-gradient(to bottom, red, #c00);
  max-width: 190px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .btn + .btn {
    margin-left: 10px;
  }
}
.btn span {
  display: block;
  height: 53px;
  line-height: 53px;
  letter-spacing: 1.1px;
  color: #fff;
  text-align: center;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px !important;
}
@media (min-width: 980px) {
  .btn span {
    height: 60px;
    line-height: 64px;
    padding: 0 12px;
  }
}
@media (min-width: 0) and (max-width: 979px) {
  .btn.mobile-text {
    background: none;
    margin-top: 30px;
    text-align: left;
  }
  .btn.mobile-text span {
    color: #c00;
    height: auto;
    line-height: 1.5em;
    text-align: left;
  }
}
@media (min-width: 0) and (max-width: 979px) and (min-width: 980px) {
  .btn.mobile-text span {
    height: auto;
    line-height: 1.5em;
    padding: 0;
  }
}
.btn.white {
  background-image: linear-gradient(to bottom, #fff, #e5e5e5);
}
.btn.white span {
  color: #666;
}
.btn.messager span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 44.9% 0;
  margin: -2px 0 0 3px;
}
.btn.messager:hover span:after {
  background-size: auto 100%;
  background-position: 40.82% 0;
}
.btn.border {
  border: 1px solid #fff;
  background: none;
}
.btn.border span {
  height: 52px;
  line-height: 56px;
}
@media (min-width: 980px) {
  .btn.border span {
    height: 58px;
    line-height: 62px;
  }
}
.btn.border.gray {
  border-color: #666;
}
.btn.border.gray span {
  color: #666;
}

.title {
  font-size: 36px;
  font-weight: bold;
}
@media (min-width: 740px) {
  .title {
    font-size: 42px;
  }
}
@media (min-width: 980px) {
  .title {
    font-size: 48px;
  }
}

.fz-B {
  font-size: 25px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}
.fz-B + .fz-C {
  margin-top: -1em;
}
@media (min-width: 980px) {
  .fz-B {
    font-size: 32px;
  }
}

.fz-C {
  font-weight: bold;
  font-size: 15px;
}
@media (min-width: 980px) {
  .fz-C {
    font-size: 24px;
  }
}

.d-select {
  position: relative;
  z-index: 20;
  font-size: 18px;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.d-select.disabled {
  opacity: 0.5;
}
.d-select.disabled .switch {
  cursor: not-allowed;
}
.d-select.selected .switch {
  color: #0f0f0f;
}
.d-select .switch {
  position: relative;
  z-index: 50;
  color: #666;
  cursor: pointer;
  display: block;
  width: 100%;
  transition: color 200ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  padding: 15px 25px 10px;
  font-weight: bold;
}
.d-select .switch:after {
  display: block;
  content: "";
  z-index: 0;
  width: 100%;
  height: 1px;
  margin-top: 11px;
  margin-bottom: -10px;
  height: 1px;
  background-color: #bbbcbc;
  transition: background-color 0.2s;
}
.d-select .switch:before {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 22px;
  top: 13px;
  opacity: 0.5;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 0% 0;
}
.d-select .switchtext {
  font-weight: 400;
}
.d-select .options {
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.3);
  transition: all 200ms;
  display: block;
  pointer-events: auto;
  white-space: normal;
  opacity: 1;
  position: absolute;
  padding: 10px 25px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  max-height: 360px;
  overflow-y: auto;
}
.d-select .options li {
  cursor: pointer;
  transition: color 200ms;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 28px;
  color: #bbbcbc;
  padding: 10px 0;
}
.d-select .options li:hover {
  color: #777;
}
.d-select .options li.selected {
  pointer-events: none;
  cursor: default;
  color: #bbbcbc;
  opacity: 0.3;
}
.d-select select {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.d-select.border {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 150px;
  max-width: 300px;
}
.d-select.border:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ddd;
  z-index: 55;
  pointer-events: none;
}
.d-select.border .switch {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 11px 56px 11px 16px;
  transition: border-color 0.4s ease;
}
.d-select.border .switch:after {
  display: none;
}
.d-select.border .switch:before {
  width: 15px;
  height: 15px;
  right: 11px;
  top: 13px;
}
.d-select.border .switchwrap {
  line-height: 16px;
  height: 16px;
  display: block;
}
.d-select.border .switchtext {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: normal;
}
.d-select.border .options {
  font-size: 12px;
  font-family: "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  line-height: 16px;
  padding: 0;
}
.d-select.border .options li {
  padding: 12px 17px;
  line-height: 16px;
  transition: all 0.2s ease;
  color: #666;
}
.d-select.border .options li:hover {
  background-color: #ebebeb;
}

.desktop .d-select.opened {
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.3);
  z-index: 51;
  border-radius: 2px 2px 0 0;
}
.desktop .d-select.opened .switch {
  background-color: #ebebeb;
  color: #0f0f0f;
  border-radius: 2px 2px 0 0;
}
.desktop .d-select.opened .switch:after {
  background-color: transparent;
}
.desktop .d-select.opened .options {
  visibility: visible;
  opacity: 1;
  border-radius: 0 0 2px 2px;
}
.desktop .d-select.opened.border .switch {
  border-color: transparent;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.select-border-wrap {
  position: relative;
  border-radius: 2px;
  display: inline-block;
}
@media (min-width: 740px) {
  .select-border-wrap {
    max-width: 200px;
  }
  .select-border-wrap .js-select {
    font-size: 13px !important;
  }
}
.select-border-wrap:after {
  content: "";
  width: 40px;
  height: 40px;
  border-left: 1px solid #E6E6E6;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.select-border-wrap:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 12px;
  pointer-events: none;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 0% 0;
  opacity: 0.5;
  z-index: 2;
}

.js-select {
  width: 300px;
}
.js-select.border {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  line-height: 42px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: normal;
  font-family: "ducati-ext";
  color: #666;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile .js-select {
  font-size: 18px;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: static;
  transform: none;
  border: none;
  -webkit-appearance: none;
  background-color: transparent;
  height: 46px;
  border-bottom: 1px solid #E6E6E6;
  outline: none;
  box-shadow: none;
  padding: 0 20px;
}
.mobile .js-select.border {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  line-height: 42px;
  border: none;
  font-size: 16px;
  font-weight: normal;
  font-family: "ducati-ext";
  color: #666;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1100px) {
  .mobile .js-select {
    font-size: 18px;
  }
}

.select2-container {
  border-radius: 0;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 46px;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 25px 6px;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}
.select2-container .select2-selection--single .select2-selection__rendered:after {
  content: "";
  display: block;
  width: calc(100% - 50px);
  border-bottom: 2px solid #E6E6E6;
  bottom: 0;
  position: absolute;
}

.select2-container--open {
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.3);
  outline: none;
  border: none;
}
.select2-container--open .select2-selection--single {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #E6E6E6;
}
.select2-container--open .select2-selection--single .select2-selection__rendered:after {
  display: none;
}

.select2-dropdown {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  transition: opacity 0.25s;
}

.select2-results__options {
  border: none;
  outline: none;
  box-shadow: none;
}
.select2-results__options li {
  font-size: 18px;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 25px 6px !important;
  line-height: 28px;
  color: #bbbcbc;
  padding: 10px 0;
}
.select2-results__options li:hover {
  color: #777 !important;
  background-color: transparent !important;
}

.select-border .select2-results__options {
  border-top: 1px solid #E6E6E6;
}
.select-border .select2-results__options li {
  font-size: 12px;
  font-family: "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 25px 6px !important;
  line-height: 28px;
  color: #bbbcbc;
  padding: 10px 0;
  transition: background-color 0.25s, color 0.25s;
}
.select-border .select2-results__options li.select2-results__option--highlighted {
  color: #666;
}
.select-border .select2-results__options li:hover {
  color: #666 !important;
  background-color: #f1f1f1 !important;
}

.js-select.border {
  width: 100%;
}
.js-select.border + .select2-container .select2-selection--single {
  height: 40px;
  background-color: #fff;
  padding-right: 40px;
  border: 1px solid #E6E6E6;
  transition: border-color 0.25s;
}
.js-select.border + .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 12px !important;
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif !important;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
}
.js-select.border + .select2-container .select2-selection--single .select2-selection__rendered:after {
  display: none;
}
.js-select.border + .select2-container.select2-container--open .select2-selection--single {
  background-color: transparent;
  background-color: #fff;
  border-color: transparent;
}
.js-select.border + .select2-container.select2-container--open .select2-dropdown {
  top: 1px;
}
.js-select.border + .select2-container .select2-selection__arrow {
  display: none;
}

.info-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #666;
  border-bottom: 1px solid #666;
  margin-left: 20px;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}
input[type=radio] + label,
input[type=checkbox] + label {
  display: inline-block;
  text-align: left;
  cursor: pointer;
  color: #666;
  line-height: 1.75em;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  padding-right: 1em;
  font-size: 16px;
  position: relative;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  margin-top: -4px;
  transition: border-color 0.3s;
}
input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
  color: #000;
  font-weight: normal;
}
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 16.33% 0;
  border-color: #0f0f0f;
}

input[type=radio] + label:before {
  border-radius: 50%;
}

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

.form {
  padding: 0 30px;
  font-size: 16px;
  color: #666;
}
.form .select-wrap {
  position: relative;
}
.form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.form .select-wrap::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 0% 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  opacity: 0.5;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (min-width: 740px) {
  .form {
    padding: 0;
  }
}
.form > .row > [class^=col-] {
  margin-bottom: 10px;
}
.form .btn {
  margin-top: 20px;
}
.form .field {
  padding-bottom: 10px;
}
@media (min-width: 740px) {
  .form .field {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.form input,
.form select {
  border: none;
  border-bottom: 1px solid #E6E6E6;
  width: 100%;
  background-color: transparent;
  font-family: "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 2.5em;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (min-width: 576px) {
  .form input,
.form select {
    line-height: 3em;
  }
}
@media (min-width: 740px) {
  .form input,
.form select {
    line-height: 3.5em;
  }
}
.form input:focus,
.form select:focus {
  border-color: #0f0f0f;
  color: #0f0f0f;
  font-weight: bold;
}
.form select {
  line-height: 1.125em;
  height: 44px;
  color: #666;
}
@media (min-width: 576px) {
  .form select {
    height: 59px;
  }
}
.form textarea {
  border: none;
  border: 1px solid #E6E6E6;
  padding: 15px;
  width: 100%;
  background-color: transparent;
  font-family: "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  outline: none;
  transition: border-color 0.3s ease;
  border-radius: 2px;
}
.form textarea:focus {
  border-color: #0f0f0f;
  color: #0f0f0f;
  font-weight: bold;
}
.form .appellation span {
  margin-right: 30px;
}
@media (min-width: 0) and (max-width: 575px) {
  .form .appellation {
    padding-top: 15px;
  }
  .form .appellation:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
  }
}
@media (min-width: 350px) and (max-width: 575px) {
  .form .appellation span {
    margin-right: 30px;
  }
}

.editor-text {
  width: 100%;
  max-width: 665px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
@media (min-width: 740px) {
  .editor-text {
    padding-bottom: 30px;
  }
}
@media (min-width: 980px) {
  .editor-text {
    padding-bottom: 40px;
  }
}
.editor-text .body {
  width: 100%;
  max-width: 665px;
  margin: 0 auto;
}
.editor-text .body img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 740px) {
  .editor-text .body img {
    margin-bottom: 30px;
  }
}
.editor-text strong {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 740px) {
  .editor-text strong {
    margin-bottom: 30px;
  }
}
.editor-text p {
  padding-bottom: 20px;
}
@media (min-width: 740px) {
  .editor-text p {
    padding-bottom: 30px;
  }
}
.editor-text .link,
.editor-text .btn {
  margin-bottom: 20px;
  display: inline-block;
}
@media (min-width: 740px) {
  .editor-text .link,
.editor-text .btn {
    margin-bottom: 30px;
  }
}
.editor-text .remark {
  font-size: 14px;
  color: #666;
}
@media (min-width: 1100px) {
  .editor-text .remark {
    font-size: 16px;
  }
}
.editor-text ul.remark li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #E6E6E6;
  vertical-align: middle;
  margin: -4px 10px 0 2px;
  border-radius: 50%;
}
.editor-text ol.remark {
  counter-reset: section;
  padding-left: 17px;
}
.editor-text ol.remark li {
  list-style: decimal;
}

.editor-img {
  padding-bottom: 20px;
}
@media (min-width: 740px) {
  .editor-img {
    padding-bottom: 30px;
  }
}
@media (min-width: 980px) {
  .editor-img {
    padding-bottom: 40px;
  }
}

.d-stage {
  margin-bottom: 20px;
  border-radius: 2px;
}

.d-thumb {
  margin-bottom: 60px;
}
.d-thumb .swiper-wrapper {
  justify-content: center;
}
.d-thumb .swiper-slide {
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.d-thumb .swiper-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
}
.d-thumb .swiper-slide.swiper-slide-thumb-active:after {
  height: 3px;
  background-color: #c00;
}

.d-slide.divider .container {
  border-bottom: 2px solid #bbbcbc;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  border-radius: 2px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
}

@media (min-width: 980px) {
  .flip-nav-wrap {
    position: absolute;
    width: 50%;
    right: 0;
    z-index: 60;
    padding: 94px 40px 0 89px;
  }
}
.flip-nav-wrap ul {
  text-align: left;
}
@media (min-width: 0) and (max-width: 979px) {
  .flip-nav-wrap ul {
    display: flex;
    justify-content: space-between;
  }
}
.flip-nav-wrap li {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbbcbc;
  display: inline-block;
  opacity: 1;
  width: auto;
  transition: color 0.2s;
  outline: none;
  line-height: 1.5em;
  margin-right: 2em;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 979px) {
  .flip-nav-wrap li {
    margin-right: 0;
  }
}
.flip-nav-wrap li.active {
  color: #666;
}

.flip-contents {
  outline: none;
}

.flip-module .container {
  position: relative;
  overflow: hidden;
}
@media (min-width: 980px) {
  .flip-module .container {
    box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
  }
}
.flip-module .title {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #0f0f0f;
  margin: 27px 0 20px 0;
}
@media (min-width: 740px) {
  .flip-module .title {
    font-size: 42px;
    line-height: 1.2;
    margin: 37px 0 25px;
  }
}
@media (min-width: 980px) {
  .flip-module .title {
    margin-left: 50%;
    padding: 0 40px 0 89px;
    padding-top: 191px;
  }
}
.flip-module .picture {
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
  display: block;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 0 27px 0;
}
.flip-module .picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 980px) {
  .flip-module .picture {
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.flip-module .text {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  color: #0f0f0f;
  margin: 0 0 25px 0;
}
@media (min-width: 740px) {
  .flip-module .text {
    font-size: 17px;
    letter-spacing: 0.8px;
    margin: 0 0 50px 0;
  }
}
@media (min-width: 980px) {
  .flip-module .text {
    margin-left: 50%;
    padding: 0 40px 0 89px;
  }
}

.flip-item {
  outline: none;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s;
  overflow: hidden;
}
.flip-item.active {
  position: relative;
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 980px) {
  .flip-item {
    height: 740px;
    background-color: #fff;
  }
}

.search-bar {
  margin: 0 auto;
  position: relative;
  box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
.search-bar .icon {
  width: 16px;
  height: 16px;
  z-index: 21;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 30px;
}
.search-bar input {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 34px 120px 30px 60px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #0f0f0f;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  outline: none;
  border: none;
}
.search-bar .submit {
  color: #c00;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  line-height: 80px;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  padding: 0 40px 0 0;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  cursor: pointer;
}
.search-bar > form {
  max-width: 1330px;
  margin: 0 auto;
  box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.05);
  display: block;
}

.filter-btn {
  display: flex;
  width: 100%;
  height: 50px;
  margin: 10px 0 0 0;
  padding: 0 16px;
  color: #666;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #E6E6E6;
  position: relative;
}
.filter-btn span {
  display: block;
  line-height: 1em;
  margin-top: 2px;
}
.filter-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 28.57% 0;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  opacity: 0.5;
  transform: translateY(-50%);
}
@media (min-width: 980px) {
  .filter-btn {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 979px) {
  .filter {
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 980px) {
  .filter > div {
    display: flex;
    flex-wrap: nowrap;
  }
  .filter .d-select {
    flex: 1;
    width: auto;
    min-width: 10px;
  }
  .filter .btn-area {
    display: none;
  }
}

@media (min-width: 980px) {
  .ftmb-show {
    display: none;
  }
}

.filter-wrap .row {
  width: 100%;
}
.filter-wrap .removquery {
  width: 30px;
  height: 45px;
  position: absolute;
  right: 25px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0;
  cursor: pointer;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.filter-wrap .removquery:before {
  content: "";
  display: block;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 32.65% 0;
  width: 12px;
  height: 12px;
}
@media (min-width: 740px) and (max-width: 979px) {
  .filter-wrap .removquery {
    right: 40px;
  }
}
@media (min-width: 980px) {
  .filter-wrap .removquery {
    right: 40px;
  }
}
.filter-wrap .show-remove .removquery {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 0) and (max-width: 979px) {
  .filter-wrap {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fafafa;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 109;
    padding: 60px 45px;
    visibility: hidden;
    opacity: 0;
  }
  .filter-wrap .close-filter {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.5;
  }
  .filter-wrap .close-filter:before {
    content: "";
    display: block;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/layout/iconset.svg");
    background-size: auto 100%;
    background-position: 18.37% 0;
    width: 18px;
    height: 18px;
  }
  .filter-wrap .row {
    max-width: 390px;
    margin: 0 auto;
  }
  .filter-wrap .row [class^=col-] {
    margin-bottom: 30px;
    position: relative;
  }
  .filter-wrap .js-select {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .filter-wrap .btn-area {
    display: block;
  }
  .filter-wrap .btn-area .btn {
    max-width: 100%;
    width: 100%;
    margin: 5px auto;
  }
  .filter-wrap .title {
    display: block;
    font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .filter-wrap {
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .filter-wrap > .filter-content {
    width: 90%;
    height: auto;
    padding: 60px 40px;
    min-height: 400px;
    background-color: #fafafa;
    position: relative;
    z-index: 2;
  }
  .filter-wrap > .filter-close-btn {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .filter-wrap .btn-area {
    display: flex;
  }
  .filter-wrap .btn-area .btn {
    flex: 1;
  }
  .filter-wrap .btn-area .btn + .btn {
    margin-left: 10px;
  }
}
@media (min-width: 980px) {
  .filter-wrap > .filter-content {
    width: 100%;
  }
}

.show-filter .filter-wrap {
  visibility: visible;
  opacity: 1;
}

.results-count {
  font-weight: bold;
  font-size: 18px;
}

.results {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.results .select-border-wrap {
  width: 100%;
}
@media (min-width: 0) and (max-width: 739px) {
  .results .select-border-wrap {
    margin-bottom: 30px;
  }
}
@media (min-width: 0) and (max-width: 739px) {
  .results {
    flex-direction: column-reverse;
  }
}

.mobile .filter-wrap .row [class^=col-] {
  position: relative;
}
.mobile .filter-wrap .row [class^=col-]:before {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 12px;
  opacity: 0.5;
  pointer-events: none;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 0% 0;
}
.mobile .filter-wrap .row [class^=col-].no-select:before {
  display: none;
}
@media (min-width: 740px) {
  .mobile .filter-wrap .row [class^=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile .filter-wrap .row [class^=col-]:before {
    right: 20px;
  }
}
.mobile .js-select {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.mobile .js-select.border {
  width: 100%;
}

@media (min-width: 740px) and (max-width: 979px) {
  .desktop .filter-wrap .btn-area {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 740px) {
  .article .breadcrumbs a,
.article .breadcrumbs span {
    font-size: 18px;
  }
}

.john {
  padding-top: 150px;
}
.john > section {
  border-bottom: 2px solid #000;
  padding: 50px 0;
}
.john > section h1,
.john > section h2 {
  display: block;
  margin: 30px auto 10px;
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 1300px) {
  .john > section h1,
.john > section h2 {
    margin: 50px auto 20px;
    font-size: 48px;
  }
}
.john > section h2 {
  font-size: 22px;
  margin: 10px auto 10px;
}
@media (min-width: 1300px) {
  .john > section h2 {
    font-size: 26px;
    margin: 20px auto 20px;
  }
}
.john > section h6 {
  font-weight: bold;
}
.john > section .alert {
  font-size: 13px;
  color: rgb(214, 79, 79);
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}
.john > section p {
  margin-bottom: 10px;
}
.john > section .note {
  display: block;
  margin: 20px auto;
  padding: 40px 60px;
  background-color: #efefef;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.375em;
}
@media (min-width: 1300px) {
  .john > section .note {
    padding: 40px 60px;
    font-size: 18px;
    line-height: 1.5em;
  }
}
.john > section .note a {
  font-weight: bold;
  border-bottom: 1px dotted #000;
}
.john > section .note li {
  padding-left: 0;
  margin-bottom: 5px;
}
@media (min-width: 0) and (max-width: 1299px) {
  .john > section .note li {
    font-size: 15px;
  }
}
.john > section .note ol {
  list-style: decimal;
  padding-left: 40px;
  border-left: 3px solid #E6E6E6;
  margin-bottom: 30px;
  margin-top: 5px;
}
.john > section .note ol > li {
  color: #666;
  font-size: 16px;
}
.john > section .note pre {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 8px;
  font-family: "consolas", "Courier New", Courier, monospace;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 1em;
  font-size: 12px;
  margin: -1px 5px 0;
  color: steelblue;
}
@media (min-width: 1300px) {
  .john > section .note pre {
    padding: 5px 10px;
    font-size: 13px;
  }
}
.john .hr {
  width: 100%;
  height: 2px;
  background-color: #000;
  border: none;
  outline: none;
}

.modal {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2000;
  display: flex;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.3s, opacity 0.3s;
}
.modal .content {
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
}
.modal .fz-C {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width: 739px) {
  .modal .fz-C {
    font-size: 18px;
  }
}
@media (min-width: 740px) {
  .modal .fz-C {
    font-size: 24px;
  }
}
.modal .modal-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}
.modal .modal-close:before {
  content: "";
  display: block;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 18.37% 0;
  width: 18px;
  height: 18px;
}
.modal.fullscreen .content {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 980px) {
  .modal.fullscreen .content {
    overflow: hidden;
  }
}
.modal.small .content {
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 740px) {
  .modal.small .content {
    max-width: 900px;
    min-width: 300px;
    width: 90%;
    height: auto;
    padding: 60px 40px;
    min-height: 400px;
  }
}
@media (min-width: 980px) {
  .modal.small .content {
    padding: 60px;
  }
}

.fullscreen .fz-B {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
}
.fullscreen .m-header {
  text-align: center;
}
@media (min-width: 980px) {
  .fullscreen .m-content {
    display: flex;
    height: calc(100vh - 218px);
    max-width: 1290px;
    margin: 0 auto;
    width: 100%;
  }
}
.fullscreen .m-sidebar {
  display: none;
}
@media (min-width: 980px) {
  .fullscreen .m-sidebar {
    display: block;
    width: 20%;
    padding: 43px 20px 20px 0;
    float: left;
  }
  .fullscreen .m-sidebar a {
    display: block;
    font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1.1px;
    text-decoration: none;
    color: #bbbcbc;
    margin-bottom: 21px;
    transition: color 0.2s;
  }
  .fullscreen .m-sidebar a.active {
    color: #0f0f0f;
  }
}
.fullscreen .m-body {
  color: #0f0f0f;
  position: relative;
}
@media (min-width: 980px) {
  .fullscreen .m-body {
    position: relative;
    width: 100%;
    padding-right: 20px;
    transition: height 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.fullscreen .m-body .fz-B {
  padding: 45px 0 30px;
  border-bottom: 1px solid #bbbcbc;
}
@media (min-width: 740px) {
  .fullscreen .m-body .fz-B {
    font-size: 28px;
    line-height: 1.18;
    padding: 54px 0 43px;
  }
}
@media (min-width: 980px) {
  .fullscreen .m-body .fz-B {
    display: none;
  }
}
.fullscreen .m-body .list {
  display: block;
}
.fullscreen .m-body .list li {
  display: block;
  border-bottom: 1px solid #bbbcbc;
  padding: 32px 0;
}
@media (min-width: 980px) {
  .fullscreen .m-body .list li {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
  }
}
.fullscreen .m-body .field {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 11px;
  display: block;
}
@media (min-width: 740px) {
  .fullscreen .m-body .field {
    line-height: 1.2;
    margin-bottom: 21px;
  }
}
@media (min-width: 980px) {
  .fullscreen .m-body .field {
    font-size: 19px;
    margin-bottom: 0;
    max-width: 33%;
  }
}
.fullscreen .m-body .value {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  display: block;
}
@media (min-width: 740px) {
  .fullscreen .m-body .value {
    font-size: 15px;
    line-height: 1.47;
  }
}
@media (min-width: 980px) {
  .fullscreen .m-body .value {
    font-size: 14px;
    text-align: right;
    max-width: 56%;
  }
}

.showModal {
  overflow: hidden;
}
.showModal .modal {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tippy-tooltip.ducati-theme {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  border-radius: 2px;
  padding: 15px;
  font-size: 12px;
  line-height: 1.4;
  background-color: #0f0f0f;
  text-transform: uppercase;
}
.tippy-tooltip.ducati-theme .tippy-arrow {
  border-top-color: #0f0f0f;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.wrap {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
.wrap {
    max-width: 100%;
  }
}
@media (min-width: 740px) {
  .container,
.wrap {
    max-width: 100%;
  }
}
@media (min-width: 980px) {
  .container,
.wrap {
    max-width: 100%;
  }
}
@media (min-width: 1100px) {
  .container,
.wrap {
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .container,
.wrap {
    max-width: 1330px;
  }
}
@media (min-width: 1580px) {
  .container,
.wrap {
    max-width: 1330px;
  }
}
@media (min-width: 2200px) {
  .container,
.wrap {
    max-width: 1330px;
  }
}

.container-fluid,
.wrap-fs {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-super,
.col-super-auto, .col-super-12, .col-super-11, .col-super-10, .col-super-9, .col-super-8, .col-super-7, .col-super-6, .col-super-5, .col-super-4, .col-super-3, .col-super-2, .col-super-1, .col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 740px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 980px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1100px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1300px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1580px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 2200px) {
  .col-super {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-super-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-super-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-super-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-super-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-super-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-super-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-super-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-super-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-super-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-super-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-super-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-super-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-super-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-super-first {
    order: -1;
  }
  .order-super-last {
    order: 13;
  }
  .order-super-0 {
    order: 0;
  }
  .order-super-1 {
    order: 1;
  }
  .order-super-2 {
    order: 2;
  }
  .order-super-3 {
    order: 3;
  }
  .order-super-4 {
    order: 4;
  }
  .order-super-5 {
    order: 5;
  }
  .order-super-6 {
    order: 6;
  }
  .order-super-7 {
    order: 7;
  }
  .order-super-8 {
    order: 8;
  }
  .order-super-9 {
    order: 9;
  }
  .order-super-10 {
    order: 10;
  }
  .order-super-11 {
    order: 11;
  }
  .order-super-12 {
    order: 12;
  }
  .offset-super-0 {
    margin-left: 0;
  }
  .offset-super-1 {
    margin-left: 8.3333333333%;
  }
  .offset-super-2 {
    margin-left: 16.6666666667%;
  }
  .offset-super-3 {
    margin-left: 25%;
  }
  .offset-super-4 {
    margin-left: 33.3333333333%;
  }
  .offset-super-5 {
    margin-left: 41.6666666667%;
  }
  .offset-super-6 {
    margin-left: 50%;
  }
  .offset-super-7 {
    margin-left: 58.3333333333%;
  }
  .offset-super-8 {
    margin-left: 66.6666666667%;
  }
  .offset-super-9 {
    margin-left: 75%;
  }
  .offset-super-10 {
    margin-left: 83.3333333333%;
  }
  .offset-super-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 740px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 980px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1100px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1580px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 2200px) {
  .d-super-none {
    display: none !important;
  }
  .d-super-inline {
    display: inline !important;
  }
  .d-super-inline-block {
    display: inline-block !important;
  }
  .d-super-block {
    display: block !important;
  }
  .d-super-table {
    display: table !important;
  }
  .d-super-table-row {
    display: table-row !important;
  }
  .d-super-table-cell {
    display: table-cell !important;
  }
  .d-super-flex {
    display: flex !important;
  }
  .d-super-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 740px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 980px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1100px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1300px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1580px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 2200px) {
  .flex-super-row {
    flex-direction: row !important;
  }
  .flex-super-column {
    flex-direction: column !important;
  }
  .flex-super-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-super-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-super-wrap {
    flex-wrap: wrap !important;
  }
  .flex-super-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-super-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-super-fill {
    flex: 1 1 auto !important;
  }
  .flex-super-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-super-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-super-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-super-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-super-start {
    justify-content: flex-start !important;
  }
  .justify-content-super-end {
    justify-content: flex-end !important;
  }
  .justify-content-super-center {
    justify-content: center !important;
  }
  .justify-content-super-between {
    justify-content: space-between !important;
  }
  .justify-content-super-around {
    justify-content: space-around !important;
  }
  .align-items-super-start {
    align-items: flex-start !important;
  }
  .align-items-super-end {
    align-items: flex-end !important;
  }
  .align-items-super-center {
    align-items: center !important;
  }
  .align-items-super-baseline {
    align-items: baseline !important;
  }
  .align-items-super-stretch {
    align-items: stretch !important;
  }
  .align-content-super-start {
    align-content: flex-start !important;
  }
  .align-content-super-end {
    align-content: flex-end !important;
  }
  .align-content-super-center {
    align-content: center !important;
  }
  .align-content-super-between {
    align-content: space-between !important;
  }
  .align-content-super-around {
    align-content: space-around !important;
  }
  .align-content-super-stretch {
    align-content: stretch !important;
  }
  .align-self-super-auto {
    align-self: auto !important;
  }
  .align-self-super-start {
    align-self: flex-start !important;
  }
  .align-self-super-end {
    align-self: flex-end !important;
  }
  .align-self-super-center {
    align-self: center !important;
  }
  .align-self-super-baseline {
    align-self: baseline !important;
  }
  .align-self-super-stretch {
    align-self: stretch !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 740px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 980px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1100px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1300px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1580px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 2200px) {
  .text-super-left {
    text-align: left !important;
  }
  .text-super-right {
    text-align: right !important;
  }
  .text-super-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("../../images/photoswipe/default-skin.png") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url("../../images/photoswipe/default-skin.svg");
  }
  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 0.875rem;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
  font-weight: bold;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 22px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  color: #666;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  font-weight: bolder;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff ;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000 ;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #bbbcbc;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #bbbcbc;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff ;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000 ;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html,
body {
  background-color: #FAFAFA;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #0f0f0f;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #0f0f0f;
}

.global-pdt {
  padding-top: 120px;
}
@media (min-width: 740px) {
  .global-pdt {
    padding-top: 160px;
  }
}
@media (min-width: 980px) {
  .global-pdt {
    padding-top: 245px;
  }
}

.container {
  padding-left: 0;
  padding-right: 0;
}
.container.pd {
  padding-left: 14px;
  padding-right: 14px;
}
@media (min-width: 740px) {
  .container.pd {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 980px) {
  .container.pd {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 0) and (max-width: 739px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 980px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container-fluid.full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.video .container {
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.video .playmask {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video .playmask img {
  display: block;
  width: 100%;
  height: auto;
}
.video .playmask:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 26.53% 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  opacity: 1;
  transition: transform 0.2s, opacity 0.2s;
}
.video .playmask:hover:before {
  transform: translate(-50%, -50%) scale(1.125);
  opacity: 0.8;
}

picture {
  font-size: 0;
  outline: none;
}

.swiper-slide {
  background: transparent;
  box-shadow: none;
}

.slider-gallery-wrap {
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 739px) {
  .slider-gallery-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .slider-gallery-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 980px) {
  .slider-gallery-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.slider-gallery-wrap .swiper-container {
  width: 100%;
  overflow: visible;
  padding-bottom: 50px;
  position: relative;
}
.slider-gallery-wrap .body {
  max-width: 1330px;
  margin: 0 auto;
}
.slider-gallery-wrap .swiper-slide {
  background: #bbbcbc;
  width: auto;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.slider-gallery-wrap .swiper-slide img {
  width: auto;
}
@media (min-width: 0) and (max-width: 739px) {
  .slider-gallery-wrap .swiper-slide {
    height: 166px;
  }
  .slider-gallery-wrap .swiper-slide img {
    height: 166px;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .slider-gallery-wrap .swiper-slide {
    height: 337px;
  }
  .slider-gallery-wrap .swiper-slide img {
    height: 337px;
  }
}
@media (min-width: 980px) {
  .slider-gallery-wrap .swiper-slide {
    height: 510px;
  }
  .slider-gallery-wrap .swiper-slide img {
    height: 510px;
  }
}
@media (min-width: 0) and (max-width: 739px) {
  .slider-gallery-wrap .swiper-slide.news-slide {
    height: 300px;
  }
  .slider-gallery-wrap .swiper-slide.news-slide img {
    height: 300px;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .slider-gallery-wrap .swiper-slide.news-slide {
    height: 338px;
  }
  .slider-gallery-wrap .swiper-slide.news-slide img {
    height: 338px;
  }
}
@media (min-width: 980px) {
  .slider-gallery-wrap .swiper-slide.news-slide {
    height: 405px;
  }
  .slider-gallery-wrap .swiper-slide.news-slide img {
    height: 405px;
  }
}
.slider-gallery-wrap .download {
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  padding: 0;
}
.slider-gallery-wrap .download::after {
  content: "";
  display: block;
  width: 55%;
  padding-bottom: 55%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 20.41% 0;
}
@media (min-width: 740px) {
  .slider-gallery-wrap .download {
    right: 20px;
    top: 20px;
  }
}
@media (min-width: 980px) {
  .slider-gallery-wrap .download {
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 0) and (max-width: 1099px) {
  .slider-gallery-wrap .swiper-button-next {
    display: none;
  }
}
@media (min-width: 1100px) {
  .slider-gallery-wrap .swiper-button-next {
    right: calc((100vw - 100%) / -2 - 35px);
    width: 70px;
    height: 70px;
    border-radius: 35px 0 0 35px;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: flex-start;
    transition: transform 0.3s;
    transform: translateX(101%);
  }
  .slider-gallery-wrap .swiper-button-next:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/layout/iconset.svg");
    background-size: auto 100%;
    background-position: 6.12% 0;
    margin-left: 6px;
  }
}
@media (min-width: 1300px) {
  .slider-gallery-wrap .swiper-button-next {
    right: calc((100vw - 100%) / -2 - 45px);
    width: 90px;
    height: 90px;
    border-radius: 45px 0 0 45px;
  }
  .slider-gallery-wrap .swiper-button-next:after {
    width: 32px;
    height: 32px;
    margin-left: 8px;
  }
}
@media (min-width: 0) and (max-width: 1099px) {
  .slider-gallery-wrap .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 1100px) {
  .slider-gallery-wrap .swiper-button-prev {
    left: calc((100vw - 100%) / -2 - 35px);
    width: 70px;
    height: 70px;
    border-radius: 0 35px 35px 0;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: flex-end;
    transform: translateX(-101%);
    transition: transform 0.3s;
  }
  .slider-gallery-wrap .swiper-button-prev:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/layout/iconset.svg");
    background-size: auto 100%;
    background-position: 8.16% 0;
    margin-right: 6px;
  }
}
@media (min-width: 1300px) {
  .slider-gallery-wrap .swiper-button-prev {
    left: calc((100vw - 100%) / -2 - 45px);
    width: 90px;
    height: 90px;
    border-radius: 0 45px 45px 0;
  }
  .slider-gallery-wrap .swiper-button-prev:after {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
}
@media (min-width: 1100px) {
  .slider-gallery-wrap:hover .swiper-button-next {
    transform: translateX(0);
  }
  .slider-gallery-wrap:hover .swiper-button-prev {
    transform: translateX(0);
  }
}
.slider-gallery-wrap .swiper-scrollbar-drag {
  border-radius: 4px;
  background: #c00;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  transition: all 0.35s ease;
}
.slider-gallery-wrap .swiper-scrollbar-drag:hover, .slider-gallery-wrap .swiper-scrollbar-drag:focus {
  height: 14px;
  margin-top: -5px;
  border-radius: 7px;
}
.slider-gallery-wrap .swiper-scrollbar-drag:hover:before, .slider-gallery-wrap .swiper-scrollbar-drag:focus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 30px;
  transform: translateY(-50%);
}

.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 2.04% 0;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.3;
  margin: -4px 5px 0;
}
.breadcrumbs li:last-of-type:after {
  display: none;
}
.breadcrumbs a,
.breadcrumbs span {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #666;
}
.breadcrumbs span {
  color: #bbbcbc;
}

.page-title {
  margin-bottom: 60px;
}

.hero-img {
  width: 100%;
  height: 560px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 740px) {
  .hero-img {
    height: 670px;
  }
}
.hero-img picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.hero-img picture img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-hide {
  display: none;
}

.u-noscroll {
  overflow: hidden;
}

.topbar {
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  top: 0;
  left: 0;
  z-index: 90;
}
.topbar .body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  height: 70px;
}
.topbar a {
  color: #fff;
  font-size: 12px;
}
.topbar .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.topbar .right a {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.topbar .right a:first-of-type + a {
  margin-left: 50px;
  position: relative;
}
.topbar .right a:first-of-type + a:before {
  content: "";
  display: inline-block;
  width: 1px;
  border-left: 1px solid #bbbcbc;
  opacity: 0.5;
  height: 1em;
  position: absolute;
  margin-left: -25px;
}
.topbar .right span {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  margin-left: 25px;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.topbar .right span:before {
  content: "";
  display: inline-block;
  width: 1px;
  border-left: 1px solid #bbbcbc;
  opacity: 0.5;
  height: 1em;
  position: absolute;
  margin-left: -25px;
}
.topbar .right span:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 0 0 5px;
  opacity: 0.6;
  transition: transform 0.3s;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 22.45% 0;
}
.topbar .right span.top-lang {
  display: block;
  padding-right: 30px;
  position: relative;
}
.topbar .right span.top-lang::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -34px;
  background-image: url("../images/layout/ww.png");
  width: 21px;
  height: 16px;
  margin-left: 0px;
  border: none;
  opacity: 1;
}
@media (min-width: 0) and (max-width: 979px) {
  .topbar {
    display: none;
  }
}

.scrambler a {
  color: #fff;
}
.scrambler span,
.scrambler svg {
  display: inline-block;
  vertical-align: middle;
}
.scrambler span {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 16px;
}
.scrambler svg {
  width: 80px;
  fill: #fff;
}

.c-btn--lbxClose {
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-image: url("../images/layout/closeBtn.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 575px) {
  .c-btn--lbxClose {
    background-size: 40%;
  }
}

.lbx-lang {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  color: #666;
  background: #0f0f0f;
  padding: 55px 10px;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
}
.lbx-lang_tool {
  position: absolute;
  top: 17px;
  right: 17px;
}
.lbx-lang_ctr {
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
}
.lbx-lang_headline {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #fafafa;
  line-height: 1.3;
  padding: 25px 20px 25px;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  letter-spacing: 2.5px;
}
.lbx-lang.is-show {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 46.25em) {
  .lbx-lang {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lbx-lang_headline {
    padding-bottom: 40px;
    font-size: 30px;
  }
}
@media (min-width: 61.25em) {
  .lbx-lang {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
  }
  .lbx-lang_headline {
    padding-bottom: 45px;
    font-size: 32px;
  }
}
@media (max-width: 979px) {
  .lbx-lang {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lbx-lang_headline {
    text-align: left;
  }
}
@media (max-width: 739px) {
  .lbx-lang {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .lbx-lang_headline {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
  }
}

.lbx-country {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 25px;
}
.lbx-country_ctr {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}
.lbx-country::before {
  content: "";
  display: inline-block;
  background-image: url("../images/layout/ww.png");
  width: 21px;
  height: 16px;
  margin-right: 21px;
  margin-top: 0px;
}
.lbx-country_link {
  font-family: "ducati-cond", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.15;
  opacity: 0.5;
}
@media (min-width: 46.25em) {
  .lbx-country {
    padding-top: 15px;
  }
}
@media (min-width: 61.25em) {
  .lbx-country {
    padding-bottom: 55px;
  }
  .lbx-country_link {
    font-size: 16px;
  }
}
@media (max-width: 979px) {
  .lbx-country {
    justify-content: start;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .lbx-country {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.lbx-region_title {
  text-align: center;
  color: #fafafa;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: 1.3;
  padding: 30px 0 65px;
}
.lbx-region_title + .lbx-country {
  margin-top: -20px;
  margin-bottom: 14px;
}
.lbx-region + .lbx-region {
  margin-top: -48px;
}
@media (max-width: 979px) {
  .lbx-region_title {
    text-align: left;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .lbx-region + .lbx-region {
    margin-top: -30px;
  }
}
@media (max-width: 739px) {
  .lbx-region_title {
    padding-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .lbx-region_title {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.lbx-list {
  max-width: 1290px;
  display: flex;
  flex-wrap: wrap;
}
.lbx-list_item {
  width: 25%;
  margin-bottom: 50px;
}
@media (max-width: 979px) {
  .lbx-list_item {
    width: 33.3333333333%;
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .lbx-list_item {
    width: 50%;
  }
}

.crd-lbx-country {
  width: 190px;
  display: flex;
  margin: 0 auto;
}
.crd-lbx-country_img {
  margin-top: -2px;
  margin-right: 20px;
}
.crd-lbx-country_li {
  margin-bottom: 13px;
}
.crd-lbx-country_link {
  color: #666;
  font-size: 12px;
  font-weight: 700;
  font-family: "ducati-cond", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.5;
}
.crd-lbx-country_link:hover {
  color: #a0a0a0;
}
.crd-lbx-country_gpItem {
  display: flex;
  margin-bottom: 15px;
}
.crd-lbx-country_gpItem img {
  margin-top: -2px;
  margin-right: 20px;
}
@media (max-width: 979px) {
  .crd-lbx-country {
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .crd-lbx-country {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.nav-toggle {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-toggle span {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 18px;
  border-radius: 5px;
  background: #0f0f0f;
  transition: background-color 0.3s;
}
.nav-toggle span:before, .nav-toggle span:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0f0f0f;
  border-radius: 5px;
  transition: top 0.3s, background-color 0.3s, transform 0.3s;
}
.nav-toggle span:after {
  top: 5px;
}
@media (min-width: 740px) {
  .nav-toggle {
    left: 40px;
  }
}

.nav-mega {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  max-height: 75px;
}
@media (min-width: 740px) {
  .nav-mega {
    pointer-events: none;
  }
}

.nav-equipment,
.nav-models {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 110px;
  width: 100%;
  height: auto;
  border-top: 1px solid #E6E6E6;
  background-color: #fafafa;
  max-height: 0;
  border-radius: 0 0 2px 2px;
  transition: max-height 0.3s, visibility 0s;
  visibility: hidden;
}
@media (min-width: 0) and (max-width: 979px) {
  .nav-equipment,
.nav-models {
    top: 75px;
  }
}

@media (min-width: 0) and (max-width: 979px) {
  .nav-equipment {
    display: none;
  }
}
@media (min-width: 980px) {
  .nav-equipment .item {
    max-width: 25%;
  }
}

.level-one {
  background-color: #fafafa;
  margin-top: 75px;
  border-top: 1px solid transparent;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 20px 45px;
}
@media (min-width: 740px) {
  .level-one {
    padding: 0 20px;
    margin-top: 90px;
    pointer-events: auto;
  }
}
@media (min-width: 980px) {
  .level-one {
    margin-top: 110px;
  }
}
@media (min-width: 740px) {
  .level-one ul {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 739px) {
  .level-one li {
    padding: 20px 0;
    margin: 0 1px 0 0;
    width: 100%;
    position: relative;
  }
  .level-one li:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url("../images/layout/arrow-nav.svg") no-repeat center center;
    background-size: contain;
    transform: rotate(90deg) translate(-80%, 0);
    opacity: 0.1;
  }
}
@media (min-width: 740px) {
  .level-one li {
    padding: 37px 12px 37px;
    font-weight: bold;
    opacity: 0.5;
    transition: opacity 0.2s;
    white-space: nowrap;
  }
  .level-one li:first-of-type {
    margin-left: 10px;
  }
  .level-one li:hover, .level-one li.active {
    opacity: 1;
  }
}
@media (min-width: 980px) {
  .level-one li {
    padding: 37px 25px 37px;
    cursor: pointer;
  }
  .level-one li:first-of-type {
    margin-left: 0;
  }
}

@media (min-width: 740px) {
  .level-two {
    height: calc(100vh - 410px);
  }
}
@media (min-width: 980px) {
  .level-two {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 310px);
  }
}

.nav-item {
  background-color: #fafafa;
}
@media (min-width: 0) and (max-width: 739px) {
  .nav-item {
    position: absolute;
    left: 0;
    top: 75px;
    transform: translateX(101%);
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    height: calc(100% - 75px);
    overflow-y: auto;
    margin-top: 1px;
  }
  .nav-item.active {
    transform: translateX(0);
    opacity: 1;
    background-color: #fafafa;
  }
}
@media (min-width: 740px) {
  .nav-item {
    position: absolute;
    border-top: 1px solid #E6E6E6;
    left: 0;
    top: 180px;
    width: 100%;
    padding: 0;
    height: auto;
    max-height: 0;
    overflow-y: auto;
    transition: max-height 0s;
    visibility: hidden;
    border-radius: 0 0 2px 2px;
  }
  .nav-item.active {
    max-height: calc(100vh - 350px);
    transition: max-height 0.5s;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (min-width: 980px) {
  .nav-item {
    display: flex;
    top: 0;
  }
  .nav-item.active {
    max-height: calc(100vh - 310px);
  }
}
@media (min-width: 980px) {
  .nav-item .link-wrap {
    flex: auto;
    display: flex;
  }
}
.nav-item .shortcut-wrap {
  background-color: #ebebeb;
}
@media (min-width: 0) and (max-width: 979px) {
  .nav-item .shortcut-wrap {
    height: 280px;
    width: 100%;
  }
  .nav-item .shortcut-wrap .img-wrap {
    display: none !important;
  }
}
@media (min-width: 980px) {
  .nav-item .shortcut-wrap {
    min-width: 280px;
  }
}
.nav-item .backNav {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  font-size: 14px;
  color: #bbbcbc;
  margin: 42px 0 25px;
  padding: 0 40px;
  position: relative;
}
.nav-item .backNav:after {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url("../images/layout/arrow-nav.svg") no-repeat center center;
  background-size: contain;
  transform: rotate(-90deg) translateX(70%);
  opacity: 0.1;
}
@media (min-width: 740px) {
  .nav-item .backNav {
    display: none;
  }
}

@media (min-width: 740px) and (max-width: 1099px) {
  .item-wrap {
    display: flex;
    flex-grow: 0;
    min-height: 250px;
    width: 250px;
    margin: 36px 0 36px 0;
    padding: 0 0 0 44px;
    flex-direction: column;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
  }
}
@media (min-width: 1100px) {
  .item-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 40px;
    width: 100%;
  }
}
.item-wrap .item {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 1.1px;
  font-size: 14px;
  padding: 0 40px;
  text-transform: uppercase;
  flex: 1;
}
@media (min-width: 1100px) {
  .item-wrap .item {
    max-width: 25%;
    padding: 0 45px 0 0;
    min-width: 100px;
    margin-bottom: 30px;
  }
}
.item-wrap .item .title {
  font-size: 14px;
  font-weight: normal;
  padding: 20px 0;
  white-space: nowrap;
}
@media (min-width: 0) and (max-width: 739px) {
  .item-wrap .item .title {
    position: relative;
    color: #666;
    letter-spacing: 1.1px;
  }
  .item-wrap .item .title:before, .item-wrap .item .title:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #bbbcbc;
    right: 0;
    top: 50%;
    position: absolute;
    opacity: 1;
    pointer-events: none;
  }
  .item-wrap .item .title:after {
    transform: rotate(90deg);
  }
}
@media (min-width: 740px) and (max-width: 1099px) {
  .item-wrap .item .title {
    padding: 0 0 10px 0;
    position: relative;
  }
  .item-wrap .item .title:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0.8;
    pointer-events: none;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/layout/iconset.svg");
    background-size: auto 100%;
    background-position: 2.04% 0;
  }
}
.item-wrap .item .link {
  position: relative;
  font-size: 14px;
  margin-bottom: 1.2em;
  letter-spacing: 0.3px;
  text-transform: none;
  font-weight: normal;
  white-space: nowrap;
}
.item-wrap .item .link a {
  color: #0f0f0f;
}
@media (min-width: 740px) and (max-width: 1099px) {
  .item-wrap .item .link {
    width: 50%;
    padding: 0 0 0 40px;
  }
  .item-wrap .item .link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 100%;
    height: calc(100% + 1.2em);
    width: 1px;
    background: #ebebeb;
  }
}
@media (min-width: 740px) {
  .item-wrap .item .link {
    font-size: 15px;
  }
}
@media (min-width: 0) and (max-width: 739px) {
  .item-wrap .item .list {
    max-height: 0;
    transition: max-height 0.25s;
    overflow: hidden;
  }
}
@media (min-width: 740px) and (max-width: 1099px) {
  .item-wrap .item {
    flex-grow: 1;
    max-height: 40px;
    min-height: 25px;
    margin-bottom: 3px;
    padding: 0;
  }
  .item-wrap .item .list {
    position: absolute;
    padding: 0 20px;
    max-height: none;
    display: none;
    top: 0;
    left: 100%;
    width: 400px;
    overflow: visible;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (min-width: 0) and (max-width: 739px) {
  .item-wrap .item.active {
    opacity: 1;
  }
  .item-wrap .item.active .list {
    max-height: 600px;
  }
  .item-wrap .item.active .title:after {
    opacity: 0;
  }
}
@media (min-width: 740px) and (max-width: 1099px) {
  .item-wrap .item.active .list {
    display: flex;
  }
}

@media (min-width: 980px) {
  .nav-shortcut {
    width: 280px;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .nav-shortcut .swiper-slide {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 980px) {
  .nav-shortcut .swiper-slide {
    width: 280px;
    display: block;
  }
}
.nav-shortcut .content {
  padding: 40px;
  text-align: left;
  background-color: #ebebeb;
}
@media (min-width: 740px) and (max-width: 979px) {
  .nav-shortcut .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .nav-shortcut .img-wrap {
    flex: 1;
  }
  .nav-shortcut .img-wrap.img-100 img {
    height: 280px !important;
    width: auto;
  }
}
.nav-shortcut .title {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 1px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.nav-shortcut .text {
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: 0.5px;
  text-align: left;
  color: #0f0f0f;
  text-transform: none;
}

.login {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 0;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
  transition: visibility 0.3s, opacity 0.3s;
  cursor: pointer;
  z-index: 99;
}
@media (min-width: 740px) {
  .login {
    height: 90px;
  }
}
@media (min-width: 980px) {
  .login {
    display: none;
  }
}
.login span {
  margin-top: 2px;
}
.login:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 0 0 5px;
  opacity: 0.6;
  transition: transform 0.3s;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 0% 0;
}

.login-dropmenu {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ebebeb), linear-gradient(#fafafa, #fafafa);
  position: absolute;
  top: 50px;
  right: 20px;
  width: 200px;
  z-index: 1;
  padding: 15px 30px;
  margin-top: 17px;
  z-index: 12;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
@media (min-width: 980px) {
  .login-dropmenu {
    top: -25px;
    right: 30px;
    border-radius: 2px;
  }
}
.login-dropmenu:before {
  content: "";
  position: absolute;
  top: -7px;
  right: 25px;
  width: 0;
  height: 0;
  margin-left: -3px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fafafa transparent;
}
.login-dropmenu > div {
  display: flex;
  flex-direction: column;
}
.login-dropmenu a {
  color: #0f0f0f;
  font-size: 12px;
  font-weight: normal;
  display: block;
  padding: 15px 0;
}

.login-dropmenu-close {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}

.menu-open {
  overflow: hidden;
}
.menu-open .header {
  border-radius: 0;
}
.menu-open .header .nav-toggle span {
  background-color: transparent;
}
.menu-open .header .nav-toggle span:before {
  top: 0;
  transform: rotate(135deg);
}
.menu-open .header .nav-toggle span:after {
  top: 0;
  transform: rotate(-135deg);
}
@media (min-width: 980px) {
  .menu-open .header .nav-left {
    opacity: 0.5;
  }
}
@media (min-width: 980px) {
  .menu-open .header .nav-right {
    opacity: 0.5;
  }
}
.menu-open .header .level-one {
  border-color: #E6E6E6;
  border-radius: 0;
}
@media (min-width: 0) and (max-width: 739px) {
  .menu-open .header .level-one {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
}
@media (min-width: 740px) {
  .menu-open .header .level-one {
    max-height: 100%;
  }
}
.menu-open .header:before {
  opacity: 1;
  visibility: visible;
}
.menu-open .header .body {
  border-radius: 2px 2px 0 0;
}
.menu-open .header .body:before {
  opacity: 0;
}
.menu-open .header .nav-mega {
  max-height: calc(100vh - 30px);
  border-radius: 2px;
}
@media (min-width: 740px) {
  .menu-open .header .nav-mega {
    max-height: calc(100vh - 185px);
  }
}
@media (min-width: 980px) {
  .menu-open .header .nav-mega {
    max-height: calc(100vh - 100px);
  }
}
@media (min-width: 0) and (max-width: 979px) {
  .menu-open .header .header-menu {
    transform: translateY(-100%);
    opacity: 0;
  }
  .menu-open .header .login {
    visibility: visible;
    opacity: 1;
  }
}

.models-open {
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 979px) {
  .models-open .toggle-models {
    color: #bbbcbc !important;
  }
}
.models-open .header:before {
  opacity: 1;
  visibility: visible;
}
.models-open .header .body {
  border-radius: 2px 2px 0 0;
}
.models-open .header .body:before {
  opacity: 0;
}
.models-open .nav-toggle {
  opacity: 0.3;
}
.models-open .nav-right {
  opacity: 0.5;
}
.models-open .toggle-equipment {
  opacity: 0.5;
}
.models-open .nav-models {
  visibility: visible;
  overflow-y: auto;
}
@media (min-width: 0) and (max-width: 1099px) {
  .models-open .nav-models {
    height: 100vh;
    max-height: calc(100vh - 150px);
  }
}
@media (min-width: 740px) and (max-width: 1099px) {
  .models-open .nav-models {
    max-height: 523px;
  }
}
@media (min-width: 1100px) {
  .models-open .nav-models {
    height: calc(100vh - 200px);
    max-height: 423px;
  }
}
@media (min-width: 1580px) {
  .models-open .nav-models {
    height: calc(100vh - 300px);
    max-height: 423px;
  }
}
.models-open .nav-left .toggle-models:after {
  transform: scaleY(1);
  opacity: 0.2;
}

.equipment-open {
  overflow: hidden;
}
.equipment-open .header:before {
  opacity: 1;
  visibility: visible;
}
.equipment-open .header .body {
  border-radius: 2px 2px 0 0;
}
.equipment-open .header .body:before {
  opacity: 0;
}
.equipment-open .nav-toggle {
  opacity: 0.3;
}
.equipment-open .toggle-models {
  opacity: 0.5;
}
.equipment-open .nav-right {
  opacity: 0.5;
}
.equipment-open .nav-left .toggle-equipment:after {
  transform: scaleY(1);
  opacity: 0.2;
}
.equipment-open .nav-equipment {
  visibility: visible;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  height: 200px;
}
@media (min-width: 1100px) {
  .equipment-open .nav-equipment {
    height: calc(100vh - 300px);
    max-height: 423px;
  }
}

.section-menu {
  position: absolute;
}

.nav-section {
  position: absolute;
}

@media (min-width: 740px) and (max-width: 1099px) {
  .desktop .item-wrap .item {
    opacity: 0.5;
  }
  .desktop .item-wrap .item.active .list {
    display: none;
  }
  .desktop .item-wrap .item:hover {
    opacity: 1;
  }
  .desktop .item-wrap .item:hover .list {
    display: block;
  }
}

.showLogin .login-dropmenu {
  visibility: visible;
  opacity: 1;
}
.showLogin .login-dropmenu-close {
  visibility: visible;
  opacity: 1;
}
.showLogin .login {
  color: #fff;
}
.showLogin .login:after {
  background-size: auto 100%;
  background-position: 22.45% 0;
  transform: scaleY(-1);
}
@media (min-width: 980px) {
  .showLogin .top-login:after {
    transform: scaleY(-1);
  }
}

.model-category {
  display: flex;
  width: 100%;
  padding: 0 5%;
  overflow: auto;
  flex-wrap: wrap;
  align-items: flex-start;
}
.model-category.hidden {
  display: none;
}
.model-category a {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  flex: 0 1 50%;
  min-height: 110px;
  max-width: 50%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.model-category a img {
  display: block;
  max-width: 120px;
  margin-bottom: 7px;
}
@media (min-width: 740px) {
  .model-category a img {
    margin-bottom: 22px;
  }
}
.model-category a strong {
  display: block;
}
.model-category a strong svg {
  display: block;
  max-width: 100px;
  width: auto;
  height: 42px;
  padding: 9px 18px;
  background-color: #FFD201;
}
.model-category a span {
  color: #CB1517;
  display: block;
}
@media (min-width: 576px) {
  .model-category a {
    flex: 0 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 740px) {
  .model-category a {
    flex: 0 1 20%;
    max-width: 20%;
    padding: 30px 0;
  }
}
@media (min-width: 980px) {
  .model-category a {
    flex: 0 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1100px) {
  .model-category a {
    flex: 0 1 14.2857142857%;
    max-width: 14.28%;
  }
}

.model-submenu {
  justify-content: center;
  height: 90px;
  opacity: 1;
  position: static;
  display: none;
}
.model-submenu.active {
  display: flex;
}

.mbf {
  min-height: 50px;
  cursor: pointer;
  padding: 15px 10px 5px;
  height: 90px;
  margin: 0;
  display: -ms-flexbox;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 0) and (max-width: 979px) {
  .mbf {
    display: none;
  }
}
.mbf .thumb {
  max-height: 60px;
  max-width: 120px;
  opacity: 0.5;
  transition: transform 0.2s, opacity 0.2s;
}
.mbf img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.mbf .family {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #0f0f0f;
  transition: opacity 0.2s;
  text-align: center;
  opacity: 0;
}
@media (min-width: 980px) {
  .mbf .family {
    font-size: 10px;
  }
}
.mbf:hover .thumb {
  opacity: 1;
}
.mbf:hover .family {
  opacity: 1;
}

.model-subitem {
  height: 76px;
  width: 100%;
  margin: 0;
  z-index: 50;
}
@media (min-width: 980px) {
  .model-subitem {
    height: auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 980px) {
  .model-subitem.active .mbf .thumb {
    opacity: 1;
    transform: scale(1.5);
  }
  .model-subitem.active .mbf .family {
    opacity: 0;
  }
}
.model-subitem.active .menu-models_lv2 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 980px) {
  .model-subitem.active .menu-models_lv2 {
    -webkit-animation: lv2-intro 0.5s;
            animation: lv2-intro 0.5s;
  }
}

@-webkit-keyframes lv2-intro {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lv2-intro {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-models_lv2 {
  z-index: 45;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.98);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s;
}
@media (min-width: 980px) {
  .menu-models_lv2 {
    top: 110px;
    width: 100%;
    height: auto;
    background-color: #fafafa;
    padding: 0 0 0 34px;
  }
}
.menu-models_lv2 .links-header {
  display: flex;
}
@media (min-width: 0) and (max-width: 979px) {
  .menu-models_lv2 .links-header {
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 980px) {
  .menu-models_lv2 .links-header {
    flex-direction: row;
    text-align: left;
  }
}
.menu-models_lv2 .mobileclose {
  display: none;
}
@media (min-width: 0) and (max-width: 979px) {
  .menu-models_lv2 .mobileclose {
    display: block;
    padding: 48px 0 30px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    color: #0f0f0f;
  }
  .menu-models_lv2 .mobileclose:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: translateY(-30%);
    left: 30px;
    z-index: 1;
    background: #000 url("../images/layout/back-white.svg") no-repeat center center;
    background-size: 6px auto;
  }
}
.menu-models_lv2 .link {
  display: block;
  margin: 0;
  font-weight: normal;
}
.menu-models_lv2 .link.active {
  cursor: pointer;
}
@media (min-width: 980px) {
  .menu-models_lv2 .link.active .model-sheet {
    /* opacity: 1;
    pointer-events: auto;
    visibility: visible; */
    display: flex;
  }
}
.menu-models_lv2 .link.active .mba {
  color: #0f0f0f;
}
.menu-models_lv2 .link.active .mba:after {
  opacity: 1;
}

.mba {
  pointer-events: auto;
  display: inline-block;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 979px) {
  .mba {
    padding: 20px;
    display: inline-block;
    width: 100%;
    color: #0f0f0f;
  }
}
@media (min-width: 980px) {
  .mba {
    height: 36px;
    color: #bbbcbc;
  }
  .mba:after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 3px;
    background-color: #c00;
    position: absolute;
    bottom: 3px;
    left: 10px;
    opacity: 0;
  }
}
.mba span {
  color: #CB1517;
}
@media (min-width: 980px) {
  .mba {
    position: relative;
    padding: 10px;
    white-space: nowrap;
    color: #666;
  }
}

.model-sheet {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  /* visibility: hidden; */
  top: 36px;
  left: 0;
  /* opacity: 0; */
  background: #fafafa;
  /* pointer-events: none; */
  width: 100%;
  padding: 50px 44px 25px;
  transition: opacity 0.3s, visibility 0.3s;
  display: none;
}
@media (min-width: 0) and (max-width: 979px) {
  .model-sheet {
    display: none;
  }
}
.model-sheet .imgwrap {
  flex: 0 0 350px;
  width: 350px;
  height: 192px;
  margin-right: 22px;
}
@media (min-width: 1100px) {
  .model-sheet .imgwrap {
    margin-right: 44px;
  }
}
.model-sheet .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #0f0f0f;
  align-items: flex-end;
}
.model-sheet .btn-area {
  flex-direction: column;
  display: flex;
  align-items: flex-end;
}
.model-sheet .btn-area .btn {
  margin-top: 10px;
}
.model-sheet .title {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
  padding: 0 0 10px;
}
.model-sheet .table {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  margin: 20px 0 0;
}
.model-sheet .cell {
  max-width: 30%;
}
.model-sheet .cell strong {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.7px;
  text-transform: none;
  margin-bottom: 5px;
  display: block;
}
.model-sheet .cell span {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  display: block;
}

.page-tour {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 999;
  height: 75px;
  top: 20px;
  pointer-events: none;
  transition: visibility 0.35s, opacity 0.35s, top 0.2s;
}
@media (min-width: 980px) {
  .page-tour {
    top: 110px;
  }
}
.page-tour .body {
  position: relative;
}
@media (min-width: 980px) {
  .page-tour .body {
    padding-left: 110px;
  }
}
.page-tour .toggle-mpt {
  width: 50px;
  height: 75px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  pointer-events: auto;
}
.page-tour .toggle-mpt .title {
  display: none;
}
.page-tour .toggle-mpt:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background: url("../images/layout/arrow-nav.svg") no-repeat center center;
  transform: scaleY(-1);
  opacity: 0.1;
  transition: transform 0.3s, opacity 0.3s;
}
@media (min-width: 980px) {
  .page-tour .toggle-mpt {
    width: auto;
    justify-content: flex-start;
    display: inline-flex;
    cursor: pointer;
  }
  .page-tour .toggle-mpt .title {
    display: inline-block;
    font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    color: #0f0f0f;
    padding-right: 20px;
  }
}
@media (min-width: 980px) {
  .page-tour.type-simple {
    display: none;
  }
}

.close-page-tour {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.3s, opacity 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}
@media (min-width: 980px) {
  .close-page-tour {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 0) and (max-width: 979px) {
  .show-mpt-dropmenu .header .body:before {
    border-radius: 2px 2px 0 0;
    background: none;
    background-color: #fafafa;
  }
}
.show-mpt-dropmenu .page-tour .toggle-mpt:after {
  transform: scaleY(1);
}
.show-mpt-dropmenu .page-tour .mpt-dropmenu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 980px) {
  .show-mpt-dropmenu .page-tour.type-compact .mpt-dropmenu {
    transition: transform 0.35s, opacity 0.3s, visibility 0.3s;
    transform: translateY(0);
  }
}
.show-mpt-dropmenu .close-page-tour {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.mpt-dropmenu {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  transition: opacity 0.3s;
  padding: 0;
  padding-left: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 22px;
  background-color: #fafafa;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  border-radius: 0 0 2px 2px;
  max-height: 500px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.mpt-dropmenu a {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  color: #0f0f0f;
  line-height: 50px;
}
@media (min-width: 980px) {
  .mpt-dropmenu a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 38px;
  }
}

@media (min-width: 980px) {
  .type-compact .mpt-dropmenu {
    align-items: flex-start;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ebebeb), linear-gradient(#fafafa, #fafafa);
    padding: 22px 30px;
    margin-top: 0;
    width: 220px;
    position: absolute;
    top: calc(100% + 10px);
    left: 63px;
    border-radius: 2px;
    transition: transform 0.35s, opacity 0.3s, visibility 0.3s;
    transform: translateY(-100%);
    text-align: left;
  }
}

@media (min-width: 980px) {
  .type-simple .mpt-dropmenu a {
    display: inline-block;
    line-height: 77px;
    font-weight: bold;
    cursor: pointer;
    -ms-user-select: none;
        user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    letter-spacing: 1px;
    margin-right: 60px;
    pointer-events: auto;
  }
}

.fixHeader .page-tour {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 980px) {
  .fixHeader .page-tour {
    top: 20px;
  }
}

.header {
  position: fixed;
  top: 10px;
  z-index: 80;
  transition: top 0.3s;
}
@media (min-width: 740px) {
  .header {
    top: 20px;
  }
}
.header:before {
  content: "";
  display: block;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.header .body {
  height: 75px;
  padding: 0 20px;
  position: relative;
  background-color: #fafafa;
  border-radius: 2px;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
  transition: height 0.3s;
}
@media (min-width: 740px) {
  .header .body {
    height: 90px;
  }
}
@media (min-width: 980px) {
  .header .body {
    padding: 0;
    height: 110px;
  }
}
.header .body:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.3s;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ebebeb), linear-gradient(#fafafa, #fafafa);
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 980px) {
  .header {
    top: 70px;
  }
}

.ducati {
  width: 56px;
  height: 60px;
  background: url("../images/layout/ducati.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: transform 0.3s;
}
@media (min-width: 0) and (max-width: 739px) {
  .ducati {
    width: 38px;
    height: 41px;
  }
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  height: 100%;
  padding: 0 10px 0 50px;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 979px) {
  .header-menu {
    justify-content: flex-end;
    padding: 0;
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}

.nav-left,
.nav-right {
  transition: transform 0.3s, opacity 0.3s;
}
.nav-left span,
.nav-left a,
.nav-right span,
.nav-right a {
  margin: 0 20px;
  font-weight: bold;
  cursor: pointer;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  /* for Firefox */
  -webkit-user-select: none;
  /* for Chrome */
  letter-spacing: 1px;
}
@media (min-width: 1100px) {
  .nav-left span,
.nav-left a,
.nav-right span,
.nav-right a {
    margin: 0 25px;
    letter-spacing: 1px;
  }
}

@media (min-width: 0) and (max-width: 979px) {
  .nav-left .toggle-models {
    margin: 0;
    color: #c00;
  }
  .nav-left .toggle-equipment {
    display: none;
  }
}
@media (min-width: 980px) {
  .nav-left {
    padding: 4px 0 0 40px;
  }
  .nav-left .toggle-models,
.nav-left .toggle-equipment {
    position: relative;
    padding-right: 25px;
  }
  .nav-left .toggle-models:after,
.nav-left .toggle-equipment:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: url("../images/layout/arrow-nav.svg") no-repeat center center;
    transform: scaleY(-1);
    margin-left: 20px;
    opacity: 0.1;
    transition: transform 0.3s, opacity 0.3s;
  }
  .nav-left .toggle-equipment {
    margin-left: 0;
  }
}

@media (min-width: 0) and (max-width: 979px) {
  .nav-right {
    display: none;
  }
}
@media (min-width: 980px) {
  .nav-right {
    padding: 4px 40px 0 0;
  }
}

.gotop {
  position: absolute;
  right: 5px;
  top: 0;
  width: 40px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(101%);
  transition: transform 0.3s, height 0.3s;
  cursor: pointer;
}
@media (min-width: 740px) {
  .gotop {
    height: 90px;
  }
}
@media (min-width: 980px) {
  .gotop {
    right: 25px;
  }
}
.gotop svg {
  display: block;
  width: 16px;
  height: auto;
}

#ghost {
  width: 1px;
  position: absolute;
  height: 50px;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: transparent;
}

.nav-contact {
  display: none;
}
@media (min-width: 980px) {
  .nav-contact {
    position: absolute;
    display: block;
    font-size: 14px;
    right: 84px;
    top: 7px;
    font-weight: bold;
    transform: translateY(120px);
    transition: transform 0.3s, height 0.3s;
  }
}

.fixHeader .gotop {
  transform: translateY(0);
}
@media (min-width: 740px) {
  .fixHeader .gotop {
    height: 75px;
  }
}
@media (min-width: 980px) {
  .fixHeader .nav-contact {
    transform: translateY(0);
  }
}
.fixHeader .nav-left {
  transform: translateY(-80px);
}
@media (min-width: 980px) {
  .fixHeader .nav-right {
    transform: translateY(-80px);
  }
}
.fixHeader .ducati {
  transform: translate(-50%, -80px);
}
@media (min-width: 0) and (max-width: 739px) {
  .fixHeader .header {
    top: 20px;
  }
}
@media (min-width: 980px) {
  .fixHeader .header {
    top: 20px;
  }
}
@media (min-width: 740px) {
  .fixHeader .header .body {
    height: 75px;
    transform-origin: left top;
  }
}
@media (min-width: 740px) {
  .fixHeader .level-one {
    margin-top: 75px;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .fixHeader .nav-item {
    top: 165px;
  }
}

footer {
  background-color: #0f0f0f;
  padding-top: 50px;
  text-align: center;
  color: #666;
}
@media (min-width: 740px) {
  footer {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}
@media (min-width: 980px) {
  footer {
    padding-bottom: 120px;
  }
}
footer .social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 15px;
}
footer .social a svg {
  fill: #666;
  display: block;
  height: 20px;
  width: auto;
  margin: 10px auto;
}
footer .link {
  padding-bottom: 42px;
  font-weight: bold;
}
@media (min-width: 740px) {
  footer .link {
    padding-bottom: 56px;
  }
}
@media (min-width: 980px) {
  footer .link {
    padding-bottom: 44px;
  }
}
footer .link a {
  display: inline-block;
  color: #666;
  line-height: 30px;
  margin: 0 15px;
  font-size: 14px;
}
@media (min-width: 576px) {
  footer .link a {
    margin: 0 30px;
  }
}
footer .copyright {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5;
  width: 85%;
}
@media (min-width: 740px) {
  footer .copyright {
    font-size: 14px;
  }
}
footer .footer-bottom {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  display: flex;
  margin-top: 90px;
}
footer .footer-bottom .scrambler {
  white-space: nowrap;
}
footer .footer-bottom .scrambler span {
  color: #666;
  display: inline-block;
  vertical-align: middle;
}
footer .footer-bottom .scrambler svg {
  width: 102px;
  height: auto;
  fill: #666;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 0) and (max-width: 739px) {
  footer .footer-bottom {
    flex-direction: column;
    margin-top: 60px;
  }
  footer .footer-bottom .socail {
    order: 1;
  }
  footer .footer-bottom .scrambler-wrap {
    order: 2;
    margin: 80px auto 50px;
  }
  footer .footer-bottom .country {
    order: 3;
    margin: 20px auto;
  }
}
@media (min-width: 740px) {
  footer .footer-bottom {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 30px;
  }
  footer .footer-bottom .scrambler-wrap,
footer .footer-bottom .country {
    width: 240px;
  }
  footer .footer-bottom .country {
    display: flex;
    align-self: center;
    justify-content: flex-end;
  }
}

.footer-logo {
  margin: 0 auto 30px auto;
}
.footer-logo svg {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 740px) {
  .footer-logo {
    margin: 0 auto 35px auto;
  }
}
@media (min-width: 980px) {
  .footer-logo {
    margin: 0 auto 44px auto;
  }
}

.ft-lang {
  order: 4;
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.ft-lang::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: #151515;
  width: 100%;
  height: 100%;
}
@media (min-width: 740px) {
  .ft-lang {
    height: 90px;
  }
}
@media (min-width: 980px) {
  .ft-lang {
    display: none;
  }
}
.ft-lang_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
  transition: visibility 0.3s, opacity 0.3s;
  cursor: pointer;
  position: relative;
}
.ft-lang_btn::before {
  content: "";
  background-image: url("../images/layout/ww.png");
  width: 21px;
  height: 16px;
  margin-left: 0px;
  border: none;
  opacity: 1;
  margin-top: -5px;
  margin-right: 8px;
}
.ft-lang_btn::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 0 0 5px;
  opacity: 0.6;
  transition: transform 0.3s;
  background-image: url("../images/layout/arrowLang.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-banner {
  padding-top: 245px;
  position: relative;
  height: 100vh;
  max-height: 590px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.hero-banner + .search-bar, .hero-banner + .editor-text, .hero-banner + .editor-img, .hero-banner + .slider-gallery-wrap {
  margin-top: 40px;
}
@media (min-width: 740px) {
  .hero-banner + .search-bar, .hero-banner + .editor-text, .hero-banner + .editor-img, .hero-banner + .slider-gallery-wrap {
    margin-top: 60px;
  }
}
@media (min-width: 740px) {
  .hero-banner {
    max-height: 850px;
  }
}
@media (min-width: 980px) {
  .hero-banner {
    max-height: 1000px;
  }
}
@media (min-width: 1100px) {
  .hero-banner + .search-bar, .hero-banner + .editor-text, .hero-banner + .editor-img {
    margin-top: 60px;
  }
}
.hero-banner.short {
  max-height: 560px;
}
@media (min-width: 740px) {
  .hero-banner.short {
    max-height: 670px;
  }
}
@media (min-width: 980px) {
  .hero-banner.short {
    max-height: 670px;
  }
  .hero-banner.short .link-area {
    display: inline-block;
    width: auto;
    position: absolute;
    right: 30px;
    transform: translateY(-120%);
  }
}
.hero-banner.black-mask:before {
  content: "";
  display: block;
  background-image: linear-gradient(to top, #0f0f0f, rgba(0, 0, 0, 0) 80%);
  height: 100%;
  width: 100%;
  max-height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero-banner .container {
  position: relative;
  color: #fff;
  z-index: 2;
  padding: 80px 10px 35px;
}
@media (min-width: 740px) {
  .hero-banner .container {
    padding: 80px 30px 79px;
  }
}
.hero-banner .img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.hero-banner .img-wrap picture,
.hero-banner .img-wrap img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-banner .typo {
  position: absolute;
  width: 100%;
  width: 50%;
  max-width: 300px;
  top: 0%;
  transform: translateY(-130%);
}
.hero-banner .typo img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-banner .subtitle {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
@media (min-width: 740px) {
  .hero-banner .subtitle {
    font-size: 16px;
  }
}
.hero-banner .title {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  font-size: 27px;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1;
}
@media (min-width: 576px) {
  .hero-banner .title {
    font-size: 36px;
  }
}
@media (min-width: 740px) {
  .hero-banner .title {
    line-height: 1.2;
  }
}
@media (min-width: 980px) {
  .hero-banner .title {
    font-size: 48px;
  }
}
.hero-banner .txt {
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  margin-bottom: 19px;
  width: 100%;
}
@media (min-width: 0) and (max-width: 979px) {
  .hero-banner .txt {
    display: none;
  }
}
@media (min-width: 980px) {
  .hero-banner .txt {
    max-width: 50%;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  .hero-banner .link-area {
    display: flex;
  }
  .hero-banner .link-area .btn + .btn {
    margin-left: 10px;
  }
}
@media (min-width: 980px) {
  .hero-banner .link-area {
    text-align: right;
  }
}

.find-your-d-wrap {
  overflow: hidden;
}
@media (min-width: 980px) {
  .find-your-d-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.find-your-d {
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}
@media (min-width: 740px) {
  .find-your-d {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 980px) {
  .find-your-d {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1100px) {
  .find-your-d {
    padding-bottom: 120px;
  }
}
@media (min-width: 1300px) {
  .find-your-d {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media (min-width: 1350px) {
  .find-your-d {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (min-width: 1400px) {
  .find-your-d {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.find-your-d .swiper-slide {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.2);
}
.find-your-d .swiper-slide picture,
.find-your-d .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.find-your-d .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 0 20px;
  width: 75%;
  display: block;
}
.find-your-d .swiper-slide .text .category,
.find-your-d .swiper-slide .text .title {
  display: block;
  width: 100%;
}
.find-your-d .swiper-slide .text .category {
  text-transform: uppercase;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 740px) {
  .find-your-d .swiper-slide .text .category {
    font-size: 15px;
  }
}
@media (min-width: 980px) {
  .find-your-d .swiper-slide .text .category {
    font-size: 15px;
  }
}
.find-your-d .swiper-slide .text .title {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
@media (min-width: 740px) {
  .find-your-d .swiper-slide .text .title {
    font-size: 24px;
    margin-top: 15px;
  }
}
@media (min-width: 980px) {
  .find-your-d .swiper-slide .text .title {
    font-size: 32px;
    margin-top: 25px;
  }
}
.find-your-d .swiper-slide .text .btn {
  margin-top: 15px;
}
@media (min-width: 740px) {
  .find-your-d .swiper-slide .text .btn {
    margin-top: 25px;
  }
}
@media (min-width: 980px) {
  .find-your-d .swiper-slide .text .btn {
    margin-top: 40px;
  }
}

@media (min-width: 0) and (max-width: 1300px) {
  .bike-highlight-wrap {
    padding: 0;
  }
}

.bike-highlight {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.05);
}
.bike-highlight .prev,
.bike-highlight .next {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: -3px;
}
.bike-highlight .prev svg,
.bike-highlight .next svg {
  width: 9px;
  height: 6px;
  fill: #fafafa;
}
.bike-highlight .prev.disabled svg,
.bike-highlight .next.disabled svg {
  fill: #E6E6E6;
}
.bike-highlight .prev.none,
.bike-highlight .next.none {
  display: none;
}
.bike-highlight .model {
  display: flex;
  font-weight: 700;
  background: #0f0f0f;
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  padding: 0 40px;
  color: #fafafa;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}
.bike-highlight .label {
  display: none;
}
.bike-highlight .label.active {
  display: block;
}
.bike-highlight .item {
  position: relative;
}
.bike-highlight .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 4%;
  height: 1px;
  background: #bbbcbc;
}
.bike-highlight .item:first-of-type:after {
  display: none;
}
.bike-highlight .field {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  color: #666;
  display: block;
}
.bike-highlight .valuebox {
  transition: transform 0.25s cubic-bezier(0.9, 0.01, 0.96, 0.65);
}
.bike-highlight .value {
  overflow: hidden;
  position: relative;
  height: 24px;
}
.bike-highlight .value span {
  font-size: 16px;
  display: block;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
  transition: all 0.3s ease-in;
  white-space: nowrap;
}
@media (min-width: 0) and (max-width: 979px) {
  .bike-highlight .item {
    padding: 15px 20px;
  }
  .bike-highlight .prev svg {
    transform: rotate(90deg);
  }
  .bike-highlight .next svg {
    transform: rotate(-90deg);
  }
}
@media (min-width: 980px) {
  .bike-highlight {
    border-radius: 2px;
    display: flex;
    box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    max-width: 1310px;
    position: relative;
    margin-top: -52px;
    z-index: 10;
  }
  .bike-highlight .model {
    min-width: 170px;
    min-height: 90px;
    min-width: 200px;
    max-width: 240px;
    flex-direction: column;
  }
  .bike-highlight .prev svg {
    transform: rotate(180deg);
  }
  .bike-highlight .item {
    background-color: #fff;
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
    padding: 30px 40px;
    text-align: left;
    position: relative;
  }
  .bike-highlight .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #bbbcbc;
  }
  .bike-highlight .item:last-of-type:after {
    display: none;
  }
}

.model-preview {
  position: relative;
  padding-top: 50px;
}
@media (min-width: 740px) {
  .model-preview {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1100px) {
  .model-preview {
    padding-top: 120px;
  }
}
.model-preview .bg {
  position: absolute;
  width: 100%;
  background-size: cover;
  left: 0;
  top: 0;
  height: 320px;
  background-position: top center;
}
@media (min-width: 576px) {
  .model-preview .bg {
    height: 450px;
  }
}
@media (min-width: 980px) {
  .model-preview .bg {
    height: 640px;
  }
}
@media (min-width: 1100px) {
  .model-preview .bg {
    height: 65%;
  }
}
@media (min-width: 1300px) {
  .model-preview .bg {
    height: 67%;
  }
}
.model-preview .model-header {
  position: relative;
}
.model-preview .model-header .imgtitle {
  text-align: center;
}
.model-preview .model-header .imgtitle img {
  display: inline-block;
  height: 14px;
  max-width: 80%;
  width: auto;
}
@media (min-width: 740px) {
  .model-preview .model-header .imgtitle img {
    height: 20px;
  }
}

.model-stage {
  position: relative;
}
.model-stage .text {
  font-size: 14px;
  line-height: 1.5em;
}
.model-stage .text h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.model-stage .model .btn {
  margin-top: 30px;
}
@media (min-width: 0) and (max-width: 1099px) {
  .model-stage .model {
    display: flex;
    flex-direction: column;
  }
  .model-stage .model .info {
    padding-top: 90px;
    position: relative;
    text-align: center;
  }
  .model-stage .model .color-switch {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 20px;
  }
}
@media (min-width: 1100px) {
  .model-stage .model {
    display: flex;
    align-items: stretch;
  }
  .model-stage .model .info {
    padding-bottom: 70px;
    width: 306px;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: stretch;
  }
  .model-stage .model .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    text-align: left;
  }
  .model-stage .model .bottom {
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.model-stage .gallery img {
  display: none;
}
.model-stage .gallery img.active {
  display: block;
}

.tabroll-nav {
  text-align: center;
  padding-top: 20px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 740px) {
  .tabroll-nav {
    margin-bottom: 40px;
  }
}
@media (min-width: 980px) {
  .tabroll-nav {
    margin-bottom: 60px;
  }
}
.tabroll-nav .tab {
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  /* for Firefox */
  -webkit-user-select: none;
  /* for Chrome */
  border-radius: 20px;
  display: inline-block;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  border: solid 1px #bbbcbc;
  background-color: transparent;
  color: #bbbcbc;
  min-width: 120px;
  height: 37px;
  line-height: 39px;
  padding: 0 1em;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.35s ease;
  cursor: pointer;
  margin: 0 5px;
}
@media (min-width: 0) and (max-width: 979px) {
  .tabroll-nav .tab {
    line-height: 35px;
  }
}
.tabroll-nav .tab:hover {
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.tabroll-nav .tab.active {
  background-color: #0f0f0f;
  border-color: #0f0f0f;
  color: #fff;
}

.tabroll-content .tab {
  display: none;
}
.tabroll-content .tab.active {
  display: block;
}

@media (min-width: 0) and (max-width: 739px) {
  .model-preview .tab-nav {
    padding-top: 40px;
  }
}
.model-preview .tab-nav .tab {
  border: solid 1px #bbbcbc;
  color: #bbbcbc;
}
.model-preview .tab-nav .tab:hover {
  border-color: #fafafa;
  color: #fafafa;
}
.model-preview .tab-nav .tab.active {
  background-color: #fff;
  border-color: #fff;
  color: #0f0f0f;
}

.color-switch .color {
  display: inline-block;
  height: 36px;
  width: 36px;
  border-radius: 2px;
  margin: 3px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.color-switch .color:hover .label {
  pointer-events: auto;
  transform: translate(-50%, 0);
  opacity: 1;
  z-index: 1;
}
.color-switch .color.active {
  border: 1px solid #bbbcbc;
  background-size: 80% 80%;
}
.color-switch .label {
  display: block;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
  background-color: #0f0f0f;
  color: #fafafa;
  white-space: nowrap;
  position: absolute;
  padding: 16px 24px;
  top: 55px;
  left: 50%;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
  transform: translate(-50%, -10px);
  opacity: 0;
  transition: transform 0.2s, opacity 0.3s;
}
.color-switch .label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #0f0f0f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 0;
  border-bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.bike-spec-item .spec-data {
  position: relative;
  background-color: #ebebeb;
  text-align: center;
  padding-bottom: 60px;
  width: 100%;
}
@media (min-width: 980px) {
  .bike-spec-item .spec-data {
    text-align: right;
    background-color: transparent;
    padding-bottom: 0;
  }
}
.bike-spec-item .picture {
  position: relative;
}
.bike-spec-item .list {
  display: block;
  width: 100%;
  padding: 56px 24px 24px;
}
@media (min-width: 740px) {
  .bike-spec-item .list {
    padding: 78px 98px 61px;
  }
}
@media (min-width: 980px) {
  .bike-spec-item .list {
    padding: 0 0 38px;
  }
}
.bike-spec-item .field {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.07;
  color: #666;
  text-align: center;
  margin-bottom: 11px;
  padding-right: 20px;
}
@media (min-width: 740px) {
  .bike-spec-item .field {
    line-height: 1.2;
    text-align: left;
    margin-top: 8px;
    float: left;
  }
}
@media (min-width: 980px) {
  .bike-spec-item .field {
    padding-left: 40px;
    margin-top: 4px;
    clear: left;
    max-width: 40%;
  }
}
.bike-spec-item .value {
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
  line-height: 1.5;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 740px) {
  .bike-spec-item .value {
    font-size: 21px;
    line-height: 1.48;
    text-align: right;
    margin-bottom: 50px;
  }
}
@media (min-width: 980px) {
  .bike-spec-item .value {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    padding-left: 40%;
  }
}

.axis {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 0) and (max-width: 979px) {
  .axis {
    position: static;
    padding: 37px 21px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .axis {
    padding: 37px 98px;
  }
}
.axis .asse-x,
.axis .asse-y {
  width: 100px;
  height: 10px;
  background: url("../images/layout/axis.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.3;
  position: absolute;
}
.axis .asse-x {
  right: -45px;
  top: 50%;
  transform: rotate(90deg);
}
@media (min-width: 0) and (max-width: 979px) {
  .axis .asse-x {
    display: none;
  }
}
.axis .asse-y {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 10px);
}
@media (min-width: 0) and (max-width: 979px) {
  .axis .asse-y {
    display: none;
  }
}
.axis .label {
  display: inline-block;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.07;
  letter-spacing: 1.1px;
  color: #666;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.axis .size {
  display: inline-block;
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
  line-height: 1.5;
  color: #0f0f0f;
  display: block;
  padding-left: 10px;
}
@media (min-width: 0) and (max-width: 979px) {
  .axis .size {
    padding: 0;
  }
}
@media (min-width: 0) and (max-width: 979px) {
  .axis .x {
    position: static;
  }
}
@media (min-width: 980px) {
  .axis .x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -45px;
    white-space: nowrap;
  }
  .axis .x .label,
.axis .x .size {
    width: auto;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
  }
}
.axis .y {
  position: absolute;
  right: 0;
  text-align: right;
}
@media (min-width: 0) and (max-width: 979px) {
  .axis .y {
    position: static;
  }
}

.model-features .tabroll-content {
  width: 100%;
}

.find-dealer-wrap {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media (min-width: 0) and (max-width: 979px) {
  .find-dealer-wrap {
    padding-bottom: 80px;
  }
}
@media (min-width: 980px) {
  .find-dealer-wrap {
    flex-direction: row;
    align-items: center;
  }
}
.find-dealer-wrap .img-wrap {
  border: 1px solid solid;
}
@media (min-width: 980px) {
  .find-dealer-wrap .img-wrap {
    flex: 6;
  }
}
.find-dealer-wrap .info-wrap {
  text-align: center;
}
@media (min-width: 980px) {
  .find-dealer-wrap .info-wrap {
    flex: 4;
    text-align: left;
  }
}
.find-dealer-wrap .info-wrap p {
  margin: 20px 0;
  line-height: 1.5;
}
@media (min-width: 980px) {
  .find-dealer-wrap .info-wrap p {
    font-size: 18px;
    max-height: 130px;
    overflow: auto;
  }
}
.find-dealer-wrap .info-wrap .d-select {
  max-width: 190px;
  margin: 0 auto;
  font-size: 17px;
}
@media (min-width: 980px) {
  .find-dealer-wrap .info-wrap .d-select {
    margin: 0 0 0 -20px;
  }
}
@media (min-width: 0) and (max-width: 979px) {
  .find-dealer-wrap .info-wrap .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 980px) {
  .find-dealer-wrap .info-wrap .btn {
    margin-top: 30px;
  }
}

.accessories .body {
  flex-wrap: wrap !important;
}
.accessories .card-col {
  padding-right: 0;
  flex: auto;
}
@media (min-width: 740px) and (max-width: 979px) {
  .accessories .card-col {
    max-width: calc((100% - 30px) / 2);
    width: 50%;
    margin: 0 30px 30px 0;
  }
  .accessories .card-col:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .accessories .card-col {
    max-width: calc((100% - 60px) / 3);
    width: 33.33%;
    margin: 0 30px 30px 0;
  }
  .accessories .card-col:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1300px) {
  .accessories .card-col {
    max-width: calc((100% - 90px) / 4);
    width: 25%;
    margin: 0 30px 30px 0;
  }
  .accessories .card-col:nth-of-type(4n) {
    margin-right: 0;
  }
}
.accessories .picturewrap {
  border-bottom: 1px solid #E6E6E6;
}
.accessories .picture,
.accessories img {
  width: 190px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.shortcuts [class^=col-]:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.25s ease;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.shortcuts [class^=col-]:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.shortcuts a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  color: #ffffff;
}
.shortcuts span {
  display: block;
  padding: 0 15px;
}

.prd-images .swiper-button-next,
.prd-images .swiper-button-prev {
  width: 50px;
  height: 50px;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
@media (min-width: 0) and (max-width: 1099px) {
  .prd-images .swiper-button-next,
.prd-images .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
  }
}
.prd-images .swiper-button-next:after,
.prd-images .swiper-button-prev:after {
  font-size: 0;
  width: 30px;
  height: 30px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 2.04% 0;
}
.prd-images .swiper-button-next:hover:after,
.prd-images .swiper-button-prev:hover:after {
  opacity: 1;
}
.prd-images .swiper-button-next {
  right: 0;
}
.prd-images .swiper-button-prev {
  left: 0;
  right: auto;
}
.prd-images .swiper-button-prev:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 4.08% 0;
}
.prd-images .swiper-slide {
  align-items: flex-start;
}
@media (min-width: 1100px) {
  .prd-images .swiper-pagination {
    display: none;
  }
}
@media (min-width: 1100px) {
  .prd-images {
    display: flex;
    position: relative;
    overflow: hidden;
  }
}

@media (min-width: 0) and (max-width: 1099px) {
  .prd-thumbs {
    display: none;
  }
}
@media (min-width: 1100px) {
  .prd-thumbs {
    width: 80px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    max-height: 450px !important;
  }
  .prd-thumbs .swiper-slide {
    width: 80px !important;
    height: 80px !important;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .prd-thumbs .swiper-slide:before {
    content: "";
    display: block;
    width: 80px;
    padding-bottom: 100%;
  }
  .prd-thumbs .swiper-slide img {
    position: absolute;
  }
  .prd-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 0.5;
  }
}

@media (min-width: 1100px) {
  .prd-gallery {
    margin-left: 100px;
  }
}

.code-btn {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 0) and (max-width: 575px) {
  .prd-info {
    padding-top: 50px;
  }
}
@media (min-width: 980px) {
  .prd-info {
    padding-left: 42px !important;
    padding-top: 18px;
  }
}
.prd-info .name {
  font-size: 25px;
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  margin-bottom: 17px;
}
.prd-info .description {
  line-height: 21px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 18px;
}
.prd-info .more {
  display: none;
}
.prd-info .show-more,
.prd-info .show-less {
  display: block;
  margin-top: 10px;
  cursor: pointer;
}
.prd-info .show-more span,
.prd-info .show-less span {
  font-weight: bold;
  color: #c00;
  font-size: 14px;
}

.details-row {
  padding: 40px 0;
  line-height: 1.6;
  border-top: 1px solid #ebebeb;
}
.details-row:last-of-type {
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 740px) {
  .details-row {
    display: flex;
  }
}
@media (min-width: 980px) {
  .details-row {
    padding: 60px 0;
  }
}

.details-title {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-shrink: 0;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (min-width: 740px) {
  .details-title {
    width: 300px;
  }
}

.spec-list > li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  min-height: 40px;
}
@media (min-width: 0) and (max-width: 575px) {
  .spec-list > li {
    flex-direction: column;
    align-items: flex-start;
  }
}
.spec-list > li.compatible {
  display: block;
  text-align: right;
  min-height: auto;
  padding-top: 0;
}
.spec-list > li.num {
  border-top: 1px solid #666;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 20px;
}
.spec-list > li.num span {
  margin-right: 5px;
}
@media (min-width: 0) and (max-width: 575px) {
  .spec-list .d-select {
    margin-bottom: 0 !important;
  }
}
.spec-list .field {
  width: 150px;
  color: #666;
}
@media (min-width: 0) and (max-width: 575px) {
  .spec-list .field {
    margin-bottom: 10px;
  }
}

.pricewrap {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pricewrap .btn-area {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: right;
}

.price-label {
  font-size: 14px;
  font-weight: bold;
}

.price-value {
  font-weight: bold;
  font-size: 28px;
}

.details-info .subcat-title,
.details-info strong {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
}
.details-info .box-subcat {
  margin-bottom: 25px;
}

.badge .badge-item {
  display: inline-block;
  width: 36px;
  vertical-align: middle;
  margin: 0 20px 20px 0;
  position: relative;
}
.badge .badge-item.sm {
  width: 24px;
}
.badge .badge-item.lg {
  width: 48px;
}
.badge .badge-item:hover:after, .badge .badge-item:hover:before {
  visibility: visible;
  opacity: 1;
}
.badge img {
  display: block;
  width: 100%;
  height: auto;
}

.supportlist > ul {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.supportlist > ul:first-of-type {
  border-color: transparent;
}
.supportlist li {
  display: flex;
  color: #0f0f0f;
  font-size: 0;
  border-bottom: 1px solid #bbbcbc;
}
.supportlist li.title {
  padding: 20px 0 16px;
  background-color: #ebebeb;
  color: #666;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  font-size: 14px;
  justify-content: center;
  border-bottom: none;
}
.supportlist li:last-of-type {
  border-bottom: none;
}
.supportlist li > div {
  display: inline-block;
  font-size: 14px;
  width: 50%;
  padding: 25px 15px;
  text-align: left;
}
.supportlist li > div + div {
  text-align: right;
}

.course .body {
  flex-wrap: wrap !important;
  flex-direction: row !important;
}
.course .card-col {
  padding-right: 0;
  flex: auto;
}
@media (min-width: 576px) and (max-width: 739px) {
  .course .card-col {
    max-width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
  }
  .course .card-col:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 740px) and (max-width: 1099px) {
  .course .card-col {
    max-width: calc((100% - 88px) / 3);
    margin: 0 44px 44px 0;
  }
  .course .card-col:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1100px) {
  .course .card-col {
    max-width: calc((100% - 140px) / 3);
    margin: 0 70px 44px 0;
  }
  .course .card-col:nth-of-type(3n) {
    margin-right: 0;
  }
}
.course .content {
  padding: 0 20px 20px !important;
  min-height: 80px !important;
}
@media (min-width: 980px) {
  .course .content {
    padding: 0 40px 20px !important;
    min-height: 100px !important;
  }
}
@media (min-width: 1100px) {
  .course .content {
    padding: 0 50px 30px !important;
    min-height: 100px !important;
  }
}
.course .label {
  color: #c00;
}
.course .picturewrap {
  padding: 20px;
}
@media (min-width: 980px) {
  .course .picturewrap {
    padding: 30px 40px;
  }
}
@media (min-width: 1100px) {
  .course .picturewrap {
    padding: 30px 50px;
  }
}

.doc-info h3,
.doc-info p,
.doc-info a {
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .doc-link {
    flex-direction: column;
    display: flex;
    align-items: flex-end;
  }
  .doc-link .btn {
    margin-bottom: 10px;
  }
}

.doc-thumb {
  width: 80%;
  margin: 0 auto 20px;
  max-width: 320px;
}

.news .body {
  flex-wrap: wrap !important;
}
.news .card-col {
  padding-right: 0;
  flex: auto;
}
@media (min-width: 576px) and (max-width: 739px) {
  .news .card-col {
    max-width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
  }
  .news .card-col:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 740px) and (max-width: 1099px) {
  .news .card-col {
    max-width: calc((100% - 44px) / 2);
    margin: 0 44px 44px 0;
  }
  .news .card-col:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1100px) {
  .news .card-col {
    max-width: calc((100% - 88px) / 3);
    margin: 0 44px 44px 0;
  }
  .news .card-col:nth-of-type(3n) {
    margin-right: 0;
  }
}
.news .picturewrap {
  border-bottom: 1px solid #E6E6E6;
}
.news .picture {
  width: 150px;
  height: 100%;
}
@media (min-width: 740px) {
  .news .picture {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 1300px) {
  .news .picture {
    height: 230px;
  }
}

.news-slide a {
  display: block;
  position: relative;
}
.news-slide a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #0f0f0f, rgba(0, 0, 0, 0) 50%);
  pointer-events: none;
}
.news-slide a span {
  display: block;
  position: absolute;
  font-weight: bold;
  letter-spacing: 1px;
  left: 0;
  width: 100%;
  z-index: 20;
  overflow: hidden;
  text-align: left;
  padding: 20px;
  color: #fff;
  text-decoration: none;
}
.news-slide .category {
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif !important;
  font-size: 14px !important;
  font-weight: normal;
  top: 0;
  text-transform: uppercase;
  max-width: 100%;
}
@media (min-width: 740px) {
  .news-slide .category {
    width: 60%;
  }
}
.news-slide .description {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  bottom: 0;
  max-width: 100%;
}
@media (min-width: 740px) {
  .news-slide .description {
    font-size: 18px;
    width: 60%;
  }
}

.article-title {
  max-width: 850px;
}
.article-title .title {
  margin: 0.67em 0 30px;
  font-size: 35px;
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 740px) {
  .article-title .title {
    font-size: 55px;
  }
}
.article-title .subtitle {
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 1em;
}
@media (min-width: 740px) {
  .article-title .subtitle {
    font-size: 25px;
  }
}

.article-tag {
  color: #bbbcbc;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 30px auto;
  font-size: 14px;
}
@media (min-width: 0) and (max-width: 979px) {
  .article-tag {
    text-align: left;
  }
}
@media (min-width: 740px) {
  .article-tag {
    margin: 50px auto;
  }
}
.article-tag li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}
.article-tag li:last-of-type {
  margin-right: 0;
}

.racing-card .container {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 980px) {
  .racing-card .container {
    display: flex;
  }
}
.racing-card .preview {
  position: relative;
  background: #ebebeb;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 740px) and (max-width: 979px) {
  .racing-card .preview {
    justify-content: flex-start;
    min-height: 290px;
    padding-right: 320px;
    align-items: flex-start;
  }
}
@media (min-width: 980px) {
  .racing-card .preview {
    width: 300px;
  }
}
@media (min-width: 1100px) {
  .racing-card .preview {
    min-width: 400px;
  }
}
.racing-card .detail {
  padding: 20px 30px;
  background-color: #fff;
  color: #0f0f0f;
}
@media (min-width: 980px) {
  .racing-card .detail {
    flex: auto;
    padding: 20px 80px 30px;
  }
}
.racing-card .detail .tabroll-nav {
  text-align: left;
}
.racing-card .detail strong {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (min-width: 740px) {
  .racing-card .detail strong {
    font-size: 16px;
  }
}
.racing-card .detail p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (min-width: 740px) {
  .racing-card .detail p {
    font-size: 18px;
  }
}
.racing-card .detail .value {
  text-align: right;
  display: inline-block;
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  padding: 0 0 0 20px;
}
.racing-card .data li {
  padding: 7px 20px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1300px) {
  .racing-card .data [class^=col-]:nth-of-type(2n+1) {
    padding-right: 25px;
  }
  .racing-card .data [class^=col-]:nth-of-type(2n+2) {
    padding-left: 25px;
  }
}
.racing-card .where {
  text-align: center;
  display: block;
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.racing-card .date {
  display: block;
  color: #666;
  font-size: 14px;
}
.racing-card .circuit {
  width: 100%;
  max-width: 320px;
  margin: 20px 0 0 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 740px) and (max-width: 979px) {
  .racing-card .circuit {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 256px;
    height: 224px;
    margin: -112px 0 0 0;
  }
}
.racing-card .flag {
  width: 40px;
  margin: 0 0 20px 0;
}

@media (min-width: 740px) {
  .news-spot .container {
    display: flex;
  }
}
.news-spot .label {
  color: #666;
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.news-spot strong {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  display: block;
  letter-spacing: 0.8px;
  font-weight: normal;
  line-height: 1.5;
  font-size: 14px;
}
.news-spot .main-spot {
  position: relative;
  font-size: 0;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 0) and (max-width: 739px) {
  .news-spot .main-spot {
    margin-bottom: 30px;
  }
}
.news-spot .main-spot img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
@media (min-width: 0) and (max-width: 739px) {
  .news-spot .main-spot img {
    display: none;
  }
}
.news-spot .main-spot .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}
@media (min-width: 740px) {
  .news-spot .main-spot .content {
    padding: 40px;
  }
}
.news-spot .main-spot .content .label {
  font-size: 13px;
  color: #fff;
}
@media (min-width: 740px) {
  .news-spot .main-spot .content .label {
    font-size: 14px;
  }
}
@media (min-width: 980px) {
  .news-spot .main-spot .content .label {
    font-size: 16px;
  }
}
.news-spot .main-spot .content strong {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 740px) {
  .news-spot .main-spot .content strong {
    font-size: 26px;
  }
}
@media (min-width: 980px) {
  .news-spot .main-spot .content strong {
    font-size: 32px;
  }
}
@media (min-width: 740px) {
  .news-spot .main-spot {
    flex: auto;
  }
}
.news-spot .spot-3 {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 740px) {
  .news-spot .spot-3 {
    min-width: 300px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1300px) {
  .news-spot .spot-3 {
    min-width: 400px;
    margin-left: 40px;
  }
}
@media (min-width: 1580px) {
  .news-spot .spot-3 {
    min-width: 450px;
  }
}
.news-spot .spot-3 a {
  display: flex;
  border-bottom: 1px solid #bbbcbc;
  background-color: #fff;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 0) and (max-width: 979px) {
  .news-spot .spot-3 a {
    min-height: 110px;
  }
}
.news-spot .spot-3 a:last-of-type {
  border-bottom: none;
}
@media (min-width: 740px) {
  .news-spot .spot-3 a {
    flex: 1;
  }
}
.news-spot .spot-3 a .content {
  display: flex;
  flex: auto;
  flex-direction: column;
  padding: 15px 20px;
  position: absolute;
  width: 65%;
  left: 0;
  top: 0;
  height: 100%;
}
@media (min-width: 980px) {
  .news-spot .spot-3 a .content {
    padding: 20px 30px;
  }
}
.news-spot .spot-3 a .label {
  color: #666;
}
.news-spot .spot-3 a strong {
  color: #0f0f0f;
}
.news-spot .spot-3 a .picture {
  width: 35%;
  height: auto;
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 979px) {
  .news-spot .spot-3 a .picture {
    max-width: 120px;
  }
}
.news-spot .spot-3 a .picture img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.person .card {
  position: relative;
}
@media (min-width: 0) and (max-width: 575px) {
  .person .card {
    display: block;
    min-height: auto;
  }
}
@media (min-width: 576px) {
  .person .card:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 40%;
    width: 100%;
    background-image: linear-gradient(to top, #0f0f0f, rgba(0, 0, 0, 0) 80%);
    opacity: 0.5;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  .person .picture {
    width: 40%;
    height: auto;
    margin: 0;
  }
}
.person .content {
  padding: 25px;
  min-height: auto;
}
@media (min-width: 0) and (max-width: 575px) {
  .person .content {
    position: absolute;
    right: 0;
    width: 60%;
    top: 0;
    pointer-events: none;
  }
}
@media (min-width: 576px) {
  .person .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
  }
}
@media (min-width: 740px) {
  .person .content {
    padding: 40px;
  }
}
@media (min-width: 576px) {
  .person .content .label,
.person .content .text {
    color: #fafafa;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  .person .content .label {
    color: #bbbcbc;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  .person a {
    display: block;
    width: 100%;
  }
}

@media (min-width: 0) and (max-width: 979px) {
  .timeline-wrap {
    padding: 0 35px;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .timeline-wrap {
    padding: 0 45px;
  }
}
@media (min-width: 980px) and (max-width: 1099px) {
  .timeline-wrap {
    padding: 0 55px;
  }
}

.timeline {
  max-width: 1062px;
  margin: 0 auto;
  border-left: 1px solid #bbbcbc;
}
@media (min-width: 980px) {
  .timeline.dreamtour .timeline-item .content {
    margin-top: -18px;
  }
}

.timeline-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
@media (min-width: 0) and (max-width: 979px) {
  .timeline-item {
    padding-left: 40px;
  }
}
@media (min-width: 740px) {
  .timeline-item {
    margin-bottom: 120px;
  }
}
@media (min-width: 980px) {
  .timeline-item {
    flex-direction: row;
  }
}
.timeline-item .pin span {
  position: relative;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666;
  display: block;
  padding: 0 0 10px;
}
.timeline-item .pin span:before {
  display: block;
  content: "";
  height: 6px;
  width: 6px;
  background-color: #666;
  border: solid 10px #fafafa;
  position: absolute;
  top: -6px;
  left: -40px;
  transform: translate(-50%);
  border-radius: 50%;
  box-sizing: content-box;
}
@media (min-width: 740px) {
  .timeline-item .pin span {
    padding: 0 0 20px;
  }
}
.timeline-item .pin strong {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.29;
  padding: 0 0 35px;
  display: block;
}
@media (min-width: 740px) {
  .timeline-item .pin strong {
    font-size: 18px;
  }
}
@media (min-width: 980px) {
  .timeline-item .pin {
    width: 264px;
    margin: 0 108px 0 40px;
  }
}
.timeline-item .content .img-wrap {
  border-radius: 2px;
  margin-bottom: 40px;
  overflow: hidden;
}
.timeline-item .content .no-img {
  width: 40px;
  height: 1px;
  margin-bottom: 35px;
  border-bottom: 1px solid #bbbcbc;
}
@media (min-width: 980px) {
  .timeline-item .content .no-img {
    border: none;
    margin-bottom: 0;
    width: 100%;
  }
  .timeline-item .content .no-img + .fz-B {
    margin-top: -15px;
  }
}
.timeline-item .content .fz-B {
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.29;
  padding-bottom: 10px;
}
.timeline-item .content p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  padding-bottom: 30px;
  color: #666;
}

.line-separator {
  max-width: 1330px;
  margin: 0 auto 90px;
  text-align: center;
}
@media (min-width: 740px) {
  .line-separator {
    margin: 0 auto 100px;
    width: calc(100% - 110px);
  }
  .line-separator:first-of-type {
    margin-top: 60px;
    position: relative;
    margin: 60px auto 0;
    padding-bottom: 100px;
  }
  .line-separator:first-of-type:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 4px;
    background-color: #fafafa;
    left: -57px;
  }
}
.line-separator span {
  position: relative;
  font-family: "ducati-ext", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 0.91;
  color: #bbbcbc;
  display: inline-block;
  text-align: center;
}
@media (min-width: 740px) {
  .line-separator span {
    font-size: 32px;
    line-height: 1.28;
  }
}
.line-separator span:before, .line-separator span:after {
  display: inline-block;
  content: "";
  background-color: #bbbcbc;
  opacity: 0.5;
  height: 1px;
  width: 30px;
  transform: translateY(-10px);
}
@media (min-width: 980px) {
  .line-separator span:before, .line-separator span:after {
    width: 200px;
  }
}
.line-separator span:before {
  margin-right: 20px;
}
@media (min-width: 740px) {
  .line-separator span:before {
    margin-right: 30px;
  }
}
.line-separator span:after {
  margin-left: 20px;
}
@media (min-width: 740px) {
  .line-separator span:after {
    margin-left: 30px;
  }
}

.price-table {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 1300px) {
  .price-table {
    margin-bottom: 40px;
  }
}
.price-table li {
  display: flex;
}
.price-table li > div {
  font-size: 12px;
  flex: 1;
  border-right: 1px solid #B9B9B9;
  border-bottom: 1px solid #B9B9B9;
  color: #666;
  padding: 12px 10px 8px;
  min-height: 32px;
  display: flex;
  align-items: center;
}
@media (min-width: 740px) {
  .price-table li > div {
    padding: 12px 15px 8px;
    min-height: 48px;
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .price-table li > div {
    min-height: 64px;
    padding: 12px 20px 8px;
  }
}
.price-table li > div:first-of-type {
  border-left: 1px solid #B9B9B9;
}
.price-table li.title {
  background-color: #0f0f0f;
  background: linear-gradient(to bottom, #424141, #010101);
}
.price-table li.title > div {
  color: #999;
  border-bottom: 1px solid #0f0f0f;
  font-weight: normal;
}
.price-table li.title > div:first-of-type {
  border-left: 1px solid #0f0f0f;
}
.price-table li.title > div:last-of-type {
  border-right: 1px solid #0f0f0f;
}

@media (min-width: 980px) {
  .dealers-list-wrap {
    display: flex;
    align-self: stretch;
  }
  .dealers-list-wrap .dealers-list,
.dealers-list-wrap .map {
    flex: 1;
    min-height: 100vh;
  }
}

/* .map {
  background: #AADAFF url("../images/layout/taiwan.svg") no-repeat left 20% bottom 45%;
  background-size: auto 80%;
  position: relative;
}
@media (min-width: 0) and (max-width: 979px) {
  .map {
    height: 90vh;
    background-size: 90% auto;
    background-position: left 10% center;
  }
}
@media (min-width: 0) and (max-width: 979px) and (orientation: landscape) {
  .map {
    height: 64vw;
    background-size: auto 90%;
    background-position: center bottom 50%;
  }
}

.click-area {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 72%;
  overflow: hidden;
  bottom: 10%;
}
@media (min-width: 0) and (max-width: 979px) {
  .click-area {
    height: 100%;
    bottom: 0;
  }
}
.click-area a {
  margin: 0 auto;
  width: 100%;
  display: block;
  flex: 3;
  position: relative;
}
.click-area a:nth-of-type(2) {
  flex: 2;
}
@media (min-width: 1100px) {
  .click-area a:hover .map-item {
    transform: scale(1.1);
  }
}
.click-area .map-item {
  display: inline-block;
  width: auto;
  position: absolute;
  left: 54%;
  top: 15%;
  max-width: 150px;
  width: 100%;
  transform: translateY(-50%);
  padding-left: 50px;
  border: 1px solid seagreen;
}
@media (min-width: 0) and (max-width: 575px) {
  .click-area .map-item {
    transform: translateX(-50%) scale(0.7);
  }
}
@media (min-width: 740px) {
  .click-area .map-item {
    left: 50%;
  }
}
@media (min-width: 980px) {
  .click-area .map-item {
    left: 50%;
  }
}
@media (min-width: 1100px) {
  .click-area .map-item {
    left: 20%;
  }
}
.click-area .map-item.n {
  top: 42%;
}
@media (min-width: 0) and (max-width: 575px) {
  .click-area .map-item.n {
    left: 74%;
    top: 50%;
  }
}
@media (min-width: 980px) {
  .click-area .map-item.n {
    left: 70%;
  }
}
@media (min-width: 1100px) {
  .click-area .map-item.n {
    left: 20%;
    margin-left: 50px;
  }
}
.click-area .map-item.s {
  top: 20%;
}
@media (min-width: 0) and (max-width: 575px) {
  .click-area .map-item.s {
    left: 53%;
    top: 0%;
  }
}
.click-area .map-item strong {
  display: block;
  border-top: 2px solid #0f0f0f;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0 5px;
}
.click-area .map-item strong:before, .click-area .map-item strong:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}
.click-area .map-item strong:after {
  transform: scale(0.7) translateY(-29px);
  background-color: #c00;
}
.click-area .map-item strong:before {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.click-area .map-item span {
  font-size: 14px;
} */

.map {
  position: relative;
  flex: 1;
  min-height: 100vh;
  background: #aadaff;
  position: relative;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
}

@media (max-width: 979px) {
  .map {
    padding-top: 50px;
    min-height: auto;
  }
}

.dealerMap {
  position: relative;
  max-width: 650px;
  width: 100%;
  margin: auto;
  padding-right: 5%
}

@media (max-width: 1200px) {
  .dealerMap {
    padding-right: 0;
  }
}

.dealerItem {
  position: absolute;
  display: flex;
  align-items: center;
  transform: translateX(-10px);
  will-change: transform;
}

@media (max-width: 1200px) {
  .dealerItem {
    transform: translateX(0);
  }
}

.dealerItem.active .name {
  color: #c00
}

.dealerItem.active .name:before {
  width: 0;
  animation: enterAnimate 1 forwards .5s 2.5s;
}

.dealerItem.active {
  animation: heartBeat 1 forwards 2.5s .5s;
  transform-origin: center;
}

@keyframes enterAnimate {
  0% {
    width: 0;
  }
  100% {
    width: 30px;
  }
}
@keyframes heartBeat {
  0% {
      transform: scale(1)
  }
  14% {
      transform: scale(1.3)
  }
  28% {
      transform: scale(1)
  }
  42% {
      transform: scale(1.3)
  }
  70% {
      transform: scale(1)
  }
}

.dealerItem:hover .name {
  transition: .5s .3s
}

@media (min-width: 1201px) {
  .dealerItem:hover .name:before {
    width: 30px
  }
}

.dealerItem.l1 {
  top: 16%;
  left: 61%
}

.dealerItem.l2 {
  top: 20%;
  left: 54%
}

.dealerItem.l3 {
  top: 25%;
  left: 47%
}

.dealerItem.l4 {
  top: 38%;
  left: 38%
}

.dealerItem.l5 {
  top: 55%;
  left: 27%
}

.dealerItem.l6 {
  top: 64%;
  left: 25%
}

.dealerItem.l7 {
  top: 72%;
  left: 29%
}

.dealerItem .logo {
  width: 30px;
  height: 30px;
  background: url("../images/layout/dealerLogo.svg")
}

@media (max-width: 767px) {
  .dealerItem .logo {
    width: 20px;
    height: 20px;
  }
}

.dealerItem .name {
  font-size: 16px;
  line-height: initial;
  font-weight: bold;
  margin-left: 5px;
  display: flex;
  align-items: center;
  transition: .5s
}

@media (max-width: 767px) {
  .dealerItem .name {
    font-size: 14px;
  }
}

.dealerItem .name:before {
  display: inline-block;
  content: '';
  margin-right: 5px;
  width: 0;
  height: 1px;
  background: #000;
  transition: .5s
}


.map-info {
  position: absolute;
  width: 200px;
  border: 2px solid #0f0f0f;
  padding: 20px;
  right: 50px;
  bottom: 100px;
  line-height: 1.5em;
}
@media (min-width: 0) and (max-width: 739px) {
  .map-info {
    display: none;
  }
}
@media (min-width: 740px) and (max-width: 1099px) {
  .map-info {
    right: auto;
    left: 30px;
    bottom: 30px;
    width: 180px;
    padding: 10px;
  }
}
@media (min-width: 1100px) and (max-width: 1299px) {
  .map-info {
    right: 30px;
    bottom: 60px;
    width: 180px;
    padding: 10px;
  }
}
.map-info strong {
  display: block;
  font-weight: bold;
  border-bottom: 2px solid #0f0f0f;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media (min-width: 740px) and (max-width: 1299px) {
  .map-info strong {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.map-info p {
  line-height: 1.75em;
}
@media (min-width: 740px) and (max-width: 1299px) {
  .map-info p {
    font-size: 12px;
    line-height: 1.5em;
  }
}

.dealers-fliter {
  margin-bottom: 30px;
}
@media (min-width: 740px) {
  .dealers-fliter {
    margin-bottom: 50px;
  }
}

@media (min-width: 980px) {
  .dealer-item-wrap {
    /* height: calc(100vh - 500px);
    overflow-y: auto; */
  }
}

@media (max-width: 979px) {
  .dealers-list-wrap{
    display: flex;
    flex-direction: column-reverse;
  }
}

.dealers-list {
  padding: 60px 20px 60px;
  overflow: hidden;
}
@media (min-width: 740px) {
  .dealers-list {
    padding: 60px 0 60px 30px;
  }
}
@media (min-width: 980px) {
  .dealers-list {
    padding: 245px 0 30px 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .dealers-list {
    padding: 245px 0 30px 0;
  }
}

.dealers-list-inside {
  width: 100%;
  max-width: 665px;
  overflow-y: auto;
}
@media (min-width: 980px) {
  .dealers-list-inside {
    float: right;
    padding-left: 40px;
    padding-right: 20px;
  }
}

.dealer-item {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
  width: 96%;
}
.dealer-item li {
  display: block;
  line-height: 1.5em;
}
.dealer-item .add {
  color: #666;
}
.dealer-item .info {
  display: flex;
  justify-content: space-between;
  color: #666;
  padding: 20px 0 10px;
  position: relative;
}
.dealer-item .link {
  flex: 3;
}
.dealer-item .link a {
  color: #c00;
  font-weight: normal;
  white-space: nowrap;
}
.dealer-item .link a + a {
  margin-left: 50px;
  position: relative;
}
.dealer-item .link a + a:before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -30px;
}
.dealer-item .type {
  flex: 1;
  text-align: right;
}

@media (min-width: 576px) {
  .dealers-wrap {
    padding: 0 25px;
  }
}
@media (min-width: 980px) {
  .dealers-wrap {
    padding: 0 40px;
  }
}

.dealers-info .back {
  margin-bottom: 50px;
  display: block;
}
.dealers-info .back span {
  display: inline-block;
  vertical-align: middle;
}
.dealers-info .back:before {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: -2px 20px 0 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 4.08% 0;
}
.dealers-info .label {
  color: #666;
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "ducati-cond", "ducati", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 740px) {
  .dealers-info .label {
    font-size: 13px;
    line-height: 1.15;
  }
}
@media (min-width: 980px) {
  .dealers-info .label {
    font-size: 14px;
    line-height: 1.14;
  }
}
.dealers-info .fz-B {
  margin-top: 0.25em;
}
.dealers-info ul {
  display: block;
  width: 100%;
  max-width: 540px;
}
.dealers-info ul.time {
  margin-top: 50px;
}
.dealers-info ul.time .block {
  margin-top: 15px;
}
.dealers-info li {
  font-size: 0;
  display: block;
  border-bottom: 1px solid #E6E6E6;
  padding: 12px 0 8px;
}
.dealers-info li:last-of-type {
  border-bottom: none;
}
@media (min-width: 740px) {
  .dealers-info li {
    padding: 20px 0 16px;
  }
}
.dealers-info .field,
.dealers-info .value {
  font-size: 16px;
  display: inline-block;
  width: 25%;
  vertical-align: top;
  line-height: 1.5em;
}
@media (min-width: 740px) {
  .dealers-info .field,
.dealers-info .value {
    font-size: 18px;
  }
}
.dealers-info .value {
  width: 70%;
  color: #666;
}
.dealers-info .value.block {
  width: 100%;
}

.dealers-service ul {
  display: block;
}
.dealers-service ul li {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 10px;
  position: relative;
}
.dealers-service ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -30px;
  top: 2px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/layout/iconset.svg");
  background-size: auto 100%;
  background-position: 14.29% 0;
}
.dealers-service ul li > ul {
  margin-top: 10px;
}
.dealers-service ul li > ul > li {
  color: #666;
}
.dealers-service ul li > ul > li::before {
  display: none;
}

@media (min-width: 980px) {
  .ie .nav-right {
    position: absolute;
    right: 0;
    top: 44px;
  }
}
.ie .ducati {
  transform: translate(-50%, -50%);
}

#sorryforie {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #0f0f0f;
  left: 0;
  top: 0;
  display: none;
  color: #fff;
}
#sorryforie.active {
  display: block !important;
}
#sorryforie > div {
  width: 640px;
  height: 300px;
  border: 1px solid #666;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -180px 0 0 -320px;
  padding: 30px;
  text-align: center;
  display: block !important;
}
#sorryforie p {
  line-height: 1.75em;
  font-size: 20px;
  display: block !important;
  color: #E6E6E6;
}
#sorryforie .browser {
  font-size: 0;
  display: block !important;
}
#sorryforie .browser img {
  display: inline-block !important;
  width: 70%;
  height: auto;
  border: none;
  outline: none;
}
#sorryforie .browser span {
  color: #fff;
  font-size: 14px;
  display: block !important;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
#sorryforie .browser a {
  display: inline-block !important;
  width: 25%;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-top: 10px;
}
#sorryforie .browser a:hover span {
  color: #fff;
}