.product-carousel .slick-track {
    display: flex
}

.outfitter {
    margin: 0 auto
}

@media print, screen and (min-width: 64em) {
    .outfitter {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 100%
    }
}

.outfitter .slick-dots {
    display: flex !important;
    margin-top: 1rem;
    border-radius: .125rem;
    background-color: #d6d6d6;
    height: .1875rem
}

.outfitter .slick-dots > li {
    display: flex;
    flex-grow: 1
}

.outfitter .slick-dots > li.slick-active > button {
    background-color: #626369;
    border-radius: .125rem
}

.outfitter .slick-dots button {
    font-size: 0;
    cursor: pointer;
    border: none;
    background-color: #d6d6d6;
    height: .1875rem;
    width: 100%;
    min-height: 0
}

.outfitter__outfit {
    box-sizing: content-box;
    animation: fade-in .2s linear 1 forwards;
    align-items: center;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    height: 32.5rem;
    width: 346px;
    padding: 0 1.125rem;
    margin: 0
}

@media print, screen and (max-width: 63.99875em) {
    .outfitter__outfit {
        display: flex !important;
        width: auto !important
    }
}

.outfitter__outfit.outfitter__outfit--selected {
    margin-left: 0
}

.outfitter__outfit button.outfitter__product:hover {
    background-color: transparent;
    border: none
}

.outfitter__outfit .outfitter__product {
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.outfitter__outfit .outfitter__item--bottom-left button > img, .outfitter__outfit .outfitter__item--bottom-right button > img, .outfitter__outfit .outfitter__item--bottom button > img, .outfitter__outfit .outfitter__item--middle-left button > img, .outfitter__outfit .outfitter__item--top-left button > img, .outfitter__outfit .outfitter__item--top-right button > img {
    max-width: 4.375rem;
    max-height: 10rem
}

.outfitter__outfit .outfitter__item--main {
    position: relative
}

.outfitter__outfit .outfitter__item--main img {
    max-width: 6.875rem;
    max-height: 13.125rem
}

.outfitter__outfit .outfitter__item--top-left:not(.resizeable) {
    position: absolute;
    bottom: 97%;
    right: 88%
}

.outfitter__outfit .outfitter__item--top-left:not(.resizeable) button > img {
    max-height: 7.5rem
}

.outfitter__outfit .outfitter__item--top-left.resizeable {
    position: absolute;
    bottom: 88%;
    right: 67%
}

.outfitter__outfit .outfitter__item--top-left.resizeable button > img {
    max-width: 6.875rem;
    max-height: 10.625rem
}

.outfitter__outfit .outfitter__item--bottom-left {
    position: absolute;
    top: 70%;
    transform: translateY(-40%);
    right: 100%
}

.outfitter__outfit .outfitter__item--bottom-left button > img {
    max-height: 4.375rem
}

.outfitter__outfit .outfitter__item--bottom {
    position: absolute;
    right: 50%;
    top: 15rem;
    transform: translate(50%)
}

.outfitter__outfit .outfitter__item--bottom button > img {
    max-height: 5rem
}

.outfitter__outfit .outfitter__item--middle-left {
    position: absolute;
    top: 80%
}

.outfitter__outfit .outfitter__item--middle-left button > img {
    max-height: 5rem
}

.outfitter__outfit .outfitter__item--top-right {
    position: absolute;
    bottom: 88%;
    left: 67%
}

.outfitter__outfit .outfitter__item--top-right button > img {
    max-width: 6.875rem;
    max-height: 10.625rem
}

.outfitter__outfit .outfitter__item--bottom-right {
    position: absolute;
    top: 88%;
    left: 80%
}

.outfitter__outfit .outfitter__item--bottom-right button > img {
    max-height: 6.25rem
}

.outfitter__outfit .outfitter__item--bottom-left .outfitter__info, .outfitter__outfit .outfitter__item--bottom .outfitter__info, .outfitter__outfit .outfitter__item--main .outfitter__info, .outfitter__outfit .outfitter__item--middle-left .outfitter__info, .outfitter__outfit .outfitter__item--top-left .outfitter__info {
    right: 30%;
    text-align: right
}

.outfitter__outfit .outfitter__item--bottom-right .outfitter__info, .outfitter__outfit .outfitter__item--top-right .outfitter__info {
    left: 50%;
    text-align: left
}

.outfitter__outfit .outfitter__info {
    font-size: .75rem;
    padding-top: .625rem;
    font-weight: 400;
    color: #000;
    width: 6rem;
    line-height: 1rem;
    position: absolute
}

.outfitter__outfit .outfitter__info .outfitter__info__price {
    font-weight: 700
}

.outfitter__outfit .outfitter__info .outfitter__info__price__text.red {
    color: #e01a2b
}

.outfitter__outfit .outfitter__info .outfitter__info__price__text.old {
    color: #626369;
    text-decoration: line-through;
    font-weight: 400
}

.outfitter__outfit .outfitter__info .outfitter__info__name__text {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.outfitter__product--blurred {
    opacity: .5
}

.outfitter__outfit--hidden {
    animation: slide-width-out .2s linear 1 forwards
}

button.outfitter__product {
    background-color: transparent
}

@keyframes slide-width-out {
    0% {
        width: 28.125rem;
        opacity: 1
    }
    to {
        width: 0;
        opacity: 0
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media print, screen and (max-width: 37.49875em) {
    .outfitter__outfit {
        padding: 0
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .outfitter__outfit {
        width: 50%
    }

    .outfitter__outfit:nth-child(3) {
        display: none
    }
}

@media only screen and (min-width: 1280px) {
    .outfitter__outfit {
        width: 33.3%
    }
}

@media print, screen and (min-width: 64em) {
    .outfitter__outfit {
        margin-left: 1.5rem
    }

    .outfitter__outfit:first-child {
        margin-left: 0
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

[data-whatinput=mouse] *, [data-whatinput=mouse] :focus, [data-whatinput=touch] *, [data-whatinput=touch] :focus, [data-whatintent=mouse] *, [data-whatintent=mouse] :focus, [data-whatintent=touch] *, [data-whatintent=touch] :focus {
    outline: none
}

[draggable=false] {
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.foundation-mq {
    font-family: "small=0em&medium=37.5em&large=64em&xlarge=90em"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*, :after, :before {
    box-sizing: inherit
}



img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px
}

select, textarea {
    border-radius: .3125rem
}

select {
    box-sizing: border-box;
    width: 100%
}

.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    appearance: none;
    border: 0;

    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 37.5em) {
    .grid-container {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-container {
        padding-right: 5rem;
        padding-left: 5rem
    }
}

.grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 37.5em) {
    .grid-container.fluid {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-container.fluid {
        padding-right: 5rem;
        padding-left: 5rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.grid-x {
    display: flex;
    flex-flow: row wrap
}

.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    flex: 1 1 0
}

.cell.shrink {
    flex: 0 0 auto
}

.grid-x > .auto {
    width: auto
}

.grid-x > .shrink {
    width: auto
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-full, .grid-x > .small-shrink {
    flex-basis: auto
}

@media print, screen and (min-width: 37.5em) {
    .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-full, .grid-x > .medium-shrink {
        flex-basis: auto
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-full, .grid-x > .large-shrink {
        flex-basis: auto
    }
}

@media screen and (min-width: 90em) {
    .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-full, .grid-x > .xlarge-shrink {
        flex-basis: auto
    }
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    flex: 0 0 auto
}

.grid-x > .small-1 {
    width: 8.33333%
}

.grid-x > .small-2 {
    width: 16.66667%
}

.grid-x > .small-3 {
    width: 25%
}

.grid-x > .small-4 {
    width: 33.33333%
}

.grid-x > .small-5 {
    width: 41.66667%
}

.grid-x > .small-6 {
    width: 50%
}

.grid-x > .small-7 {
    width: 58.33333%
}

.grid-x > .small-8 {
    width: 66.66667%
}

.grid-x > .small-9 {
    width: 75%
}

.grid-x > .small-10 {
    width: 83.33333%
}

.grid-x > .small-11 {
    width: 91.66667%
}

.grid-x > .small-12 {
    width: 100%
}

@media print, screen and (min-width: 37.5em) {
    .grid-x > .medium-auto {
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-shrink {
        flex: 0 0 auto
    }

    .grid-x > .medium-shrink {
        width: auto
    }

    .grid-x > .medium-1 {
        width: 8.33333%
    }

    .grid-x > .medium-2 {
        width: 16.66667%
    }

    .grid-x > .medium-3 {
        width: 25%
    }

    .grid-x > .medium-4 {
        width: 33.33333%
    }

    .grid-x > .medium-5 {
        width: 41.66667%
    }

    .grid-x > .medium-6 {
        width: 50%
    }

    .grid-x > .medium-7 {
        width: 58.33333%
    }

    .grid-x > .medium-8 {
        width: 66.66667%
    }

    .grid-x > .medium-9 {
        width: 75%
    }

    .grid-x > .medium-10 {
        width: 83.33333%
    }

    .grid-x > .medium-11 {
        width: 91.66667%
    }

    .grid-x > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-shrink {
        flex: 0 0 auto
    }

    .grid-x > .large-shrink {
        width: auto
    }

    .grid-x > .large-1 {
        width: 8.33333%
    }

    .grid-x > .large-2 {
        width: 16.66667%
    }

    .grid-x > .large-3 {
        width: 25%
    }

    .grid-x > .large-4 {
        width: 33.33333%
    }

    .grid-x > .large-5 {
        width: 41.66667%
    }

    .grid-x > .large-6 {
        width: 50%
    }

    .grid-x > .large-7 {
        width: 58.33333%
    }

    .grid-x > .large-8 {
        width: 66.66667%
    }

    .grid-x > .large-9 {
        width: 75%
    }

    .grid-x > .large-10 {
        width: 83.33333%
    }

    .grid-x > .large-11 {
        width: 91.66667%
    }

    .grid-x > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .grid-x > .xlarge-auto {
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-shrink {
        flex: 0 0 auto
    }

    .grid-x > .xlarge-shrink {
        width: auto
    }

    .grid-x > .xlarge-1 {
        width: 8.33333%
    }

    .grid-x > .xlarge-2 {
        width: 16.66667%
    }

    .grid-x > .xlarge-3 {
        width: 25%
    }

    .grid-x > .xlarge-4 {
        width: 33.33333%
    }

    .grid-x > .xlarge-5 {
        width: 41.66667%
    }

    .grid-x > .xlarge-6 {
        width: 50%
    }

    .grid-x > .xlarge-7 {
        width: 58.33333%
    }

    .grid-x > .xlarge-8 {
        width: 66.66667%
    }

    .grid-x > .xlarge-9 {
        width: 75%
    }

    .grid-x > .xlarge-10 {
        width: 83.33333%
    }

    .grid-x > .xlarge-11 {
        width: 91.66667%
    }

    .grid-x > .xlarge-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x) > .cell {
    width: auto
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.5rem;
    margin-right: -.5rem
}

@media print, screen and (min-width: 37.5em) {
    .grid-margin-x {
        margin-left: -.5rem;
        margin-right: -.5rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1rem);
    margin-left: .5rem;
    margin-right: .5rem
}

@media print, screen and (min-width: 37.5em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1rem);
        margin-left: .5rem;
        margin-right: .5rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.5rem);
        margin-left: .75rem;
        margin-right: .75rem
    }
}

.grid-margin-x > .auto {
    width: auto
}

.grid-margin-x > .shrink {
    width: auto
}

.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1rem)
}

.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1rem)
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1rem)
}

.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1rem)
}

.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1rem)
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1rem)
}

