@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@700&display=swap");

.h1 {
    font-size: 2rem
}

.h2 {
    font-size: 1.5rem
}

.h3 {
    font-size: 1.25rem
}

.h4,
.tag {
    font-size: 1rem
}

.h5 {
    font-size: .9rem
}

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

th {
    color: #000000 !important;
    font-size: 16px !important
}

td {
    color: #000000 !important
}

.cta-button[data-v-37db85e5] {
    margin: 2rem 0;
    font-family: Roboto, sans-serif;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    text-transform: uppercase;
    outline: none;
    font-weight: 500;
    padding: .75em 1.5em;
    font-size: .9rem;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.copy img {
    width: 30px
}

.copy table tr td:first-child {
    width: 30%
}

.copy table tr td:nth-child(2) {
    width: 35%
}

.copy table tr td:nth-child(3) {
    width: 35%
}

.retailers table tr td:first-child {
    width: 35%
}

.retailers table tr td:nth-child(2) {
    width: 25%
}

.retailers table tr td:nth-child(3) {
    width: 40%
}

.horizontal.black[data-v-64d7b7ea] {
    background: #000
}

.horizontal[data-v-64d7b7ea] {
    height: .0625rem;
    width: 100%;
    border: none;
    margin: 0 1rem
}

.h1.light,
.h2.light,
.h3.light,
.h4.light,
.h5.light,
.tag.light {
    color: #000;
    background: transparent
}

.h1.light a:active,
.h1.light a:focus,
.h1.light a:hover,
.h1.light a:link,
.h1.light a:visited,
.h2.light a:active,
.h2.light a:focus,
.h2.light a:hover,
.h2.light a:link,
.h2.light a:visited,
.h3.light a:active,
.h3.light a:focus,
.h3.light a:hover,
.h3.light a:link,
.h3.light a:visited,
.h4.light a:active,
.h4.light a:focus,
.h4.light a:hover,
.h4.light a:link,
.h4.light a:visited,
.h5.light a:active,
.h5.light a:focus,
.h5.light a:hover,
.h5.light a:link,
.h5.light a:visited,
.tag.light a:active,
.tag.light a:focus,
.tag.light a:hover,
.tag.light a:link,
.tag.light a:visited {
    color: #000
}

.h1.dark,
.h2.dark,
.h3.dark,
.h4.dark,
.h5.dark,
.tag.dark {
    color: #fff;
    background: #000
}

.h1.dark a:active,
.h1.dark a:focus,
.h1.dark a:hover,
.h1.dark a:link,
.h1.dark a:visited,
.h2.dark a:active,
.h2.dark a:focus,
.h2.dark a:hover,
.h2.dark a:link,
.h2.dark a:visited,
.h3.dark a:active,
.h3.dark a:focus,
.h3.dark a:hover,
.h3.dark a:link,
.h3.dark a:visited,
.h4.dark a:active,
.h4.dark a:focus,
.h4.dark a:hover,
.h4.dark a:link,
.h4.dark a:visited,
.h5.dark a:active,
.h5.dark a:focus,
.h5.dark a:hover,
.h5.dark a:link,
.h5.dark a:visited,
.tag.dark a:active,
.tag.dark a:focus,
.tag.dark a:hover,
.tag.dark a:link,
.tag.dark a:visited {
    color: #fff
}

.copy h1 {
    font-size: 2rem
}

.copy h2 {
    font-size: 1.5rem
}

.copy h3 {
    font-size: 1.25rem
}

.copy h4 {
    font-size: 1rem
}

.copy h5 {
    font-size: .9rem
}

.copy {
    font-family: Roboto, sans-serif;
    width: 100%;
    max-width: 900px;
    overflow-x: auto
}

.copy.light {
    color: #000;
    background: transparent
}

.copy.light a:active,
.copy.light a:focus,
.copy.light a:hover,
.copy.light a:link,
.copy.light a:visited {
    color: #000
}

.copy.dark {
    color: #fff;
    background: #000
}

.copy.dark a:active,
.copy.dark a:focus,
.copy.dark a:hover,
.copy.dark a:link,
.copy.dark a:visited {
    color: #fff
}

.copy p {
    font-size: .9rem;
    line-height: 1.25rem;
    margin: 0
}

.copy p:not(:first-child) {
    margin: 1rem 0
}

.copy.primary p {
    font-size: .9rem
}

.copy ol,
.copy ul {
    display: block;
    font-size: .9rem
}

.copy ol p,
.copy ul p {
    display: inline
}

.copy ol li,
.copy ul li {
    text-align: left
}

.copy ol {
    list-style: decimal
}

.copy table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: .9rem
}

@media screen and (min-width:992px) {
    .copy table {
        text-align: left
    }
}

.copy table tbody {
    font-family: Roboto, sans-serif
}

.copy table tr {
    border-bottom: 1px solid #d3d3d3
}

.copy table tr td,
.copy table tr th {
    padding: 1rem
}

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

.cta-button {
    margin: 2rem 0;
    font-family: Roboto, sans-serif;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    text-transform: uppercase;
    outline: none;
    font-weight: 500;
    padding: .75em 1.5em;
    font-size: .9rem;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.cta-button:active,
.cta-button:focus,
.cta-button:hover,
.cta-button:link,
.cta-button:visited {
    text-decoration: none
}

.cta-button.light {
    background: transparent;
    color: #000;
    border: 1px solid #000
}

.cta-button.light:active,
.cta-button.light:focus,
.cta-button.light:hover,
.cta-button.light:link,
.cta-button.light:visited {
    color: #000
}

.cta-button.light:focus {
    outline: 1px solid #000
}

.cta-button.light:hover {
    border: 1px solid #fff;
    background: #000;
    color: #fff
}

.cta-button.light.tag:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000
}

.cta-button.dark {
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.cta-button.dark:active,
.cta-button.dark:focus,
.cta-button.dark:hover,
.cta-button.dark:link,
.cta-button.dark:visited {
    color: #fff
}

.cta-button.dark:focus {
    outline: 1px solid #fff
}

.cta-button.dark:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000
}

.cta-button.dark.tag:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

.cta-button.no-hover {
    background: red
}

.cta-button.no-hover:hover {
    background: inherit;
    color: inherit
}

.cta-button.left {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.cta-button.center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.cta-button.right {
    -ms-flex-item-align: end;
    align-self: flex-end
}

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

.card,
.global-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    background: #fff;
    border-radius: 3px;
    width: calc(100% - 2rem);
    margin: 1rem;
    min-height: 0;
    display: block
}

.card .dark,
.global-card .dark {
    background: #000;
    color: #fff
}

