/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

b, strong {
    font-weight: bolder
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

img {
    border-style: none
}

button, input, select, textarea {
    font-family: inherit;
    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
}

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
}

[hidden], template {
    display: none
}

button {
    background-color: transparent;
    background-image: none;
    padding: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset, ul {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    line-height: 1.5
}

*, :after, :before {
    border: 0 solid #e2e8f0
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder, textarea::placeholder {
    color: #a0aec0
}

[role=button], button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

a {
    color: inherit;
    text-decoration: inherit
}

button, input, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

canvas, iframe, img, object, svg {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%
}

@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1900px
    }
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-transparent {
    background-color: transparent
}

.bg-black {
    background-color: #000
}

.bg-white {
    background-color: #fff
}

.border-black {
    border-color: #000
}

.border-solid {
    border-style: solid
}

.border-none {
    border-style: none
}

.border {
    border-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.cursor-zoom-in {
    cursor: zoom-in
}

.cursor-zoom-out {
    cursor: zoom-out
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: -ms-flexbox;
    display: flex
}

.grid {
    display: -ms-grid;
    display: grid
}

.table {
    display: table
}

.hidden {
    display: none
}

.flex-col {
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.items-start {
    -ms-flex-align: start;
    align-items: flex-start
}

.items-end {
    -ms-flex-align: end;
    align-items: flex-end
}

.items-center {
    -ms-flex-align: center;
    align-items: center
}

.self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-center {
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-1 {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.flex-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-grow {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-last {
    -ms-flex-order: 9999;
    order: 9999
}

.font-normal {
    font-weight: 400
}

.font-bold {
    font-weight: 700
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.leading-tight {
    line-height: 1.25
}

.leading-relaxed {
    line-height: 1.625
}

.list-inside {
    list-style-position: inside
}

.list-outside {
    list-style-position: outside
}

.list-none {
    list-style-type: none
}

.list-disc {
    list-style-type: disc
}

.list-decimal {
    list-style-type: decimal
}

.m-0 {
    margin: 0
}

.m-4 {
    margin: 1rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.ml-1 {
    margin-left: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mt-16 {
    margin-top: 4rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-24 {
    margin-top: 6rem
}

.-mr-3 {
    margin-right: -.75rem
}

.-ml-3 {
    margin-left: -.75rem
}

.-mr-4 {
    margin-right: -1rem
}

.-ml-4 {
    margin-left: -1rem
}

.max-w-none {
    max-width: none
}

.max-w-xs {
    max-width: 20rem
}

.max-w-sm {
    max-width: 24rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-screen-sm {
    max-width: 640px
}

.min-h-full {
    min-height: 100%
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.outline-none {
    outline: 0
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.overflow-x-visible {
    overflow-x: visible
}

.overflow-y-visible {
    overflow-y: visible
}

.overflow-y-scroll {
    overflow-y: scroll
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-10 {
    padding: 2.5rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.pr-4 {
    padding-right: 1rem
}

.pl-4 {
    padding-left: 1rem
}

.pr-8 {
    padding-right: 2rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-8 {
    padding-left: 2rem
}

.pt-24 {
    padding-top: 6rem
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.resize {
    resize: both
}

.table-fixed {
    table-layout: fixed
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-white {
    color: #fff
}

.text-gray-500 {
    color: #a0aec0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.normal-case {
    text-transform: none
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tracking-wider {
    letter-spacing: .05em
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.whitespace-no-wrap {
    white-space: nowrap
}

.w-20 {
    width: 5rem
}

.w-40 {
    width: 10rem
}

.w-48 {
    width: 12rem
}

.w-64 {
    width: 16rem
}

.w-auto {
    width: auto
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-3\/4 {
    width: 75%
}

.w-8\/12 {
    width: 66.666667%
}

.w-10\/12 {
    width: 83.333333%
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}

.z-40 {
    z-index: 40
}

.gap-2 {
    grid-gap: .5rem;
    gap: .5rem
}

.gap-4 {
    grid-gap: 1rem;
    gap: 1rem
}

.gap-8 {
    grid-gap: 2rem;
    gap: 2rem
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.fp-section {
    position: relative;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-out
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    transform: translateZ(0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    position: relative
}

.fp-scrollable, .fp-scroller {
    overflow: hidden
}

.fp-notransition {
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translateZ(0)
}

#fp-nav.fp-right {
    right: 17px
}

#fp-nav.fp-left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    transform: translateZ(0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
}

.fp-slidesNav.fp-bottom {
    bottom: 17px
}

.fp-slidesNav.fp-top {
    top: 17px
}

#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px
}

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important
}

.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

[class*=" icon-"], [class^=icon-] {
    font-family: acw-webfont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-menu:before {
    content: "\E900"
}

.icon-elipsis:before {
    content: "\E901"
}

.icon-arrow-left:before {
    content: "\E902"
}

.icon-arrow-right:before {
    content: "\E903"
}

.icon-close:before {
    content: "\E904"
}

:root {
    --px-container: 1rem
}

@media (min-width: 768px) {
    :root {
        --px-container: 1.25rem
    }
}

@media (min-width: 1024px) {
    :root {
        --px-container: 2.5rem
    }
}

:root {
    --header-height: 50px
}

html {
    height: 100%;
    background-color: #fff
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100%
}

.container-fluid {
    padding-left: var(--px-container);
    padding-right: var(--px-container)
}

*, :after, :before {
    box-sizing: border-box
}

.visually-hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px
}

:focus {
    outline: 0
}

::-moz-selection {
    background: #666
}

::selection {
    background: #666
}

.color-grey {
    color: #777
}

.underlne {
    background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .75) 0);
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 bottom
}

.text-micro {
    font-size: 10px
}

input[type=search]::-ms-clear, input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

input:-ms-input-placeholder {
    color: #999
}

input::placeholder {
    color: #999
}

.form input[type=date], .form input[type=email], .form input[type=password], .form input[type=tel], .form input[type=text], .form select, .form textarea {
    border: 1px solid #000;
    width: 100%;
    transition: border-color .25s ease;
    color: #000;
    padding: .4375rem .625rem;
    line-height: .875rem;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important
}

.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-position: center right .25rem;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-color: #fff;
    text-transform: uppercase
}

.form .radio-with-custom-button {
    position: relative;
    margin-right: 16px
}

.form .radio-with-custom-button label span {
    position: relative;
    top: 1px;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border: 1px solid #000;
    border-radius: 1em;
    box-shadow: inset 0 0 0 1px #fff !important;
    transition: background-color .3s ease-in-out
}

.form .radio-with-custom-button label {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center
}

.form .radio-with-custom-button input[type=radio] {
    display: block;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    margin-top: 4px
}

.form .radio-with-custom-button input[type=radio]:checked + label span {
    background-color: #000
}

.form .form-error-message {
    color: red;
    text-transform: none;
    margin-top: .25rem
}

.form .form-error-message:not(.hidden) {
    display: inline-block
}

.form textarea {
    resize: none
}

.form .errors {
    margin-bottom: 1em;
    color: red
}

.form label.error {
    color: red;
    margin-top: .5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block
}

.form-cell {
    display: block
}

.form-cell:not(:last-child) {
    text-transform: uppercase;
    margin-bottom: 1rem
}

.form-cell label:not(.checkbox):not(.error) {
    display: block;
    margin-bottom: .5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-cell--narrow-margin:not(:last-child) {
    margin-bottom: 8px
}

.radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.radio input[type=radio] {
    margin: 0 2em .5em 1em
}

.checkbox {
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox i {
    font-size: 15px;
    display: block;
    width: 1em;
    height: 1em;
    border: 1px solid #000;
    position: relative;
    transition: border-color .25s ease
}

.checkbox:hover i {
    border-color: #000
}

.checkbox span {
    -ms-flex: 1;
    flex: 1;
    line-height: 15px
}

.checkbox i + span {
    margin-left: 8px
}

.checkbox input[type=checkbox] {
    position: absolute;
    left: -9999px
}

.checkbox input[type=checkbox]:checked ~ i {
    display: block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 5"><path d="M5.97.03L2.44 3.56 1.03 2.15l-.71.7 2.12 2.12L6.68.73z"/></svg>');
    background-position: 50%;
    background-size: 7px 5px
}

.checkbox a {
    text-decoration: underline
}

.checkbox + label.error {
    margin-left: 23px
}

figure {
    margin: 0
}

img {
    width: 100%;
    height: auto
}

.rte a {
    text-decoration: underline
}

.rte p:not(:last-child), .rte table:not(:last-child), .rte ul:not(:last-child) {
    margin-bottom: 1em
}

.rte table {
    width: 100%
}

.rte table tr {
    vertical-align: top
}

.rte table td, .rte table th {
    padding: 6px 0
}

.rte table th {
    font-weight: 400;
    text-align: left
}

.rte table tr:not(:first-child) td, .rte table tr:not(:first-child) th {
    border-top: 1px solid #efefef
}

.rte h1, .rte h2, .rte h4, .rte h5 {
    margin-bottom: 1em
}

.rte ul {
    padding-left: 2em
}

.rte ul li {
    list-style-type: disc
}

.nav > li > div {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 2rem 2.5rem 3rem;
    display: -ms-flexbox;
    display: flex;
    transition: opacity .25s ease
}

.nav > li > div:before {
    top: -22.5px;
    height: 22.5px
}

.nav > li > div:after, .nav > li > div:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%
}

.nav > li > div:after {
    display: block;
    background: #fff;
    top: -50px;
    height: 50px;
    z-index: -100;
    pointer-events: none
}

.nav > li:not(:hover) > div {
    display: none
}

.nav a {
    text-decoration: none;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase
}

.nav a:focus, .nav a:hover, .nav li[aria-current] a {
    background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .75) 0);
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 bottom
}

.nav-horizontal {
    display: -ms-flexbox;
    display: flex
}

.nav-horizontal > li:not(:first-child) {
    margin-left: 20px
}

.nav-vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.nav-vertical > li:not(:first-child) {
    margin-top: .125rem
}

.product-card figure {
    position: relative;
    font-size: 12px
}

.product-card figure div {
    background: #fff;
    transition: opacity .25s ease
}

.product-card:not(:hover) div + div {
    opacity: 0
}

.is-touch .product-card div + div {
    display: none
}

.product-card-v1 figure {
    position: relative
}

.product-card-v1:not(:hover) .featured-image + .featured-image {
    opacity: 0
}

.is-touch .product-card-v1 .image-container + .image-container {
    display: none
}

.product-zoom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 999;
    background: #fff;
    transition: opacity .2s ease
}

.product-zoom:not(.is-active) {
    opacity: 0;
    pointer-events: none
}

.product-zoom .product-zoom-close {
    padding: 12px;
    margin-right: 4px
}

.image-container {
    position: relative
}

.image-container:before {
    content: "";
    display: block;
    padding-bottom: 140%
}

.video-container {
    position: relative
}

.video-container:before {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

.video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.button {
    color: #fff;
    background: #000;
    display: block;
    width: 100%;
    text-align: left;
    padding: .5rem .625rem;
    letter-spacing: .025em;
    line-height: .875rem;
    text-transform: uppercase;
    border-radius: 0 !important;
    cursor: pointer;
    background-size: 18px 18px;
    background-position: center right .25rem;
    background-repeat: no-repeat;
    border: 1px solid #000
}

.button-secondary {
    background-image: none !important;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    text-align: center
}

button {
    outline: 0 !important
}

.page-header {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem
}

.page-header h1 {
    text-transform: uppercase
}

.search-form input[type=search] {
    width: 10rem;
    text-transform: uppercase;
    position: absolute;
    left: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: .9375rem;
    background: 0 0;
    background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .75) 0);
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 bottom
}

.search-form input[type=search]:focus {
    position: inherit;
    left: auto
}

.search-form input[type=search]:focus + label {
    display: none
}

.search-form label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    cursor: pointer
}

.search-form label:hover {
    background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .75) 0);
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 bottom
}

.alert {
    border: 1px solid #c1cfb3;
    background: #daeec5;
    margin-bottom: 2rem;
    padding: .5rem 1rem
}

.alert, .announcement-bar {
    text-transform: uppercase;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.announcement-bar {
    background: #000;
    padding: 0 var(--px-container);
    letter-spacing: .025em;
    color: #fff;
    width: 100%
}

.announcement-bar a, .announcement-bar span {
    padding: .5rem 0;
    display: block
}

.select {
    --select-color: #d8d8d8;
    --select-color-active: #000
}

.select__grid {
    display: -ms-grid;
    display: grid;
    gap: 1px;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    margin-bottom: 25px
}

.select__grid-item {
    box-shadow: 0 0 0 1px #eee !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: .025em;
    height: 36px
}

.select__grid-item--disabled {
    color: #eee;
    pointer-events: none
}

.select__grid-item--active, .select__grid-item:hover {
    box-shadow: 0 0 0 1px #000 !important;
    z-index: 10
}

.select__action {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    border: none;
    cursor: default
}

.select__action--active {
    background: var(--select-color-active);
    cursor: pointer
}

.tab {
    margin-bottom: 40px
}

.tab__header {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    position: relative
}

.tab__underline {
    width: 25%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    transition: transform .2s
}

.tab__header-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    text-align: center;
    padding: 10px;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .tab__header-item {
        font-size: 8px
    }
}

@media (min-width: 768px) {
    .tab__header-item {
        padding: 10px 0
    }
}

@media (min-width: 1024px) {
    .tab__header-item {
        padding: 10px
    }
}

.tab__content {
    display: none
}

.tab__content ul {
    margin-top: 15px
}

@media only screen and (min-width: 728px) {
    .tab__content ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2
    }
}

.tab__content li {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-bottom: 5px;
    list-style: none;
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 1em;
    padding-left: 1.5em
}

@media only screen and (min-width: 728px) {
    .tab__content li {
        max-width: 80%
    }
}

.tab__content--active {
    display: block
}

#focus-converse-countdown span {
    margin-right: 12px
}

.aspect-ratio-5\/7 {
    position: relative;
    display: block
}

.aspect-ratio-5\/7:before {
    content: "";
    padding-bottom: 140%;
    display: block
}

.aspect-ratio-4\/5 {
    position: relative;
    display: block
}

.aspect-ratio-4\/5:before {
    content: "";
    padding-bottom: 125%;
    display: block
}

.aspect-ratio-5\/4 {
    position: relative;
    display: block
}

.aspect-ratio-5\/4:before {
    content: "";
    padding-bottom: 80%;
    display: block
}

.aspect-ratio-7\/5 {
    position: relative;
    display: block
}

.aspect-ratio-7\/5:before {
    content: "";
    padding-bottom: 71.42857%;
    display: block
}

.aspect-ratio-2\/1 {
    position: relative;
    display: block
}

.aspect-ratio-2\/1:before {
    content: "";
    padding-bottom: 50%;
    display: block
}

#product-default-template .product .glide {
    font-size: 0
}

#product-default-template .product .glide__slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

#product-default-template .product .glide__slide:not(.glide__slide--active) {
    pointer-events: none
}

@media (min-width: 768px) {
    #product-default-template .product .glide__slide {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 50vw
    }
}

@media (min-width: 1024px) {
    #product-default-template .product .glide__slide {
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0
    }
}

#product-default-template .product .glide__bullets {
    position: relative !important;
    transform: none !important;
    left: auto !important;
    width: 100%;
    z-index: 0 !important
}

@media (min-width: 768px) {
    #product-default-template .product .glide__bullets {
        padding-right: 50vw
    }
}

@media (min-width: 1024px) {
    #product-default-template .product .glide__bullets {
        display: none !important
    }
}

#product-default-template .product .glide__bullets .glide__bullet {
    font-size: 4px;
    width: .75rem;
    height: 1px;
    border-radius: 0;
    display: block;
    background: #ccc;
    margin: .375rem;
    box-shadow: none
}

