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

.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;
    -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,
.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 {

    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.intro p {
    font-size: 1rem
}

.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 {}

.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;

    -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-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.aaa33% - 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.aaa33% - 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-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.aaa33% - 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.aaa33% - 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: #ffc943;
    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
}

.tag,
h1,
h2,
h3,
h4,
h5 {

    letter-spacing: 0.05rem !important;
    margin: 1rem 0;
    font-weight: 400
}

.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,
.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;
    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 {

    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.intro p {
    font-size: 1rem
}

.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 {}

.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
}

img.hero {
    margin-top: 70px;
}

.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;

    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;

    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-scrollbar {
    display: none
}

.nav--content-overflow {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nav .link {
    font-size: .9rem;
    letter-spacing: .02rem;
    text-transform: uppercase;
    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 .link:active,
.nav .link:focus,
.nav .link:hover,
.nav .link:link,
.nav .link:visited {
    color: #fff;
    text-decoration: none
}

.nav .link .text {

    text-align: center;
    white-space: nowrap
}

.nav .link svg path {
    stroke: #fff
}

.nav .link--active {
    margin: 1rem 2rem 1.5rem;
    color: #fff;

    text-decoration: none;
    text-transform: uppercase;
    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 .link--active .icon {
    height: 50px
}

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

.nav.LightGray,
.nav.White {
    color: #000;
    border-bottom: 1px solid #d8d9da
}

.nav.LightGray .link:active,
.nav.LightGray .link:focus,
.nav.LightGray .link:hover,
.nav.LightGray .link:link,
.nav.LightGray .link:visited,
.nav.White .link:active,
.nav.White .link:focus,
.nav.White .link:hover,
.nav.White .link:link,
.nav.White .link:visited {
    color: #000
}

.nav.LightGray .link svg path,
.nav.White .link svg path {
    stroke: #000
}

.nav.LightGray .link--active,
.nav.White .link--active {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    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 .icon,
.nav.White .link--active .icon {
    height: 50px
}

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

.nav.White {
    background: #fff
}

.nav.LightGray {
    background: #eee
}

.nav.DarkGray {
    background: #222
}

.nav.Black {
    background: #000
}

.icon-nav {
    padding: 1rem 0
}

.icon-nav .link {
    margin: 0;
    padding: 1rem 2rem 1.5rem
}

.icon-nav .link .icon {
    height: 50px
}

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

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

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

.base-nav .link--active .text {
    padding-bottom: .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 {

    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.intro p {
    font-size: 1rem
}

.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;

    -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 {

    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.intro p {
    font-size: 1rem
}

.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;

    -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-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.aaa33% - 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.aaa33% - 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.aaa33% - 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.aaa33% - 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 {
    width: 100%;
    margin: auto;
    height: auto;
    display: block;
    border-radius: 3px 3px 0 0;
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .global-card .image img {
        max-height: 300px
    }
}

.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-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 {

    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
}


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%
}

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

.container--center[data-v-2923f35a] {
    padding: 0
}

.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;
    transition: 0.2s;
}

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: 25px
}

body p {
    font-size: 18px
}

body .container {
    width: 95%;
    padding-top: 50px;
    display: block
}

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

body img {
    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#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 {
    background-color: #fff;
    position: relative;
    width: 100vw;
    height: auto;
    background-size: cover;
    overflow: hidden
}

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

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

#intro {
    transition: 0.2s;
    position: relative;
    background-color: #c64e7b;
}

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

#intro h1 {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    margin: auto !important;
    transition: 0.2s;
}

#intro h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    transition: 0.2s;
}

/* 定義旋轉動畫 */
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

#intro .left {
    transition: 0.5s;
    opacity: 1;
    width:50px;
    height: auto;
    margin-right: 40px;
    /* 將動畫套用到圖片上 */
    animation: spin 7s linear infinite;
}

#intro .right {
    transition: 1s;
    opacity: 1;
    width:50px;
    height: auto;
    margin-left:40px;
    /* 將動畫套用到圖片上 */
    animation: spin 7s linear infinite;
}


.wave{
    position: relative;
    transition: 0.2s;
    height: 80px;
    background-size: auto 80px;
    display: block;
    width: 100%; 
    margin-top: -30px; 
    background-image: url("../images/decorate-00.png");
    background-color: #fff6ee;
}

.title-decorate .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.title-decorate .left {
    width: 100px;
    height: auto;
    margin-right: 20px;
    transition: 0.5s;
}

.title-decorate .right {
    width: 100px;
    height: auto;
    margin-left: 20px;
    transition: 0.5s;
}

#product-con {
    position: relative;
    background-color: #fff6ee;
}

#product-con #promotion {
    position: relative;
    background: linear-gradient(#fff6ee, #fff);
}

#lifestyle .product,#outdoor .product,#promotion .product {
    max-width: 1000px;
    margin: auto;
    transition: 0.2s;
}

#product-con .title{
    width: 100%;
    max-width: 200px;
}

#product-con .container--constraint {
    max-width: inherit
}

#product-con .global-card {
    margin: 2rem 0;
    background: none;
}

#product-con h2{
    transition: 0.2s;
    color: #000;
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    margin-bottom:15px;
    margin-top: 10px;
}

#product-con h3 {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;

}

#product-con h3 span {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
}

#product-con .sale-price{
    color: #c64e7b;
    font-size: 20px;
    font-weight: 900;
    margin: 15px 0 0 0;
}

#product-con .old-price{
    color: #ccc;
    font-size: 20px;
    text-decoration-line: line-through;
    margin: 0;
}

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

#product-con a .btn-size-default {
    background-color: #c64e7b !important;
    color: #fff !important;
    border-radius: 0;
    font-weight: bold;
    transition: 0.1s;
}

#product-con a .btn-size-default:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0;
    font-weight: bold;
}

#product-con .category {
    color: #c64e7b;
    display: inline-block;
    position: relative;
}

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
    }
}

.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:1440px) {
    #intro h1 {
        font-size: 52px;
    }
    #intro h2 {
        font-size: 28px;
    }
}

@media (max-width:1199px) and (min-width:1024px) {
    img.hero {
        margin-top: 110px;
    }
}

@media (max-width:1090px) {
    #intro .left, .title-decorate .left {
        opacity: 0;
    }
    #intro .right, .title-decorate .right {
        opacity: 0;
    }
}

@media (max-width:1080px) {
    #intro .left, .title-decorate .left {
        display: none;
    }
    #intro .right, .title-decorate .right {
        display: none;
    }
}

@media (max-width:820px) {
    #intro h1 {
        font-size: 48px;
    }
    #intro h2 {
        font-size: 21px;
    }
    img.hero {
        content: url(../images/hero-m.jpg);
        object-fit: cover;
        object-position: center;
        display: block;
    }
    .global-card.card-vertical.card-half {
        width: calc(100% / 2 - 2rem);
    }
}

@media (max-width:500px) {
    #intro .container {
        padding: 50px 0;
        width: 100%;
    }
    #intro .container div {
        width: 90%;
    }
    #intro h1, #product-con h2 {
        font-size: 40px !important;
    }
    #intro h2 {
        font-size: 18px;
    }
    #product-con .global-card .image img {
        max-width: 280px
    }
    .global-card.card-vertical.card-half {
        width: calc(100% / 1.5 - 2rem);
    }
    .wave {
    height: 55px;
    background-size: auto 55px;
    }
}

@media (max-width:450px) {
    #intro h1, #product-con h2 {
        font-size: 28px !important;
    }
}

@media (max-width: 360px) {
    #intro .container div {
        width: 80%;
    }
}