@media screen and (min-width:580px) {

    .card,
    .global-card {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:768px) {

    .card,
    .global-card {
        width: calc(33.33333% - 2rem)
    }

    .card.half-card,
    .card.third-card,
    .global-card.half-card,
    .global-card.third-card {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:900px) {

    .card,
    .global-card {
        width: calc(25% - 2rem)
    }

    .card.half-card,
    .global-card.half-card {
        width: calc(50% - 2rem)
    }

    .card.third-card,
    .global-card.third-card {
        width: calc(33.33333% - 2rem)
    }

    .card.fourth-card,
    .global-card.fourth-card {
        width: calc(25% - 2rem)
    }
}

.card:active,
.card:hover,
.card:link,
.card:visited,
.global-card:active,
.global-card:hover,
.global-card:link,
.global-card:visited {
    color: #000;
    text-decoration: none
}

.card .card-container,
.global-card .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.card .content,
.global-card .content {
    margin: 1.5rem 1.5rem 0
}

.card .content--padding,
.global-card .content--padding {
    margin: 1.5rem
}

.card .image,
.global-card .image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 3px 3px 0 0
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {

    .card .image,
    .global-card .image {
        max-height: 300px
    }
}

.card .tag,
.global-card .tag {
    color: #000;
    margin: 0;
    word-break: break-word
}

.card .heading,
.global-card .heading {
    margin: .5rem 0
}

.card .card-container.image-wrapper div,
.card .card-container.image-wrapper div img,
.global-card .card-container.image-wrapper div,
.global-card .card-container.image-wrapper div img {
    height: 100%
}

.card,
.horizontalCard-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    background: #fff;
    border-radius: 3px;
    width: calc(40% - 2rem);
    margin: 1rem;
    min-height: 0
}

@media screen and (min-width:580px) {

    .card,
    .horizontalCard-container {
        width: calc(50% - 2rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width:950px) {

    .card,
    .horizontalCard-container {
        width: calc(33.33333% - 2rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .card.half-card,
    .card.third-card,
    .horizontalCard-container.half-card,
    .horizontalCard-container.third-card {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:1200px) {

    .card,
    .horizontalCard-container {
        width: calc(25% - 2rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .card.half-card,
    .horizontalCard-container.half-card {
        width: calc(50% - 2rem)
    }

    .card.third-card,
    .horizontalCard-container.third-card {
        width: calc(33.33333% - 2rem)
    }

    .card.fourth-card,
    .horizontalCard-container.fourth-card {
        width: calc(25% - 2rem)
    }
}

@media screen and (max-width:579px) {

    .card,
    .horizontalCard-container {
        width: calc(100% - 2rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.card:active,
.card:hover,
.card:link,
.card:visited,
.horizontalCard-container:active,
.horizontalCard-container:hover,
.horizontalCard-container:link,
.horizontalCard-container:visited {
    color: #000;
    text-decoration: none
}

.card .content,
.horizontalCard-container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1.5rem 1.5rem 0
}

.card .content--padding,
.horizontalCard-container .content--padding {
    margin: 1.5rem
}

.card .image,
.horizontalCard-container .image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 3px 3px 0 0
}

.card .image.imageBorder,
.horizontalCard-container .image.imageBorder {
    border: .5px solid #d8d9da;
    padding: 2px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {

    .card .image,
    .horizontalCard-container .image {
        max-height: 300px
    }
}

.__nuxt-error-page {
    padding: 1rem;
    background: #f7f8fb;
    color: #47494e;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: sans-serif;
    font-weight: 100 !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.__nuxt-error-page .error {
    max-width: 450px
}

.__nuxt-error-page .title {
    font-size: 1.5rem;
    margin-top: 15px;
    color: #47494e;
    margin-bottom: 8px
}

.__nuxt-error-page .description {
    color: #7f828b;
    line-height: 21px;
    margin-bottom: 10px
}

.__nuxt-error-page a {
    color: #7f828b !important;
    text-decoration: none
}

.__nuxt-error-page .logo {
    position: fixed;
    left: 12px;
    bottom: 12px
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    -webkit-transition: width .1s, opacity .4s;
    -o-transition: width .1s, opacity .4s;
    transition: width .1s, opacity .4s;
    background-color: #fff;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

.h1 {
    font-size: 2rem
}

.h2 {
    font-size: 1.5rem
}

.h3 {
    font-size: 1.25rem
}

.h4,
.tag {
    font-size: 1rem
}

.h5 {
    font-size: .9rem
}

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

.h1.light,
.h2.light,
.h3.light,
.h4.light,
.h5.light,
.tag.light {
    color: #000;
    background: transparent
}

.h1.light a:active,
.h1.light a:focus,
.h1.light a:hover,
.h1.light a:link,
.h1.light a:visited,
.h2.light a:active,
.h2.light a:focus,
.h2.light a:hover,
.h2.light a:link,
.h2.light a:visited,
.h3.light a:active,
.h3.light a:focus,
.h3.light a:hover,
.h3.light a:link,
.h3.light a:visited,
.h4.light a:active,
.h4.light a:focus,
.h4.light a:hover,
.h4.light a:link,
.h4.light a:visited,
.h5.light a:active,
.h5.light a:focus,
.h5.light a:hover,
.h5.light a:link,
.h5.light a:visited,
.tag.light a:active,
.tag.light a:focus,
.tag.light a:hover,
.tag.light a:link,
.tag.light a:visited {
    color: #000
}

.h1.dark,
.h2.dark,
.h3.dark,
.h4.dark,
.h5.dark,
.tag.dark {
    color: #fff;
    background: #000
}

.h1.dark a:active,
.h1.dark a:focus,
.h1.dark a:hover,
.h1.dark a:link,
.h1.dark a:visited,
.h2.dark a:active,
.h2.dark a:focus,
.h2.dark a:hover,
.h2.dark a:link,
.h2.dark a:visited,
.h3.dark a:active,
.h3.dark a:focus,
.h3.dark a:hover,
.h3.dark a:link,
.h3.dark a:visited,
.h4.dark a:active,
.h4.dark a:focus,
.h4.dark a:hover,
.h4.dark a:link,
.h4.dark a:visited,
.h5.dark a:active,
.h5.dark a:focus,
.h5.dark a:hover,
.h5.dark a:link,
.h5.dark a:visited,
.tag.dark a:active,
.tag.dark a:focus,
.tag.dark a:hover,
.tag.dark a:link,
.tag.dark a:visited {
    color: #fff
}

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

.container {
    margin: 0 auto !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container--constraint {
    width: 100% !important;
    max-width: 1200px
}

.container--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container.card {
    width: calc(100%);
    margin: 0 auto;
    padding: 2rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.container.dark {
    background: #fff
}

.container.light {
    background: #eee;
    width: 100%
}

.copy h1 {
    font-size: 2rem
}

.copy h2 {
    font-size: 1.5rem
}

.copy h3 {
    font-size: 1.25rem;
    color: #000000 !important
}

.copy h4 {
    font-size: 1rem
}

.copy h5 {
    font-size: .9rem
}

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

.copy {
    font-family: Roboto, sans-serif;
    width: 100%;
    max-width: 900px;
    overflow-x: auto
}

.copy.light {
    color: #000;
    background: transparent
}

.copy.light a:active,
.copy.light a:focus,
.copy.light a:hover,
.copy.light a:link,
.copy.light a:visited {
    color: #000
}

.copy.dark {
    color: #fff;
    background: #000
}

.copy.dark a:active,
.copy.dark a:focus,
.copy.dark a:hover,
.copy.dark a:link,
.copy.dark a:visited {
    color: #fff
}

.copy p {
    font-size: .9rem;
    line-height: 1.25rem;
    margin: 0
}

.copy p:not(:first-child) {
    margin: 1rem 0
}

.copy.primary p {
    font-size: .9rem
}

.copy.detail p {
    font-size: .75rem
}

.copy.footnote p {
    font-size: .6875rem
}

.copy ol,
.copy ul {
    display: block;
    font-size: .9rem
}

.copy ol p,
.copy ul p {
    display: inline
}

.copy ol li,
.copy ul li {
    text-align: left
}

.copy ol {
    list-style: decimal
}

.copy table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: .9rem
}

@media screen and (min-width:992px) {
    .copy table {
        text-align: left
    }
}

.copy table tbody {
    font-family: Roboto, sans-serif
}

.copy table tr {
    border-bottom: 1px solid #d3d3d3
}

.copy table tr td,
.copy table tr th {
    padding: 1rem
}

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

.rich-text {
    margin: 0 auto;
    display: block;
    max-width: 900px;
    width: calc(100% - 2rem);
    padding: 2rem 1rem
}

#__nuxt {
    text-align: center
}

#__nuxt .rich-text*> {
    margin: 0.5rem 0
}

#__nuxt .card .content {
    text-align: left
}

#__nuxt .card .content h2,
#__nuxt .card .content p {
    margin: 0.5rem 0;
    color: rgba(0, 0, 0, 0.75)
}

#__nuxt .card .cta-button {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0 1.25rem 1.25rem 0;
    border: none;
    padding: 0;
    color: rgba(0, 0, 0, 0.75);
    background: rgba(255, 255, 255, 0.75)
}

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

.link {
    text-decoration: none
}

.banner {
    position: relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: auto !important;
    float: none !important;
    cursor: default !important
}

.banner .figure {
    margin: 0 auto
}

.banner .figure:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: ""
}

.banner .figure:after,
.banner .image {
    display: block;
    width: 100%
}

.banner .caption {
    position: relative;
    width: 100%;
    text-decoration: none;
    text-align: center
}

@media screen and (min-width:992px) {
    .banner .caption {
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 400;
        left: 5rem;
        width: calc(100% - 10rem);
        height: auto;
        text-align: left
    }
}

.banner .caption-header {
    padding: 0 0 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:992px) {
    .banner .caption-header {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: transparent
    }
}

.banner .caption-button,
.banner .caption-subtitle,
.banner .caption-title {
    margin-bottom: 0;
    padding: 0;
    line-height: 100%;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.banner .caption-button h1,
.banner .caption-button h2,
.banner .caption-button h3,
.banner .caption-button h4,
.banner .caption-button h5,
.banner .caption-button h6,
.banner .caption-button p,
.banner .caption-subtitle h1,
.banner .caption-subtitle h2,
.banner .caption-subtitle h3,
.banner .caption-subtitle h4,
.banner .caption-subtitle h5,
.banner .caption-subtitle h6,
.banner .caption-subtitle p,
.banner .caption-title h1,
.banner .caption-title h2,
.banner .caption-title h3,
.banner .caption-title h4,
.banner .caption-title h5,
.banner .caption-title h6,
.banner .caption-title p {
    margin: 0
}

.banner .caption-title {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    font-weight: 700;
    font-weight: 600;
    max-width: 100%;
    margin: 0 0 .5rem
}

@media screen and (min-width:992px) {
    .banner .caption-title {
        max-width: 500px;
        font-size: 2.5rem
    }
}

.banner .caption-subtitle {
    font-weight: 400;
    font-smoothing: initial;
    -webkit-font-smoothing: initial;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: Roboto, sans-serif;
    max-width: 100%;
    margin-top: 0
}

@media screen and (min-width:992px) {
    .banner .caption-subtitle {
        margin-top: 1rem;
        max-width: 350px;
        font-size: 1.125rem
    }
}

.banner .caption-button {
    border: 1px solid #000;
    color: #000;
    padding: .75em 1.5em;
    font-size: .9rem;
    background: transparent;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    margin-top: 1rem
}

@media screen and (min-width:992px) {
    .banner .caption-button {
        margin-top: 1.5rem
    }
}

.banner .caption-button:hover {
    -webkit-transition: background 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: background 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: background 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    cursor: pointer;
    background: #000;
    color: #fff
}

@media screen and (min-width:992px) {
    .g__bgwtl .figure:after {
        background: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75)));
        background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75)));
        background: -webkit-linear-gradient(right, transparent, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.75));
        background: -o-linear-gradient(right, transparent, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.75));
        background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.75))
    }
}

th {
    border: none !important;
    background: transparent !important
}

td {
    border: none !important
}

.g__bgwtl .caption-header {
    background: #000
}

@media screen and (min-width:992px) {
    .g__bgwtl .caption-header {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: transparent
    }
}

.g__bgwtl .caption-header .caption-subtitle,
.g__bgwtl .caption-header .caption-title {
    color: #fff
}

.g__bgwtl .caption-header .caption-button {
    border: 1px solid #fff;
    color: #fff
}

.g__bgwtl .caption-header .caption-button:hover {
    cursor: pointer;
    background: #fff;
    color: #000
}

@media screen and (min-width:992px) {
    .g__bgwtr .figure:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75)));
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75)));
        background: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.75));
        background: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.75));
        background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.75))
    }
}

.g__bgwtr .caption-header {
    background: #000
}

@media screen and (min-width:992px) {
    .g__bgwtr .caption-header {
        text-align: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background: transparent
    }
}

.g__bgwtr .caption-header .caption-subtitle,
.g__bgwtr .caption-header .caption-title {
    color: #fff;
    margin-left: auto
}

.g__bgwtr .caption-header .caption-button {
    border: 1px solid #fff;
    color: #fff
}

.g__bgwtr .caption-header .caption-button:hover {
    cursor: pointer;
    background: #fff;
    color: #000
}

@media screen and (min-width:992px) {
    .g__wgbtl .figure:after {
        background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.9)));
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.9)));
        background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.9));
        background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.9));
        background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.9))
    }
}

.g__wgbtl .caption-header {
    background: #fff
}

@media screen and (min-width:992px) {
    .g__wgbtl .caption-header {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: transparent
    }
}

.g__wgbtl .caption-header .caption-subtitle,
.g__wgbtl .caption-header .caption-title {
    color: #000
}

.g__wgbtl .caption-header .caption-button {
    border: 1px solid #000;
    color: #000
}

.g__wgbtl .caption-header .caption-button:hover {
    cursor: pointer;
    background: #000;
    color: #fff
}

@media screen and (min-width:992px) {
    .g__wgbtr .figure:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.9)));
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.9)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.9));
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.9));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.9))
    }
}

.g__wgbtr .caption-header {
    background: #fff
}

@media screen and (min-width:992px) {
    .g__wgbtr .caption-header {
        text-align: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background: transparent
    }
}

.g__wgbtr .caption-header .caption-subtitle,
.g__wgbtr .caption-header .caption-title {
    color: #000;
    margin-left: auto
}

.g__wgbtr .caption-header .caption-button {
    border: 1px solid #000;
    color: #000
}

.g__wgbtr .caption-header .caption-button:hover {
    cursor: pointer;
    background: #000;
    color: #fff
}

@media screen and (min-width:992px) {
    .g__ngbtl .figure:after {
        background: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-linear-gradient(right, transparent, transparent 75%, transparent);
        background: -o-linear-gradient(right, transparent, transparent 75%, transparent);
        background: linear-gradient(270deg, transparent, transparent 75%, transparent)
    }
}

.g__ngbtl .caption-header {
    background: #fff
}

@media screen and (min-width:992px) {
    .g__ngbtl .caption-header {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: transparent
    }
}

.g__ngbtl .caption-header .caption-subtitle,
.g__ngbtl .caption-header .caption-title {
    color: #000
}

.g__ngbtl .caption-header .caption-button {
    border: 1px solid #000;
    color: #000
}

.g__ngbtl .caption-header .caption-button:hover {
    cursor: pointer;
    background: #000;
    color: #fff
}

@media screen and (min-width:992px) {
    .g__ngbtr .figure:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-linear-gradient(left, transparent, transparent 75%, transparent);
        background: -o-linear-gradient(left, transparent, transparent 75%, transparent);
        background: linear-gradient(90deg, transparent, transparent 75%, transparent)
    }
}