#product-default-template .product .glide__bullets .glide__bullet--active {
    background: #000
}

#product-default-template .product-image-item .image-container {
    max-width: 42.85714vh;
    width: 100vw
}

@media (min-width: 768px) {
    #product-default-template .product-image-item .image-container {
        width: 50vw
    }
}

@media (min-width: 1024px) {
    #product-default-template .product-image-item .image-container {
        width: 100vw;
        max-width: calc((100vh - 81px) * .714285714285714)
    }
}

#product-default-template .product-form {
    max-width: 30rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width: 768px) {
    #product-default-template .product-form {
        width: 18rem;
        max-width: calc(50vw - (var(--px-container) * 2));
        position: absolute;
        bottom: 5rem;
        right: calc(25vw - 8rem);
        padding: 1rem
    }
}

@media (min-width: 1024px) {
    #product-default-template .product-form {
        width: 22rem;
        transform: translateX(-50%);
        left: 62.5vw;
        right: auto
    }
}

#product-default-template .product-form .button, #product-default-template .product-form select {
    font-size: 11px;
    padding-top: .75em;
    padding-bottom: .75em
}

#product-default-template .product-description ul {
    padding-left: 1.5rem
}

#product-default-template .product-description .product-hide-details, #product-default-template .product-description input[type=checkbox]:checked ~ .product-show-details, #product-default-template .product-description input[type=checkbox] ~ input[type=checkbox], #product-default-template .product-description ul {
    display: none
}