.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1rem)
}

.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1rem)
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1rem)
}

.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1rem)
}

.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1rem)
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1rem)
}

@media print, screen and (min-width: 37.5em) {
    .grid-margin-x > .auto {
        width: auto
    }

    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x > .auto {
        width: auto
    }

    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.5rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.5rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.5rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.5rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.5rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.5rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.5rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.5rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.5rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.5rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.5rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.5rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.5rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.5rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x > .large-auto {
        width: auto
    }

    .grid-margin-x > .large-shrink {
        width: auto
    }

    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.5rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.5rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.5rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.5rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.5rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.5rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.5rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.5rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-x > .xlarge-auto {
        width: auto
    }

    .grid-margin-x > .xlarge-shrink {
        width: auto
    }

    .grid-margin-x > .xlarge-1 {
        width: calc(8.33333% - 1.5rem)
    }

    .grid-margin-x > .xlarge-2 {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x > .xlarge-3 {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x > .xlarge-4 {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x > .xlarge-5 {
        width: calc(41.66667% - 1.5rem)
    }

    .grid-margin-x > .xlarge-6 {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x > .xlarge-7 {
        width: calc(58.33333% - 1.5rem)
    }

    .grid-margin-x > .xlarge-8 {
        width: calc(66.66667% - 1.5rem)
    }

    .grid-margin-x > .xlarge-9 {
        width: calc(75% - 1.5rem)
    }

    .grid-margin-x > .xlarge-10 {
        width: calc(83.33333% - 1.5rem)
    }

    .grid-margin-x > .xlarge-11 {
        width: calc(91.66667% - 1.5rem)
    }

    .grid-margin-x > .xlarge-12 {
        width: calc(100% - 1.5rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.5rem;
    margin-left: -.5rem
}

@media print, screen and (min-width: 37.5em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.5rem;
        margin-left: -.5rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.75rem;
        margin-left: -.75rem
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -.5rem;
    margin-left: -.5rem
}

@media print, screen and (min-width: 37.5em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.5rem;
        margin-left: -.5rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.75rem;
        margin-left: -.75rem
    }
}

.grid-padding-x > .cell {
    padding-right: .5rem;
    padding-left: .5rem
}

@media print, screen and (min-width: 37.5em) {
    .grid-padding-x > .cell {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-padding-x > .cell {
        padding-right: .75rem;
        padding-left: .75rem
    }
}

.small-up-1 > .cell {
    width: 100%
}

.small-up-2 > .cell {
    width: 50%
}

.small-up-3 > .cell {
    width: 33.33333%
}

.small-up-4 > .cell {
    width: 25%
}

.small-up-5 > .cell {
    width: 20%
}

.small-up-6 > .cell {
    width: 16.66667%
}

.small-up-7 > .cell {
    width: 14.28571%
}

.small-up-8 > .cell {
    width: 12.5%
}

@media print, screen and (min-width: 37.5em) {
    .medium-up-1 > .cell {
        width: 100%
    }

    .medium-up-2 > .cell {
        width: 50%
    }

    .medium-up-3 > .cell {
        width: 33.33333%
    }

    .medium-up-4 > .cell {
        width: 25%
    }

    .medium-up-5 > .cell {
        width: 20%
    }

    .medium-up-6 > .cell {
        width: 16.66667%
    }

    .medium-up-7 > .cell {
        width: 14.28571%
    }

    .medium-up-8 > .cell {
        width: 12.5%
    }
}

@media print, screen and (min-width: 64em) {
    .large-up-1 > .cell {
        width: 100%
    }

    .large-up-2 > .cell {
        width: 50%
    }

    .large-up-3 > .cell {
        width: 33.33333%
    }

    .large-up-4 > .cell {
        width: 25%
    }

    .large-up-5 > .cell {
        width: 20%
    }

    .large-up-6 > .cell {
        width: 16.66667%
    }

    .large-up-7 > .cell {
        width: 14.28571%
    }

    .large-up-8 > .cell {
        width: 12.5%
    }
}

@media screen and (min-width: 90em) {
    .xlarge-up-1 > .cell {
        width: 100%
    }

    .xlarge-up-2 > .cell {
        width: 50%
    }

    .xlarge-up-3 > .cell {
        width: 33.33333%
    }

    .xlarge-up-4 > .cell {
        width: 25%
    }

    .xlarge-up-5 > .cell {
        width: 20%
    }

    .xlarge-up-6 > .cell {
        width: 16.66667%
    }

    .xlarge-up-7 > .cell {
        width: 14.28571%
    }

    .xlarge-up-8 > .cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1rem)
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1rem)
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1rem)
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1rem)
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1rem)
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1rem)
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1rem)
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1rem)
}

@media print, screen and (min-width: 37.5em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }

    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-x.xlarge-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse > .small-1 {
    width: 8.33333%
}

.small-margin-collapse > .small-2 {
    width: 16.66667%
}

.small-margin-collapse > .small-3 {
    width: 25%
}

.small-margin-collapse > .small-4 {
    width: 33.33333%
}

.small-margin-collapse > .small-5 {
    width: 41.66667%
}

.small-margin-collapse > .small-6 {
    width: 50%
}

.small-margin-collapse > .small-7 {
    width: 58.33333%
}

.small-margin-collapse > .small-8 {
    width: 66.66667%
}

.small-margin-collapse > .small-9 {
    width: 75%
}

.small-margin-collapse > .small-10 {
    width: 83.33333%
}

.small-margin-collapse > .small-11 {
    width: 91.66667%
}

.small-margin-collapse > .small-12 {
    width: 100%
}

@media print, screen and (min-width: 37.5em) {
    .small-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .medium-3 {
        width: 25%
    }

    .small-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .medium-6 {
        width: 50%
    }

    .small-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .medium-9 {
        width: 75%
    }

    .small-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .large-3 {
        width: 25%
    }

    .small-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .large-6 {
        width: 50%
    }

    .small-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .large-9 {
        width: 75%
    }

    .small-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .small-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .small-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .small-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .small-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0
}

@media print, screen and (min-width: 37.5em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width: 37.5em) {
    .medium-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .small-3 {
        width: 25%
    }

    .medium-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .small-6 {
        width: 50%
    }

    .medium-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .small-9 {
        width: 75%
    }

    .medium-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 37.5em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .medium-3 {
        width: 25%
    }

    .medium-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .medium-6 {
        width: 50%
    }

    .medium-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .medium-9 {
        width: 75%
    }

    .medium-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .large-3 {
        width: 25%
    }

    .medium-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .large-6 {
        width: 50%
    }

    .medium-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .large-9 {
        width: 75%
    }

    .medium-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .medium-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .medium-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .medium-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .medium-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 37.5em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .small-3 {
        width: 25%
    }

    .large-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .small-6 {
        width: 50%
    }

    .large-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .small-9 {
        width: 75%
    }

    .large-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .medium-3 {
        width: 25%
    }

    .large-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .medium-6 {
        width: 50%
    }

    .large-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .medium-9 {
        width: 75%
    }

    .large-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .large-3 {
        width: 25%
    }

    .large-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .large-6 {
        width: 50%
    }

    .large-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .large-9 {
        width: 75%
    }

    .large-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .large-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .large-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .large-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .large-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 90em) {
    .xlarge-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xlarge-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width: 90em) {
    .xlarge-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .small-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .small-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .small-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .small-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xlarge-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .medium-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .medium-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .medium-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xlarge-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .large-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .large-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .large-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xlarge-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xlarge-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

.small-offset-0 {
    margin-left: 0
}

.grid-margin-x > .small-offset-0 {
    margin-left: .5rem
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + .5rem)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + .5rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + .5rem)
}

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + .5rem)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + .5rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + .5rem)
}

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + .5rem)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + .5rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + .5rem)
}

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + .5rem)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + .5rem)
}