.g__ngbtr .caption-header {
    background: #fff
}

@media screen and (min-width:992px) {
    .g__ngbtr .caption-header {
        text-align: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background: transparent
    }
}

.g__ngbtr .caption-header .caption-subtitle,
.g__ngbtr .caption-header .caption-title {
    color: #000;
    margin-left: auto
}

.g__ngbtr .caption-header .caption-button {
    border: 1px solid #000;
    color: #000
}

.g__ngbtr .caption-header .caption-button:hover {
    cursor: pointer;
    background: #000;
    color: #fff
}

@media screen and (min-width:992px) {
    .g__ngwtl .figure:after {
        background: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-linear-gradient(right, transparent, transparent 75%, transparent);
        background: -o-linear-gradient(right, transparent, transparent 75%, transparent);
        background: linear-gradient(270deg, transparent, transparent 75%, transparent)
    }
}

.g__ngwtl .caption-header {
    background: #000
}

@media screen and (min-width:992px) {
    .g__ngwtl .caption-header {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: transparent
    }
}

.g__ngwtl .caption-header .caption-subtitle,
.g__ngwtl .caption-header .caption-title {
    color: #fff
}

.g__ngwtl .caption-header .caption-button {
    border: 1px solid #fff;
    color: #fff
}

.g__ngwtl .caption-header .caption-button:hover {
    cursor: pointer;
    background: #fff;
    color: #000
}

@media screen and (min-width:992px) {
    .g__ngwtr .figure:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(75%, transparent), to(transparent));
        background: -webkit-linear-gradient(left, transparent, transparent 75%, transparent);
        background: -o-linear-gradient(left, transparent, transparent 75%, transparent);
        background: linear-gradient(90deg, transparent, transparent 75%, transparent)
    }
}

.g__ngwtr .caption-header {
    background: #000
}

@media screen and (min-width:992px) {
    .g__ngwtr .caption-header {
        text-align: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background: transparent
    }
}

.g__ngwtr .caption-header .caption-subtitle,
.g__ngwtr .caption-header .caption-title {
    color: #fff;
    margin-left: auto
}

.g__ngwtr .caption-header .caption-button {
    border: 1px solid #fff;
    color: #fff
}

.g__ngwtr .caption-header .caption-button:hover {
    cursor: pointer;
    background: #fff;
    color: #000
}

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