#product-default-template .product-description input[type=checkbox]:checked ~ .product-hide-details {
    display: inline
}

#product-default-template .product-description input[type=checkbox]:checked ~ ul {
    display: block
}

#product-default-template .product-description label {
    cursor: pointer;
    background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .75) 0);
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 bottom
}

#product-default-template .converse-product-detail-container {
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px
}

@media (min-width: 768px) {
    #product-default-template .converse-product-detail-container {
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px
    }
}

@media (min-width: 1024px) {
    #product-default-template .converse-product-detail-container {
        -ms-flex-preferred-size: 450px;
        flex-basis: 450px
    }
}

.product-grid {
    display: -ms-grid;
    display: grid;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    grid-row-gap: 4rem;
    grid-column-gap: 2rem
}

@media (min-width: 640px) {
    .product-grid {
        display: -ms-grid;
        display: grid;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns:1fr 1fr;
        grid-column-gap: 4rem;
        -ms-grid-column-align: center;
        justify-items: center
    }
}

@media (min-width: 1400px) {
    .product-grid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns:1fr 1fr 1fr
    }
}

.product-grid .product-card figure {
    max-width: 42.85714vh;
    margin: 0 auto
}

@media (min-width: 640px) {
    .product-grid .product-card figure {
        max-width: none;
        margin: 0
    }
}