@media print, screen and (min-width: 37.5em) {
    .medium-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: .5rem
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + .5rem)
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + .5rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + .5rem)
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + .5rem)
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + .5rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + .5rem)
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + .5rem)
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + .5rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + .5rem)
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + .5rem)
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + .5rem)
    }
}

@media print, screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: .75rem
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + .75rem)
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + .75rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + .75rem)
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + .75rem)
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + .75rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + .75rem)
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + .75rem)
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + .75rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + .75rem)
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + .75rem)
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + .75rem)
    }
}

@media screen and (min-width: 90em) {
    .xlarge-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .xlarge-offset-0 {
        margin-left: .75rem
    }

    .xlarge-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .xlarge-offset-1 {
        margin-left: calc(8.33333% + .75rem)
    }

    .xlarge-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .xlarge-offset-2 {
        margin-left: calc(16.66667% + .75rem)
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .xlarge-offset-3 {
        margin-left: calc(25% + .75rem)
    }

    .xlarge-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .xlarge-offset-4 {
        margin-left: calc(33.33333% + .75rem)
    }

    .xlarge-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .xlarge-offset-5 {
        margin-left: calc(41.66667% + .75rem)
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .xlarge-offset-6 {
        margin-left: calc(50% + .75rem)
    }

    .xlarge-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .xlarge-offset-7 {
        margin-left: calc(58.33333% + .75rem)
    }

    .xlarge-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .xlarge-offset-8 {
        margin-left: calc(66.66667% + .75rem)
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .xlarge-offset-9 {
        margin-left: calc(75% + .75rem)
    }

    .xlarge-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .xlarge-offset-10 {
        margin-left: calc(83.33333% + .75rem)
    }

    .xlarge-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .xlarge-offset-11 {
        margin-left: calc(91.66667% + .75rem)
    }
}

.grid-y {
    display: flex;
    flex-flow: column nowrap
}

.grid-y > .cell {
    height: auto;
    max-height: none
}

.grid-y > .auto {
    height: auto
}

.grid-y > .shrink {
    height: auto
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-full, .grid-y > .small-shrink {
    flex-basis: auto
}

@media print, screen and (min-width: 37.5em) {
    .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-full, .grid-y > .medium-shrink {
        flex-basis: auto
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-full, .grid-y > .large-shrink {
        flex-basis: auto
    }
}

@media screen and (min-width: 90em) {
    .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-full, .grid-y > .xlarge-shrink {
        flex-basis: auto
    }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex: 0 0 auto
}

.grid-y > .small-1 {
    height: 8.33333%
}

.grid-y > .small-2 {
    height: 16.66667%
}

.grid-y > .small-3 {
    height: 25%
}

.grid-y > .small-4 {
    height: 33.33333%
}

.grid-y > .small-5 {
    height: 41.66667%
}

.grid-y > .small-6 {
    height: 50%
}

.grid-y > .small-7 {
    height: 58.33333%
}

.grid-y > .small-8 {
    height: 66.66667%
}

.grid-y > .small-9 {
    height: 75%
}

.grid-y > .small-10 {
    height: 83.33333%
}

.grid-y > .small-11 {
    height: 91.66667%
}

.grid-y > .small-12 {
    height: 100%
}

@media print, screen and (min-width: 37.5em) {
    .grid-y > .medium-auto {
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-shrink {
        flex: 0 0 auto
    }

    .grid-y > .medium-shrink {
        height: auto
    }

    .grid-y > .medium-1 {
        height: 8.33333%
    }

    .grid-y > .medium-2 {
        height: 16.66667%
    }

    .grid-y > .medium-3 {
        height: 25%
    }

    .grid-y > .medium-4 {
        height: 33.33333%
    }

    .grid-y > .medium-5 {
        height: 41.66667%
    }

    .grid-y > .medium-6 {
        height: 50%
    }

    .grid-y > .medium-7 {
        height: 58.33333%
    }

    .grid-y > .medium-8 {
        height: 66.66667%
    }

    .grid-y > .medium-9 {
        height: 75%
    }

    .grid-y > .medium-10 {
        height: 83.33333%
    }

    .grid-y > .medium-11 {
        height: 91.66667%
    }

    .grid-y > .medium-12 {
        height: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-shrink {
        flex: 0 0 auto
    }

    .grid-y > .large-shrink {
        height: auto
    }

    .grid-y > .large-1 {
        height: 8.33333%
    }

    .grid-y > .large-2 {
        height: 16.66667%
    }

    .grid-y > .large-3 {
        height: 25%
    }

    .grid-y > .large-4 {
        height: 33.33333%
    }

    .grid-y > .large-5 {
        height: 41.66667%
    }

    .grid-y > .large-6 {
        height: 50%
    }

    .grid-y > .large-7 {
        height: 58.33333%
    }

    .grid-y > .large-8 {
        height: 66.66667%
    }

    .grid-y > .large-9 {
        height: 75%
    }

    .grid-y > .large-10 {
        height: 83.33333%
    }

    .grid-y > .large-11 {
        height: 91.66667%
    }

    .grid-y > .large-12 {
        height: 100%
    }
}

@media screen and (min-width: 90em) {
    .grid-y > .xlarge-auto {
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-shrink {
        flex: 0 0 auto
    }

    .grid-y > .xlarge-shrink {
        height: auto
    }

    .grid-y > .xlarge-1 {
        height: 8.33333%
    }

    .grid-y > .xlarge-2 {
        height: 16.66667%
    }

    .grid-y > .xlarge-3 {
        height: 25%
    }

    .grid-y > .xlarge-4 {
        height: 33.33333%
    }

    .grid-y > .xlarge-5 {
        height: 41.66667%
    }

    .grid-y > .xlarge-6 {
        height: 50%
    }

    .grid-y > .xlarge-7 {
        height: 58.33333%
    }

    .grid-y > .xlarge-8 {
        height: 66.66667%
    }

    .grid-y > .xlarge-9 {
        height: 75%
    }

    .grid-y > .xlarge-10 {
        height: 83.33333%
    }

    .grid-y > .xlarge-11 {
        height: 91.66667%
    }

    .grid-y > .xlarge-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.5rem;
    margin-bottom: -.5rem
}

@media print, screen and (min-width: 37.5em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.5rem;
        margin-bottom: -.5rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.75rem;
        margin-bottom: -.75rem
    }
}

.grid-padding-y > .cell {
    padding-top: .5rem;
    padding-bottom: .5rem
}

@media print, screen and (min-width: 37.5em) {
    .grid-padding-y > .cell {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-padding-y > .cell {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%
}

.cell-block, .cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%
}

.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap
}

@media print, screen and (min-width: 37.5em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container > .grid-x {
        max-height: 100%;
        flex-wrap: nowrap
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print, screen and (min-width: 64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container > .grid-x {
        max-height: 100%;
        flex-wrap: nowrap
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 90em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw
    }

    .cell .xlarge-grid-frame {
        width: 100%
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xlarge-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

    .xlarge-cell-block-container > .grid-x {
        max-height: 100%;
        flex-wrap: nowrap
    }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto
}

@media print, screen and (min-width: 37.5em) {
    .grid-y.medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media screen and (min-width: 90em) {
    .grid-y.xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print, screen and (min-width: 37.5em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

@media screen and (min-width: 90em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.5rem;
    margin-bottom: -.5rem
}

@media print, screen and (min-width: 37.5em) {
    .grid-margin-y {
        margin-top: -.5rem;
        margin-bottom: -.5rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y {
        margin-top: -.75rem;
        margin-bottom: -.75rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1rem);
    margin-top: .5rem;
    margin-bottom: .5rem
}

@media print, screen and (min-width: 37.5em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1rem);
        margin-top: .5rem;
        margin-bottom: .5rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.5rem);
        margin-top: .75rem;
        margin-bottom: .75rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1rem)
}

@media print, screen and (min-width: 37.5em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.5rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.5rem)
    }

    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.5rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y > .xlarge-auto {
        height: auto
    }

    .grid-margin-y > .xlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xlarge-1 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.5rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1rem)
}

@media print, screen and (min-width: 37.5em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.5rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.5rem)
    }
}

@media print, screen and (min-width: 37.5em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.5rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 1.5rem)
    }
}

button {
    color: inherit
}

.button {
    position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 1rem 1.25rem;
    border: none;
    border-radius: 5px;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    line-height: 1.25rem;
    letter-spacing: 0;
    text-transform: none
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button.primary:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    border: 1px solid transparent
}

.button.secondary:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    border: 1px solid #000
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button.primary {
    color: #fff;
    background-color: #000
}

.button.secondary {
    color: #000;
    background-color: #fff
}

.button.disabled.primary, .button[disabled].primary {
    color: #fff;
    background-color: #959499
}

.button.disabled.primary:after, .button[disabled].primary:after {
    border: 1px solid transparent
}

.button.disabled, .button[disabled] {
    cursor: not-allowed
}

.button.disabled.secondary, .button[disabled].secondary {
    color: #626369;
    background-color: #f1f1f1
}

.button.disabled.secondary:after, .button[disabled].secondary:after {
    border: 1px solid silver
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

.visible {
    visibility: visible
}

@media print, screen and (max-width: 37.49875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em), screen and (min-width: 37.5em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print, screen and (min-width: 37.5em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 37.49875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print, screen and (min-width: 37.5em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 37.49875em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 63.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print, screen and (min-width: 64em) and (max-width: 89.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 90em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width: 89.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 89.99875em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important
}

.hide-for-portrait, .show-for-landscape {
    display: block !important
}

@media screen and (orientation: landscape) {
    .hide-for-portrait, .show-for-landscape {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}

.show-for-dark-mode {
    display: none
}

.hide-for-dark-mode {
    display: block
}

@media screen and (prefers-color-scheme: dark) {
    .show-for-dark-mode {
        display: block !important
    }

    .hide-for-dark-mode {
        display: none !important
    }
}

.show-for-ie {
    display: none
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .show-for-ie {
        display: block !important
    }

    .hide-for-ie {
        display: none !important
    }
}

.show-for-sticky {
    display: none
}

.is-stuck .show-for-sticky {
    display: block
}

.is-stuck .hide-for-sticky {
    display: none
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.clearfix:after {
    clear: both
}

.align-left {
    justify-content: flex-start
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-left.vertical.menu > li > a {
    justify-content: flex-start
}

.align-right.vertical.menu > li > a {
    justify-content: flex-end
}

.align-center.vertical.menu > li > a {
    justify-content: center
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    align-self: stretch
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

@media print, screen and (min-width: 37.5em) {
    .medium-order-1 {
        order: 1
    }

    .medium-order-2 {
        order: 2
    }

    .medium-order-3 {
        order: 3
    }

    .medium-order-4 {
        order: 4
    }

    .medium-order-5 {
        order: 5
    }

    .medium-order-6 {
        order: 6
    }
}

@media print, screen and (min-width: 64em) {
    .large-order-1 {
        order: 1
    }

    .large-order-2 {
        order: 2
    }

    .large-order-3 {
        order: 3
    }

    .large-order-4 {
        order: 4
    }

    .large-order-5 {
        order: 5
    }

    .large-order-6 {
        order: 6
    }
}

@media screen and (min-width: 90em) {
    .xlarge-order-1 {
        order: 1
    }

    .xlarge-order-2 {
        order: 2
    }

    .xlarge-order-3 {
        order: 3
    }

    .xlarge-order-4 {
        order: 4
    }

    .xlarge-order-5 {
        order: 5
    }

    .xlarge-order-6 {
        order: 6
    }
}

.flex-container {
    display: flex
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

@media print, screen and (min-width: 37.5em) {
    .medium-flex-container {
        display: flex
    }

    .medium-flex-child-auto {
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media print, screen and (min-width: 64em) {
    .large-flex-container {
        display: flex
    }

    .large-flex-child-auto {
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 90em) {
    .xlarge-flex-container {
        display: flex
    }

    .xlarge-flex-child-auto {
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

blockquote, dd, div, dl, dt, form, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0
}



@supports (font-size:clamp(36px,5vw,45px)) {
    .h1, h1 {
        font-size: clamp(36px, 5vw, 45px);
        line-height: clamp(42px, 6vw, 55px)
    }
}

@supports not (font-size:clamp(36px,5vw,45px)) {
    .h1, h1 {
        font-size: 2.8125rem;
        line-height: 3.4375rem
    }

    @media (max-width: 37.49875em) {
        .h1, h1 {
            font-size: 2.25rem;
            line-height: 2.625rem
        }
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .h1, h1 {
        font-size: 2.8125rem;
        line-height: 3.4375rem
    }
}

@media (-ms-high-contrast: active) and (max-width: 37.49875em),(-ms-high-contrast: none) and (max-width: 37.49875em) {
    .h1, h1 {
        font-size: 2.25rem;
        line-height: 2.625rem
    }
}

@media print, screen and (max-width: 37.49875em) {
    .h1, h1 {
        letter-spacing: -.015em
    }
}

.h2, h2 {
    letter-spacing: -.01em;
    font-weight: 700
}

@supports (font-size:clamp(30px,4vw,35px)) {
    .h2, h2 {
        font-size: clamp(30px, 4vw, 35px);
        line-height: clamp(37px, 5vw, 42px)
    }
}

@supports not (font-size:clamp(30px,4vw,35px)) {
    .h2, h2 {
        font-size: 2.1875rem;
        line-height: 2.625rem
    }

    @media (max-width: 37.49875em) {
        .h2, h2 {
            font-size: 1.875rem;
            line-height: 2.3125rem
        }
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .h2, h2 {
        font-size: 2.1875rem;
        line-height: 2.625rem
    }
}

@media (-ms-high-contrast: active) and (max-width: 37.49875em),(-ms-high-contrast: none) and (max-width: 37.49875em) {
    .h2, h2 {
        font-size: 1.875rem;
        line-height: 2.3125rem
    }
}

@media print, screen and (max-width: 37.49875em) {
    .h2, h2 {
        letter-spacing: -.01em
    }
}

.h3, h3 {
    letter-spacing: -.01em;
    font-weight: 700
}

@supports (font-size:clamp(24px,3vw,25px)) {
    .h3, h3 {
        font-size: clamp(24px, 3vw, 25px);
        line-height: clamp(31px, 4vw, 30px)
    }
}

@supports not (font-size:clamp(24px,3vw,25px)) {
    .h3, h3 {
        font-size: 1.5625rem;
        line-height: 1.875rem
    }

    @media (max-width: 37.49875em) {
        .h3, h3 {
            font-size: 1.5rem;
            line-height: 1.9375rem
        }
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .h3, h3 {
        font-size: 1.5625rem;
        line-height: 1.875rem
    }
}

@media (-ms-high-contrast: active) and (max-width: 37.49875em),(-ms-high-contrast: none) and (max-width: 37.49875em) {
    .h3, h3 {
        font-size: 1.5rem;
        line-height: 1.9375rem
    }
}

.h4, h4 {
    letter-spacing: -.01em;
    font-weight: 700;
    text-transform: none
}

@supports (font-size:clamp(20px,2vw,20px)) {
    .h4, h4 {
        font-size: clamp(20px, 2vw, 20px);
        line-height: clamp(26px, 3vw, 26px)
    }
}

@supports not (font-size:clamp(20px,2vw,20px)) {
    .h4, h4 {
        font-size: 1.25rem;
        line-height: 1.625rem
    }

    @media (max-width: 37.49875em) {
        .h4, h4 {
            font-size: 1.25rem;
            line-height: 1.625rem
        }
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .h4, h4 {
        font-size: 1.25rem;
        line-height: 1.625rem
    }
}

@media (-ms-high-contrast: active) and (max-width: 37.49875em),(-ms-high-contrast: none) and (max-width: 37.49875em) {
    .h4, h4 {
        font-size: 1.25rem;
        line-height: 1.625rem
    }
}

.h5, h5 {
    letter-spacing: -.01em;
    font-weight: 700
}

@supports (font-size:clamp(16px,2vw,18px)) {
    .h5, h5 {
        font-size: clamp(16px, 2vw, 18px);
        line-height: clamp(21px, 3vw, 23px)
    }
}

@supports not (font-size:clamp(16px,2vw,18px)) {
    .h5, h5 {
        font-size: 1.125rem;
        line-height: 1.4375rem
    }

    @media (max-width: 37.49875em) {
        .h5, h5 {
            font-size: 1rem;
            line-height: 1.3125rem
        }
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .h5, h5 {
        font-size: 1.125rem;
        line-height: 1.4375rem
    }
}

@media (-ms-high-contrast: active) and (max-width: 37.49875em),(-ms-high-contrast: none) and (max-width: 37.49875em) {
    .h5, h5 {
        font-size: 1rem;
        line-height: 1.3125rem
    }
}

@media print, screen and (max-width: 37.49875em) {
    .h5, h5 {
        letter-spacing: -.01em
    }
}

.h6, h6 {
    letter-spacing: -.01em;
    font-weight: 700
}

@supports (font-size:clamp(14px,2vw,16px)) {
    .h6, h6 {
        font-size: clamp(14px, 2vw, 16px);
        line-height: clamp(19px, 3vw, 21px)
    }
}

@supports not (font-size:clamp(14px,2vw,16px)) {
    .h6, h6 {
        font-size: 1rem;
        line-height: 1.3125rem
    }

    @media (max-width: 37.49875em) {
        .h6, h6 {
            font-size: .875rem;
            line-height: 1.1875rem
        }
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .h6, h6 {
        font-size: 1rem;
        line-height: 1.3125rem
    }
}

@media (-ms-high-contrast: active) and (max-width: 37.49875em),(-ms-high-contrast: none) and (max-width: 37.49875em) {
    .h6, h6 {
        font-size: .875rem;
        line-height: 1.1875rem
    }
}

@media print, screen and (max-width: 37.49875em) {
    .h6, h6 {
        letter-spacing: -.01em
    }
}

.h-special {
    color: #000;
    font-weight: 700;
    letter-spacing: -.01em;
    text-transform: none
}

@supports (font-size:clamp(45px,6vw,90px)) {
    .h-special {
        font-size: clamp(45px, 6vw, 90px);
        line-height: clamp(50px, 6vw, 90px)
    }
}

@supports not (font-size:clamp(45px,6vw,90px)) {
    .h-special {
        font-size: 5.625rem;
        line-height: 5.625rem
    }

    @media (max-width: 37.49875em) {
        .h-special {
            font-size: 2.8125rem;
            line-height: 3.125rem
        }
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .h-special {
        font-size: 5.625rem;
        line-height: 5.625rem
    }
}

@media (-ms-high-contrast: active) and (max-width: 37.49875em),(-ms-high-contrast: none) and (max-width: 37.49875em) {
    .h-special {
        font-size: 2.8125rem;
        line-height: 3.125rem
    }
}

@media print, screen and (max-width: 37.49875em) {
    .h-special {
        letter-spacing: -.015em
    }
}

.eyebrow {
    color: #000;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.125rem;
    letter-spacing: 0;
    text-transform: uppercase
}

.label {
    font-weight: 500;
    text-transform: uppercase
}

.input-text, .label {
    color: #000;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: 0
}

.input-text {
    font-weight: 400;
    text-transform: none
}

@media print, screen and (max-width: 37.49875em) {
    .input-text {
        font-size: 1rem;
        line-height: 1.375rem
    }
}

body {
    font-size: .875rem;
    line-height: 1.25rem
}

.small, body {
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none
}

.small {
    font-size: .75rem;
    line-height: 1.125rem
}

.medium {
    font-size: .875rem;
    line-height: 1.25rem
}

.large, .medium {
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none
}

.large {
    font-size: 1.125rem;
    line-height: 1.375rem
}

.link-sm, .link-upper-sm, .menu-link-sm, .menu-link-upper-sm {
    color: #000;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.125rem;
    letter-spacing: 0;
    text-transform: none
}

.link-med, .link-upper-med, .menu-link-med, .menu-link-upper-med {
    color: #000;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: 0;
    text-transform: none
}

.link-lg, .link-upper-lg, .menu-link-lg, .menu-link-upper-lg {
    color: #000;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0;
    text-transform: none
}

.link-body, .link-upper-body .menu-link-body, .menu-link-upper-body {
    color: #000;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: 0;
    text-transform: none
}

.menu-link-body, .menu-link-lg, .menu-link-med, .menu-link-sm, .menu-link-upper-body, .menu-link-upper-lg, .menu-link-upper-med, .menu-link-upper-sm {
    text-decoration: none;
    border-bottom: none
}

.menu-link-body:hover, .menu-link-lg:hover, .menu-link-med:hover, .menu-link-sm:hover, .menu-link-upper-body:hover, .menu-link-upper-lg:hover, .menu-link-upper-med:hover, .menu-link-upper-sm:hover {
    border-bottom: 1px solid #000;
    cursor: pointer
}

.menu-link-body:visited, .menu-link-lg:visited, .menu-link-med:visited, .menu-link-sm:visited, .menu-link-upper-body:visited, .menu-link-upper-lg:visited, .menu-link-upper-med:visited, .menu-link-upper-sm:visited {
    border-bottom: none
}

.menu-link-body:active, .menu-link-lg:active, .menu-link-med:active, .menu-link-sm:active, .menu-link-upper-body:active, .menu-link-upper-lg:active, .menu-link-upper-med:active, .menu-link-upper-sm:active {
    border-bottom: 1px solid #000
}

.secondary-cta, .secondary-cta-upper {
    color: #000;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: 0;
    text-transform: none
}

@media print, screen and (max-width: 37.49875em) {
    .secondary-cta, .secondary-cta-upper {
        font-size: .75rem;
        line-height: 1.125rem
    }
}

.link-body, .link-lg, .link-med, .link-sm, .link-upper-body, .link-upper-lg, .link-upper-med, .link-upper-sm, .secondary-cta, .secondary-cta-upper {
    text-decoration: none;
    border-bottom: 1px solid #000
}

.link-body:hover, .link-lg:hover, .link-med:hover, .link-sm:hover, .link-upper-body:hover, .link-upper-lg:hover, .link-upper-med:hover, .link-upper-sm:hover, .secondary-cta-upper:hover, .secondary-cta:hover {
    border-bottom: 2px solid #000;
    cursor: pointer
}

.link-body:visited, .link-lg:visited, .link-med:visited, .link-sm:visited, .link-upper-body:visited, .link-upper-lg:visited, .link-upper-med:visited, .link-upper-sm:visited, .secondary-cta-upper:visited, .secondary-cta:visited {
    border-bottom: 1px solid #000
}

.link-body:active, .link-lg:active, .link-med:active, .link-sm:active, .link-upper-body:active, .link-upper-lg:active, .link-upper-med:active, .link-upper-sm:active, .secondary-cta-upper:active, .secondary-cta:active {
    border-bottom: 2px solid #000
}

.link-upper-body, .link-upper-lg, .link-upper-med, .link-upper-sm, .menu-link-upper-body .secondary-cta-upper, .menu-link-upper-lg, .menu-link-upper-med, .menu-link-upper-sm {
    text-transform: uppercase
}

.price-reg {
    font-weight: 700
}

.price-reg, .price-strike {
    color: #000;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: 0
}

.price-strike {
    font-weight: 500;
    text-decoration: line-through
}

.price-lg, .price-strike-lg {
    color: #000;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0
}

.price-strike-lg {
    text-decoration: line-through
}

a {
    color: #000
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print, screen and (min-width: 37.5em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 90em) {
    .xlarge-text-left {
        text-align: left
    }

    .xlarge-text-right {
        text-align: right
    }

    .xlarge-text-center {
        text-align: center
    }

    .xlarge-text-justify {
        text-align: justify
    }
}

.padding-xxs {
    padding: .5rem !important
}

.padding-xs {
    padding: 1rem !important
}

.padding-s {
    padding: 1.5rem !important
}

.padding-m {
    padding: 2rem !important
}

.padding-l {
    padding: 2.5rem !important
}

.padding-xl {
    padding: 3rem !important
}

.padding-xxl {
    padding: 4rem !important
}

.padding-xxxl {
    padding: 5rem !important
}

.padding-left-xxs {
    padding-left: .5rem !important
}

.padding-right-xxs {
    padding-right: .5rem !important
}

.padding-top-xxs {
    padding-top: .5rem !important
}

.padding-bottom-xxs {
    padding-bottom: .5rem !important
}

.padding-left-xs {
    padding-left: 1rem !important
}

.padding-right-xs {
    padding-right: 1rem !important
}

.padding-top-xs {
    padding-top: 1rem !important
}

.padding-bottom-xs {
    padding-bottom: 1rem !important
}

.padding-left-s {
    padding-left: 1.5rem !important
}

.padding-right-s {
    padding-right: 1.5rem !important
}

.padding-top-s {
    padding-top: 1.5rem !important
}

.padding-bottom-s {
    padding-bottom: 1.5rem !important
}

.padding-left-m {
    padding-left: 2rem !important
}

.padding-right-m {
    padding-right: 2rem !important
}

.padding-top-m {
    padding-top: 2rem !important
}

.padding-bottom-m {
    padding-bottom: 2rem !important
}

.padding-left-l {
    padding-left: 2.5rem !important
}

.padding-right-l {
    padding-right: 2.5rem !important
}

.padding-top-l {
    padding-top: 2.5rem !important
}

.padding-bottom-l {
    padding-bottom: 2.5rem !important
}

.padding-left-xl {
    padding-left: 3rem !important
}

.padding-right-xl {
    padding-right: 3rem !important
}

.padding-top-xl {
    padding-top: 3rem !important
}

.padding-bottom-xl {
    padding-bottom: 3rem !important
}

.padding-left-xxl {
    padding-left: 4rem !important
}

.padding-right-xxl {
    padding-right: 4rem !important
}

.padding-top-xxl {
    padding-top: 4rem !important
}

.padding-bottom-xxl {
    padding-bottom: 4rem !important
}

.padding-left-xxxl {
    padding-left: 5rem !important
}

.padding-right-xxxl {
    padding-right: 5rem !important
}

.padding-top-xxxl {
    padding-top: 5rem !important
}

.padding-bottom-xxxl {
    padding-bottom: 5rem !important
}

.margin-left-xxs {
    margin-left: .5rem !important
}

.margin-right-xxs {
    margin-right: .5rem !important
}

.margin-top-xxs {
    margin-top: .5rem !important
}

.margin-bottom-xxs {
    margin-bottom: .5rem !important
}

.margin-left-xs {
    margin-left: 1rem !important
}

.margin-right-xs {
    margin-right: 1rem !important
}

.margin-top-xs {
    margin-top: 1rem !important
}

.margin-bottom-xs {
    margin-bottom: 1rem !important
}

.margin-left-s {
    margin-left: 1.5rem !important
}

.margin-right-s {
    margin-right: 1.5rem !important
}

.margin-top-s {
    margin-top: 1.5rem !important
}

.margin-bottom-s {
    margin-bottom: 1.5rem !important
}

.margin-left-m {
    margin-left: 2rem !important
}

.margin-right-m {
    margin-right: 2rem !important
}

.margin-top-m {
    margin-top: 2rem !important
}

.margin-bottom-m {
    margin-bottom: 2rem !important
}

.margin-left-l {
    margin-left: 2.5rem !important
}

.margin-right-l {
    margin-right: 2.5rem !important
}

.margin-top-l {
    margin-top: 2.5rem !important
}

.margin-bottom-l {
    margin-bottom: 2.5rem !important
}

.margin-left-xl {
    margin-left: 3rem !important
}

.margin-right-xl {
    margin-right: 3rem !important
}

.margin-top-xl {
    margin-top: 3rem !important
}

.margin-bottom-xl {
    margin-bottom: 3rem !important
}

.margin-left-xxl {
    margin-left: 4rem !important
}

.margin-right-xxl {
    margin-right: 4rem !important
}

.margin-top-xxl {
    margin-top: 4rem !important
}

.margin-bottom-xxl {
    margin-bottom: 4rem !important
}

.margin-left-xxxl {
    margin-left: 5rem !important
}

.margin-right-xxxl {
    margin-right: 5rem !important
}

.margin-top-xxxl {
    margin-top: 5rem !important
}

.margin-bottom-xxxl {
    margin-bottom: 5rem !important
}

.small-padding-xxs {
    padding: .5rem !important
}

.small-padding-xs {
    padding: 1rem !important
}

.small-padding-s {
    padding: 1.5rem !important
}

.small-padding-m {
    padding: 2rem !important
}

.small-padding-l {
    padding: 2.5rem !important
}

.small-padding-xl {
    padding: 3rem !important
}

.small-padding-xxl {
    padding: 4rem !important
}

.small-padding-xxxl {
    padding: 5rem !important
}

.small-padding-left-xxs {
    padding-left: .5rem !important
}

.small-padding-right-xxs {
    padding-right: .5rem !important
}

.small-padding-top-xxs {
    padding-top: .5rem !important
}

.small-padding-bottom-xxs {
    padding-bottom: .5rem !important
}

.small-padding-left-xs {
    padding-left: 1rem !important
}

.small-padding-right-xs {
    padding-right: 1rem !important
}

.small-padding-top-xs {
    padding-top: 1rem !important
}

.small-padding-bottom-xs {
    padding-bottom: 1rem !important
}

.small-padding-left-s {
    padding-left: 1.5rem !important
}

.small-padding-right-s {
    padding-right: 1.5rem !important
}

.small-padding-top-s {
    padding-top: 1.5rem !important
}

.small-padding-bottom-s {
    padding-bottom: 1.5rem !important
}

.small-padding-left-m {
    padding-left: 2rem !important
}

.small-padding-right-m {
    padding-right: 2rem !important
}

.small-padding-top-m {
    padding-top: 2rem !important
}

.small-padding-bottom-m {
    padding-bottom: 2rem !important
}

.small-padding-left-l {
    padding-left: 2.5rem !important
}

.small-padding-right-l {
    padding-right: 2.5rem !important
}

.small-padding-top-l {
    padding-top: 2.5rem !important
}

.small-padding-bottom-l {
    padding-bottom: 2.5rem !important
}

.small-padding-left-xl {
    padding-left: 3rem !important
}

.small-padding-right-xl {
    padding-right: 3rem !important
}

.small-padding-top-xl {
    padding-top: 3rem !important
}

.small-padding-bottom-xl {
    padding-bottom: 3rem !important
}

.small-padding-left-xxl {
    padding-left: 4rem !important
}

.small-padding-right-xxl {
    padding-right: 4rem !important
}

.small-padding-top-xxl {
    padding-top: 4rem !important
}

.small-padding-bottom-xxl {
    padding-bottom: 4rem !important
}

.small-padding-left-xxxl {
    padding-left: 5rem !important
}

.small-padding-right-xxxl {
    padding-right: 5rem !important
}

.small-padding-top-xxxl {
    padding-top: 5rem !important
}

.small-padding-bottom-xxxl {
    padding-bottom: 5rem !important
}

.small-margin-left-xxs {
    margin-left: .5rem !important
}

.small-margin-right-xxs {
    margin-right: .5rem !important
}

.small-margin-top-xxs {
    margin-top: .5rem !important
}

.small-margin-bottom-xxs {
    margin-bottom: .5rem !important
}

.small-margin-left-xs {
    margin-left: 1rem !important
}

.small-margin-right-xs {
    margin-right: 1rem !important
}

.small-margin-top-xs {
    margin-top: 1rem !important
}

.small-margin-bottom-xs {
    margin-bottom: 1rem !important
}

.small-margin-left-s {
    margin-left: 1.5rem !important
}

.small-margin-right-s {
    margin-right: 1.5rem !important
}

.small-margin-top-s {
    margin-top: 1.5rem !important
}

.small-margin-bottom-s {
    margin-bottom: 1.5rem !important
}

.small-margin-left-m {
    margin-left: 2rem !important
}

.small-margin-right-m {
    margin-right: 2rem !important
}

.small-margin-top-m {
    margin-top: 2rem !important
}

.small-margin-bottom-m {
    margin-bottom: 2rem !important
}

.small-margin-left-l {
    margin-left: 2.5rem !important
}

.small-margin-right-l {
    margin-right: 2.5rem !important
}

.small-margin-top-l {
    margin-top: 2.5rem !important
}

.small-margin-bottom-l {
    margin-bottom: 2.5rem !important
}

.small-margin-left-xl {
    margin-left: 3rem !important
}

.small-margin-right-xl {
    margin-right: 3rem !important
}

.small-margin-top-xl {
    margin-top: 3rem !important
}

.small-margin-bottom-xl {
    margin-bottom: 3rem !important
}

.small-margin-left-xxl {
    margin-left: 4rem !important
}

.small-margin-right-xxl {
    margin-right: 4rem !important
}

.small-margin-top-xxl {
    margin-top: 4rem !important
}

.small-margin-bottom-xxl {
    margin-bottom: 4rem !important
}

.small-margin-left-xxxl {
    margin-left: 5rem !important
}

.small-margin-right-xxxl {
    margin-right: 5rem !important
}

.small-margin-top-xxxl {
    margin-top: 5rem !important
}

.small-margin-bottom-xxxl {
    margin-bottom: 5rem !important
}

@media print, screen and (min-width: 37.5em) {
    .medium-padding-xxs {
        padding: .5rem !important
    }

    .medium-padding-xs {
        padding: 1rem !important
    }

    .medium-padding-s {
        padding: 1.5rem !important
    }

    .medium-padding-m {
        padding: 2rem !important
    }

    .medium-padding-l {
        padding: 2.5rem !important
    }

    .medium-padding-xl {
        padding: 3rem !important
    }

    .medium-padding-xxl {
        padding: 4rem !important
    }

    .medium-padding-xxxl {
        padding: 5rem !important
    }

    .medium-padding-left-xxs {
        padding-left: .5rem !important
    }

    .medium-padding-right-xxs {
        padding-right: .5rem !important
    }

    .medium-padding-top-xxs {
        padding-top: .5rem !important
    }

    .medium-padding-bottom-xxs {
        padding-bottom: .5rem !important
    }

    .medium-padding-left-xs {
        padding-left: 1rem !important
    }

    .medium-padding-right-xs {
        padding-right: 1rem !important
    }

    .medium-padding-top-xs {
        padding-top: 1rem !important
    }

    .medium-padding-bottom-xs {
        padding-bottom: 1rem !important
    }

    .medium-padding-left-s {
        padding-left: 1.5rem !important
    }

    .medium-padding-right-s {
        padding-right: 1.5rem !important
    }

    .medium-padding-top-s {
        padding-top: 1.5rem !important
    }

    .medium-padding-bottom-s {
        padding-bottom: 1.5rem !important
    }

    .medium-padding-left-m {
        padding-left: 2rem !important
    }

    .medium-padding-right-m {
        padding-right: 2rem !important
    }

    .medium-padding-top-m {
        padding-top: 2rem !important
    }

    .medium-padding-bottom-m {
        padding-bottom: 2rem !important
    }

    .medium-padding-left-l {
        padding-left: 2.5rem !important
    }

    .medium-padding-right-l {
        padding-right: 2.5rem !important
    }

    .medium-padding-top-l {
        padding-top: 2.5rem !important
    }

    .medium-padding-bottom-l {
        padding-bottom: 2.5rem !important
    }

    .medium-padding-left-xl {
        padding-left: 3rem !important
    }

    .medium-padding-right-xl {
        padding-right: 3rem !important
    }

    .medium-padding-top-xl {
        padding-top: 3rem !important
    }

    .medium-padding-bottom-xl {
        padding-bottom: 3rem !important
    }

    .medium-padding-left-xxl {
        padding-left: 4rem !important
    }

    .medium-padding-right-xxl {
        padding-right: 4rem !important
    }

    .medium-padding-top-xxl {
        padding-top: 4rem !important
    }

    .medium-padding-bottom-xxl {
        padding-bottom: 4rem !important
    }

    .medium-padding-left-xxxl {
        padding-left: 5rem !important
    }

    .medium-padding-right-xxxl {
        padding-right: 5rem !important
    }

    .medium-padding-top-xxxl {
        padding-top: 5rem !important
    }

    .medium-padding-bottom-xxxl {
        padding-bottom: 5rem !important
    }

    .medium-margin-left-xxs {
        margin-left: .5rem !important
    }

    .medium-margin-right-xxs {
        margin-right: .5rem !important
    }

    .medium-margin-top-xxs {
        margin-top: .5rem !important
    }

    .medium-margin-bottom-xxs {
        margin-bottom: .5rem !important
    }

    .medium-margin-left-xs {
        margin-left: 1rem !important
    }

    .medium-margin-right-xs {
        margin-right: 1rem !important
    }

    .medium-margin-top-xs {
        margin-top: 1rem !important
    }

    .medium-margin-bottom-xs {
        margin-bottom: 1rem !important
    }

    .medium-margin-left-s {
        margin-left: 1.5rem !important
    }

    .medium-margin-right-s {
        margin-right: 1.5rem !important
    }

    .medium-margin-top-s {
        margin-top: 1.5rem !important
    }

    .medium-margin-bottom-s {
        margin-bottom: 1.5rem !important
    }

    .medium-margin-left-m {
        margin-left: 2rem !important
    }

    .medium-margin-right-m {
        margin-right: 2rem !important
    }

    .medium-margin-top-m {
        margin-top: 2rem !important
    }

    .medium-margin-bottom-m {
        margin-bottom: 2rem !important
    }

    .medium-margin-left-l {
        margin-left: 2.5rem !important
    }

    .medium-margin-right-l {
        margin-right: 2.5rem !important
    }

    .medium-margin-top-l {
        margin-top: 2.5rem !important
    }

    .medium-margin-bottom-l {
        margin-bottom: 2.5rem !important
    }

    .medium-margin-left-xl {
        margin-left: 3rem !important
    }

    .medium-margin-right-xl {
        margin-right: 3rem !important
    }

    .medium-margin-top-xl {
        margin-top: 3rem !important
    }

    .medium-margin-bottom-xl {
        margin-bottom: 3rem !important
    }

    .medium-margin-left-xxl {
        margin-left: 4rem !important
    }

    .medium-margin-right-xxl {
        margin-right: 4rem !important
    }

    .medium-margin-top-xxl {
        margin-top: 4rem !important
    }

    .medium-margin-bottom-xxl {
        margin-bottom: 4rem !important
    }

    .medium-margin-left-xxxl {
        margin-left: 5rem !important
    }

    .medium-margin-right-xxxl {
        margin-right: 5rem !important
    }

    .medium-margin-top-xxxl {
        margin-top: 5rem !important
    }

    .medium-margin-bottom-xxxl {
        margin-bottom: 5rem !important
    }
}

@media print, screen and (min-width: 64em) {
    .large-padding-xxs {
        padding: .5rem !important
    }

    .large-padding-xs {
        padding: 1rem !important
    }

    .large-padding-s {
        padding: 1.5rem !important
    }

    .large-padding-m {
        padding: 2rem !important
    }

    .large-padding-l {
        padding: 2.5rem !important
    }

    .large-padding-xl {
        padding: 3rem !important
    }

    .large-padding-xxl {
        padding: 4rem !important
    }

    .large-padding-xxxl {
        padding: 5rem !important
    }

    .large-padding-left-xxs {
        padding-left: .5rem !important
    }

    .large-padding-right-xxs {
        padding-right: .5rem !important
    }

    .large-padding-top-xxs {
        padding-top: .5rem !important
    }

    .large-padding-bottom-xxs {
        padding-bottom: .5rem !important
    }

    .large-padding-left-xs {
        padding-left: 1rem !important
    }

    .large-padding-right-xs {
        padding-right: 1rem !important
    }

    .large-padding-top-xs {
        padding-top: 1rem !important
    }

    .large-padding-bottom-xs {
        padding-bottom: 1rem !important
    }

    .large-padding-left-s {
        padding-left: 1.5rem !important
    }

    .large-padding-right-s {
        padding-right: 1.5rem !important
    }

    .large-padding-top-s {
        padding-top: 1.5rem !important
    }

    .large-padding-bottom-s {
        padding-bottom: 1.5rem !important
    }

    .large-padding-left-m {
        padding-left: 2rem !important
    }

    .large-padding-right-m {
        padding-right: 2rem !important
    }

    .large-padding-top-m {
        padding-top: 2rem !important
    }

    .large-padding-bottom-m {
        padding-bottom: 2rem !important
    }

    .large-padding-left-l {
        padding-left: 2.5rem !important
    }

    .large-padding-right-l {
        padding-right: 2.5rem !important
    }

    .large-padding-top-l {
        padding-top: 2.5rem !important
    }

    .large-padding-bottom-l {
        padding-bottom: 2.5rem !important
    }

    .large-padding-left-xl {
        padding-left: 3rem !important
    }

    .large-padding-right-xl {
        padding-right: 3rem !important
    }

    .large-padding-top-xl {
        padding-top: 3rem !important
    }

    .large-padding-bottom-xl {
        padding-bottom: 3rem !important
    }

    .large-padding-left-xxl {
        padding-left: 4rem !important
    }

    .large-padding-right-xxl {
        padding-right: 4rem !important
    }

    .large-padding-top-xxl {
        padding-top: 4rem !important
    }

    .large-padding-bottom-xxl {
        padding-bottom: 4rem !important
    }

    .large-padding-left-xxxl {
        padding-left: 5rem !important
    }

    .large-padding-right-xxxl {
        padding-right: 5rem !important
    }

    .large-padding-top-xxxl {
        padding-top: 5rem !important
    }

    .large-padding-bottom-xxxl {
        padding-bottom: 5rem !important
    }

    .large-margin-left-xxs {
        margin-left: .5rem !important
    }

    .large-margin-right-xxs {
        margin-right: .5rem !important
    }

    .large-margin-top-xxs {
        margin-top: .5rem !important
    }

    .large-margin-bottom-xxs {
        margin-bottom: .5rem !important
    }

    .large-margin-left-xs {
        margin-left: 1rem !important
    }

    .large-margin-right-xs {
        margin-right: 1rem !important
    }

    .large-margin-top-xs {
        margin-top: 1rem !important
    }

    .large-margin-bottom-xs {
        margin-bottom: 1rem !important
    }

    .large-margin-left-s {
        margin-left: 1.5rem !important
    }

    .large-margin-right-s {
        margin-right: 1.5rem !important
    }

    .large-margin-top-s {
        margin-top: 1.5rem !important
    }

    .large-margin-bottom-s {
        margin-bottom: 1.5rem !important
    }

    .large-margin-left-m {
        margin-left: 2rem !important
    }

    .large-margin-right-m {
        margin-right: 2rem !important
    }

    .large-margin-top-m {
        margin-top: 2rem !important
    }

    .large-margin-bottom-m {
        margin-bottom: 2rem !important
    }

    .large-margin-left-l {
        margin-left: 2.5rem !important
    }

    .large-margin-right-l {
        margin-right: 2.5rem !important
    }

    .large-margin-top-l {
        margin-top: 2.5rem !important
    }

    .large-margin-bottom-l {
        margin-bottom: 2.5rem !important
    }

    .large-margin-left-xl {
        margin-left: 3rem !important
    }

    .large-margin-right-xl {
        margin-right: 3rem !important
    }

    .large-margin-top-xl {
        margin-top: 3rem !important
    }

    .large-margin-bottom-xl {
        margin-bottom: 3rem !important
    }

    .large-margin-left-xxl {
        margin-left: 4rem !important
    }

    .large-margin-right-xxl {
        margin-right: 4rem !important
    }

    .large-margin-top-xxl {
        margin-top: 4rem !important
    }

    .large-margin-bottom-xxl {
        margin-bottom: 4rem !important
    }

    .large-margin-left-xxxl {
        margin-left: 5rem !important
    }

    .large-margin-right-xxxl {
        margin-right: 5rem !important
    }

    .large-margin-top-xxxl {
        margin-top: 5rem !important
    }

    .large-margin-bottom-xxxl {
        margin-bottom: 5rem !important
    }
}

@media screen and (min-width: 90em) {
    .xlarge-padding-xxs {
        padding: .5rem !important
    }

    .xlarge-padding-xs {
        padding: 1rem !important
    }

    .xlarge-padding-s {
        padding: 1.5rem !important
    }

    .xlarge-padding-m {
        padding: 2rem !important
    }

    .xlarge-padding-l {
        padding: 2.5rem !important
    }

    .xlarge-padding-xl {
        padding: 3rem !important
    }

    .xlarge-padding-xxl {
        padding: 4rem !important
    }

    .xlarge-padding-xxxl {
        padding: 5rem !important
    }

    .xlarge-padding-left-xxs {
        padding-left: .5rem !important
    }

    .xlarge-padding-right-xxs {
        padding-right: .5rem !important
    }

    .xlarge-padding-top-xxs {
        padding-top: .5rem !important
    }

    .xlarge-padding-bottom-xxs {
        padding-bottom: .5rem !important
    }

    .xlarge-padding-left-xs {
        padding-left: 1rem !important
    }

    .xlarge-padding-right-xs {
        padding-right: 1rem !important
    }

    .xlarge-padding-top-xs {
        padding-top: 1rem !important
    }

    .xlarge-padding-bottom-xs {
        padding-bottom: 1rem !important
    }

    .xlarge-padding-left-s {
        padding-left: 1.5rem !important
    }

    .xlarge-padding-right-s {
        padding-right: 1.5rem !important
    }

    .xlarge-padding-top-s {
        padding-top: 1.5rem !important
    }

    .xlarge-padding-bottom-s {
        padding-bottom: 1.5rem !important
    }

    .xlarge-padding-left-m {
        padding-left: 2rem !important
    }

    .xlarge-padding-right-m {
        padding-right: 2rem !important
    }

    .xlarge-padding-top-m {
        padding-top: 2rem !important
    }

    .xlarge-padding-bottom-m {
        padding-bottom: 2rem !important
    }

    .xlarge-padding-left-l {
        padding-left: 2.5rem !important
    }

    .xlarge-padding-right-l {
        padding-right: 2.5rem !important
    }

    .xlarge-padding-top-l {
        padding-top: 2.5rem !important
    }

    .xlarge-padding-bottom-l {
        padding-bottom: 2.5rem !important
    }

    .xlarge-padding-left-xl {
        padding-left: 3rem !important
    }

    .xlarge-padding-right-xl {
        padding-right: 3rem !important
    }

    .xlarge-padding-top-xl {
        padding-top: 3rem !important
    }

    .xlarge-padding-bottom-xl {
        padding-bottom: 3rem !important
    }

    .xlarge-padding-left-xxl {
        padding-left: 4rem !important
    }

    .xlarge-padding-right-xxl {
        padding-right: 4rem !important
    }

    .xlarge-padding-top-xxl {
        padding-top: 4rem !important
    }

    .xlarge-padding-bottom-xxl {
        padding-bottom: 4rem !important
    }

    .xlarge-padding-left-xxxl {
        padding-left: 5rem !important
    }

    .xlarge-padding-right-xxxl {
        padding-right: 5rem !important
    }

    .xlarge-padding-top-xxxl {
        padding-top: 5rem !important
    }

    .xlarge-padding-bottom-xxxl {
        padding-bottom: 5rem !important
    }

    .xlarge-margin-left-xxs {
        margin-left: .5rem !important
    }

    .xlarge-margin-right-xxs {
        margin-right: .5rem !important
    }

    .xlarge-margin-top-xxs {
        margin-top: .5rem !important
    }

    .xlarge-margin-bottom-xxs {
        margin-bottom: .5rem !important
    }

    .xlarge-margin-left-xs {
        margin-left: 1rem !important
    }

    .xlarge-margin-right-xs {
        margin-right: 1rem !important
    }

    .xlarge-margin-top-xs {
        margin-top: 1rem !important
    }

    .xlarge-margin-bottom-xs {
        margin-bottom: 1rem !important
    }

    .xlarge-margin-left-s {
        margin-left: 1.5rem !important
    }

    .xlarge-margin-right-s {
        margin-right: 1.5rem !important
    }

    .xlarge-margin-top-s {
        margin-top: 1.5rem !important
    }

    .xlarge-margin-bottom-s {
        margin-bottom: 1.5rem !important
    }

    .xlarge-margin-left-m {
        margin-left: 2rem !important
    }

    .xlarge-margin-right-m {
        margin-right: 2rem !important
    }

    .xlarge-margin-top-m {
        margin-top: 2rem !important
    }

    .xlarge-margin-bottom-m {
        margin-bottom: 2rem !important
    }

    .xlarge-margin-left-l {
        margin-left: 2.5rem !important
    }

    .xlarge-margin-right-l {
        margin-right: 2.5rem !important
    }

    .xlarge-margin-top-l {
        margin-top: 2.5rem !important
    }

    .xlarge-margin-bottom-l {
        margin-bottom: 2.5rem !important
    }

    .xlarge-margin-left-xl {
        margin-left: 3rem !important
    }

    .xlarge-margin-right-xl {
        margin-right: 3rem !important
    }

    .xlarge-margin-top-xl {
        margin-top: 3rem !important
    }

    .xlarge-margin-bottom-xl {
        margin-bottom: 3rem !important
    }

    .xlarge-margin-left-xxl {
        margin-left: 4rem !important
    }

    .xlarge-margin-right-xxl {
        margin-right: 4rem !important
    }

    .xlarge-margin-top-xxl {
        margin-top: 4rem !important
    }

    .xlarge-margin-bottom-xxl {
        margin-bottom: 4rem !important
    }

    .xlarge-margin-left-xxxl {
        margin-left: 5rem !important
    }

    .xlarge-margin-right-xxxl {
        margin-right: 5rem !important
    }

    .xlarge-margin-top-xxxl {
        margin-top: 5rem !important
    }

    .xlarge-margin-bottom-xxxl {
        margin-bottom: 5rem !important
    }
}

@keyframes dissolve {
    0% {
        background-color: #f1f1f1
    }
    to {
        background-color: #f8f8f8
    }
}

@keyframes rotate {
    to {
        transform: rotate(1turn)
    }
}

.skeleton-loader {
    animation: dissolve .6s ease-in-out infinite alternate
}

.spinner-loader {
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDJjLS4zIDAtLjYuMS0uNi41djMuN2MwIC40LjMuNi42LjZzLjYtLjIuNi0uNlYyLjVjMC0uNC0uMy0uNi0uNi0uNnptMCAxNS4yYy0uMyAwLS42LjItLjYuNnYzLjdjMCAuNC4zLjYuNi42cy42LS4yLjYtLjZ2LTMuN2MwLS40LS4zLS42LS42LS42em05LjUtNS44aC0zLjdjLS40IDAtLjYuMy0uNi42cy4yLjYuNi42aDMuN2MuNCAwIC42LS4zLjYtLjZzLS4yLS42LS42LS42em0tMTUuMyAwSDIuNWMtLjQgMC0uNi4zLS42LjZzLjIuNi42LjZoMy43Yy40IDAgLjYtLjMuNi0uNnMtLjItLjYtLjYtLjZ6bTEwLjMtM2wyLjYtMi43Yy4zLS4yLjItLjYgMC0uOC0uMi0uMi0uNi0uMy0uOCAwbC0yLjYgMi42Yy0uMy4zLS4zLjYgMCAuOC4yLjMuNS4zLjggMHptMCA3LjNjLS4zLS4zLS42LS4yLS44IDAtLjMuMi0uMy41IDAgLjhsMi42IDIuNmMuMi4zLjYuMi44IDAgLjItLjIuMy0uNiAwLS44bC0yLjYtMi42ek01LjcgNC45Yy0uMi0uMy0uNi0uMi0uOCAwLS4yLjItLjMuNiAwIC44bDIuNiAyLjZjLjMuMy42LjIuOCAwIC4zLS4yLjMtLjUgMC0uOEw1LjcgNC45eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    animation: rotate .8s linear infinite
}

#stylelab-carousel-container {
    margin-bottom: 3rem
}

#stylelab-carousel-container .stylitics-hotspots-layout {
    position: absolute
}

#stylelab-carousel-container #hotspots-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 36px
}

#stylelab-carousel-container .stylitics-hotspots-base {
    margin: 0;
    padding: 0
}

#stylelab-carousel-container .stylitics-sequence {
    justify-content: space-between;
    padding-top: 0
}

#stylelab-carousel-container ::-webkit-scrollbar {
    display: none
}

#stylelab-carousel-container .stylitics-view-items-cta-icon-wrap {
    background-color: #fff
}

#stylelab-carousel-container .stylitics-view-items-cta-icon svg circle {
    fill: #fff !important
}

#stylelab-carousel-container .stylitics-view-items-button-text {
    display: none;
    cursor: none
}

#stylelab-carousel-container .stylitics-cta {
    pointer-events: none
}

#stylelab-carousel-container .stylitics-view-items-button {
    cursor: default
}

#stylelab-carousel-container .stylitics-overlay-item-info {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    padding: 8px 12px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    font-style: normal;
    margin: 0
}

#stylelab-carousel-container .stylitics-overlay-item-info .stylitics-overlay-item-category {
    color: #000
}

#stylelab-carousel-container .stylitics-overlay-container button {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    font-size: 12px;
    justify-content: center;
    align-items: center;
    opacity: .85
}

#stylelab-carousel-container .stylitics-overlay-arrow-container, #stylelab-carousel-container .stylitics-overlay-item-line-2 .stylitics-overlay-item-category {
    display: none
}

#stylelab-carousel-container .stylitics-carousel-pips {
    padding-top: 16px
}

#stylelab-carousel-container .stylitics-carousel-pips-list {
    flex-grow: 1
}

#stylelab-carousel-container .stylitics-carousel-pips-list .stylitics-dots-li {
    flex-grow: 1;
    transform: none;
    padding: 0
}

#stylelab-carousel-container .stylitics-carousel-pips-list .stylitics-dots-li .stylitics-dot-inner {
    width: 100%;
    border-radius: 0;
    height: 3px;
    background-color: #f1f1f1
}

#stylelab-carousel-container .stylitics-carousel-pips-list .stylitics-carousel-current-pip .stylitics-dot-inner {
    background-color: #626369
}

@media print, screen and (max-width: 37.49875em) {
    #stylelab-carousel-container #hotspots-title {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 28px
    }

    #stylelab-carousel-container .stylitics-hotspots-swipe-bundle-image .stylitics-bundle-container {
        width: calc(100vw - 40px);
        height: 425px
    }
}