.nav {
    position: relative;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

/* 隱藏.nav元素的滾動條，並且僅對 Webkit 引擎的瀏覽器有效 */
.nav::-webkit-scrollbar {
    display: none
}

.nav .link {
    font-size: .9rem;
    letter-spacing: .02rem;
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav.LightGray {
    color: #fff;
}

.nav.LightGray .link:link,
.nav.LightGray .link:visited {
    color: #fff;
}

.nav.LightGray .link:active,
.nav.LightGray .link:focus,
.nav.LightGray .link:hover {
    transition: 0.3s;
    color: #F0AA45;
}

/* .nav.LightGray .link--active {
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav.LightGray .link--active:after {
    height: .25rem;
    width: 100%;
    margin-top: .5rem;
    background: #60cff6;
    content: ""
} */

.nav.LightGray {
    background: #000;
    opacity: 0.9;
}

.base-nav .link {
    margin: 1rem 0 0;
    padding: 0 1.8rem
}

.base-nav .link .text {
    padding-bottom: 1rem
}

.base-nav .link--active {
    margin-top: 1rem
}

.base-nav .link--active .text {
    padding-bottom: 0.5rem
}

.base-nav.White .link--active:after {
    background: #000
}

.base-nav.Black .link--active:after,
.base-nav.Gray .link--active:after {
    background: #fff
}

.h1[data-v-5674d45c],
.h2[data-v-5674d45c],
.h3[data-v-5674d45c],
.h4[data-v-5674d45c],
.h5[data-v-5674d45c],
.tag[data-v-5674d45c] {
    letter-spacing: .05rem;
    margin: 1rem 0;
    font-weight: 400
}

.h1[data-v-5674d45c] {
    font-size: 2rem
}

.h2[data-v-5674d45c] {
    font-size: 1.5rem
}

.h3[data-v-5674d45c] {
    font-size: 1.25rem
}

.h4[data-v-5674d45c],
.tag[data-v-5674d45c] {
    font-size: 1rem
}

.h5[data-v-5674d45c] {
    font-size: .9rem
}

.visually-hidden[data-v-5674d45c] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.h1.light[data-v-5674d45c],
.h2.light[data-v-5674d45c],
.h3.light[data-v-5674d45c],
.h4.light[data-v-5674d45c],
.h5.light[data-v-5674d45c],
.tag.light[data-v-5674d45c] {
    color: #000;
    background: transparent
}

.h1.light a[data-v-5674d45c]:active,
.h1.light a[data-v-5674d45c]:focus,
.h1.light a[data-v-5674d45c]:hover,
.h1.light a[data-v-5674d45c]:link,
.h1.light a[data-v-5674d45c]:visited,
.h2.light a[data-v-5674d45c]:active,
.h2.light a[data-v-5674d45c]:focus,
.h2.light a[data-v-5674d45c]:hover,
.h2.light a[data-v-5674d45c]:link,
.h2.light a[data-v-5674d45c]:visited,
.h3.light a[data-v-5674d45c]:active,
.h3.light a[data-v-5674d45c]:focus,
.h3.light a[data-v-5674d45c]:hover,
.h3.light a[data-v-5674d45c]:link,
.h3.light a[data-v-5674d45c]:visited,
.h4.light a[data-v-5674d45c]:active,
.h4.light a[data-v-5674d45c]:focus,
.h4.light a[data-v-5674d45c]:hover,
.h4.light a[data-v-5674d45c]:link,
.h4.light a[data-v-5674d45c]:visited,
.h5.light a[data-v-5674d45c]:active,
.h5.light a[data-v-5674d45c]:focus,
.h5.light a[data-v-5674d45c]:hover,
.h5.light a[data-v-5674d45c]:link,
.h5.light a[data-v-5674d45c]:visited,
.tag.light a[data-v-5674d45c]:active,
.tag.light a[data-v-5674d45c]:focus,
.tag.light a[data-v-5674d45c]:hover,
.tag.light a[data-v-5674d45c]:link,
.tag.light a[data-v-5674d45c]:visited {
    color: #000
}

.h1.dark[data-v-5674d45c],
.h2.dark[data-v-5674d45c],
.h3.dark[data-v-5674d45c],
.h4.dark[data-v-5674d45c],
.h5.dark[data-v-5674d45c],
.tag.dark[data-v-5674d45c] {
    color: #fff;
    background: #000
}

.h1.dark a[data-v-5674d45c]:active,
.h1.dark a[data-v-5674d45c]:focus,
.h1.dark a[data-v-5674d45c]:hover,
.h1.dark a[data-v-5674d45c]:link,
.h1.dark a[data-v-5674d45c]:visited,
.h2.dark a[data-v-5674d45c]:active,
.h2.dark a[data-v-5674d45c]:focus,
.h2.dark a[data-v-5674d45c]:hover,
.h2.dark a[data-v-5674d45c]:link,
.h2.dark a[data-v-5674d45c]:visited,
.h3.dark a[data-v-5674d45c]:active,
.h3.dark a[data-v-5674d45c]:focus,
.h3.dark a[data-v-5674d45c]:hover,
.h3.dark a[data-v-5674d45c]:link,
.h3.dark a[data-v-5674d45c]:visited,
.h4.dark a[data-v-5674d45c]:active,
.h4.dark a[data-v-5674d45c]:focus,
.h4.dark a[data-v-5674d45c]:hover,
.h4.dark a[data-v-5674d45c]:link,
.h4.dark a[data-v-5674d45c]:visited,
.h5.dark a[data-v-5674d45c]:active,
.h5.dark a[data-v-5674d45c]:focus,
.h5.dark a[data-v-5674d45c]:hover,
.h5.dark a[data-v-5674d45c]:link,
.h5.dark a[data-v-5674d45c]:visited,
.tag.dark a[data-v-5674d45c]:active,
.tag.dark a[data-v-5674d45c]:focus,
.tag.dark a[data-v-5674d45c]:hover,
.tag.dark a[data-v-5674d45c]:link,
.tag.dark a[data-v-5674d45c]:visited {
    color: #fff
}

.copy h1,
.copy h2,
.copy h3,
.copy h4,
.copy h5,
.copy table thead {
    letter-spacing: .05rem;
    margin: 1rem 0;
    font-weight: 400
}

.copy h1 {
    font-size: 2rem
}

.copy h2 {
    font-size: 1.5rem
}

.copy h3 {
    font-size: 1.25rem
}

.copy h4 {
    font-size: 1rem
}

.copy h5 {
    font-size: .9rem
}

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

.copy {
    font-family: Roboto, sans-serif;
    width: 100%;
    max-width: 900px;
    overflow-x: auto
}

.copy.light {
    color: #000;
    background: transparent
}

.copy.light a:active,
.copy.light a:focus,
.copy.light a:hover,
.copy.light a:link,
.copy.light a:visited {
    color: #000
}

.copy.dark {
    color: #fff;
    background: #000
}

.copy.dark a:active,
.copy.dark a:focus,
.copy.dark a:hover,
.copy.dark a:link,
.copy.dark a:visited {
    color: #fff
}

.copy p {
    font-size: .9rem;
    line-height: 1.25rem;
    margin: 0
}

.copy p:not(:first-child) {
    margin: 1rem 0
}

.copy p a:active,
.copy p a:focus,
.copy p a:hover,
.copy p a:link,
.copy p a:visited {
    color: #000
}

.copy.primary p {
    font-size: .9rem
}

.copy.detail p {
    font-size: .75rem
}

.copy.footnote p {
    font-size: .6875rem
}

.copy ol,
.copy ul {
    display: block;
    font-size: .9rem
}

.copy ol p,
.copy ul p {
    display: inline
}

.copy ol li,
.copy ul li {
    text-align: left
}

.copy ol {
    list-style: decimal
}

.copy table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: .9rem
}

@media screen and (min-width:992px) {
    .copy table {
        text-align: left
    }
}

.copy table tbody {
    font-family: Roboto, sans-serif
}

.copy table tr {
    border-bottom: 1px solid #d3d3d3
}

.copy table tr td,
.copy table tr th {
    padding: 1rem
}

.visually-hidden[data-v-37db85e5] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.cta-button[data-v-37db85e5] {
    margin: 2rem 0;
    font-family: Roboto, sans-serif;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    text-transform: uppercase;
    outline: none;
    font-weight: 500;
    padding: .75em 1.5em;
    font-size: .9rem;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.cta-button[data-v-37db85e5]:active,
.cta-button[data-v-37db85e5]:focus,
.cta-button[data-v-37db85e5]:hover,
.cta-button[data-v-37db85e5]:link,
.cta-button[data-v-37db85e5]:visited {
    text-decoration: none
}

.cta-button.light[data-v-37db85e5] {
    background: transparent;
    color: #000;
    border: 1px solid #000
}

.cta-button.light[data-v-37db85e5]:active,
.cta-button.light[data-v-37db85e5]:focus,
.cta-button.light[data-v-37db85e5]:hover,
.cta-button.light[data-v-37db85e5]:link,
.cta-button.light[data-v-37db85e5]:visited {
    color: #000
}

.cta-button.light[data-v-37db85e5]:focus {
    outline: 1px solid #000
}

.cta-button.light[data-v-37db85e5]:hover {
    border: 1px solid #fff;
    background: #000;
    color: #fff
}

.cta-button.light.tag[data-v-37db85e5]:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000
}

.cta-button.dark[data-v-37db85e5] {
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.cta-button.dark[data-v-37db85e5]:active,
.cta-button.dark[data-v-37db85e5]:focus,
.cta-button.dark[data-v-37db85e5]:hover,
.cta-button.dark[data-v-37db85e5]:link,
.cta-button.dark[data-v-37db85e5]:visited {
    color: #fff
}

.cta-button.dark[data-v-37db85e5]:focus {
    outline: 1px solid #fff
}

.cta-button.dark[data-v-37db85e5]:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000
}

.cta-button.dark.tag[data-v-37db85e5]:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

.cta-button.candy-blue[data-v-37db85e5] {
    background: transparent;
    color: #000;
    border: 1px solid #60cff6;
    background: #60cff6
}

.cta-button.candy-blue[data-v-37db85e5]:active,
.cta-button.candy-blue[data-v-37db85e5]:focus,
.cta-button.candy-blue[data-v-37db85e5]:hover,
.cta-button.candy-blue[data-v-37db85e5]:link,
.cta-button.candy-blue[data-v-37db85e5]:visited {
    color: #000
}

.cta-button.candy-blue[data-v-37db85e5]:focus {
    outline: 1px solid #000
}

.cta-button.candy-blue[data-v-37db85e5]:hover {
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 0 0 1px #60cff6;
    box-shadow: inset 0 0 0 1px #60cff6
}

.cta-button.candy-blue.tag[data-v-37db85e5]:hover {
    background: rgba(96, 207, 246, 0.1);
    color: #000
}

.cta-button.no-hover[data-v-37db85e5]:hover {
    background: inherit;
    color: inherit
}

.cta-button.left[data-v-37db85e5] {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.cta-button.center[data-v-37db85e5] {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.cta-button.right[data-v-37db85e5] {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.visually-hidden[data-v-4eee616b] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.media-spotlight[data-v-4eee616b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%
}

@media screen and (min-width:992px) {
    .media-spotlight[data-v-4eee616b] {
        text-align: left;
        padding: 0 1.5rem 2rem
    }

    .media-spotlight[data-v-4eee616b]:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .media-spotlight[data-v-4eee616b]:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.media-spotlight.Black[data-v-4eee616b] {
    background: #000
}

.media-spotlight.White[data-v-4eee616b] {
    background: #fff
}

.media-spotlight.LightGray[data-v-4eee616b] {
    background: #eee
}

.media-spotlight__media[data-v-4eee616b] {
    position: relative
}

@media screen and (min-width:992px) {
    .media-spotlight__media[data-v-4eee616b] {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.media-spotlight__media:hover svg[data-v-4eee616b] {
    opacity: 1
}

.media-spotlight__media .media-image[data-v-4eee616b] {
    width: auto;
    pointer-events: none;
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.media-spotlight__media .media-play[data-v-4eee616b] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    opacity: .65;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    cursor: pointer
}

.media-spotlight__media .media-play .play-triangle[data-v-4eee616b] {
    fill: #fff
}

.media-spotlight__media .media-play .play-circle[data-v-4eee616b] {
    stroke: #fff;
    fill: none;
    stroke-width: 10;
    stroke-miterlimit: 10
}

.media-spotlight__media .media-play--dark .play-triangle[data-v-4eee616b] {
    fill: #545454
}

.media-spotlight__media .media-play--dark .play-circle[data-v-4eee616b] {
    stroke: #545454
}

.media-spotlight__media .media-iframe[data-v-4eee616b] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.media-spotlight__text[data-v-4eee616b] {
    padding: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .media-spotlight__text[data-v-4eee616b] {
        padding: 3em 4em
    }
}

@media screen and (min-width:992px) {
    .media-spotlight__text[data-v-4eee616b] {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 2em
    }
}

.visually-hidden[data-v-10ac3d5a] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.image[data-v-10ac3d5a] {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-height: 455px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .image[data-v-10ac3d5a] {
        max-height: 100%
    }
}

.h1[data-v-5674d45c],
.h2[data-v-5674d45c],
.h3[data-v-5674d45c],
.h4[data-v-5674d45c],
.h5[data-v-5674d45c],
.tag[data-v-5674d45c] {
    letter-spacing: .05rem;
    margin: 1rem 0;
    font-weight: 400
}

.h1[data-v-5674d45c] {
    font-size: 2rem
}

.h2[data-v-5674d45c] {
    font-size: 1.5rem
}

.h3[data-v-5674d45c] {
    font-size: 1.25rem
}

.h4[data-v-5674d45c],
.tag[data-v-5674d45c] {
    font-size: 1rem
}

.h5[data-v-5674d45c] {
    font-size: .9rem
}

.visually-hidden[data-v-5674d45c] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.h1.light[data-v-5674d45c],
.h2.light[data-v-5674d45c],
.h3.light[data-v-5674d45c],
.h4.light[data-v-5674d45c],
.h5.light[data-v-5674d45c],
.tag.light[data-v-5674d45c] {
    color: #000;
    background: transparent
}

.h1.light a[data-v-5674d45c]:active,
.h1.light a[data-v-5674d45c]:focus,
.h1.light a[data-v-5674d45c]:hover,
.h1.light a[data-v-5674d45c]:link,
.h1.light a[data-v-5674d45c]:visited,
.h2.light a[data-v-5674d45c]:active,
.h2.light a[data-v-5674d45c]:focus,
.h2.light a[data-v-5674d45c]:hover,
.h2.light a[data-v-5674d45c]:link,
.h2.light a[data-v-5674d45c]:visited,
.h3.light a[data-v-5674d45c]:active,
.h3.light a[data-v-5674d45c]:focus,
.h3.light a[data-v-5674d45c]:hover,
.h3.light a[data-v-5674d45c]:link,
.h3.light a[data-v-5674d45c]:visited,
.h4.light a[data-v-5674d45c]:active,
.h4.light a[data-v-5674d45c]:focus,
.h4.light a[data-v-5674d45c]:hover,
.h4.light a[data-v-5674d45c]:link,
.h4.light a[data-v-5674d45c]:visited,
.h5.light a[data-v-5674d45c]:active,
.h5.light a[data-v-5674d45c]:focus,
.h5.light a[data-v-5674d45c]:hover,
.h5.light a[data-v-5674d45c]:link,
.h5.light a[data-v-5674d45c]:visited,
.tag.light a[data-v-5674d45c]:active,
.tag.light a[data-v-5674d45c]:focus,
.tag.light a[data-v-5674d45c]:hover,
.tag.light a[data-v-5674d45c]:link,
.tag.light a[data-v-5674d45c]:visited {
    color: #000
}

.h1.dark[data-v-5674d45c],
.h2.dark[data-v-5674d45c],
.h3.dark[data-v-5674d45c],
.h4.dark[data-v-5674d45c],
.h5.dark[data-v-5674d45c],
.tag.dark[data-v-5674d45c] {
    color: #fff;
    background: #000
}

.h1.dark a[data-v-5674d45c]:active,
.h1.dark a[data-v-5674d45c]:focus,
.h1.dark a[data-v-5674d45c]:hover,
.h1.dark a[data-v-5674d45c]:link,
.h1.dark a[data-v-5674d45c]:visited,
.h2.dark a[data-v-5674d45c]:active,
.h2.dark a[data-v-5674d45c]:focus,
.h2.dark a[data-v-5674d45c]:hover,
.h2.dark a[data-v-5674d45c]:link,
.h2.dark a[data-v-5674d45c]:visited,
.h3.dark a[data-v-5674d45c]:active,
.h3.dark a[data-v-5674d45c]:focus,
.h3.dark a[data-v-5674d45c]:hover,
.h3.dark a[data-v-5674d45c]:link,
.h3.dark a[data-v-5674d45c]:visited,
.h4.dark a[data-v-5674d45c]:active,
.h4.dark a[data-v-5674d45c]:focus,
.h4.dark a[data-v-5674d45c]:hover,
.h4.dark a[data-v-5674d45c]:link,
.h4.dark a[data-v-5674d45c]:visited,
.h5.dark a[data-v-5674d45c]:active,
.h5.dark a[data-v-5674d45c]:focus,
.h5.dark a[data-v-5674d45c]:hover,
.h5.dark a[data-v-5674d45c]:link,
.h5.dark a[data-v-5674d45c]:visited,
.tag.dark a[data-v-5674d45c]:active,
.tag.dark a[data-v-5674d45c]:focus,
.tag.dark a[data-v-5674d45c]:hover,
.tag.dark a[data-v-5674d45c]:link,
.tag.dark a[data-v-5674d45c]:visited {
    color: #fff
}

.copy h1,
.copy h2,
.copy h3,
.copy h4,
.copy h5,
.copy table thead {
    letter-spacing: .05rem;
    margin: 1rem 0;
    font-weight: 400
}

.copy h1 {
    font-size: 2rem
}

.copy h2 {
    font-size: 1.5rem
}

.copy h3 {
    font-size: 1.25rem
}

.copy h4 {
    font-size: 1rem
}

.copy h5 {
    font-size: .9rem
}

.copy {
    font-family: Roboto, sans-serif;
    width: 100%;
    max-width: 900px;
    overflow-x: auto
}

.copy.light {
    color: #000;
    background: transparent
}

.copy.light a:active,
.copy.light a:focus,
.copy.light a:hover,
.copy.light a:link,
.copy.light a:visited {
    color: #000
}

.copy.dark {
    color: #fff;
    background: #000
}

.copy.dark a:active,
.copy.dark a:focus,
.copy.dark a:hover,
.copy.dark a:link,
.copy.dark a:visited {
    color: #fff
}

.copy p {
    font-size: .9rem;
    line-height: 1.25rem;
    margin: 0
}

.copy p:not(:first-child) {
    margin: 1rem 0
}

.copy p a:active,
.copy p a:focus,
.copy p a:hover,
.copy p a:link,
.copy p a:visited {
    color: #000
}

.copy.primary p {
    font-size: .9rem
}

.copy.detail p {
    font-size: .75rem
}

.copy.footnote p {
    font-size: .6875rem
}

.copy ol,
.copy ul {
    display: block;
    font-size: .9rem
}

.copy ol p,
.copy ul p {
    display: inline
}

.copy ol li,
.copy ul li {
    text-align: left
}

.copy ol {
    list-style: decimal
}

.copy table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: .9rem
}

@media screen and (min-width:992px) {
    .copy table {
        text-align: left
    }
}

.copy table tbody {
    font-family: Roboto, sans-serif
}

.copy table tr {
    border-bottom: 1px solid #d3d3d3
}

.copy table tr td,
.copy table tr th {
    padding: 1rem
}

.visually-hidden[data-v-37db85e5] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.cta-button[data-v-37db85e5] {
    margin: 2rem 0;
    font-family: Roboto, sans-serif;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    text-transform: uppercase;
    outline: none;
    font-weight: 500;
    padding: .75em 1.5em;
    font-size: .9rem;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.cta-button[data-v-37db85e5]:active,
.cta-button[data-v-37db85e5]:focus,
.cta-button[data-v-37db85e5]:hover,
.cta-button[data-v-37db85e5]:link,
.cta-button[data-v-37db85e5]:visited {
    text-decoration: none
}

.cta-button.light[data-v-37db85e5] {
    background: transparent;
    color: #000;
    border: 1px solid #000
}

.cta-button.light[data-v-37db85e5]:active,
.cta-button.light[data-v-37db85e5]:focus,
.cta-button.light[data-v-37db85e5]:hover,
.cta-button.light[data-v-37db85e5]:link,
.cta-button.light[data-v-37db85e5]:visited {
    color: #000
}

.cta-button.light[data-v-37db85e5]:focus {
    outline: 1px solid #000
}

.cta-button.light[data-v-37db85e5]:hover {
    border: 1px solid #fff;
    background: #000;
    color: #fff
}

.cta-button.light.tag[data-v-37db85e5]:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000
}

.cta-button.dark[data-v-37db85e5] {
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.cta-button.dark[data-v-37db85e5]:active,
.cta-button.dark[data-v-37db85e5]:focus,
.cta-button.dark[data-v-37db85e5]:hover,
.cta-button.dark[data-v-37db85e5]:link,
.cta-button.dark[data-v-37db85e5]:visited {
    color: #fff
}

.cta-button.dark[data-v-37db85e5]:focus {
    outline: 1px solid #fff
}

.cta-button.dark[data-v-37db85e5]:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000
}

.cta-button.dark.tag[data-v-37db85e5]:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

.cta-button.candy-blue[data-v-37db85e5] {
    background: transparent;
    color: #000;
    border: 1px solid #60cff6;
    background: #60cff6
}

.cta-button.candy-blue[data-v-37db85e5]:active,
.cta-button.candy-blue[data-v-37db85e5]:focus,
.cta-button.candy-blue[data-v-37db85e5]:hover,
.cta-button.candy-blue[data-v-37db85e5]:link,
.cta-button.candy-blue[data-v-37db85e5]:visited {
    color: #000
}

.cta-button.candy-blue[data-v-37db85e5]:focus {
    outline: 1px solid #000
}

.cta-button.candy-blue[data-v-37db85e5]:hover {
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 0 0 1px #60cff6;
    box-shadow: inset 0 0 0 1px #60cff6
}

.cta-button.candy-blue.tag[data-v-37db85e5]:hover {
    background: rgba(96, 207, 246, 0.1);
    color: #000
}

.cta-button.no-hover[data-v-37db85e5]:hover {
    background: inherit;
    color: inherit
}

.cta-button.left[data-v-37db85e5] {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.cta-button.center[data-v-37db85e5] {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.cta-button.right[data-v-37db85e5] {
    -ms-flex-item-align: end;
    align-self: flex-end
}

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

.global-card {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    background: #fff;
    border-radius: 3px;
    width: calc(100% - 2rem);
    margin: 1rem
}

.global-card .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.global-card .copy-container a:link {
    text-decoration: underline
}

@media screen and (min-width:580px) {
    .global-card.card-vertical {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:768px) {
    .global-card.card-vertical {
        width: calc(33.33333% - 2rem)
    }

    .global-card.card-vertical.card-half,
    .global-card.card-vertical.card-third {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:900px) {
    .global-card.card-vertical {
        width: calc(25% - 2rem)
    }

    .global-card.card-vertical.card-half {
        width: calc(50% - 2rem)
    }

    .global-card.card-vertical.card-third {
        width: calc(33.33333% - 2rem)
    }

    .global-card.card-vertical.card-fourth {
        width: calc(25% - 2rem)
    }
}

@media screen and (min-width:580px) {
    .global-card.card-horizontal {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:950px) {
    .global-card.card-horizontal {
        width: calc(33.33333% - 2rem)
    }

    .global-card.card-horizontal .content-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .global-card.card-horizontal .image img {
        border-radius: 3px
    }

    .global-card.card-horizontal .image:not(.image-only) {
        max-width: 33%;
        padding: 1rem 0 1rem 1rem
    }

    .global-card.card-horizontal.card-half,
    .global-card.card-horizontal.card-third {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:1200px) {
    .global-card.card-horizontal {
        width: calc(25% - 2rem)
    }

    .global-card.card-horizontal.card-half {
        width: calc(50% - 2rem)
    }

    .global-card.card-horizontal.card-third {
        width: calc(33.33333% - 2rem)
    }

    .global-card.card-horizontal.card-fourth {
        width: calc(25% - 2rem)
    }
}

.global-card a:active,
.global-card a:hover,
.global-card a:link,
.global-card a:visited {
    color: #000;
    text-decoration: none
}

.global-card .image {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.global-card .image img {
    max-width: 400px;
    margin: auto;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px 3px 0 0
}


.global-card .image img.image-border {
    width: calc(100% - 2px);
    border: 1px solid #d8d9da
}

.global-card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.global-card .content .heading {
    margin-top: 0
}

.global-card .copy-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem;
    text-align: left
}

.global-card .copy-container .tag {
    margin-top: 0
}

.global-card--dark {
    background: #000
}

.global-card--dark,
.global-card--dark .content {
    color: rgba(255, 255, 255, 0.75)
}

.global-card--light,
.global-card--light .content {
    color: rgba(0, 0, 0, 0.75)
}

.global-card--white {
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.24)
}

.global-card__disclaimer {
    width: 100%;
    position: absolute;
    top: 100%
}

.global-card__disclaimer .footnote {
    padding: 0 1rem 1rem;
    width: calc(100% - 2rem);
    color: #000
}

.global-card .cta-wrapper {
    padding: 1rem 0 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto
}

.global-card .cta-wrapper.side-by-side {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.global-card .cta-wrapper.side-by-side .cta-button {
    margin: 0 1rem 1rem 0;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.global-card .cta-wrapper.stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 1rem 0
}

.global-card .cta-wrapper.stacked .cta-button {
    margin: 0 0 1rem;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.global-card .cta-wrapper.noBorder .cta-button,
.global-card .cta-wrapper.singleCTA .cta-button {
    padding: 0;
    border: none;
    color: rgba(0, 0, 0, 0.75)
}

.global-card .cta-wrapper.noBorder .cta-button:hover,
.global-card .cta-wrapper.singleCTA .cta-button:hover {
    background: none;
    border: none
}

.global-card .cta-wrapper.noBorder.dark .cta-button,
.global-card .cta-wrapper.singleCTA.dark .cta-button {
    color: #fff
}

.global-card .cta-wrapper.manyCTA.noBorder .cta-button:hover {
    text-decoration: underline
}

.h1[data-v-5674d45c],
.h2[data-v-5674d45c],
.h3[data-v-5674d45c],
.h4[data-v-5674d45c],
.h5[data-v-5674d45c],
.tag[data-v-5674d45c] {
    letter-spacing: .05rem;
    margin: 1rem 0;
    font-weight: 400
}

.h1[data-v-5674d45c] {
    font-size: 2rem
}

.h2[data-v-5674d45c] {
    font-size: 1.5rem
}

.h3[data-v-5674d45c] {
    font-size: 1.25rem
}

.h4[data-v-5674d45c],
.tag[data-v-5674d45c] {
    font-size: 1rem
}

.h5[data-v-5674d45c] {
    font-size: .9rem
}

.visually-hidden[data-v-5674d45c] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.h1.light[data-v-5674d45c],
.h2.light[data-v-5674d45c],
.h3.light[data-v-5674d45c],
.h4.light[data-v-5674d45c],
.h5.light[data-v-5674d45c],
.tag.light[data-v-5674d45c] {
    color: #000;
    background: transparent
}

.h1.light a[data-v-5674d45c]:active,
.h1.light a[data-v-5674d45c]:focus,
.h1.light a[data-v-5674d45c]:hover,
.h1.light a[data-v-5674d45c]:link,
.h1.light a[data-v-5674d45c]:visited,
.h2.light a[data-v-5674d45c]:active,
.h2.light a[data-v-5674d45c]:focus,
.h2.light a[data-v-5674d45c]:hover,
.h2.light a[data-v-5674d45c]:link,
.h2.light a[data-v-5674d45c]:visited,
.h3.light a[data-v-5674d45c]:active,
.h3.light a[data-v-5674d45c]:focus,
.h3.light a[data-v-5674d45c]:hover,
.h3.light a[data-v-5674d45c]:link,
.h3.light a[data-v-5674d45c]:visited,
.h4.light a[data-v-5674d45c]:active,
.h4.light a[data-v-5674d45c]:focus,
.h4.light a[data-v-5674d45c]:hover,
.h4.light a[data-v-5674d45c]:link,
.h4.light a[data-v-5674d45c]:visited,
.h5.light a[data-v-5674d45c]:active,
.h5.light a[data-v-5674d45c]:focus,
.h5.light a[data-v-5674d45c]:hover,
.h5.light a[data-v-5674d45c]:link,
.h5.light a[data-v-5674d45c]:visited,
.tag.light a[data-v-5674d45c]:active,
.tag.light a[data-v-5674d45c]:focus,
.tag.light a[data-v-5674d45c]:hover,
.tag.light a[data-v-5674d45c]:link,
.tag.light a[data-v-5674d45c]:visited {
    color: #000
}

.h1.dark[data-v-5674d45c],
.h2.dark[data-v-5674d45c],
.h3.dark[data-v-5674d45c],
.h4.dark[data-v-5674d45c],
.h5.dark[data-v-5674d45c],
.tag.dark[data-v-5674d45c] {
    color: #fff;
    background: #000
}

.h1.dark a[data-v-5674d45c]:active,
.h1.dark a[data-v-5674d45c]:focus,
.h1.dark a[data-v-5674d45c]:hover,
.h1.dark a[data-v-5674d45c]:link,
.h1.dark a[data-v-5674d45c]:visited,
.h2.dark a[data-v-5674d45c]:active,
.h2.dark a[data-v-5674d45c]:focus,
.h2.dark a[data-v-5674d45c]:hover,
.h2.dark a[data-v-5674d45c]:link,
.h2.dark a[data-v-5674d45c]:visited,
.h3.dark a[data-v-5674d45c]:active,
.h3.dark a[data-v-5674d45c]:focus,
.h3.dark a[data-v-5674d45c]:hover,
.h3.dark a[data-v-5674d45c]:link,
.h3.dark a[data-v-5674d45c]:visited,
.h4.dark a[data-v-5674d45c]:active,
.h4.dark a[data-v-5674d45c]:focus,
.h4.dark a[data-v-5674d45c]:hover,
.h4.dark a[data-v-5674d45c]:link,
.h4.dark a[data-v-5674d45c]:visited,
.h5.dark a[data-v-5674d45c]:active,
.h5.dark a[data-v-5674d45c]:focus,
.h5.dark a[data-v-5674d45c]:hover,
.h5.dark a[data-v-5674d45c]:link,
.h5.dark a[data-v-5674d45c]:visited,
.tag.dark a[data-v-5674d45c]:active,
.tag.dark a[data-v-5674d45c]:focus,
.tag.dark a[data-v-5674d45c]:hover,
.tag.dark a[data-v-5674d45c]:link,
.tag.dark a[data-v-5674d45c]:visited {
    color: #fff
}

.visually-hidden[data-v-2c511f36] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.g__pagination-container[data-v-2c511f36],
.g__pagination[data-v-2c511f36] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.g__pagination-container[data-v-2c511f36] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 800px;
    padding: 1rem 2rem
}

.g__pagination__item[data-v-2c511f36] {
    border: 1px solid #000;
    color: #000;
    list-style: none;
    margin: .5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: .5rem .75rem;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.g__pagination__item.active[data-v-2c511f36],
.g__pagination__item[data-v-2c511f36]:hover {
    color: #fff;
    background: #000
}

.g__pagination__show-more[data-v-2c511f36] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding: 2rem
}

.g__pagination__show-more .arrow[data-v-2c511f36] {
    fill: #000;
    width: 9px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 3px 0 0 1rem
}

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

.multiselect,
.multiselect__single {
    font-family: Roboto, sans-serif;
    border-radius: 0;
}

.multiselect__tag {
    color: #000;
    background: #dcdcdc;
}

.multiselect,
.multiselect__tag-icon,
.multiselect__tags {
    border-radius: 0;
}

.multiselect__tag-icon:after {
    color: #000;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: #000;
}

.multiselect__current {
    border-radius: 0;
}

.multiselect__placeholder {
    color: #757575;
}

.multiselect__option--highlight,
.multiselect__option--highlight:after {
    background: #000;
}

.multiselect__option--selected {
    font-weight: 400;
}

.multiselect__option--selected.multiselect__option--highlight,
.multiselect__option--selected.multiselect__option--highlight:after {
    background: #000;
}

.entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media screen and (min-width:480px) {
    .entry {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
}

@media screen and (min-width:768px) {
    .entry {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    }
}

.visually-hidden[data-v-7c794bdf] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.filters[data-v-7c794bdf] {
    width: 100%
}

.filters--constraint[data-v-7c794bdf] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem 1rem;
}

.filters__wrapper[data-v-7c794bdf] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width:480px) {
    .filters__wrapper[data-v-7c794bdf] {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.visually-hidden[data-v-2923f35a] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.container[data-v-2923f35a] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container--constraint[data-v-2923f35a],
.container[data-v-2923f35a] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container--constraint[data-v-2923f35a] {
    max-width: 1200px;
    padding: 2rem 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container--center[data-v-2923f35a] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container.dark[data-v-2923f35a],
.container.white[data-v-2923f35a] {
    background: #fff;
}

.container.light[data-v-2923f35a] {
    background: #eee;
}

@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dmserifdisplay/v10/-nFnOHM81r4j6k0gjAW3mujVU2B2G_5x0vrx52jJ3Q.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dmserifdisplay/v10/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Bx0vrx52g.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

[lang=en] h1:not(#js__g__email__form-header),
[lang=en] h2 {
    font-family: 'DM Serif Display', serif;
    line-height: 1.2;
}

header.gh__header {
    position: absolute;
    width: 100%;
    top: 0;
}

#aem-email,
footer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: +1;
}

#aem-email {
    background-color: #fff;
}

footer {
    background-color: #000;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-box.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-box>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 50%;
}

.wave {
    position: relative;
    height: 10px;
    background-size: auto 10px;
    display: block;
    width: 90%;
    margin: 70px auto;
    max-width: 1024px;
}

.wave.black {
    background-image: url("../images/wave--black.png");
}

.decorate {
    position: relative;
    height: 8px;
    background-size: auto 8px;
    display: block;
    width: 90%;
    margin: 0px auto;
}

.decorate.black {
    background-image: url("../images/decorate.png");
}

.bg-image {
    background-size: cover;
    background-position: center;
}

.container--center[data-v-2923f35a] {
    max-width: 960px;
    padding: 0;
    margin: auto;
}

.p-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

.sticking {
    position: fixed;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 100;
}

.sticking-dummy {
    display: none;
}

.sticking+.sticking-dummy {
    display: block;
}

body {
    margin: 0;
    padding: 0;
}

body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body a,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body small {
    color: #000;
}

body .text-light .h1,
body .text-light .h2,
body .text-light .h3,
body .text-light .h4,
body .text-light .h5,
body .text-light .h6,
body .text-light a,
body .text-light h1,
body .text-light h2,
body .text-light h3,
body .text-light h4,
body .text-light h5,
body .text-light h6,
body .text-light p,
body .text-light small {
    color: #fff;
}

body h1,
body h2 {
    font-size: 50px;
    line-height: 1.5;
}

body h3 {
    font-size: 35px;
}

body p {
    font-size: 18px;
}

body .container {
    padding: 0;
    width: 90%;
    display: block;
}

body .cta-button {
    margin: 2rem 2px;
}

body img {
    height: 65vh;
    object-fit: cover;
    width: 100%;
}

body .btn-size-default {
    border-radius: 50px;
    font-size: 18px;
}

.global-card.card-vertical.card-half {
    width: calc(100% / 3 - 2rem);
}

nav.base-nav .link {
    margin: 1rem 0;
}

nav.base-nav {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center
}

nav#mobile-giveaway {
    background-color: #000;
    display: none;
}

nav#mobile-giveaway.p-sticky {
    top: 56px;
}

nav#mobile-giveaway a {
    color: #fff;
    line-height: 60px;
    padding: 8px 10px 8px 20px;
    border-radius: 50px;
    border: 1px solid #fff;
}

#app-root {
    position: relative;
    width: 100%;
    padding-top: 60px;
    background-size: cover;
    overflow: hidden;
}

#app-root main {
    overflow-x: hidden;
}

#app-root main .base-nav .link {
    margin: 1rem 0;
}

#intro {
    color: #F5E8D7;
    position: relative;
    background-color: #82060C;
    font-family: sans-serif;
    height: 320px;
    align-content: center;
}

#intro .container {
    max-width: 1170px;
    padding: 70px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}



#intro h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: "Bodoni 72", "Noto Serif TC", serif !important;
    color: #f5e8d7;
    margin-top: -20px;
}

#intro h3 span {
    display: block
}

#intro .left{
    width:75px;
    height:75px;
    margin-right: 40px;
}
#intro .right{
    width:75px;
    height: 75px;
    margin-left:40px;
}

@media (max-width:479px) {
    #intro h3 span {
        display: inline
    }
}