.product-grid .product-card {
    width: 100%
}

@media (min-width: 768px) {
    .product-grid .product-card {
        max-width: 53.57143vh
    }
}

.payment-icons svg {
    width: 40px;
    height: 24px;
    display: block
}

.ppec-button-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #ffc439;
    pointer-events: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background-color .1s ease
}

iframe:hover + .ppec-button-mask {
    background-color: #eabb53
}

.ppec-button-mask:before {
    content: "";
    height: 20px;
    width: 75px;
    background-size: cover;
    display: block
}

.cart-disclaimer {
    border-color: red;
    color: red
}

.cart-disclaimer li:not(:last-child) {
    margin-bottom: 1em
}

.additional-checkout-buttons {
    -ms-flex-direction: column;
    flex-direction: column
}

.additional-checkout-buttons > span {
    display: none;
    -ms-flex-order: 1;
    order: 1
}

.additional-checkout-buttons > div {
    -ms-flex-order: 2;
    order: 2
}

.additional-checkout-buttons > div + span {
    display: inline-block
}

.glide.is-active {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide.is-active * {
    box-sizing: inherit
}

.glide.is-active .glide__track {
    overflow: hidden
}

.glide.is-active .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform
}

.glide.is-active .glide__slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide.is-active .glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide.is-active .glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide.is-active .glide__arrows, .glide.is-active .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide.is-active .glide__bullets {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    width: 100%
}

.glide.is-active .glide__bullet {
    font-size: 6px;
    width: 1em;
    height: 1em;
    display: block;
    border-radius: 50%;
    background: #aaa;
    margin: 0 1em
}

.glide.is-active .glide__bullet--active {
    background: #111
}

.sticky-button {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: .625rem var(--px-container);
    background: hsla(0, 0%, 100%, .8);
    transition: all .15s ease
}

.sticky-button:not(.is-active) {
    opacity: 0;
    transform: translateY(100%)
}

.faq-item + .faq-item {
    border-top: 1px solid #eee
}

.faq-item button {
    padding: 1em 0
}

.faq-folder:not(:target):not(.is-active), .faq-item:not(.is-active) .faq-answer {
    display: none
}

.faq-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-transform: uppercase
}

.faq-button span {
    -ms-flex: 1;
    flex: 1;
    text-align: left
}

.faq-button i {
    -ms-flex-preferred-size: 1em;
    flex-basis: 1em;
    margin-left: .625rem;
    pointer-events: none;
    font-size: 7px;
    width: 1em;
    height: 1em;
    display: block;
    position: relative
}

.faq-button i:after, .faq-button i:before {
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    display: block;
    position: absolute;
    background: #000
}

.faq-button i:after {
    transform: rotate(90deg)
}

.faq-item.is-active .faq-button i:after {
    content: none
}

.faq-answer {
    padding: 1em 0
}
#product-v1-namespace .product-information {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

#product-v1-namespace .variation-grid {
    gap: 1px;
    padding-left: 1px
}

#product-v1-namespace .variation-grid input[type=radio] {
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
    left: -2000px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#product-v1-namespace .variation-grid input[type=radio] + label {
    box-shadow: 0 0 0 1px #eee;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: .025em;
    height: 36px;
    z-index: 0;
    cursor: pointer;
    transition: background-color .5s;
    background-color: #fff
}

#product-v1-namespace .variation-grid input[type=radio]:not(:disabled) + label:hover {
    background-color: #f6f6f6
}