#slogan {
    position: relative;
}

#intro .container {
    max-width: 1170px;
}

#slogan h1 {
    font-size: 50px;
    font-style: italic;
    font-family: "Bodoni 72", "Noto Serif TC", serif !important;;
    color: #fff;
    background-clip: text;
    line-height: 1.8;
    z-index: 5;
}

#intro p {
    letter-spacing: 0.05em;
    line-height: 1 !important;
    font-size: 24px;
    line-height: 0;
    color: #F0A9AF;
    font-weight: bold;
    font-family: "Bodoni 72", "Noto Serif TC", serif !important;;
}

#intro h1 {
    font-weight: 700;
    font-size:70px;
    margin-bottom: 20px;
    font-style: italic;
    font-family: "Bodoni 72", "Noto Serif TC", serif !important;;
    color: #F5E8D7;
    background-clip: text;
    padding: 0 20px;
    line-height: 1;
}

#intro h1 span {
    display: inline-block;
    font-size: inherit;
}

#intro h1 .discount {
    display: inline;
    font-size: 2em;
    line-height: 0.5;
    vertical-align: sub;
}

#intro h3 span {
    display: block;
}

#intro .btn-size-default {
    margin-top: 30px;
    background-color: #6A1B18 !important;
    color: #fff !important;
    border: none;
}

#intro .btn-size-default:visited,
#intro .btn-size-default:hover {
    background-color: #A72E27 !important;
}

@media (max-width:479px) {
    #intro h3 span {
        display: inline;
    }
}

#prize {
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-color: #E52824;
    margin-bottom: -20px;
}

#prize .spend-win{
    max-width: 1170px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    padding: 30px;
    margin: auto;
    align-items: center;
    justify-content: center;
    position: relative;
}

#prize .set{
    width: auto;
    height: 400px !important;
    
}

#prize .text{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 60px;
}
#prize .title{
    width:480px;
    height: auto;
    margin-bottom: 20px;
}

#prize .text h3{
    font-size: 21px;
    color: #f5e8d7;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
}

#prize a.btn-size-default{
    font-weight: bold;
    border-radius: 0 ;
    background-color: #6A1B18 !important;
    border-color: #6A1B18 !important;
    color: #f5e8d7 !important;
}

#prize .btn-size-default:hover {
    color: #F5E7D7!important;
    border-color: #000!important;
    background-color: #000!important;
}

#exclusive {
    background-color: #E52824;
    padding: 5px;
}

#exclusive .wave{
    margin-top: 10px !important
}

#exclusive .container {
    padding: 0;
    width: 90%;
    display: block;
}

#exclusive h2 a{
    display: inline-block;
    text-decoration: none;
    color: #f5e8d7;
    transition: transform 160ms ease, color 160ms ease;
}

#exclusive h2 a:hover{
    color: #000;
    transform: scale(1.02)
}

#exclusive .product-top {
    padding-top: 10px
}

#exclusive .product-top .top-3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2vw 20vh;
}

#exclusive .top img {
    width: 90%;
    margin: 0 auto;
}

#exclusive .top h3 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#exclusive .top p {
    font-size: 20px;
    margin-bottom: 20px;
}

#exclusive .btn-size-default {
    border-radius: 0;
    font-size: 18px;
    color: #F5E7D7!important;
    border-color: #82060C!important;
    background-color: #82060C!important;
}

#exclusive .btn-size-default:hover {
    border-radius: 0;
    font-size: 18px;
    color: #F5E7D7!important;
    border-color: #000!important;
    background-color: #000!important;
}

#exclusive .text-light h3 {
    font-size: 28px !important;
}

#exclusive h2,
#exclusive h3,
#exclusive h4,
#exclusive p {
    color: #F5E8D7;
}

#exclusive .del{
    color: #82060C; 
    font-size: 12px;
}

#exclusive h2 {
    font-weight: bold;
    font-size: 55px;
    font-family: "Bodoni 72", "Noto Serif TC", serif !important;;
    margin-top: 60px;
}

#exclusive h3 {
    font-size: 30px;
}

#exclusive .discount {
    display: inline;
    font-size: 1.5em;
    line-height: 0.5;
    vertical-align: sub;
}

#exclusive .flex {
    padding: 50px;
}

#exclusive .flex::before {
    content: "限量30組";
    width: 90px;
    height: 90px;
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #F0AA45;
    opacity: 1;
    position: absolute;
    right: 40vw;
    z-index: 3;
    font-size: 34px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#exclusive .flex img {
    width: 25vw;
}

#exclusive .flex h3 {
    font-size: 40px;
}

#exclusive .flex p {
    color: #a3a3a3;
    font-size: 24px;
    margin: 20px 0 0 0;
}

#exclusive .flex h4 {
    color: #F0AA45;
    font-size: 30px;
    margin: 5px 0 20px 0;
}