#product-v1-namespace .variation-grid input[type=radio]:checked + label, #product-v1-namespace .variation-grid input[type=radio][aria-current] + label {
    box-shadow: 0 0 0 1px #000;
    z-index: 10
}

#product-v1-namespace .variation-grid input[type=radio]:disabled + label {
    color: #ccc;
    cursor: default
}

#product-v1-namespace .variation-label-message {
    color: red;
    margin-top: 1rem;
    text-align: center
}

@media screen and (max-width: 767px) {
    #product-v1-namespace .add-to-cart-button {
        padding: 10px 1rem;
        background: hsla(0, 0%, 100%, .75);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10
    }
}

#product-v1-namespace .ratio-4\/5 {
    position: relative
}

#product-v1-namespace .ratio-4\/5:before {
    display: block;
    content: "";
    padding-bottom: 125%
}

#product-v1-namespace .ratio-4\/5 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#product-v1-namespace .product-price, #product-v1-namespace .product-title, #product-v1-namespace .product-vendor {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    margin: 12px 0;
    letter-spacing: .045em
}

#product-v1-namespace .product-title {
    font-weight: 500
}

#product-v1-namespace .button {
    font-weight: 500;
    width: 100%;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    height: 36px;
    letter-spacing: .1em;
    text-align: center
}

#product-v1-namespace .sold-out-button {
    background: #eee;
    border-color: #eee;
    color: #000;
    cursor: not-allowed
}

#product-v1-namespace .container-fluid {
    padding-right: var(--px-container);
    padding-left: var(--px-container)
}

#product-v1-namespace .product-tab {
    overflow: hidden
}

#product-v1-namespace .product-tab nav {
    overflow: auto
}

#product-v1-namespace .product-tab nav ul {
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap
}

#product-v1-namespace .product-tab nav ul li {
    border-bottom: 1px solid #eee;
    -ms-flex: 1 0;
    flex: 1 0
}

#product-v1-namespace .product-tab nav ul li[aria-current] {
    border-bottom: 1px solid #000
}

@media screen and (max-width: 768px) {
    #product-v1-namespace .product-tab nav ul li {
        min-width: 100px
    }
}

#product-v1-namespace .product-tab nav ul button {
    text-transform: uppercase;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .025em;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1em;
    width: 100%
}

#product-v1-namespace .tab-content {
    padding-top: 1rem;
    padding-bottom: 1rem
}

#product-v1-namespace .tab-content:not([aria-current]) {
    display: none
}

#product-v1-namespace .tab-content ul {
    columns: 2;
    padding: 0
}

#product-v1-namespace .tab-content ul li {
    margin-left: 2em;
    list-style-type: disc;
    margin-bottom: .25em
}

#product-v1-namespace .tab-content th {
    font-weight: 700;
    text-align: center
}

#product-v1-namespace .rte p:not(:last-child), #product-v1-namespace .rte ul:not(:last-child) {
    margin-bottom: 1em
}

#product-v1-namespace .landscape-hero-image {
    position: relative
}

@media screen and (max-width: 767px) {
    #product-v1-namespace .landscape-hero-image:before {
        content: "";
        padding-bottom: 112.5%;
        display: block
    }
}

@media screen and (max-width: 767px) {
    #product-v1-namespace .landscape-hero-image img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

#product-v1-namespace * {
    outline: 0 !important
}

#product-v1-namespace .size-conversion-table {
    table-layout: fixed;
    text-align: center;
    width: 100%
}

#product-v1-namespace .size-conversion-table td, #product-v1-namespace .size-conversion-table th {
    width: 33.33%;
    padding: .5em 0;
    border-bottom: 1px solid #eee
}

#product-v1-namespace .size-conversion-table tr:last-child td {
    border-bottom: none
}

#product-v1-namespace .size-conversion-table tr:hover td {
    background: #f9f9f9
}

#product-v1-namespace .product-zoom:not(.is-active) {
    opacity: 0;
    pointer-events: none
}

#product-v1-namespace .product-zoom button {
    cursor: pointer !important
}

#product-v1-namespace .product-zoom .close-zoom-button {
    display: block;
    width: 1em;
    height: 1em;
    font-size: 16px
}

#product-v1-namespace .product-zoom .close-zoom-button:after, #product-v1-namespace .product-zoom .close-zoom-button:before {
    content: "";
    display: block;
    width: 100%;
    background: #000;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%
}

#product-v1-namespace .product-zoom .close-zoom-button:before {
    transform: rotate(45deg)
}

#product-v1-namespace .product-zoom .close-zoom-button:after {
    transform: rotate(-45deg)
}

#product-v1-namespace .product-zoom nav {
    -ms-flex-preferred-size: 5rem;
    flex-basis: 5rem
}

#product-v1-namespace .product-zoom nav button {
    border: 1px solid transparent;
    outline: 0 !important
}

#product-v1-namespace .product-zoom nav button:hover {
    border-color: #ccc
}

#product-v1-namespace figure {
    margin: 0
}

@media screen and (max-width: 767px) {
    #product-v1-namespace .glide {
        position: relative;
        width: 100%;
        box-sizing: border-box
    }

    #product-v1-namespace .glide * {
        box-sizing: inherit
    }

    #product-v1-namespace .glide__track {
        overflow: hidden
    }

    #product-v1-namespace .glide__slides {
        position: relative;
        width: 100%;
        list-style: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        -ms-touch-action: pan-Y;
        touch-action: pan-Y;
        overflow: hidden;
        padding: 0;
        white-space: nowrap;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        will-change: transform
    }

    #product-v1-namespace .glide__slide {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    #product-v1-namespace .glide__slide {
        width: 100%;
        height: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        white-space: normal;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent
    }

    #product-v1-namespace .glide__slide a {
        -webkit-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

    #product-v1-namespace .glide__arrows, #product-v1-namespace .glide__bullets {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
}