#exclusive .wrapper .one-day-only {
    margin: 0 10% 5% 10%;
    background-color: #a72d2780;
    display: flex;
    flex-direction: row;
    align-items: center; 
    height: auto;
}

#exclusive .wrapper .one-day-only .text-light {
    padding: 50px;
    display: flex;
    flex-direction: column;
    width: 50%;
}

#exclusive .text-light h3 {
    font-size: 28px;
}

#exclusive .wrapper .one-day-only .img-right {
    width: 50%;
    position: relative;
    overflow: hidden;
    
}

#product-con .sub {
    font-weight: bold;
    color: #82060C;
    display: inline-block;
    position: relative;
    font-family: "Bodoni 72", "Noto Serif TC", serif !important;;
    font-size: 35px !important;
    margin-top: 50px;
}

#gift,
#try-your-luck {
    background-color: #701419;
}

#gift h2,
#try-your-luck h2 {
    font-size: 60px;
    color: #fff;
}

#gift h3
#try-your-luck h3 {
    font-size: 32px;
}

#gift .flex-box .text-con p {
    color: #dcdcdc;
    font-size: 20px;
}

#gift .arch-container,
#try-your-luck .img-left {
    height: 90vh;
    min-height: 500px;
    max-height: 850px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: right center;
}

#gift .arch,
#try-your-luck .bluetooth {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
}



#gift .flex-box,
#try-your-luck .flex-box {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-width: 50%;
}

#gift .flex-box .text-con,
#try-your-luck .flex-box .text-right {
    padding: 8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#gift .flex-box .text-con .path,
#try-your-luck .flex-box .text-right .raffle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 8px 0;
}

#gift .flex-box .text-con .path a,
#try-your-luck .flex-box .text-right a {
    margin: 0 10px;
}



#gift small {
    font-size: 13px;
    color: #ccc;
}

#product-con {
    position: relative;
    z-index: 1;
    background:linear-gradient(#f5e8d7 50%,#fff 80%);
}

#product-con .container--constraint {
    max-width: 1024px;
}

.global-card {
    margin: 2rem 1rem;
    background-color: transparent;
}

#product-con  a span {
    border-radius: 50px;
    background-color: #E52824!important;
    color: #f5e8d7!important;
    font-weight: bold;
}

#product-con  a span:hover{
    background-color: #000!important;
    color: #f5e8d7!important;
    font-weight: bold;
}



@media (min-width: 2000px) and (max-width: 2560px) {
    #exclusive .wrapper .one-day-only .img-right .bluetooth{
        height: 650px;
    }
}

@media (max-width:1368px) {
    #gift .arch-container,
    #try-your-luck .img-left {
        max-height: 750px;
    }

    #gift h2,
    #try-your-luck h2 {
        font-size: 50px;
    }

    #gift h3,
    #try-your-luck h3 {
        font-size: 24px;
    }

    #gift .flex-box .text-con p {
        font-size: 20px;
    }

    #gift .flex-box .text-con span.btn-white-fill {
        font-size: 20px;
    }
}

@media (max-width:1280px) {
    #exclusive .product-top .top-3{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0vw 2vh;
    }
    #gift .arch-container,
    #try-your-luck .img-left {
        max-height: 650px;
    }
}

@media (max-width:1024px) {


    #app-root {
        padding-top: 60px !important;
    }
    #intro .left{
        display: none;
    }
    
    #intro .right{
        display: none;
    }
    #exclusive .wrapper .one-day-only {
        margin: 0 15% 5% 15%;
        display: flex;
        flex-direction: column;
    }
    
    #exclusive .wrapper .one-day-only .text-light {
        padding: 4vw;
        display: flex;
        flex-direction: column;
        width: 90%;
    }
    
    #exclusive .wrapper .one-day-only .img-right {
        width: 100%;
    }

}



@media (max-width:479px) {
    #product-con .global-card.automotive .products-image {
        margin-top: -50px;
    }
}

#product-con .global-card .image img {
    width: 90%;
    margin: 0 auto;
}

#product-con .global-card .tag {
    position: absolute;
    background-color: #6DCFF6;
    font-size: 40px;
    padding: 6%;
    border-radius: 50%;
    color: #fff;
}

.product-image-con {
    position: relative;
}



.product-image-con img {
    display: none;
}

.product-image-con img.active {
    display: block;
}

ul.color-con {
    padding: 0;
    position: absolute;
    width: 100%;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

ul.color-con li {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-right: 5px;
}

ul.color-con li:last-child {
    margin-right: 0;
}

ul.color-con li.active {
    border: 3px double #ccc;
}

#exclusive h3.products-name {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #f5e8d7;
}

#product-con h3.products-name {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #82060C;
}

#product-con .discount {
    /*    color: #F44336;*/
    color: #ca7a07;
    font-weight: bold;
}

.old-price {
    text-decoration: line-through;
    color: #000 !important;
    opacity: 30%;
    margin-bottom: 0px;
}

#product-con .sale-price {
    font-weight: bold;
    margin-bottom: 5px;
    color: #82060C;
}

#exclusive .sale-price {
    font-weight: bold;
    margin-bottom: 5px;
    color: #f5e8d7;
}

#product-con .price-con div {
    display: none;
}

#product-con .price-con div.active {
    display: inline-block;
}

#product-con a.btn-size-default {
    background-color: #6A1B18 !important;
    border: none;
}

#product-con a.btn-size-default:hover {
    background-color: #A72E27 !important;
    border: none;
}

#product-con .more-pd-con {
    margin-top: 40px;
}

#product-con .more-pd-con a.more-pd {
    display: inline-block;
    font-size: 25px;
    color: #741113;
    font-style: italic;
    margin: 0 20px;
}

#product-con .category {
    font-weight: bold;
    color: #B71D1D;
    display: inline-block;
    position: relative;
    font-family: "Bodoni 72", "Noto Serif TC", serif !important;;
}

#product-con .category {
    font-weight: bold;
    color: #B71D1D;
    display: inline-block;
    position: relative;
    font-family: "Bodoni 72", "Noto Serif TC", serif !important;;
}

#product-con .category span {
    color: inherit;
    font-size: inherit;
    display: inline-block;
}

a.close-btn {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 3vw;
    right: 3vw;
    border-radius: 50%;
    background-color: #b92c49;
    color: #fff !important;
    z-index: 10;
}

a.close-btn span {
    position: absolute;
    font-size: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width:1024px) {
    a.close-btn {
        width: 10vw;
        height: 10vw;
    }

    a.close-btn span {
        font-size: 8vw;
    }
}

@media (max-width:500px) {
    a.close-btn {
        width: 14vw;
        height: 14vw;
    }

    a.close-btn span {
        font-size: 10vw;
    }
}

#arrow-1 {
    background-color: #E52824;
    width: 100%;
    height: 200px;
    margin-top: -1px;
}

/* 建立箭頭形狀的元素 */
#arrow-2 {
    position: relative;
    margin-bottom: 100px;
}

#arrow-2::before {
    content: "";
    width: 80%;
    height: 300px;
    position: absolute;
    top: -50px;
    left: 0;
    background-color: #f5e8d7;
    transform: skewY(7deg);  /* 2D垂直傾斜 */
}

#arrow-2::after {
    content: "";
    width: 80%;
    height: 300px;
    position: absolute;
    top: -50px;
    right: 0;
    background-color: #f5e8d7;
    transform: skewY(-7deg);  /* 2D垂直傾斜 */
}



.scroll-down-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    cursor: default;
    color: #eb6d6c !important;
    text-align: center;
    font-size: 70px;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite;
    margin: 0;
}

@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
}

@keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    #exclusive .wrapper .one-day-only {
        display: flex;
        flex-direction: column;
        height: auto;
        max-height: 500px;
    }
    
    #exclusive .wrapper .one-day-only .text-light {
        padding: 4vw;
        display: flex;
        flex-direction: column;
        width: 90%;
    }
    
    #exclusive .wrapper .one-day-only .img-right {
        width: 100%;
    }
}



@media (max-width:1920px) {

    #exclusive .product-top h2 {
        font-size: 50px !important;
    }

    #exclusive .flex::before {
        width: 80px;
        height: 80px;
        right: 38vw;
        font-size: 30px;
    }
    
    #exclusive .flex img {
        width: 25% !important;
    }

    #exclusive .flex h3 {
        font-size: 40px;
    }
    
    #exclusive .flex p {
        color: #a3a3a3;
        font-size: 24px;
        margin: 20px 0 0 0;
    }
    
    #exclusive .flex h4 {
        color: #F0AA45;
        font-size: 28px;
        margin: 5px 0 20px 0;
    }
    
    #exclusive .text-light h3 {
        font-size:30px;
    }
}



@media (max-width:1440px) {

    #intro h2{
        font-size: 28px !important;
    }

    #celebrity ul {
        padding: 0 5vw;
    }

    #celebrity ul li {
        min-width: calc(100% / 3.5);
    }

    #exclusive .flex::before {
        width: 80px;
        height: 80px;
        right: 34vw;
        font-size: 30px;
    }
    
    #exclusive .flex img {
        width: 30% !important;
    }
}




@media (max-width:1512px) {
    img.hero {
        height: 100%;
    }

    #exclusive .product-top h2 {
        font-size: 40px !important;
    }

    #exclusive .flex::before {
        content: "限量30組";
        width: 70px;
        height: 70px;
        right: 34vw;
        font-size: 26px;
    }

    #exclusive .flex img {
        width: 30% !important;
    }

    #exclusive .flex h3 {
        font-size: 36px !important;
    }
    
    #exclusive .flex p {
        color: #a3a3a3;
        font-size: 22px !important;
        margin: 20px 0 0 0;
    }
    
    #exclusive .flex h4 {
        color: #F0AA45;
        font-size: 26px;
        margin: 5px 0 20px 0;
    }

    #exclusive .text-light h3 {
        font-size: 24px !important;
    }

    #gift .arch-container,
    #try-your-luck .img-left {
        max-height: 750px;
    }
}



@media (max-width:1368px) {

    #exclusive .flex::before {
        width: 70px;
        height: 70px;
        right: 32vw;
        font-size: 26px;
    }
    
    #exclusive .flex img {
        width: 40% !important;
    }

    #exclusive .wrapper .one-day-only {
        display: flex;
        flex-direction: row;
        height: auto;
        max-height: 800px;
    }
    
    .global-card.card-vertical.card-half {
        width: calc(100% / 3 - 2rem);
    }
}


@media (max-width:1200px) {
    #app-root{
        padding-top: 120px;
    }
    #prize .spend-win{
        max-width: 820px;
        margin: auto;
        flex-direction: column;
    }
    #prize .title{
        width:500px;
    }
    #prize .text h3{
        font-size: 18px;
        margin: 0 40px;
    }
#prize .text{
    align-items: center;
    margin-left: 0;
}
}