#product-v1-namespace .glide__bullet {
    font-size: 6px;
    width: 1em;
    height: 1em;
    display: block;
    border-radius: 50%;
    background: #aaa;
    margin: 0 1em
}

#product-v1-namespace .glide__bullet--active {
    background: #111
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: #fff
}

.header.is-fixed {
    position: fixed
}

.is-nav-pane-active .header {
    background: #fff;
    position: fixed
}

@media (min-width: 1024px) {
    .is-nav-pane-active .header {
        background: 0 0
    }
}

.header-push {
    height: 40px;
    display: none
}

.header.is-fixed ~ .header-push {
    display: block
}

.header [class^=icon]:before {
    content: "";
    display: block;
    height: 18px;
    width: 18px
}

.logo img {
    width: 100%;
}

.nav-pane {
    width: 100%;
    background: #fff;
    position: fixed;
    top: var(--header-height);
    bottom: 0;
    left: 0;
    z-index: 30
}

@media (min-width: 1024px) {
    .nav-pane {
        display: none
    }
}

.nav-pane:not(.is-active) {
    opacity: 0;
    pointer-events: none
}

.nav-pane:not(.is-active):before {
    pointer-events: none;
    opacity: 0;
    transition-delay: 0s;
    border-right-color: #fff
}

.nav-pane li {
    display: block
}

.nav-pane li a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nav-pane li a:hover, .nav-pane li[aria-current] a {
    background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .75) 0);
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 bottom
}

.nav-pane .currency li, .nav-pane .primary li {
    display: block
}

.nav-pane .currency li:not(:first-child), .nav-pane .primary li:not(:first-child) {
    margin-top: 4px
}

.nav-pane .currency li a, .nav-pane .currency li select, .nav-pane .primary li a, .nav-pane .primary li select {
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.2
}

.nav-pane .secondary, .nav-pane .tertiary li a {
    font-size: 1.125rem;
    text-transform: uppercase
}

.rp {
    -webkit-overflow-scrolling: touch
}

.related-products {
    font-size: 0;
    display: inline-block;
    min-width: 100%;
    padding-bottom: 20px
}

.related-products .related-product-item {
    display: inline-block;
    font-size: 10px;
    width: 30vw
}

.related-products .related-product-item:not(:first-child) {
    margin-left: calc((100vw - 75vw - var(--px-container)) / 2)
}

@media (min-width: 640px) {
    .related-products .related-product-item {
        width: 25vw
    }

    .related-products .related-product-item:not(:first-child) {
        margin-left: calc((100vw - 87.5vw - var(--px-container)) / 3)
    }
}

@media (min-width: 768px) {
    .related-products .related-product-item {
        width: 9rem
    }

    .related-products .related-product-item:not(:first-child) {
        margin-left: calc((100vw - 40.5rem - var(--px-container)) / 4)
    }
}

@media (min-width: 1024px) {
    .related-products .related-product-item {
        max-width: 12rem;
        width: calc(((100vw - (var(--px-container) * 2)) / 6) - 1.66667rem)
    }

    .related-products .related-product-item:not(:first-child) {
        margin-left: 2rem
    }
}

@media (min-width: 1280px) {
    .related-products .related-product-item {
        width: calc(((100vw - (var(--px-container) * 2)) / 6) - 3.33333rem)
    }

    .related-products .related-product-item:not(:first-child) {
        margin-left: 4rem
    }
}