@media (max-width:1024px) {

    #slogan h1 {
        font-size: 5vw !important;
    }

    #exclusive .product-top .top-3 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0vw 7vh;
    }

    #exclusive .flex::before {
        content: "限量30組";
        width: 70px;
        height: 70px;
        right: 30vw;
        font-size: 26px;
    }

    #exclusive .flex img {
        width: 40% !important;
    }

    #exclusive .wrapper .one-day-only {
        display: flex;
        flex-direction: column;
        height: auto;
        max-height: 800px;
    }

    #gift .flex-box>*,
    #try-your-luck .flex-box>* {
        min-width: 100%;
        max-width: inherit;
    }

    #product-con .venu3:before,
    #product-con .epix:before,
    #product-con .fenix:before,
    #product-con .fenix:after,
    #product-con .dashcam67:before,
    #product-con .ecg:before,
    #product-con .amoled:before {
        width: 80px;
        height: 80px;
        left: -40px;
        padding: 5px;
    }

    #celebrity ul li {
        min-width: calc(100% / 2.5);
    }
}

@media (max-width:920px){
    .global-card.card-vertical.card-half {
        width: calc(100% / 2 - 2rem);
    }
    #prize .spend-win{
        margin: 0 60px;
    }
}


@media (max-width:820px) {
    img.hero {
        content: url(../images/hero-m.jpg);
        height: 100%;
    }
    #intro {
        height: 300px;
    }
    #intro h2{
        font-size: 21px !important;
    }
    #intro p{
        font-size: 16px !important;
    }
    #product-con .venu3:before,
    #product-con .epix:before,
    #product-con .fenix:before,
    #product-con .fenix:after,
    #product-con .dashcam67:before,
    #product-con .fr955:before,
    #product-con .ecg:before,
    #product-con .amoled:before {
        width: 60px;
        height: 60px;
        left: -30px;
        padding: 5px;
        font-size: 12px;
        line-height: 1.2;
    }
    #product-con .fenix:after{
        top: 60px;
    }
    #product-con .category{
        font-size: 40px;
    }   

    #exclusive .product-top .top-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
        margin: 0 15vw;
    }

    #exclusive .flex::before {
        content: "限量30組";
        width: 70px;
        height: 70px;
        right: 24vw;
        font-size: 26px;
    }

    #exclusive .flex img {
        width: 50% !important;
    }

    #exclusive .flex h3 {
        font-size: 34px !important;
    }
    
    #exclusive .flex p {
        color: #a3a3a3;
        font-size: 20px !important;
        margin: 20px 0 0 0;
    }
    
    #exclusive .flex h4 {
        color: #F0AA45;
        font-size: 26px;
        margin: 5px 0 20px 0;
    }

    #exclusive .text-light h3 {
        font-size: 24px !important;
    }

    .global-card.card-vertical.card-half {
        width: calc(100% / 2 - 2rem);
    }
}



@media (max-width:768px) {

    body h3 {
        font-size: 3.5vw;
    }

    body #celebrity,
    body .container {
        padding-top: 10vw;
    }

    body .nowrap {
        display: none;
    }
    nav a.giveaway {
        display: none !important;
    }

    nav#mobile-giveaway {
        display: block
    }

    #app-root main .base-nav {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #celebrity ul li {
        min-width: calc(100% / 1.5);
        padding: 20px
    }

    #product-con .venu3:before,
    #product-con .epix:before,
    #product-con .fenix:before,
    #product-con .fenix:after,
    #product-con .dashcam67:before,
    #product-con .fr955:before,
    #product-con .ecg:before,
    #product-con .amoled:before {
        width: 100px;
        height: 100px;
        left: -10px;
        padding: 5px;
        font-size: 14px;
        line-height: 1.2;
    }
    #product-con .fenix:after{
        top: 90px;
    }

    #exclusive .flex::before {
        content: "限量30組";
        width: 70px;
        height: 70px;
        right: 22vw;
        font-size: 26px;
    }
    #exclusive .flex img {
        width: 60% !important;
    }

    #exclusive .top img {
        max-width: 400px;
    }
}

@media (max-width:700px){
    #prize .title{
        width:400px;
    }

}

@media (max-width:620px){
    .global-card .image img{
        max-width: 250px !important;
    }
    .global-card.card-vertical.card-half {
        width: calc(100% - 2rem);
    }

    #prize .spend-win{
        max-width: 820px;
        margin: 0 60px;
        flex-direction: column;
    }
    #prize .text h3{
        font-size: 18px;
    }
    #prize .set{
    height: 300px !important;;
    }
}


@media (max-width:560px) {
    #prize .title{
        width:350px;
    }
}

@media (max-width:500px) {
 
    body h1, body h2 {
        font-size: 35px !important
    }

    body #product-con,
    body h3 {
        font-size: 22px;
        line-height: 1.5
    }

    #product-con .sub {
        font-size: 30px !important;
    }

    body .container {
        padding-top: 50px
    }

    body .wave {
        margin: 50px auto
    }
    #prize .text h3{
        font-size: 18px;
    }
    #prize .spend-win{
        max-width: 820px;
        margin: 0 20px;
        flex-direction: column;
    }

    #gift h2,
    #try-your-luck h2 {
        font-size: 36px !important;
    }

    #gift h3,
    #try-your-luck h3 {
        font-size: 20px;
        margin: 0 5px;
    }

    #gift .flex-box p {
        font-size: 16px !important;
    }

    #gift .flex-box>*, #try-your-luck .flex-box>* {
        padding: 0;
    }

    #exclusive h3.products-name, #product-con h3.products-name{
        font-size: 20px !important;
    }

    #gift .arch-container,
    #try-your-luck .flex-box .img-left {
        height: auto;
        min-height: 450px;
    }

    #gift .arch,
    #try-your-luck .flex-box .img-left .bluetooth {
        width: 100%;
        height: 100%;
    }

    #product-con .venu3:before, 
    #product-con .epix:before, 
    #product-con .fenix:before, 
    #product-con .fenix:after, 
    #product-con .dashcam67:before, 
    #product-con .fr955:before,
    #product-con .ecg:before,
    #product-con .amoled:before {
        width: 80px;
        height: 80px;
        left: -10px;
        padding: 5px;
        font-size: 12px;
        line-height: 1.2;
    }
    #product-con .fenix:after {
        top: 70px;
    }
    

#exclusive p, #product-con p {
    font-size: 18px !important;
}

    #try-your-luck .flex-box .btn-size-default {
        display: block;
        max-width: 170px;
        margin: 5px auto 0 auto;
        font-size: 16px;
    }

    nav.base-nav {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .base-nav .link {
        margin: 1rem 0 0;
        padding: 0 0.9rem
    }

    #intro {
        height: 200px;
    }
    #intro .container{
        padding: 45px 0;
    }

    #intro h1{
        font-size: 45px !important;
    }

    #intro h2{
        font-size: 18px !important;
    }
    
    #exclusive .wrapper .one-day-only{
        width: 90%;
        margin: 0 auto;
    }
    #exclusive .wrapper .one-day-only .img-right .bluetooth{
        height: 350px;
    }

    #exclusive .wrapper {
        padding: 25px 0 0 0;
    }

    #exclusive .product-top h2 {
        font-size: 26px !important;
    }

    #exclusive .top img {
        max-width: 280px;
    }

    #exclusive .flex::before {
        content: "限量30組";
        width: 50px;
        height: 50px;
        right: 20vw;
        font-size: 20px;
    }

    #exclusive .flex img {
        width: 80%;
    }
    
    #exclusive .flex h3 {
        font-size: 24px !important;
    }
    
    #exclusive .flex p {
        color: #a3a3a3;
        font-size: 16px !important;
        margin: 20px 0 0 0;
    }
    
    #exclusive .flex h4 {
        color: #F0AA45;
        font-size: 24px;
        margin: 5px 0 20px 0;
    }

    #exclusive .wrapper .one-day-only {
        display: flex;
        flex-direction: column;
        height: auto;
        max-height: 600px;
    }

    #exclusive .text-light h3 {
        font-size: 16px !important;
    }

    #exclusive .product-top .top-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }

    #product-con ul.color-con {
        bottom: 0;
    }

    #product-con ul.color-con li {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    #product-con .global-card {
        margin: 1rem 0
    }

    #product-con .container--constraint {
        padding: 0
    }

    #product-con .more-pd-con {
        margin-top: 20px
    }

    #product-con .more-pd-con a.more-pd {
        font-size: 20px;
        margin-bottom: 10px
    }

    #product-con .category span {
        display: block
    }

    #exclusive .btn-size-default,
    #intro .btn-size-default,
    #product-con .btn-size-default,
    #gift .btn-size-default,
    #try-your-luck .btn-size-default {
        font-size: 14px !important;
    }

    #gift .flex-box .path {
        display: flex;
        flex-direction: column !important;
    }

    #gift .btn-size-default {
        margin: 5px;
    }
    #gift .flex-box .text-con, #try-your-luck .flex-box .text-right {
    padding: 15vw 8vw;

    }

}

@media (max-width:450px) {
    #prize .title{
        width:250px;
    }
}


@media (max-width:390px) {
    #prize .text h3{
        font-size: 18px;
        margin: 0 20px;
    }
    #prize .set{
    height: 250px !important;
    }
    #app-root{
        padding-top: 120px !important;
    }
    .base-nav .link { 
        margin: 1rem 0 0;
        padding: 0 1.2rem
    }

    #exclusive .product-top h2 {
        font-size: 26px !important;
    }

    #exclusive .flex::before {
        content: "限量30組";
        width: 40px;
        height: 40px;
        right: 20vw;
        font-size: 16px;
    }

    #exclusive .flex img {
        width: 100% !important;
    }
    
    #exclusive .flex h3 {
        font-size: 24px !important;
    }
    
    #exclusive .flex p {
        color: #a3a3a3;
        font-size: 14px !important;
        margin: 20px 0 0 0;
    }
    #exclusive .flex h4 {
        color: #F0AA45;
        font-size: 20px;
        margin: 5px 0 20px 0;
    }
    #exclusive .text-light h3 {
        font-size: 18px !important;
        margin-top: 0;
    }

    #product-con h2
    #gift h2,
    #try-your-luck h2 {
        font-size: 30px !important;
    }

    #gift h3,
    #try-your-luck h3 {
        font-size: 16px !important;
    }

    #gift .text-con p {
        font-size: 14px !important;
    }

    #gift .flex-box .path {
        display: flex;
        flex-direction: column !important;
    }

    #gift .btn-size-default {
        margin: 5px;
    }
}



@media (max-width:360px) {
    .base-nav .link {
        margin: 1rem 0 0;
        padding: 0 1.05rem
    }
    #slogan h1 {
        font-size: 28px !important;
    }
}



@media (max-width:320px) {
    body .wave {
        margin: 30px auto 30px auto;
    }
    .base-nav .link {
        margin: 1rem 0 0;
        padding: 0 1.5rem
    }

    #gift .arch-container,
    #try-your-luck .img-left  {
        height: auto;
        min-height: 380px;
    }
    #product-con .venu3:before,
    #product-con .epix:before,
    #product-con .fenix:before,
    #product-con .fenix:after,
    #product-con .dashcam67:before,
    #product-con .fr955:before,
    #product-con .ecg:before,
    #product-con .amoled:before {
        width: 60px;
        height: 60px;
        left: -10px;
        padding: 5px;
        font-size: 12px;
        line-height: 1.2;
    }
    #product-con .fenix:after {
        top: 55px;
    }
    #exclusive .wrapper {
        padding: 25px 10px 0 10px;
    }
   
    #exclusive .text-light h3 {
        font-size: 15px !important;
    }
}