.newsletter-modal {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    position: fixed;
    z-index: 60;
    max-height: 100%;
    transition: opacity .25s ease;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media (min-width: 768px) {
    .newsletter-modal {
        transform: translate3d(-50%, -50%, 0);
        border: 1px solid #ccc;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%
    }
}

.newsletter-modal:not(.is-active) {
    opacity: 0;
    pointer-events: none
}

@media (min-width: 1024px) {
    .hero-slider .glide {
        width: 100vw;
        height: calc(100vh - 65px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hero-slider .glide__timer {
    height: 2px;
    background: rgba(0, 0, 0, .75);
    display: block;
    transition: width linear;
    width: 0;
    position: absolute;
    top: 0;
    left: 0
}

.hero-slider .glide__track {
    padding: 1rem 0
}

@media (min-width: 1024px) {
    .hero-slider .glide__track {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: auto;
        flex: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
}

@media (min-width: 1024px) {
    .hero-slider .glide__slides {
        -ms-flex: auto;
        flex: auto
    }
}

.hero-slider .glide__slide > a {
    display: block;
    padding-right: var(--px-container);
    padding-left: var(--px-container)
}

@media (min-width: 1024px) {
    .hero-slider .glide__slide > a {
        height: calc(100vh - 112px);
        position: relative;
        padding: 2rem var(--px-container)
    }
}

@media (min-width: 1024px) {
    .hero-slider .glide__slide > a > picture {
        height: 100%
    }
}

@media (min-width: 1024px) {
    .hero-slider .glide__slide > a > picture:before {
        content: none !important
    }
}

@media (min-width: 1024px) {
    .hero-slider .glide__slide > a > picture > img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }
}

@media (min-width: 1024px) {
    .hero-slider .glide__slide picture {
        margin: 0 auto
    }
}

.hero-slider .glide__bullet:first-child:before {
    content: "01"
}

.hero-slider .glide__bullet:nth-child(2):before {
    content: "02"
}

.hero-slider .glide__bullet:nth-child(3):before {
    content: "03"
}

.hero-slider .glide__bullet {
    color: #999
}

.hero-slider .glide__bullet:hover {
    color: #000
}

.hero-slider .glide__bullet + .glide__bullet {
    margin-left: 1em
}

.hero-slider .glide__bullet--active, .hero-slider .glide__title a:hover {
    color: #000;
    background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .75) 0);
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 bottom
}

.hero-slider picture img:not(.lazyloaded) {
    opacity: 0
}

@media (min-width: 640px) {
    .sm\:flex {
        display: -ms-flexbox;
        display: flex
    }

    .sm\:list-inside {
        list-style-position: inside
    }

    .sm\:list-outside {
        list-style-position: outside
    }

    .sm\:list-none {
        list-style-type: none
    }

    .sm\:list-disc {
        list-style-type: disc
    }

    .sm\:list-decimal {
        list-style-type: decimal
    }

    .sm\:mr-8 {
        margin-right: 2rem
    }

    .sm\:max-w-xs {
        max-width: 20rem
    }

    .sm\:overflow-visible {
        overflow: visible
    }

    .sm\:overflow-x-visible {
        overflow-x: visible
    }

    .sm\:overflow-y-visible {
        overflow-y: visible
    }

    .sm\:visible {
        visibility: visible
    }

    .sm\:invisible {
        visibility: hidden
    }

    .sm\:w-64 {
        width: 16rem
    }

    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:visually-hidden {
        position: absolute;
        left: -9999px;
        width: 1px;
        height: 1px
    }
}

@media (min-width: 768px) {
    .md\:block {
        display: block
    }

    .md\:flex {
        display: -ms-flexbox;
        display: flex
    }

    .md\:grid {
        display: -ms-grid;
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .md\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .md\:items-start {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .md\:self-start {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .md\:justify-center {
        -ms-flex-pack: center;
        justify-content: center
    }

    .md\:flex-1 {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }

    .md\:flex-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .md\:h-auto {
        height: auto
    }

    .md\:list-inside {
        list-style-position: inside
    }

    .md\:list-outside {
        list-style-position: outside
    }

    .md\:list-none {
        list-style-type: none
    }

    .md\:list-disc {
        list-style-type: disc
    }

    .md\:list-decimal {
        list-style-type: decimal
    }

    .md\:m-0 {
        margin: 0
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .md\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .md\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .md\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem
    }

    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:ml-5 {
        margin-left: 1.25rem
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:mr-8 {
        margin-right: 2rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:ml-8 {
        margin-left: 2rem
    }

    .md\:mr-20 {
        margin-right: 5rem
    }

    .md\:max-w-xs {
        max-width: 20rem
    }

    .md\:max-w-2xl {
        max-width: 42rem
    }

    .md\:max-w-5xl {
        max-width: 64rem
    }

    .md\:max-w-screen-lg {
        max-width: 1024px
    }

    .md\:min-h-0 {
        min-height: 0
    }

    .md\:overflow-visible {
        overflow: visible
    }

    .md\:overflow-x-visible {
        overflow-x: visible
    }

    .md\:overflow-y-visible {
        overflow-y: visible
    }

    .md\:p-2 {
        padding: .5rem
    }

    .md\:p-4 {
        padding: 1rem
    }

    .md\:p-8 {
        padding: 2rem
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:pr-2 {
        padding-right: .5rem
    }

    .md\:pt-32 {
        padding-top: 8rem
    }

    .md\:sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .md\:visible {
        visibility: visible
    }

    .md\:invisible {
        visibility: hidden
    }

    .md\:w-32 {
        width: 8rem
    }

    .md\:w-40 {
        width: 10rem
    }

    .md\:w-64 {
        width: 16rem
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-3\/4 {
        width: 75%
    }

    .md\:w-6\/12 {
        width: 50%
    }

    .md\:w-full {
        width: 100%
    }

    .md\:gap-4 {
        grid-gap: 1rem;
        gap: 1rem
    }

    .md\:gap-5 {
        grid-gap: 1.25rem;
        gap: 1.25rem
    }

    .md\:gap-8 {
        grid-gap: 2rem;
        gap: 2rem
    }

    .md\:gap-16 {
        grid-gap: 4rem;
        gap: 4rem
    }


    .md\:container-fluid {
        padding-left: var(--px-container);
        padding-right: var(--px-container)
    }

    .md\:visually-hidden {
        position: absolute;
        left: -9999px;
        width: 1px;
        height: 1px
    }

    .md\:aspect-ratio-16\/9 {
        position: relative;
        display: block
    }

    .md\:aspect-ratio-16\/9:before {
        content: "";
        padding-bottom: 56.25%;
        display: block
    }
}

@media (min-width: 1024px) {
    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: -ms-flexbox;
        display: flex
    }

    .lg\:grid {
        display: -ms-grid;
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .lg\:flex-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .lg\:items-center {
        -ms-flex-align: center;
        align-items: center
    }

    .lg\:self-end {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .lg\:justify-start {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .lg\:justify-end {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .lg\:justify-between {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .lg\:flex-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .lg\:flex-none {
        -ms-flex: none;
        flex: none
    }

    .lg\:order-none {
        -ms-flex-order: 0;
        order: 0
    }

    .lg\:h-5 {
        height: 1.25rem
    }

    .lg\:list-inside {
        list-style-position: inside
    }

    .lg\:list-outside {
        list-style-position: outside
    }

    .lg\:list-none {
        list-style-type: none
    }

    .lg\:list-disc {
        list-style-type: disc
    }

    .lg\:list-decimal {
        list-style-type: decimal
    }

    .lg\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:ml-8 {
        margin-left: 2rem
    }

    .lg\:ml-10 {
        margin-left: 2.5rem
    }

    .lg\:mr-16 {
        margin-right: 4rem
    }

    .lg\:ml-16 {
        margin-left: 4rem
    }

    .lg\:mt-32 {
        margin-top: 8rem
    }

    .lg\:mt-40 {
        margin-top: 10rem
    }

    .lg\:min-h-screen {
        min-height: 100vh
    }

    .lg\:overflow-visible {
        overflow: visible
    }

    .lg\:overflow-x-visible {
        overflow-x: visible
    }

    .lg\:overflow-y-visible {
        overflow-y: visible
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:pr-4 {
        padding-right: 1rem
    }

    .lg\:pr-8 {
        padding-right: 2rem
    }

    .lg\:pt-16 {
        padding-top: 4rem
    }

    .lg\:pb-24 {
        padding-bottom: 6rem
    }

    .lg\:pr-48 {
        padding-right: 12rem
    }

    .lg\:visible {
        visibility: visible
    }

    .lg\:invisible {
        visibility: hidden
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:w-5\/12 {
        width: 41.666667%
    }

    .lg\:w-6\/12 {
        width: 50%
    }

    .lg\:w-7\/12 {
        width: 58.333333%
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:gap-4 {
        grid-gap: 1rem;
        gap: 1rem
    }

    .lg\:gap-8 {
        grid-gap: 2rem;
        gap: 2rem
    }


    .lg\:container-fluid {
        padding-left: var(--px-container);
        padding-right: var(--px-container)
    }

    .lg\:visually-hidden {
        position: absolute;
        left: -9999px;
        width: 1px;
        height: 1px
    }

    .lg\:direction-rtl {
        direction: rtl
    }

    .lg\:aspect-ratio-2\/1 {
        position: relative;
        display: block
    }

    .lg\:aspect-ratio-2\/1:before {
        content: "";
        padding-bottom: 50%;
        display: block
    }

    .lg\:aspect-ratio-16\/9 {
        position: relative;
        display: block
    }

    .lg\:aspect-ratio-16\/9:before {
        content: "";
        padding-bottom: 56.25%;
        display: block
    }
}

@media (min-width: 1280px) {
    .xl\:flex {
        display: -ms-flexbox;
        display: flex
    }

    .xl\:self-end {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .xl\:justify-between {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .xl\:order-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .xl\:list-inside {
        list-style-position: inside
    }

    .xl\:list-outside {
        list-style-position: outside
    }

    .xl\:list-none {
        list-style-type: none
    }

    .xl\:list-disc {
        list-style-type: disc
    }

    .xl\:list-decimal {
        list-style-type: decimal
    }

    .xl\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .xl\:mb-0 {
        margin-bottom: 0
    }

    .xl\:overflow-visible {
        overflow: visible
    }

    .xl\:overflow-x-visible {
        overflow-x: visible
    }

    .xl\:overflow-y-visible {
        overflow-y: visible
    }

    .xl\:pr-10 {
        padding-right: 2.5rem
    }

    .xl\:pl-10 {
        padding-left: 2.5rem
    }

    .xl\:pr-20 {
        padding-right: 5rem
    }

    .xl\:pl-20 {
        padding-left: 5rem
    }

    .xl\:visible {
        visibility: visible
    }

    .xl\:invisible {
        visibility: hidden
    }

    .xl\:gap-16 {
        grid-gap: 4rem;
        gap: 4rem
    }


    .xl\:visually-hidden {
        position: absolute;
        left: -9999px;
        width: 1px;
        height: 1px
    }
}

@media (min-width: 1400px) {
    .xxl\:list-inside {
        list-style-position: inside
    }

    .xxl\:list-outside {
        list-style-position: outside
    }

    .xxl\:list-none {
        list-style-type: none
    }

    .xxl\:list-disc {
        list-style-type: disc
    }

    .xxl\:list-decimal {
        list-style-type: decimal
    }

    .xxl\:overflow-visible {
        overflow: visible
    }

    .xxl\:overflow-x-visible {
        overflow-x: visible
    }

    .xxl\:overflow-y-visible {
        overflow-y: visible
    }

    .xxl\:visible {
        visibility: visible
    }

    .xxl\:invisible {
        visibility: hidden
    }

    .xxl\:w-4\/5 {
        width: 80%
    }

    .xxl\:visually-hidden {
        position: absolute;
        left: -9999px;
        width: 1px;
        height: 1px
    }
}

@media (min-width: 1900px) {
    .huge\:list-inside {
        list-style-position: inside
    }

    .huge\:list-outside {
        list-style-position: outside
    }

    .huge\:list-none {
        list-style-type: none
    }

    .huge\:list-disc {
        list-style-type: disc
    }

    .huge\:list-decimal {
        list-style-type: decimal
    }

    .huge\:overflow-visible {
        overflow: visible
    }

    .huge\:overflow-x-visible {
        overflow-x: visible
    }

    .huge\:overflow-y-visible {
        overflow-y: visible
    }

    .huge\:pr-20 {
        padding-right: 5rem
    }

    .huge\:pl-20 {
        padding-left: 5rem
    }

    .huge\:pr-40 {
        padding-right: 10rem
    }

    .huge\:pl-40 {
        padding-left: 10rem
    }

    .huge\:visible {
        visibility: visible
    }

    .huge\:invisible {
        visibility: hidden
    }

    .huge\:w-1\/4 {
        width: 25%
    }

    .huge\:visually-hidden {
        position: absolute;
        left: -9999px;
        width: 1px;
        height: 1px
    }
}